]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Attempt to make kgdb little more useful and easy to use. Properly initialize
authorkan <kan@FreeBSD.org>
Sun, 20 Feb 2005 22:55:07 +0000 (22:55 +0000)
committerkan <kan@FreeBSD.org>
Sun, 20 Feb 2005 22:55:07 +0000 (22:55 +0000)
commit858ff332fa8011a79d62b31a443335ed8b70fe69
tree84cd848fd72dc0dd4c8a495c04c1925cdc3accf5
parent967bb5dcb03c116c14a8b9cef87322e766eb32f3
Attempt to make kgdb little more useful and easy to use.  Properly initialize
it to recognise what ABI  to use on amd64 (and possibly others) platform.
Display PID and process name as a part of the 'info threads' output, TIDs
alone are too confusing. Introduce new commmands 'tid <tid>' and 'proc <pid>'
to accompany gdb's default 'thread <thread num>' to make the task of switching
between different contexts easier.
gnu/usr.bin/gdb/kgdb/Makefile
gnu/usr.bin/gdb/kgdb/kgdb.h
gnu/usr.bin/gdb/kgdb/kthr.c
gnu/usr.bin/gdb/kgdb/main.c
gnu/usr.bin/gdb/kgdb/trgt.c
gnu/usr.bin/gdb/kgdb/trgt_alpha.c
gnu/usr.bin/gdb/kgdb/trgt_amd64.c
gnu/usr.bin/gdb/kgdb/trgt_i386.c
gnu/usr.bin/gdb/kgdb/trgt_ia64.c
gnu/usr.bin/gdb/kgdb/trgt_sparc64.c