aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-02-27[lldb][dap] Avoid concurrent `HandleCommand` calls (#83162)Jordan Rupprecht2-3/+11
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham28-987/+162
2024-02-27[lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)Alex Langford2-49/+54
2024-02-27Aim debugserver workaround more precisely. (#83099)Adrian Prantl2-9/+14
2024-02-27[lldb][test][Windows] Fix NonStop tests on case insensitive file systemsDavid Spickett1-3/+3
2024-02-26[lldb] python-bindings: fix `SBTarget.get_target_watchpoints()` (#82295)nikitalita1-1/+1
2024-02-26[lldb] Remove LLDB_DEBUGSERVER_CODESIGN_IDENTITY (NFC)Jonas Devlieghere1-4/+0
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl8-49/+108
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl6-29/+33
2024-02-26[lldb][test] Remove vendored packages `unittest2` and `progress` (#82670)Jordan Rupprecht30-8975/+0
2024-02-26[lldb][test][Windows] Don't assert that module cache is emptyDavid Spickett1-1/+3
2024-02-26[lldb][test][Windows] Skip thread state test on WindowsDavid Spickett1-0/+3
2024-02-26[lldb][test][Windows] Remove expected fail for a thread state testDavid Spickett1-1/+0
2024-02-26[lldb][test] Correct results regex for WindowsDavid Spickett1-1/+1
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl6-33/+29
2024-02-23[lldb] Correctly annotate threads at a bp site as hitting it (#82709)Jason Molenda2-13/+41
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl6-29/+33
2024-02-23Improve and modernize logging for Process::CompleteAttach() (#82717)Adrian Prantl1-7/+4
2024-02-22[lldb] Fix GetTerminalWidth after afd469023aadJonas Devlieghere1-1/+1
2024-02-22[lldb] Fix term-width setting (#82736)Jonas Devlieghere7-15/+52
2024-02-22Re-land [lldb-dap] Add support for data breakpoint. (#81909)Zequan Wu9-34/+590
2024-02-22[lldb][docs] Remove/update docs pointing to unittest2 (#82672)Jordan Rupprecht3-23/+8
2024-02-21[lldb][test] Fix PythonDataObjectsTestJordan Rupprecht1-3/+7
2024-02-21[lldb] Standardize command option parsing error messages (#82273)Alex Langford5-17/+96
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht19-114/+95
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