summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-3/+1
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+4
* [NFC] Replace a plugin header with a non-plugin headerAlex Langford2019-06-131-1/+1
* [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/+79
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-181-4/+0
* Fix some "variable 'foo' set but not used" warningsPavel Labath2019-03-181-3/+1
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-350/+6
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-35/+171
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-201-1/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-4/+21
* Revert r345686 due to build failuresKuba Mracek2018-10-311-21/+4
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-4/+21
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-21/+4
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-4/+21
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+2
* Add support for artificial tail call framesVedant Kumar2018-10-051-0/+15
* Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour2018-09-201-20/+2
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Teach SBFrame how to guess its language.Jim Ingham2017-04-121-0/+19
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Fix incorrectly named variables.Jim Ingham2016-12-151-2/+2
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-4/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1483/+1225
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-26/+25
* Make all the SBFrame API's take the target lock.Jim Ingham2016-06-101-14/+43
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-47/+47
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-071-1/+14
* Fix TestGetVariables.py so it works correctly. We had duplicate static values...Greg Clayton2016-04-291-1/+9
* API: fix a -Wunused-variable warningSaleem Abdulrasool2016-04-211-0/+2
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-1/+3
* Ignore breakpoints by default in SBFrame::EvaluateExpressionEugene Leviant2016-01-291-0/+3
* Create an expression parser for Go.Ryan Brown2015-11-021-0/+18
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko2015-10-311-56/+51
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+1
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-1/+1
* Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer2015-09-071-1/+1
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-1/+1
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+2
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-061-0/+56
* Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.Oleksiy Vyalov2015-06-251-1/+12
OpenPOWER on IntegriCloud