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

123

/freebsd-10-stable/gnu/usr.bin/gdb/
H A DMakefile.inc12 CNTRB_GDB= ${CNTRB_ROOT}/gdb
17 OBJ_GDB= ${OBJ_ROOT}/gdb
36 .PATH: ${CNTRB_GDB}/gdb ${CNTRB_GDB}/gdb/cli ${CNTRB_GDB}/gdb/mi \
37 ${CNTRB_GDB}/gdb/signals ${CNTRB_GDB}/gdb/tui ${TARGET_SUBDIR}
44 CFLAGS+= -I${CNTRB_GDB}/gdb
45 CFLAGS+= -I${CNTRB_GDB}/gdb/config
65 .PATH: ${CNTRB_GDB}/gdb
[all...]
H A DMakefile3 SUBDIR= doc libgdb gdb gdbtui kgdb
/freebsd-10-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-10-stable/gnu/usr.bin/gdb/gdbserver/
H A DMakefile1 # $FreeBSD: stable/10/gnu/usr.bin/gdb/gdbserver/Makefile 313630 2017-02-11 07:13:12Z 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-10-stable/gnu/usr.bin/gdb/doc/
H A DMakefile3 INFO= gdb gdbint stabs
7 MAKEINFOFLAGS+= -I ${CNTRB_GDB}/gdb/doc
8 MAKEINFOFLAGS+= -I ${CNTRB_GDB}/gdb/mi
11 gdb.info: gdb.texinfo gdb-cfg.texi GDBvn.texi annotate.texinfo fdl.texi \
14 gdbint.info: gdbint.texinfo gdb-cfg.texi fdl.texi observer.texi
16 gdb-cfg.texi: all-cfg.texi
29 CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig \
/freebsd-10-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-10-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-10-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
/freebsd-10-stable/lib/clang/liblldbPluginPlatformGDB/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Platform/gdb-server
/freebsd-10-stable/contrib/openpam/
H A Dpamgdb.in16 # program to debug rather than a gdb option.
41 exec gdb "$@"
/freebsd-10-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-10-stable/sys/dev/uart/
H A Duart_dbg.c36 #include <gdb/gdb.h>
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dgdb_machdep.c41 #include <gdb/gdb.h>
/freebsd-10-stable/lib/clang/liblldbPluginProcessGDBRemote/
H A DMakefile7 SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dgdb_machdep.c46 #include <gdb/gdb.h>
47 #include <gdb/gdb_int.h>
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c476 struct get_dir_baton_t gdb;
479 gdb.result_pool = result_pool;
480 gdb.is_directory = FALSE;
481 gdb.supports_deadprop_count = svn_tristate_unknown;
505 gdb.path = path;
515 gdb.dirents = apr_hash_make(result_pool);
523 get_dir_dirents_cb, &gdb,
529 gdb.dirents = NULL;
533 gdb.ret_props = apr_hash_make(result_pool);
538 get_dir_props_cb, &gdb,
474 struct get_dir_baton_t gdb; local
[all...]
/freebsd-10-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
35 __FBSDID("$FreeBSD: stable/10/sys/gdb/gdb_cons.c 314667 2017-03-04 13:03:31Z avg $");
49 #include <gdb/gdb.h>
50 #include <gdb/gdb_int.h>
62 0, "copy console messages to gdb");
68 sprintf(cp->cn_name, "gdb");
172 CONSOLE_DRIVER(gdb); variable
/freebsd-10-stable/sys/mips/mips/
H A Dgdb_machdep.c105 #include <gdb/gdb.h>
/freebsd-10-stable/tools/debugscripts/
H A Dkld_deb.py34 gdb_cmd = 'kgdb %(p)s/kernel.debug %(core)s | tee /tmp/gdb.log'
66 #Start gdb
67 gdb = popen2.popen4(gdb_cmd) variable
88 """get_addresses(inp, out): It will search for addresses from gdb.
89 inp and out, are the gdb input and output respectively. Return value is
114 addr = get_addresses(gdb[0], gdb[1])
/freebsd-10-stable/gnu/usr.bin/
H A DMakefile56 _gdb= gdb
/freebsd-10-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-10-stable/sys/arm/arm/
H A Dgdb_machdep.c46 #include <gdb/gdb.h>

Completed in 257 milliseconds

123