mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
* debug_write_crashlog and debug_dump_stack are now responsible for detecting reentrancy (reported via new ERR_REENTERED error code). * export debug_error_message_build to allow unit test of stack dumper * split+clean up debug_display_error to allow this. * error_description_r now returns buf for convenience * ia32: fix typo causing disassembly to fail * wdbg_sym: bugfix causing incorrect debug_walk_stack return value. prevent recursive locking, provide locked version of debug_resolve_symbol. add skip_this_frame for convenience. refs #130 This was SVN commit r4067. |
||
|---|---|---|
| .. | ||
| graphics | ||
| gui | ||
| i18n | ||
| lib | ||
| maths | ||
| pch | ||
| ps | ||
| renderer | ||
| scripting | ||
| simulation | ||
| sound | ||
| tools | ||
| main.cpp | ||