Home
last modified time | relevance | path

Searched refs:debugdir (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/
H A DMakefile.am390 debugdir = ${glibcxx_builddir}/src/debug macro
392 if test ! -d ${debugdir} || test ! -f ${debugdir}/Makefile ; then \
393 mkdir -p ${debugdir}; \
394 for d in $(SUBDIRS); do mkdir -p ${debugdir}/$$d; done; \
395 (cd ${debugdir}; \
416 ${debugdir}/$(backtrace_supported_h): $(backtrace_supported_h) stamp-debug
418 debug_backtrace_supported_h = ${debugdir}/$(backtrace_supported_h)
424 (cd ${debugdir}; \
436 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
H A DMakefile.in681 debugdir = ${glibcxx_builddir}/src/debug
683 @ENABLE_BACKTRACE_TRUE@debug_backtrace_supported_h = ${debugdir}/$(backtrace_supported_h)
1118 if test ! -d ${debugdir} || test ! -f ${debugdir}/Makefile ; then \
1119 mkdir -p ${debugdir}; \
1120 for d in $(SUBDIRS); do mkdir -p ${debugdir}/$$d; done; \
1121 (cd ${debugdir}; \
1141 @ENABLE_BACKTRACE_TRUE@${debugdir}/$(backtrace_supported_h): $(backtrace_supported_h) stamp-debug
1145 (cd ${debugdir}; \
1157 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/
H A DMakefile.am328 debugdir = ${glibcxx_builddir}/src/debug macro
330 if test ! -d ${debugdir} || test ! -f ${debugdir}/Makefile ; then \
331 mkdir -p ${debugdir}; \
332 for d in $(SUBDIRS); do mkdir -p ${debugdir}/$$d; done; \
333 (cd ${debugdir}; \
354 (cd ${debugdir}; \
366 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
H A DMakefile.in628 debugdir = ${glibcxx_builddir}/src/debug
1053 if test ! -d ${debugdir} || test ! -f ${debugdir}/Makefile ; then \
1054 mkdir -p ${debugdir}; \
1055 for d in $(SUBDIRS); do mkdir -p ${debugdir}/$$d; done; \
1056 (cd ${debugdir}; \
1077 (cd ${debugdir}; \
1089 (cd ${debugdir} && $(MAKE) CXXFLAGS='$(DEBUG_FLAGS)' \
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c770 char *debugdir = (char *) alloca (token->val.str.len - 3); in read_original_directory() local
772 memcpy (debugdir, (const char *) token->val.str.text + 1, in read_original_directory()
774 debugdir[token->val.str.len - 4] = '\0'; in read_original_directory()
776 pfile->cb.dir_change (pfile, debugdir); in read_original_directory()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20126903 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6912 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6913 path. Escape $ also for $debugdir.
6914 (--with_auto_load_safe_path): Escape $ also for $debugdir.
H A DChangeLog-20091236 * symfile.c (build_id_to_debug_filename): New variable debugdir. Move
1240 (find_separate_debug_file): New variable debugdir and debugdir_end.
H A DChangeLog-200710057 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20126903 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6912 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6913 path. Escape $ also for $debugdir.
6914 (--with_auto_load_safe_path): Escape $ also for $debugdir.
H A DChangeLog-20091236 * symfile.c (build_id_to_debug_filename): New variable debugdir. Move
1240 (find_separate_debug_file): New variable debugdir and debugdir_end.
H A DChangeLog-200710057 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20142672 Add functions for reading and writing debugdir and codeview
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20142672 Add functions for reading and writing debugdir and codeview
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20142672 Add functions for reading and writing debugdir and codeview
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20214722 (Auto-loading): Prepend $debugdir in the sample output.
4723 (Auto-loading safe path): Likewise. Mention also $debugdir for the
4726 Mention also $debugdir for 'set auto-load scripts-directory'.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git160743 --with-auto-load-dir=$debugdir:$datadir/auto-load
160744 --with-auto-load-safe-path=$debugdir:$datadir/auto-load
167438 --with-auto-load-dir=$debugdir:$datadir/auto-load
167439 --with-auto-load-safe-path=$debugdir:$datadir/auto-load