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
operator<
api/debuggerapi.h:374
Method
operator<
ui/breakpointswidget.cpp:46
Method
operator<
ui/attachprocess.cpp:41
Method
operator<
ui/registerswidget.cpp:54
Method
operator<
ui/moduleswidget.cpp:49
Method
operator<
ui/stackwidget.cpp:45
Function
operator==
core/refcountobject.h:180
Function
operator==
api/debuggerapi.h:238
Method
operator==
core/debugadapter.h:84
Method
operator==
core/debugadapter.h:125
Method
operator==
core/debuggercommon.h:34
Method
operator==
core/debuggercontroller.h:50
Method
operator==
api/debuggerapi.h:286
Method
operator==
api/debuggerapi.h:305
Method
operator==
api/debuggerapi.h:369
Method
operator==
ui/breakpointswidget.cpp:34
Method
operator==
ui/attachprocess.cpp:29
Method
operator==
ui/registerswidget.cpp:41
Method
operator==
ui/moduleswidget.cpp:36
Method
operator==
ui/stackwidget.cpp:32
Method
operator>
core/debuggercommon.h:46
Method
operator>
api/debuggerapi.h:382
Method
paint
ui/breakpointswidget.cpp:175
Method
paint
ui/attachprocess.cpp:150
Method
paint
ui/registerswidget.cpp:326
Method
paint
ui/moduleswidget.cpp:203
Method
paint
ui/stackwidget.cpp:313
Method
paint
ui/threadframes.cpp:292
Method
parent
ui/threadframes.cpp:254
Method
parse
cli/log.h:104
Method
paste
ui/registerswidget.cpp:631
Method
pause
Pause a running target
api/python/debuggercontroller.py:794
Method
performAttachPID
ui/controlswidget.cpp:161
Method
performDetach
ui/controlswidget.cpp:200
Method
performLaunch
ui/controlswidget.cpp:135
Method
performPause
ui/controlswidget.cpp:206
Method
performQuit
ui/controlswidget.cpp:194
Method
performRestart
ui/controlswidget.cpp:188
Method
performResume
ui/controlswidget.cpp:212
Method
performSettings
ui/controlswidget.cpp:252
Method
performStepInto
ui/controlswidget.cpp:218
Method
performStepOver
ui/controlswidget.cpp:232
Method
performStepReturn
ui/controlswidget.cpp:246
Method
pid_attach
The PID to attach to. (read/write) ``pid_attach`` is only useful for connecting to a running process using PID. :getter: re
api/python/debuggercontroller.py:1085
Method
processes
The processes of the target.
api/python/debuggercontroller.py:624
Function
pyNativeStr
(arg)
api/python/_debuggercore_template.py:53
Method
quit
Terminate the target
api/python/debuggercontroller.py:746
Method
register_event_callback
Register a debugger event callback to receive notification when various events happen. The callback receives DebuggerEvent object th
api/python/debuggercontroller.py:1298
Method
regs
All registers of the target :return: a list of ``DebugRegister``
api/python/debuggercontroller.py:702
Method
remote_arch
Get the architecture of the running target (read-only). This could be different from the architecture of the original binary.
api/python/debuggercontroller.py:561
Method
remote_host
The remote host to connect to. (read/write) ``remote_host`` and ``remote_port`` are only useful for remote debugging. :gett
api/python/debuggercontroller.py:1053
Method
remote_port
The remote port to connect to. (read/write) ``remote_host`` and ``remote_port`` are only useful for remote debugging. :gett
api/python/debuggercontroller.py:1069
Method
remove_event_callback
Remove the debuggeer event callback from the DebuggerController
api/python/debuggercontroller.py:1310
Method
request_terminal_emulator
Whether to run the target in a separate terminal. (read/write) The default value is false. This can be set before launching
api/python/debuggercontroller.py:1153
Method
restart
Restart the target
api/python/debuggercontroller.py:740
Method
resumeThread
ui/threadframes.cpp:420
Method
resume_thread
Resumes a thread by thread id. :param tid: thread id
api/python/debuggercontroller.py:676
Method
rowCount
ui/attachprocess.h:69
Method
rowCount
ui/breakpointswidget.h:78
Method
rowCount
ui/stackwidget.h:97
Method
rowCount
ui/registerswidget.h:102
Method
rowCount
ui/moduleswidget.h:84
Method
run_once
()
test/debugger_test.py:57
Method
run_to
Resume the target, and wait for it to break at the given address(es). The address parameter can be either an integer, or a list of i
api/python/debuggercontroller.py:894
Method
run_to_and_wait
Resume the target, and wait for it to break at the given address(es). The address parameter can be either an integer, or a list of i
api/python/debuggercontroller.py:992
Method
running
Whether the target is running (read-only)
api/python/debuggercontroller.py:579
Method
scrollToCurrentItem
ui/attachprocess.cpp:333
Method
scrollToCurrentItem
ui/registerswidget.cpp:829
Method
scrollToCurrentItem
ui/moduleswidget.cpp:563
Method
scrollToFirstItem
ui/attachprocess.cpp:330
Method
scrollToFirstItem
ui/registerswidget.cpp:826
Method
scrollToFirstItem
ui/moduleswidget.cpp:560
Method
selectAdapter
ui/adaptersettings.cpp:141
Method
selectFirstItem
ui/attachprocess.cpp:336
Method
selectFirstItem
ui/registerswidget.cpp:832
Method
selectFirstItem
ui/moduleswidget.cpp:566
Method
selectionNotEmpty
ui/breakpointswidget.cpp:308
Method
selectionNotEmpty
ui/registerswidget.cpp:663
Method
selectionNotEmpty
ui/threadframes.cpp:455
Method
setData
ui/registerswidget.cpp:286
Method
setData
ui/stackwidget.cpp:253
Method
setEditorData
ui/registerswidget.cpp:382
Method
setEditorData
ui/stackwidget.cpp:369
Method
setFilter
ui/attachprocess.cpp:323
Method
setFilter
ui/registerswidget.cpp:819
Method
setFilter
ui/moduleswidget.cpp:547
Method
setStartingEnabled
ui/controlswidget.cpp:283
Method
setStatusText
ui/statusbar.cpp:60
Method
setSteppingEnabled
ui/controlswidget.cpp:301
Method
setStoppingEnabled
ui/controlswidget.cpp:292
Method
setToZero
ui/registerswidget.cpp:542
Method
setUp
(self)
test/debugger_test.py:50
Method
setUp
(self)
test/debugger_test.py:318
Method
setUp
(self)
test/debugger_test.py:323
Method
setUp
(self)
test/debugger_test.py:329
Method
setValue
ui/registerswidget.h:66
Method
setValueStatus
ui/registerswidget.h:68
Method
set_adapter_property
(self, name: str, value: binaryninja.metadata.MetadataValueType)
api/python/debuggercontroller.py:1381
Method
showContextMenu
ui/registerswidget.cpp:520
Method
showContextMenu
ui/moduleswidget.cpp:399
← previous
next →
1,101–1,200 of 1,284, ranked by callers