Johnny Chen
c8134cee01
Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve the general purpose register set.
...
llvm-svn: 131324
2011-05-13 23:42:44 +00:00
Johnny Chen
e69c748328
Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that
...
the lldb iteration protocol has been added to lldb.py module.
llvm-svn: 130452
2011-04-28 22:57:01 +00:00
Johnny Chen
fbf1cfea12
Converted to use SBProcess.LaunchSimple().
...
And use self.TraceOn() API.
llvm-svn: 129790
2011-04-19 19:34:41 +00:00
Jim Ingham
8d543de400
Remove unneeded ExecutionContextScope variables.
...
llvm-svn: 128685
2011-03-31 23:01:21 +00:00
Johnny Chen
d762ff1faa
Modify test scripts to accomodate SBTarget.Launch() API change.
...
llvm-svn: 124828
2011-02-03 23:15:53 +00:00
Greg Clayton
6f907e69e9
Deprecated old forms of SBTarget::Launch. There is not just one and no
...
SWIG renaming done to work around deprecated APIs.
llvm-svn: 124075
2011-01-23 17:46:22 +00:00
Johnny Chen
7ad4ac47ca
Fix wrong test case in main.c. Oops!
...
llvm-svn: 123181
2011-01-10 17:44:08 +00:00
Johnny Chen
d5f66fcbac
Add a test case for the SBFrame APIs. In particular, it uses the frame API to
...
get the argument values of the call stacks when stopped on the breakpoint.
Radar has been filed for the expected failures:
test failure: ./dotest.py -v -w -t -p TestFrames (argument values are wrong)
llvm-svn: 122460
2010-12-23 01:12:19 +00:00