Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2941 → Rev 2942

/branches/tracing/uspace/app/debug/include/arch.h
39,11 → 39,13
#include <udebug.h>
 
#include "arch/types.h"
#include "../dthread.h"
 
void arch_breakpoint_add(uintptr_t addr);
void arch_event_breakpoint(thash_t thread_hash);
void arch_event_trap(thash_t thread_hash);
void arch_event_trap(dthread_t *dt);
void arch_dump_regs(thash_t thash);
void arch_set_singlestep(dthread_t *dt, int enable);
 
#endif