aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-05-17 05:31:00 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-05-17 05:31:00 +0000
commit070abf125e052204c4e49f0939a9e8a4539453e9 (patch)
tree9e6710441add16a9922ee1d86eefd1edcd5bca2f /gdb/target.h
parent6d53bf82fce9ddb0b77d75c892e98fead20c573a (diff)
downloadgdb-070abf125e052204c4e49f0939a9e8a4539453e9.zip
gdb-070abf125e052204c4e49f0939a9e8a4539453e9.tar.gz
gdb-070abf125e052204c4e49f0939a9e8a4539453e9.tar.bz2
Add reset_schedlock declaration in target.h.
This patches improves a couple of previous patches: - one that introduces reset_schedlock, but failed to add a declarationl; - one that was checked in to avoid a compilation failure due to that missing declaration. It also improves the declaration itself to better conform to our coding practices. Same for the comments. 2010-05-17 Joel Brobecker <brobecker@adacore.com> * target.h (reset_schedlock): Add declaration. * infrun.c (reset_schedlock): Add missing void in function profile. * target.c (target_mourn_inferior): Delete local declaration of reset_schedlock. Style-fix in comment.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/target.h b/gdb/target.h
index d4bd007..cd2e82b 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -873,6 +873,8 @@ int target_write_memory_blocks (VEC(memory_write_request_s) *requests,
/* From infrun.c. */
+extern void reset_schedlock (void);
+
extern int inferior_has_forked (ptid_t pid, ptid_t *child_pid);
extern int inferior_has_vforked (ptid_t pid, ptid_t *child_pid);