* Made i386_get_current_iframe() static again, since it wasn't what was

needed to get the topmost user iframe. Added i386_get_user_iframe() for
  exactly that purpose.
* Added reinitialization of user debugging for the new thread when
  switching the context.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11523 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-03-01 23:56:52 +00:00
parent c8d7534e5d
commit 98b14f8a6a
2 changed files with 30 additions and 2 deletions
@@ -17,7 +17,7 @@ extern "C" {
void i386_push_iframe(struct thread *t, struct iframe *frame);
void i386_pop_iframe(struct thread *t);
struct iframe *i386_get_current_iframe(void);
struct iframe *i386_get_user_iframe(void);
void i386_return_from_signal();
void i386_end_return_from_signal();