* Added arch_debug_get_interrupt_pc(), which is supposed to return the

PC of the innermost iframe.
* The "in_context" command does now set the currently debugged thread
  respectively.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27166 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-08-22 23:59:21 +00:00
parent ec16be9366
commit 0739b87ee9
4 changed files with 35 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ status_t arch_debug_init(kernel_args *args);
void *arch_debug_get_caller(void);
int32 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount,
int32 skipFrames, bool userOnly);
void *arch_debug_get_interrupt_pc();
bool arch_debug_contains_call(struct thread *thread, const char *symbol,
addr_t start, addr_t end);
void arch_debug_save_registers(int *);