aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[lldb] Remove CommandReturnObject::AppendRawError (#171517)Jonas Devlieghere3-11/+2
2025-12-09[LLDB] Run MSVC STL (forward-)list test with PDB (#166953)nerix1-0/+18
2025-12-09[lldb] Don't read firstSubclass and nextSiblingClass from class_rw_t (#171213)Jonas Devlieghere2-7/+1
2025-12-09[lldb][TypeSystemClang] Set SuppressInlineNamespace to 'All' (#171138)Michael Buch1-3/+2
2025-12-08Fix a typo in "breakpoint add file" and add a test (#171206)jimingham1-1/+1
2025-12-08[lldb] Dump build configuration with `version -v` (#170772)Jonas Devlieghere5-54/+146
2025-12-08[lldb][NFC] Replace const std::vector& with ArrayRef in APIs (#170834)Felipe de Azevedo Piovezan2-21/+12
2025-12-08[lldb] Remove printf in breakpoint add commandDavid Spickett1-1/+0
2025-12-08[lldb] Fix command line of `target frame-provider register` (#167803)Adrian Vogelsgesang1-3/+1
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani6-131/+218
2025-12-05[lldb] Fix Windows build after 6b51e26d39fa (#170917)Alex Langford1-1/+1
2025-12-05[lldb] Fix a warningKazu Hirata1-1/+0
2025-12-05[lldb][NFCI] Remove FileAction::GetPath (#170764)Alex Langford4-24/+29
2025-12-05Move checking m_dummy_target to after raw-plus-option parsing. (#170888)jimingham1-2/+3
2025-12-05[clang][TypePrinter][NFC] Make SuppressInlineNamespaceMode an enum class (#17...Michael Buch1-2/+5
2025-12-05[lldb] Issue a warning when Target XML should have been used but we do not ha...David Spickett1-1/+17
2025-12-05[lldb] Improve logging of failure to get register information from Target XML...David Spickett2-10/+27
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham4-74/+1448
2025-12-04[lldb/ScriptInterpreter] Fix typo in GetScriptedModulePath (NFC)Med Ismail Bennani1-1/+1
2025-12-04[lldb] [disassembler] chore: enhance VariableAnnotator to return structured d...n2h91-20/+68
2025-12-04[lldb] Add support for synthetic LineEntry objects without valid address rang...Med Ismail Bennani2-2/+5
2025-12-04Revert "[lldb] improve the heuristics for checking if a terminal supports Uni...Charles Zablit2-18/+5
2025-12-04[lldb] improve the heuristics for checking if a terminal supports Unicode (#1...Charles Zablit2-5/+18
2025-12-04[NFC][lldb][windows] refactor the referencing of STARTUPINFOW (#170669)Charles Zablit1-18/+15
2025-12-04[lldb][windows] fix copying instead of using a reference of STARTUPINFOW (#17...Charles Zablit1-1/+1
2025-12-03[lldb] Refactor LookupInfo object to be per-language (#168797)Augusto Noronha9-74/+159
2025-12-03[lldb] ensure comment conforms to LLVM guidelines (#170533)Charles Zablit2-2/+2
2025-12-03[lldb][windows] fix a use before allocation crash (#170530)Charles Zablit1-9/+8
2025-12-03[LLDB] Fix deadlock in module callback when running in parallel (#168425)Jacob Lalonde1-2/+3
2025-12-03[NFC][lldb][windows] refactor the creation of inherited handles (#170301)Charles Zablit1-32/+52
2025-12-03[lldb][windows] fix invalid corefile error message (#170471)Charles Zablit2-6/+6
2025-12-03[lldb] add libstdcpp span formatter (#168705)Ebuka Ezike4-0/+126
2025-12-03[lldb] Fix ThreadPlanStepOut::DoPlanExplainsStop inspection of BreakpointSite...Felipe de Azevedo Piovezan2-7/+20
2025-12-03[lldb] Handle backwards branches in UnwindAssemblyInstEmulation (#169633)Felipe de Azevedo Piovezan2-5/+9
2025-12-03[lldb] Add DisassemblerLLVMC::IsBarrier API (#169632)Felipe de Azevedo Piovezan2-0/+18
2025-12-03[lldb] Fix abi_tag parsing for operator<< and operator-named tags (#170224)Ebuka Ezike1-5/+6
2025-12-03[lldb][NFC] Rename forward_branch_offset to branch_offset in UnwindAssemblyIn...Felipe de Azevedo Piovezan2-12/+11
2025-12-03[lldb][DWARFASTParserClang] Treat DW_TAG_template_alias like we do DW_TAG_typ...Michael Buch1-1/+3
2025-12-03[lldb][DWARFASTParserClang] Complete and make use of LLVM's RTTI support (#17...Michael Buch3-16/+14
2025-12-02[lldb] Handle deref of register and implicit locations (#169419)David Peixotto1-9/+30
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani22-48/+1066
2025-12-02[lldb/Target] Add BorrowedStackFrame and make StackFrame methods virtual (#17...Med Ismail Bennani6-0/+219
2025-12-02[lldb] Fix GetExpressionPath for vector registers (#169210)Ebuka Ezike1-0/+15
2025-12-02[lldb][NFCI] Rewrite UnwindAssemblyInstEmulation in terms of a CFG visit (#16...Felipe de Azevedo Piovezan1-14/+38
2025-12-02[lldb] Make sure SBError is valid when SBDebugger::InitializeWithErrorHandlin...David Spickett1-1/+1
2025-12-01[LLDB] Add type casting to DIL, part 1 of 3. (#165199)cmtice3-4/+179
2025-12-01[lldb/Target] Track containing StackFrameList to avoid circular dependencies ...Med Ismail Bennani2-2/+20
2025-12-01[BoundsSafety][LLDB] Implement instrumentation plugin for -fbounds-safety sof...Dan Liew4-0/+556
2025-12-01[lldb/ScriptInterpreter] Add a way to retrieve script module file path (#170202)Med Ismail Bennani1-0/+56
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda9-198/+221