Add support for enabling and disabling tracepoints while a trace
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 3c06909b70839bd47b61f19abef7db7599090c85..c5ae99fd9c3b938868d92930451b4f2a03bc06ac 100644 (file)
@@ -1,3 +1,114 @@
+2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * server.c (handle_query): Add EnableDisableTracepoints to the list
+       of supported features.
+       * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
+       tracepoints.
+       (cmd_qtenable_disable): New.
+       (cmd_qtstart): Install tracepoints even if disabled.
+       (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
+       receiving a QTEnable or QTDisable packet.
+       (gdb_collect): Skip data collection if fast tracepoint is disabled.
+       (ust_marker_to_static_tracepoint): Do not ignore disabled static
+       tracepoints.
+       (gdb_probe): Skip data collection if static tracepoint is disabled.
+
+2011-05-10  Doug Evans  <dje@google.com>
+
+       * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
+
+2011-05-04  Doug Evans  <dje@google.com>
+
+       * linux-low.c (linux_join): Skip process lookup.
+       * spu-low.c (spu_join): Ditto.
+       * server.c (join_inferiors_callback): Delete.
+       (process_serial_event): For 'D' packet (detach) call join_inferior
+       directly.
+
+2011-05-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * README: Don't mention xscale*-*-linux*.
+       * configure.srv (xscale*-*-linux*): Don't handle target.
+
+2011-04-27  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
+       casting pointers.
+       (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
+       (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
+       (i386_emit_void_call_2): Likewise.
+
+2011-04-26  Yao Qi  <yao@codesourcery.com>
+
+        * linux-low.c: Move common macros to linux-ptrace.h.
+        Include linux-ptrace.h.
+       * Makefile.in (linux_ptrace_h): New.
+       (linux-low.o): Depends on linux-ptrace.h.
+
+2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
+       RUN_ONCE.  Comment for the LISTEN_DESC delete_file_handler call.
+       (remote_prepare): New function with most of the TCP code from ...
+       (remote_open): ... here.  Detect PORT here unconditionally.  Move also
+       setting transport_is_reliable.
+       * server.c (run_once): New variable.
+       (gdbserver_usage): Document it.
+       (main): Set run_once for `--once'.  Call remote_prepare.  Exit after
+       the first run if RUN_ONCE.
+       * server.h (run_once, remote_prepare): New declarations.
+
+2011-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * win32-low.c (handle_load_dll): Remove duplicate "the".
+
+2011-04-07  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Remove support for old Cygwin 1.5 versions.
+       * win32-low.c (win32_create_inferior): Use new cygwin_path_list
+       function to avoid warning.
+       (win32_add_one_solib): Use cygwin_conv_path function to avoid
+       warning.
+
+2011-03-18  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * gdbserver/server.h (Macro _): Define it if not available.
+
+2011-03-14  Michael Snyder  <msnyder@vmware.com>
+
+       * hostio.c (handle_close): Remove unnecessary null test.
+
+2011-03-10  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in (maintainer-clean realclean distclean): Remove
+       "make ...  subdir_do" command.
+
+2011-03-10  Michael Snyder  <msnyder@vmware.com>
+
+       * tracepoint.c (tracepoint_finish_step): Fix loop variable.
+
+       * server.c (handle_v_run): Free alloced buffer on early return.
+
+2011-03-09  Yao Qi  <yao@codesourcery.com>
+
+       Revert:
+       2011-03-04  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in: Remove GNU make feature --directory.
+
+       2011-03-05  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
+       (subdir_do): New make target.  Copied from gdb/Makefile.
+       (maintainer-clean, realclean, distclean, clean): Call corresponding
+       make targets in common/Makefile.
+
+       2011-02-11  Yao Qi  <yao@codesourcery.com>
+
+       * configure.ac: Call AC_PROG_RANLIB.
+       * Makefile.in: Remove signals.o from OBS.  Link libcommon.a.
+       * configure: Regenerate.
+
 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
 
        * Makefile.in: Remove GNU make feature --directory.
 
+2011-03-04  Michael Snyder  <msnyder@vmware.com>
+
+       * server.c (queue_stop_reply): Call xmalloc not malloc.
+
+2011-03-02  Michael Snyder  <msnyder@vmware.com>
+
+       * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
+
 2011-02-28  Michael Snyder  <msnyder@vmware.com>
 
+       * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
+       (cmd_qtframe): Ditto.
+       (cmd_qtbuffer): Ditto.
+       (cmd_bigqtbuffer): Ditto.
+
        * utils.c (decimal2str): Initialize 'width' to nine, then
        don't mess with it.
 
This page took 0.026836 seconds and 4 git commands to generate.