Ticket #36 (new enhancement)
Debugger must be ported on MIPS/IRIX
| Reported by: | jfv | Owned by: | None |
|---|---|---|---|
| Priority: | minor | Milestone: | v0.9x |
| Component: | E2dbg | Version: | devel |
| Severity: | Medium | Keywords: | |
| Cc: |
Description (last modified by may) (diff)
The debugger misses some stuffs to work on MIPS/IRIX:
* e2dbg does use as entry point :
- libc_start_main hijack on linux
- atexit hijack on BSD
- fpstart hijack on solaris
BUT
We have no entry point for IRIX. See e2dbg/signal.c for the existing entry points.
Hint: try to see around the GOT entry of the main function on IRIX.
* Various debugging handlers (see libe2dbg/dbghooks.c) related to the sigaction() system call
* THe MIPS breakpoint handler
* MIPS disassembly is not available
Change History
Note: See
TracTickets for help on using
tickets.
