Commit Graph

6 Commits

Author SHA1 Message Date
Yann MAGNIN 74aa43023c Gintrace 0.10.1 - fix gint support
@fix
<> quick fix gint compilation with fxlibc
2023-05-11 23:43:35 +02:00
Yatis 42e6d9b54e Gintrace 0.10.0 - Change build step
@update
<> build step. Now you should perform a more classical:
     `mkdir build && ../configure <FLAGS> && make && make install`
   This to avoid file generation in the root of the deposit
2021-10-25 20:30:15 +02:00
Yatis bebf5bff28 Gintrace 0.9.0 - Support Gint 2.4.0
@add
<> support gint 2.4.0 (remove custom gint fork dependency)
<> new icon

@update
<> src/menu/callgraph: remove callgraph export
<> src/menu/context: display VBR information
<> src/menu/internal/dictionary/syscall: add some new syscalls' information

@fix
<> Makefile: libc link and fxcg50 header
2021-10-20 18:53:20 +02:00
Yatis c2b41bbbd0 Gintracer v0.8.2 - Special constructors / destructors
@update
<> move the drivers' context into the trace session
<> add "special" constructor for a "pre-initialisation", usefull to move the
   callgraph generation into its specific menu part.

@fix
<> when the TRACER_CALLGRAPH is not set, the callgraph was always generated. (fixed)
2021-03-13 22:27:32 +01:00
Yatis ef933ff508 Gintracer v0.8.1 - World independent
@update
<> Now, the tracer have it own world (a copy of gint world), so this allows the
   tracer to be completely independent vis-à-vis the traced world. The world can
   be analyzed with a menu (not implemented but noted in the TODO)
2021-03-13 17:48:37 +01:00
Yatis 88bf3b7d29 Gintracer v0.8.0 - Library
@add
* create library instead of an addin
	* before: sources -> addin
	* now:    sources -> library (-> addin (optionnal))
* configuration script that allow format, type and other options
* generate `gintrace-fx.a` for monochrom calculator
* generate `gintrace-cg.a` for prizm calculator
* generate demo addin (same addin that before)

@fix
* fix fx9860g compilation (it is not a support !)
2021-03-12 11:47:20 +01:00