llvm-project/lldb/source/Plugins
David Spickett 6e5c4a443d [lldb] Re-enable GDB server client memory tag read tests
These were disabled in 473a3a773e
because they failed on 32 bit platforms. (Arm for sure but I assume
any 32 bit)

This was due to the printf formatter used. These assumed
that types like uint64_t/size_t would be certain size/type and
that changes on 32 bit.

Instead use "z" to print the size_t and PRI<...> formatters
for the addr_t (always uint64_t) and the int32_t.
2021-06-25 10:09:52 +00:00
..
ABI AArch64 Linux and elf-core PAC stack unwinder support 2021-06-16 02:09:46 +05:00
Architecture [lldb][AArch64] Add MTE memory tag reading to lldb 2021-06-24 17:17:10 +01:00
Disassembler [MC] Refactor MCObjectFileInfo initialization and allow targets to create MCObjectFileInfo 2021-05-23 14:15:23 -07:00
DynamicLoader [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
ExpressionParser Revert "[lldb] Add support for evaluating expressions in static member functions" 2021-06-11 15:00:38 +02:00
Instruction [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
InstrumentationRuntime [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
JITLoader [lldb] Make DoReadMemory a protected method. 2021-01-07 21:06:36 -08:00
Language [lldb] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
LanguageRuntime [lldb] Remove redundant calls to set eReturnStatusFailed 2021-06-17 12:21:54 +01:00
MemoryHistory [lldb] Access the ModuleList through iterators where possible (NFC) 2021-01-07 21:06:36 -08:00
ObjectContainer [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
ObjectFile Try to unbreak the windows CI 2021-06-20 13:13:46 -07:00
OperatingSystem [lldb] Use std::make_unique<DynamicRegisterInfo> (NFC) 2020-07-22 11:32:48 -07:00
Platform [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
Process [lldb] Re-enable GDB server client memory tag read tests 2021-06-25 10:09:52 +00:00
ScriptInterpreter Convert functions that were returning BreakpointOption * to BreakpointOption &. 2021-06-15 14:34:02 -07:00
StructuredData [lldb] Remove redundant calls to set eReturnStatusFailed 2021-06-17 12:21:54 +01:00
SymbolFile [lldb] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
SymbolVendor [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
SystemRuntime [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07:00
Trace [NFC][trace] remove dead function 2021-06-23 23:18:53 -07:00
TypeSystem [lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect template parameters 2021-06-15 19:25:07 +02:00
UnwindAssembly [lldb] Use C++11 default member initializers 2021-06-09 09:43:13 -07: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 Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin" 2020-02-18 19:16:07 -08:00