Home
last modified time | relevance | path

Searched refs:gnutarget (Results 1 – 15 of 15) sorted by relevance

/trueos/contrib/gdb/gdb/
HDcorefile.c410 char *gnutarget; variable
421 gnutarget = NULL; in set_gnutarget_command()
423 gnutarget = gnutarget_string; in set_gnutarget_command()
HDgdbcore.h140 extern char *gnutarget;
HDpa64solib.c167 abfd = bfd_fdopenr (filename, gnutarget, desc); in pa64_solib_sizeof_symbol_table()
229 tmp_bfd = bfd_openr (name, gnutarget); in pa64_solib_add_solib_objfile()
533 tmp_bfd = bfd_openr (buf, gnutarget); in pa64_solib_create_inferior_hook()
HDsolib-svr4.c352 if ((interp_bfd = bfd_fdopenr ("unnamed", gnutarget, fd)) == NULL) in look_for_base()
1033 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd); in enable_break()
HDrs6000-nat.c742 abfd = bfd_openr (objname, gnutarget); in add_vmap()
744 abfd = bfd_fdopenr (objname, gnutarget, fd); in add_vmap()
HDcorelow.c306 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan); in core_open()
HDsolib.c243 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in solib_map_sections()
HDexec.c211 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in exec_file_attach()
HDsymfile.c1246 sym_bfd = bfd_fdopenr (name, gnutarget, desc); in symfile_bfd_open()
1496 loadfile_bfd = bfd_openr (filename, gnutarget); in generic_load()
1838 objfile->obfd = bfd_openr (obfd_filename, gnutarget); in reread_symbols()
HDsomsolib.c225 abfd = bfd_fdopenr (filename, gnutarget, desc); in som_solib_sizeof_symbol_table()
HDremote-e7000.c1543 pbfd = bfd_openr (filename, gnutarget); in e7000_load()
/trueos/gnu/usr.bin/gdb/kgdb/
HDkld.c231 bfd = bfd_openr(path, gnutarget); in load_kld()
/trueos/contrib/gdb/gdb/doc/
HDgdb.info-2555 with just `set g=4', because GDB has the command `set gnutarget',
575 `gnutarget' to an invalid value. In order to set the variable `g', use
1482 `set gnutarget ARGS'
1485 however, you can specify the file format with the `set gnutarget'
1486 command. Unlike most `target' commands, with `gnutarget' the
1489 _Warning:_ To specify a file format with `set gnutarget', you
1494 `show gnutarget'
1495 Use the `show gnutarget' command to display what file format
1496 `gnutarget' is set to read. If you have not set `gnutarget', GDB
1498 `show gnutarget' displays `The current BDF target is "auto"'.
HDgdb.texinfo9525 the command @code{set gnutarget}, abbreviated @code{set g}:
9549 @code{gnutarget} to an invalid value. In order to set the variable
10559 @kindex set gnutarget
10560 @item set gnutarget @var{args}
10564 with the @code{set gnutarget} command. Unlike most @code{target} commands,
10565 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10568 @emph{Warning:} To specify a file format with @code{set gnutarget},
10575 @kindex show gnutarget
10576 @item show gnutarget
10577 Use the @code{show gnutarget} command to display what file format
[all …]
HDgdb.info-36267 * set gnutarget: Target Commands.
6368 * show gnutarget: Target Commands.