aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter
AgeCommit message (Expand)AuthorFilesLines
5 days[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle1-0/+10
6 days[lldb] Refactor command option printing (#178208)David Spickett1-39/+42
14 days[lldb] Check multiword command in `UserCommandExists` (#176998)Ebuka Ezike1-1/+2
2026-01-08[lldb] Fix typed commands not shown on the screen (#174216)Ebuka Ezike1-50/+9
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-2/+2
2025-12-23[lldb] Improve detection of the readline backend (#173379)Ebuka Ezike1-1/+7
2025-12-12Revert "[lldb] Still echo the command if we print the error." (#172110)Jonas Devlieghere1-19/+7
2025-12-12[lldb] Still echo the command if we print the error. (#171931)Jonas Devlieghere1-7/+19
2025-12-10Add a _regexp-break-add and some more tests for the b alias. (#171236)jimingham1-0/+88
2025-12-09[lldb] Fix capitalization in ambiguous command error (#171519)Jonas Devlieghere1-4/+2
2025-12-09[lldb] Remove CommandReturnObject::AppendRawError (#171517)Jonas Devlieghere2-10/+1
2025-12-04Add a `breakpoint add` command to fix the option-madness that is `breakpoint ...jimingham1-1/+3
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani1-0/+7
2025-11-28[NFC][lldb][windows] fully qualify references to MemoryRegionInfo (#169845)Charles Zablit1-1/+1
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit2-2/+2
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch1-7/+0
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani1-0/+7
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani1-0/+5
2025-10-13[lldb] Don't emit .lldbinit warning as an error (#163265)Jonas Devlieghere1-1/+1
2025-10-13[lldb] Remove Python 2 compatibility code in embedded_interpreter.pyDavid Spickett1-5/+1
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham1-0/+13
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere3-7/+7
2025-09-04[lldb] Add more command option mnemonics (#155705)Jonas Devlieghere1-7/+16
2025-08-29[lldb] Adjust ProtocolServer connection defaults. (#155714)John Harrison1-17/+14
2025-08-26[lldb] Underline short option letters as mnemonics (#153695)Jonas Devlieghere2-7/+12
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee16-45/+157
2025-08-19[lldb] Make step/s alias for new _regexp-step (#153984)Dave Lee1-1/+22
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee1-6/+7
2025-08-01[lldb] Use std::optional::value_or (NFC) (#151629)Kazu Hirata1-1/+1
2025-07-30[lldb] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#151283)Kazu Hirata1-1/+1
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-0/+7
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-2/+1
2025-07-16[lldb] [cosmetic] Update help message of `(lldb) b` (#149114)royitaqi1-2/+6
2025-07-08[lldb] Pass address expression command args through FixAnyAddress (#147011)Jason Molenda1-2/+1
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-1/+1
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere1-0/+2
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath2-0/+4
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath2-6/+4
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere1-3/+3
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-1/+0
2025-05-28[lldb] Expose language plugin commands based based on language of current fra...Dave Lee1-1/+50
2025-05-20Update InterpreterProperties.td (#140746)Anthony Cabrera-Lara1-1/+1
2025-05-17[lldb] Use llvm::replace (NFC) (#140343)Kazu Hirata1-2/+2
2025-05-13[lldb] Use std:::string::find with std::string_view (NFC) (#139679)Kazu Hirata1-1/+1
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-3/+0
2025-04-27Complete ToJSON for OptionValues (#137375)Ebuka Ezike11-9/+33
2025-04-24[lldb][lldb-dap] Add ToJSON for OptionValueEnumeration (#137007)Ebuka Ezike1-2/+12
2025-04-22[lldb] Fix use-color settings not persistent (#135626)Ebuka Ezike1-1/+6
2025-04-10[lldb] Support programmatically setting the statusline format (NFC) (#135250)Jonas Devlieghere1-0/+9
2025-04-04[LLDB][NFC]Fix stack-use-after free bug. (#134296)Vy Nguyen1-1/+3