aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[lldb] Remove CommandReturnObject::AppendRawError (#171517)Jonas Devlieghere1-1/+1
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 Devlieghere3-3/+90
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] Fix a warningKazu Hirata1-1/+0
2025-12-05Move checking m_dummy_target to after raw-plus-option parsing. (#170888)jimingham1-2/+3
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham2-73/+1403
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...users/pranavk/bazel-fix-159173-1764801865Med Ismail Bennani1-0/+200
2025-11-26Reland "[clang] Refactor to remove clangDriver dependency from clangFrontend ...Naveen Seth Hanig1-0/+1
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Naveen Seth Hanig1-1/+0
2025-11-24Reapply " [clang] Refactor to remove clangDriver dependency from clangFronten...Shilei Tian1-0/+1
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Shilei Tian1-1/+0
2025-11-24[lldb] Show signal number description (#164176)Ebuka Ezike1-3/+10
2025-11-23 [clang] Refactor to remove clangDriver dependency from clangFrontend and fl...Naveen Seth Hanig1-0/+1
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere2-3/+3
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit1-1/+1
2025-11-14Re-land [lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#16...Alex Langford1-0/+3
2025-11-13Revert "[lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES" (#1...Krzysztof Parzyszek1-2/+0
2025-11-12[lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#167794)Alex Langford1-0/+2
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch1-200/+0
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani1-0/+200
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham1-0/+9
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch1-6/+7
2025-11-04[lldb] When starting in a hidden frame, don't skip over hidden frames when na...Michael Buch1-22/+30
2025-10-24[lldb] Introduce internal stop hooks (#164506)Julian Lettner4-20/+61
2025-10-14[lldb][Darwin] Add `process launch --memory-tagging` option (#162944)Julian Lettner2-0/+9
2025-10-10[lldb][mcp] Get the running MCP server connection information (#162752)Alexandre Perez1-1/+43
2025-10-03[lldb][Lanugage][NFC] Adapt Language::ForEach to IterationAction (#161830)Michael Buch1-2/+2
2025-10-02[LLDB][NFC] Fix variable casing issue (#161691)Jacob Lalonde1-1/+1
2025-10-01[LLDB] Add load core time to target metrics (#161581)Jacob Lalonde1-1/+5
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda1-1/+3
2025-09-15[lldb][TypeSystem] Enable colored AST dump (#86159)Michael Buch1-3/+6
2025-09-10[lldb] Pass execution context to CompilerType::GetByteSize - in CommandObject...Dave Lee1-3/+4
2025-09-05[lldb] Add more command option mnemonics (#156987)Jonas Devlieghere1-60/+64
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere11-49/+49
2025-09-04[lldb] Reflow descriptions in source/Commands/Options.td (#156981)Jonas Devlieghere1-91/+73
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere1-129/+152
2025-09-02[lldb] Format source/Commands/Options.td (#156517)Jonas Devlieghere1-1147/+2005
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison1-8/+7
2025-08-29[lldb] Fix some spelling and grammatical issues in Commands/Options.td (#156121)Jonas Devlieghere1-34/+59
2025-08-29[lldb] Add a simplified syntax for underlying command options (NFC) (#155694)Jonas Devlieghere1-17/+14
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin3-0/+11
2025-08-27[lldb] Fix a typo in --one-shot description (NFC) (#155637)Dave Lee1-1/+1
2025-08-26[lldb] Underline short option letters as mnemonics (#153695)Jonas Devlieghere4-15/+35
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee2-5/+47
2025-08-19Revert "[lldb] Fix error : unknown error while starting lldb's C/C++ repl (#1...Shubham Sandeep Rastogi1-6/+0
2025-08-19[lldb] Fix error : unknown error while starting lldb's C/C++ repl (#153560)Anutosh Bhat1-0/+6
2025-08-15Revert "[lldb] Fallback to expression eval when Dump of variable fails in dwi...Dave Lee1-29/+18
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee2-5/+5