llvm-project/lldb/include/lldb
Jonas Devlieghere a9448872fe [lldb] Refactor and simplify GetCommandSPExact interface
GetCommandSPExact is called exaclty once with include_aliases set to
true, so make it a default argument. Use early returns to simplify the
implementation.
2020-12-23 10:43:13 -08:00
..
API [lldb] Add SBType::GetEnumerationIntegerType method 2020-12-22 10:08:22 -08:00
Breakpoint [lldb][asan] Mark destructor as virtual to allow subclasses. 2020-08-20 09:21:33 -07:00
Core [lldb] Fix that symbols.clang-modules-cache-path is never initialized 2020-12-10 13:37:40 +01:00
DataFormatters [lldb] tab completion for class `CommandObjectTypeFormatterDelete` 2020-08-31 14:18:07 +02:00
Expression [lldb] Fix missing initialization in UtilityFunction ctor (NFC) 2020-10-22 21:12:27 -07:00
Host Make offset field optional in RegisterInfo packet for Arm64 2020-12-02 03:19:43 +05:00
Initialization [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
Interpreter [lldb] Refactor and simplify GetCommandSPExact interface 2020-12-23 10:43:13 -08:00
Symbol [lldb] Add SBType::GetEnumerationIntegerType method 2020-12-22 10:08:22 -08:00
Target [lldb] Simplify the is_finalized logic in process and make it thread safe. 2020-12-18 18:41:33 -08:00
Utility [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC) 2020-12-22 09:10:27 -08:00
lldb-defines.h Add an option (-y) to "break set" and "source list" that uses the same 2020-07-20 17:40:36 -07:00
lldb-enumerations.h Revert "[LLDB] Unbreak the build after recent clang changes" 2020-12-22 10:34:04 -08:00
lldb-forward.h [trace] rename ThreadIntelPT into TraceTrace 2020-10-19 15:15:02 -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][NFC] Remove FormatterChoiceCriterion 2020-04-15 09:47:15 +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 [lldb] Prevent 'process connect' from using local-only plugins 2020-11-23 09:48:55 +01:00
lldb-private-types.h [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header 2020-11-12 15:30:26 +01: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] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08: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 [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool 2020-04-22 09:17:49 -07:00