Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c1478 const char *debuglink, in find_separate_debug_file() argument
1497 + strlen (debuglink) in find_separate_debug_file()
1502 strcat (debugfile, debuglink); in find_separate_debug_file()
1511 strcat (debugfile, debuglink); in find_separate_debug_file()
1529 strcat (debugfile, debuglink); in find_separate_debug_file()
1544 strcat (debugfile, debuglink); in find_separate_debug_file()
1581 char *debuglink; in find_separate_debug_file_by_debuglink() local
1587 debuglink = get_debug_link_info (objfile, &crc32); in find_separate_debug_file_by_debuglink()
1589 if (debuglink == NULL) in find_separate_debug_file_by_debuglink()
1596 cleanups = make_cleanup (xfree, debuglink); in find_separate_debug_file_by_debuglink()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi1115 [@option{--add-gnu-debuglink=}@var{path-to-file}]
1698 @item --add-gnu-debuglink=@var{path-to-file}
1707 the path to the installed location. The @option{--add-gnu-debuglink}
1710 @option{--add-gnu-debuglink} option without any directory components,
1714 objcopy --add-gnu-debuglink=foo.debug
1753 @option{--add-gnu-debuglink} to create a two part executable. One a
1766 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
1778 @item Run @code{objcopy --add-gnu-debuglink=foo.full foo}
3130 @option{--add-gnu-debuglink} to create a two part executable. One a
3143 @item Run @code{objcopy --add-gnu-debuglink=foo.dbg foo}
[all …]