Searched refs:gnutarget (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | corefile.c | 410 char *gnutarget; variable 421 gnutarget = NULL; in set_gnutarget_command() 423 gnutarget = gnutarget_string; in set_gnutarget_command()
|
| HD | gdbcore.h | 140 extern char *gnutarget;
|
| HD | pa64solib.c | 167 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()
|
| HD | solib-svr4.c | 352 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()
|
| HD | rs6000-nat.c | 742 abfd = bfd_openr (objname, gnutarget); in add_vmap() 744 abfd = bfd_fdopenr (objname, gnutarget, fd); in add_vmap()
|
| HD | corelow.c | 306 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan); in core_open()
|
| HD | solib.c | 243 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in solib_map_sections()
|
| HD | exec.c | 211 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in exec_file_attach()
|
| HD | symfile.c | 1246 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()
|
| HD | somsolib.c | 225 abfd = bfd_fdopenr (filename, gnutarget, desc); in som_solib_sizeof_symbol_table()
|
| HD | remote-e7000.c | 1543 pbfd = bfd_openr (filename, gnutarget); in e7000_load()
|
| /trueos/gnu/usr.bin/gdb/kgdb/ |
| HD | kld.c | 231 bfd = bfd_openr(path, gnutarget); in load_kld()
|
| /trueos/contrib/gdb/gdb/doc/ |
| HD | gdb.info-2 | 555 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"'.
|
| HD | gdb.texinfo | 9525 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 …]
|
| HD | gdb.info-3 | 6267 * set gnutarget: Target Commands. 6368 * show gnutarget: Target Commands.
|