summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandReturnObject.cpp
AgeCommit message (Expand)Author
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-01-30[lldb] Constify methods in CommandReturnObject (NFC)Jonas Devlieghere
2024-12-20[lldb] Expose structured errors in SBError (#120784)Adrian Prantl
2024-11-02[lldb] Highlight "note:" in CommandReturnObject (#114610)Jonas Devlieghere
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl
2024-10-12[lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (#112062)Adrian Prantl
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2023-06-12Streamline expression parser error messages.Adrian Prantl
2022-04-14[lldb] Show the DBGError if dsymForUUID can't find a dSYMJonas Devlieghere
2022-02-23[lldb] Fix (unintentional) recursion in CommandObjectRegexCommandJonas Devlieghere
2021-12-03[NFC] const-ify some methods on CommandReturnObjectJordan Rupprecht
2021-06-23[lldb] Remove asserts in CommandReturnObject SetError and AppendErrorDavid Spickett
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
2021-06-21[lldb] Assert that CommandResultObject error messages are not emptyDavid Spickett
2021-06-17[lldb] Set return object failed status even if error string is emptyDavid Spickett
2021-06-14Reland "[lldb] Set return status to failed when adding a command error"David Spickett
2021-06-14Revert "[lldb] Set return status to failed when adding a command error" (and ...David Spickett
2021-06-14Reland "[lldb] Set return status to failed when adding a command error"David Spickett
2021-06-09Revert "[lldb] Set return status to failed when adding a command error"David Spickett
2021-06-08[lldb] Don't print script output twice in HandleCommandJonas Devlieghere
2021-06-08[lldb] Set return status to failed when adding a command errorDavid Spickett
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha
2021-02-24[lldb] Prevent double new lines behind errors/warning/messages from LLDB comm...Raphael Isemann
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-06-02[lldb/Interpreter] Remove redundant argument (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-26Don't stop execution in batch mode when process stops with SIGINT or SIGSTOPTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make CommandReturnObject methods accept StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-08Fix a glitch in the Driver's batch mode when used with "attach". Jim Ingham
2014-07-15Any commands that are executed through the public interface using SBCommandIn...Greg Clayton
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2013-07-09Second attempt at getting the PyCallable changes in trunkEnrico Granata
2013-07-03Revert commits that cause broken builds on GCC buildbotsDaniel Malea
2013-06-25<rdar://problem/14266411>Enrico Granata
2013-05-01Change CommandReturnObject::AppendMessage to print an empty line ifJason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-15Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...Jim Ingham
2012-09-01Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton
2011-12-19Work in progress for:Johnny Chen
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton
2011-07-02Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton