llvm-project/lldb/include/lldb
Alex Langford 4355265131 [lldb] Remove IRExecutionUnit::CollectFallbackNames
The work that IRExecutionUnit::CollectFallbackNames is basically the
work that `CPlusPlusLanguage::GetDemangledFunctionNameWithoutArguments`
does already. It's also (at time or writing) specific to C++, so it can
be folded into `IRExecutionUnit::CollectCandidateCPlusPlusNames`.

Differential Revision: https://reviews.llvm.org/D109928
2021-09-22 11:01:15 -07:00
..
API [lldb] Remove SBExecutionContext::reset (NFC) 2021-09-16 11:00:12 -07:00
Breakpoint [lldb] Make WatchpointList iterable 2021-07-20 07:47:48 +02:00
Core [StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failures 2021-09-14 13:31:52 -07:00
DataFormatters [nfc] [lldb] Prevent needless copies of DataExtractor 2021-08-04 20:35:53 +02:00
Expression [lldb] Remove IRExecutionUnit::CollectFallbackNames 2021-09-22 11:01:15 -07:00
Host [lldb] [llgs server] Support creating core dumps on NetBSD 2021-09-06 12:16:14 +02:00
Initialization [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
Interpreter [lldb/Plugins] Introduce Scripted Interface Factory 2021-09-03 19:37:25 +02:00
Symbol [lldb] Remove PluginInterface::GetPluginVersion 2021-09-13 10:29:00 +02:00
Target [MachCore] Report arm64 thread exception state 2021-09-17 16:45:03 -07:00
Utility [lldb] [gdb-remote] Implement the vRun packet 2021-09-10 14:08:36 +02:00
lldb-defines.h [trace] Add a TraceCursor class 2021-06-23 22:28:01 -07:00
lldb-enumerations.h Add the ability to process save-core stack-memory-only corefiles 2021-08-11 13:37:31 -07:00
lldb-forward.h [lldb] Remove unused typedefs from lldb-forward.h 2021-09-10 14:16:47 -07:00
lldb-private-defines.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-private-enumerations.h [lldb] [client] Implement follow-fork-mode 2021-09-02 12:16:58 +02:00
lldb-private-forward.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-private-interfaces.h [trace] Add the definition of a TraceExporter plugin 2021-07-26 18:01:50 -07:00
lldb-private-types.h [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
lldb-private.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-public.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-types.h [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
lldb-versioning.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
module.modulemap [MachCore] Report arm64 thread exception state 2021-09-17 16:45:03 -07:00