| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new target specific protocol `target d10v' implemented in | Andrew Cagney | 1998-02-12 | 1 | -50/+112 |
* | * remote.c: Fix doc for `C' and `S' commands to indicate full | Stu Grossman | 1997-04-04 | 1 | -45/+122 |
* | See gdb ChangeLog entry with header: | Fred Fish | 1996-07-26 | 1 | -0/+12 |
* | * remote-e7000.c,remote.c,target.h,top.c: | Dawn Perchik | 1996-06-28 | 1 | -2/+4 |
* | Support for bi-endian remote breakpoints. | Stan Shebs | 1996-04-28 | 1 | -13/+55 |
* | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1996-03-30 | 1 | -14/+33 |
* | Fix typo in comment. | Fred Fish | 1996-01-17 | 1 | -1/+1 |
* | From Wilfried Moser <wilfried.moser@aut.alcatel.at>: | Stan Shebs | 1996-01-12 | 1 | -0/+5 |
* | From Wilfried Moser <wilfried.moser@aut.alcatel.at>: | Fred Fish | 1996-01-10 | 1 | -31/+41 |
* | * remote.c (remote_write_bytes): Chop up large transfers. | Steve Chamberlain | 1995-08-15 | 1 | -25/+35 |
* | * remote-hms.c (hms_cmds): Get reg term right. | Steve Chamberlain | 1995-08-09 | 1 | -4/+16 |
* | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1995-08-01 | 1 | -18/+192 |
* | * inftarg.c (child_thread_alive): New function to see if a | Jeff Law | 1995-07-13 | 1 | -4/+23 |
* | Hmm.. The ChangeLog went in, but not the code.... | Steve Chamberlain | 1995-06-21 | 1 | -123/+79 |
* | * convex-tdep.c (xfer_core_file): Comment out. | Stan Shebs | 1995-01-28 | 1 | -2/+2 |
* | * gdbserver/remote-utils.c (write_ok): Write "OK", not "Ok", to | Jim Kingdon | 1994-12-08 | 1 | -43/+195 |
* | * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c, | Stu Grossman | 1994-11-03 | 1 | -11/+14 |
* | * remote.c (remote_wait): Return inferior_pid instead of 0 for | Stu Grossman | 1994-08-12 | 1 | -10/+10 |
* | * remote.c (read_frame): Calculate run length encoded checksum correctly. | Steve Chamberlain | 1994-08-05 | 1 | -4/+8 |
* | * remote.c (remote_open): Set inferior_pid to make kill command | Stu Grossman | 1994-08-04 | 1 | -1/+10 |
* | * remote.c (read_frame): Split readchar/checksum calculation into | Steve Chamberlain | 1994-07-30 | 1 | -2/+2 |
* | * Makefile.in (INSTALLED_LIBS, CLIBS, DEPFILES): Add support for | Stu Grossman | 1994-07-28 | 1 | -186/+198 |
* | gcc -Wall lint: | Jim Kingdon | 1994-05-13 | 1 | -3/+5 |
* | * valprint.c (print_longest): Clarify comment about use_local. | Jim Kingdon | 1994-05-04 | 1 | -4/+4 |
* | [Sharp eyes, Jim...] | Stu Grossman | 1994-04-27 | 1 | -3/+44 |
* | * remote.c: Around redefinition of PBUFSIZE, adjust whitespace. | Jim Kingdon | 1994-04-11 | 1 | -1/+4 |
* | * remote.c (getpkt): Remove unused "out" label. | Jim Kingdon | 1994-03-30 | 1 | -1/+0 |
* | * remote.c (getpkt): If we get a timeout, actually retry rather | Jim Kingdon | 1994-03-30 | 1 | -6/+7 |
* | * remote.c (remote_store_registers): Add 'P' request to set an | Jim Kingdon | 1994-03-29 | 1 | -20/+64 |
* | Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1994-03-21 | 1 | -100/+66 |
* | * Makefile.in (TAGS): Use variables directly, rather than using | Jim Kingdon | 1994-03-19 | 1 | -26/+158 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -7/+7 |
* | * symfile.c (reread_symbols): When re-reading symbols, do all the | Jim Kingdon | 1993-10-30 | 1 | -10/+6 |
* | * Makefile.in (init.c): Generate using the source, not munch. This | Jim Kingdon | 1993-10-22 | 1 | -1/+3 |
* | * target.h: Put remote_debug declaration back here. Add baud_rate. | Jim Kingdon | 1993-10-21 | 1 | -4/+0 |
* | * main.c: Make baud_rate and remote_debug be global variables, | Stu Grossman | 1993-10-21 | 1 | -13/+17 |
* | * remote.c (remote_wait): Use strtoul for parsing 'N' message. | Jim Kingdon | 1993-10-08 | 1 | -3/+3 |
* | * blockframe.c (find_pc_partial_function): Fix handling for PCs | Stu Grossman | 1993-10-07 | 1 | -9/+79 |
* | * remote.c, remote-utils.c: Use SERIAL_FLUSH_INPUT after opening it. | Jim Kingdon | 1993-09-21 | 1 | -0/+4 |
* | Add comment regarding section designation: | Jim Kingdon | 1993-09-21 | 1 | -1/+8 |
* | * remote.c, remote-mips.c: Use sr_get_debug not remote_debug. | Jim Kingdon | 1993-09-20 | 1 | -12/+8 |
* | use remote-utils facilities for baud_rate | K. Richard Pixley | 1993-09-14 | 1 | -12/+4 |
* | * remote.c: Define remote_debug to 0 and #if 0 baud_rate. Temporary | Jim Kingdon | 1993-09-14 | 1 | -3/+35 |
* | * remote.c (remote_wait): Don't call error. Instead, call warning | Ian Lance Taylor | 1993-09-07 | 1 | -93/+102 |
* | * remote.c (remote_wait): Added 'W' and 'N' responses. | Ian Lance Taylor | 1993-09-06 | 1 | -0/+69 |
* | * dcache.c: Cast return value from xmalloc. | Jim Kingdon | 1993-09-03 | 1 | -2/+6 |
* | * remote.c: Add comment explaining why dcache is disabled. | Jim Kingdon | 1993-09-01 | 1 | -3/+14 |
* | break dcache code out of remote.c | K. Richard Pixley | 1993-09-01 | 1 | -207/+97 |
* | Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | Jim Kingdon | 1993-07-14 | 1 | -28/+97 |
* | add comment | Jim Kingdon | 1993-06-25 | 1 | -0/+2 |