Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2924 → Rev 2940

/branches/tracing/uspace/app/debug/include/arch.h
37,11 → 37,14
 
#include <sys/types.h>
#include <udebug.h>
#include "arch/types.h"
 
void arch_breakpoint_add(uintptr_t addr);
void arch_event_breakpoint(thash_t thread_hash);
void arch_event_trap(thash_t thread_hash);
 
#define istate_get_pc(istate) ((istate)[OFFSET_PC])
 
#endif
 
/** @}