aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-06-04[lldb] Add documentation for the max_children argument (#94192)Pavel Labath2-11/+40
2024-06-03Re-merge `A few updates around "transcript"` (#92843) (#94067)royitaqi9-33/+158
2024-06-03[lldb] Add Python requirements.txt for test suite (#94220)David Spickett1-0/+6
2024-06-03[lldb][test][NFC] TestBreakpointSetRestart.py: split up assertion to determin...Michael Buch1-1/+2
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev4-6/+15
2024-06-03[lldb] s/assertEquals/assertEqual in TestDAP_variables_childrenPavel Labath1-1/+1
2024-06-03[lldb][test] Fix D lang mangling test on Windows (#94196)David Spickett1-4/+11
2024-06-03[lldb][test] Add missing import in D lang mangling testDavid Spickett1-0/+1
2024-06-03[clang][Modules] Move `ASTSourceDescriptor` into its own file (#67930)David Stone3-2/+15
2024-06-03[lldb][test] Skip D lang mangling test on WindowsDavid Spickett1-0/+1
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath4-17/+46
2024-06-01Use StringRef::starts_with (NFC) (#94112)Kazu Hirata2-2/+2
2024-06-01[lldb] Guard some GCC-style flags from MSVCVlad Serebrennikov1-7/+9
2024-05-31Revert "A few updates around "transcript"" (#94088)gulfemsavrun9-147/+15
2024-05-31A few updates around "transcript" (#92843)royitaqi9-15/+147
2024-05-31[lldb] Fix Dlang symbol test breakage (#94046)Dave Lee2-4/+5
2024-05-31[lldb] Improve identification of Dlang mangled names (#93881)Dave Lee4-2/+36
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham2-1/+14
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev2-1/+12
2024-05-31[lldb] Fix 'session save' command on WindowsVladislav Dzhidzhoev2-4/+3
2024-05-31[IRInterpreter] Return zero address for missing weak function (#93548)Nikita Popov1-1/+1
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal2-4/+0
2024-05-30[lldb][test] Fix failing test TestAddressRange.py (#93871)Miro Bucko1-1/+1
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko31-0/+865
2024-05-30[lldb][DWARF] Fix adding children to clang type that hasn't started definitio...Zequan Wu2-2/+14
2024-05-30[lldb] Fixed the TestGdbRemotePlatformFile test running on a remote target (#...Dmitry Vasilyev1-9/+16
2024-05-30[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)Dmitry Vasilyev1-1/+0
2024-05-30[lldb] Fixed the TestGdbRemoteLibrariesSvr4Support test running on a remote t...Dmitry Vasilyev1-0/+1
2024-05-30[lldb] Attempt to fix TestCompletion on macosPavel Labath1-2/+4
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch31-857/+0
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