GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations | Functions | Variables
mi-cmds.h File Reference
#include "gdbsupport/function-view.h"
#include "gdbsupport/gdb_optional.h"
#include "mi/mi-main.h"

Go to the source code of this file.

Classes

struct  mi_command
 

Typedefs

typedef void mi_cmd_argv_ftype(const char *command, const char *const *argv, int argc)
 
using mi_command_up = std::unique_ptr<struct mi_command>
 
using remove_mi_cmd_entries_ftype = gdb::function_view<bool (mi_command *)>
 

Enumerations

enum  print_values { PRINT_NO_VALUES , PRINT_ALL_VALUES , PRINT_SIMPLE_VALUES }
 

Functions

mi_commandmi_cmd_lookup (const char *command)
 
void mi_execute_command (const char *cmd, int from_tty)
 
void mi_execute_command (mi_parse *context)
 
bool insert_mi_cmd_entry (mi_command_up command)
 
bool remove_mi_cmd_entry (const std::string &name)
 
void remove_mi_cmd_entries (remove_mi_cmd_entries_ftype callback)
 
bool mi_simple_type_p (struct type *type)
 

Variables

mi_cmd_argv_ftype mi_cmd_ada_task_info
 
mi_cmd_argv_ftype mi_cmd_add_inferior
 
mi_cmd_argv_ftype mi_cmd_break_insert
 
mi_cmd_argv_ftype mi_cmd_dprintf_insert
 
mi_cmd_argv_ftype mi_cmd_break_condition
 
mi_cmd_argv_ftype mi_cmd_break_commands
 
mi_cmd_argv_ftype mi_cmd_break_passcount
 
mi_cmd_argv_ftype mi_cmd_break_watch
 
mi_cmd_argv_ftype mi_cmd_catch_assert
 
mi_cmd_argv_ftype mi_cmd_catch_exception
 
mi_cmd_argv_ftype mi_cmd_catch_handlers
 
mi_cmd_argv_ftype mi_cmd_catch_load
 
mi_cmd_argv_ftype mi_cmd_catch_unload
 
mi_cmd_argv_ftype mi_cmd_catch_throw
 
mi_cmd_argv_ftype mi_cmd_catch_rethrow
 
mi_cmd_argv_ftype mi_cmd_catch_catch
 
mi_cmd_argv_ftype mi_cmd_disassemble
 
mi_cmd_argv_ftype mi_cmd_data_evaluate_expression
 
mi_cmd_argv_ftype mi_cmd_data_list_register_names
 
mi_cmd_argv_ftype mi_cmd_data_list_register_values
 
mi_cmd_argv_ftype mi_cmd_data_list_changed_registers
 
mi_cmd_argv_ftype mi_cmd_data_read_memory
 
mi_cmd_argv_ftype mi_cmd_data_read_memory_bytes
 
mi_cmd_argv_ftype mi_cmd_data_write_memory
 
mi_cmd_argv_ftype mi_cmd_data_write_memory_bytes
 
mi_cmd_argv_ftype mi_cmd_data_write_register_values
 
mi_cmd_argv_ftype mi_cmd_enable_timings
 
mi_cmd_argv_ftype mi_cmd_env_cd
 
mi_cmd_argv_ftype mi_cmd_env_dir
 
mi_cmd_argv_ftype mi_cmd_env_path
 
mi_cmd_argv_ftype mi_cmd_env_pwd
 
mi_cmd_argv_ftype mi_cmd_exec_continue
 
mi_cmd_argv_ftype mi_cmd_exec_finish
 
mi_cmd_argv_ftype mi_cmd_exec_interrupt
 
mi_cmd_argv_ftype mi_cmd_exec_jump
 
mi_cmd_argv_ftype mi_cmd_exec_next
 
mi_cmd_argv_ftype mi_cmd_exec_next_instruction
 
mi_cmd_argv_ftype mi_cmd_exec_return
 
mi_cmd_argv_ftype mi_cmd_exec_run
 
mi_cmd_argv_ftype mi_cmd_exec_step
 
mi_cmd_argv_ftype mi_cmd_exec_step_instruction
 
mi_cmd_argv_ftype mi_cmd_file_list_exec_source_file
 
mi_cmd_argv_ftype mi_cmd_file_list_exec_source_files
 
mi_cmd_argv_ftype mi_cmd_file_list_shared_libraries
 
mi_cmd_argv_ftype mi_cmd_gdb_exit
 
mi_cmd_argv_ftype mi_cmd_inferior_tty_set
 
mi_cmd_argv_ftype mi_cmd_inferior_tty_show
 
mi_cmd_argv_ftype mi_cmd_info_ada_exceptions
 
mi_cmd_argv_ftype mi_cmd_info_gdb_mi_command
 
mi_cmd_argv_ftype mi_cmd_info_os
 
mi_cmd_argv_ftype mi_cmd_interpreter_exec
 
mi_cmd_argv_ftype mi_cmd_list_features
 
mi_cmd_argv_ftype mi_cmd_list_target_features
 
mi_cmd_argv_ftype mi_cmd_list_thread_groups
 
mi_cmd_argv_ftype mi_cmd_remove_inferior
 
mi_cmd_argv_ftype mi_cmd_stack_info_depth
 
mi_cmd_argv_ftype mi_cmd_stack_info_frame
 
mi_cmd_argv_ftype mi_cmd_stack_list_args
 
mi_cmd_argv_ftype mi_cmd_stack_list_frames
 
mi_cmd_argv_ftype mi_cmd_stack_list_locals
 
mi_cmd_argv_ftype mi_cmd_stack_list_variables
 
mi_cmd_argv_ftype mi_cmd_stack_select_frame
 
mi_cmd_argv_ftype mi_cmd_symbol_list_lines
 
mi_cmd_argv_ftype mi_cmd_symbol_info_functions
 
mi_cmd_argv_ftype mi_cmd_symbol_info_module_functions
 
mi_cmd_argv_ftype mi_cmd_symbol_info_module_variables
 
mi_cmd_argv_ftype mi_cmd_symbol_info_modules
 
mi_cmd_argv_ftype mi_cmd_symbol_info_types
 
mi_cmd_argv_ftype mi_cmd_symbol_info_variables
 
mi_cmd_argv_ftype mi_cmd_target_detach
 
mi_cmd_argv_ftype mi_cmd_target_file_get
 
mi_cmd_argv_ftype mi_cmd_target_file_put
 
mi_cmd_argv_ftype mi_cmd_target_file_delete
 
mi_cmd_argv_ftype mi_cmd_target_flash_erase
 
mi_cmd_argv_ftype mi_cmd_thread_info
 
mi_cmd_argv_ftype mi_cmd_thread_list_ids
 
mi_cmd_argv_ftype mi_cmd_thread_select
 
mi_cmd_argv_ftype mi_cmd_trace_define_variable
 
mi_cmd_argv_ftype mi_cmd_trace_find
 
mi_cmd_argv_ftype mi_cmd_trace_frame_collected
 
mi_cmd_argv_ftype mi_cmd_trace_list_variables
 
mi_cmd_argv_ftype mi_cmd_trace_save
 
mi_cmd_argv_ftype mi_cmd_trace_start
 
mi_cmd_argv_ftype mi_cmd_trace_status
 
mi_cmd_argv_ftype mi_cmd_trace_stop
 
mi_cmd_argv_ftype mi_cmd_var_assign
 
mi_cmd_argv_ftype mi_cmd_var_create
 
mi_cmd_argv_ftype mi_cmd_var_delete
 
mi_cmd_argv_ftype mi_cmd_var_evaluate_expression
 
mi_cmd_argv_ftype mi_cmd_var_info_expression
 
mi_cmd_argv_ftype mi_cmd_var_info_path_expression
 
mi_cmd_argv_ftype mi_cmd_var_info_num_children
 
mi_cmd_argv_ftype mi_cmd_var_info_type
 
mi_cmd_argv_ftype mi_cmd_var_list_children
 
mi_cmd_argv_ftype mi_cmd_var_set_format
 
mi_cmd_argv_ftype mi_cmd_var_set_frozen
 
mi_cmd_argv_ftype mi_cmd_var_set_visualizer
 
mi_cmd_argv_ftype mi_cmd_var_show_attributes
 
mi_cmd_argv_ftype mi_cmd_var_show_format
 
mi_cmd_argv_ftype mi_cmd_var_update
 
mi_cmd_argv_ftype mi_cmd_enable_pretty_printing
 
mi_cmd_argv_ftype mi_cmd_enable_frame_filters
 
mi_cmd_argv_ftype mi_cmd_var_set_update_range
 
mi_cmd_argv_ftype mi_cmd_complete
 

Typedef Documentation

◆ mi_cmd_argv_ftype

typedef void mi_cmd_argv_ftype(const char *command, const char *const *argv, int argc)

Definition at line 35 of file mi-cmds.h.

◆ mi_command_up

using mi_command_up = std::unique_ptr<struct mi_command>

Definition at line 201 of file mi-cmds.h.

◆ remove_mi_cmd_entries_ftype

using remove_mi_cmd_entries_ftype = gdb::function_view<bool (mi_command *)>

Definition at line 231 of file mi-cmds.h.

Enumeration Type Documentation

◆ print_values

Enumerator
PRINT_NO_VALUES 
PRINT_ALL_VALUES 
PRINT_SIMPLE_VALUES 

Definition at line 29 of file mi-cmds.h.

Function Documentation

◆ insert_mi_cmd_entry()

bool insert_mi_cmd_entry ( mi_command_up command)
extern

Definition at line 106 of file mi-cmds.c.

References mi_cmd_table, and name.

Referenced by add_mi_cmd_cli(), add_mi_cmd_mi(), and micmdpy_install_command().

◆ mi_cmd_lookup()

mi_command * mi_cmd_lookup ( const char * command)
extern

◆ mi_execute_command() [1/2]

void mi_execute_command ( const char * cmd,
int from_tty )
extern

◆ mi_execute_command() [2/2]

void mi_execute_command ( mi_parse * context)
extern

◆ mi_simple_type_p()

bool mi_simple_type_p ( struct type * type)
extern

◆ remove_mi_cmd_entries()

void remove_mi_cmd_entries ( remove_mi_cmd_entries_ftype callback)
extern

Definition at line 134 of file mi-cmds.c.

References mi_cmd_table.

Referenced by gdbpy_finalize_micommands().

◆ remove_mi_cmd_entry()

bool remove_mi_cmd_entry ( const std::string & name)
extern

Definition at line 122 of file mi-cmds.c.

References mi_cmd_table, and name.

Referenced by micmdpy_uninstall_command().

Variable Documentation

◆ mi_cmd_ada_task_info

mi_cmd_argv_ftype mi_cmd_ada_task_info
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_add_inferior

mi_cmd_argv_ftype mi_cmd_add_inferior
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_break_commands

mi_cmd_argv_ftype mi_cmd_break_commands
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_break_condition

mi_cmd_argv_ftype mi_cmd_break_condition
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_break_insert

mi_cmd_argv_ftype mi_cmd_break_insert
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_break_passcount

mi_cmd_argv_ftype mi_cmd_break_passcount
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_break_watch

mi_cmd_argv_ftype mi_cmd_break_watch
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_assert

mi_cmd_argv_ftype mi_cmd_catch_assert
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_catch

mi_cmd_argv_ftype mi_cmd_catch_catch
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_exception

mi_cmd_argv_ftype mi_cmd_catch_exception
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_handlers

mi_cmd_argv_ftype mi_cmd_catch_handlers
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_load

mi_cmd_argv_ftype mi_cmd_catch_load
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_rethrow

mi_cmd_argv_ftype mi_cmd_catch_rethrow
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_throw

mi_cmd_argv_ftype mi_cmd_catch_throw
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_catch_unload

mi_cmd_argv_ftype mi_cmd_catch_unload
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_complete

mi_cmd_argv_ftype mi_cmd_complete
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_evaluate_expression

mi_cmd_argv_ftype mi_cmd_data_evaluate_expression
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_list_changed_registers

mi_cmd_argv_ftype mi_cmd_data_list_changed_registers
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_list_register_names

mi_cmd_argv_ftype mi_cmd_data_list_register_names
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_list_register_values

mi_cmd_argv_ftype mi_cmd_data_list_register_values
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_read_memory

mi_cmd_argv_ftype mi_cmd_data_read_memory
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_read_memory_bytes

mi_cmd_argv_ftype mi_cmd_data_read_memory_bytes
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_write_memory

mi_cmd_argv_ftype mi_cmd_data_write_memory
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_write_memory_bytes

mi_cmd_argv_ftype mi_cmd_data_write_memory_bytes
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_data_write_register_values

mi_cmd_argv_ftype mi_cmd_data_write_register_values
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_disassemble

mi_cmd_argv_ftype mi_cmd_disassemble
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_dprintf_insert

mi_cmd_argv_ftype mi_cmd_dprintf_insert
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_enable_frame_filters

mi_cmd_argv_ftype mi_cmd_enable_frame_filters
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_enable_pretty_printing

mi_cmd_argv_ftype mi_cmd_enable_pretty_printing
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_enable_timings

mi_cmd_argv_ftype mi_cmd_enable_timings
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_env_cd

mi_cmd_argv_ftype mi_cmd_env_cd
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_env_dir

mi_cmd_argv_ftype mi_cmd_env_dir
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_env_path

mi_cmd_argv_ftype mi_cmd_env_path
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_env_pwd

mi_cmd_argv_ftype mi_cmd_env_pwd
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_continue

mi_cmd_argv_ftype mi_cmd_exec_continue
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_finish

mi_cmd_argv_ftype mi_cmd_exec_finish
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_interrupt

mi_cmd_argv_ftype mi_cmd_exec_interrupt
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_jump

mi_cmd_argv_ftype mi_cmd_exec_jump
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_next

mi_cmd_argv_ftype mi_cmd_exec_next
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_next_instruction

mi_cmd_argv_ftype mi_cmd_exec_next_instruction
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_return

mi_cmd_argv_ftype mi_cmd_exec_return
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_run

mi_cmd_argv_ftype mi_cmd_exec_run
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_step

mi_cmd_argv_ftype mi_cmd_exec_step
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_exec_step_instruction

mi_cmd_argv_ftype mi_cmd_exec_step_instruction
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_file_list_exec_source_file

mi_cmd_argv_ftype mi_cmd_file_list_exec_source_file
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_file_list_exec_source_files

mi_cmd_argv_ftype mi_cmd_file_list_exec_source_files
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_file_list_shared_libraries

mi_cmd_argv_ftype mi_cmd_file_list_shared_libraries
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_gdb_exit

mi_cmd_argv_ftype mi_cmd_gdb_exit
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_inferior_tty_set

mi_cmd_argv_ftype mi_cmd_inferior_tty_set
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_inferior_tty_show

mi_cmd_argv_ftype mi_cmd_inferior_tty_show
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_info_ada_exceptions

mi_cmd_argv_ftype mi_cmd_info_ada_exceptions
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_info_gdb_mi_command

mi_cmd_argv_ftype mi_cmd_info_gdb_mi_command
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_info_os

mi_cmd_argv_ftype mi_cmd_info_os
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_interpreter_exec

mi_cmd_argv_ftype mi_cmd_interpreter_exec
extern

◆ mi_cmd_list_features

mi_cmd_argv_ftype mi_cmd_list_features
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_list_target_features

mi_cmd_argv_ftype mi_cmd_list_target_features
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_list_thread_groups

mi_cmd_argv_ftype mi_cmd_list_thread_groups
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_remove_inferior

mi_cmd_argv_ftype mi_cmd_remove_inferior
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_info_depth

mi_cmd_argv_ftype mi_cmd_stack_info_depth
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_info_frame

mi_cmd_argv_ftype mi_cmd_stack_info_frame
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_list_args

mi_cmd_argv_ftype mi_cmd_stack_list_args
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_list_frames

mi_cmd_argv_ftype mi_cmd_stack_list_frames
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_list_locals

mi_cmd_argv_ftype mi_cmd_stack_list_locals
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_list_variables

mi_cmd_argv_ftype mi_cmd_stack_list_variables
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_stack_select_frame

mi_cmd_argv_ftype mi_cmd_stack_select_frame
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_info_functions

mi_cmd_argv_ftype mi_cmd_symbol_info_functions
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_info_module_functions

mi_cmd_argv_ftype mi_cmd_symbol_info_module_functions
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_info_module_variables

mi_cmd_argv_ftype mi_cmd_symbol_info_module_variables
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_info_modules

mi_cmd_argv_ftype mi_cmd_symbol_info_modules
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_info_types

mi_cmd_argv_ftype mi_cmd_symbol_info_types
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_info_variables

mi_cmd_argv_ftype mi_cmd_symbol_info_variables
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_symbol_list_lines

mi_cmd_argv_ftype mi_cmd_symbol_list_lines
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_target_detach

mi_cmd_argv_ftype mi_cmd_target_detach
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_target_file_delete

mi_cmd_argv_ftype mi_cmd_target_file_delete
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_target_file_get

mi_cmd_argv_ftype mi_cmd_target_file_get
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_target_file_put

mi_cmd_argv_ftype mi_cmd_target_file_put
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_target_flash_erase

mi_cmd_argv_ftype mi_cmd_target_flash_erase
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_thread_info

mi_cmd_argv_ftype mi_cmd_thread_info
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_thread_list_ids

mi_cmd_argv_ftype mi_cmd_thread_list_ids
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_thread_select

mi_cmd_argv_ftype mi_cmd_thread_select
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_define_variable

mi_cmd_argv_ftype mi_cmd_trace_define_variable
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_find

mi_cmd_argv_ftype mi_cmd_trace_find
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_frame_collected

mi_cmd_argv_ftype mi_cmd_trace_frame_collected
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_list_variables

mi_cmd_argv_ftype mi_cmd_trace_list_variables
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_save

mi_cmd_argv_ftype mi_cmd_trace_save
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_start

mi_cmd_argv_ftype mi_cmd_trace_start
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_status

mi_cmd_argv_ftype mi_cmd_trace_status
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_trace_stop

mi_cmd_argv_ftype mi_cmd_trace_stop
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_assign

mi_cmd_argv_ftype mi_cmd_var_assign
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_create

mi_cmd_argv_ftype mi_cmd_var_create
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_delete

mi_cmd_argv_ftype mi_cmd_var_delete
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_evaluate_expression

mi_cmd_argv_ftype mi_cmd_var_evaluate_expression
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_info_expression

mi_cmd_argv_ftype mi_cmd_var_info_expression
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_info_num_children

mi_cmd_argv_ftype mi_cmd_var_info_num_children
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_info_path_expression

mi_cmd_argv_ftype mi_cmd_var_info_path_expression
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_info_type

mi_cmd_argv_ftype mi_cmd_var_info_type
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_list_children

mi_cmd_argv_ftype mi_cmd_var_list_children
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_set_format

mi_cmd_argv_ftype mi_cmd_var_set_format
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_set_frozen

mi_cmd_argv_ftype mi_cmd_var_set_frozen
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_set_update_range

mi_cmd_argv_ftype mi_cmd_var_set_update_range
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_set_visualizer

mi_cmd_argv_ftype mi_cmd_var_set_visualizer
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_show_attributes

mi_cmd_argv_ftype mi_cmd_var_show_attributes
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_show_format

mi_cmd_argv_ftype mi_cmd_var_show_format
extern

Referenced by add_builtin_mi_commands().

◆ mi_cmd_var_update

mi_cmd_argv_ftype mi_cmd_var_update
extern

Referenced by add_builtin_mi_commands().