aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-15[lldb][NFC] Turn ChildCacheState into an unscoped enum (#88703)Michael Buch1-1/+1
2024-04-11Reland "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into ll… (#88...Chelsea Cassanova2-7/+8
2024-04-10Revert "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into lldb-enume...Chelsea Cassanova2-8/+7
2024-04-10[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into lldb-enumerations....Chelsea Cassanova2-7/+8
2024-04-03[lldb][SymbolFileDWARFDebugMap] Introduce enum to indicate whether to continu...Michael Buch1-0/+7
2024-03-28[LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice1-0/+5
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda1-0/+4
2024-03-26[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere1-4/+31
2024-03-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere1-31/+4
2024-03-25[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere1-4/+31
2024-03-21[lldb][progress][NFC] Clarify Doxygen comments for `details` field (#86002)Chelsea Cassanova1-1/+5
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere3-2/+8
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford2-2/+7
2024-03-19[lldb] Outline Doxygen comments in LineEntry.h (NFC)Jonas Devlieghere1-25/+34
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere3-26/+13
2024-03-20[lldb/API] Add missing `eBroadcastBitSymbolsChanged` to SBTarget (NFC) (#85883)Med Ismail Bennani1-1/+2
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere3-13/+26
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