Open Search
    debug_hardwarebreakpoints.h File Reference

    Classes

    class  DebugHardwareBreakPointInterface
     

    Namespaces

     maxon
     

    Enumerations

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

    Functions

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

    Variables

     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.