aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Target
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[lldb][test] Make MemoryTest use the threadsafe gtest death-test style (#181127)Michael Buch1-0/+14
2026-01-27[lldb] Enable locate module callback for main executable in launch mode (#176...GeorgeHuyubo1-0/+101
2025-12-22[lldb] Add ReadCStrings API to Process (#172026)Felipe de Azevedo Piovezan1-0/+73
2025-11-26[lldb] Fix reading 32-bit signed integers (#169150)Igor Kudrin1-3/+70
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo2-20/+17
2025-10-22[lldb][test] Fix address type in ReadMemoryRanges testDavid Spickett1-1/+1
2025-10-21[lldb] Implement Process::ReadMemoryRanges (#163651)Felipe de Azevedo Piovezan1-0/+142
2025-10-09[lldb][Language] Make SourceLanguage::GetDescription for language version (#1...Michael Buch1-2/+5
2025-10-08[lldb] Fix off-by-one error in ToDwarfSourceLanguage (#162315)Joshua Peterson1-3/+13
2025-10-06[lldb][test][NFC] Rename Language.cpp to LanguageTest.cppMichael Buch2-1/+1
2025-10-03[lldb][Language] Simplify SourceLanguage::GetDescription (#161804)Michael Buch2-0/+70
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath3-3/+0
2025-01-14[llvm-project] Fix typos mutli and mutliple. NFC. (#122880)Jay Foad1-1/+1
2024-09-20[lldb] Add support for disabling frame recognizers (#109219)Adrian Vogelsgesang1-2/+2
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde2-0/+59
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-4/+4
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl2-7/+7
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-1/+2
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere1-6/+7
2024-06-17[lldb] Add register field enum class (#90063)David Spickett1-1/+174
2023-10-26[lldb][lldb-server] Enable sending RegisterFlags as XML (#69951)David Spickett1-0/+50
2023-10-23[lldb] Add a single bit constructor for RegisterFlags::Field (#69315)David Spickett1-16/+19
2023-07-25[lldb][LocateModuleCallback] Call locate module callback in Platform tooKazuki Sakamoto1-76/+331
2023-07-15[lldb][LocateModuleCallback] Fix LocateModuleCallbackTestKazuki Sakamoto1-108/+95
2023-07-14Disable GetOrCreateModuleWithCachedModule and GetOrCreateModuleWithCachedModu...Shubham Sandeep Rastogi1-1/+12
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest""Shubham Sandeep Rastogi1-1/+6
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi6-1/+685
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi6-685/+1
2023-07-14Revert "[lldb][LocateModuleCallback] Fix LocateModuleCallbackTest"Shubham Sandeep Rastogi1-6/+1
2023-07-12[lldb][LocateModuleCallback] Fix LocateModuleCallbackTestKazuki Sakamoto1-1/+6
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto6-1/+685
2023-06-21[LLDB] Add table formatting for register fieldsDavid Spickett1-0/+118
2023-04-14[lldb][test] Fix -Wsign-compare in RegisterFlagsTest.cpp (NFC)Jie Fu1-2/+2
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett1-0/+16
2023-04-13[lldb] Add RegisterFlags classDavid Spickett2-0/+124
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford1-3/+0
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford1-0/+3
2023-03-16[lldb] Make MemoryCache::Read more resilientAlex Langford2-0/+230
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani2-9/+6
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani2-6/+9
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata2-0/+2
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song1-1/+1
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2022-11-24[lldb] Fix PathMappingListTest for the Optional interface changePavel Labath1-1/+2
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere2-6/+0
2022-09-19Add auto deduce source map settingJeffrey Tan1-1/+1
2022-08-08[lldb] Make Process and subclass constructors protectedMichał Górny1-1/+2
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton2-9/+9