llvm-project/lldb/source
Enrico Granata 0a305db796 this patch addresses several issues with "command script" subcommands:
a) adds a new --synchronicity (-s) setting for "command script add" that allows the user to decide if scripted commands should run synchronously or asynchronously (which can make a difference in how events are handled)
 b) clears up several error messages
 c) adds a new --allow-reload (-r) setting for "command script import" that allows the user to reload a module even if it has already been imported before
 d) allows filename completion for "command script import" (much like what happens for "target create")
 e) prevents "command script add" from replacing built-in commands with scripted commands
 f) changes AddUserCommand() to take an std::string instead of a const char* (for performance reasons)
plus, it fixes an issue in "type summary add" command handling which caused several test suite errors

llvm-svn: 144035
2011-11-07 22:57:04 +00:00
..
API Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
Breakpoint Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
Commands this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00
Core Updated LLVM/Clang to pick up a fix for imports of 2011-11-04 22:46:46 +00:00
Expression Updated LLVM/Clang to pick up a fix for imports of 2011-11-04 22:46:46 +00:00
Host Update a missed getHostTriple call, fixes non-__APPLE__ build 2011-11-05 01:35:31 +00:00
Interpreter this patch addresses several issues with "command script" subcommands: 2011-11-07 22:57:04 +00:00
Plugins Patch from Dragos Tatulea which was a modified version of a patch from 2011-11-05 01:09:16 +00:00
Symbol Wrapped some logging statements in conditionals, to prevent 2011-11-05 00:08:12 +00:00
Target Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Added support for the new ".apple_objc" accelerator tables. These tables are 2011-10-27 17:55:14 +00:00