OSDN Git Service

* inferiors.c (change_inferior_id): Add comment.
authorDaniel Jacobowitz <dan@debian.org>
Mon, 2 Jul 2007 15:35:36 +0000 (15:35 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Mon, 2 Jul 2007 15:35:36 +0000 (15:35 +0000)
commit2c8ef961d081b5a4b21e5926a295bfa89eebe8e8
tree48bda6e001a5679941ec4eb7cdfe380b14f1229c
parent9bb75e56a7572ca3c864306e054fb9038e4c6ec6
* inferiors.c (change_inferior_id): Add comment.
* linux-low.c (check_removed_breakpoint): Add an early
prototype.  Improve debug output.
(linux_attach): Doc update.
(linux_detach_one_process, linux_detach): Clean up before releasing
each process.
(send_sigstop, wait_for_sigstop): Improve comments and debug output.
* linux-low.h (struct process_info): Doc improvement.
* mem-break.c (delete_all_breakpoints): New.
* mem-break.h (delete_all_breakpoints): New prototype.
* thread-db.c (find_first_thread): New.
(thread_db_create_event): Call it instead of
thread_db_find_new_threads.  Clean up unused variables.
(maybe_attach_thread): Remove first thread handling.
(thread_db_find_new_threads): Use find_first_thread.
(thread_db_get_tls_address): Likewise.
gdb/gdbserver/ChangeLog
gdb/gdbserver/inferiors.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-low.h
gdb/gdbserver/mem-break.c
gdb/gdbserver/mem-break.h
gdb/gdbserver/thread-db.c