Searched refs:h8_set_cmdline_arg (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c202 h8_set_cmdline_arg (sim_cpu *cpu, int index, char * val) function
4816 h8_set_cmdline_arg (cpu, i, (char *) strdup (argv[i]));
4818 h8_set_cmdline_arg (cpu, i, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dcompile.c378 h8_set_cmdline_arg (SIM_DESC sd, int index, char * val) function
5029 h8_set_cmdline_arg (sd, i, (char *) strdup (argv[i]));
5031 h8_set_cmdline_arg (sd, i, NULL);

Completed in 123 milliseconds