summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBExpressionOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+63
* [Reproducers] Implement log_append for function pointers.Jonas Devlieghere2019-03-111-1/+1
* [Reproducers] Replace callbacks with void*Jonas Devlieghere2019-03-111-1/+1
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-0/+3
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-1/+94
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-7/+6
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-39/+41
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham2018-11-021-0/+9
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-4/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-149/+80
* Expose top-level Clang expressions via the command line and the API.Sean Callanan2016-03-281-0/+12
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+12
* Allow expresions to have unique expression prefixes:Greg Clayton2015-05-271-0/+11
* Add an option to suppress the persistent result variable when running Evaluat...Jim Ingham2014-08-081-0/+13
* Enable the ability to enable debug info generation when evaluating expressions.Greg Clayton2014-07-111-0/+12
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+6
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-0/+6
* Add the ability from the SB API's to set the "one thread" timeoutJim Ingham2014-03-281-0/+12
* Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ...Jim Ingham2014-02-281-0/+12
* This patch does a couple of things. Jim Ingham2013-11-071-2/+14
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+12
* API cleanup.Greg Clayton2012-10-161-39/+11
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-0/+142
OpenPOWER on IntegriCloud