aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[lldb] Add missing headers lldb/Host/Alarm.hJonas Devlieghere1-0/+3
2024-03-15[lldb] Add an Alarm class for coalescing progress reports (#85329)Jonas Devlieghere1-0/+112
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan1-0/+20
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi1-2/+2
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl1-1/+1
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl17-27/+57
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer17-57/+27
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl17-27/+57
2024-03-07Change Get|SetNumChildren to use unint32_tAdrian Prantl1-2/+2
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl4-8/+8
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl2-7/+7
2024-03-07Change the return type of ValueObject::CalculateNumChildren to uint32_t.Adrian Prantl11-12/+12
2024-03-07[lldb] Don't report all progress event as completed. (#84281)Jonas Devlieghere1-2/+7
2024-03-06[lldb] Extract getter function for experimental target properties (NFC) (#83504)Dave Lee1-2/+4
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda6-15/+167
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-3/+3
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova2-16/+31
2024-03-01[lldb] Add support for sorting by size to `target module dump symtab` (#83527)Jonas Devlieghere2-1/+11
2024-02-29[lldb][progress][NFC] Fix Doxygen information (#83502)Chelsea Cassanova1-0/+3
2024-02-29Revert "[lldb] Add SBProcess methods for get/set/use address masks (#83095)"Jason Molenda4-138/+0
2024-02-29[lldb] Add SBProcess methods for get/set/use address masks (#83095)Jason Molenda4-0/+138
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