Home
last modified time | relevance | path

Searched refs:BREAK_TYPE (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
DProcessor.c484 BREAK_TYPE
491 BREAK_TYPE Type = NotSupported; //Default is NotSupported type in GetBreakpointType()
496 Type = (BREAK_TYPE) Dr7.Bits.RW0; in GetBreakpointType()
498 Type = (BREAK_TYPE) Dr7.Bits.RW1; in GetBreakpointType()
500 Type = (BREAK_TYPE) Dr7.Bits.RW2; in GetBreakpointType()
502 Type = (BREAK_TYPE) Dr7.Bits.RW3; in GetBreakpointType()
607 if ((Type == (BREAK_TYPE)DataRead) || in EnableDebugRegister()
608 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in EnableDebugRegister()
675 if ((Type == (BREAK_TYPE)DataRead) || in FindMatchingDebugRegister()
676 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in FindMatchingDebugRegister()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
DProcessor.c484 BREAK_TYPE
491 BREAK_TYPE Type = NotSupported; //Default is NotSupported type in GetBreakpointType()
496 Type = (BREAK_TYPE) Dr7.Bits.RW0; in GetBreakpointType()
498 Type = (BREAK_TYPE) Dr7.Bits.RW1; in GetBreakpointType()
500 Type = (BREAK_TYPE) Dr7.Bits.RW2; in GetBreakpointType()
502 Type = (BREAK_TYPE) Dr7.Bits.RW3; in GetBreakpointType()
607 if ((Type == (BREAK_TYPE)DataRead) || in EnableDebugRegister()
608 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in EnableDebugRegister()
675 if ((Type == (BREAK_TYPE)DataRead) || in FindMatchingDebugRegister()
676 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in FindMatchingDebugRegister()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
DProcessor.c513 BREAK_TYPE
520 BREAK_TYPE Type = NotSupported; //Default is NotSupported type in GetBreakpointType()
525 Type = (BREAK_TYPE) Dr7.Bits.RW0; in GetBreakpointType()
527 Type = (BREAK_TYPE) Dr7.Bits.RW1; in GetBreakpointType()
529 Type = (BREAK_TYPE) Dr7.Bits.RW2; in GetBreakpointType()
531 Type = (BREAK_TYPE) Dr7.Bits.RW3; in GetBreakpointType()
636 if ((Type == (BREAK_TYPE)DataRead) || in EnableDebugRegister()
637 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in EnableDebugRegister()
704 if ((Type == (BREAK_TYPE)DataRead) || in FindMatchingDebugRegister()
705 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in FindMatchingDebugRegister()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
DProcessor.c465 BREAK_TYPE
472 BREAK_TYPE Type = NotSupported; //Default is NotSupported type in GetBreakpointType()
477 Type = (BREAK_TYPE) Dr7.Bits.RW0; in GetBreakpointType()
479 Type = (BREAK_TYPE) Dr7.Bits.RW1; in GetBreakpointType()
481 Type = (BREAK_TYPE) Dr7.Bits.RW2; in GetBreakpointType()
483 Type = (BREAK_TYPE) Dr7.Bits.RW3; in GetBreakpointType()
588 if ((Type == (BREAK_TYPE)DataRead) || in EnableDebugRegister()
589 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in EnableDebugRegister()
656 if ((Type == (BREAK_TYPE)DataRead) || in FindMatchingDebugRegister()
657 (Type == (BREAK_TYPE)SoftwareBreakpoint)) { in FindMatchingDebugRegister()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.h172 } BREAK_TYPE; typedef
635 BREAK_TYPE
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStubInternal.h204 } BREAK_TYPE; typedef
689 BREAK_TYPE
DGdbStub.c503 BREAK_TYPE BreakType; in GdbSendTSignal()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
DProcessor.c507 BREAK_TYPE