- Jun 16, 2011
-
-
Greg Clayton authored
aren't getting debug info from the liblldb-core.a file in our build server builds. llvm-svn: 133193
-
Caroline Tice authored
Add 'batch_mode' to CommandInterpreter. Modify InputReaders to not write output (prompts, instructions,etc.) if the CommandInterpreter is in batch_mode. Also, finish updating InputReaders to write to the asynchronous stream, rather than using the Debugger's output file directly. llvm-svn: 133162
-
Johnny Chen authored
in order to have its process cleaned up (terminated) upon tearDown is gone for good. Let's simplify a bunch of Python API test cases. llvm-svn: 133097
-
- Jun 15, 2011
-
-
Johnny Chen authored
remove the self.runStarted attribute since the automatic shutdown of processes associated with the targets are now performed automatically. llvm-svn: 133092
-
Johnny Chen authored
bool SBDebugger::DeleteTarget(lldb::SBTarget &target); which is used in the test tearDown() phase to cleanup the debugger's target list so that it won't grow larger and larger as test cases are executed. This is also a good opportunity to get rid of the arcane requirement that test cases exercising the Python API must assign the process object to self.process so that it gets shutdown gracefully. Instead, the shutdown of the process associated with each target is now being now automatically. Also get rid of an API from SBTarget class: SBTarget::DeleteTargetFromList(lldb_private::TargetList *list); llvm-svn: 133091
-
Jim Ingham authored
like the doc's say it should. Make sure we have a condition before we set up a test whether we have one, so we only present a "could not parse condition" error if we actually have a condition. llvm-svn: 133088
-
Jim Ingham authored
llvm-svn: 133084
-
Caroline Tice authored
Replace direct uses of the Debugger's output stream with uses of the asynchronous stream. llvm-svn: 133076
-
Caroline Tice authored
Add an introduction to the scripting example web page. llvm-svn: 133061
-
Johnny Chen authored
llvm-svn: 133020
-
- Jun 14, 2011
-
-
Johnny Chen authored
This patch is a starting point for the attach functionality. Signed-off-by:
Johnny Chen <johnny.chen@apple.com> llvm-svn: 133006
-
Caroline Tice authored
Add error message; clean up comment. llvm-svn: 132997
-
Peter Collingbourne authored
llvm-svn: 132972
-
Peter Collingbourne authored
llvm-svn: 132971
-
Peter Collingbourne authored
llvm-svn: 132970
-
Peter Collingbourne authored
llvm-svn: 132969
-
Peter Collingbourne authored
Previously the IsValid pattern matched only function signatures of the form: def IsValid(*args): ... However under SWIG 1.3.40 on Linux the signature reads: def IsValid(self): ... The new pattern matches both signature types by matching only up to the left paren. llvm-svn: 132968
-
Peter Collingbourne authored
Fixes the Linux build. llvm-svn: 132967
-
Peter Collingbourne authored
llvm-svn: 132966
-
Peter Collingbourne authored
llvm-svn: 132965
-
Greg Clayton authored
llvm-svn: 132960
-
Johnny Chen authored
It was introduced to work around some debugger infrastructure bug which has long since been fixed. llvm-svn: 132951
-
- Jun 13, 2011
-
-
Caroline Tice authored
Cleaning up the Python script interpreter: Use the embedded_interpreter.py file rather than keeping it all in a string and compiling the string (easier to maintain, easier to read, remove redundancy). llvm-svn: 132935
-
Caroline Tice authored
More prompt-timing cleanups: Make multi-line expressions use the asynchronous stream mechanism rather than writing directly to the Debugger's output & error streams. llvm-svn: 132930
-
- Jun 10, 2011
-
-
Greg Clayton authored
llvm-svn: 132829
-
Greg Clayton authored
llvm-svn: 132828
-
Greg Clayton authored
llvm-svn: 132827
-
Greg Clayton authored
llvm-svn: 132823
-
Greg Clayton authored
to have the value for the map be a "const char *" instead of an unused uint32_t. This allows us to store the uniqued mangled/demangled counterpart in this map for mangled names. This also speeds up the mangled/demangled counterpart lookup that used to be maintained in a STL map by having direct access to the data. If we eventually need to associate other strings to strings to more data, we can make the value of the StringMap have a more complex value. Added the start of a history source and history event class. It isn't being used by anything yet, but might be shortly. llvm-svn: 132813
-
Johnny Chen authored
llvm-svn: 132808
-
Johnny Chen authored
If two SBAddress's have the same module and file address, they are considered equal. Add a test snippet 'sa1 == sa2' to exercise the rich comparison methods for SBAddress. llvm-svn: 132807
-
- Jun 06, 2011
-
-
Johnny Chen authored
llvm-svn: 132692
-
- Jun 04, 2011
-
-
Greg Clayton authored
cleaned up all base classes that had their own copy. Added a SetDescription accessor to the StopInfo class. llvm-svn: 132615
-
Greg Clayton authored
the thread we were running on (other thread crashed or had exceptional stop reason). llvm-svn: 132599
-
Greg Clayton authored
llvm-svn: 132597
-
- Jun 03, 2011
-
-
Johnny Chen authored
llvm-svn: 132594
-
Peter Collingbourne authored
llvm-svn: 132588
-
Peter Collingbourne authored
llvm-svn: 132587
-
Peter Collingbourne authored
llvm-svn: 132586
-
Peter Collingbourne authored
llvm-svn: 132585
-