summaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)Author
2025-11-21[lldb] Fix EditlineTest closing files multiple times. (#169100)John Harrison
2025-11-21[lldb] Add MockMemory class for dwarf expression testing (#168467)David Peixotto
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-18[lldb/aarch64] Add STR/LDR instructions for FP registers to Emulator (#168187)Igor Kudrin
2025-11-18[lldb] Support integer registers with more than 64 bits. (#166363)Matej Košík
2025-11-17[lldb] Add helper to create mock objects for dwarf expression tests (#167956)David Peixotto
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-11-13[lldb] Add a gtest matcher for lldb_private::Value (#167427)David Peixotto
2025-11-12[lldb][ObjC][NFC] Rewrite IsPossibleObjCMethodName in terms of llvm::StringRe...Michael Buch
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-07Reapply "[lldb-dap] Use protocol types for exceptioninfo" (#166161) (#166836)Ebuka Ezike
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-11-03[lldb-dap] Add support for launching supported clients (#165941)Jonas Devlieghere
2025-11-03Revert "[lldb-dap] Use protocol types for exceptioninfo" (#166161)David Spickett
2025-11-03[lldb-dap] Use protocol types for exceptioninfo (#165858)Ebuka Ezike
2025-10-31[lldb][TypeSystem] Better support for _BitInt types (#165689)Michael Buch
2025-10-31[lldb][TypeSystem] Fix GetTypeInfo for vector and complex types (#165837)Michael Buch
2025-10-30[lldb][DWARF] Support DW_AT_bit_size on type tags (#165686)Michael Buch
2025-10-29[lldb] Do not narrow `GetIndexOfChildWithName` return type to int (#165453)Ebuka Ezike
2025-10-29[LLDB][PDB] Explicitly set DIA plugin in unit test (#165592)nerix
2025-10-29[lldb][DWARFASTParserClang] Added a check for the specialization existence (#...Timur Golubovich
2025-10-27Avoid stalls when MainLoop::Interrupt fails to wake up the MainLoop (#164905)jimingham
2025-10-27[lldb-dap][test] Disable DisconnectTriggersTerminateCommands on LinuxDavid Spickett
2025-10-22Revert "[lldb-dap] Use protocol types for exceptioninfo" (#164631)Walter Lee
2025-10-22[lldb-dap] Use protocol types for exceptioninfo (#164318)Ebuka Ezike
2025-10-22[lldb][test] Fix address type in ReadMemoryRanges testDavid Spickett
2025-10-21[lldb] Implement Process::ReadMemoryRanges (#163651)Felipe de Azevedo Piovezan
2025-10-20[lldb-dap] Send an Invalidated event on thread stack change. (#163976)Ebuka Ezike
2025-10-20[lldb] Add try_lock to SBMutex (#164109)Jonas Devlieghere
2025-10-20[lldb] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#164191)Kazu Hirata
2025-10-20[lldb] Fix the "RegisterValue::SetValueFromData" method for 128-bit integer r...Matej Košík
2025-10-15[lldb] Correct bridgeOS -> BridgeOS spelling (#163479)Jonas Devlieghere
2025-10-15[lldb] Parse qSupported MultiMemRead tag in GDB Remote Client (#163249)Felipe de Azevedo Piovezan
2025-10-13[lldb] Fix TypeSystemClang::GetBasicTypeEnumeration for 128-bit int types (#1...Matej Košík
2025-10-13[lldb-dap] DataBreakpointInfoArguments make frameId optional. (#162845)Ebuka Ezike
2025-10-09[lldb] Adjusting the naming for gcc11. (#162693)John Harrison
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-10-09[lldb][Language] Make SourceLanguage::GetDescription for language version (#1...Michael Buch
2025-10-08[lldb] Remove unnecessary LINK_LIBS in LLDBBreakpointTests (NFC)Jonas Devlieghere
2025-10-08Make SBBreakpoint/SBBreakpointLocation.SetCondition(nullptr) work again. (#16...jimingham
2025-10-08[lldb] Add a blurb about not including private headers (#162404)Jonas Devlieghere
2025-10-08[lldb] Enforce that only the LLDB API unit tests can link liblldb (#162384)Jonas Devlieghere
2025-10-08[lldb] Fix off-by-one error in ToDwarfSourceLanguage (#162315)Joshua Peterson
2025-10-07[lldb] Make MainLoopTest::CallbackWithTimeout slightly more resilient (#162197)Jonas Devlieghere