haiku/src/kits/debug
Rene Gollent 6997467eea Fix an instance where an allocation wasn't checked for success.
Wrap call to SymbolLookup::Init() in a try/catch block since it could
potentially throw an exception. This was causing the debugger to terminate
in some instances.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40046 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-12-31 17:17:19 +00:00
..
arch Add stubbed out debug support functions for arch mipsel. 2009-08-23 01:34:04 +00:00
debug_support.cpp Fix an instance where an allocation wasn't checked for success. 2010-12-31 17:17:19 +00:00
DebugContext.cpp Added optional "singleStep" parameter to ContinueThread(). 2010-03-26 21:16:43 +00:00
DebugEventStream.cpp Added BDebugEventInputStream::Seek() to seek in the stream. Works for data 2009-07-28 18:51:38 +00:00
DebugLooper.cpp Added a few classes to the debug kit: 2010-03-26 00:15:59 +00:00
DebugMessageHandler.cpp Should have been part of previous commit. 2010-12-14 19:01:37 +00:00
Image.cpp Added debug_get_symbol(). It's not implemented particularly efficiently, though. 2009-07-03 14:20:27 +00:00
Image.h Added debug_get_symbol(). It's not implemented particularly efficiently, though. 2009-07-03 14:20:27 +00:00
Jamfile Added a few classes to the debug kit: 2010-03-26 00:15:59 +00:00
SymbolLookup.cpp Added debug_get_symbol(). It's not implemented particularly efficiently, though. 2009-07-03 14:20:27 +00:00
SymbolLookup.h Added debug_get_symbol(). It's not implemented particularly efficiently, though. 2009-07-03 14:20:27 +00:00
TeamDebugger.cpp Added a few classes to the debug kit: 2010-03-26 00:15:59 +00:00