aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-02-21Bump the minimum LLVM version for TestTypeList.pyShubham Sandeep Rastogi1-0/+1
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht99-299/+335
2024-02-20[lldb] Add more ways to find the .dwp file. (#81067)Greg Clayton5-19/+141
2024-02-20Remove the "generic" register completion test. (#82445)jimingham1-21/+0
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham20-237/+108
2024-02-20[lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison3-3/+47
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere5-36/+40
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi19-86/+236
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere5-40/+36
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham19-236/+86
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere5-36/+40
2024-02-19[ptrauth] Teach LLVM & LLDB about LLVM_ptrauth_authentication_mode (#82272)Jonas Devlieghere1-2/+8
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere9-19/+16
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi25-21/+691
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere24-346/+21
2024-02-17[lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit test...Jonas Devlieghere1-21/+5
2024-02-17[lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere1-14/+18
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi24-21/+346
2024-02-17[lldb] Use PyBytes and PyByteArray in Python Data Objects unittest (#82098)Jonas Devlieghere1-12/+18
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere8-30/+28
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere111-426/+426
2024-02-16Re-land "[lldb] Fix `FindDirectNestedType` not working with class templates (...Vlad Serebrennikov3-2/+37
2024-02-16Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#...Shubham Sandeep Rastogi3-37/+2
2024-02-16[lldb] Don't overwrite the dynamic loader library path for "driver tests"Jonas Devlieghere6-90/+21
2024-02-16[lldb] Fix `FindDirectNestedType` not working with class templates (#81666)Vlad Serebrennikov3-2/+37
2024-02-16[lldb] Fix and rename skipIfHostIncompatibleWithRemoteJonas Devlieghere6-11/+13
2024-02-15Fix help doc for 'enable-background-lookup' obsolete settingJason Molenda1-1/+1
2024-02-15[lldb] Re-enable TestStepOverWatchpoint on macOS 14.4 and laterJonas Devlieghere1-2/+2
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere17-219/+329
2024-02-15[lldb][progress] Add progress manager class (#81319)Chelsea Cassanova2-0/+54
2024-02-15[lldb][test] Skip TestDAP_commands.py test due to flakinessJordan Rupprecht1-0/+2
2024-02-14Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk9-548/+34
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht4-43/+16
2024-02-14[lldb] Add comment on cross printing of summary/value (#81681)Dave Lee1-0/+2
2024-02-14[lldb] Detect a Darwin kernel issue and work around it (#81573)Jason Molenda5-31/+101
2024-02-14[lldb][NFCI] Remove CommandObjectProcessHandle::VerifyCommandOptionValue (#79...Alex Langford1-67/+59
2024-02-14[lldb] Fix the flakey Concurrent tests on macOS (#81710)Jason Molenda1-3/+31
2024-02-13Move the parsed_cmd conversion def's to module level functions.Jim Ingham2-66/+60
2024-02-13Temporarily skip this test for Python 3.9.Jim Ingham1-0/+1
2024-02-13Used std::vector::reserve when I meant std::vector::resize.Jim Ingham2-4/+3
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht20-95/+115
2024-02-13[lldb-dap] Add support for data breakpoint. (#81541)Zequan Wu9-34/+548
2024-02-13[lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (#...Felipe de Azevedo Piovezan6-0/+328
2024-02-13Temporarily disable the TestAddParsedCommand.py while I figure outJim Ingham1-0/+3
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham16-106/+1831
2024-02-13Don't count all the frames just to skip the current inlined ones. (#80918)jimingham2-4/+10
2024-02-13[lldb][NFCI] Add header guard to PlatformRemoteAppleXR.h (#81565)Alex Langford1-0/+5
2024-02-13[lldb-dap][NFC] Add Breakpoint struct to share common logic. (#80753)Zequan Wu12-402/+458
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham5-122/+153
2024-02-11[lldb] checks if lldb can trace/attach/set a breakpoint a process or load a f...David CARLIER1-5/+34