add packaging
[platform/upstream/binutils.git] / gdb / gdbserver / remote-utils.c
2014-09-16 Gary BensonRename current_inferior as current_thread in gdbserver
2014-08-28 Gary BensonConvert fatal to error in remote_prepare
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonMove stdio.h to common-defs.h
2014-02-12 Tom Tromeyreplace convert_ascii_to_int with hex2bin
2014-02-12 Tom Tromeyreplace convert_int_to_ascii with bin2hex
2014-02-12 Tom Tromeyreplace hexify with bin2hex
2014-02-12 Tom Tromeydon't let hexify call strlen
2014-02-12 Tom Tromeymove some rsp bits into rsp-low.h
2014-01-22 Doug Evans New gdbserver option --debug-format=timestamp.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-09-05 Pedro Alves[gdbserver] Split a new dll.h file out of server.h.
2013-07-01 Pedro AlvesRely on gnulib's unistd.h replacement.
2013-06-07 Pedro Alves[GDBserver] Multi-process + multi-arch
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-15 Pierre Muller2012-11-15 Pierre Muller <muller@sourceware.org>
2012-11-09 Yao Qigdb/gdbserver:
2012-04-29 Yao Qigdb/gdbserver:
2012-04-19 Yao Qigdb/gdbserver/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-16 Doug Evans * NEWS: Add entry for stdio gdbserver.
2011-12-16 Doug Evans * remote-utils.c (prepare_resume_reply): Remove extran...
2011-11-09 Yao Qigdb/gdbserver
2011-07-21 Kwok Yeung2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
2011-04-24 Jan Kratochvilgdb/
2011-03-07 Jan Kratochvilgdb/gdbserver/
2011-01-25 Pedro Alves2011-01-25 Pedro Alves <pedro@codesourcery.com>
2011-01-06 Michael Snyder2011-01-05 Michael Snyder <msnyder@msnyder-server...
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-27 Pedro Alves * event-loop.c (event_handle_func): Adjust to use...
2010-08-26 Pedro Alves * gdbreplay.c (remote_error): New.
2010-07-01 Pedro Alves Static tracepoints support, and UST integration.
2010-06-01 Pedro Alvesgdb/gdbserver/
2010-05-26 Ozkan Sezer2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2010-05-03 Doug Evans * event-loop.c (struct callback_event): New struct.
2010-05-03 Pedro Alves gdb/gdbserver/
2010-04-26 Doug Evans * remote-utils.c (putpkt_binary_1): Call readchar...
2010-04-17 Pierre Muller * configure.ac: Use `ws2_32' library for srv_mingw.
2010-04-11 Pedro Alves GDBserver disconnected tracing support.
2010-01-20 Pedro Alves * regcache.h (struct thread_info): Forward declare.
2010-01-12 Vladimir Prus Implement core awareness.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-07-06 Aleksandar Ristovski Adding Neutrino gdbserver.
2009-05-24 Doug Evansgdb:
2009-04-03 Ulrich Weigand * remote-utils.c (prepare_resume_reply): Null-terminat...
2009-04-01 Pedro Alves2009-04-01 Pedro Alves <pedro@codesourcery.com>
2009-04-01 Pedro Alves Non-stop mode support.
2009-04-01 Pedro Alves Decouple target code from remote protocol.
2009-03-22 Pedro Alves * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
2009-02-14 Pierre Muller * remote-utils.c (getpkt): Also generate remote-debug
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-12-14 Doug Evans * utils.c (xmalloc,xcalloc,xstrdup): New fns.
2008-12-02 Vladimir Prus Implement -list-thread-groups --available
2008-08-12 Sandra Loosemoregdb/doc/
2008-06-27 Pedro Alves * remote-utils.c (prepare_resume_reply): If requested...
2008-05-09 Doug Evans New "find" command.
2008-01-30 Daniel Jacobowitz * linux-low.c (linux_attach_lwp): Do not _exit after...
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-12-07 Daniel Jacobowitz * linux-low.c (linux_wait, linux_resume): Do not handl...
2007-12-06 Daniel Jacobowitz2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-01 Michael Snyder2007-08-01 Michael Snyder <msnyder@access-company...
2007-07-18 Pedro Alves * remote-utils.c (remote_open): Set SO_KEEPALIVE on...
2007-07-17 Daniel Jacobowitz2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
2007-07-03 Daniel Jacobowitz2007-07-03 Paul Gilliam <pgilliam@us.ibm.com>
2007-06-12 Ulrich WeigandChangeLog:
2007-05-10 Pedro Alves * server.h (check_remote_input_interrupt_request)...
2007-03-29 Pedro Alvesgdb/
2007-03-27 Pedro Alves * remote-utils.c (monitor_output): Constify msg parameter.
2007-02-27 Daniel Jacobowitzfrom Mat Hostetter <mat@lcs.mit.edu>
2007-02-26 Daniel Jacobowitz * gdb.texinfo (Monitor commands for gdbserver): New...
2007-02-25 Pedro Alves * target.h (target_ops): Rename send_signal to request...
2007-02-16 Daniel Jacobowitz * remote-utils.c: Remove HAVE_TERMINAL_H check.
2007-01-29 Daniel Jacobowitz * remote-utils.c [USE_WIN32API] (read, write): Define.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-12-30 Daniel Jacobowitz * remote-utils.c (remote_open): Check the type of...
2006-11-16 Daniel Jacobowitzgdb/
2006-10-17 Daniel Jacobowitz * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
2006-09-21 Daniel Jacobowitz * remote-utils.c (try_rle): New function.
2006-07-23 Daniel Jacobowitzgdb/
2006-06-22 Daniel Jacobowitz * remote-utils.c (remote_escape_output, remote_unescap...
2006-05-30 Daniel Jacobowitz * remote-utils.c (all_symbols_looked_up): New variable.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-03-03 Daniel Jacobowitz * remote-utils.c (prepare_resume_reply): Move declaration
2005-12-23 Eli Zaretskii * linux-arm-low.c:
2005-07-13 Daniel Jacobowitz * inferiors.c (struct thread_info): Add gdb_id.
2005-06-13 Daniel Jacobowitz * acconfig.h: Remove.
2005-05-12 Orjan Friberg2005-05-12 Orjan Friberg <orjanf@axis.com>
2005-03-03 Daniel Jacobowitz * inferiors.c (change_inferior_id, add_thread, find_in...
2004-10-16 Daniel Jacobowitz * linux-i386-low.c (ps_get_thread_area): New.
2004-02-29 Daniel Jacobowitz * remote-utils.c (prepare_resume_reply): Always supply...
2004-02-29 Daniel Jacobowitz * linux-low.c (linux_wait): Unblock async I/O.
2004-02-29 Daniel Jacobowitz * remote-utils.c (remote_open): Print a status notice...
2004-02-26 Daniel Jacobowitz * remote-utils.c (write_enn): Use "E01" instead of...
2003-06-05 Daniel Jacobowitz * linux-low.c (linux_wait_for_event): Correct comment...
2002-08-29 Daniel Jacobowitz * linux-low.c (linux_create_inferior): Call...
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-06-11 Daniel Jacobowitz2002-06-11 Daniel Jacobowitz <drow@mvista.com>
next