aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-09XML feature description support.Daniel Jacobowitz1-0/+11
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2007-01-03 Warning fixes.Daniel Jacobowitz1-6/+4
2006-11-28 * Makefile.in (mips-tdep.o, target-descriptions.o): Update.Daniel Jacobowitz1-17/+120
2006-11-28 * Makefile.in (SFILES): Add new and missed files.Daniel Jacobowitz1-0/+21
2006-11-28 * remote.c (struct remote_arch_state): Doc fix.Daniel Jacobowitz1-150/+237
2006-11-16gdb/Daniel Jacobowitz1-4/+76
2006-11-14gdb/Daniel Jacobowitz1-3/+14
2006-10-212006-10-21 Paul Brook <paul@codesourcery.com>Paul Brook1-1/+1
2006-10-20 * linux-thread-db.c (check_for_thread_db): Don't attempt to useUlrich Weigand1-2/+1
2006-10-18 * inferior.h (start_remote): Update prototype.Daniel Jacobowitz1-15/+7
2006-10-17 * remote.c (remote_pid_to_str): Capitalize "Thread".Daniel Jacobowitz1-1/+1
2006-10-16 PR remote/2158Daniel Jacobowitz1-2/+3
2006-10-05 * remote.c (get_remote_state_raw): Renamed from get_remote_state.Daniel Jacobowitz1-3/+18
2006-09-22 * remote.c (remote_write_bytes_aux): Doc fix.Daniel Jacobowitz1-2/+0
2006-09-21 * Makefile.in (SFILES): Add target-memory.c.Daniel Jacobowitz1-62/+262
2006-09-21gdb/Daniel Jacobowitz1-1/+33
2006-09-20 PR remote/2154Daniel Jacobowitz1-62/+62
2006-08-16 * remote.c, target.c: Strip trailing whitespace.Daniel Jacobowitz1-30/+30
2006-08-15 * remote.c (remote_write_bytes): Take a const buffer argument.Daniel Jacobowitz1-22/+24
2006-07-27 * remote.c (remote_protocol_features): Correct qPart to qXfer.Daniel Jacobowitz1-1/+1
2006-07-13 * remote.c (unpack_varlen_hex): Correct type of retval.Daniel Jacobowitz1-1/+1
2006-07-12 * remote.c (REMOTE_ALIGN_WRITES): New.Daniel Jacobowitz1-3/+36
2006-07-12gdb/Daniel Jacobowitz1-35/+147
2006-07-12 * target.c (target_read): Stop if target_read_partial returns 0Daniel Jacobowitz1-29/+17
2006-07-05gdb/Daniel Jacobowitz1-3/+0
2006-07-04 * remote.c (init_remote_state): Use xrealloc instead of xmalloc.Daniel Jacobowitz1-1/+1
2006-06-22 * remote.c (remote_escape_output): New function.Daniel Jacobowitz1-18/+40
2006-06-21gdb/Daniel Jacobowitz1-4/+245
2006-06-12 * remote.c (set_remote_protocol_packet_cmd)Daniel Jacobowitz1-75/+33
2006-06-08 * remote-fileio.c (remote_fileio_reset): New.Nathan Sidwell1-0/+3
2006-06-08 * gdb/remote.c (remote_open_1): Do preopen tasks beforeNathan Sidwell1-3/+3
2006-06-08 * (struct remote_state): New type, only containingDaniel Jacobowitz1-94/+137
2006-06-06 * gdb/remote.c (remote_insert_watchpoint): Return -1, rather thanNathan Sidwell1-13/+5
2006-05-05 * remote.c (remote_disconnect): Add TARGET argument.Daniel Jacobowitz1-1/+1
2006-04-262006-04-20 Michael Snyder <msnyder@redhat.com>Michael Snyder1-1/+1
2006-04-18gdb/Daniel Jacobowitz1-41/+30
2006-04-12 * remote.c (extended_remote_restart): Pass the correct lengthDaniel Jacobowitz1-1/+1
2006-04-07 * remote.c (remote_wait): Convert warning to error beforeDaniel Jacobowitz1-2/+2
2006-03-302006-03-30 Vladimir Prus <ghost@cs.msu.su>Daniel Jacobowitz1-3/+3
2006-03-30 * remote.c (struct remote_state): Add BUF and BUF_SIZE.Daniel Jacobowitz1-195/+244
2006-03-172006-03-16 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+1
2006-02-20 * remote.c: Add an enumeration for configurable remoteDaniel Jacobowitz1-296/+129
2006-02-02 * Makefile.in (remote.o): Update.Daniel Jacobowitz1-18/+32
2006-01-24 PR gdb/1914Daniel Jacobowitz1-16/+2
2006-01-24 * infcmd.c: Include "observer.h".Daniel Jacobowitz1-6/+0
2006-01-17 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byteDaniel Jacobowitz1-39/+39
2006-01-11* remote.c (get_memory_packet_size, set_thread)Mark Kettenis1-49/+48
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-07-20* remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.Wu Zhou1-3/+1