hanchenye-llvm-project/lldb/source
Greg Clayton b6e8cf9663 Default "frame variable" to not show types before values by default. You now enable type display with --show-types or -t (instead of disabling it with --no-types or -t).
llvm-svn: 116418
2010-10-13 18:56:36 +00:00
..
API Added a "--no-lldbinit" option (-n for short (which magically matches 2010-10-11 01:05:37 +00:00
Breakpoint Fix some memory leaks. 2010-10-12 21:57:09 +00:00
Commands Default "frame variable" to not show types before values by default. You now enable type display with --show-types or -t (instead of disabling it with --no-types or -t). 2010-10-13 18:56:36 +00:00
Core Add a way to temporarily divert events from a broadcaster to a private listener. 2010-10-11 23:53:14 +00:00
Expression Fixed C++ class clang type creation and display by making sure we omit 2010-10-13 03:15:28 +00:00
Host Plugged memory leak. 2010-10-10 22:07:18 +00:00
Interpreter Replace contains_string with 'strcasestr' from libc. 2010-10-12 22:16:53 +00:00
Plugins Fixed C++ class clang type creation and display by making sure we omit 2010-10-13 03:15:28 +00:00
Symbol Fixed C++ class clang type creation and display by making sure we omit 2010-10-13 03:15:28 +00:00
Target Add a way to temporarily divert events from a broadcaster to a private listener. 2010-10-11 23:53:14 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00