llvm-project/lldb/source/Plugins
Greg Clayton 08f5674bfe Fixed being able to set breakpoints on destructors when we don't fully specify the demangled name. So all of the following now work:
(lldb) b ~Foo
(lldb) b Foo::~Foo
(lldb) b Bar::Foo::~Foo

Improved out C++ breakpoint locations tests as well to cover this issue.

<rdar://problem/25577252>

llvm-svn: 266139
2016-04-12 22:02:37 +00:00
..
ABI Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft) ABI. 2016-02-29 13:39:20 +00:00
Disassembler Consolidate the knowledge of what arm cores are always executing 2016-04-05 05:01:30 +00:00
DynamicLoader Allow gdbremote process to read modules from memory 2016-04-05 17:25:32 +00:00
ExpressionParser Breakpoint conditions were making result variables, which they should not do. 2016-04-12 17:17:35 +00:00
Instruction Consolidate the knowledge of what arm cores are always executing 2016-04-05 05:01:30 +00:00
InstrumentationRuntime Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin. 2016-04-10 18:57:38 +00:00
JITLoader [JITLoaderGDB] Read jit entry struct manually. 2016-03-23 23:27:23 +00:00
Language Fixed being able to set breakpoints on destructors when we don't fully specify the demangled name. So all of the following now work: 2016-04-12 22:02:37 +00:00
LanguageRuntime Add support for resolving dynamic types of extended ObjC tagged pointers 2016-04-11 21:50:35 +00:00
MemoryHistory Simplify the ASan expression (follow-up for the previous commit, r265651). 2016-04-07 10:07:45 +00:00
ObjectContainer Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
ObjectFile Implement `target modules dump objfile` 2016-04-04 21:21:49 +00:00
OperatingSystem Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Platform In GDBRemoteCommunicationClient::GetHostInfo, don't set the 2016-04-07 22:00:55 +00:00
Process Process: fix the build with certain kernel versions 2016-04-12 05:40:51 +00:00
ScriptInterpreter Initialize the Python script interpreter lazily (i.e. not at debugger startup) 2016-04-12 18:23:18 +00:00
SymbolFile Fixed an issue where if we have DWARF in an executable that has multiple languages where these languages use different type systems, you can end up trying to find the actualy definition for a forward declaration for a type, you will call: 2016-04-01 22:57:22 +00:00
SymbolVendor Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
SystemRuntime Compilation can end up calling functions (e.g. to resolve indirect functions) so I added 2016-03-21 19:21:13 +00:00
UnwindAssembly Stack unwinding emulation: handle adjustment of FP 2016-02-19 10:59:25 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00