Module: Twib::Interfaces::ITwibDebugger::Command Private

Defined in:
lib/twib/interfaces/ITwibDebugger.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Constant Summary collapse

QUERY_MEMORY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

10
READ_MEMORY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

11
WRITE_MEMORY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

12
LIST_THREADS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

13
GET_DEBUG_EVENT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

14
GET_THREAD_CONTEXT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

15
BREAK_PROCESS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

16
CONTINUE_DEBUG_EVENT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

17
SET_THREAD_CONTEXT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

18
GET_NSO_INFOS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

19
WAIT_EVENT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

20