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 |
zeromus
|
8ea0a3e7e3
|
fix msvc building
|
2023-01-30 18:04:34 -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 |