mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
gdb/
* mi/mi-cmds.c (mi_cmds): Add 'static'.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-08-31 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* mi/mi-cmds.c (mi_cmds): Add 'static'.
|
||||||
|
|
||||||
2012-08-29 Doug Evans <dje@google.com>
|
2012-08-29 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* main.c (print_gdb_help): Remove reference to
|
* main.c (print_gdb_help): Remove reference to
|
||||||
|
@ -30,7 +30,7 @@ struct mi_cmd;
|
|||||||
static struct mi_cmd **lookup_table (const char *command);
|
static struct mi_cmd **lookup_table (const char *command);
|
||||||
static void build_table (struct mi_cmd *commands);
|
static void build_table (struct mi_cmd *commands);
|
||||||
|
|
||||||
struct mi_cmd mi_cmds[] =
|
static struct mi_cmd mi_cmds[] =
|
||||||
{
|
{
|
||||||
{ "ada-task-info", { NULL, 0 }, mi_cmd_ada_task_info },
|
{ "ada-task-info", { NULL, 0 }, mi_cmd_ada_task_info },
|
||||||
{ "add-inferior", { NULL, 0 }, mi_cmd_add_inferior },
|
{ "add-inferior", { NULL, 0 }, mi_cmd_add_inferior },
|
||||||
|
Reference in New Issue
Block a user