aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Fix broken tests due to new error output.Todd Fiala1-2/+2
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-2/+2
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-2/+2
2013-11-05Give a better error when the index argument for “frame select” can’t be...Jim Ingham1-1/+8
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-4/+4
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-4/+4
2013-09-30<rdar://problem/14393032>Enrico Granata1-10/+5
2013-09-05Add OptionParser.hVirgile Bello1-1/+1
2013-05-14A first pass at auto completion for variables and their children. This is cur...Greg Clayton1-0/+26
2013-03-26Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata1-16/+1
2013-02-21If you sayEnrico Granata1-1/+2
2013-01-31Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham1-23/+9
2013-01-28<rdar://problem/12978143>Enrico Granata1-1/+1
2013-01-25<rdar://problem/13069948>Greg Clayton1-4/+4
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-106/+91
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-2/+3
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas1-1/+1
2012-08-09<rdar://problem/11578397> Adding a new --summary-string option for the frame ...Enrico Granata1-2/+4
2012-07-14<rdar://problem/11870357>Greg Clayton1-1/+2
2012-07-11<rdar://problem/11852100>Greg Clayton1-8/+1
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-31/+29
2012-03-19Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata1-1/+1
2012-03-011) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata1-16/+13
2012-02-29Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham1-3/+5
2012-02-18The second part in thread hardening the internals of LLDB where we makeGreg Clayton1-2/+3
2012-02-15<rdar://problem/10062621>Enrico Granata1-1/+1
2012-02-14Remove the functionality of using 'frame variable -w' to set a watchpoint now...Johnny Chen1-73/+1
2012-02-08After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen1-2/+2
2012-02-08Clarify the 'frame variable' help message regarding the watchpoint functional...Johnny Chen1-1/+4
2012-02-06Add help string for 'frame variable' to link to 'watchpoint set' which allows...Johnny Chen1-1/+3
2012-01-26Fixed formats being able to be applied recursively when using:Greg Clayton1-9/+12
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton1-1/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-2/+2
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton1-6/+13
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-6/+6
2011-09-30Small fix to "frame select" sans frame # feature added yesterday.Jason Molenda1-1/+3
2011-09-30Add an accompanying option to the 'frame variable -w' command to, instead of ...Johnny Chen1-6/+14
2011-09-29Add an additional "frame select" usage where it will re-select the current frameJason Molenda1-0/+6
2011-09-28Fix help string for "frame variable".Johnny Chen1-1/+0
2011-09-26Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen1-0/+1
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-29/+29
2011-09-16Fix typo.Johnny Chen1-1/+1
2011-09-16Add comment.Johnny Chen1-0/+1
2011-09-16Add a declaraion info member field to the WatchpointLocation class.Johnny Chen1-1/+10
2011-09-13Get the address and the size of the variable for passing to the Target::Creat...Johnny Chen1-1/+7
2011-09-12Remove an unnecessary 'else { ... }', which adds to vertical as well as horiz...Johnny Chen1-192/+186
2011-09-12Watchpoint WIP:Johnny Chen1-2/+26
2011-09-12Fix indentations, add some comments.Johnny Chen1-5/+5