aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-12Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...Johnny Chen1-0/+16
2011-09-09Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata1-1/+1
2011-09-09Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen1-1/+8
2011-09-08Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFra...Johnny Chen1-81/+1
2011-09-08"frame select -r" should return an error if you are already at the top of the...Jim Ingham1-2/+22
2011-08-27Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is Jim Ingham1-4/+10
2011-08-22More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata1-1/+1
2011-08-17First round of code cleanups:Enrico Granata1-1/+2
2011-08-15Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...Enrico Granata1-43/+23
2011-08-12Giving a warning to the user the first time children are truncated by the new...Enrico Granata1-0/+8
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata1-3/+6
2011-08-10Remove extra newline from end of 'frame info' command output.Jason Molenda1-1/+0
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata1-6/+6
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata1-1/+4
2011-07-19Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata1-1/+1
2011-07-16Some descriptive text for the Python script feature:Enrico Granata1-3/+6
2011-07-12named summaries:Enrico Granata1-1/+10
2011-07-10Allow the built in ValueObject summary providers for C stringsGreg Clayton1-2/+4
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton1-107/+23
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham1-171/+112
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton1-1/+1
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham1-7/+0
2011-04-18Centralized a lot of the status information for processes,Greg Clayton1-10/+9
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham1-32/+94
2011-04-13Added two new classes for command options:Greg Clayton1-6/+6
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-3/+3
2011-04-08Really fix the test suite crasher this time.Johnny Chen1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-7/+9