mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-02 22:36:27 +00:00
2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
* remote-sim.c (sim_command_completer): Initialize variable 'result'.
This commit is contained in:
parent
5d5bf76dad
commit
09d5912c6f
@ -1,3 +1,8 @@
|
||||
2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
|
||||
|
||||
* remote-sim.c (sim_command_completer): Initialize
|
||||
variable 'result'.
|
||||
|
||||
2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
* dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
|
||||
|
@ -1204,7 +1204,7 @@ sim_command_completer (struct cmd_list_element *ignore, char *text, char *word)
|
||||
struct sim_inferior_data *sim_data;
|
||||
char **tmp;
|
||||
int i;
|
||||
VEC (char_ptr) *result;
|
||||
VEC (char_ptr) *result = NULL;
|
||||
|
||||
sim_data = inferior_data (current_inferior (), sim_inferior_data_key);
|
||||
if (sim_data == NULL || sim_data->gdbsim_desc == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user