From 7d9edf670b518e80af18a39366a316f1288280f5 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Wed, 15 Sep 2010 06:56:39 +0000 Subject: Modify "settings list" so you can specify a particular instance setting name, or a settings prefix, and it will list information about the subset of settings you requested. Also added tab-completion (now that it takes an optional argument). llvm-svn: 113952 --- lldb/source/Commands/CommandObjectSettings.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lldb/source/Commands/CommandObjectSettings.h') diff --git a/lldb/source/Commands/CommandObjectSettings.h b/lldb/source/Commands/CommandObjectSettings.h index 0bfb3caff3c..13b51442d0b 100644 --- a/lldb/source/Commands/CommandObjectSettings.h +++ b/lldb/source/Commands/CommandObjectSettings.h @@ -149,6 +149,17 @@ public: Args& command, CommandReturnObject &result); + virtual int + HandleArgumentCompletion (CommandInterpreter &interpreter, + Args &input, + int &cursor_index, + int &cursor_char_position, + OptionElementVector &opt_element_vector, + int match_start_point, + int max_return_elements, + bool &word_complete, + StringList &matches); + private: }; -- cgit v1.2.3