summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert rL240435: "Mark SBFrame::GetFunctionName and SBFrame::IsInlined as con...Oleksiy Vyalov2015-06-241-2/+2
* Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.Oleksiy Vyalov2015-06-231-2/+2
* Added a new API to SBFrame:Greg Clayton2015-05-281-0/+11
* Fix SBFrame::FindValue for when only global variables exist.Chaoren Lin2015-03-191-20/+18
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w...Zachary Turner2015-02-171-17/+34
* Revert "I had recently added a new SBFrame::GetVariables() overload with yet ...Zachary Turner2015-02-171-34/+17
* I had recently added a new SBFrame::GetVariables() overload with yet another ...Enrico Granata2015-02-121-17/+34
* Introduce the notion of "runtime support values"Enrico Granata2015-02-111-0/+25
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-78/+89
* Restore the ability of SBFrame::FindValue() to look for file global variablesEnrico Granata2014-02-191-2/+10
* <rdar://problem/15960553>Enrico Granata2014-02-181-13/+7
* Add a setting to allow users to enable expressions that crash LLDB to show up...Greg Clayton2013-12-061-10/+12
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-38/+38
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-38/+38
* Fix the logging messages for SBFrame::FindRegister().Jason Molenda2013-07-261-3/+3
* Add an SBFrame::FindRegister() method to make it a littleJason Molenda2013-07-261-0/+58
* Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham2013-05-151-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-27/+27
* Renaming SBValueList::get() to Enrico Granata2013-02-071-2/+2
* Correct logging for function calls that return SBValueListEnrico Granata2013-02-071-2/+2
* <rdar://problem/13107151>Enrico Granata2013-02-071-3/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Tighten up how we acquire the underlying frame in the SBFrame methods. We we...Jim Ingham2012-11-291-278/+538
* <rdar://problem/12437442>Enrico Granata2012-10-221-10/+13
* API cleanup.Greg Clayton2012-10-161-4/+4
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-9/+21
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-9/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham2012-08-221-45/+64
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+1
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+1
* rdar://problem/10996978 - Fixing an issue where crash reports for the express...Enrico Granata2012-05-291-2/+4
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-1/+6
* We take the API mutex first and the stop mutex second in general, so do it he...Jim Ingham2012-04-191-4/+2
* The API lock was getting dropped too soon in GetVariables. GetValueObjectFor...Jim Ingham2012-04-131-5/+2
OpenPOWER on IntegriCloud