Show the variables in all contexts instead of just Locals. Fixes #147.
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 5 Feb 2009 18:43:12 +0000 (13:43 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 5 Feb 2009 18:43:12 +0000 (13:43 -0500)
commit0228bbeee4a7a182384de5433f3c7b0b09ab8d42
tree09c35c6e559e6f71fcf67657c60bd32850fc1e13
parent3825a8930e5c445872d799658808dea2cbe14561
Show the variables in all contexts instead of just Locals. Fixes #147.

Patch partial from Nicola Ferruzzi.

* Source/StackFrame.m+h: Change "contexts" to "variables"
(initWithIndex:withFilename:withSource:atLine:inFunction:withContexts:): Renamed to be ...withVariables:
* Source/GDBpConnection.m:
(createStackFrame): Collect all the contexts into an array and send that to StackFrame
* English.lproj/Debugger.xib: Rebind to simply "variables"
CHANGES
English.lproj/Debugger.xib
Source/GDBpConnection.m
Source/StackFrame.h
Source/StackFrame.m