summaryrefslogtreecommitdiff
path: root/src/arch/amd64/debugger.h
blob: e679c078f46692d92b0a2615f334b475bbbdecea (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "idt.h"

#define DEBUG_INT3  0x00
#define DEBUG_DBG   0x01 
#define DEBUG_FAULT 0x02

void debugger(struct isr_regs *state, int cause);