MCPcopy Create free account

hub / github.com/Vector35/debugger / functions

Functions1,284 in github.com/Vector35/debugger

Method__hash__
(self)
api/python/debuggercontroller.py:248
Method__hash__
(self)
api/python/debuggercontroller.py:297
Method__hash__
(self)
api/python/debuggercontroller.py:341
Method__hash__
(self)
api/python/debuggercontroller.py:1409
Method__init__
(self, pid, name)
api/python/debuggercontroller.py:35
Method__init__
(self, tid, rip)
api/python/debuggercontroller.py:73
Method__init__
(self, name, short_name, address, size, loaded)
api/python/debuggercontroller.py:111
Method__init__
(self, name, value, width, index, hint)
api/python/debuggercontroller.py:158
Method__init__
(self, handle)
api/python/debuggercontroller.py:194
Method__init__
(self, module, offset, address, enabled)
api/python/debuggercontroller.py:231
Method__init__
(self, module, offset)
api/python/debuggercontroller.py:269
Method__init__
(self, index, pc, sp, fp, func_name, func_start, module)
api/python/debuggercontroller.py:320
Method__init__
(self, reason: DebugStopReason, last_active_thread: int, exit_code: int, data)
api/python/debuggercontroller.py:365
Method__init__
(self, error: str, data)
api/python/debuggercontroller.py:380
Method__init__
(self, exit_code: int)
api/python/debuggercontroller.py:392
Method__init__
(self, message: str)
api/python/debuggercontroller.py:403
Method__init__
(self, target_stopped_data: TargetStoppedEventData, error_data: ErrorEventData,
api/python/debuggercontroller.py:419
Method__init__
(self, type: DebuggerEventType, data: DebuggerEventData)
api/python/debuggercontroller.py:441
Method__init__
(self, bv: binaryninja.BinaryView)
api/python/debuggercontroller.py:524
Method__init__
(self, hande: dbgcore.BNDebugAdapterType)
api/python/debugadaptertype.py:34
Method__len__
(self)
api/python/debuggercontroller.py:217
Method__lt__
(self, other)
api/python/debuggercontroller.py:283
Method__ne__
(self, other)
api/python/debuggercontroller.py:44
Method__ne__
(self, other)
api/python/debuggercontroller.py:82
Method__ne__
(self, other)
api/python/debuggercontroller.py:128
Method__ne__
(self, other)
api/python/debuggercontroller.py:171
Method__ne__
(self, other)
api/python/debuggercontroller.py:243
Method__ne__
(self, other)
api/python/debuggercontroller.py:278
Method__ne__
(self, other)
api/python/debuggercontroller.py:336
Method__ne__
(self, other)
api/python/debuggercontroller.py:1404
Method__repr__
(self)
api/python/debuggercontroller.py:58
Method__repr__
(self)
api/python/debuggercontroller.py:96
Method__repr__
(self)
api/python/debuggercontroller.py:142
Method__repr__
(self)
api/python/debuggercontroller.py:185
Method__repr__
(self)
api/python/debuggercontroller.py:205
Method__repr__
(self)
api/python/debuggercontroller.py:257
Method__setattr__
(self, name, value)
api/python/debuggercontroller.py:52
Method__setattr__
(self, name, value)
api/python/debuggercontroller.py:90
Method__setattr__
(self, name, value)
api/python/debuggercontroller.py:136
Method__setattr__
(self, name, value)
api/python/debuggercontroller.py:179
Method__setattr__
(self, name, value)
api/python/debuggercontroller.py:251
Method__setattr__
(self, name, value)
api/python/debuggercontroller.py:300
Method__setitem__
(self, name, val)
api/python/debuggercontroller.py:214
MethodactivateFirstItem
ui/attachprocess.cpp:339
MethodactivateFirstItem
ui/registerswidget.cpp:835
MethodactivateFirstItem
ui/moduleswidget.cpp:569
Methodactive_thread
The active thread of the target. (read/write) :getter: returns the active thread of the target :setter: sets the active thr
api/python/debuggercontroller.py:654
Methodadapter_type
The name fo the current DebugAdapter. (read/write) :getter: returns the name of the current DebugAdapter :setter: sets the D
api/python/debuggercontroller.py:1025
Methodadd
ui/breakpointswidget.cpp:338
Methodaddress
ui/breakpointswidget.h:47
Methodaddress
ui/stackwidget.h:58
Methodapply
ui/attachprocess.cpp:392
Methodapply
ui/adaptersettings.cpp:162
Methodapply
ui/debugserversetting.cpp:87
Methodapply
ui/remoteprocess.cpp:87
Methodattach
Attach to a running process The PID of the target process must be set via DebuggerState.pid_attach
api/python/debuggercontroller.py:806
Methodbar
test/src/helloworld_virtual.cpp:19
Methodbreakpoints
The list of breakpoints
api/python/debuggercontroller.py:1191
MethodcanConnect
ui/controlswidget.cpp:271
MethodcanCopy
ui/moduleswidget.cpp:461
MethodcanExec
ui/controlswidget.cpp:259
MethodcanPaste
ui/registerswidget.cpp:670
MethodcanSuspendOrResume
ui/threadframes.cpp:462
Methodcan_connect
Whether the current DebugAdapterType can connect to a remote host for the specified BinaryView :param bv: the BinaryView to check fo
api/python/debugadaptertype.py:57
Methodcan_execute
Whether the current DebugAdapterType can execute the specified BinaryView :param bv: the BinaryView to check for :return:
api/python/debugadaptertype.py:47
MethodcheckFocusDebuggerConsole
ui/ui.cpp:1059
Methodcmd_line
The command line arguments of the target. (read/write) This can be set before launching the target to specify the command line argum
api/python/debuggercontroller.py:1174
MethodcolumnCount
ui/attachprocess.h:74
MethodcolumnCount
ui/breakpointswidget.h:83
MethodcolumnCount
ui/stackwidget.h:102
MethodcolumnCount
ui/registerswidget.h:107
MethodcolumnCount
ui/moduleswidget.h:89
Methodconnect
Connect to a remote target (process) The host and port of the remote target must first be specified by setting `remote_host` and `re
api/python/debuggercontroller.py:758
Methodconnect_and_wait
Connect to a remote target (process) and wait for all debugger events to be processed The host and port of the remote target must fi
api/python/debuggercontroller.py:766
Methodconnect_to_debug_server
Connect to a debug server. The host and port of the debug server must first be specified by setting `remote_host` and `remote_port`
api/python/debuggercontroller.py:774
Methodconnected
Whether the debugger has successfully connected to the target (read-only)
api/python/debuggercontroller.py:574
Methodconnection_status
Get the connection status of the debugger
api/python/debuggercontroller.py:1039
MethodcontextMenuEvent
ui/breakpointswidget.cpp:302
MethodcontextMenuEvent
ui/attachprocess.cpp:252
MethodcontextMenuEvent
ui/registerswidget.cpp:514
MethodcontextMenuEvent
ui/moduleswidget.cpp:393
MethodcontextMenuEvent
ui/threadframes.cpp:382
Methodcopy
ui/registerswidget.cpp:595
Methodcopy
ui/moduleswidget.cpp:468
MethodcreateWidget
ui/debuggerwidget.h:79
Functioncstr
(var)
api/python/_debuggercore_template.py:46
MethodcurrentConsole
ui/threadframes.cpp:763
MethodcurrentConsole
ui/statusbar.cpp:152
Methoddestroy
Delete the DebuggerController object. Intended for internal use. Ordinary users do not need to call it.
api/python/debuggercontroller.py:532
Methoddisconnect_from_debug_server
` Disconnect from a debug server.
api/python/debuggercontroller.py:782
MethodeditValue
ui/registerswidget.cpp:802
MethodeventHandler
core/processview.cpp:176
Methodexecutable_path
The path of the executable. (read/write) This can be set before launching the target. Be default, it is the path of the FileMetadata
api/python/debuggercontroller.py:1101
Methodexecute_backend_command
Execute a backend command and get the output For LLDB adapter (on Linux and macOS), any LLDB commands can be executed. The returned
api/python/debuggercontroller.py:1357
Methodexit_code
The exit code of the target (read-only) This is only meaningful after the target has executed and exited.
api/python/debuggercontroller.py:1290
MethodexpandCurrentThread
ui/threadframes.cpp:643
MethodfilterAcceptsRow
ui/attachprocess.cpp:235
MethodfilterAcceptsRow
ui/registerswidget.cpp:891
MethodfilterAcceptsRow
ui/moduleswidget.cpp:708
Methodflags
ui/registerswidget.cpp:84
← previousnext →901–1,000 of 1,284, ranked by callers