MCPcopy Create free account

hub / github.com/Vector35/debugger / types & classes

Types & classes182 in github.com/Vector35/debugger

↓ 23 callersClassStyle
cli/log.h:36
↓ 11 callersClassDebuggerController
api/debuggerapi.h:446
↓ 9 callersClassModuleNameAndOffset
core/debuggercommon.h:24
↓ 3 callersClassDebugBreakpoint
core/debugadapter.h:111
↓ 2 callersClassDebugRegister
core/debugadapter.h:130
↓ 2 callersClassDebugThread
core/debugadapter.h:93
↓ 2 callersClassDebugThread
DebugThread represents a thread in the target. It has the following fields: * ``tid``: the ID of the thread. On different systems, this may
api/python/debuggercontroller.py:62
↓ 2 callersEnumStopReason
core/debugadapter.h:39
↓ 1 callersClassDebugBreakpoint
DebugBreakpoint represents a breakpoint in the target. It has the following fields: * ``module``: the name of the module for which the break
api/python/debuggercontroller.py:221
↓ 1 callersClassDebugFrame
DebugFrame represents a frame in the stack trace. It has the following fields: * ``index``: the index of the frame * ``pc``: the program
api/python/debuggercontroller.py:307
↓ 1 callersClassDebugModule
core/debugadapter.h:144
↓ 1 callersClassDebugModule
DebugModule represents a module in the target. It has the following fields: * ``name``: the path of the module * ``short_name``: the nam
api/python/debuggercontroller.py:100
↓ 1 callersClassDebugProcess
DebugProcess represents a process in the target. It has the following fields: * ``pid``: the ID of the process * ``name``: the name of t
api/python/debuggercontroller.py:26
↓ 1 callersClassDebugRegister
DebugRegister represents a register in the target. It has the following fields: * ``name``: the name of the register * ``value``: the va
api/python/debuggercontroller.py:146
↓ 1 callersClassDebugRegisters
DebugRegisters represents all registers of the target.
api/python/debuggercontroller.py:190
↓ 1 callersClassDebuggerEvent
DebuggerEvent is the event object that a debugger event callback receives * ``type``: a DebuggerEventType that specifies the event type
api/python/debuggercontroller.py:433
↓ 1 callersClassDebuggerEventData
DebuggerEventData is the collection of all possible data associated with the debugger events * ``target_stopped_data``: the data associated
api/python/debuggercontroller.py:407
↓ 1 callersClassErrorEventData
ErrorEventData is the data associated with a ErrorEvent * ``error``: the error message * ``data``: extra data. Not used.
api/python/debuggercontroller.py:372
↓ 1 callersClassModuleNameAndOffset
ModuleNameAndOffset represents an address that is relative to the start of module. It is useful when ASLR is on. * ``module``: the name of t
api/python/debuggercontroller.py:261
↓ 1 callersClassStdOutMessageEventData
StdOutMessageEventData is the data associated with a StdOutMessageEvent * ``message``: the message that the target writes to the stdout
api/python/debuggercontroller.py:396
↓ 1 callersClassTargetExitedEventData
TargetExitedEventData is the data associated with a TargetExitedEvent * ``exit_code``: the exit code of the target
api/python/debuggercontroller.py:385
↓ 1 callersClassTargetStoppedEventData
TargetStoppedEventData is the data associated with a TargetStoppedEvent * ``reason``: the reason of the stop * ``last_active_thread``: n
api/python/debuggercontroller.py:355
↓ 1 callersClassstat
cli/main.cpp:302
ClassAdapterSettingsDialog
ui/adaptersettings.h:33
ClassAttachProcessDialog
ui/attachprocess.h:163
ClassBNArchitecture
api/ffi.h:52
ClassBNBinaryView
api/ffi.h:51
ClassBNDataBuffer
api/ffi.h:53
ClassBNDebugAdapter
api/ffi.h:48
EnumBNDebugAdapterConnectionStatus
api/ffi.h:198
EnumBNDebugAdapterTargetStatus
api/ffi.h:206
ClassBNDebugAdapterType
api/ffi.h:47
ClassBNDebugBreakpoint
api/ffi.h:122
ClassBNDebugFrame
api/ffi.h:90
ClassBNDebugModule
api/ffi.h:102
ClassBNDebugProcess
api/ffi.h:77
ClassBNDebugRegister
api/ffi.h:112
EnumBNDebugStopReason
api/ffi.h:139
ClassBNDebugThread
api/ffi.h:83
EnumBNDebuggerAdapterOperation
api/ffi.h:312
ClassBNDebuggerController
api/ffi.h:46
ClassBNDebuggerEvent
api/ffi.h:306
ClassBNDebuggerEventData
api/ffi.h:295
EnumBNDebuggerEventType
api/ffi.h:215
ClassBNDebuggerState
api/ffi.h:49
ClassBNErrorEventData
api/ffi.h:274
EnumBNFunctionGraphType
api/ffi.h:60
ClassBNMetadata
api/ffi.h:54
ClassBNModuleNameAndOffset
api/ffi.h:132
ClassBNStdoutMessageEventData
api/ffi.h:288
ClassBNTargetExitedEventData
api/ffi.h:282
ClassBNTargetStoppedEventData
api/ffi.h:265
ClassBar
test/src/helloworld_virtual.cpp:10
ClassBaz
test/src/helloworld_virtual.cpp:17
ClassBreakpointItem
ui/breakpointswidget.h:34
ClassCodeDataRenderer
ui/codedatarenderer.h:21
EnumColumnHeaders
ui/attachprocess.h:58
EnumColumnHeaders
ui/breakpointswidget.h:66
EnumColumnHeaders
ui/stackwidget.h:83
EnumColumnHeaders
ui/registerswidget.h:89
EnumColumnHeaders
ui/moduleswidget.h:70
ClassConnectionRefusedError
core/debuggerexceptions.h:20
ClassDbgCoreRefCountObject
api/debuggerapi.h:60
ClassDbgEngAdapter
core/adapters/dbgengadapter.h:74
ClassDbgEngEventCallbacks
core/adapters/dbgengadapter.h:75
ClassDbgEngInputCallbacks
core/adapters/dbgengadapter.h:60
ClassDbgEngOutputCallbacks
core/adapters/dbgengadapter.h:47
ClassDbgEngTTDAdapter
core/adapters/dbgengttdadapter.h:21
ClassDbgEngTTDAdapterType
core/adapters/dbgengttdadapter.h:39
ClassDbgRef
core/refcountobject.h:51
ClassDbgRef
api/debuggerapi.h:116
ClassDbgRefCountObject
core/refcountobject.h:27
ClassDbgRefCountObject
api/debuggerapi.h:26
ClassDebugAdapter
core/debugadapter.h:187
ClassDebugAdapter
core/debugadaptertype.h:27
EnumDebugAdapterCapacity
Used by the DebuggerState to query the capacities of the DebugAdapter, and take different actions accordingly.
core/debugadapter.h:52
ClassDebugAdapterScriptingInstance
ui/debugadapterscriptingprovider.h:23
ClassDebugAdapterScriptingProvider
ui/debugadapterscriptingprovider.h:42
ClassDebugAdapterType
core/debugadaptertype.h:29
ClassDebugAdapterType
api/debuggerapi.h:586
ClassDebugAdapterType
The ``DebugAdapterType`` object is used to access the DebugAdapters. DebugAdapterType should not be directly instantiated; instead, use ``get
api/python/debugadaptertype.py:26
ClassDebugBreakpoint
api/debuggerapi.h:355
ClassDebugBreakpointsItemDelegate
ui/breakpointswidget.h:95
ClassDebugBreakpointsListModel
ui/breakpointswidget.h:56
ClassDebugBreakpointsWidget
ui/breakpointswidget.h:110
ClassDebugControlsWidget
ui/controlswidget.h:31
ClassDebugFrame
core/debugadapter.h:169
ClassDebugFrame
api/debuggerapi.h:311
ClassDebugModule
api/debuggerapi.h:330
ClassDebugModulesFilterProxyModel
ui/moduleswidget.h:116
ClassDebugModulesItemDelegate
ui/moduleswidget.h:101
ClassDebugModulesListModel
ui/moduleswidget.h:60
ClassDebugModulesWidget
ui/moduleswidget.h:136
ClassDebugModulesWithFilter
ui/moduleswidget.h:183
ClassDebugNullView
core/processview.h:28
ClassDebugProcess
core/debugadapter.h:73
ClassDebugProcess
api/debuggerapi.h:275
ClassDebugProcessView
core/processview.h:30
ClassDebugProcessViewType
core/processview.h:66
ClassDebugRegister
api/debuggerapi.h:346
next →1–100 of 182, ranked by callers