summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* * remote.c (unpack_varlen_hex): Correct type of retval.Daniel Jacobowitz2006-07-131-1/+1
* * remote.c (REMOTE_ALIGN_WRITES): New.Daniel Jacobowitz2006-07-121-3/+36
* gdb/Daniel Jacobowitz2006-07-121-35/+147
* * target.c (target_read): Stop if target_read_partial returns 0Daniel Jacobowitz2006-07-121-29/+17
* gdb/Daniel Jacobowitz2006-07-051-3/+0
* * remote.c (init_remote_state): Use xrealloc instead of xmalloc.Daniel Jacobowitz2006-07-041-1/+1
* * remote.c (remote_escape_output): New function.Daniel Jacobowitz2006-06-221-18/+40
* gdb/Daniel Jacobowitz2006-06-211-4/+245
* * remote.c (set_remote_protocol_packet_cmd)Daniel Jacobowitz2006-06-121-75/+33
* * remote-fileio.c (remote_fileio_reset): New.Nathan Sidwell2006-06-081-0/+3
* * gdb/remote.c (remote_open_1): Do preopen tasks beforegdb-csl-sourcerygxx-4_1-7Nathan Sidwell2006-06-081-3/+3
* * (struct remote_state): New type, only containingDaniel Jacobowitz2006-06-081-94/+137
* * gdb/remote.c (remote_insert_watchpoint): Return -1, rather thanNathan Sidwell2006-06-061-13/+5
* * remote.c (remote_disconnect): Add TARGET argument.Daniel Jacobowitz2006-05-051-1/+1
* 2006-04-20 Michael Snyder <msnyder@redhat.com>Michael Snyder2006-04-261-1/+1
* gdb/Daniel Jacobowitz2006-04-181-41/+30
* * remote.c (extended_remote_restart): Pass the correct lengthDaniel Jacobowitz2006-04-121-1/+1
* * remote.c (remote_wait): Convert warning to error beforeDaniel Jacobowitz2006-04-071-2/+2
* 2006-03-30 Vladimir Prus <ghost@cs.msu.su>Daniel Jacobowitz2006-03-301-3/+3
* * remote.c (struct remote_state): Add BUF and BUF_SIZE.Daniel Jacobowitz2006-03-301-195/+244
* 2006-03-16 Michael Snyder <msnyder@redhat.com>Michael Snyder2006-03-171-2/+1
* * remote.c: Add an enumeration for configurable remoteDaniel Jacobowitz2006-02-201-296/+129
* * Makefile.in (remote.o): Update.Daniel Jacobowitz2006-02-021-18/+32
* PR gdb/1914Daniel Jacobowitz2006-01-241-16/+2
* * infcmd.c: Include "observer.h".Daniel Jacobowitz2006-01-241-6/+0
* * remote-fileio.c (remote_fileio_return_success): Take a gdb_byteDaniel Jacobowitz2006-01-171-39/+39
* * remote.c (get_memory_packet_size, set_thread)Mark Kettenis2006-01-111-49/+48
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* * remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.Wu Zhou2005-07-201-3/+1
* * remote.c (extended_remote_restart): Pass buffer in call toMark Kettenis2005-06-221-1/+1
* * remote.c (set_thread, remote_thread_alive): Replace sprintfWu Zhou2005-06-171-17/+20
* From Wu Zhou <woodzltc@cn.ibm.com>:Daniel Jacobowitz2005-05-281-2/+2
* * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.Daniel Jacobowitz2005-05-281-2/+2
* * corelow.c (core_xfer_partial): Change type of readbuf andMark Kettenis2005-05-161-8/+3
* * solib.h (CLEAR_SOLIB, SOLIB_ADD)Mark Kettenis2005-05-121-4/+6
* 2005-05-01 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-05-011-4/+4
* * remote.c (init_remote_state): Eliminate use ofKevin Buettner2005-04-281-6/+3
* 2005-04-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-04-261-28/+17
* 2005-04-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-04-261-4/+4
* Delete unused variables.Kevin Buettner2005-04-151-10/+0
* * remote.c (remote_get_thread_local_address): Throw a moreKevin Buettner2005-04-151-1/+10
* Add remote TLS support.Kevin Buettner2005-04-151-0/+78
* * remote.c (add_packet_config_cmd): Delete unused variables.Kevin Buettner2005-04-151-6/+1
* Eliminate calls to deprecated_show_value_hack(). This also eliminates theKevin Buettner2005-04-151-11/+0
* Fix memset thinkos.Anthony Green2005-03-251-1/+1
* * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead ofMark Kettenis2005-03-131-2/+4
* * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.Nathan Sidwell2005-03-081-8/+18
* * Makefile.in (remote.o): Update dependencies.Daniel Jacobowitz2005-03-041-0/+1
* * remote.c (remote_open_1): Call observer_notify_inferior_created.Daniel Jacobowitz2005-03-031-1/+3
* 2005-02-21 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-211-7/+7