#include "gdbsupport/gdb_optional.h"
#include "gdbsupport/array-view.h"
#include "completer.h"
#include <string>
#include "command.h"
Go to the source code of this file.
|
template<typename RetType , typename Context > |
static RetType * | gdb::option::detail::get_var_address (const option_def &option, void *ctx) |
|
template<typename T > |
static T * | gdb::option::detail::return_self (T *self) |
|
bool | gdb::option::process_options (const char **args, process_options_mode mode, gdb::array_view< const option_def_group > options_group) |
|
bool | gdb::option::complete_options (completion_tracker &tracker, const char **args, process_options_mode mode, gdb::array_view< const option_def_group > options_group) |
|
void | gdb::option::complete_on_all_options (completion_tracker &tracker, gdb::array_view< const option_def_group > options_group) |
|
std::string | gdb::option::build_help (const char *help_tmpl, gdb::array_view< const option_def_group > options_group) |
|
void | gdb::option::add_setshow_cmds_for_options (command_class cmd_class, void *data, gdb::array_view< const option_def > options, struct cmd_list_element **set_list, struct cmd_list_element **show_list) |
|