eresi
eresi copied to clipboard
MIPS architecture misses some vectors handlers
All features of elfsh/e2dbg are not available for the MIPS architecture. Those features can be implemented in hooks (vectors elements) very easily. The missing hooks for MIPS can be filled in existing vectors. The list of vectors to be completed for the MIPS architecture is (by order of importance) :
- All the very small debugger hooks (GETPC, GETFP, NEXTFP, GETRET, GETREGS, SETREGS, SETSTEP, RESETSTEP)
- The breakpoint hook (SETBREAK)
- The backtrace hook (BT)
- THe 3 EXTPLT related hooks (ENCODEPLT, ENCODEPLT1, EXTPLT)
- The tracer related hook (ARGCOUNT)
Please respect the order of priority because some hooks depends on others.
Ticket: 21 Reported by: jfv on Tue Aug 1 17:16:19 2006