Commit Graph

8 Commits

Author SHA1 Message Date
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 8dba715297 Gintracer v0.7.0 - Tracing sessions
@add
* support multiple sessions
* support multiple color schematics (night, day, ...)
* support OS-specific notes information

@update
* add stability
* syscall information
* wrap gint display API
* menus interface
2021-03-08 21:38:09 +01:00
Yatis 19e46a55f0 Gintracer v0.6.4 - Color schematics
@update
* support multiple color schematics (night, day, ...).
* wrappe gint display API.
* disasm: [VARS] will skip the callgraph generation until the next breakpoint is reached.
* add some notes information
* add some syscall information

@fix
* tabulation and space display
2021-03-08 13:54:10 +01:00
Yatis b4d3db625e Gintracer: v0.6.3 - Graphgraph export.
@update
* callgraph: add "export <filename>", to export callgraph information to the SMEM.
* input: input_display(): add meta information (cursor mode)
* input: input_read(): allow user to add prefix text.
* input: add input_write_noint(): display and doesn't wait user interaction.
2021-03-01 09:02:43 +01:00
Yatis f5c09c1a34 Gintracer: v0.6.2 - update dictionary
@fix
* input: disable cursor visibility in "input_write()" function.

@update
* rename <internal/dictionary/opcode.c> into <internal/dictionary/opcodes.c>
* rename all dictionary functions.
* display OS-specific notes.
* disasm: add "syscall -j <syscallID>" command, which display syscall address
* disasm: update "syscall <syscallID>" command, which will jump directly into the syscall address.
2021-02-28 11:43:18 +01:00
Yatis 58a7717640 Gintracer: v0.6.1 - add stability
@fix
* callgrah: fix bitmap transmission.
* disasm: fix commands arguments error.
* input: remove timer which cause concurrency error that could freeze the calculator.

@update
* disasm: you can press [(-)] to move the cursor directely into the current location
* disasm: remove useless information.
* move <src/menu/disassmbler/dictionary> into <src/menu/internal/dictionary>
* add some syscalls information
2021-02-28 09:22:35 +01:00
Renamed from src/menu/callgraph/callgraph.c (Browse further)