llvm-project/lldb/source
Enrico Granata a5d6765cb0 Fix an issue where the @lldb.command marker would not work with the new 5-argument version of the Python command function
This:
a) teaches PythonCallable to look inside a callable object
b) teaches PythonCallable to discover whether a callable method is bound
c) teaches lldb.command to dispatch to either the older 4 argument version or the newer 5 argument version

llvm-svn: 273640
2016-06-24 02:07:15 +00:00
..
API Add MemoryRegionInfo to SB API 2016-06-23 08:35:37 +00:00
Breakpoint Lock the access to the BreakpointLocationCollection. 2016-05-26 23:55:04 +00:00
Commands Fix "frame variable" to show all variables defined in functions and any contained lexical blocks, even if they are static variables. 2016-06-09 23:56:12 +00:00
Core Fix the use of lldb::eSymbolContextVariable. 2016-06-21 20:00:36 +00:00
DataFormatters remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Expression Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored. 2016-06-09 22:22:40 +00:00
Host Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
Initialization remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
Interpreter Implement ProcessInfo::Dump(), log gdb-remote stub launch 2016-05-31 18:32:20 +00:00
Plugins Fix an issue where the @lldb.command marker would not work with the new 5-argument version of the Python command function 2016-06-24 02:07:15 +00:00
Symbol Handle variadic Objective-C methods from DWARF correctly. 2016-06-24 00:24:40 +00:00
Target Fix typo in eOpenOptionDontFollowSymlinks 2016-06-21 00:03:57 +00:00
Utility Skip leading spaces when decoding hex values 2016-05-24 18:19:45 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00