This website requires JavaScript.
Explore
Help
Sign In
ed
/
raddebugger
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Ed94/raddebugger.git
synced
2026-07-21 23:12:01 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be4510096491fde2013087a60df39918de395418
raddebugger
/
src
/
rdi_from_pdb
T
History
Ryan Fleury
be45100964
if regrel32 is marked as being outside the procedure frame, and if it has no type info, it seems that compilers generate that case to encode return variables which exist outside a procedure's frame, in which case we can make up the difference by grabbing the return type from the containing procedure type. this does not break existing valid cases, but may not be the fully correct rule.
2024-12-29 13:46:44 -08:00
..
rdi_from_pdb_main.c
eliminate per-build version numbers, just use base layer to define defaults; bump to 14
2024-11-15 15:36:12 -08:00
rdi_from_pdb.c
if regrel32 is marked as being outside the procedure frame, and if it has no type info, it seems that compilers generate that case to encode return variables which exist outside a procedure's frame, in which case we can make up the difference by grabbing the return type from the containing procedure type. this does not break existing valid cases, but may not be the fully correct rule.
2024-12-29 13:46:44 -08:00
rdi_from_pdb.h
moved common codeview code to the main layer
2024-11-21 15:58:32 -08:00