llvm-project/lldb/source
Johnny Chen 7dc2e4784e We can do better when reporting the status of one-liner script execution.
Change the prototype of ScriptInterpreter::ExecuteOneLine() to return bool
instead of void and take one additional parameter as CommandReturnObject *.

Propagate the status of one-liner execution back appropriately.

llvm-svn: 109899
2010-07-30 22:33:14 +00:00
..
API Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. 2010-07-30 20:12:55 +00:00
Breakpoint Added needed breakpoint functionality to the public API that includes: 2010-07-23 23:33:17 +00:00
Commands Fixed expression result printing to have the expression result type be in 2010-07-29 19:36:30 +00:00
Core Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Expression Updated to llvm/clang from July 30, 2010 at 08:00. 2010-07-30 20:30:44 +00:00
Host Remove a deadlock condition. A bit of explanation is needed: When calling 2010-07-23 15:47:19 +00:00
Interpreter We can do better when reporting the status of one-liner script execution. 2010-07-30 22:33:14 +00:00
Plugins Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Symbol Updated to llvm/clang from July 30, 2010 at 08:00. 2010-07-30 20:30:44 +00:00
Target Added needed breakpoint functionality to the public API that includes: 2010-07-23 23:33:17 +00:00
Utility Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
lldb.cpp Add a new Process plugin for Linux. 2010-07-24 02:19:04 +00:00