Adding a method to handle getting the stack trace
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:59:26 +0000 (16:59 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:59:26 +0000 (16:59 -0700)
commitcd4b8d30cab66b70996c3274ad425974886c8afb
tree248a404e416adc1f289faabe186167f0d7956fc5
parenta42dad9c7aded15ae6c928a1f01a09997ad82f49
Adding a method to handle getting the stack trace

* Source/DebuggerConnection.m|h:
([DebuggerConnection updateStackTraceAndRegisters]): New method that calls stack_get and eventually context_get
([DebuggerConnection _stackReceived:]): Called when the stack is fully received
Source/DebuggerConnection.h
Source/DebuggerConnection.m