aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[lldb] Add Get(Non)SyntheticValue formatter bytecodes (#174839)Dave Lee1-0/+2
2026-02-12[lldb] Convert highlighters to plugins (#181026)Jonas Devlieghere4-17/+42
2026-02-11[LLDB] Add type casting to DIL, part 3 of 3 (#175061)cmtice1-0/+10
2026-02-11[LLDB][NFCI] Teach LLDB to read the DW_AT_LLVM_tag_offset attribute for varia...Usama Hameed1-1/+8
2026-02-11[lldb-dap][windows] add --check-python command (#180784)Charles Zablit1-1/+6
2026-02-11[lldb] Implement bytecode based SyntheticChildren (#179832)Dave Lee4-2/+64
2026-02-11[lldb] Move parts of OutputFormattedUsageText into utility function (#180947)David Spickett1-0/+64
2026-02-11[lldb-dap][windows] drain the ConPTY before attaching (#180578)Charles Zablit1-0/+10
2026-02-11Revert "[lldb] Step over non-lldb breakpoints" (#180944)David Spickett3-47/+0
2026-02-11[lldb] Step over non-lldb breakpoints (#174348)Duncan McBain3-0/+47
2026-02-10[lldb] Implement DenseMapInfo for UUID (#180854)Jonas Devlieghere1-0/+22
2026-02-10[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz3-2/+11
2026-02-10[lldb-dap][windows] add support for out of PATH python.dll resolution (#179306)Charles Zablit1-0/+47
2026-02-09[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda3-3/+31
2026-02-09[NFC][lldb][windows] extract the UpdateProcThreadAttribute logic (#180565)Charles Zablit1-1/+8
2026-02-06Cleanup the use of m_is_secondary_thread from PR #179799. (#180255)jimingham1-2/+4
2026-02-06[lldb] Refactor JSONTransport own MainLoop read handle. (#179564)John Harrison3-15/+16
2026-02-05[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda2-2/+35
2026-02-05[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda2-10/+38
2026-02-05Fix the modal private state thread we use for running expressions on the priv...jimingham2-13/+185
2026-02-05[lldb] Broadcast `eBroadcastBitStackChanged` when frame providers change (#17...Adrian Vogelsgesang1-0/+6
2026-02-05[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford1-3/+14
2026-02-05[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch1-0/+10
2026-02-05[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch1-2/+5
2026-02-04[lldb][Expression] Add API to set/get language-specific expression options (#...Michael Buch2-2/+27
2026-02-03[lldb] Add missing include guard in FormatterBytecode.h (#179528)Dave Lee1-0/+5
2026-02-03[lldb] Move FormatterBytecode.{h,def} to include/ (#179355)Dave Lee2-0/+166
2026-02-03[lldb][CompilerType] Remove CompilerType::IsFloat (#179212)Michael Buch1-2/+0
2026-02-03[lldb][TypeSystemClang] Remove mostly unused is_complex output parameter to I...Michael Buch2-3/+4
2026-02-03[lldb][CompilerType] Add CompilerType::IsRealFloatingPointType (#178904)Michael Buch1-0/+4
2026-02-03[lldb] Fix variable access in old SBFrames after inferior function calls (#17...Med Ismail Bennani6-19/+57
2026-02-02[lldb][NFC] Remove unused method Module::SetUUID (#178803)Alex Langford1-2/+0
2026-01-29[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle1-0/+9
2026-01-29[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda7-15/+29
2026-01-29[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api ...n2h93-0/+22
2026-01-29[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle2-0/+6
2026-01-29[lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (#178573)Aman LaChapelle2-4/+81
2026-01-29[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit1-8/+20
2026-01-29[lldb] Fix memory monitor shutdown on Linux using eventfd (#178083)Ebuka Ezike1-1/+2
2026-01-28Revert "[lldb][windows] fix an invalid cast from a file descriptor to a HANDL...Charles Zablit1-4/+0
2026-01-28[lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238)Charles Zablit1-0/+4
2026-01-27[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford1-1/+1
2026-01-27[lldb][NFC] Remove ObjectFile::ResolveSymbolForAddress (#177479)Alex Langford1-23/+0
2026-01-27[lldb] Enable locate module callback for main executable in launch mode (#176...GeorgeHuyubo1-1/+14
2026-01-26[lldb-dap][NFC] Use a lambda instead of std::bind. (#178023)Ebuka Ezike1-3/+1
2026-01-26[lldb][windows] do not attach to a PseudoConsole if it is not opened (#177934)Charles Zablit1-0/+12
2026-01-24[lldb] improve Doxygen rendering of an existing comment (#177785)Matej Košík1-0/+2
2026-01-24[lldb] Remove a redundant semicolon. NFC.Martin Storsjö1-1/+1
2026-01-23[lldb] Add a GetSubsetExtractorSP method to DataExtractor (#177309)Jason Molenda2-1/+45
2026-01-23Revert "[lldb][windows] add STDIN and STDOUT forwarding support (#175812)" (#...Charles Zablit2-18/+1