HomeSort by relevance Sort by last modified time
    Searched refs:BREAK_TYPE (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 509 @retval BREAK_TYPE Breakpoint type value read from register DR7 RWn field
513 BREAK_TYPE
520 BREAK_TYPE Type = NotSupported; //Default is NotSupported type
525 Type = (BREAK_TYPE) Dr7.Bits.RW0;
527 Type = (BREAK_TYPE) Dr7.Bits.RW1;
529 Type = (BREAK_TYPE) Dr7.Bits.RW2;
531 Type = (BREAK_TYPE) Dr7.Bits.RW3;
636 if ((Type == (BREAK_TYPE)DataRead) ||
637 (Type == (BREAK_TYPE)SoftwareBreakpoint)) {
704 if ((Type == (BREAK_TYPE)DataRead) ||
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 480 @retval BREAK_TYPE Breakpoint type value read from register DR7 RWn
484 BREAK_TYPE
491 BREAK_TYPE Type = NotSupported; //Default is NotSupported type
496 Type = (BREAK_TYPE) Dr7.Bits.RW0;
498 Type = (BREAK_TYPE) Dr7.Bits.RW1;
500 Type = (BREAK_TYPE) Dr7.Bits.RW2;
502 Type = (BREAK_TYPE) Dr7.Bits.RW3;
607 if ((Type == (BREAK_TYPE)DataRead) ||
608 (Type == (BREAK_TYPE)SoftwareBreakpoint)) {
675 if ((Type == (BREAK_TYPE)DataRead) ||
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 461 @retval BREAK_TYPE Breakpoint type value read from register DR7 RWn field
465 BREAK_TYPE
472 BREAK_TYPE Type = NotSupported; //Default is NotSupported type
477 Type = (BREAK_TYPE) Dr7.Bits.RW0;
479 Type = (BREAK_TYPE) Dr7.Bits.RW1;
481 Type = (BREAK_TYPE) Dr7.Bits.RW2;
483 Type = (BREAK_TYPE) Dr7.Bits.RW3;
588 if ((Type == (BREAK_TYPE)DataRead) ||
589 (Type == (BREAK_TYPE)SoftwareBreakpoint)) {
656 if ((Type == (BREAK_TYPE)DataRead) ||
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 480 @retval BREAK_TYPE Breakpoint type value read from register DR7 RWn
484 BREAK_TYPE
491 BREAK_TYPE Type = NotSupported; //Default is NotSupported type
496 Type = (BREAK_TYPE) Dr7.Bits.RW0;
498 Type = (BREAK_TYPE) Dr7.Bits.RW1;
500 Type = (BREAK_TYPE) Dr7.Bits.RW2;
502 Type = (BREAK_TYPE) Dr7.Bits.RW3;
607 if ((Type == (BREAK_TYPE)DataRead) ||
608 (Type == (BREAK_TYPE)SoftwareBreakpoint)) {
675 if ((Type == (BREAK_TYPE)DataRead) ||
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStubInternal.h 204 } BREAK_TYPE;
689 BREAK_TYPE
GdbStub.c 503 BREAK_TYPE BreakType;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 172 } BREAK_TYPE;
635 BREAK_TYPE
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/
Processor.c 507 BREAK_TYPE

Completed in 582 milliseconds