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:
b48914e
)
*** empty log message ***
author
John Gilmore
<gnu@cygnus>
Sat, 6 Apr 1991 01:14:30 +0000
(
01:14
+0000)
committer
John Gilmore
<gnu@cygnus>
Sat, 6 Apr 1991 01:14:30 +0000
(
01:14
+0000)
gdb/exec.c
patch
|
blob
|
history
diff --git
a/gdb/exec.c
b/gdb/exec.c
index eefe77223ac0de9ffe602e27c58698969e1ff1f1..a014068999cb7f995454a0defbea95bfb689d472 100644
(file)
--- a/
gdb/exec.c
+++ b/
gdb/exec.c
@@
-320,7
+320,9
@@
struct target_ops exec_ops = {
exec_xfer_memory, exec_files_info,
0, 0, /* insert_breakpoint, remove_breakpoint, */
0, 0, 0, 0, 0, /* terminal stuff */
- 0, 0, 0, 0, 0, /* kill, load, add_syms, call fn, lookup sym */
+ 0, 0, /* kill, load */
+ add_syms_addr_command,
+ 0, 0, /* call fn, lookup sym */
child_create_inferior,
0, /* mourn_inferior */
file_stratum, 0, /* next */