Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cs01/gdbgui
/ functions
Functions
388 in github.com/cs01/gdbgui
⨍
Functions
388
◇
Types & classes
81
↳
Endpoints
10
↓ 1 callers
Method
get_disabled_breakpoint_lines_for_file
(fullname: any)
gdbgui/src/js/Breakpoints.tsx:344
↓ 1 callers
Method
get_dropdown
()
gdbgui/src/js/InferiorProgramInfo.tsx:54
↓ 1 callers
Method
get_end_of_file_tr
(linenum: any)
gdbgui/src/js/SourceCode.tsx:317
↓ 1 callers
Function
get_extra_files
returns a list of files that should be watched by the Flask server when in debug mode to trigger a reload of the server
gdbgui/server/server.py:16
↓ 1 callers
Method
get_frame_row
( frame: any, is_selected_frame: any, thread_id: any, is_current_thread_being_rendered: any,
gdbgui/src/js/Threads.tsx:160
↓ 1 callers
Function
get_gdbgui_auth_user_credentials
(auth_file, user, password)
gdbgui/cli.py:27
↓ 1 callers
Function
get_initial_binary_and_args
( user_supplied_args: List[str], debug_program_and_args: Optional[str] )
gdbgui/cli.py:189
↓ 1 callers
Method
get_line_nums_to_render
( source_code_obj: any, start_linenum: any, line_to_flash: any, end_linenum: any )
gdbgui/src/js/SourceCode.tsx:327
↓ 1 callers
Method
get_linenum_td
(linenum: any, gutter_cls = "")
gdbgui/src/js/SourceCode.tsx:226
↓ 1 callers
Method
get_marked_up_list
an updated version of pygments.formatter.format_unencoded
gdbgui/htmllistformatter.py:9
↓ 1 callers
Method
get_memory_component_jsx_content
()
gdbgui/src/js/Memory.tsx:35
↓ 1 callers
Method
get_num_times_hit
(bkpt: any)
gdbgui/src/js/Breakpoints.tsx:87
↓ 1 callers
Function
get_parser
()
gdbgui/cli.py:68
↓ 1 callers
Method
get_position
(position_name: any)
gdbgui/src/js/ToolTipTourguide.tsx:51
↓ 1 callers
Method
get_root_name_from_gdbvar_name
(gdb_var_name: any)
gdbgui/src/js/GdbVariable.tsx:785
↓ 1 callers
Method
get_row_data_for_stack
( stack: any, selected_frame_num: any, thread_id: any, is_current_thread_being_rendered: any
gdbgui/src/js/Threads.tsx:203
↓ 1 callers
Method
get_signal_choices
(signal_key: any)
gdbgui/src/js/InferiorProgramInfo.tsx:37
↓ 1 callers
Method
get_source_line
(fullname: any, linenum: any)
gdbgui/src/js/Breakpoints.tsx:45
↓ 1 callers
Function
get_ssl_context
Get ssl context from private key and certificate paths. The return value is used when calling Flask. i.e. app.run(ssl_context=get_ssl_context(
gdbgui/SSLify.py:91
↓ 1 callers
Method
get_stack_for_thread
( cur_frame: any, stack_data: any, is_current_thread_being_rendered: any )
gdbgui/src/js/Threads.tsx:100
↓ 1 callers
Function
get_stored
(key: any, default_val: any)
gdbgui/src/js/InitialStoreData.ts:118
↓ 1 callers
Method
get_table
()
gdbgui/src/js/Settings.tsx:81
↓ 1 callers
Method
get_tds
()
gdbgui/src/js/ReactTable.tsx:5
↓ 1 callers
Method
get_thread_header
(thread: any, is_current_thread_being_rendered: any)
gdbgui/src/js/Threads.tsx:118
↓ 1 callers
Method
get_ul_for_local
* get unordered list for a "local" returned by gdb * these are special snowflakes; gdb returns a small subset of information for * locals. The l
gdbgui/src/js/GdbVariable.tsx:194
↓ 1 callers
Method
get_ul_for_var_with_children
* get unordered list for a variable that has children * @return unordered list, expanded or collapsed based on the key "show_children_in_ui"
gdbgui/src/js/GdbVariable.tsx:220
↓ 1 callers
Method
get_update_max_lines_of_code_to_fetch
()
gdbgui/src/js/Settings.tsx:56
↓ 1 callers
Method
handleSubmit
()
gdbgui/src/js/dashboard.tsx:113
↓ 1 callers
Method
handle_changelist
(changelist_array: any)
gdbgui/src/js/GdbVariable.tsx:716
↓ 1 callers
Method
hide_children_in_ui
(gdb_var_name: any)
gdbgui/src/js/GdbVariable.tsx:661
↓ 1 callers
Function
ignoreError
(response: any)
gdbgui/src/js/process_gdb_response.tsx:31
↓ 1 callers
Function
isCreatingVar
(response: any)
gdbgui/src/js/process_gdb_response.tsx:39
↓ 1 callers
Function
isError
(response: any)
gdbgui/src/js/process_gdb_response.tsx:28
↓ 1 callers
Method
is_gdb_paused_on_this_line
(line_num_being_rendered: any, line_gdb_is_paused_on: any)
gdbgui/src/js/SourceCode.tsx:290
↓ 1 callers
Function
js_tests
(session)
noxfile.py:48
↓ 1 callers
Function
main
()
make_executable.py:84
↓ 1 callers
Function
main
Entry point from command line
gdbgui/cli.py:200
↓ 1 callers
Method
onClickName
(node: any)
gdbgui/src/js/FoldersView.tsx:120
↓ 1 callers
Method
onToggle
(node: any)
gdbgui/src/js/FoldersView.tsx:230
↓ 1 callers
Method
plot_var_and_children
* look through all expression objects and see if they are supposed to show their plot. * If so, update the dom accordingly * @param obj: express
gdbgui/src/js/GdbVariable.tsx:639
↓ 1 callers
Function
processFeatures
(features: Array<Feature>)
gdbgui/src/js/processFeatures.ts:20
↓ 1 callers
Function
process_gdb_response
(response_array: any)
gdbgui/src/js/process_gdb_response.tsx:22
↓ 1 callers
Function
publish_docs
(session)
noxfile.py:160
↓ 1 callers
Function
python_tests
(session)
noxfile.py:38
↓ 1 callers
Method
remove_breakpoint_if_present
(fullname: any, line: any)
gdbgui/src/js/Breakpoints.tsx:297
↓ 1 callers
Method
remove_client
(self, client_id: str)
gdbgui/server/sessionmanager.py:59
↓ 1 callers
Method
remove_debug_session_by_pid
(self, gdbpid: int)
gdbgui/server/sessionmanager.py:118
↓ 1 callers
Method
remove_debug_sessions_with_no_clients
(self)
gdbgui/server/sessionmanager.py:136
↓ 1 callers
Method
render
()
gdbgui/src/js/dashboard.tsx:214
↓ 1 callers
Method
render
()
gdbgui/src/js/TopBar.tsx:260
↓ 1 callers
Method
render
()
gdbgui/src/js/gdbgui.tsx:65
↓ 1 callers
Method
render_head
()
gdbgui/src/js/ReactTable.tsx:27
↓ 1 callers
Method
reveal_path
(path: any)
gdbgui/src/js/FoldersView.tsx:137
↓ 1 callers
Method
save_breakpoints
(payload: any)
gdbgui/src/js/Breakpoints.tsx:356
↓ 1 callers
Method
save_locals
(locals: any)
gdbgui/src/js/Locals.tsx:78
↓ 1 callers
Method
save_new_expression
* Locally save the variable to our cached variables
gdbgui/src/js/GdbVariable.tsx:767
↓ 1 callers
Method
select_frame
(framenum: any)
gdbgui/src/js/Threads.tsx:50
↓ 1 callers
Function
send_msg_to_clients
Send message to all clients
gdbgui/server/app.py:196
↓ 1 callers
Method
set_breakpoint_condition
(condition: any, bkpt_num: any)
gdbgui/src/js/Breakpoints.tsx:291
↓ 1 callers
Method
set_echo
(self, echo_on: bool)
gdbgui/server/ptylib.py:51
↓ 1 callers
Method
set_inputs_from_address
(addr: any)
gdbgui/src/js/Memory.tsx:178
↓ 1 callers
Method
set_thread_id
(id: any)
gdbgui/src/js/Threads.tsx:242
↓ 1 callers
Method
set_winsize
(self, rows: int, cols: int)
gdbgui/server/ptylib.py:63
↓ 1 callers
Function
should_highlight
()
gdbgui/server/http_routes.py:36
↓ 1 callers
Method
show_copied_tooltip_on_node
(node: any)
gdbgui/src/js/ToolTip.tsx:29
↓ 1 callers
Method
to_dict
(self)
gdbgui/server/sessionmanager.py:47
↓ 1 callers
Method
updateData
()
gdbgui/src/js/dashboard.tsx:201
↓ 1 callers
Method
update_stack
(stack: any)
gdbgui/src/js/Threads.tsx:231
↓ 1 callers
Function
verify
(binary_path: str, version: str)
make_executable.py:67
↓ 1 callers
Function
vulture
Find dead code
noxfile.py:75
↓ 1 callers
Function
warn_startup_with_shell_off
return True if user may need to turn shell off if mac OS version is 16 (sierra) or higher, may need to set shell off due to os's security requ
gdbgui/cli.py:54
↓ 1 callers
Function
write_spec_with_gdbgui_version_in_name
(spec_path, binary_name)
make_executable.py:18
Function
GdbguiSession
(props: { session: GdbguiSession; updateData: Function })
gdbgui/src/js/dashboard.tsx:27
Function
Nav
()
gdbgui/src/js/dashboard.tsx:150
Method
__init__
( self, app=None, age=YEAR_IN_SECS, subdomains=False, permanent=False, skips=None )
gdbgui/SSLify.py:16
Method
__init__
(self, *, cmd: Optional[str] = None, echo: bool = True)
gdbgui/server/ptylib.py:22
Method
__init__
( self, *, pygdbmi_controller: IoManager, pty_for_gdbgui: Pty, pty_for
gdbgui/server/sessionmanager.py:17
Method
__init__
(self)
gdbgui/server/sessionmanager.py:66
Function
_error_getting_last_modified_unix_sec
(data: any)
gdbgui/src/js/GdbApi.tsx:429
Function
_fetch_complete
()
gdbgui/src/js/GdbVariable.tsx:143
Method
_get_cmds_for_obj
(obj: any)
gdbgui/src/js/GdbVariable.tsx:702
Function
_recieve_last_modified_unix_sec
(data: { path: any; last_modified_unix_sec: any })
gdbgui/src/js/GdbApi.tsx:421
Method
_scroll_to_bottom
()
gdbgui/src/js/GdbMiOutput.tsx:55
Function
add_gdb_response_to_console
(mi_obj: any)
gdbgui/src/js/Actions.ts:104
Function
attach_to_process
(user_input: any)
gdbgui/src/js/Actions.ts:184
Function
authenticate
(f)
gdbgui/server/http_util.py:55
Function
autoformat
(session)
noxfile.py:103
Function
build_executable_windows
(session)
noxfile.py:189
Function
build_executables_current_platform
(session)
noxfile.py:166
Function
build_executables_linux
(session)
noxfile.py:182
Function
build_executables_mac
(session)
noxfile.py:175
Function
build_pex
Builds a pex of gdbgui
noxfile.py:196
Method
cache_register_names
(names: any)
gdbgui/src/js/Registers.tsx:62
Method
callback
(node: any)
gdbgui/src/js/FoldersView.tsx:235
Method
check_to_autofetch_more_source
()
gdbgui/src/js/MiddleLeft.tsx:45
Function
clear_cached_assembly
()
gdbgui/src/js/Actions.ts:206
Method
click_read_more_memory
()
gdbgui/src/js/Memory.tsx:251
Method
click_read_preceding_memory
()
gdbgui/src/js/Memory.tsx:241
Method
click_set_target_app
()
gdbgui/src/js/BinaryLoader.tsx:195
Function
client_connected
Connect a websocket client to a debug session This is the main intial connection. Depending on the arguments passed, the client will connect
gdbgui/server/app.py:55
← previous
next →
101–200 of 388, ranked by callers