TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | IO_PORT_BREAKPOINT_ADDRESS 0x84 |
#define | IMAGE_LOAD_SIGNATURE SIGNATURE_32('L','O','A','D') |
#define | IMAGE_UNLOAD_SIGNATURE SIGNATURE_32('U','N','L','O') |
#define | AGENT_HANDLER_SIGNATURE SIGNATURE_32('A','G','T','H') |
#define | DEBUG_AGENT_IMAGE_WAIT 0x00 |
#define | DEBUG_AGENT_IMAGE_CONTINUE 0x01 |
Public include file for Debug Agent Library instance and PE/COFF Extra Action Library instance.
Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ImageDebugSupport.h.
#define AGENT_HANDLER_SIGNATURE SIGNATURE_32('A','G','T','H') |
Definition at line 16 of file ImageDebugSupport.h.
#define DEBUG_AGENT_IMAGE_CONTINUE 0x01 |
Definition at line 19 of file ImageDebugSupport.h.
#define DEBUG_AGENT_IMAGE_WAIT 0x00 |
Definition at line 18 of file ImageDebugSupport.h.
#define IMAGE_LOAD_SIGNATURE SIGNATURE_32('L','O','A','D') |
Definition at line 14 of file ImageDebugSupport.h.
#define IMAGE_UNLOAD_SIGNATURE SIGNATURE_32('U','N','L','O') |
Definition at line 15 of file ImageDebugSupport.h.
#define IO_PORT_BREAKPOINT_ADDRESS 0x84 |
Definition at line 13 of file ImageDebugSupport.h.