summaryrefslogtreecommitdiff
path: root/src/arch/amd64/cpu/debugger.h
blob: 14f73bfdfd3e34ee2793aeaaec5ae57eb0fd6141 (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);