Searched refs:gnutarget (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | corefile.c | 411 char *gnutarget; variable 422 gnutarget = NULL; in set_gnutarget_command() 424 gnutarget = gnutarget_string; in set_gnutarget_command()
|
H A D | gdbcore.h | 147 extern char *gnutarget;
|
H A D | pa64solib.c | 168 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 D | rs6000-nat.c | 772 abfd = bfd_openr (objname, gnutarget); in add_vmap() 774 abfd = bfd_fdopenr (objname, gnutarget, fd); in add_vmap()
|
H A D | corelow.c | 316 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan); in core_open()
|
H A D | solib.c | 248 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in solib_map_sections()
|
H A D | solib-aix5.c | 476 tmp_bfd = bfd_openr (buf, gnutarget); in enable_break()
|
H A D | exec.c | 208 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in exec_file_attach()
|
H A D | symfile.c | 1276 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 D | solib-frv.c | 643 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd); in enable_break2()
|
H A D | solib-svr4.c | 989 tmp_bfd = bfd_fdopenr (tmp_pathname, gnutarget, tmp_fd); in enable_break()
|
H A D | remote-m32r-sdi.c | 1254 pbfd = bfd_openr (filename, gnutarget); in m32r_load()
|
H A D | somsolib.c | 227 abfd = bfd_fdopenr (filename, gnutarget, desc); in som_solib_sizeof_symbol_table()
|
H A D | remote-e7000.c | 1544 pbfd = bfd_openr (filename, gnutarget); in e7000_load()
|
H A D | ChangeLog-1993 | 2209 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 D | gdb.texinfo | 9876 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 D | ChangeLog | 12172 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
|