aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target
AgeCommit message (Expand)AuthorFilesLines
8 hours[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz6-14/+14
4 daysCleanup the use of m_is_secondary_thread from PR #179799. (#180255)jimingham1-5/+2
5 daysFix the modal private state thread we use for running expressions on the priv...jimingham2-121/+202
5 days[lldb] Broadcast `eBroadcastBitStackChanged` when frame providers change (#17...Adrian Vogelsgesang1-23/+36
5 days[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford1-26/+24
6 days[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch1-0/+20
6 days[lldb][Expression] Add API to set/get language-specific expression options (#...Michael Buch1-0/+52
8 days[lldb] Fix variable access in old SBFrames after inferior function calls (#17...Med Ismail Bennani3-64/+193
11 days[lldb] Increment max-children-depth to 5 (#178717)Dave Lee1-1/+1
12 days[LLDB][Statistics] Add coreFile to Target stats (#161448)Jacob Lalonde1-0/+4
2026-01-27[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford3-4/+6
2026-01-27[lldb] Enable locate module callback for main executable in launch mode (#176...GeorgeHuyubo1-0/+4
2026-01-19Revert "[lldb] add a marker before hidden frames (#167550)" (#176747)Charles Zablit3-57/+24
2026-01-19[lldb][Module][NFC] Remove unused always_create parameter to GetSharedModule ...Michael Buch2-5/+5
2026-01-19[lldb] add a marker before hidden frames (#167550)Charles Zablit3-25/+57
2026-01-17[lldb] Enable chaining multiple scripted frame providers per thread (#172849)Med Ismail Bennani2-31/+42
2026-01-13[lldb][RISCV] Implement trap handler unwind plan (#166531)Georgiy Samoylov1-2/+2
2026-01-08[lldb] Keep the unexpected b/p state for suspended threads (#174264)Igor Kudrin1-1/+10
2026-01-07[lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Form...Michael Buch2-4/+5
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-3/+3
2025-12-23[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)Ilia Kuklin1-1/+1
2025-12-22[lldb] Add ReadCStrings API to Process (#172026)Felipe de Azevedo Piovezan1-1/+57
2025-12-18[lldb] Add priority support to synthetic frame providers (#172848)Med Ismail Bennani2-7/+38
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit1-0/+2
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee1-1/+1
2025-12-11Make result variables obey their dynamic values in subsequent expressions (#1...jimingham1-1/+1
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani2-1/+13
2025-12-05[lldb][NFCI] Remove FileAction::GetPath (#170764)Alex Langford1-3/+3
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham1-0/+42
2025-12-03[LLDB] Fix deadlock in module callback when running in parallel (#168425)Jacob Lalonde1-2/+3
2025-12-03[lldb] Fix ThreadPlanStepOut::DoPlanExplainsStop inspection of BreakpointSite...Felipe de Azevedo Piovezan1-7/+4
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani5-3/+192
2025-12-02[lldb/Target] Add BorrowedStackFrame and make StackFrame methods virtual (#17...Med Ismail Bennani3-0/+191
2025-12-01[lldb/Target] Track containing StackFrameList to avoid circular dependencies ...Med Ismail Bennani2-2/+20
2025-11-28[NFC][lldb][windows] fully qualify references to MemoryRegionInfo (#169845)Charles Zablit1-8/+9
2025-11-26[lldb] Fix reading 32-bit signed integers (#169150)Igor Kudrin2-3/+7
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang1-0/+17
2025-11-24[lldb] Show signal number description (#164176)Ebuka Ezike1-0/+7
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata1-2/+0
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere2-3/+3
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang1-4/+3
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch5-188/+3
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani5-3/+188
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham1-0/+5
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+1
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo5-48/+35
2025-11-06[lldb/Target] Add SyntheticFrameProvider class (#166664)Med Ismail Bennani2-0/+101
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch2-4/+4
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch3-159/+0
2025-11-03[NFC][LLDB][BoundsSatety] Add `InstrumentationRuntime::MatchAllModules` (#166...Dan Liew1-1/+2