Home
last modified time | relevance | path

Searched refs:SIM_RC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/include/gdb/
H A Dremote-sim.h62 } SIM_RC; typedef
145 SIM_RC sim_load PARAMS ((SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty));
165 SIM_RC sim_create_inferior PARAMS ((SIM_DESC sd, struct bfd *abfd, char **argv, char **env));
/freebsd-12.1/contrib/gcclibs/include/
H A DChangeLog-91031431 * remote-sim.h (SIM_RC): Add a bunch of new return codes for
1517 (sim_load): Return SIM_RC. New arg `abfd'.
1518 (sim_create_inferior): Return SIM_RC. Delete arg `start_address'.
1527 * remote-sim.h (SIM_OPEN_KIND, SIM_RC): New enums.