llvm-capstone/lldb/unittests
Jonas Devlieghere 3b6a8f823b
[lldb] Upstream xros support in lldb (#78389)
Upstream support for debugging xros applications through LLDB.
2024-01-17 09:47:08 -08:00
..
API [lldb] Mark most SBAPI methods involving private types as protected or private 2023-05-10 12:36:55 -07:00
Breakpoint
Core Add support for inline DWARF source files. (#75880) 2024-01-04 09:04:05 -08:00
DataFormatter [lldb] Remove remaining uses of llvm::Optional (NFC) 2023-01-07 14:36:35 -08:00
debugserver
Disassembler [lldb][NFC] Put disassembler test classes and methods in anonymous namespace 2023-09-01 11:49:54 +05:30
Editline [lldb] Simplify color logic in (IOHandler)Editline (NFC) 2023-09-13 22:27:05 -07:00
Expression [lldb] Use StringRef::{starts,ends}_with (NFC) 2023-12-16 14:39:37 -08:00
Host FileSystem::EnumerateDirectory should skip entries w/o Status, not halt 2023-06-26 17:46:53 -07:00
Instruction [lldb] Fix typo in LoongArch unittest 2023-02-07 15:09:04 +08:00
Interpreter [lldb] Part 2 of 2 - Refactor CommandObject::DoExecute(...) return void (not bool) (#69991) 2023-10-30 13:21:00 -07:00
Language [unittest] Fix HighlighterTest.cpp after D151683 2023-07-22 18:30:02 -07:00
ObjectFile [lldb] Fix -Wsign-compare in TestSectionSize.cpp (NFC) 2023-08-05 08:34:19 +08:00
Platform [lldb][Android] Add platform.plugin.remote-android.package-name 2023-06-20 16:17:21 -07:00
Process [lldb] Use StringRef::{starts,ends}_with (NFC) 2023-12-16 14:39:37 -08:00
ScriptInterpreter [lldb] Use StringRef::{starts,ends}_with (NFC) 2023-12-16 15:02:15 -08:00
Signals [lldb][NFCI] Change return type of UnixSignals::GetSignalInfo 2023-08-22 10:54:06 -07:00
Symbol [lldb][DWARFASTParserClang][NFC] Remove redundant parameter to AddMethodToObjCObjectType (#73832) 2023-11-30 05:15:57 +00:00
SymbolFile [lldb][PDB] Update max matches test for type queries (#75813) 2023-12-19 08:54:03 +00:00
Target [lldb][lldb-server] Enable sending RegisterFlags as XML (#69951) 2023-10-26 08:33:30 +01:00
TestingSupport [lldb] Use StringRef::{starts,ends}_with (NFC) 2023-12-16 14:39:37 -08:00
Thread [lldb][NFC] Fix compilation issue on windows (#76453) 2024-01-04 08:39:50 +00:00
tools [lldb] Change interface of StructuredData::Array::GetItemAtIndexAsDictionary (#71961) 2023-11-10 12:47:43 -08:00
UnwindAssembly Update the CFA to use $sp when $fp is restored on arm64 2022-05-04 14:54:17 -07:00
Utility [lldb] Upstream xros support in lldb (#78389) 2024-01-17 09:47:08 -08:00
CMakeLists.txt [lldb/unittests/CMakeLists.txt] Remove extra compiler flag -include gtest_common.h, NFC 2022-12-02 10:45:49 -08:00
gtest_common.h