hanchenye-llvm-project/lldb/source/Plugins
Michał Górny 835f8de850 [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC]
Use RegSetKind enum for register sets everything, rather than int.
Always spell it as 'RegSetKind', without unnecessary 'enum'.  Add
missing switch case.  While at it, use uint32_t for regnums
consistently.

Differential Revision: https://reviews.llvm.org/D93450
2020-12-17 18:01:46 +01:00
..
ABI [NFC] Fix call to lldb RegisterValue constructor 2020-11-03 13:24:06 -08:00
Architecture
Disassembler
DynamicLoader [lldb] [POSIX-DYLD] Update the cached exe path after attach 2020-12-17 09:31:22 +01:00
ExpressionParser [lldb] Add std::array to the supported template list of the CxxModuleHandler 2020-12-17 11:47:58 +01:00
Instruction [LLDB][NFC] Remove redundant condition 2020-07-01 09:04:26 +02:00
InstrumentationRuntime [lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.find('x')`) 2020-12-16 10:53:18 -08:00
JITLoader
Language [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST 2020-12-10 17:35:03 +01:00
LanguageRuntime [lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::GetForTarget 2020-12-04 11:29:08 +01:00
MemoryHistory
ObjectContainer
ObjectFile Partially revert '[MachO] Update embedded part of ObjectFileMachO for Mangled API change' 2020-11-20 13:31:36 +01:00
OperatingSystem [lldb] Use std::make_unique<DynamicRegisterInfo> (NFC) 2020-07-22 11:32:48 -07:00
Platform [lldb] "target create" shouldn't save target if the command failed 2020-12-12 16:40:58 +03:00
Process [lldb] [Process/FreeBSDRemote] Use RegSetKind consistently [NFC] 2020-12-17 18:01:46 +01:00
ScriptInterpreter [lldb] Track the API boundary using a thread_local variable. 2020-12-09 08:58:40 -08:00
StructuredData Use basic_string::find(char) instead of basic_string::find(const char *s, size_type pos=0) 2020-12-16 23:28:32 -08:00
SymbolFile [lldb] Unify the two CreateTypedef implementations in TypeSystemClang 2020-12-17 10:49:26 +01:00
SymbolVendor [lldb] Delete copy operations on PluginInterface class 2020-10-09 10:37:09 +02:00
SystemRuntime [lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::GetForTarget 2020-12-04 11:29:08 +01:00
Trace [trace][intel-pt] Scaffold the 'thread trace start | stop' commands 2020-11-18 18:24:36 -08:00
TypeSystem [lldb] Unify the two CreateTypedef implementations in TypeSystemClang 2020-12-17 10:49:26 +01:00
UnwindAssembly [lldb/Unwind] Use eh_frame plan directly when it doesn't need to be augmented 2020-06-26 11:46:47 +02:00
CMakeLists.txt Add a "Trace" plug-in to LLDB to add process trace support in stages. 2020-09-21 17:13:18 -07:00
Plugins.def.in