Backported the new stack crawl command ("sc", not "bt" like in NewOS) from
NewOS. Untested yet, though. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,6 +11,11 @@ extern "C" {
|
||||
|
||||
#include <arch/cpu.h>
|
||||
|
||||
|
||||
void i386_push_iframe(struct thread *t, struct iframe *frame);
|
||||
void i386_pop_iframe(struct thread *t);
|
||||
|
||||
|
||||
extern inline struct thread *arch_thread_get_current_thread(void) {
|
||||
struct thread *t;
|
||||
read_dr3(t);
|
||||
|
||||
Reference in New Issue
Block a user