projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d50216
)
2010-05-17 Hui Zhu <teawater@gmail.com>
author
Hui Zhu
<teawater@gmail.com>
Mon, 17 May 2010 03:20:57 +0000
(
03:20
+0000)
committer
Hui Zhu
<teawater@gmail.com>
Mon, 17 May 2010 03:20:57 +0000
(
03:20
+0000)
* target.c (target_mourn_inferior): Extern reset_schedlock.
gdb/ChangeLog
patch
|
blob
|
history
gdb/target.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d509d033ebcbb87cc19749c411cbdbe275e3fd1a..cb272cd887d7a913747285e9b0ce748fa3f818c0 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2010-05-17 Hui Zhu <teawater@gmail.com>
+
+ * target.c (target_mourn_inferior): Extern reset_schedlock.
+
2010-05-16 Michael Snyder <msnyder@vmware.com>
* target.c: White space.
diff --git
a/gdb/target.c
b/gdb/target.c
index db2f174cbc3c36b42e86f336a891adfed4b1dd1d..cee3582ae609a0bf1202d7ea3129e5826499c6de 100644
(file)
--- a/
gdb/target.c
+++ b/
gdb/target.c
@@
-2244,6
+2244,7
@@
void
target_mourn_inferior (void)
{
struct target_ops *t;
+ extern void reset_schedlock ();
/* Clear schedlock in infrun.c */
reset_schedlock ();