Searched refs:gdb (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/doc/
H A DMakefile.in70 INFO_DEPS = gdb.info gdbint.info stabs.info annotate.info
107 gdb-cfg.texi \
110 $(srcdir)/gdb.texinfo \
119 gdb-cfg.texi \
139 gdb-cfg.texi
151 dvi: gdb.dvi gdbint.dvi stabs.dvi refcard.dvi annotate.dvi
152 ps: gdb.ps gdbint.ps stabs.ps refcard.ps annotate.ps
154 pdf: gdb.pdf gdbint.pdf stabs.pdf annotate.pdf
200 STAGESTUFF = *.info* gdb-all.texi GDBvn.texi *.ps *.dvi *.pdf
259 gdb
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsolib.c406 struct so_list *gdb, **gdb_link; local
450 gdb = so_list_head;
452 while (gdb)
457 /* Check to see whether the shared object *gdb also appears in
461 if (! strcmp (gdb->so_original_name, i->so_original_name))
475 gdb_link = &gdb->next;
476 gdb = *gdb_link;
483 before we remove it from the gdb tables. */
484 observer_notify_solib_unloaded (gdb);
486 *gdb_link = gdb
564 struct so_list *gdb; local
[all...]
H A Dgdb_mbuild.sh125 maintainers=${srcdir}/gdb/MAINTAINERS
252 || echo "--enable-gdb-build-warnings=${gdbopts}"`
268 if test ! -x gdb/gdb -a ! -x gdb/gdb.exe
275 ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gd
[all...]
H A Dgdb_gcore.sh20 # bug-gdb@prep.ai.mit.edu
25 # It starts up gdb, attaches to the given PID and invokes the gcore command.
57 # Write gdb script for pid $pid.
62 /usr/bin/gdb > /dev/null << EOF
H A Dgdb-events.sh81 /* This file was created with the aid of \`\`gdb-events.sh''.
83 The bourn shell script \`\`gdb-events.sh'' creates the files
84 \`\`new-gdb-events.c'' and \`\`new-gdb-events.h and then compares
85 them against the existing \`\`gdb-events.[hc]''. Any differences
88 If editing this file, please also run gdb-events.sh and merge any
90 to this file, modifying gdb-events.sh and using its output may
100 exec > new-gdb-events.h
143 /* gdb-events: object. */
179 /* Install custom gdb
[all...]
H A Dgdb_indent.sh66 */gdb ) ;;
H A DChangeLog-3.x128 * config.gdb (pyr): New machine.
182 * Makefile.dist (gdb.tar.Z): Add "else true".
188 * config.gdb (sun3, sun4): Accept "sun3" and "sun4".
263 * config.gdb, Makefile.dist: Shorten m-i386-sv32.h.
282 * config.gdb (various): "$machine =" -> "machine =".
301 * config.gdb: Accept sequent-i386 (not seq386).
313 * config.gdb: Change /dev/null to m-i386.h for various
316 * config.gdb: Accept seq386 for sequent symmetry.
338 * config.gdb (i386): Change /dev/null to m-i386.h
340 * config.gdb
[all...]
H A Dp-lang.c253 don't provide fundamental types, gdb can create such types using this
264 gdb test suite since we don't have to account for the differences
266 support. We will probably have to re-examine the issue when gdb
H A Dmn10300-tdep.c1135 int gdb; local
H A Dgdbarch.sh410 # addr_bit is the size of a target address as represented in gdb
445 # Convert stab register number (from \`r\' declaration) to a gdb REGNUM.
447 # Provide a default mapping from a ecoff register number to a gdb REGNUM.
449 # Provide a default mapping from a DWARF register number to a gdb REGNUM.
451 # Convert from an sdb register number to an internal gdb register number.
1044 The actual architecture selected is determined by INFO, \`\`(gdb) set
1167 #include "gdb-events.h"
H A Dconfigure44 --enable-gdb-build-warnings Enable GDB specific build-time compiler warnings if gcc is used"
60 --enable-sim Link gdb with simulator"
62 --enable-multi-ice build the multi-ice-gdb-server"
2957 PACKAGE=gdb
9585 # gdb/doc/gdbint.texinfo.
9611 # Check whether --enable-gdb-build-warnings or --disable-gdb-build-warnings was given.
10909 # Enable multi-ice-gdb-server.
/haiku-fatelf/src/bin/gdb/gdb/config/djgpp/
H A Ddjcheck.sh6 GDB=${ORIGDIR}/../gdb.exe
23 | sed -e '/GNU gdb /s/ [.0-9][.0-9]*//' \
H A Ddjconfig.sh40 # in the directory where you want to build gdb!!
55 ! test -f ${srcdir}/gdb/ChangeLog.002 || \
60 if ( ! test -d ${srcdir}/gdb/testsuite/cxx) ; then
61 notfound=${srcdir}/gdb/ChangeLog.002
73 echo " djtar -x -n fnchange.lst gdb-X.YZ.tar.gz"
76 echo "in the gdb/config/djgpp/ directory in the GDB distribution."
85 DJGPPDIR=${srcdir}/gdb/config/djgpp
/haiku-fatelf/src/libs/print/libgutenprint/test/
H A Drun-testdither33 -g|--gdb-attach) valopts='--gdb-attach=yes' ;;
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat12 Rem djunpack gdb-XYZ.tar
20 set GDBVER=gdb-6.3
21 if "%GDBVER%"=="gdb-6.3" GoTo EnvOk
27 djtar -x -p -o %GDBVER%/gdb/config/djgpp/fnchange.lst %1 > fnchange.tmp
H A DMakefile.def98 host_modules= { module= gdb; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
263 // Host modules specific to gdb.
264 dependencies = { module=configure-gdb; on=configure-itcl; };
265 dependencies = { module=configure-gdb; on=configure-tcl; };
266 dependencies = { module=configure-gdb; on=configure-tk; };
267 dependencies = { module=configure-gdb; on=configure-sim; };
268 dependencies = { module=all-gdb; on=all-libiberty; };
269 dependencies = { module=all-gdb; on=all-opcodes; };
270 dependencies = { module=all-gdb; on=all-bfd; };
271 dependencies = { module=all-gdb; o
[all...]
H A Dconfigure895 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
899 host_tools="texinfo byacc flex bison binutils gas ld gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar"
1066 noconfigdirs="$noconfigdirs tk itcl libgui gdb"
1078 noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
1143 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1146 noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
1207 noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss ${libgcj}"
1233 *-*-cygwin*) ;; # keep gdb and readline
1234 *) noconfigdirs="$noconfigdirs gdb readline"
1278 noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj} gcc gdb newli
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Drun-testpattern54 -g|--gdb-attach) valopts='--gdb-attach=yes' ;;
H A Drun-testpattern-156 -g|--gdb-attach) valopts='--gdb-attach=yes' ;;
H A Drun-testpattern-2.in89 -g Attach testpattern job to gdb
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dtest-rastertogutenprint.in43 -g|--gdb-attach) valopts='--gdb-attach=yes' ;;
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el0 ;;; gdb-mi.el (internally gdbmi6.el) - (24th May 2004)
3 ;; Run gdb with GDB/MI (-interp=mi) and access CLI using "cli-command"
39 ;; (as used in gdb-ui.el) to GDB/MI.
47 (require 'gdb-ui)
53 "Run gdb on program FILE in buffer *gud-FILE*.
57 If `gdb-many-windows' is nil (the default value) then gdb just
58 pops up the GUD buffer unless `gdb-show-main' is t. In this case
62 If `gdb-many-windows' is t, regardless of the value of
63 `gdb
[all...]

Completed in 134 milliseconds