cvs commit: src/gnu/usr.bin/gdb/gdbserver Makefile fbsd-i386-low.c fbsd-low.c fbsd-low.h reg-i386.c

John-Mark Gurney jmg at FreeBSD.org
Thu Apr 6 22:24:02 UTC 2006


jmg         2006-04-06 22:24:01 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/gdb/gdbserver fbsd-i386-low.c fbsd-low.c 
                              fbsd-low.h 
  Added files:
    gnu/usr.bin/gdb/gdbserver Makefile reg-i386.c 
  Log:
  bring in the necessary changes to make gdbserver compile and work (at
  least on i386)...  fbsd-* changes started out as s/linux/fbsd/g and then
  additional changes to handle different ptrace defines among other things..
  (use vfork to eliminate a race for progress group creation)
  
  reg-i386.c is generated by regdat.sh..
  
  Revision  Changes    Path
  1.5       +22 -0     src/gnu/usr.bin/gdb/gdbserver/Makefile (new)
  1.2       +14 -14    src/gnu/usr.bin/gdb/gdbserver/fbsd-i386-low.c
  1.2       +103 -296  src/gnu/usr.bin/gdb/gdbserver/fbsd-low.c
  1.2       +8 -6      src/gnu/usr.bin/gdb/gdbserver/fbsd-low.h
  1.1       +63 -0     src/gnu/usr.bin/gdb/gdbserver/reg-i386.c (new)


More information about the cvs-src mailing list