aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-6/+14
2024-02-27[lldb] Use CreateOptionParsingError in CommandObjectBreakpoint (#83086)Alex Langford1-0/+2
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl1-5/+0
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl1-0/+5
2024-02-23[lldb] Correctly annotate threads at a bp site as hitting it (#82709)Jason Molenda1-7/+14
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl1-5/+0
2024-02-22[lldb] Fix term-width setting (#82736)Jonas Devlieghere2-4/+26
2024-02-21[lldb] Standardize command option parsing error messages (#82273)Alex Langford1-0/+33
2024-02-20[lldb] Add more ways to find the .dwp file. (#81067)Greg Clayton1-0/+4
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham3-11/+24
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi3-23/+10
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham3-10/+23
2024-02-19[Reland] Report only loaded debug info in statistics dump (#81706) (#82207)Wanyi4-4/+21
2024-02-17Revert "Report only loaded debug info in statistics dump (#81706)" (#82150)Jonas Devlieghere4-21/+4
2024-02-17Report only loaded debug info in statistics dump (#81706)Wanyi4-4/+21
2024-02-15[lldb][progress] Add progress manager class (#81319)Chelsea Cassanova1-0/+21
2024-02-14[lldb] Detect a Darwin kernel issue and work around it (#81573)Jason Molenda2-0/+19
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham2-1/+33
2024-02-13Don't count all the frames just to skip the current inlined ones. (#80918)jimingham1-0/+7
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham1-9/+32
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere2-1/+28
2024-02-08Revert "[lldb] Expand background symbol lookup" (#81182)Jonas Devlieghere2-28/+1
2024-02-08[lldb] Expand background symbol download (#80890)Jonas Devlieghere2-1/+28
2024-02-08[lldb][debugger][NFC] Add broadcast bit for category-based progress events. (...Chelsea Cassanova2-0/+2
2024-02-08[lldb] Refactor GetFormatFromCString to always check for partial matches (NF...Dave Lee1-1/+1
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch3-12/+26
2024-02-06Support statistics dump summary only mode (#80745)Wanyi7-3/+64
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda3-28/+29
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan814-1/+27
2024-02-05Add commands frequency to statistics dump (#80375)jeffreytan813-0/+15
2024-02-05[lldb] Remove unused private TypeCategoryMap methods (NFC) (#80602)Dave Lee1-6/+0
2024-02-04[lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)Dave Lee1-4/+1
2024-02-01[lldb] NFC fixes addressing David's feedbackJason Molenda1-7/+10
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda2-0/+129
2024-01-31[lldb][NFCI] Remove m_being_created from Breakpoint classes (#79716)Alex Langford3-7/+13
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda2-135/+0
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda2-0/+135
2024-01-30[lldb][progress] Correctly check total for deterministic progress (#79912)Chelsea Cassanova2-1/+5
2024-01-29Add missing includesAdrian Prantl3-0/+4
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda7-66/+47
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani7-47/+66
2024-01-29[lldb][NFC] Fix more license headersDavid Spickett3-3/+3
2024-01-29[lldb][NFC] Fix license comment lines that are too longDavid Spickett1-2/+1
2024-01-26[lldb] Streamline ConstString -> std::string conversion (NFC) (#79649)Jonas Devlieghere1-2/+11
2024-01-26[lldb][NFCI] Remove EventData* parameter from BroadcastEventIfUnique (#79045)Alex Langford2-5/+5
2024-01-26[lldb][NFCI] Constrain EventDataBytes creation (#79508)Alex Langford1-10/+0
2024-01-26[lldb][NFCI] Change BreakpointIDList::FindBreakpointID to BreakpointIDList::C...Alex Langford2-2/+5
2024-01-25[lldb][NFCI] Remove unused method BreakpointIDList::FindBreakpointID(const ch...Alex Langford1-2/+0
2024-01-24[lldb] [NFC] Remove unused WatchpointResource::SetID method (#79389)Jason Molenda1-8/+0
2024-01-24[lldb] [NFC] Remove unused WatchpointResourceList class (#79385)Jason Molenda1-145/+0