This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
another option what Micahel suggested... "There's a nice separation in prec between architecture and OS/ABI. You could begin with the arm simulator that comes built-in to gdb, and do the architecture part before tackling the Linux ABI part." above also seems to be good too. for the time being I just concentrate on arch part and forget Linux ABI for the time being..
Should be able to simulate and reverse-execute any piece of code that does not make system calls (directly or indirectly). Should be able to cover most of the user instruction set, especially if you are willing to write tests in assembler.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |