ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

trappy doesn't parse raw_syscalls #296

Open v0lker opened 5 years ago

v0lker commented 5 years ago

and since it seems to fail whenever there is a line that it can't parse (maybe that warrants a ticket on its own?), this is very inconvenient.

i resorted to implementing Base-derived classes for parsing sys_exit and sys_enter, in case anybody would like a PR, let me know.

v0lker commented 4 years ago

implemented in https://github.com/ARM-software/trappy/pull/298