This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Patch 4/7]: 68HC11 port of gdb (sim-event time that remains)


Stephane Carrez wrote:
> 
> Hi!
> 
> The following patch adds two functions to the simulator framework
> to compute the time which remains before an event occurs.
> 
> I'm using this for some 68hc11 simulator print commands (called from gdb)
> to tell when a particular event (such as an interrupt) will occur.
> 
>         Stephane
> 
> The ChangeLog is for gdb/sim/common
> 
> 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.
> 

Applied.
	Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]