TianoCore EDK2 master
Loading...
Searching...
No Matches
ArchDebugSupport.h
Go to the documentation of this file.
1
9#ifndef _ARCH_DEBUG_SUPPORT_H_
10#define _ARCH_DEBUG_SUPPORT_H_
11
12#include "ProcessorContext.h"
13#include "TransferProtocol.h"
14
15#define DEBUG_SW_BREAKPOINT_SYMBOL 0xcc
16#define DEBUG_ARCH_SYMBOL DEBUG_DATA_BREAK_CPU_ARCH_X64
17
20
21#endif