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)
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@122460 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lldbtest.py b/test/lldbtest.py
index 764b6ca..72bdfe9 100644
--- a/test/lldbtest.py
+++ b/test/lldbtest.py
@@ -133,6 +133,10 @@
PROCESS_KILLED = "Process is killed successfully"
+PROCESS_EXITED = "Process exited successfully"
+
+PROCESS_STOPPED = "Process status should be stopped"
+
RUN_SUCCEEDED = "Process is launched successfully"
RUN_COMPLETED = "Process exited successfully"
@@ -155,8 +159,6 @@
STEP_OUT_SUCCEEDED = "Thread step-out succeeded"
-PROCESS_STOPPED = "Process status should be stopped"
-
STOPPED_DUE_TO_BREAKPOINT = "Process should be stopped due to breakpoint"
STOPPED_DUE_TO_BREAKPOINT_WITH_STOP_REASON_AS = "%s, %s" % (