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

  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 819 BREAK_TYPE BreakType = NotSupported;
831 BreakType = SoftwareBreakpoint;
835 BreakType = InstructionExecution;
839 BreakType = DataWrite;
843 BreakType = DataRead;
847 BreakType = DataReadWrite;
865 Status = EnableDebugRegister (SystemContext, Register, Address, Length, (UINTN)BreakType);
905 BREAK_TYPE BreakType = NotSupported;
919 BreakType = SoftwareBreakpoint;
923 BreakType = InstructionExecution;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 789 BREAK_TYPE BreakType = NotSupported;
801 BreakType = SoftwareBreakpoint;
805 BreakType = InstructionExecution;
809 BreakType = DataWrite;
813 BreakType = DataRead;
817 BreakType = DataReadWrite;
835 Status = EnableDebugRegister (SystemContext, Register, Address, Length, (UINTN)BreakType);
875 BREAK_TYPE BreakType = NotSupported;
889 BreakType = SoftwareBreakpoint;
893 BreakType = InstructionExecution;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 771 BREAK_TYPE BreakType = NotSupported;
783 BreakType = SoftwareBreakpoint;
787 BreakType = InstructionExecution;
791 BreakType = DataWrite;
795 BreakType = DataRead;
799 BreakType = DataReadWrite;
817 Status = EnableDebugRegister (SystemContext, Register, Address, Length, (UINTN)BreakType);
854 BREAK_TYPE BreakType = NotSupported;
868 BreakType = SoftwareBreakpoint;
872 BreakType = InstructionExecution;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 789 BREAK_TYPE BreakType = NotSupported;
801 BreakType = SoftwareBreakpoint;
805 BreakType = InstructionExecution;
809 BreakType = DataWrite;
813 BreakType = DataRead;
817 BreakType = DataReadWrite;
835 Status = EnableDebugRegister (SystemContext, Register, Address, Length, (UINTN)BreakType);
875 BREAK_TYPE BreakType = NotSupported;
889 BreakType = SoftwareBreakpoint;
893 BreakType = InstructionExecution;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 503 BREAK_TYPE BreakType;
540 BreakType = GetBreakpointType (SystemContext, BreakpointDetected);
543 if ((BreakType == DataWrite) || (BreakType == DataRead) || (BreakType == DataReadWrite)) {
549 if (BreakType == DataWrite) {
551 } else if (BreakType == DataRead) {
553 } else if (BreakType == DataReadWrite) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 295 enum tgsi_break_type BreakType;
tgsi_exec.c     [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
hydrogen.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 103 ULONG BreakType;
122 STDMETHOD(GetType)(THIS_ PULONG BreakType,PULONG ProcType) PURE;
    [all...]

Completed in 551 milliseconds