aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2026-04-29[lldb] Update TestUnicode.py after #194352 (#194756)Jonas Devlieghere1-1/+1
2026-04-28[lldb] Gracefully handle sockets being unavailable (#194712)Jonas Devlieghere9-5/+65
2026-04-28[lldb] Define breakpoint location "." to mean the location(s) at which the cu...Dave Lee10-28/+129
2026-04-28[LLDB] Add module hook implementation (#185465)Bar Soloveychik21-1/+2000
2026-04-28[lldb] Fix test failures on arm introduced by #184815 (#194157)Philip DePetro1-1/+1
2026-04-28[lldb] Add repeat command for `frame variable` (#194195)Dave Lee4-0/+157
2026-04-28[lldb][windows] skip ConPTY tests on ARM64 Windows (#194688)Charles Zablit1-0/+4
2026-04-28[lldb][windows] fix race condition in ConPTY on process exit (#194631)Charles Zablit2-4/+10
2026-04-28[lldb][windows] fix a race condition in IO reader thread (#194422)Charles Zablit1-0/+34
2026-04-28[lldb] Disable gdbremote test on windows (#194627)Felipe de Azevedo Piovezan1-0/+1
2026-04-28[lldb][windows] inherit cursor's position when creating a ConPTY (#193818)Charles Zablit5-141/+155
2026-04-28[lldb] Remove full stop from AppendErrorWithFormat format strings (part 2) (#...David Spickett12-91/+87
2026-04-27lldb] Fix two issues causing TestEvents.py flakiness (#194438)Jonas Devlieghere2-7/+12
2026-04-27[lldb] Unify python shebangs (#187257)Ross Burton41-41/+41
2026-04-27[lldb] Fix has_lldb_codesign check (#194412)Sergei Druzhkov1-0/+3
2026-04-27[lldb][test] Delete obsolete cmds.txt (#194390)Raphael Isemann8-24/+0
2026-04-27[lldb][test] Fix Makefile for TestValueObjectErrors.py (#194071)Alex Langford1-2/+3
2026-04-27[lldb][test] Fix Makefile for TestArmPointerMetadataCFADwarfExpr.py (#194075)Alex Langford1-2/+3
2026-04-27[lldb][test] Fix Makefile for TestInlineSourceFiles.py (#194078)Alex Langford1-1/+1
2026-04-27[lldbremote] Implement support for MultiBreakpoint packet (#192919)Felipe de Azevedo Piovezan6-1/+74
2026-04-27[lldb-server] Fix constexpr-if-else static assert (#194394)Felipe de Azevedo Piovezan1-3/+5
2026-04-27[lldbremote][NFC] Factor out code handling breakpoint packets (#192915)Felipe de Azevedo Piovezan2-109/+152
2026-04-27[debugserver] Implement MultiBreakpoint (#192914)Felipe de Azevedo Piovezan6-0/+289
2026-04-27[lldb][test] Modernize TestModulesAutoImport (#194357)Raphael Isemann2-32/+5
2026-04-27[MC] Take MCAsmInfo by reference in MCContext and TargetMachine. NFC (#194280)Fangrui Song3-4/+4
2026-04-26lldb-dap: Fix race condition in event threads creation (#194012)Ebuka Ezike4-17/+32
2026-04-25[lldb][test] Use assertIn in TestThreadBacktraceRepeat.py (NFC) (#194193)Dave Lee1-8/+7
2026-04-25[lldb] Propose MultiBreakpoint extension to GDB Remote (#192910)Felipe de Azevedo Piovezan1-0/+56
2026-04-24[lldb] Handle partial memory region coverage in IRMemoryMap::FindSpace (#194001)Jonas Devlieghere2-14/+12
2026-04-24[lldb] Fix build logic in TestPtrAuthExpressions.py (#193847)Alex Langford1-1/+1
2026-04-24[lldb] Rewrite make rules for TestFileBreakpointsSameCUName.py (#193871)Alex Langford1-6/+6
2026-04-24[lldb][Darwin] debugserver expedite new binary info, lldb use (#192754)Jason Molenda14-82/+506
2026-04-24[lldb] Allow forks to occur in expression evaluation (#184815)Philip DePetro14-36/+829
2026-04-24[lldb-dap][windows] fix a race condition in runInTerminal mode (#193773)Charles Zablit1-8/+12
2026-04-24[lldb][AArch64][Linux] Rename "por" register to "por_el0" (#193983)David Spickett9-58/+67
2026-04-24[lldb-dap] extend env when testing reverse request (#193743)Charles Zablit1-1/+5
2026-04-24[lldb][docs] Document AArch64 Linux Permission Overlay support (#184119)David Spickett1-0/+59
2026-04-24[lldb][Linux] Add overlay and effective permissions to "memory region" (#184115)David Spickett6-11/+123
2026-04-24Reland "[lldb][Linux] Read memory protection keys for memory regions (#193934...David Spickett12-9/+116
2026-04-24Revert "[lldb][Linux] Read memory protection keys for memory regions" (#193934)David Spickett11-115/+9
2026-04-24[lldb][Linux] Read memory protection keys for memory regions (#182246)David Spickett11-9/+115
2026-04-24[lldb] Remove full stop from AppendErrorWithFormat format strings (part 1) (#...David Spickett10-77/+74
2026-04-24[lldb][test] Remove full stop from expected error messages (#193748)David Spickett18-43/+39
2026-04-23[lldb] Add regression test for stale Symbol pointer crash in statusline (#193...GeorgeHuyubo1-0/+39
2026-04-23[lldb/test] Fix TestModuleLoadedNotifys duplicate module check (#193846)Med Ismail Bennani1-1/+5
2026-04-23[lldb/test] Fix TestCompletion on Windows after realpath change (#193878)Med Ismail Bennani1-1/+2
2026-04-23[lldb] Remove unused ValueObject::IsBaseClass(uint32_t &depth) (NFC) (#193849)Dave Lee2-17/+0
2026-04-23[lldb/test] Fix TestOSIndSYM for Darwin embedded platforms (#193839)Med Ismail Bennani1-29/+22
2026-04-23[lldb] Speculative fix for crash in Function::GetCallEdges() (#193636)Jonas Devlieghere2-48/+37
2026-04-23[lldb/test] Fix TestDataFormatterObjCNSBundle.py following 8212cab4128d (NFC)...Med Ismail Bennani1-1/+1