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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dpanic-action33 if [ ! -x /usr/bin/gdb ]; then
35 echo "However, gdb was not found on your system, so the error could not be"
36 echo "debugged. Please install the gdb package so that debugging information is"
41 echo "Below is a backtrace for this process generated with gdb, which shows"
47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dpanic-action33 if [ ! -x /usr/bin/gdb ]; then
35 echo "However, gdb was not found on your system, so the error could not be"
36 echo "debugged. Please install the gdb package so that debugging information is"
41 echo "Below is a backtrace for this process generated with gdb, which shows"
47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/build_farm/
H A Dbacktrace14 gdb -x $TMPFILE $prefix/sbin/smbd $PID
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A DMakefile6 obj-y = exec_kern.o exec_user.o gdb.o ksyms.o mem.o mem_user.o process_kern.o \
12 USER_OBJS := gdb.o tracer.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A DMakefile15 obj-$(CONFIG_GDBSTUB) += gdb-stub.o gdb-io.o
H A Dasm-offsets.c14 #include <asm/gdb-stub.h>
H A Ddebug-stub.c23 #include <asm/gdb-stub.h>
24 #include "gdb-io.h"
140 * kernel "exit" trap for gdb stub
H A Dgdb-io.c0 /* gdb-io.c: FR403 GDB stub I/O
25 #include <asm/gdb-stub.h>
26 #include "gdb-io.h"
H A Dirq.c38 #include <asm/gdb-stub.h>
H A Dprocess.c36 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/scripts/
H A Dbacktrace10 test -z ${GDB_BIN} && GDB_BIN=$( type -p gdb)
12 echo "ERROR: ${BASENAME} needs an installed gdb. "
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dtestone61 --gdb )
100 gdb ./$name
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dresize.c202 struct buffer_head *gdb; local
206 gdb = sb_getblk(sb, block);
207 if (!gdb) {
211 if ((err = ext3_journal_get_write_access(handle, gdb))) {
212 brelse(gdb);
216 memcpy(gdb->b_data, sbi->s_group_desc[i]->b_data, bh->b_size);
217 set_buffer_uptodate(gdb);
219 ext3_journal_dirty_metadata(handle, gdb);
221 brelse(gdb);
227 struct buffer_head *gdb; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dresize.c207 struct buffer_head *gdb; local
211 gdb = sb_getblk(sb, block);
212 if (!gdb) {
216 if ((err = ext4_journal_get_write_access(handle, gdb))) {
217 brelse(gdb);
221 memcpy(gdb->b_data, sbi->s_group_desc[i]->b_data, bh->b_size);
222 set_buffer_uptodate(gdb);
224 ext4_journal_dirty_metadata(handle, gdb);
226 brelse(gdb);
232 struct buffer_head *gdb; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A DMakefile60 obj-$(CONFIG_KGDB) += gdb-low.o gdb-stub.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dirq.c30 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lasat/
H A Dinterrupt.c31 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-setup.c23 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile.am173 gdb: avahi-test
174 libtool --mode=execute gdb ./avahi-test
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_dbg_io.c23 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/emma2rh/markeins/
H A Dplatform.c37 #include <asm/gdb-stub.h>
H A Dsetup.c44 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/philips/pnx8550/common/
H A Dproc.c25 #include <asm/gdb-stub.h>
H A Dint.c37 #include <asm/gdb-stub.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/atlas/
H A Datlas_int.c37 #include <asm/gdb-stub.h>

Completed in 263 milliseconds

12