169cd51c9e085a2140c2b4f54f87c68f1cc4d859 |
|
21-Nov-2012 |
Daniel Malea <daniel.malea@intel.com> |
Linux test case fixes - missing includes in cpp test programs - mismatched dwarf/dsym test cases - make "com.apple.main-thread" expected string conditional on darwin platform git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168452 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/main.cpp
|
6010acef0cee54e044d4e7e472ef3d99e13c5045 |
|
07-Nov-2011 |
Enrico Granata <granata.enrico@gmail.com> |
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 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144035 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/main.cpp
|
1e90cce7a92bf74510f2ca01ba2ae06eebffb983 |
|
14-Oct-2011 |
Johnny Chen <johnny.chen@apple.com> |
Rename directory command_python to command_script, and the test file, too. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141963 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/main.cpp
|