cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile kgdb.h kthr.c main.c trgt.c trgt_alpha.c trgt_amd64.c trgt_i386.c trgt_ia64.c trgt_sparc64.c

Alexander Kabaev kan at FreeBSD.org
Sun Feb 20 22:55:15 GMT 2005


kan         2005-02-20 22:55:07 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/kgdb Makefile kgdb.h kthr.c main.c trgt.c 
                         trgt_alpha.c trgt_amd64.c trgt_i386.c 
                         trgt_ia64.c trgt_sparc64.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.5       +1 -1      src/gnu/usr.bin/gdb/kgdb/Makefile
  1.2       +9 -1      src/gnu/usr.bin/gdb/kgdb/kgdb.h
  1.2       +57 -2     src/gnu/usr.bin/gdb/kgdb/kthr.c
  1.5       +40 -6     src/gnu/usr.bin/gdb/kgdb/main.c
  1.2       +106 -10   src/gnu/usr.bin/gdb/kgdb/trgt.c
  1.2       +1 -1      src/gnu/usr.bin/gdb/kgdb/trgt_alpha.c
  1.2       +1 -1      src/gnu/usr.bin/gdb/kgdb/trgt_amd64.c
  1.2       +1 -1      src/gnu/usr.bin/gdb/kgdb/trgt_i386.c
  1.2       +1 -1      src/gnu/usr.bin/gdb/kgdb/trgt_ia64.c
  1.2       +1 -1      src/gnu/usr.bin/gdb/kgdb/trgt_sparc64.c


More information about the cvs-src mailing list