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:
0bd83fd
)
Remove obsolete START_INFERIOR_HOOK.
author
John Gilmore
<gnu@cygnus>
Tue, 28 Jan 1992 02:49:12 +0000
(
02:49
+0000)
committer
John Gilmore
<gnu@cygnus>
Tue, 28 Jan 1992 02:49:12 +0000
(
02:49
+0000)
gdb/infrun.hacked.c
patch
|
blob
|
history
diff --git
a/gdb/infrun.hacked.c
b/gdb/infrun.hacked.c
index 6d726150c0e10fc579a2eb99e5928d33f4704708..ae633e2bd1941b4b1228c3a06dd1322d182a4fc4 100644
(file)
--- a/
gdb/infrun.hacked.c
+++ b/
gdb/infrun.hacked.c
@@
-533,10
+533,6
@@
child_create_inferior (exec_file, allargs, env)
clear_proceed_status ();
-#if defined (START_INFERIOR_HOOK)
- START_INFERIOR_HOOK ();
-#endif
-
/* We will get a trace trap after one instruction.
Continue it automatically. Eventually (after shell does an exec)
it will get another trace trap. Then insert breakpoints and continue. */