Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dcorefile.c411 char *gnutarget; variable
422 gnutarget = NULL; in set_gnutarget_command()
424 gnutarget = gnutarget_string; in set_gnutarget_command()
H A Dgdbcore.h147 extern char *gnutarget;
H A Dpa64solib.c168 abfd = bfd_fdopenr (filename, gnutarget, desc); in pa64_solib_sizeof_symbol_table()
230 tmp_bfd = bfd_openr (name, gnutarget); in pa64_solib_add_solib_objfile()
535 tmp_bfd = bfd_openr (buf, gnutarget); in pa64_solib_create_inferior_hook()
H A Drs6000-nat.c772 abfd = bfd_openr (objname, gnutarget); in add_vmap()
774 abfd = bfd_fdopenr (objname, gnutarget, fd); in add_vmap()
H A Dcorelow.c316 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan); in core_open()
H A Dsolib.c248 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in solib_map_sections()
H A Dsolib-aix5.c476 tmp_bfd = bfd_openr (buf, gnutarget); in enable_break()
H A Dexec.c208 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in exec_file_attach()
H A Dsymfile.c1276 sym_bfd = bfd_fdopenr (name, gnutarget, desc); in symfile_bfd_open()
1527 loadfile_bfd = bfd_openr (filename, gnutarget); in generic_load()
1868 objfile->obfd = bfd_openr (obfd_filename, gnutarget); in reread_symbols()
H A Dsolib-frv.c643 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd); in enable_break2()
H A Dsolib-svr4.c989 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd); in enable_break()
H A Dremote-m32r-sdi.c1254 pbfd = bfd_openr (filename, gnutarget); in m32r_load()
H A Dsomsolib.c227 abfd = bfd_fdopenr (filename, gnutarget, desc); in som_solib_sizeof_symbol_table()
H A Dremote-e7000.c1544 pbfd = bfd_openr (filename, gnutarget); in e7000_load()
H A DChangeLog-19932209 Use gnutarget in call to bfd_openr.
3099 * gdbcore.h: New variable gnutarget.
3101 * Callers to bfd_*open*: Pass gnutarget instead of NULL as target.
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdb.texinfo9876 the command @code{set gnutarget}, abbreviated @code{set g}:
9900 @code{gnutarget} to an invalid value. In order to set the variable
10910 @kindex set gnutarget
10911 @item set gnutarget @var{args}
10915 with the @code{set gnutarget} command. Unlike most @code{target} commands,
10916 with @code{gnutarget} the @code{target} refers to a program, not a machine.
10919 @emph{Warning:} To specify a file format with @code{set gnutarget},
10926 @kindex show gnutarget
10927 @item show gnutarget
10928 Use the @code{show gnutarget} command to display what file format
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog12172 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.