This website requires JavaScript.
Explore
Help
Sign In
ed
/
raddebugger
Watch
1
Star
0
Fork
0
You've already forked raddebugger
mirror of
https://github.com/Ed94/raddebugger.git
synced
2026-06-14 16:12:24 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2f9bdeefbd7b5bf10ad17740abe1a3ef6d20e76
raddebugger
/
src
/
mule
T
History
Ryan Fleury
15f5894c60
choose debug info key timestamps from debug info path, rather than module timestamp; the module should be allowed to be newer
2024-05-26 13:25:03 -07:00
..
inline_body.cpp
initial upload
2024-01-10 19:57:50 -08:00
mule_c.c
initial upload
2024-01-10 19:57:50 -08:00
mule_c.h
initial upload
2024-01-10 19:57:50 -08:00
mule_hotload_main.c
hot reloading mule
2024-01-15 13:04:25 -08:00
mule_hotload_module_main.c
eliminate dbgi layer evictor thread - exe and debug info eviction needs to be synchronous with control thread, to allow for HMH-style hotloading. this change moves all dbgi layer binary releasing to the caller thread of the refcount -> 0 dbgi_binary_close.
2024-01-15 20:13:49 -08:00
mule_inline.cpp
tweak build script to allow clang builds of mule_main; fix clang build
2024-01-19 13:02:33 -08:00
mule_main.cpp
eliminate weird rollback/re-adjust rules for threads hitting int3s - rollback should only ever happen for temporary traps, e.g. user breakpoints or stepping. the fact that the thread shows *after* the trap later is a visualization issue, not a functionality issue
2024-05-24 08:20:10 -07:00
mule_module.cpp
eliminate weird rollback/re-adjust rules for threads hitting int3s - rollback should only ever happen for temporary traps, e.g. user breakpoints or stepping. the fact that the thread shows *after* the trap later is a visualization issue, not a functionality issue
2024-05-24 08:20:10 -07:00
mule_o2.cpp
initial upload
2024-01-10 19:57:50 -08:00
mule_peb_trample_reload.c
choose debug info key timestamps from debug info path, rather than module timestamp; the module should be allowed to be newer
2024-05-26 13:25:03 -07:00
mule_peb_trample.c
further tweaks to mule_peb_trample
2024-05-22 11:39:23 -07:00