summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-106/+91
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+3
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-1/+1
* <rdar://problem/11578397> Adding a new --summary-string option for the frame ...Enrico Granata2012-08-091-2/+4
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+2
* <rdar://problem/11852100>Greg Clayton2012-07-111-8/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-31/+29
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-1/+1
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-16/+13
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-291-3/+5
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-2/+3
* <rdar://problem/10062621>Enrico Granata2012-02-151-1/+1
* Remove the functionality of using 'frame variable -w' to set a watchpoint now...Johnny Chen2012-02-141-73/+1
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-2/+2
* Clarify the 'frame variable' help message regarding the watchpoint functional...Johnny Chen2012-02-081-1/+4
* Add help string for 'frame variable' to link to 'watchpoint set' which allows...Johnny Chen2012-02-061-1/+3
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-9/+12
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-2/+2
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-6/+13
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-6/+6
* Small fix to "frame select" sans frame # feature added yesterday.Jason Molenda2011-09-301-1/+3
* Add an accompanying option to the 'frame variable -w' command to, instead of ...Johnny Chen2011-09-301-6/+14
* Add an additional "frame select" usage where it will re-select the current frameJason Molenda2011-09-291-0/+6
* Fix help string for "frame variable".Johnny Chen2011-09-281-1/+0
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-0/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-29/+29
* Fix typo.Johnny Chen2011-09-161-1/+1
* Add comment.Johnny Chen2011-09-161-0/+1
* Add a declaraion info member field to the WatchpointLocation class.Johnny Chen2011-09-161-1/+10
* Get the address and the size of the variable for passing to the Target::Creat...Johnny Chen2011-09-131-1/+7
* Remove an unnecessary 'else { ... }', which adds to vertical as well as horiz...Johnny Chen2011-09-121-192/+186
* Watchpoint WIP:Johnny Chen2011-09-121-2/+26
* Fix indentations, add some comments.Johnny Chen2011-09-121-5/+5
* Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...Johnny Chen2011-09-121-0/+16
* Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata2011-09-091-1/+1
* Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen2011-09-091-1/+8
* Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFra...Johnny Chen2011-09-081-81/+1
* "frame select -r" should return an error if you are already at the top of the...Jim Ingham2011-09-081-2/+22
* Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is Jim Ingham2011-08-271-4/+10
* More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata2011-08-221-1/+1
* First round of code cleanups:Enrico Granata2011-08-171-1/+2
* Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...Enrico Granata2011-08-151-43/+23
* Giving a warning to the user the first time children are truncated by the new...Enrico Granata2011-08-121-0/+8
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-3/+6
* Remove extra newline from end of 'frame info' command output.Jason Molenda2011-08-101-1/+0
OpenPOWER on IntegriCloud