llvm-project/lldb/source
Jason Molenda 59d55219cf Change CommandReturnObject::AppendMessage to print an empty line if
AppendMessage("") is called.  This idiom is used in a handful of places
right now (e.g. to put space between different threads in 'bt all') but
the empty newline is being omitted instead of emitted.
<rdar://problem/13753830> 

llvm-svn: 180841
2013-05-01 08:37:52 +00:00
..
API Added an option to "process detach" to keep the process stopped, if the process plugin (or in the 2013-04-30 23:46:08 +00:00
Breakpoint Optimized the way breakpoint conditions are evaluated. 2013-04-19 07:09:15 +00:00
Commands Added an option to "process detach" to keep the process stopped, if the process plugin (or in the 2013-04-30 23:46:08 +00:00
Core RegisterValues can now report their contents as 2013-04-30 21:41:44 +00:00
DataFormatters <rdar://problem/12529989> 2013-04-27 00:27:20 +00:00
Expression Fixed a problem where the expression parser would 2013-04-30 00:21:42 +00:00
Host Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
Interpreter Change CommandReturnObject::AppendMessage to print an empty line if 2013-05-01 08:37:52 +00:00
Plugins Added an option to "process detach" to keep the process stopped, if the process plugin (or in the 2013-04-30 23:46:08 +00:00
Symbol <rdar://problem/13776113> 2013-04-30 22:29:29 +00:00
Target Added an option to "process detach" to keep the process stopped, if the process plugin (or in the 2013-04-30 23:46:08 +00:00
Utility More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
CMakeLists.txt More CMake fixes for OS X. 2013-04-25 01:36:53 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Fixing lldb log list text for commands category 2013-04-26 17:44:41 +00:00
lldb.cpp Add a new PlatformDarwinKernel for kernel debugging. This Platform 2013-04-05 01:03:25 +00:00