]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ArchDebugSupport.h
4ee12b771e9c57df608f93c297e509ac9593237e
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / X64 / ArchDebugSupport.h
1 /** @file
2 X64 specific defintions for debug agent library instance.
3
4 Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
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
18 typedef DEBUG_DATA_X64_FX_SAVE_STATE DEBUG_DATA_FX_SAVE_STATE;
19 typedef DEBUG_DATA_X64_SYSTEM_CONTEXT DEBUG_CPU_CONTEXT;
20
21 #endif