HomeSort by: relevance | last modified time | path
    Searched refs:gdbinit (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb/bin/gdb/
Makefile 12 MAN= gdb.1 gdbinit.5
  /src/external/gpl3/gdb.old/bin/gdb/
Makefile 12 MAN= gdb.1 gdbinit.5
  /src/share/mk/
bsd.prog.mk 25 .gdbinit:
26 rm -f .gdbinit
28 echo "set solib-absolute-prefix ${DESTDIR}" > .gdbinit
30 touch .gdbinit
32 .for __gdbinit in ${GDBINIT}
33 echo "source ${__gdbinit}" >> .gdbinit
36 CLEANFILES+= a.out [Ee]rrs mklog core *.core .gdbinit
501 _PROGDEPS.${_P}=.gdbinit ${LIBCRT0} ${LIBCRTI} ${OBJS.${_P}} ${LIBC} \
  /src/external/gpl3/gcc/dist/gcc/
gdbhooks.py 25 gcc/configure (from configure.ac) generates a .gdbinit within the "gcc"
31 "path-to-build/gcc/.gdbinit" auto-loading has been declined by your `auto-load safe-path'
36 An easy way to do so is by adding the following to your ~/.gdbinit script:
configure 34048 # Create .gdbinit.
34050 echo "dir ." > .gdbinit
34051 echo "dir ${srcdir}" >> .gdbinit
34054 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
34059 echo "dir ${srcdir}/$s" >> .gdbinit
34062 echo "source ${srcdir}/gdbinit.in" >> .gdbinit
34063 echo "python import sys; sys.path.append('${srcdir}'); import gdbhooks" >> .gdbinit
34069 echo "source ${srcdir}/gdbasan.in" >> .gdbinit
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gdbhooks.py 25 gcc/configure (from configure.ac) generates a .gdbinit within the "gcc"
31 "path-to-build/gcc/.gdbinit" auto-loading has been declined by your `auto-load safe-path'
36 An easy way to do so is by adding the following to your ~/.gdbinit script:
configure 32164 # Create .gdbinit.
32166 echo "dir ." > .gdbinit
32167 echo "dir ${srcdir}" >> .gdbinit
32170 echo "dir ${srcdir}/config/"`dirname ${out_file}` >> .gdbinit
32175 echo "dir ${srcdir}/$s" >> .gdbinit
32178 echo "source ${srcdir}/gdbinit.in" >> .gdbinit
32179 echo "python import sys; sys.path.append('${srcdir}'); import gdbhooks" >> .gdbinit
32185 echo "source ${srcdir}/gdbasan.in" >> .gdbinit
  /src/external/gpl3/gdb/dist/gdb/doc/
Makefile.in 192 MAN5S = gdbinit.5
  /src/external/gpl3/gdb.old/dist/gdb/doc/
Makefile.in 188 MAN5S = gdbinit.5
  /src/external/gpl3/binutils/dist/gas/
Makefile.am 382 noinst_SCRIPTS = $(GDBINIT)
383 EXTRA_SCRIPTS = .gdbinit
  /src/external/gpl3/binutils.old/dist/gas/
Makefile.am 380 noinst_SCRIPTS = $(GDBINIT)
381 EXTRA_SCRIPTS = .gdbinit
  /src/external/lgpl3/gmp/dist/
Makefile.am 117 EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf \
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 700 * main.c (source_command): Read .gdbinit if run without argument.
1336 * .gdbinit: Included message telling the user what it is doing.
2779 * main.c (main): Added check to see if ~/.gdbinit and .gdbinit
configure 1733 --with-system-gdbinit=PATH
1734 automatically load a system-wide gdbinit file
1735 --with-system-gdbinit-dir=PATH
1736 automatically load system-wide gdbinit files from
31026 gdbinit=gdb.ini
31029 gdbinit=.gdbinit
31034 #define GDBINIT "$gdbinit"
31097 # Check whether --with-system-gdbinit was given
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 700 * main.c (source_command): Read .gdbinit if run without argument.
1336 * .gdbinit: Included message telling the user what it is doing.
2779 * main.c (main): Added check to see if ~/.gdbinit and .gdbinit
configure 1732 --with-system-gdbinit=PATH
1733 automatically load a system-wide gdbinit file
1734 --with-system-gdbinit-dir=PATH
1735 automatically load system-wide gdbinit files from
30933 gdbinit=gdb.ini
30936 gdbinit=.gdbinit
30941 #define GDBINIT "$gdbinit"
31004 # Check whether --with-system-gdbinit was given
    [all...]
  /src/external/gpl3/binutils.old/dist/
configure 10795 # Create a .gdbinit file which runs the one in srcdir
10798 if test -r ${srcdir}/.gdbinit ; then
10801 *) cat > ./.gdbinit <<EOF
10805 source ${srcdir}/.gdbinit
  /src/external/gpl3/gcc/dist/
configure 9865 # Create a .gdbinit file which runs the one in srcdir
9868 if test -r ${srcdir}/.gdbinit ; then
9871 *) cat > ./.gdbinit <<EOF
9875 source ${srcdir}/.gdbinit
  /src/external/gpl3/gcc.old/dist/
configure 9593 # Create a .gdbinit file which runs the one in srcdir
9596 if test -r ${srcdir}/.gdbinit ; then
9599 *) cat > ./.gdbinit <<EOF
9603 source ${srcdir}/.gdbinit
  /src/external/gpl3/gdb/dist/
configure 10795 # Create a .gdbinit file which runs the one in srcdir
10798 if test -r ${srcdir}/.gdbinit ; then
10801 *) cat > ./.gdbinit <<EOF
10805 source ${srcdir}/.gdbinit
  /src/external/gpl3/gdb.old/dist/
configure 9792 # Create a .gdbinit file which runs the one in srcdir
9795 if test -r ${srcdir}/.gdbinit ; then
9798 *) cat > ./.gdbinit <<EOF
9802 source ${srcdir}/.gdbinit
  /src/external/gpl3/binutils/dist/
configure 10947 # Create a .gdbinit file which runs the one in srcdir
10950 if test -r ${srcdir}/.gdbinit ; then
10953 *) cat > ./.gdbinit <<EOF
10957 source ${srcdir}/.gdbinit

Completed in 205 milliseconds