mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-02 22:36:27 +00:00
gdb/
* cli/cli-decode.c (help_cmd): Remove the declaration of "cmdlist". (help_all): Likewise.
This commit is contained in:
parent
e5d374b120
commit
6458092538
@ -1,3 +1,9 @@
|
||||
2013-02-14 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* cli/cli-decode.c (help_cmd): Remove the declaration of
|
||||
"cmdlist".
|
||||
(help_all): Likewise.
|
||||
|
||||
2013-02-13 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* amd64-linux-nat.c (update_debug_registers_callback):
|
||||
|
@ -917,7 +917,6 @@ void
|
||||
help_cmd (char *command, struct ui_file *stream)
|
||||
{
|
||||
struct cmd_list_element *c;
|
||||
extern struct cmd_list_element *cmdlist;
|
||||
|
||||
if (!command)
|
||||
{
|
||||
@ -1049,7 +1048,6 @@ static void
|
||||
help_all (struct ui_file *stream)
|
||||
{
|
||||
struct cmd_list_element *c;
|
||||
extern struct cmd_list_element *cmdlist;
|
||||
int seen_unclassified = 0;
|
||||
|
||||
for (c = cmdlist; c; c = c->next)
|
||||
|
Loading…
x
Reference in New Issue
Block a user