summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities
AgeCommit message (Expand)Author
2025-04-17[lldb][test] TestDataFormatterLibcxxInvalidVectorSimulator.py: fix inline nam...Michael Buch
2025-04-16disable test on older compilers (#136037)Shubham Sandeep Rastogi
2025-04-16[lldb][DataFormatter] Surface CalculateNumChildren errors in std::vector summ...Michael Buch
2025-04-13[lldb][Format] Display only the inlined frame name in backtraces if available...Michael Buch
2025-04-07[lldb][debugserver] Fix an off-by-one error in watchpoint identification (#13...Jason Molenda
2025-04-07Revert "[lldb][debugserver] Fix an off-by-one error in watchpoint identificat...Jason Molenda
2025-04-07[lldb][debugserver] Fix an off-by-one error in watchpoint identification (#13...Jason Molenda
2025-04-07[LLDB] Add integration test for libsanitizers trace collection (#134323)Julian Lettner
2025-04-03[lldb] Use the "reverse video" effect when colors are disabled. (#134203)Jonas Devlieghere
2025-04-02[lldb] Skip test with older version of clangAdrian Prantl
2025-03-28[lldb] Adjust skips on reverse continue tests (#133240)Pavel Labath
2025-03-26[lldb] Implement a statusline in LLDB (#121860)Jonas Devlieghere
2025-03-25Fix the managing of the session dictionary when you have nested wrappers (#13...jimingham
2025-03-21[lldb] Ignore registers that the debugserver fails to read (#132122)Robert O'Callahan
2025-03-19[lldb] Skip reverse continue tests on x86_64-darwinPavel Labath
2025-03-18[lldb] Fix TestBreakpointLocations (#131890)Dave Lee
2025-03-18[lldb] Skip reverse continue tests on macos<15.0Pavel Labath
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-03-10Revert "[lldb][asan] Add temporary logging to ReportRetriever"Michael Buch
2025-03-07Add complete ObjectFileJSON support for sections. (#129916)Greg Clayton
2025-03-07[lldb][test] Skip libsanitizers tests for now (#130305)Michael Buch
2025-03-07[lldb][asan] Add temporary logging to ReportRetrieverMichael Buch
2025-03-04Add subsection and permissions support to ObjectFileJSON. (#129801)Greg Clayton
2025-03-04[lldb] Fix ObjectFileJSON to section addresses. (#129648)Greg Clayton
2025-02-28[lldb] Add ability to inspect backing threads with `thread info` (#129275)Felipe de Azevedo Piovezan
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-23Allow option to ignore module load errors in ScriptedProcess (#127153)rchamala
2025-02-21[lldb] Fix "in function" detection in "thread until" (#123622)Pavel Labath
2025-02-21[lldb][LoongArch] Complete register alias name in `AugmentRegisterInfo`wanglei
2025-02-20[lldb][RISC-V] Extended if conditions to support alias names for registers (#...kper
2025-02-20[lldb] Un-XFAIL TestDeadStrip.py on windowsPavel Labath
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda
2025-02-12[lldb] Update ThreadPlanStepOut to handle new breakpoint behavior (#126838)Jason Molenda
2025-02-06[lldb] Add missing return statements in ThreadMemory (#126128)Felipe de Azevedo Piovezan
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda
2025-02-03[LLDB][Save Core Options] Custom ranges should follow the same safety checks ...Jacob Lalonde
2025-02-03[lldb] Show value for libcxx and libstdcxx summary and remove pointer value i...Zequan Wu
2025-01-31[lldb] Use llvm::Error instead of CommandReturnObject for error reporting (#1...Jonas Devlieghere
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31[lldb] Use validation combination of options in TestAbbreviations (#125270)Jonas Devlieghere
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-31[lldb] Add support for gdb-style 'x' packet (#124733)Pavel Labath
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-25[lldb] Delete lldbutil.PrintableRegex (NFC)Dave Lee
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan