aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan8110-10/+105
2024-02-05[lldb] Cleanup regex in libcxx formatters (NFC) (#80618)Dave Lee1-6/+6
2024-02-05[lldb] Remove unused private TypeCategoryMap methods (NFC) (#80602)Dave Lee1-6/+0
2024-02-05[lldb][Docs] Remove unnecessary colon in titleDavid Spickett1-2/+2
2024-02-04[lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)Dave Lee2-17/+6
2024-02-02Reapply "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-22/+28
2024-02-01[lldb] NFC fixes addressing David's feedbackJason Molenda4-17/+19
2024-02-01Fix buildbots after #79544Greg Clayton1-2/+6
2024-02-01[lldb] Fix a crash when using .dwp files and make type lookup reliable with t...Greg Clayton9-40/+263
2024-02-01Fix debug info size statistics for split dwarf (#80218)jeffreytan818-0/+1520
2024-01-31Skip two WatchpointAlgorithm tests for 32-bit lldb'sJason Molenda1-0/+6
2024-01-31Done iterating with arm-ubuntu bot, I see the problem test.Jason Molenda1-2/+0
2024-01-31Trying to refine which test is crashing on arm-ubuntu.Jason Molenda1-11/+2
2024-01-31Uncomment the 2GB max tests and see if that works on arm-ubuntuJason Molenda1-2/+0
2024-01-31Skip 2 of the three test sets to narrow down the arm-ubuntuJason Molenda1-0/+5
2024-01-31Add debug prints to diagnose a crash on arm-ubuntu botJason Molenda1-0/+9
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda18-40/+695
2024-01-31Revert "Reland "[lldb][progress][NFC] Add unit test for progress reports (#79...Chelsea Cassanova2-128/+0
2024-01-31Reland "[lldb][progress][NFC] Add unit test for progress reports (#79533)"Chelsea Cassanova2-0/+128
2024-01-31[lldb][NFCI] Remove m_being_created from Breakpoint classes (#79716)Alex Langford6-41/+43
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda17-652/+32
2024-01-31Revert "Add extra printing to TestWatchpointCount.py to debug CI fail"Jason Molenda1-11/+0
2024-01-31Revert "Collecting more logging to debug CI bots"Jason Molenda2-4/+0
2024-01-31Revert "Add logging to WatchpointAlgorithm"Jason Molenda1-7/+0
2024-01-31Revert "Enable verbose watch log channel to debug x86-64-debian bot"Jason Molenda1-3/+0
2024-01-31Revert "Add one more verbose watchpoint logging for arm-ubuntu"Jason Molenda1-7/+0
2024-01-31Revert "[lldb][progress][NFC] Add unit test for progress reports (#79533)"Chelsea Cassanova2-125/+0
2024-01-31Add one more verbose watchpoint logging for arm-ubuntuJason Molenda1-0/+7
2024-01-31[lldb][progress][NFC] Add unit test for progress reports (#79533)Chelsea Cassanova2-0/+125
2024-01-31Enable verbose watch log channel to debug x86-64-debian botJason Molenda1-0/+3
2024-01-31Add logging to WatchpointAlgorithmJason Molenda1-0/+7
2024-01-31Collecting more logging to debug CI botsJason Molenda2-0/+4
2024-01-31Add extra printing to TestWatchpointCount.py to debug CI failJason Molenda1-0/+11
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda17-32/+652
2024-01-31[lldb][DataFormatter][NFC] Use GetFirstValueOfLibCXXCompressedPair throughout...Michael Buch3-73/+26
2024-01-30[lldb][progress] Correctly check total for deterministic progress (#79912)Chelsea Cassanova4-4/+8
2024-01-30[lldb][RISCV] Fix connection error to gdb server for RISC-V (#79990)ita-sc1-0/+2
2024-01-30[lldb][test][NFC] Refactor xfails in TestRequireHWBreakpoints.pyDavid Spickett1-8/+9
2024-01-29Revert "[lldb/Test] Temporarily XFAIL TestStepScripted.py"Jason Molenda1-4/+0
2024-01-29Add missing includesAdrian Prantl3-0/+4
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda25-468/+431
2024-01-29[lldb/Test] Temporarily XFAIL TestStepScripted.pyMed Ismail Bennani1-0/+4
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani25-431/+468
2024-01-29[lldb][NFC] Fix more license headersDavid Spickett7-7/+7
2024-01-29[lldb][NFC] Fix license comment lines that are too longDavid Spickett2-3/+2
2024-01-27[LLDB] Default implementation for pack indexing types. (#79695)cor3ntin1-0/+12
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere8-26/+0
2024-01-26[lldb] Fix progress reporting for SymbolLocatorDebugSymbols (#79624)Jonas Devlieghere1-22/+21
2024-01-26[lldb] Streamline ConstString -> std::string conversion (NFC) (#79649)Jonas Devlieghere2-2/+25
2024-01-26[lldb] Remove unnecessary suffix from libc++ type name patterns (NFC) (#79644)Dave Lee1-87/+79