*** empty log message ***
This commit is contained in:
parent
b48914e1e0
commit
64e5222463
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue