View Single Post
Old 30 September 2021, 22:19   #13
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,233
Quote:
Originally Posted by Photon View Post
You can absolutely write a debug symbols exporter that relates a value in the code to an exported symbol. The debugger must support it.
Except if that symbol is a relative symbol to an unknown base. What should a debugger do with a
Code:
 move.l d0,4(a0)
Is the 4 an "ln_Pred" or a "mlh_Tail"? Exactly - it cannot possibly know.
Thomas Richter is offline  
 
Page generated in 0.04369 seconds with 11 queries