cvs commit: src/gnu/usr.bin/gdb/kgdb main.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Nov 7 13:37:59 PST 2004


marcel      2004-11-07 21:37:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    gnu/usr.bin/gdb/kgdb main.c 
  Log:
  MFC rev. 1.3:
  If the argument to the -r flag starts with a ':' or a '|', don't try to
  make sure it is a device.  GDB special cases these prefixes and treats
  :#### as a tcp port on localhost and executes what ever follows '|'.
  
  This allows kgdb to debug via dconschat.
  
  Credits to: brooks
  
  Revision  Changes    Path
  1.2.2.1   +1 -1      src/gnu/usr.bin/gdb/kgdb/main.c


More information about the cvs-all mailing list