aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-09-05 20:41:22 +0000
committerPedro Alves <palves@redhat.com>2013-09-05 20:41:22 +0000
commit6a6bbd9d762d3d9d3da1b0337b84f4fe64f06bd2 (patch)
treefddee6689e38982dfe7f81f89e6c7457bbb7e52a /gdb/gdbserver/ChangeLog
parentf699aaba87de29fe9764fb96f625962f4e3a5921 (diff)
downloadgdb-6a6bbd9d762d3d9d3da1b0337b84f4fe64f06bd2.zip
gdb-6a6bbd9d762d3d9d3da1b0337b84f4fe64f06bd2.tar.gz
gdb-6a6bbd9d762d3d9d3da1b0337b84f4fe64f06bd2.tar.bz2
[gdbserver] Split a new inferiors.h file out of server.h.
gdb/gdbserver/ 2013-09-05 Pedro Alves <palves@redhat.com> * server.h (current_process, get_thread_process, all_processes) (add_inferior_to_list, for_each_inferior, current_inferior) (remove_inferior, add_process, remove_process, find_process_pid) (have_started_inferiors_p, have_attached_inferiors_p) (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id) (clear_inferiors, find_inferior, find_inferior_id) (inferior_target_data, set_inferior_target_data) (inferior_regcache_data, set_inferior_regcache_data): Move to inferiors.h, and include it. * inferiors.h: New file.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 563fa2b..438673d 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,18 @@
2013-09-05 Pedro Alves <palves@redhat.com>
+ * server.h (current_process, get_thread_process, all_processes)
+ (add_inferior_to_list, for_each_inferior, current_inferior)
+ (remove_inferior, add_process, remove_process, find_process_pid)
+ (have_started_inferiors_p, have_attached_inferiors_p)
+ (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
+ (clear_inferiors, find_inferior, find_inferior_id)
+ (inferior_target_data, set_inferior_target_data)
+ (inferior_regcache_data, set_inferior_regcache_data): Move to
+ inferiors.h, and include it.
+ * inferiors.h: New file.
+
+2013-09-05 Pedro Alves <palves@redhat.com>
+
* server.h (struct emit_ops, current_insn_ptr, emit_error):
Move ...
* ax.h: ... here.