aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-05-30[lldb/DWARF] Follow DW_AT_signature when computing type contexts (#93675)Pavel Labath3-1/+29
2024-05-30[lldb] Fix module name tab completion (#93458)Pavel Labath2-21/+71
2024-05-30[lldb-dap] Don't call GetNumChildren on non-indexed synthetic variables (#93534)Pavel Labath5-22/+118
2024-05-30[lldb] Fix collisions between two breakpad testsPavel Labath1-3/+3
2024-05-30[lldb] Remove DWARFDebugInfo DIERef footguns (#92894)Pavel Labath4-14/+9
2024-05-29[lldb] Remove setupterm workaround on macOS (#93714)Jonas Devlieghere1-43/+0
2024-05-29Revert "[lldb][lldb-dap] Cleanup breakpoint filters." (#93739)gulfemsavrun7-54/+13
2024-05-29[nfc][lldb] Move FastSearch from CommandObjectMemoryFind to Process (#93688)Miro Bucko3-59/+78
2024-05-29[lldb][lldb-dap] Cleanup breakpoint filters. (#87550)Vy Nguyen7-13/+54
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch2-0/+4
2024-05-29[lldb][NFC] Pass Stream& to ToXML methods in RegisterFlagsDavid Spickett2-5/+5
2024-05-29[lldb/DWARF] Refactor DWARFDIE::Get{Decl,TypeLookup}Context (#93291)Pavel Labath4-93/+184
2024-05-29[lldb][Test] Remove some xfails for AArch64 LinuxDavid Spickett2-4/+3
2024-05-29[lldb][Test][Windows] Fix flaky address range API testsDavid Spickett1-2/+0
2024-05-29[lldb-dap] Add timestamps to protocol logs (#93540)Pavel Labath1-4/+9
2024-05-29[lldb/DWARF] Bypass the compres^Wconstruction of DIERefs in debug_names (#93296)Pavel Labath5-47/+37
2024-05-28Revert "Fix the EditLine unittest build on Darwin after PR 92865"Jim Ingham2-4/+1
2024-05-28Fix the EditLine unittest build on Darwin after PR 92865Jim Ingham2-1/+4
2024-05-28[lldb] Add missing semicolon (NFC)Jonas Devlieghere1-1/+1
2024-05-28[lldb] Remove lldbassert in AppleObjCTypeEncodingParser (#93332)Jonas Devlieghere1-5/+10
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko31-0/+859
2024-05-28 Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when...Zequan Wu12-392/+467
2024-05-28[lldb][NativePDB] Fix uninitialized values found by msan.Zequan Wu1-0/+3
2024-05-28[lldb][Test] Add C++ tests for DumpValueObjectOptions and enums (#93158)David Spickett3-0/+187
2024-05-27[lldb] Fixed PlatformPOSIX::DoLoadImage() in case of the Windows host (#93345)Dmitry Vasilyev1-2/+2
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse21-21/+21
2024-05-25lldb unused var fix for NetBSD < 10. (#93377)David CARLIER1-2/+2
2024-05-24[flang] [lldb] [llvm] Fix 'destory' comment typos [NFC] (#93260)Stephan T. Lavavej1-2/+2
2024-05-24Read and store gnu build id from loaded core file (#92492)GeorgeHuyubo2-0/+81
2024-05-24[lldb] Fixed the TestDebuggerAPI test on x86_64 Windows host (#90580)Dmitry Vasilyev1-0/+5
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal2-4/+0
2024-05-24[lldb-dap] Send terminated event only once (#93172)Pavel Labath2-7/+8
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath30-90/+19
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl12-103/+63
2024-05-23Remove some `try_compile` CMake checks for compiler flags (#92953)Vlad Serebrennikov1-13/+7
2024-05-23[lldb][Test] Escape | chars in enum testsDavid Spickett1-2/+4
2024-05-23[lldb] Fixed the TestExitDuringExpression test in case of a remote target (#9...Dmitry Vasilyev1-1/+1
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev2-10/+18
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath4-25/+70
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani25-468/+431
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani25-431/+468
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh13-535/+22
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei13-22/+535
2024-05-22[lldb] Fix a warningKazu Hirata1-1/+1
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl10-37/+67
2024-05-21[lldb] Add the word "backtrace" to bt help string (#92618)Dave Lee2-7/+7
2024-05-21[lldb] Clean up unused includes in DebugNamesDWARFIndexPavel Labath2-2/+1
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath12-84/+105
2024-05-21[lldb] Move callback_token_t out of #ifdef windowsPavel Labath1-1/+1
2024-05-21Reapply "[lldb/aarch64] Fix unwinding when signal interrupts a leaf f… (#92...Pavel Labath7-10/+72