Opened 15 years ago
Last modified 7 years ago
#167 new enhancement
Implement kernel stack tracing hooks for sparc64
Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | helenos/kernel/sparc64 | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Implement kernel hooks for stack tracing on sparc64.
Currently, there are the following open problems:
- userspace windows are flushed to the userspace window buffer, so the uspace tracing hooks should somehow find the respective window save areas there
- istate_t does not save fp (but it is located in the memory stack near the istate structure)
- consider ticket #10 (Register window thrashing)
- wait for integration of ticket #142 (sun4v support)
Change History (4)
comment:1 by , 14 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:2 by , 13 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:3 by , 10 years ago
Milestone: | 0.5.1 → 0.7.1 |
---|
comment:4 by , 7 years ago
Milestone: | 0.7.1 |
---|
Note:
See TracTickets
for help on using tickets.