aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham27-981/+148
2024-02-27[lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)Alex Langford1-49/+52
2024-02-27Aim debugserver workaround more precisely. (#83099)Adrian Prantl2-9/+14
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl1-0/+8
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl2-24/+1
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl2-1/+24
2024-02-23[lldb] Correctly annotate threads at a bp site as hitting it (#82709)Jason Molenda1-6/+27
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl2-24/+1
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 Devlieghere3-6/+13
2024-02-21[lldb] Standardize command option parsing error messages (#82273)Alex Langford2-17/+33
2024-02-20[lldb] Add more ways to find the .dwp file. (#81067)Greg Clayton3-17/+53
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham15-225/+62
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi15-62/+225
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham15-225/+62
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)Wanyi16-17/+35
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere16-35/+17
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)Wanyi16-17/+35
2024-02-16Re-land "[lldb] Fix `FindDirectNestedType` not working with class templates (...Vlad Serebrennikov1-2/+8
2024-02-16Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#...Shubham Sandeep Rastogi1-8/+2
2024-02-16[lldb] Fix `FindDirectNestedType` not working with class templates (#81666)Vlad Serebrennikov1-2/+8
2024-02-15Fix help doc for 'enable-background-lookup' obsolete settingJason Molenda1-1/+1
2024-02-15[lldb][progress] Add progress manager class (#81319)Chelsea Cassanova1-0/+33
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 Molenda3-31/+82
2024-02-14[lldb][NFCI] Remove CommandObjectProcessHandle::VerifyCommandOptionValue (#79...Alex Langford1-67/+59
2024-02-13Used std::vector::reserve when I meant std::vector::resize.Jim Ingham1-3/+3
2024-02-13[lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (#...Felipe de Azevedo Piovezan4-0/+119
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham7-20/+1031
2024-02-13Don't count all the frames just to skip the current inlined ones. (#80918)jimingham1-4/+3
2024-02-13[lldb][NFCI] Add header guard to PlatformRemoteAppleXR.h (#81565)Alex Langford1-0/+5
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham4-113/+121
2024-02-11[lldb] checks if lldb can trace/attach/set a breakpoint a process or load a f...David CARLIER1-5/+34
2024-02-10[lldb][libc++] Adds valarray data formatters. (#80609)Mark de Wever4-0/+159
2024-02-10[lldb] Fix FreeBSD build. (#81353)David CARLIER1-1/+1
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere3-11/+31
2024-02-08Revert "[lldb] Expand background symbol lookup" (#81182)Jonas Devlieghere4-33/+11
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere4-11/+33
2024-02-08[lldb] Refactor GetFormatFromCString to always check for partial matches (NF...Dave Lee3-27/+19
2024-02-08[lldb] Fix printf formatting of std::time_t seconds (#81078)Jason Molenda1-3/+3
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch31-259/+295
2024-02-07Don't search for separate debug files for mach-o object files (#81041)jimingham1-1/+7
2024-02-06Support statistics dump summary only mode (#80745)Wanyi7-82/+199
2024-02-06[lldb] Fix a crasher when using the public API. (#80508)Greg Clayton1-3/+7
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda4-12/+23
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan8110-22/+35