- Aug 18, 2010
-
-
Johnny Chen authored
run to stderr, instead of stdout. The same as what the unittest framework uses. llvm-svn: 111319
-
Sean Callanan authored
llvm-svn: 111313
-
- Aug 17, 2010
-
-
Jim Ingham authored
llvm-svn: 111302
-
Johnny Chen authored
additional env variables. llvm-svn: 111295
-
Johnny Chen authored
llvm-svn: 111294
-
Sean Callanan authored
llvm-svn: 111276
-
Jim Ingham authored
llvm-svn: 111216
-
Greg Clayton authored
llvm-svn: 111215
-
Sean Callanan authored
API fixes. llvm-svn: 111202
-
Johnny Chen authored
GDB_REMOTE_LOG which specifies the log file pathname. llvm-svn: 111198
-
Sean Callanan authored
cleanup here, since this is a new and fairly clean class already. llvm-svn: 111194
-
- Aug 16, 2010
-
-
Johnny Chen authored
cleanup before finish into the test fixture in lldbtest.TestBase.tearDown(). Derivatives of TestBase is responsible for setting self.runStarted to True if an inferior process has been started. llvm-svn: 111188
-
- Aug 14, 2010
-
-
Johnny Chen authored
LLDB_TESTSUITE_FORCE_FINISH and, if defined, kill the test suite. llvm-svn: 111056
-
Sean Callanan authored
cleaned up its API slightly. llvm-svn: 111053
-
Sean Callanan authored
Also cleaned up its API a tiny bit (but not the extensive amount that is actually needed. That's still coming.) llvm-svn: 111049
-
- Aug 13, 2010
-
-
Johnny Chen authored
llvm-svn: 111035
-
Johnny Chen authored
additional (ComandReturnObject *) result parameter (default to NULL) and does the right thing in setting the result status. Also removed used variable ast_context. llvm-svn: 110992
-
Sean Callanan authored
more sane (i.e., removed dead arguments, made sensible defaults, etc.) llvm-svn: 110990
-
Sean Callanan authored
NameSearchContext. llvm-svn: 110980
-
Sean Callanan authored
llvm-svn: 110977
-
- Aug 12, 2010
-
-
Sean Callanan authored
that translates Clang ASTs straight to DWARF. We are now using IR instead. llvm-svn: 110957
-
Johnny Chen authored
llvm-svn: 110943
-
Jim Ingham authored
Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames should be hidden behind that, and the "GetStackFrameAtIndex" and "GetStackFrameCount" algorithms become generic. So I moved them to Thread.cpp. llvm-svn: 110899
-
Sean Callanan authored
expression. It is now possible to do things like this: (lldb) expr int $i = 5; $i + 1 $0 = (int) 6 (lldb) expr $i + 3 $1 = (int) 8 (lldb) expr $1 + $0 $2 = (int) 14 As a bonus, this allowed us to move printing of expression results into the ClangPersistentVariable class. This code needs a bit of refactoring -- in particular, ClangExpressionDeclMap has eaten one too many bacteria and needs to undergo mitosis -- but the infrastructure appears to be holding up nicely. llvm-svn: 110896
-
Jim Ingham authored
llvm-svn: 110893
-
Jim Ingham authored
llvm-svn: 110892
-
- Aug 11, 2010
-
-
Sean Callanan authored
expression parser. It is now possible to type: (lldb) expr int $i = 5; $i + 1 (int) 6 (lldb) expr $i + 2 (int) 7 The skeleton for automatic result variables is also implemented. The changes affect: - the process, which now contains a ClangPersistentVariables object that holds persistent variables associated with it - the expression parser, which now uses the persistent variables during variable lookup - TaggedASTType, where I loaded some commonly used tags into a header so that they are interchangeable between different clients of the class llvm-svn: 110777
-
- Aug 10, 2010
-
-
Johnny Chen authored
interpreter right before calling Py_Finalize(). This also fixed the crash as reported in rdar://problem/8252903. llvm-svn: 110731
-
Johnny Chen authored
handler similar to what's happening for the individual test case run. llvm-svn: 110719
-
Benjamin Kramer authored
llvm-svn: 110676
-
Jim Ingham authored
llvm-svn: 110641
-
Jim Ingham authored
Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the stop event is pulled from the event queue. Then made the StopInfoBreakpoint's PerformAction do the breakpoint command. Also fixed the StopInfoBreakpoint's GetDescription so it gets the breakpoint location info, not the breakpoint site info. llvm-svn: 110637
-
Jason Molenda authored
llvm-svn: 110626
-
Johnny Chen authored
Added a generic message generator to the lldbtest.py base module. llvm-svn: 110625
-
Jim Ingham authored
Arrange that this then gets properly set on attach, or when a "file" is set. Add a completer for "process attach -n". Caveats: there isn't currently a way to handle multiple processes with the same name. That will have to wait on a way to pass annotations along with the completion strings. llvm-svn: 110624
-
Johnny Chen authored
the TestBase. Modified TestArrayTypes.py to use the assert messages. Other files to follow. llvm-svn: 110611
-
- Aug 09, 2010
-
-
Johnny Chen authored
llvm-svn: 110595
-
Sean Callanan authored
instead of "alias." Also fixed a bunch of indentation in the help for "commands alias." llvm-svn: 110585
-
- Aug 07, 2010
-
-
Johnny Chen authored
llvm-svn: 110497
-
Johnny Chen authored
whole test suite. llvm-svn: 110487
-