summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBCommandReturnObject.cpp
AgeCommit message (Expand)Author
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2025-02-04[lldb] Store the command in the CommandReturnObject (#125132)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-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-17SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...Fangrui Song
2019-10-09SBFile support in SBCommandReturnObjectLawrence D'Anna
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil
2019-09-26[lldb] Code cleanup: Simplify SBCommandReturnObjectJan Kratochvil
2019-08-14[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-06[SBAPI] Don't check IsValid in constructorJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-27Remove the callback-based log channel registration mechanismPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-25Fix FILE * leak in Python APIStephane Sezer
2015-10-31Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
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-02<rdar://problem/13499317>Enrico Granata
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-12-15Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...Jim Ingham
2012-10-16Removing the two extra GetXSize(bool) calls since we do not desire to support...Enrico Granata
2012-10-16<rdar://problem/12446320> Fixing an issue with our Driver where setting an im...Enrico Granata
2012-09-28Implementing plugins that provide commands.Enrico Granata