MCPcopy Create free account

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

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

↓ 12 callersFunctionunquote
(s)
_pydevd_bundle/pydevd_json_debug_options.py:113
↓ 12 callersMethodupdate_stepping_info
(self)
_pydevd_bundle/pydevd_additional_thread_info_regular.py:202
↓ 12 callersMethodwrite_step_next
(self, thread_id, wait_for_response=True)
tests_python/test_debugger_json.py:423
↓ 12 callersMethodwrite_step_return
(self, thread_id)
tests_python/debugger_unittest.py:1378
↓ 11 callersFunction__Pyx_GetException
_pydevd_frame_eval/pydevd_frame_evaluator.c:19978
↓ 11 callersFunction__Pyx_Import
Import */
_pydevd_frame_eval/pydevd_frame_evaluator.c:22371
↓ 11 callersFunction_get_apply_arg_patching
()
_pydev_bundle/pydev_monkey.py:42
↓ 11 callersFunction_is_same_frame
(info, target_frame, current_frame)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1952
↓ 11 callersMethod_is_same_frame
(self, target_frame, current_frame)
_pydevd_bundle/pydevd_frame.py:294
↓ 11 callersMethod_update
Update oldobj, if possible in place, with newobj. If oldobj is immutable, this simply returns newobj. Args: oldobj: the ob
_pydevd_bundle/pydevd_reload.py:281
↓ 11 callersFunctiondbg
(s)
tests/test_jysimpleTipper.py:26
↓ 11 callersMethoddiscard
(self, x)
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:43
↓ 11 callersMethodget_dictionary
(self, _self, fmt=None)
_pydevd_bundle/pydevd_resolver.py:419
↓ 11 callersMethodget_exception_code
@rtype: int @return: Exception code as defined by the Win32 API.
pydevd_attach_to_process/winappdbg/event.py:509
↓ 11 callersMethodget_file_type
:param abs_real_path_and_basename: The result from get_abs_path_real_path_and_base_from_file or get_abs_path_real_pat
pydevd.py:1040
↓ 11 callersMethodget_module_at_address
@type address: int @param address: Memory address to query. @rtype: L{Module} @return: C{Module} object that best
pydevd_attach_to_process/winappdbg/module.py:992
↓ 11 callersMethodincrement_suspend_time
(self)
pydevd.py:397
↓ 11 callersMethoditervalues
@rtype: iterator @return: Iterator of the contained L{Crash} objects. @warning: A B{copy} of each object is returned,
pydevd_attach_to_process/winappdbg/crash.py:1476
↓ 11 callersMethodkill
Kills a process currently being debugged. @see: L{detach} @type dwProcessId: int @param dwProcessId: Global ID of
pydevd_attach_to_process/winappdbg/debug.py:656
↓ 11 callersMethodmap_to_client
(self, runtime_source_filename, lineno)
_pydevd_bundle/pydevd_source_mapping.py:85
↓ 11 callersMethodon_breakpoints_changed
When breakpoints change, we have to re-evaluate all the assumptions we've made so far.
pydevd.py:1175
↓ 11 callersMethodscan_threads
Populates the snapshot with running threads.
pydevd_attach_to_process/winappdbg/thread.py:1909
↓ 11 callersFunctionsend_process_created_message
()
_pydev_bundle/pydev_monkey.py:976
↓ 11 callersMethodwrite_set_project_roots
(self, project_roots)
tests_python/debugger_unittest.py:1316
↓ 10 callersMethod_add_process
Private method to add a process object to the snapshot. @type aProcess: L{Process} @param aProcess: Process object.
pydevd_attach_to_process/winappdbg/process.py:4799
↓ 10 callersFunction_expression_to_evaluate
(expression)
_pydevd_bundle/pydevd_vars.py:212
↓ 10 callersFunction_get_func_code_info
Provides code-object related info. Note that it contains informations on the breakpoints for a given function. If breakpoints change a n
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:547
↓ 10 callersFunctioncheck
(hit, exc_type, exc_desc)
tests_python/test_debugger.py:1595
↓ 10 callersFunctioncheck
(obtained, expected)
tests_python/test_convert_utilities.py:183
↓ 10 callersMethodcheck
(self, module, expected_attributes)
_pydev_bundle/_pydev_saved_modules.py:66
↓ 10 callersMethoddo_kill_pydev_thread
(self)
pydevd.py:3283
↓ 10 callersMethodflush
Flushes changes immediately to disk. This method is normally not needed, as the Registry writes changes to disk by itself. T
pydevd_attach_to_process/winappdbg/registry.py:347
↓ 10 callersMethodgetCompletions
(self, text, act_tok)
pydevconsole.py:102
↓ 10 callersFunctionget_abs_path_real_path_and_base_from_frame
(frame, NORM_PATHS_AND_BASE_CONTAINER=NORM_PATHS_AND_BASE_CONTAINER)
pydevd_file_utils.py:941
↓ 10 callersMethodget_bits
@rtype: str @return: The number of bits in which this thread believes to be running. For example, if running a 32 bit bi
pydevd_attach_to_process/winappdbg/thread.py:879
↓ 10 callersMethodget_children_variables
(self, fmt=None, scope=None)
_pydevd_bundle/pydevd_suspended_frames.py:265
↓ 10 callersMethodget_debugee_pids
@rtype: list( int... ) @return: Global IDs of processes being debugged.
pydevd_attach_to_process/winappdbg/debug.py:1118
↓ 10 callersMethodget_module
@rtype: L{Module} @return: Module object for the newly loaded DLL.
pydevd_attach_to_process/winappdbg/event.py:973
↓ 10 callersMethodget_next_message
(self, context_message, timeout=None)
tests_python/debugger_unittest.py:206
↓ 10 callersFunctionget_pydevd_file
()
_pydevd_bundle/pydevd_command_line_handling.py:98
↓ 10 callersMethodget_size
@rtype: int @return: The size in bytes of the breakpoint.
pydevd_attach_to_process/winappdbg/breakpoint.py:257
↓ 10 callersMethodget_var
(self, variables_reference, var_name=None, index=None)
tests_python/test_debugger_json.py:501
↓ 10 callersMethodget_var_data
:param dict fmt: Format expected by the DAP (keys: 'hex': bool, 'rawString': bool) :param context: This is t
_pydevd_bundle/pydevd_suspended_frames.py:37
↓ 10 callersMethodis_enabled
@rtype: bool @return: C{True} if the breakpoint is in L{ENABLED} state.
pydevd_attach_to_process/winappdbg/breakpoint.py:220
↓ 10 callersMethodis_one_shot
@rtype: bool @return: C{True} if the breakpoint is in L{ONESHOT} state.
pydevd_attach_to_process/winappdbg/breakpoint.py:227
↓ 10 callersFunctionis_true_in_env
(env_key)
_pydevd_bundle/pydevd_constants.py:223
↓ 10 callersFunctionlog_context
To be used to temporarily change the logging settings.
_pydev_bundle/pydev_log.py:108
↓ 10 callersMethodnotifyTest
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:75
↓ 10 callersFunctionpatch_args
:param list args: Arguments to patch. :param bool is_exec: If it's an exec, the current process will be replaced (this means
_pydev_bundle/pydev_monkey.py:366
↓ 10 callersMethodset_flag_value
Sets a single flag, leaving the others intact. @type FlagBit: int @param FlagBit: One of the L{Flags}.
pydevd_attach_to_process/winappdbg/thread.py:746
↓ 10 callersMethodwrite_evaluate_expression
(self, locator, expression)
tests_python/debugger_unittest.py:1518
↓ 10 callersMethodwrite_list_threads
(self)
tests_python/test_debugger_json.py:154
↓ 9 callersFunction__Pyx_IterFinish
IterFinish */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21094
↓ 9 callersFunction__Pyx_PyObject_GetAttrStrNoError
_pydevd_frame_eval/pydevd_frame_evaluator.c:19173
↓ 9 callersFunction_do_wait_suspend
(py_db, thread_info, frame, event, arg)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1978
↓ 9 callersMethodaddRow
Add a row to the table. All items are converted to strings. @type row: tuple @keyword row: Each argument is a cell in the
pydevd_attach_to_process/winappdbg/textio.py:1087
↓ 9 callersFunctionbool_parser
(s)
_pydevd_bundle/pydevd_json_debug_options.py:109
↓ 9 callersFunctioncheck
:param has_line_event_optimized_in_original_case: If True, we're handling a case where we have a double jump, i.e.: some case whe
tests_python/test_bytecode_manipulation.py:70
↓ 9 callersMethodcheck_case
(self, writer_class, wait_for_port=True, wait_for_initialization=True, dap=False)
tests_python/debugger_unittest.py:446
↓ 9 callersFunctioncheck_dap_log_message
(log_message, expected, evaluated, eval_locals=None)
tests_python/test_utilities.py:117
↓ 9 callersFunctionclear_contents_debug_adapter_protocol
(contents_debug_adapter_protocol)
tests_python/test_resolvers.py:147
↓ 9 callersMethodget_event_code
@rtype: int @return: Debug event code as defined in the Win32 API.
pydevd_attach_to_process/winappdbg/event.py:185
↓ 9 callersMethodget_name
(self)
tests_python/resources/_debugger_case13.py:7
↓ 9 callersMethodget_namespace
(self)
pydevconsole.py:99
↓ 9 callersMethodget_process
@type dwProcessId: int @param dwProcessId: Global ID of the process to look for. @rtype: L{Process} @return: Proce
pydevd_attach_to_process/winappdbg/process.py:3856
↓ 9 callersMethodget_sp
@rtype: int @return: Value of the stack pointer register.
pydevd_attach_to_process/winappdbg/thread.py:651
↓ 9 callersMethodget_thread_id_for_variable_reference
We can't evaluate variable references values on any thread, only in the suspended thread (the main reason for this is that in UI fram
_pydevd_bundle/pydevd_suspended_frames.py:473
↓ 9 callersMethodinput_address
(self, token, pid=None, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:395
↓ 9 callersMethoditer_modules
@see: L{iter_module_addresses} @rtype: dictionary-valueiterator @return: Iterator of L{Module} objects in this snapshot.
pydevd_attach_to_process/winappdbg/module.py:909
↓ 9 callersFunctionjoin_thread
(t)
tests_python/test_single_notification.py:87
↓ 9 callersMethodm1
(self)
test_pydevd_reload/test_pydevd_reload.py:128
↓ 9 callersFunctionobtain_frame
()
tests_python/test_evaluate_expression.py:13
↓ 9 callersMethodprompt_user
(self)
pydevd_attach_to_process/winappdbg/interactive.py:936
↓ 9 callersMethodremove
Removes a buffer watch identifier. @type bw: L{BufferWatch} @param bw: Buffer watch identifier. @raise
pydevd_attach_to_process/winappdbg/breakpoint.py:1807
↓ 9 callersMethodrun
(self)
tests_python/resources/_debugger_case20.py:21
↓ 9 callersMethodset_context
Sets the values of the registers. @see: L{get_context} @type context: dict( str S{->} int ) @param context: Dicti
pydevd_attach_to_process/winappdbg/thread.py:554
↓ 9 callersMethodwait_for_contents
(self)
tests_python/debugger_unittest.py:1674
↓ 9 callersMethodwrite_get_variable
(self, thread_id, frame_id, var_attrs)
tests_python/debugger_unittest.py:1345
↓ 9 callersMethodwrite_version
(self)
tests_python/debugger_unittest.py:1207
↓ 8 callersFunction__Pyx_ImportFrom
ImportFrom */
_pydevd_frame_eval/pydevd_frame_evaluator.c:22376
↓ 8 callersFunction__Pyx_RaiseTooManyValuesError
RaiseTooManyValuesToUnpack */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21081
↓ 8 callersFunction__Pyx_TypeTest
ExtTypeTest */
_pydevd_frame_eval/pydevd_frame_evaluator.c:20113
↓ 8 callersMethod__cleanup_breakpoint
Auxiliary method.
pydevd_attach_to_process/winappdbg/breakpoint.py:2069
↓ 8 callersMethod__del_running_bp_from_all_threads
Auxiliary method.
pydevd_attach_to_process/winappdbg/breakpoint.py:2056
↓ 8 callersMethod__get_system_breakpoint
(self, label)
pydevd_attach_to_process/winappdbg/module.py:1646
↓ 8 callersFunction_check_in_separate_process
(method_name, module_name="test_utilities", update_env={})
tests_python/test_utilities.py:316
↓ 8 callersFunction_get_line
(op_offset_to_line, op_offset, firstlineno, search=False)
_pydevd_bundle/pydevd_collect_bytecode_info.py:65
↓ 8 callersFunction_get_thread_info
Provides thread-related info. May return None if the thread is still not active.
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:459
↓ 8 callersMethod_handle_call_from_instr
(self, func_name_instr, func_call_instr)
_pydevd_bundle/pydevd_bytecode_utils.py:220
↓ 8 callersMethodalign_address_to_page_start
Align the given address to the start of the page it occupies. @type address: int @param address: Memory address. @
pydevd_attach_to_process/winappdbg/util.py:371
↓ 8 callersMethodassert_saferepr
(self, value, expected)
tests_python/test_safe_repr.py:23
↓ 8 callersFunctioncheck_len_entry
(len_entry, first_2_params)
tests_python/test_resolvers.py:7
↓ 8 callersFunctionclear_contents_dictionary
(dictionary)
tests_python/test_resolvers.py:159
↓ 8 callersMethodclose
(self)
pydevd.py:3257
↓ 8 callersFunctiondbg
(s, prior)
pycompletionserver.py:57
↓ 8 callersFunctiondbg
(s)
tests/test_jyserver.py:16
↓ 8 callersMethoddisable
Transition to L{DISABLED} state. - When hit: OneShot S{->} Disabled - Forced by user: Enabled, OneShot, Running S{->} Dis
pydevd_attach_to_process/winappdbg/breakpoint.py:428
↓ 8 callersMethodenable
Transition to L{ENABLED} state. - When hit: Running S{->} Enabled - Forced by user: Disabled, Running S{->} Enabled
pydevd_attach_to_process/winappdbg/breakpoint.py:446
↓ 8 callersMethodget_exception_information
@type index: int @param index: Index into the exception information block. @rtype: int @return: Exception informat
pydevd_attach_to_process/winappdbg/event.py:526
↓ 8 callersMethodget_pid
@rtype: int @return: Process global ID.
pydevd_attach_to_process/winappdbg/process.py:171
← previousnext →201–300 of 7,039, ranked by callers