diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-05-21 06:54:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-05-21 06:54:13 +0000 |
commit | 50a2a691824992f474b19bf40bbff016b2f67150 (patch) | |
tree | 00df34e93ad0cb95e742316790b57f1ced5d7bb8 /include/remote-sim.h | |
parent | 003c91bec4849e4a5b54d6e81383a4ff4376e996 (diff) | |
download | gdb-50a2a691824992f474b19bf40bbff016b2f67150.zip gdb-50a2a691824992f474b19bf40bbff016b2f67150.tar.gz gdb-50a2a691824992f474b19bf40bbff016b2f67150.tar.bz2 |
Watchpoint interface.
Diffstat (limited to 'include/remote-sim.h')
-rw-r--r-- | include/remote-sim.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/remote-sim.h b/include/remote-sim.h index fb13a24..c04109f 100644 --- a/include/remote-sim.h +++ b/include/remote-sim.h @@ -163,23 +163,22 @@ void sim_do_command PARAMS ((SIM_DESC sd, char *cmd)); /* NOTE: sim_set_callbacks () is depreciated. - Provide simulator with a default (global) host_callback_struct. */ - void sim_set_callbacks PARAMS ((struct host_callback_struct *)); /* NOTE: sim_size() is depreciated. - sim_size() does not take a SIM_DESC argument as this function is used before sim_open() has been called. */ - void sim_size PARAMS ((int i)); /* NOTE: sim_trace() is depreciated. */ - int sim_trace PARAMS ((SIM_DESC sd)); +/* NOTE: sim_set_profile_size is depreciated */ +void sim_set_profile_size PARAMS ((int n)); + + #endif /* !defined (REMOTE_SIM_H) */ |