aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-032007-07-03 Paul Gilliam <pgilliam@us.ibm.com>Daniel Jacobowitz1-3/+13
2007-07-02 * Makefile.in (XMLFILES): Add library-list.dtd.Daniel Jacobowitz1-8/+51
2007-06-22 * remote.c (remote_address_masked): If remote_address_size is zero,Ulrich Weigand1-15/+8
2007-06-18 * coffread.c (coff_sym_fns): Add default_symfile_segments.Daniel Jacobowitz1-25/+91
2007-06-16 * regcache.c (struct regcache): Add ptid_t member.Ulrich Weigand1-2/+3
2007-06-132007-06-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+1
2007-06-132007-06-13 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-2/+4
2007-06-13 * remote.c (remote_protocol_features): Add qXfer:spu:read andUlrich Weigand1-0/+4
2007-06-12ChangeLog:Ulrich Weigand1-3/+63
2007-06-092007-06-09 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-1/+2
2007-06-07 * remote.c (process_g_packet): Don't check size.Vladimir Prus1-2/+0
2007-05-312007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-13/+18
2007-05-11doc/ChangeLog:Ulrich Weigand1-11/+2
2007-05-11 * gdbarch.sh (remote_translate_xfer_address): Remove.Ulrich Weigand1-12/+0
2007-05-10 * remote.c (remote_detach): Error out if remote can't detach.Pedro Alves1-1/+5
2007-05-06 * regcache.c (regcache_invalidate): New function.Ulrich Weigand1-4/+0
2007-05-06 * target.h (struct target_ops): Add REGCACHE parameter toUlrich Weigand1-3/+3
2007-05-06 * target.h (struct regcache): Add forward declaration.Ulrich Weigand1-26/+26
2007-03-27 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,Ulrich Weigand1-54/+0
2007-02-26 * remote.c (init_remote_state): Add special handling for placeholderDaniel Jacobowitz1-1/+7
2007-02-08 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)Daniel Jacobowitz1-2/+3
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