aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2 days[lldb] Add support for ScriptedFrame to provide values/variables. (#178575)Aman LaChapelle1-0/+9
2 days[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda7-15/+29
3 days[lldb] [disassembler] chore: add GetVariableAnnotations to SBInstruction api ...n2h93-0/+22
3 days[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle2-0/+6
3 days[lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (#178573)Aman LaChapelle2-4/+81
3 days[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit1-8/+20
3 days[lldb] Fix memory monitor shutdown on Linux using eventfd (#178083)Ebuka Ezike1-1/+2
3 daysRevert "[lldb][windows] fix an invalid cast from a file descriptor to a HANDL...Charles Zablit1-4/+0
4 days[lldb][windows] fix an invalid cast from a file descriptor to a HANDLE (#178238)Charles Zablit1-0/+4
4 days[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford1-1/+1
4 days[lldb][NFC] Remove ObjectFile::ResolveSymbolForAddress (#177479)Alex Langford1-23/+0
5 days[lldb] Enable locate module callback for main executable in launch mode (#176...GeorgeHuyubo1-1/+14
5 days[lldb-dap][NFC] Use a lambda instead of std::bind. (#178023)Ebuka Ezike1-3/+1
6 days[lldb][windows] do not attach to a PseudoConsole if it is not opened (#177934)Charles Zablit1-0/+12
8 days[lldb] improve Doxygen rendering of an existing comment (#177785)Matej Košík1-0/+2
8 days[lldb] Remove a redundant semicolon. NFC.Martin Storsjö1-1/+1
9 days[lldb] Add a GetSubsetExtractorSP method to DataExtractor (#177309)Jason Molenda2-1/+45
9 daysRevert "[lldb][windows] add STDIN and STDOUT forwarding support (#175812)" (#...Charles Zablit2-18/+1
9 days[lldb][windows] add STDIN and STDOUT forwarding support (#175812)Charles Zablit2-1/+18
9 days[lldb] Improve error message when we can't save core (#177496)Jonas Devlieghere1-2/+6
9 days[LLDB] Add a setting to simulate variables with missing locations (#177279)Adrian Prantl2-6/+10
11 days[lldb] Remove unused nested class UserID::IDMatches (NFC) (#177211)Dave Lee1-20/+0
12 days[LLDB] Close previously opened handles in `PseudoConsole` (#176775)Nerixyz1-0/+8
13 daysRevert "[lldb] add a marker before hidden frames (#167550)" (#176747)Charles Zablit3-22/+3
13 days[lldb][Module][NFC] Remove unused always_create parameter to GetSharedModule ...Michael Buch1-2/+1
13 days[lldb] add a marker before hidden frames (#167550)Charles Zablit3-3/+22
2026-01-17[lldb] Enable chaining multiple scripted frame providers per thread (#172849)Med Ismail Bennani2-5/+10
2026-01-16[lldb] Change bitfield range character from '-' to ':' in DIL (#173410)Ilia Kuklin1-0/+1
2026-01-15[lldb][NFC] Make parameter const in SymbolFile::GetParameterStackSize (#176220)Alex Langford2-2/+4
2026-01-13[lldb] Rename AutoPointer typedef to UniquePointer (NFC) (#175806)Dave Lee1-8/+9
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang2-2/+2
2026-01-13[lldb][RISCV] Implement trap handler unwind plan (#166531)Georgiy Samoylov1-4/+4
2026-01-12[lldb] Change SBSymbol::GetID() to return LLDB_INVALID_SYMBOL_ID for invalid ...Ebuka Ezike3-3/+5
2026-01-10[lldb-dap] Add clipboard context support (#170644)Sergei Druzhkov1-0/+3
2026-01-08[NFC][lldb][windows] extract the InitializeProcThreadAttributeList logic (#17...Charles Zablit1-0/+46
2026-01-08[lldb][Format] Reject recursive format entities (#174750)Michael Buch1-0/+20
2026-01-07[LLDB] Add type casting to DIL, part 2 or 3 (#170332)cmtice2-3/+19
2026-01-07[lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Form...Michael Buch1-8/+25
2026-01-03[lldb] Avoid unnecessary vector copy for StringList::AppendList (#173779)Henry1-1/+1
2025-12-23[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)Ilia Kuklin2-49/+49
2025-12-22[lldb] Add ReadCStrings API to Process (#172026)Felipe de Azevedo Piovezan1-0/+3
2025-12-19[lldb][API] Make SB-API functions const if possible. (#172687)Ebuka Ezike7-10/+10
2025-12-18[lldb] Add priority support to synthetic frame providers (#172848)Med Ismail Bennani2-0/+37
2025-12-18[lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363)Ilia Kuklin3-13/+19
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit3-2/+101
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee1-45/+19
2025-12-17[lldb][NFCI] Remove unused field in BreakpointResolverName (#172574)Alex Langford1-1/+0
2025-12-17[lldb][ObjC][NFCI] Replace StringLexer with llvm::StringRef (#172466)Michael Buch2-67/+7
2025-12-15[lldb][NFCI] Make LookupInfo const (#171901)Alex Langford1-11/+13
2025-12-15[NFC][lldb] fix PseudoTerminal documentation (#172318)Charles Zablit1-10/+10