summaryrefslogtreecommitdiffstats
path: root/tools/debugscripts/gdbinit.i386
diff options
context:
space:
mode:
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