summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFrame.cpp
AgeCommit message (Expand)Author
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-02-19Restore the ability of SBFrame::FindValue() to look for file global variablesEnrico Granata
2014-02-18<rdar://problem/15960553>Enrico Granata
2013-12-06Add a setting to allow users to enable expressions that crash LLDB to show up...Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-07-26Fix the logging messages for SBFrame::FindRegister().Jason Molenda
2013-07-26Add an SBFrame::FindRegister() method to make it a littleJason Molenda
2013-05-15Fixed a few obvious errors pointed out by the static analyzer.Jim Ingham
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-02-07Renaming SBValueList::get() to Enrico Granata
2013-02-07Correct logging for function calls that return SBValueListEnrico Granata
2013-02-07<rdar://problem/13107151>Enrico Granata
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-11-29Tighten up how we acquire the underlying frame in the SBFrame methods. We we...Jim Ingham
2012-10-22<rdar://problem/12437442>Enrico Granata
2012-10-16API cleanup.Greg Clayton
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-09-05Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Rework how the API mutex is acquired when filling out an ExecutionContext fro...Jim Ingham
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-14<rdar://problem/11870357>Greg Clayton
2012-05-29rdar://problem/10996978 - Fixing an issue where crash reports for the express...Enrico Granata
2012-05-11Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham
2012-04-19We take the API mutex first and the stop mutex second in general, so do it he...Jim Ingham
2012-04-13The API lock was getting dropped too soon in GetVariables. GetValueObjectFor...Jim Ingham
2012-04-12Fixed an issue that happens in LLDB versions after SBFrame switched to using ...Greg Clayton
2012-04-06Added logging when API calls try to do something that shouldn't be done when ...Greg Clayton
2012-04-05Added a new Host class: ReadWriteLockGreg Clayton
2012-03-05rdar://problem/10976649Johnny Chen
2012-02-21Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2012-02-03Expose more convenience functionality in the python classes.Greg Clayton
2012-01-30lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2012-01-30Removed the "lldb-forward-rtti.h" header file as it was designed to containGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-12-21The "desired result type" code in the expressionSean Callanan
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-11-10Made the Host::SetCrashDescription(const char *) function copy the incomingGreg Clayton
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
2011-10-01Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen
2011-09-26Modify SBFrame::WatchValue() impl so that for the watchpoint location created,Johnny Chen
2011-09-24Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen
2011-09-15This patch modifies the expression parser to allow itSean Callanan
2011-09-09Added the ability to introspect types thourgh the public SBType interface.Greg Clayton
2011-08-10Incremental fixes of issues found by Xcode static analyzer.Johnny Chen