aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani4-0/+73
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani4-73/+0
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani4-0/+73
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani4-73/+0
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani4-0/+73
2024-07-22[lldb] Change GetStartSymbol to GetStartAddress in DynamicLoader (#99909)Med Ismail Bennani1-4/+5
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda1-24/+0
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda1-0/+24
2024-07-19[lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (#99673)Med Ismail Bennani1-1/+8
2024-07-19[lldb] Forward-declare lldb-private::SaveCoreOptionsPavel Labath2-1/+1
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde9-5/+128
2024-07-16[lldb][riscv] Fix setting breakpoint for undecoded instruction (#90075)ita-sc1-0/+2
2024-07-16[lldb] Add frame recognizer for __builtin_verbose_trap (#80368)Michael Buch1-0/+39
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo1-2/+0
2024-07-15[lldb/Symbol] Hoist SymbolLocation from AssertFrameRecognizer to reuse it (#9...Med Ismail Bennani1-0/+32
2024-07-15Private process events were being delivered to the secondary listener (#98571)jimingham2-0/+13
2024-07-15[API] add GetSyntheticValue (#95959)Vincent Belliard1-0/+2
2024-07-14[lldb] [NFC] a couple comment typeo and markup fixes.Jason Molenda1-7/+7
2024-07-11[lldb] Fix ThreadList assignment race (#98293)Pavel Labath1-2/+4
2024-07-10[lldb-dap] Support throw and catch exception breakpoints for dynamica… (#97...Walter Erquinigo2-0/+34
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei1-0/+2
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei1-2/+0
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei1-0/+2
2024-07-08[lldb] Improve error message for unrecognized executables (#97490)Jonas Devlieghere1-0/+1
2024-07-08[lldb] Remove Listener::SetShadow (#97555)Pavel Labath1-3/+0
2024-07-08[lldb] Make Listener::m_broadcasters_mutex non-recursive (#97552)Pavel Labath1-1/+1
2024-07-05[lldb-dap][NFC] Minor renamewalter erquinigo1-3/+7
2024-07-04[LLDB] Support exception breakpoints for plugin-provided languages (#97675)Walter Erquinigo1-0/+4
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham2-0/+10
2024-07-03[lldb] Remove commented-out Platform::FindPlugin (NFC)Jonas Devlieghere1-15/+0
2024-07-03[lldb] Make Broadcaster mutexes non-recursive (#97400)Pavel Labath1-8/+9
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere1-8/+30
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett1-0/+7
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett1-7/+0
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani3-3/+7
2024-06-28In `statistics dump --summary`, add back the `targets` section (#97004)royitaqi1-3/+2
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber2-3/+3
2024-06-28[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu...Med Ismail Bennani2-3/+3
2024-06-27[lldb] Parse and display register field enums (#95768)David Spickett1-0/+7
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani7-47/+65
2024-06-25Reapply PR/87550 (again) (#95571)Vy Nguyen2-0/+3
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko3-0/+28
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova3-28/+0
2024-06-24Add a unit test for SBBreakpoint::SetCallback (#96001)Chelsea Cassanova1-4/+4
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko3-0/+28
2024-06-24[lldb] Merge CompilerContextKind::{Class,Struct} (#96145)Pavel Labath1-4/+6
2024-06-22[lldb] Resolve executables more aggressively on the hostJonas Devlieghere1-0/+5
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch1-2/+23
2024-06-21[lldb] Unify Platform::ResolveExecutable (#96256)Jonas Devlieghere2-10/+1
2024-06-21[lldb] Fix SBAddressRange validation checks. (#95997)Miro Bucko2-0/+8