Trying to get the register viewer to work
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 01:22:53 +0000 (18:22 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 01:22:53 +0000 (18:22 -0700)
commitffd44e614558629eb09d755c890fb390257ced76
treece82a2bf0c5c22c9e75f505103eb926b9a5a81e1
parent40b51164e2eb993d8e691b00e1a85e73f42c7a48
Trying to get the register viewer to work

* Source/NSXMLElementAdditions.m: New category that provides access to attributes that NSTreeController can't access
* MacGDBp.xcodeproj: Added NSXMLElementAdditions.m
* Source/DebuggerConnection.m:
([DebuggerConnection dataReceived:deliverTo:]): Print out the data we're receiving to make debugging easier
([DebuggerConnection updateStackTraceAndRegisters:]): Send the context_get command and receive the data
([DebuggerConnection registerReceived:]): New method to handle the received register packet
* Source/DebuggerWindowController.m|h: Added _register and a setter for it
([DebuggerWindowController setRegister:]): New method
* English.lproj/Debugger.nib: Added a tree controller and tried to hook it up properly
English.lproj/Debugger.nib/keyedobjects.nib
MacGDBp.xcodeproj/project.pbxproj
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m
Source/NSXMLElementAdditions.m [new file with mode: 0644]