Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/Include
- Timestamp:
- Aug 12, 2020 4:09:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139865
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-133213 /vendor/edk2/current 103735-103757,103769-103776,129194-139864
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/Include/Ia32/ProcessorContext.h
r80721 r85718 1 1 /** @file 2 IA32/x64 architecture specific defin tions needed by debug transfer protocol.It is only2 IA32/x64 architecture specific definitions needed by debug transfer protocol.It is only 3 3 intended to be used by Debug related module implementation. 4 4 -
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
r80721 r85718 31 31 Initialize the debug port. 32 32 33 This function will initialize debug port to get it ready for data transmi tion. If33 This function will initialize debug port to get it ready for data transmission. If 34 34 certain Debug Communication Library instance has to save some private data in the 35 35 stack, this function must work on the mode that doesn't return to the caller, then -
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/Include/TransferProtocol.h
r80721 r85718 1 1 /** @file 2 Transfer protocol defin tions used by debug agent and host. It is only2 Transfer protocol definitions used by debug agent and host. It is only 3 3 intended to be used by Debug related module implementation. 4 4 … … 141 141 } DEBUG_DATA_RESPONSE_BREAK_CAUSE; 142 142 // 143 // Break type defin tions for DEBUG_DATA_BREAK_CAUSE143 // Break type definitions for DEBUG_DATA_BREAK_CAUSE 144 144 // 145 145 #define DEBUG_DATA_BREAK_CAUSE_UNKNOWN 0 … … 161 161 } DEBUG_DATA_RESPONSE_ARCH_MODE; 162 162 // 163 // Cpu architecture defin tions for DEBUG_DATA_RESPONSE_ARCH_MODE163 // Cpu architecture definitions for DEBUG_DATA_RESPONSE_ARCH_MODE 164 164 // 165 165 #define DEBUG_DATA_BREAK_CPU_ARCH_IA16 0
Note:
See TracChangeset
for help on using the changeset viewer.