Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ functions
Functions
1,284 in github.com/Vector35/debugger
⨍
Functions
1,284
◇
Types & classes
182
↳
Endpoints
1
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
Method
activateFirstItem
ui/attachprocess.cpp:339
Method
activateFirstItem
ui/registerswidget.cpp:835
Method
activateFirstItem
ui/moduleswidget.cpp:569
Method
active_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
Method
adapter_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
Method
add
ui/breakpointswidget.cpp:338
Method
address
ui/breakpointswidget.h:47
Method
address
ui/stackwidget.h:58
Method
apply
ui/attachprocess.cpp:392
Method
apply
ui/adaptersettings.cpp:162
Method
apply
ui/debugserversetting.cpp:87
Method
apply
ui/remoteprocess.cpp:87
Method
attach
Attach to a running process The PID of the target process must be set via DebuggerState.pid_attach
api/python/debuggercontroller.py:806
Method
bar
test/src/helloworld_virtual.cpp:19
Method
breakpoints
The list of breakpoints
api/python/debuggercontroller.py:1191
Method
canConnect
ui/controlswidget.cpp:271
Method
canCopy
ui/moduleswidget.cpp:461
Method
canExec
ui/controlswidget.cpp:259
Method
canPaste
ui/registerswidget.cpp:670
Method
canSuspendOrResume
ui/threadframes.cpp:462
Method
can_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
Method
can_execute
Whether the current DebugAdapterType can execute the specified BinaryView :param bv: the BinaryView to check for :return:
api/python/debugadaptertype.py:47
Method
checkFocusDebuggerConsole
ui/ui.cpp:1059
Method
cmd_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
Method
columnCount
ui/attachprocess.h:74
Method
columnCount
ui/breakpointswidget.h:83
Method
columnCount
ui/stackwidget.h:102
Method
columnCount
ui/registerswidget.h:107
Method
columnCount
ui/moduleswidget.h:89
Method
connect
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
Method
connect_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
Method
connect_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
Method
connected
Whether the debugger has successfully connected to the target (read-only)
api/python/debuggercontroller.py:574
Method
connection_status
Get the connection status of the debugger
api/python/debuggercontroller.py:1039
Method
contextMenuEvent
ui/breakpointswidget.cpp:302
Method
contextMenuEvent
ui/attachprocess.cpp:252
Method
contextMenuEvent
ui/registerswidget.cpp:514
Method
contextMenuEvent
ui/moduleswidget.cpp:393
Method
contextMenuEvent
ui/threadframes.cpp:382
Method
copy
ui/registerswidget.cpp:595
Method
copy
ui/moduleswidget.cpp:468
Method
createWidget
ui/debuggerwidget.h:79
Function
cstr
(var)
api/python/_debuggercore_template.py:46
Method
currentConsole
ui/threadframes.cpp:763
Method
currentConsole
ui/statusbar.cpp:152
Method
destroy
Delete the DebuggerController object. Intended for internal use. Ordinary users do not need to call it.
api/python/debuggercontroller.py:532
Method
disconnect_from_debug_server
` Disconnect from a debug server.
api/python/debuggercontroller.py:782
Method
editValue
ui/registerswidget.cpp:802
Method
eventHandler
core/processview.cpp:176
Method
executable_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
Method
execute_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
Method
exit_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
Method
expandCurrentThread
ui/threadframes.cpp:643
Method
filterAcceptsRow
ui/attachprocess.cpp:235
Method
filterAcceptsRow
ui/registerswidget.cpp:891
Method
filterAcceptsRow
ui/moduleswidget.cpp:708
Method
flags
ui/registerswidget.cpp:84
← previous
next →
901–1,000 of 1,284, ranked by callers