aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath1-0/+2
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere2-4/+4
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha2-4/+4
2024-05-03[lldb] Add TeeLogHandler to log to 2 handlers (#90984)Jonas Devlieghere1-0/+17
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere5-31/+20
2024-05-02[lldb] Add a log level to Host::SystemLog (#90904)Jonas Devlieghere1-1/+8
2024-05-01Install generated API headers into LLDB.framework (#90666)Adrian Prantl1-0/+1
2024-04-30[PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (#...Daniil Kovalev3-1/+26
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl8-38/+69
2024-04-26[lldb][sbapi] Fix API break in SBDebugger broadcast bits (#90261)Chelsea Cassanova1-0/+7
2024-04-26[lldb] Fix typo in CumulativeSystemTimeIsValid check (#89680)Marc Auberer1-1/+1
2024-04-25[lldb] Add SBValue::GetValueAsAddress API (#90144)Jason Molenda1-0/+2
2024-04-25Initial step in targets DAP support (#86623)jeffreytan813-0/+8
2024-04-25[lldb-dap] Report exit status message in lldb-dap, same as lldb cli (#89405)Miro Bucko1-0/+2
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath6-0/+52
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford8-17/+17
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath2-0/+9
2024-04-18[lldb][nfc] Remove unused member Disassembler::m_base_addr (#89289)Alex Langford1-1/+0
2024-04-18adds additional information to the ProcessInfo object for elf processes (#88995)Fred Grim1-0/+71
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