about summary refs log tree commit diff stats
path: root/src/os (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [PERFMAP] Added x86 address of code when function name cannot be found, ↵ptitSeb2025-04-231-1/+4
| | | | instead of ???
* [WOW64] Finished skeleton code for PE build (#2542)Yang Liu2025-04-171-5/+18
| | | | | * [WOW64] Finished skeleton code for PE build * move musl to external
* [WOW64] More tweaks to CMake PE build (#2541)Yang Liu2025-04-161-13/+45
|
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-1/+1
|
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-147-2/+947
|
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-142-0/+12
|
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-112-0/+154
|
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-103-0/+31
|
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-0/+5
| | | | | * [WOW64] More work on the PE wow64 build * added a TODO
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-092-15/+144
|
* Added backtrace.h for holding backtrace-related functions (#2515)Yang Liu2025-04-091-0/+46
|
* [WOW64] Add wow64 PE build scaffolding (#2513)Yang Liu2025-04-082-0/+128
|
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-0/+32
| | | | | | | * Removed some unused function declarations * Moved more functions to os.h * review
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-0/+17
|
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-1/+9
|
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+7