mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
2001-06-17 Fernando Nasser <fnasser@redhat.com>
From 2001-06-15 Eirik Fuller <eirik@hackrat.com> * cli/cli-script.c (free_command_lines): Reset list pointer.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-06-17 Fernando Nasser <fnasser@redhat.com>
|
||||||
|
|
||||||
|
From 2001-06-15 Eirik Fuller <eirik@hackrat.com>
|
||||||
|
* cli/cli-script.c (free_command_lines): Reset list pointer.
|
||||||
|
|
||||||
2001-06-16 Andrew Cagney <ac131313@redhat.com>
|
2001-06-16 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* arch-utils.c (init_frame_pc_default): New function
|
* arch-utils.c (init_frame_pc_default): New function
|
||||||
|
@ -1028,6 +1028,7 @@ free_command_lines (struct command_line **lptr)
|
|||||||
xfree (l);
|
xfree (l);
|
||||||
l = next;
|
l = next;
|
||||||
}
|
}
|
||||||
|
*lptr = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user