Author: muggenhor
Date: Sat Jul 19 00:16:20 2008
New Revision: 5577

URL: http://svn.gna.org/viewcvs/warzone?rev=5577&view=rev
Log:
Merged revisions r5352, r5387 and r5535:5536 into the 2.1 branch via svnmerge 
from trunk

........
  r5352 | muggenhor | 2008-07-01 22:40:40 +0200 (di, 01 jul 2008) | 6 lines
  
  Apply patch #1078: Expand the GDB exceptionhandler.
  
  With our current backtrace dumps I quite oftenly find that in case of 
segfaults, which combined with assert failures are the most common crash cause, 
I cannot easily see what value the dereferenced pointer held.
  
  To be able to see this the exception handler will now invoke the 
"disassemble" and "info registers" commands when producing a back trace using 
GDB. This gives us the ability to see the precise assembly instruction that 
triggered the crash, together with the value of the register that was used as 
pointer.
........
  r5387 | muggenhor | 2008-07-05 00:41:00 +0200 (za, 05 jul 2008) | 1 line
  
  Document the gdb commands; what they do and why they're there
........
  r5535 | muggenhor | 2008-07-13 23:01:28 +0200 (zo, 13 jul 2008) | 1 line
  
  Add PhysicsFS version info to crash dump files
........
  r5536 | muggenhor | 2008-07-13 23:26:09 +0200 (zo, 13 jul 2008) | 1 line
  
  Add the used command line to crash dump reports
........

Modified:
    branches/2.1/   (props changed)
    branches/2.1/lib/exceptionhandler/dumpinfo.cpp
    branches/2.1/lib/exceptionhandler/dumpinfo.h
    branches/2.1/lib/exceptionhandler/exceptionhandler.c
    branches/2.1/lib/exceptionhandler/exceptionhandler.h
    branches/2.1/src/main.c


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to