summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.h
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2010-08-26 23:36:03 +0000
committerJim Ingham <jingham@apple.com>2010-08-26 23:36:03 +0000
commite2e0b451d5b0cf19c3f60327c8c402df65a88f28 (patch)
treefdf24efea2c79a51deef9483016e63b3247ba4f0 /lldb/source/Commands/CommandObjectThread.h
parentb12ff5999e60c394aa3ececb171e5d998fa04145 (diff)
downloadbcm5719-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.h1
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,
OpenPOWER on IntegriCloud