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

123

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/gdb/
H A Dt_regress.sh34 atf_set "descr" "Test that gdb works with threaded programs"
35 atf_set "require.progs" "gdb"
41 cat <<EOF >test.gdb
49 gdb --batch -x test.gdb dig >gdb.out
50 atf_check -s exit:1 -o ignore -e ignore grep "Program received signal SIGTRAP" gdb.out
57 atf_set "descr" "Test that gdb works with PIE executables"
58 atf_set "require.progs" "cc gdb"
66 cat <<EOF >test.gdb
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A DMakefile1 # $FreeBSD: stable/11/gnu/usr.bin/gdb/gdbserver/Makefile 313542 2017-02-10 07:58:45Z ngie $
6 GDBDIR= ${SRCTOP}/contrib/gdb
7 .PATH: ${GDBDIR}/gdb/signals
8 .PATH: ${GDBDIR}/gdb/gdbserver
9 .PATH: ${GDBDIR}/gdb
22 CFLAGS+= -I${GDBDIR}/gdb/gdbserver
23 CFLAGS+= -I${GDBDIR}/gdb/regformats
/freebsd-11-stable/crypto/openssh/regress/
H A Dagent-ptrace.sh20 if have_prog gdb ; then
23 echo "skipped (gdb not found)"
50 gdb ${SSHAGENT} ${SSH_AGENT_PID} > ${OBJ}/gdb.out 2>&1 << EOF
55 fail "gdb failed: exit code $r"
57 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
59 rm -f ${OBJ}/gdb.out
/freebsd-11-stable/gnu/usr.bin/gdb/
H A DMakefile3 SUBDIR= libgdb gdb gdbtui kgdb
H A DMakefile.inc1 # $FreeBSD: stable/11/gnu/usr.bin/gdb/Makefile.inc 359754 2020-04-09 20:38:36Z kevans $
6 PACKAGE= gdb
13 CNTRB_GDB= ${SRCTOP}/contrib/gdb
17 OBJ_GDB= ${OBJTOP}/gnu/usr.bin/gdb
35 .PATH: ${CNTRB_GDB}/gdb ${CNTRB_GDB}/gdb/cli ${CNTRB_GDB}/gdb/mi \
36 ${CNTRB_GDB}/gdb/signals ${CNTRB_GDB}/gdb/tui ${TARGET_SUBDIR}
43 CFLAGS+= -I${CNTRB_GDB}/gdb
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsolib.c395 struct so_list *gdb, **gdb_link; local
439 gdb = so_list_head;
441 while (gdb)
446 /* Check to see whether the shared object *gdb also appears in
450 if (! strcmp (gdb->so_original_name, i->so_original_name))
464 gdb_link = &gdb->next;
465 gdb = *gdb_link;
471 *gdb_link = gdb->next;
474 if (gdb->objfile && ! (gdb
549 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.sh28 # The gdb-events.h/gdb-events.c files this script generates are commited
139 /* This file was created with the aid of \`\`gdb-events.sh''.
141 The bourn shell script \`\`gdb-events.sh'' creates the files
142 \`\`new-gdb-events.c'' and \`\`new-gdb-events.h and then compares
143 them against the existing \`\`gdb-events.[hc]''. Any differences
146 If editing this file, please also run gdb-events.sh and merge any
148 to this file, modifying gdb-events.sh and using its output may
158 exec > new-gdb
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/gdb/
H A DMakefile3 PROG= gdb${GDB_SUFFIX}
4 SRCS= gdb.c
10 # libthread_db.so calls back into gdb for the proc services. Make all the
H A DMakefile.depend12 gnu/usr.bin/gdb/libgdb \
/freebsd-11-stable/sys/dev/bvm/
H A Dbvm_dbg.c36 #include <gdb/gdb.h>
69 * gdb dbgport providers that may be present (e.g. uart)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dgdb_machdep.c41 #include <gdb/gdb.h>
/freebsd-11-stable/sys/dev/uart/
H A Duart_dbg.c36 #include <gdb/gdb.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dgdb_machdep.c46 #include <gdb/gdb.h>
47 #include <gdb/gdb_int.h>
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c423 struct get_dir_baton_t gdb;
426 gdb.result_pool = result_pool;
427 gdb.is_directory = FALSE;
428 gdb.supports_deadprop_count = svn_tristate_unknown;
452 gdb.path = path;
462 gdb.dirents = apr_hash_make(result_pool);
470 get_dir_dirents_cb, &gdb,
476 gdb.dirents = NULL;
480 gdb.ret_props = apr_hash_make(result_pool);
485 get_dir_props_cb, &gdb,
421 struct get_dir_baton_t gdb; local
[all...]
/freebsd-11-stable/sys/gdb/
H A Dgdb_cons.c28 * Support for redirecting console msgs to gdb. We register
29 * a pseudo console to hook cnputc and send stuff to the gdb
49 #include <gdb/gdb.h>
50 #include <gdb/gdb_int.h>
67 sprintf(cp->cn_name, "gdb");
171 CONSOLE_DRIVER(gdb); variable
/freebsd-11-stable/gnu/usr.bin/
H A DMakefile14 SUBDIR.${MK_GDB}+= gdb
/freebsd-11-stable/gnu/usr.bin/gdb/gdbtui/
H A DMakefile.depend12 gnu/usr.bin/gdb/libgdb \
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A DMakefile.depend12 gnu/usr.bin/gdb/libgdb \
/freebsd-11-stable/sys/mips/mips/
H A Dgdb_machdep.c105 #include <gdb/gdb.h>
/freebsd-11-stable/tools/debugscripts/
H A Dkld_deb.py35 gdb_cmd = 'kgdb %(p)s/kernel.debug %(core)s | tee /tmp/gdb.log'
67 #Start gdb
68 gdb = popen2.popen4(gdb_cmd) variable
89 """get_addresses(inp, out): It will search for addresses from gdb.
90 inp and out, are the gdb input and output respectively. Return value is
115 addr = get_addresses(gdb[0], gdb[1])
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat12 Rem djunpack gdb-XYZ.tar
20 set GDBVER=gdb-6.1.1
21 if "%GDBVER%"=="gdb-6.1.1" GoTo EnvOk
27 djtar -x -p -o %GDBVER%/gdb/config/djgpp/fnchange.lst %1 > fnchange.tmp
/freebsd-11-stable/sys/amd64/amd64/
H A Dgdb_machdep.c46 #include <gdb/gdb.h>
/freebsd-11-stable/sys/arm/arm/
H A Dgdb_machdep.c46 #include <gdb/gdb.h>

Completed in 175 milliseconds

123