summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBExpressionOptions.cpp
AgeCommit message (Expand)Author
2024-05-17[lldb] Namespace SBSourceLanguageName (NFC)Jonas Devlieghere
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-02-16[lldb] Rename SetResultIsInternal to SetSuppressPersistentResult (NFC)Dave Lee
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
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-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
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
2020-04-06[lldb/API] Add missing LLDB_REGISTER_METHOD macrosJonas Devlieghere
2020-04-06[lldb] Add option to retry Fix-Its multiple times to failed expressionsRaphael Isemann
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-11[Reproducers] Implement log_append for function pointers.Jonas Devlieghere
2019-03-11[Reproducers] Replace callbacks with void*Jonas Devlieghere
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas 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-11-02Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-28Expose top-level Clang expressions via the command line and the API.Sean Callanan
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham
2015-05-27Allow expresions to have unique expression prefixes:Greg Clayton
2014-08-08Add an option to suppress the persistent result variable when running Evaluat...Jim Ingham
2014-07-11Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-03-28Add the ability from the SB API's to set the "one thread" timeoutJim Ingham
2014-02-28Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham
2013-11-07This patch does a couple of things. Jim Ingham
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham
2012-10-16API cleanup.Greg Clayton
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham