summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/i386-gdbstub.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-4/+3
* Use __FBSDID().obrien2003-06-021-1/+3
* We cannot use the normal strlen() and strcpy, but don't #define strlen andphk2003-05-311-14/+11
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-5/+5
* Back out 1.19 to rethink approachnjl2002-12-171-2/+2
* Automatically issue a "continue" along with the "detach" command. Thisnjl2002-12-171-2/+2
* Backed out the main part of revs.1.14-16. Don't disable interrupts inbde2002-01-301-10/+3
* A set of changes to reduce the number of include files the kerneljulian2001-07-081-1/+1
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-8/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-4/+6
* Correct previous commit: solve the "stopped clock" syndrome in remotegrog2000-05-181-2/+2
* Fix a long-standing bug which caused massive character loss in remotegrog2000-04-251-5/+15
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+1
* Renamed the private copies of strlen and strcpy to gdb_strlen andbde1999-05-131-4/+3
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+2
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-071-7/+12
* More const fixes for -Wall, -Wcast-qualdillon1999-01-291-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-1/+1
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-0/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Document a non-standard gdbremote protocol extension (kludge, really)pst1997-06-041-0/+14
* Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-301-0/+8
* Make a kernel with DDB but without sio possible again. This is onlyphk1996-11-251-0/+9
* Improvements from Bruce Evanspst1996-08-301-12/+16
* Support for GDB remote debug protocol.pst1996-08-271-0/+583
OpenPOWER on IntegriCloud