debug_hardwarebreakpoints.h File Reference

Classes

class   DebugHardwareBreakPointInterface

Namespaces

  maxon

Enumerations

enum   HARDWAREBREAKPOINTTYPE {
   CODE ,
   READWRITE ,
   WRITE
}
enum   HARDWAREBREAKPOINTSIZE {
   SIZE1 ,
   SIZE2 ,
   SIZE4 ,
   SIZE8
}

函数

enum maxon::HARDWAREBREAKPOINTTYPE   MAXON_ENUM_LIST (HARDWAREBREAKPOINTTYPE)
enum maxon::HARDWAREBREAKPOINTSIZE   MAXON_ENUM_LIST (HARDWAREBREAKPOINTSIZE)

变量

  CODE
  READWRITE
  WRITE
  SIZE1
  SIZE2
  SIZE4
  SIZE8

Variable Documentation

◆  CODE

CODE

Throws an exception when the program counter touches the code at the watch address.

◆  READWRITE

READWRITE

Throws an exception when the watched memory will be read or written.

◆  WRITE

WRITE

Throws an exception when the watched memory will be written.

◆  SIZE1

SIZE1

1 byte.

◆  SIZE2

SIZE2

2 bytes.

◆  SIZE4

SIZE4

4 bytes.

◆  SIZE8

SIZE8

8 bytes.