aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
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
2025-12-13[lldb] Add unit tests for NonNullSharedPtr (#172173)Jonas Devlieghere1-0/+1
2025-12-12[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit2-1/+30
2025-12-11Make result variables obey their dynamic values in subsequent expressions (#1...jimingham1-19/+45
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda5-21/+35
2025-12-11[lldb] Correct use_editline check in IOHandlerEditline (#171733)Jonas Devlieghere1-1/+4
2025-12-11Revert "[lldb] fix failing tests due to CI diagnostics rendering (#171791)Charles Zablit2-30/+1
2025-12-10[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit2-1/+30
2025-12-10[lldb] Document the behaviour of IsValid for SBError (#170862)David Spickett1-0/+9
2025-12-09[lldb] Remove CommandReturnObject::AppendRawError (#171517)Jonas Devlieghere1-2/+0
2025-12-08[lldb] Dump build configuration with `version -v` (#170772)Jonas Devlieghere1-0/+3
2025-12-08[lldb][NFC] Replace const std::vector& with ArrayRef in APIs (#170834)Felipe de Azevedo Piovezan2-22/+4
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani1-0/+1
2025-12-05[lldb][NFCI] Remove FileAction::GetPath (#170764)Alex Langford1-2/+0
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham4-0/+47
2025-12-04[lldb] [disassembler] chore: enhance VariableAnnotator to return structured d...n2h91-7/+23
2025-12-04[lldb] Add support for synthetic LineEntry objects without valid address rang...Med Ismail Bennani1-0/+4
2025-12-04Revert "[lldb] improve the heuristics for checking if a terminal supports Uni...Charles Zablit1-12/+0
2025-12-04[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit1-0/+12
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha3-2/+54
2025-12-03[LLDB] Fix deadlock in module callback when running in parallel (#168425)Jacob Lalonde1-0/+5
2025-12-03[NFC][lldb][windows] refactor the creation of inherited handles (#170301)Charles Zablit1-0/+31
2025-12-03[lldb] Fix ThreadPlanStepOut::DoPlanExplainsStop inspection of BreakpointSite...Felipe de Azevedo Piovezan1-0/+4
2025-12-03[lldb] Add DisassemblerLLVMC::IsBarrier API (#169632)Felipe de Azevedo Piovezan1-0/+4
2025-12-02[lldb] Fix Doxygen warning in SBTrace.h (#170394)Zachary Fogg1-1/+1
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani13-13/+190
2025-12-02[lldb/Target] Add BorrowedStackFrame and make StackFrame methods virtual (#17...Med Ismail Bennani3-35/+193
2025-12-02[lldb] Fix GetExpressionPath for vector registers (#169210)Ebuka Ezike1-0/+5
2025-12-01[LLDB] Add type casting to DIL, part 1 of 3. (#165199)cmtice3-0/+40
2025-12-01[lldb/Target] Track containing StackFrameList to avoid circular dependencies ...Med Ismail Bennani4-3/+28
2025-12-01[BoundsSafety][LLDB] Implement instrumentation plugin for -fbounds-safety sof...Dan Liew1-0/+1
2025-12-01[lldb/ScriptInterpreter] Add a way to retrieve script module file path (#170202)Med Ismail Bennani1-0/+4
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda2-3/+9
2025-12-01[lldb] Add VirtualDataExtractor for virtual address translation (#168802)Jonas Devlieghere3-6/+87
2025-11-28[NFC][lldb] document Process::SetSTDIOFileDescriptor (#169849)Charles Zablit1-0/+22
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-0/+2
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang2-1/+60
2025-11-25[NFC] Fix typo of `integer` (#169325)Longsheng Mou1-2/+2
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin3-0/+18