MCPcopy Create free account

hub / github.com/fabioz/PyDev.Debugger / functions

Functions7,039 in github.com/fabioz/PyDev.Debugger

↓ 2 callersMethodfind_modules_from_files
returns a list of modules given a list of files
_pydev_runfiles/pydev_runfiles.py:498
↓ 2 callersMethodfind_processes_by_filename
@type fileName: str @param fileName: Filename to search for. If it's a full pathname, the match must be exact.
pydevd_attach_to_process/winappdbg/process.py:4771
↓ 2 callersMethodfind_tests_from_modules
returns the unittests given a list of modules
_pydev_runfiles/pydev_runfiles.py:588
↓ 2 callersMethodfinish_exec
(self, more)
_pydev_bundle/pydev_console_utils.py:423
↓ 2 callersFunctionflag_calls
Wrap a function to detect and flag when it gets called. This is a decorator which takes a function and wraps it in a function with a 'called'
pydev_ipython/matplotlibtools.py:148
↓ 2 callersFunctionflatten_test_suite
(test_suite, ret)
_pydev_runfiles/pydev_runfiles_parallel.py:14
↓ 2 callersFunctionformat_memory_info
(memory_info, curr_proc_memory_info)
conftest.py:180
↓ 2 callersFunctionformat_process_memory_info
(proc_memory_info)
conftest.py:189
↓ 2 callersMethodfound
This method gets called when a match is found. This allows subclasses of L{Pattern} to filter out unwanted results, or modif
pydevd_attach_to_process/winappdbg/search.py:143
↓ 2 callersMethodfrom_dict
Instance a new structure from a Python native type.
pydevd_attach_to_process/winappdbg/win32/context_amd64.py:445
↓ 2 callersFunctionfrom_json
(json_msg, update_ids_from_dap=False, on_dict_loaded=lambda dct: None)
_pydevd_bundle/_debug_adapter/pydevd_base_schema.py:112
↓ 2 callersFunctionfully_normalize_path
fixes the path so that the format of the path really reflects the directories in the system
interpreterInfo.py:19
↓ 2 callersFunctiongen_debug_info
()
tests_python/resources/_debugger_case_logging.py:9
↓ 2 callersFunctiongetVariable
returns the value of a variable :scope: can be BY_ID, EXPRESSION, GLOBAL, LOCAL, FRAME BY_ID means we'll traverse the list of all objec
_pydevd_bundle/pydevd_vars.py:51
↓ 2 callersMethodget_action
@rtype: bool, function @return: Returns the action callback for automatic breakpoints. Returns C{None} for interactive b
pydevd_attach_to_process/winappdbg/breakpoint.py:372
↓ 2 callersMethodget_as_doc
(self)
_pydev_bundle/_pydev_jy_imports_tipper.py:137
↓ 2 callersFunctionget_class_name
(instance)
_pydev_bundle/_pydev_calltip_util.py:27
↓ 2 callersMethodget_command_line
Returns the base command line (i.e.: ['python.exe', '-u'])
tests_python/debugger_unittest.py:407
↓ 2 callersMethodget_contents_debug_adapter_protocol
This method is to be used in the case where the variables are all saved by its id (and as such don't need to have the `resolve` metho
_pydevd_bundle/pydevd_resolver.py:278
↓ 2 callersMethodget_contents_debug_adapter_protocol
(self)
_pydevd_bundle/pydevd_utils.py:352
↓ 2 callersMethodget_current_stack_hit
(self, thread_id, **kwargs)
tests_python/debugger_unittest.py:1026
↓ 2 callersMethodget_debug_string
@rtype: str, compat.unicode @return: String sent by the debugee. It may be ANSI or Unicode and may end with a null chara
pydevd_attach_to_process/winappdbg/event.py:1105
↓ 2 callersMethodget_decompiled_source_from_frame_id
:param py_db: :param frame_id: :throws Exception: If unable to get the frame in the currently paused frames or if
_pydevd_bundle/pydevd_api.py:800
↓ 2 callersMethodget_dictionary
(self, var, names=None)
_pydevd_bundle/pydevd_resolver.py:680
↓ 2 callersMethodget_dictionary
(self, var)
tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py:5
↓ 2 callersFunctionget_docstring
(obj)
_pydev_bundle/_pydev_calltip_util.py:97
↓ 2 callersMethodget_environment_variables
Retrieves the environment variables with wich the program is running. @rtype: list of tuple(compat.unicode, compat.unicode)
pydevd_attach_to_process/winappdbg/process.py:1107
↓ 2 callersFunctionget_exc_to_treat
()
tests_python/test_tracing_on_top_level.py:339
↓ 2 callersMethodget_exit_code
@rtype: int @return: Thread exit code, or C{STILL_ACTIVE} if it's still alive.
pydevd_attach_to_process/winappdbg/thread.py:435
↓ 2 callersFunctionget_file
(mod)
_pydev_bundle/_pydev_imports_tipper.py:71
↓ 2 callersFunctionget_file_in_client
(writer)
tests_python/test_debugger.py:2338
↓ 2 callersFunctionget_file_in_client
(writer)
tests_python/test_debugger_json.py:4579
↓ 2 callersMethodget_frame_names
(self, thread_id)
tests_python/debugger_unittest.py:1636
↓ 2 callersMethodget_frame_stack
(self, frame)
_pydevd_bundle/pydevd_resolver.py:746
↓ 2 callersMethodget_frame_tracker
(self, thread_id)
_pydevd_bundle/pydevd_suspended_frames.py:492
↓ 2 callersMethodget_free_addresses
(self)
tests/test_pydevconsole.py:219
↓ 2 callersMethodget_handle
@rtype: L{Handle} @return: File handle. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:191
↓ 2 callersMethodget_image_base
@rtype: int @return: Image base address for the process main module.
pydevd_attach_to_process/winappdbg/process.py:929
↓ 2 callersMethodget_image_name
@rtype: int @return: Filename of the process main module. This method does it's best to retrieve the filename.
pydevd_attach_to_process/winappdbg/process.py:936
↓ 2 callersFunctionget_instructions_to_add
This is the bytecode for something as: if _pydev_needs_stop_at_break(): _pydev_stop_at_break() but with some special ha
_pydevd_frame_eval/pydevd_modify_bytecode.py:75
↓ 2 callersFunctionget_interactive_console
returns the global interactive console. interactive console should have been initialized by this time :rtype: DebugConsole
_pydevd_bundle/pydevd_console.py:204
↓ 2 callersMethodget_line_of_offset
(self, offset)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:447
↓ 2 callersMethodget_locals_name_to_var
(self, frame_id)
tests_python/test_debugger_json.py:481
↓ 2 callersMethodget_log_contents
(self)
tests_python/debugger_unittest.py:652
↓ 2 callersMethodget_module
@rtype: L{Module} @return: Main module of the process.
pydevd_attach_to_process/winappdbg/event.py:946
↓ 2 callersMethodget_module
@rtype: L{Module} @return: Module object for the recently unloaded DLL.
pydevd_attach_to_process/winappdbg/event.py:1059
↓ 2 callersMethodget_module_count
@rtype: int @return: Count of L{Module} objects in this snapshot.
pydevd_attach_to_process/winappdbg/module.py:927
↓ 2 callersMethodget_names
(self, var)
_pydevd_bundle/pydevd_resolver.py:151
↓ 2 callersFunctionget_non_pydevd_threads
()
_pydevd_bundle/pydevd_utils.py:139
↓ 2 callersMethodget_pid
@rtype: int or None @return: Parent process global ID. Returns C{None} on error.
pydevd_attach_to_process/winappdbg/module.py:241
↓ 2 callersMethodget_pid_from_tid
Retrieves the global ID of the process that owns the thread. @type dwThreadId: int @param dwThreadId: Thread global ID.
pydevd_attach_to_process/winappdbg/process.py:3921
↓ 2 callersMethodget_plugin_lazy_init
(self)
pydevd.py:1250
↓ 2 callersFunctionget_redirect
()
tests_python/test_pydevd_io.py:195
↓ 2 callersFunctionget_signature_info
(signature)
_pydevd_bundle/pydevd_signature.py:129
↓ 2 callersMethodget_size
@rtype: int or None @return: Base size of the module. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:259
↓ 2 callersMethodget_stack_trace_with_labels
Tries to get a stack trace for the current function. Only works for functions with standard prologue and epilogue. @type de
pydevd_attach_to_process/winappdbg/thread.py:1242
↓ 2 callersMethodget_str
(self, val)
_pydevd_bundle/pydevd_extension_api.py:92
↓ 2 callersMethodget_task_id
(self, frame)
_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py:296
↓ 2 callersMethodget_teb
Returns a copy of the TEB. To dereference pointers in it call L{Process.read_structure}. @rtype: L{TEB} @return: TE
pydevd_attach_to_process/winappdbg/thread.py:907
↓ 2 callersMethodget_thread
(self, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:779
↓ 2 callersMethodget_thread
(self, dwThreadId)
pydevd_attach_to_process/winappdbg/process.py:4677
↓ 2 callersMethodget_thread_ids
@rtype: list( int ) @return: List of global thread IDs in this snapshot.
pydevd_attach_to_process/winappdbg/thread.py:1798
↓ 2 callersFunctionget_type_of_value
(value, ignore_module_name=("__main__", "__builtin__", "builtins"), recursive=False)
_pydevd_bundle/pydevd_signature.py:44
↓ 2 callersFunctionget_var_scope
(attr_name, attr_value, evaluate_name, handle_return_values)
_pydevd_bundle/pydevd_resolver.py:796
↓ 2 callersFunctionget_variable_details
:param context: This is the context in which the variable is being requested. Valid values: "watch", "repl",
_pydevd_bundle/pydevd_xml.py:320
↓ 2 callersMethodget_variable_reference
(self)
_pydevd_bundle/pydevd_suspended_frames.py:34
↓ 2 callersMethodhas_exception_breaks
(self, py_db)
_pydevd_bundle/pydevd_plugin_utils.py:126
↓ 2 callersMethodhas_line_breaks
(self, py_db)
_pydevd_bundle/pydevd_plugin_utils.py:132
↓ 2 callersMethodhas_thread
(self, dwThreadId)
pydevd_attach_to_process/winappdbg/process.py:4671
↓ 2 callersMethodhook
Installs the function hook at a given process and address. @see: L{unhook} @warning: Do not call from an function hook call
pydevd_attach_to_process/winappdbg/breakpoint.py:1375
↓ 2 callersFunctionignore_exception_trace
(trace)
_pydevd_bundle/pydevd_frame_utils.py:82
↓ 2 callersMethodignore_system_exit_code
(self, system_exit_exc)
pydevd.py:926
↓ 2 callersMethodinit_gui_support
(self)
pydevd.py:1639
↓ 2 callersFunctioninit_mpl_in_console
(interpreter)
pydevconsole.py:160
↓ 2 callersFunctioninitialize_debug_stream
:param bool reinitialize: Reinitialize is used to update the debug stream after a fork (thus, if it wasn't initialized, we don't
_pydev_bundle/pydev_log.py:16
↓ 2 callersMethodinitialize_network
(self, sock, terminate_on_socket_close=True)
pydevd.py:1488
↓ 2 callersMethodinput_command_line
(self, command_line)
pydevd_attach_to_process/winappdbg/interactive.py:367
↓ 2 callersMethodinput_full_address_range
(self, token_list)
pydevd_attach_to_process/winappdbg/interactive.py:518
↓ 2 callersMethodinput_register
(self, token, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:470
↓ 2 callersMethodinput_thread
(self, token)
pydevd_attach_to_process/winappdbg/interactive.py:299
↓ 2 callersMethodinteract
Closely emulate the interactive Python console. The optional banner argument specifies the banner to print before the first interacti
_pydevd_bundle/pydevconsole_code.py:430
↓ 2 callersMethodinteractive
Start an interactive debugging session. @type bConfirmQuit: bool @param bConfirmQuit: Set to C{True} to ask the user for co
pydevd_attach_to_process/winappdbg/debug.py:1182
↓ 2 callersMethodisExploitable
Guess how likely is it that the bug causing the crash can be leveraged into an exploitable vulnerability. @note: Don't take
pydevd_attach_to_process/winappdbg/crash.py:712
↓ 2 callersMethodis_copy_on_write
@rtype: bool @return: C{True} if all pages in this region are marked as copy-on-write. This means the pages are writeabl
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1115
↓ 2 callersMethodis_free
@rtype: bool @return: C{True} if the memory in this region is free.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1044
↓ 2 callersFunctionis_python_64bit
()
pydevd_attach_to_process/add_code_to_python_process.py:131
↓ 2 callersFunctionis_stderr_ok
(stderr)
tests_python/test_debugger.py:2640
↓ 2 callersMethodis_system_defined_breakpoint
@type address: int @param address: Memory address. @rtype: bool @return: C{True} if the given address points to a
pydevd_attach_to_process/winappdbg/module.py:1673
↓ 2 callersMethodis_valid
@rtype: bool @return: C{True} if the window handle is still valid.
pydevd_attach_to_process/winappdbg/window.py:515
↓ 2 callersFunctionis_variable_to_translate
(cls_name, var_name)
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:9
↓ 2 callersMethodis_wow64
Determines if the process is running under WOW64. @rtype: bool @return: C{True} if the process is running under
pydevd_attach_to_process/winappdbg/process.py:689
↓ 2 callersMethodisatty
(self)
_pydevd_bundle/pydevd_io.py:137
↓ 2 callersMethodisbuiltin
(self, _args)
_pydevd_bundle/pydevd_resolver.py:783
↓ 2 callersFunctioniter_chars
(b)
_pydevd_bundle/pydevd_constants.py:542
↓ 2 callersFunctioniter_files_in_dir
(dirname)
build_tools/rename_pep8.py:21
↓ 2 callersMethoditer_memory_map
Produces an iterator over the memory map to the process address space. Optionally restrict the map to the given address range.
pydevd_attach_to_process/winappdbg/process.py:3024
↓ 2 callersFunctionjust_raised
(trace)
_pydevd_bundle/pydevd_frame_utils.py:49
↓ 2 callersMethodkill_all
Kills from all processes currently being debugged. @type bIgnoreExceptions: bool @param bIgnoreExceptions: C{True} to ignor
pydevd_attach_to_process/winappdbg/debug.py:708
↓ 2 callersMethodkill_thread
(self, tid)
pydevd_attach_to_process/winappdbg/interactive.py:920
↓ 2 callersMethodlist_threads
(self, py_db, seq)
_pydevd_bundle/pydevd_api.py:173
← previousnext →1,201–1,300 of 7,039, ranked by callers