diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2003-12-30 02:08:29 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2003-12-30 02:08:29 +0000 |
| commit | e1e5f8baf29b6dd1eb2d87ca27dcba6d11f6103e (patch) | |
| tree | add7aa840ed772fc6cf8bac255299eba2474478d /tools/debugscripts/gdbinit.i386 | |
| parent | 6d8cac85f7a7749176385d37e020a67421ac192e (diff) | |
Notes
Diffstat (limited to 'tools/debugscripts/gdbinit.i386')
| -rw-r--r-- | tools/debugscripts/gdbinit.i386 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/debugscripts/gdbinit.i386 b/tools/debugscripts/gdbinit.i386 index 6db1eee5ed43..38a3c99fbd6f 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 |
