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

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 503 Returns Breakpoint type (InstructionExecution, DataWrite, DataRead or DataReadWrite)
636 if ((Type == (BREAK_TYPE)DataRead) ||
704 if ((Type == (BREAK_TYPE)DataRead) ||
843 BreakType = DataRead;
931 BreakType = DataRead;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 474 Returns Breakpoint type (InstructionExecution, DataWrite, DataRead
607 if ((Type == (BREAK_TYPE)DataRead) ||
675 if ((Type == (BREAK_TYPE)DataRead) ||
813 BreakType = DataRead;
901 BreakType = DataRead;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 455 Returns Breakpoint type (InstructionExecution, DataWrite, DataRead or DataReadWrite)
588 if ((Type == (BREAK_TYPE)DataRead) ||
656 if ((Type == (BREAK_TYPE)DataRead) ||
795 BreakType = DataRead;
880 BreakType = DataRead;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 474 Returns Breakpoint type (InstructionExecution, DataWrite, DataRead
607 if ((Type == (BREAK_TYPE)DataRead) ||
675 if ((Type == (BREAK_TYPE)DataRead) ||
813 BreakType = DataRead;
901 BreakType = DataRead;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 543 if ((BreakType == DataWrite) || (BreakType == DataRead) || (BreakType == DataReadWrite)) {
551 } else if (BreakType == DataRead) {
    [all...]
GdbStubInternal.h 200 DataRead, //rwatch
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 168 DataRead, //rwatch

Completed in 532 milliseconds