summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFrame.cpp
AgeCommit message (Expand)Author
2019-03-06[SBAPI] Don't check IsValid in constructorJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-10-05Add support for artificial tail call framesVedant Kumar
2018-09-20Refactor FindVariable() core functionality into StackFrame out of SBFrameShafik Yaghmour
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-12Teach SBFrame how to guess its language.Jim Ingham
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-15Fix incorrectly named variables.Jim Ingham
2016-12-14Adopt PrettyStackTrace in LLDBSean Callanan
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-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton
2016-06-10Make all the SBFrame API's take the target lock.Jim Ingham
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-07Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham
2016-04-29Fix TestGetVariables.py so it works correctly. We had duplicate static values...Greg Clayton
2016-04-21API: fix a -Wunused-variable warningSaleem Abdulrasool
2016-02-25Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer
2016-01-29Ignore breakpoints by default in SBFrame::EvaluateExpressionEugene Leviant
2015-11-02Create an expression parser for Go.Ryan Brown
2015-10-31Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2015-09-07Use eAddressClassCode for address lookup for opcodes for stack framesTamas Berghammer
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-07-06Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata
2015-06-25Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.Oleksiy Vyalov
2015-06-24Revert rL240435: "Mark SBFrame::GetFunctionName and SBFrame::IsInlined as con...Oleksiy Vyalov
2015-06-23Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.Oleksiy Vyalov
2015-05-28Added a new API to SBFrame:Greg Clayton
2015-03-19Fix SBFrame::FindValue for when only global variables exist.Chaoren Lin
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner
2015-02-17Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner
2015-02-17Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner
2015-02-12I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata
2015-02-11Introduce the notion of "runtime support values"Enrico Granata
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham