gdb:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 23ba55838bc7fc0d0d6591a30598351b72361615..3e6e5010cd7421526f3e60d72ba73a7699b4fdf8 100644 (file)
@@ -1,3 +1,24 @@
+2012-03-03  Yao Qi  <yao@codesourcery.com>
+
+       * target.h (struct target_ops) <to_use_agent>: New field.
+       (struct target_ops) <to_can_use_agent>: New field.
+       (target_use_agent, target_can_use_agent): New macro.
+       * target.c (update_current_target): Update.
+       * remote.c: New enum `PACKET_QAgent'.
+       (remote_protocol_features): Add a new element.
+       (remote_use_agent, remote_can_use_agent): New.
+       (init_remote_ops): Initialize field `can_use_agent' with
+       remote_can_use_agent.  Intiailize field `use_agent' with
+       remote_use_agent.
+       * common/agent.c (use_agent): New global.
+       * common/agent.h: Declare it.
+       * tracepoint.c (info_static_tracepoint_markers_command): Add
+       comment.
+       * Makefile.in (SFILES): Add common/agent.c and agent.c.
+       (COMMON_OBS): Add common/agent.o and agent.o
+       (common-agent.o): New rule.
+       * agent.c: New.
+
 2012-03-03  Yao Qi  <yao@codesourcery.com>
 
        * common/agent.c: New.
This page took 0.024659 seconds and 4 git commands to generate.