aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
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)" (#...users/pranavk/bazel-fix-159173-1764801865Med 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
2025-11-24[lldb] Show signal number description (#164176)Ebuka Ezike1-0/+2
2025-11-22[lldb] [disassembler] chore: update VariableAnnotator::Annotate to except onl...n2h91-5/+5
2025-11-21[lldb] Remove Base::unique from NonNullSharedPtr (#169130)Keith Smiley1-1/+0
2025-11-21[lldb] Add assert to NonNullSharedPtr move constructor (#168979)Jonas Devlieghere1-4/+6
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere8-32/+114
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit4-3/+3
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew1-1/+2
2025-11-18[lldb] Support integer registers with more than 64 bits. (#166363)Matej Košík1-5/+6
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison3-2/+9
2025-11-17[lldb][nfc] Fix comment about UINT32_MAX in UnwindAssemblyInstruction (#168339)Felipe de Azevedo Piovezan1-2/+2
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang3-1/+22
2025-11-14[lldb][nfc] Simplify instruction iteration in UnwindAssemblyInstEmulation (#1...Felipe de Azevedo Piovezan1-0/+4
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch1-1/+3
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch13-194/+15
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani13-15/+194
2025-11-10[lldb] Fix crash in BreakpointSite::BumpHitCounts (#166876)Jonas Devlieghere1-4/+6
2025-11-08Fix missing include from #166664Walter Lee1-0/+1
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde1-0/+13
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha2-0/+9
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo6-14/+41