harry
|
575b019659
|
Changed core symbol table to have private data that can be accessed via methods. The goal is to control access to this data to prevent table lookups getting messed up when symbols are editted via the gui.
|
2023-02-04 15:15:31 -05:00 |
harry
|
fa7da51ccd
|
Patch new core debug symbol table into win port.
|
2023-02-04 07:25:39 -05:00 |
harry
|
d32ab0ad51
|
Added a mutex to the debug symbol table access functions to ensure that access to symbol maps is thread safe. Since a map change will invalidate any iterators operating on the map, it is important to ensure that access to the map is locked when a thread is iterating or operating on the map.
|
2023-01-31 22:14:49 -05:00 |
tsone
|
d5a3cecea0
|
Moved debug symbol table (.nl file) related code to own file and added symbol name -> address lookup. Example uses in Lua and Debugger breakpoint.
|
2023-01-30 17:00:10 -06:00 |