Home | History | Annotate | Line # | Download | only in sim
      1 2021-06-29  Mike Frysinger  <vapier (a] gentoo.org>
      2 
      3 	* sim/callback.h (struct host_callback_struct): Add ATTRIBUTE_PRINTF
      4 	to printf functions.
      5 
      6 2021-06-24  Mike Frysinger  <vapier (a] gentoo.org>
      7 
      8 	* sim/callback.h (struct host_callback_struct): Add arg5, arg6, and
      9 	arg7.
     10 
     11 2021-06-23  Mike Frysinger  <vapier (a] gentoo.org>
     12 
     13 	* sim/callback.h (struct host_callback_struct): Add kill.
     14 
     15 2021-06-22  Mike Frysinger  <vapier (a] gentoo.org>
     16 
     17 	* sim/callback.h (struct host_callback_struct): Add getpid.
     18 
     19 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
     20 
     21 	* sim/callback.h (struct host_callback_struct): Change lseek return and
     22 	3rd arg to int64_t.  Change truncate & ftruncate 3rd arg to int64_t.
     23 
     24 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
     25 
     26 	* callback.h: Include stdint.h.
     27 	(struct host_callback_struct): Change time return to int64_t.  Delete
     28 	2nd arg.
     29 
     30 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
     31 
     32 	* callback.h (p1, p2): Change PTR to void*.
     33 	(cb_host_to_target_stat): Likewise.
     34 
     35 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
     36 
     37 	* callback.h (error): Replace __attribute__ with ATTRIBUTE_NORETURN.
     38 
     39 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
     40 
     41 	* callback.h: Delete va_start define check.
     42 
     43 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
     44 
     45 	* callback.h: Moved from ../gdb/callback.h.
     46 	* sim.h: Moved from ../gdb/remote-sim.h.
     47