aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-07-02 15:35:36 +0000
committerDaniel Jacobowitz <drow@false.org>2007-07-02 15:35:36 +0000
commitae13219ef81570640d856de602d606752f1b562a (patch)
tree253787951832584267f55b893cb5e8a00180e7f5 /gdb/gdbserver/mem-break.h
parentbfd: (diff)
downloadbinutils-gdb-ae13219ef81570640d856de602d606752f1b562a.tar.gz
binutils-gdb-ae13219ef81570640d856de602d606752f1b562a.tar.bz2
binutils-gdb-ae13219ef81570640d856de602d606752f1b562a.zip
* 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.
Diffstat (limited to 'gdb/gdbserver/mem-break.h')
-rw-r--r--gdb/gdbserver/mem-break.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/mem-break.h b/gdb/gdbserver/mem-break.h
index 9c8dc28a287..73538077439 100644
--- a/gdb/gdbserver/mem-break.h
+++ b/gdb/gdbserver/mem-break.h
@@ -72,4 +72,8 @@ void check_mem_write (CORE_ADDR mem_addr, unsigned char *buf, int mem_len);
void set_breakpoint_data (const unsigned char *bp_data, int bp_len);
+/* Delete all breakpoints. */
+
+void delete_all_breakpoints (void);
+
#endif /* MEM_BREAK_H */