Opened 15 years ago
Last modified 7 years ago
#165 new enhancement
Implement stack tracing hooks for mips32
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | helenos/kernel/mips32 | Version: | mainline |
Keywords: | mips32 | Cc: | |
Blocker for: | Depends on: | ||
See also: |
Description
Implement kernel and libc hooks for stack tracing on mips32.
Change History (6)
comment:1 by , 15 years ago
Summary: | Implement stack tracing hooks for mip32 → Implement stack tracing hooks for mips32 |
---|
comment:3 by , 14 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:4 by , 13 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:5 by , 10 years ago
Milestone: | 0.5.1 → 0.7.1 |
---|
comment:6 by , 7 years ago
Milestone: | 0.7.1 |
---|
Note:
See TracTickets
for help on using tickets.
Experimental support for mips32 kernel stack traces was merged in mainline,609. Unfortunately, the architecture is not very stack tracing friendly and GCC is even less stack tracing friendly using the legacy mips ABI stack tracing method.