luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

create dumper utility to convert lmem* gmem* and xdump* to a text format #36

Open luser-dr00g opened 8 years ago

luser-dr00g commented 8 years ago

I had this idea a long time ago but never wrote it down. It should be easy to write a small .c program linked to the library that can load these structures from their files and dump their contents to stdout. This would help in debugging trickier issues.

vtorri commented 8 years ago

or we can use the Eet library which is for such purpose. See : https://build.enlightenment.org/job/nightly_efl_gcc_x86_64/lastSuccessfulBuild/artifact/doc/html/eet_main.html

luser-dr00g commented 8 years ago

I remember more about how these work now. There is one extra piece of information that is not currently saved, and that is the master itpdata structure and the context structure. This could be written to the dump file.

vtorri commented 8 years ago

and what do you think about Eet ?