TianoCore EDK2 master
Loading...
Searching...
No Matches
ImageDebugSupport.h
Go to the documentation of this file.
1
10#ifndef __IMAGE_DEBUG_SUPPORT_H__
11#define __IMAGE_DEBUG_SUPPORT_H__
12
13#define IO_PORT_BREAKPOINT_ADDRESS 0x84
14#define IMAGE_LOAD_SIGNATURE SIGNATURE_32('L','O','A','D')
15#define IMAGE_UNLOAD_SIGNATURE SIGNATURE_32('U','N','L','O')
16#define AGENT_HANDLER_SIGNATURE SIGNATURE_32('A','G','T','H')
17
18#define DEBUG_AGENT_IMAGE_WAIT 0x00
19#define DEBUG_AGENT_IMAGE_CONTINUE 0x01
20
21#endif