llvm-project/lldb/source/Plugins
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
..
ABI Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
Disassembler Fix a memory leak in InstructionLLVMC where it held onto a strong reference to the DisassemblerLLVMC which in turn had a vector of InstructionSP causing the strong cycle. This is fixed now. 2016-06-07 22:56:40 +00:00
DynamicLoader Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
ExpressionParser Don't omit `this' from expression args if it couldn't be read, but warn loudly. 2016-06-22 17:32:17 +00:00
Instruction [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions 2016-06-23 06:40:37 +00:00
InstrumentationRuntime [tsan] Prefer mangled name looking up variable declaration for racy address 2016-06-01 21:32:45 +00:00
JITLoader [JITLoaderGDB] Read jit entry struct manually. 2016-03-23 23:27:23 +00:00
Language Fix JavaArraySyntheticFrontEnd for non-reference ValueObject. 2016-06-02 00:45:38 +00:00
LanguageRuntime Don't cache the stret/vrs. non-stret code pointer as static data in the runtime. 2016-05-26 23:49:49 +00:00
MemoryHistory second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
ObjectContainer remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
ObjectFile Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
OperatingSystem second pass over removal of Mutex and Condition 2016-05-19 05:13:57 +00:00
Platform Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
Process Test commit to verify access, fix typo. 2016-06-23 08:31:22 +00:00
ScriptInterpreter 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
SymbolFile Handle variadic Objective-C methods from DWARF correctly. 2016-06-24 00:24:40 +00:00
SymbolVendor Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
SystemRuntime Revert r273524, it may have been the cause of a linux testbot failure 2016-06-23 04:24:16 +00:00
UnwindAssembly Now that there are no cycles that cause leaks in the disassembler/instruction classes, we can get rid of the FIXME lines that were working around this issue. 2016-06-07 23:19:00 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00