aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-07-22[lldb] Change GetStartSymbol to GetStartAddress in DynamicLoader (#99909)Med Ismail Bennani3-8/+9
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev2-2/+3
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda9-266/+265
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda9-265/+266
2024-07-19[LLDB][SBSaveCoreOptions] Fix TestProcessSaveCore (#99692)Jacob Lalonde1-2/+2
2024-07-19[lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (#99673)Med Ismail Bennani3-1/+30
2024-07-19[lldb] SHT_NOBITS sections type (#99044)dlav-sc1-1/+4
2024-07-19[LLDB][test] Improve SHELL detection on Windows in Makefile.rules (#99532)Vladislav Dzhidzhoev1-2/+4
2024-07-19[lldb] Forward-declare lldb-private::SaveCoreOptionsPavel Labath2-1/+1
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde30-62/+412
2024-07-18[LLDB][test] Drop OS/HOST_OS detection code from Makefile.rules (#99535)Vladislav Dzhidzhoev1-25/+0
2024-07-18[lldb] Fixed the error `unable to launch a GDB server` in API tests (#98833)Dmitry Vasilyev2-4/+8
2024-07-18[lldb] add RISCV target specific info in API tests (#99039)dlav-sc1-0/+2
2024-07-17[lldb][test] Fix simulator test for std::unique_ptr (#99357)Leandro Lupori1-0/+2
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda4-32/+69
2024-07-17[lldb] Disable verbose_trap.test on Windows (#99323)Leandro Lupori1-0/+2
2024-07-17[lldb][RISCV] function prologue backtrace fix (#99043)dlav-sc1-3/+4
2024-07-16Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when ...Zequan Wu11-293/+366
2024-07-16[LLDB] Make 'process load' take remote os path delimiter into account (#98690)Vladislav Dzhidzhoev2-4/+8
2024-07-16[lldb][Docs] Move QEMU testing page into the developing lldb sectionDavid Spickett2-1/+1
2024-07-16Fix test assertions in TestDAP_stepInTargets.py (#96687)Kendal Harland2-13/+25
2024-07-16[lldb][RISC-V] Remove unused variableDavid Spickett1-2/+0
2024-07-16[lldb][riscv] Fix setting breakpoint for undecoded instruction (#90075)ita-sc8-29/+137
2024-07-16[lldb][DataFormatter][test] Move std::string simulator to common libc++ simul...Michael Buch3-0/+0
2024-07-16[lldb][test] Add a layout simulator test for std::unique_ptr (#98330)Michael Buch5-32/+125
2024-07-15[lldb] Fix help syntax for add-dsym (target symbols add) (#98976)Jonas Devlieghere2-1/+4
2024-07-16[lldb] Add frame recognizer for __builtin_verbose_trap (#80368)Michael Buch6-0/+201
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo13-545/+22
2024-07-15Add lldb version into initialize response lldb-dap (#98703)jeffreytan812-0/+36
2024-07-15[lldb/Symbol] Hoist SymbolLocation from AssertFrameRecognizer to reuse it (#9...Med Ismail Bennani2-12/+33
2024-07-15git add a test file from a previous commit.Jim Ingham2-0/+43
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham5-10/+78
2024-07-15[API] add GetSyntheticValue (#95959)Vincent Belliard5-2/+83
2024-07-14[lldb] [NFC] a couple comment typeo and markup fixes.Jason Molenda1-7/+7
2024-07-12[LLDB] Fix remote executables load and caching (#98623)Vladislav Dzhidzhoev2-1/+5
2024-07-12[lldb] Allow fetching of RA register when above fault handler (#98566)Jason Molenda1-1/+1
2024-07-12[lldb][test] Narrow enum test xfail to clang < 19.0 (#98616)David Spickett1-3/+5
2024-07-12[lldb][test] Fix ComputeClangResourceDirectory test when CLANG_RESOURCE_DIR i...David Spickett1-1/+11
2024-07-11[lldb] [NFC] Update TestEarlyProcessLaunch to work on macOS 15Jason Molenda1-2/+8
2024-07-11[lldb] Fix section printing to always align. (#98521)Greg Clayton2-14/+12
2024-07-11[lldb][man][nfc] Don't register a markdown parser when building man packages ...Alan Zhao1-6/+9
2024-07-11[lldb] Fix a bug for PT_TLS segments getting loaded when they shouldn't. (#98...Greg Clayton2-2/+41
2024-07-11[lldb] Fix ThreadList assignment race (#98293)Pavel Labath4-41/+42
2024-07-11[llvm][TargetParser] Return StringMap from getHostCPUFeatures (#97824)David Spickett1-6/+5
2024-07-11[lldb] Fix string truncation method when substring is the prefix of string (N...Shivam Gupta1-1/+1
2024-07-10[lldb-dap] Support throw and catch exception breakpoints for dynamica… (#97...Walter Erquinigo7-4/+157
2024-07-10[lldb] Don't crash on malformed filesets (#98388)Jonas Devlieghere1-3/+3
2024-07-10Missed disabling the baseline test for DWP stuff (#98351)Kevin Frei1-1/+1
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei13-22/+545
2024-07-10[lldb][test] Disable flakey TestMultipleDebuggers on LinuxDavid Spickett1-0/+3