diff options
author | Jim Ingham <jingham@apple.com> | 2010-08-26 23:36:03 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2010-08-26 23:36:03 +0000 |
commit | e2e0b451d5b0cf19c3f60327c8c402df65a88f28 (patch) | |
tree | fdf24efea2c79a51deef9483016e63b3247ba4f0 /lldb/source/Commands/CommandObjectThread.h | |
parent | b12ff5999e60c394aa3ececb171e5d998fa04145 (diff) | |
download | bcm5719-llvm-e2e0b451d5b0cf19c3f60327c8c402df65a88f28.tar.gz bcm5719-llvm-e2e0b451d5b0cf19c3f60327c8c402df65a88f28.zip |
Add -c (count - i.e. number of frames to show) and -s (start frame.)
llvm-svn: 112243
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.h b/lldb/source/Commands/CommandObjectThread.h index 1a913eb73ad..7fc58261ed0 100644 --- a/lldb/source/Commands/CommandObjectThread.h +++ b/lldb/source/Commands/CommandObjectThread.h @@ -48,7 +48,6 @@ size_t DisplayFramesForExecutionContext (Thread *thread, CommandInterpreter &interpreter, Stream& strm, - bool ascending, uint32_t first_frame, uint32_t num_frames, bool show_frame_info, |