aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-events.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-27 11:37:34 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-27 11:37:34 +0000
commit38e64f358e2894319381e195c699c337b6dbb29d (patch)
treed64f93009c8dc1ce88106cfac6cbbe22d771e7b6 /sim/common/sim-events.h
parent0802cc4008d88503871f386dec0745bd199087e0 (diff)
downloadgdb-38e64f358e2894319381e195c699c337b6dbb29d.zip
gdb-38e64f358e2894319381e195c699c337b6dbb29d.tar.gz
gdb-38e64f358e2894319381e195c699c337b6dbb29d.tar.bz2
2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* sim-events.c (sim_events_remain_time): New function returning the time that remains before the event is raised. * hw-events.c (hw_event_remain_time): Likewise. * sim-events.h (sim_events_remain_time): Declare. * hw-events.h (hw_event_remain_time): Declare.
Diffstat (limited to 'sim/common/sim-events.h')
-rw-r--r--sim/common/sim-events.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/sim-events.h b/sim/common/sim-events.h
index 3bae3df..55b2b74 100644
--- a/sim/common/sim-events.h
+++ b/sim/common/sim-events.h
@@ -268,4 +268,10 @@ INLINE_SIM_EVENTS\
(unsigned long) sim_events_elapsed_time
(SIM_DESC sd);
+/* Returns the time that remains before the event is raised. */
+INLINE_SIM_EVENTS\
+(signed64) sim_events_remain_time
+(SIM_DESC sd, sim_event *event);
+
+
#endif