Ticket #166 (new enhancement)

Opened 2 years ago

Last modified 3 months ago

Implement kernel stack tracing hooks for ppc32

Reported by: jermar Owned by:
Priority: minor Milestone: 0.5.1
Component: helenos/kernel/ppc32 Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Implement kernel hooks for stack tracing on ppc32.
Besides the hooks, the following should be also done:

  • create initial stack frame on the initial kernel stack
  • make sure that in context_restore(), 0(sp) is zero
  • make sure that exception handlers stop the trace as appropriate

Change History

comment:1 Changed 16 months ago by jermar

  • Milestone changed from 0.5.0 to 0.5.1

mainline,466 delivered support for the first half of this ticket

Last edited 3 months ago by jermar (previous) (diff)

comment:2 Changed 3 months ago by jermar

  • Milestone changed from 0.5.0 to 0.5.1
Note: See TracTickets for help on using tickets.