aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-03-07[lldb][test][FreeBSD] xfail TestPlatformConnect on AArch64David Spickett1-0/+7
2024-03-07[lldb][test] Enforce `pexpect` system availability by default (#84270)Jordan Rupprecht2-2/+4
2024-03-06[lldb] Log module build remarks to types log too (#84260)Dave Lee1-1/+1
2024-03-06[lldb] Extract getter function for experimental target properties (NFC) (#83504)Dave Lee2-17/+13
2024-03-06[lldb] Remove unused #includes in ClangModulesDeclVendor.cpp (#84262)Dave Lee1-8/+0
2024-03-06[lldb][test] iwyu for vfork testJordan Rupprecht1-0/+1
2024-03-06[lldb] Print mangled names with verbose break list (#84071)Felipe de Azevedo Piovezan2-1/+18
2024-03-06Don't require a UUID in a .dwp file. (#83935)Greg Clayton2-1/+14
2024-03-06Skip TestAddressMasks API tests on 32-bit armJason Molenda1-0/+3
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan816-12/+243
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda19-45/+517
2024-03-06[lldb][lldb-server] Fix pipe spelling mistake in log messageDavid Spickett1-1/+1
2024-03-06[lldb] Fix build failure in Debugger.cpp (NFC)Jie Fu1-1/+1
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-2/+2
2024-03-05[lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere1-1/+14
2024-03-05[lldb] Log to system log instead of stderr from Host::SystemLog (#83366)Jonas Devlieghere1-0/+11
2024-03-04[lldb] Enable a test that was never enabled (#83925)Felipe de Azevedo Piovezan1-0/+1
2024-03-04[lldb/crashlog] Fix breaking changes in textual report format (#83861)Med Ismail Bennani3-4/+70
2024-03-04[lldb/lua] Fix Lua building on Windows (#83871)Alexander M1-7/+3
2024-03-04[lldb/Test] Fix oversight in ProcessEventDataTest::SetUp (NFC) (#83895)Med Ismail Bennani1-0/+3
2024-03-04[lldb][test][NFC] Narrow scope of `import pexpect`Jordan Rupprecht3-7/+3
2024-03-04[lldb] Use sort-ordering for indexes when sorting by size (#83889)Jonas Devlieghere2-4/+5
2024-03-04[lldb][test] Add test for chained PCH debugging (#83582)Michael Buch5-0/+118
2024-03-02Fix LLDB build after renaming the base class for ThreadPool to ThreadPoolInte...Mehdi Amini1-1/+1
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-3/+3
2024-03-02[lldb][X86] Fix setting target features in ClangExpressionParser (#82364)Daniil Kovalev1-2/+2
2024-03-01[lldb] Fix -Wformat after #83602Fangrui Song1-2/+2
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere3-15/+38
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova5-38/+177
2024-03-01[lldb] Add support for sorting by size to `target module dump symtab` (#83527)Jonas Devlieghere4-7/+39
2024-03-01[lldb][test][Windows] Don't check for pexpect with LLDB_ENFORCE_STRICT_TEST_R...David Spickett1-4/+8
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda2-160/+168
2024-02-29[lldb][progress][NFC] Fix Doxygen information (#83502)Chelsea Cassanova1-0/+3
2024-02-29Revert "XFAIL TestLocalVariables.py on Windows" (#83454)Alexander M1-1/+0
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda10-328/+6
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda10-6/+328
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch5-7/+111
2024-02-29[lldb][NFC] Move helpers to import record layout into ClangASTImporter (#83291)Michael Buch4-259/+331
2024-02-29Increase timeout to reduce test failure rate. (#83312)Shubham Sandeep Rastogi2-6/+9
2024-02-29[lldb] Don't cache lldb_find_python_module resultJonas Devlieghere1-3/+3
2024-02-29[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSJonas Devlieghere1-1/+2
2024-02-29[lldb][test] Use pexpect spawn instead of spawnuDavid Spickett2-3/+4
2024-02-29[lldb][test] Clear pexpect found var before checking againDavid Spickett1-0/+1
2024-02-29[LLDB] Fix test failure introduced by #83234 (#83406)Sudharsan Veeravalli1-1/+1
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli3-9/+18
2024-02-28Revert "[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS"Jonas Devlieghere1-2/+1
2024-02-28[lldb] Add pexpect to LLDB_ENFORCE_STRICT_TEST_REQUIREMENTSJonas Devlieghere1-1/+2
2024-02-28Fix interactive use of "command script add". (#83350)jimingham3-1/+19
2024-02-28[lldb] Ignore swig warnings about shadowed overloads (#83317)Alex Langford1-1/+5
2024-02-28Change `image list -r` so that it actually shows the ref count and whether th...jimingham2-4/+8