summaryrefslogtreecommitdiffstats
path: root/tools/debugscripts/gdbinit.i386
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-12-30 02:08:29 +0000
committergrog <grog@FreeBSD.org>2003-12-30 02:08:29 +0000
commit1838491a763ea7d07f6a62a7e3c49c64187a20c3 (patch)
treeadd7aa840ed772fc6cf8bac255299eba2474478d /tools/debugscripts/gdbinit.i386
parent81bdf30a5bfc7b71daa0602c8302d60fdcf08ab9 (diff)
downloadFreeBSD-src-1838491a763ea7d07f6a62a7e3c49c64187a20c3.zip
FreeBSD-src-1838491a763ea7d07f6a62a7e3c49c64187a20c3.tar.gz
Remove calls to 'y' macro.
Diffstat (limited to 'tools/debugscripts/gdbinit.i386')
-rw-r--r--tools/debugscripts/gdbinit.i3862
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/debugscripts/gdbinit.i386 b/tools/debugscripts/gdbinit.i386
index 6db1eee..38a3c99 100644
--- a/tools/debugscripts/gdbinit.i386
+++ b/tools/debugscripts/gdbinit.i386
@@ -231,7 +231,6 @@ end
# pcb <pid>
# show contents of pcb, currently only i386.
define pcb
-y
set $nproc = nprocs
set $aproc = allproc.lh_first
set $proc = allproc.lh_first
@@ -276,7 +275,6 @@ end
# backtrace for process <pid>. Uses btr (machine dependent) to perform the backtrace.
# may produce nonsense.
define btp
-y
set $nproc = nprocs
set $aproc = allproc.lh_first
set $proc = allproc.lh_first
OpenPOWER on IntegriCloud