0ad/source/lib
janwas f3b3e0be6e # big refactor of error display code. fixes crash in release-mode selftest
* 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.
2006-07-07 01:22:23 +00:00
..
res # fixes to string_s selftest 2006-07-06 15:52:59 +00:00
sysdep # big refactor of error display code. fixes crash in release-mode selftest 2006-07-07 01:22:23 +00:00
tests # fixes to string_s selftest 2006-07-06 15:52:59 +00:00
adts.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
allocators.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
allocators.h # add cppdoc 2006-06-25 15:31:58 +00:00
app_hooks.cpp # housekeeping and bugfix in Loader queue 2006-06-29 22:52:50 +00:00
app_hooks.h # add cppdoc 2006-06-25 15:31:58 +00:00
byte_order.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
byte_order.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
cache_adt.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
config.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
debug_stl.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
debug_stl.h # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
debug.cpp # big refactor of error display code. fixes crash in release-mode selftest 2006-07-07 01:22:23 +00:00
debug.h # big refactor of error display code. fixes crash in release-mode selftest 2006-07-07 01:22:23 +00:00
glext_funcs.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
input.cpp # housekeeping 2006-06-04 22:27:40 +00:00
input.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
lf_alloc.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
lib_errors.cpp # big refactor of error display code. fixes crash in release-mode selftest 2006-07-07 01:22:23 +00:00
lib_errors.h # big refactor of error display code. fixes crash in release-mode selftest 2006-07-07 01:22:23 +00:00
lib.cpp bugfix: base32 now 0-terminates output string 2006-06-08 21:47:06 +00:00
lib.h # fix errors in self-tests and the code they test. all now run through. 2006-06-24 10:44:08 +00:00
lockfree.cpp # housekeeping 2006-06-04 22:27:40 +00:00
lockfree.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
mmgr.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
mmgr.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
nommgr.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ogl.cpp # housekeeping 2006-06-04 22:27:40 +00:00
ogl.h # add cppdoc 2006-06-25 15:31:58 +00:00
path_util.cpp # fix errors in self-tests and the code they test. all now run through. 2006-06-24 10:44:08 +00:00
path_util.h #merge (2) 2006-06-22 18:49:23 +00:00
posix_types.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
posix.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
precompiled.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
precompiled.h # improvements to build system for asm files 2006-06-25 20:58:03 +00:00
sdl.h Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
self_test.cpp # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
self_test.h # boatload of fixes to get self-tests to compile+mostly run 2006-06-08 19:03:43 +00:00
string_s.cpp # fixes to string_s selftest 2006-07-06 15:52:59 +00:00
string_s.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
timer.cpp # merge all local changes; moving over to new SVN server 2006-06-22 18:26:08 +00:00
timer.h # lots of housekeeping/fixes 2006-06-23 17:41:55 +00:00
types.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
wstring_s.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00