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

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 543 if ((BreakType == DataWrite) || (BreakType == DataRead) || (BreakType == DataReadWrite)) {
553 } else if (BreakType == DataReadWrite) {
    [all...]
GdbStubInternal.h 201 DataReadWrite, //awatch
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 503 Returns Breakpoint type (InstructionExecution, DataWrite, DataRead or DataReadWrite)
847 BreakType = DataReadWrite;
935 BreakType = DataReadWrite;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 475 or DataReadWrite) based on the Breakpoint number
817 BreakType = DataReadWrite;
905 BreakType = DataReadWrite;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 455 Returns Breakpoint type (InstructionExecution, DataWrite, DataRead or DataReadWrite)
799 BreakType = DataReadWrite;
884 BreakType = DataReadWrite;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 475 or DataReadWrite) based on the Breakpoint number
817 BreakType = DataReadWrite;
905 BreakType = DataReadWrite;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.h 169 DataReadWrite, //awatch

Completed in 591 milliseconds