MCPcopy Create free account

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

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

↓ 6 callersMethodget_contents_debug_adapter_protocol
(self, _self, fmt=None)
_pydevd_bundle/pydevd_resolver.py:400
↓ 6 callersMethodget_filename
@rtype: str @return: Filename of the main module of the process.
pydevd_attach_to_process/winappdbg/process.py:178
↓ 6 callersFunctionget_frame
()
_pydevd_bundle/pydevd_constants.py:72
↓ 6 callersFunctionget_fullname
(mod_name)
pydevd_file_utils.py:967
↓ 6 callersFunctionget_localhost
Should return 127.0.0.1 in ipv4 and ::1 in ipv6 localhost is not used because on windows vista/windows 7, there can be issues where the reso
_pydev_bundle/pydev_localhost.py:9
↓ 6 callersMethodget_main_module
@rtype: L{Module} @return: Module object for the process main module.
pydevd_attach_to_process/winappdbg/process.py:922
↓ 6 callersMethodget_memory_map
Produces a memory map to the process address space. Optionally restrict the map to the given address range. @see: L{mquery}
pydevd_attach_to_process/winappdbg/process.py:2985
↓ 6 callersMethodget_name_to_scope
(self, frame_id)
tests_python/test_debugger_json.py:450
↓ 6 callersMethodget_process_code_breakpoints
@type dwProcessId: int @param dwProcessId: Process global ID. @rtype: list of L{CodeBreakpoint} @return: All code
pydevd_attach_to_process/winappdbg/breakpoint.py:3026
↓ 6 callersMethodget_process_page_breakpoints
@type dwProcessId: int @param dwProcessId: Process global ID. @rtype: list of L{PageBreakpoint} @return: All page
pydevd_attach_to_process/winappdbg/breakpoint.py:3036
↓ 6 callersMethodget_topmost_frame
Gets the topmost frame for the given thread. Note that it may be None and callers should remove the reference to the frame as soon as
_pydevd_bundle/pydevd_additional_thread_info_regular.py:173
↓ 6 callersMethodget_use_libraries_filter
(self)
pydevd.py:1471
↓ 6 callersFunctionhandle_exception
(py_db, thread, frame, arg, exception_type)
_pydevd_bundle/pydevd_frame.py:1202
↓ 6 callersMethodhas_code_breakpoint
Checks if a code breakpoint is defined at the given address. @see: L{define_code_breakpoint}, L{get_code_bre
pydevd_attach_to_process/winappdbg/breakpoint.py:2426
↓ 6 callersFunctionignore_CTRL_C
Ignore CTRL+C (not implemented).
pydev_ipython/inputhook.py:43
↓ 6 callersMethodinstance
(cls)
pydev_ipython/inputhookqt4.py:34
↓ 6 callersFunctionis_thread_alive
(t)
_pydev_bundle/pydev_is_thread_alive.py:9
↓ 6 callersMethodis_thread_alive
(self)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:289
↓ 6 callersFunctioniter_instructions
(co)
_pydevd_bundle/pydevd_collect_bytecode_info.py:85
↓ 6 callersMethodnative_to_win32_pathname
@type name: str @param name: Native (NT) absolute pathname. @rtype: str @return: Win32 absolute pathname.
pydevd_attach_to_process/winappdbg/util.py:290
↓ 6 callersMethodobtain_results
(self, benchmark_name, filename)
tests_python/performance_check.py:60
↓ 6 callersMethodon_pause
(self)
pydevd.py:401
↓ 6 callersMethodone_shot
Transition to L{ONESHOT} state. - Forced by user: Disabled S{->} OneShot @type aProcess: L{Process} @param aProce
pydevd_attach_to_process/winappdbg/breakpoint.py:464
↓ 6 callersMethodprocess_internal_commands
This function processes internal commands.
pydevd.py:1775
↓ 6 callersFunctionregister_tasklet_info
(tasklet)
_pydevd_bundle/pydevd_stackless.py:157
↓ 6 callersFunctionremove_custom_frame
(frame_custom_thread_id)
_pydevd_bundle/pydevd_custom_frames.py:109
↓ 6 callersMethodreport_cond
@param cond: fail, error, ok
_pydev_runfiles/pydev_runfiles_nose.py:100
↓ 6 callersMethodresume
Resumes the thread execution. @rtype: int @return: Suspend count. If zero, the thread is running.
pydevd_attach_to_process/winappdbg/thread.py:408
↓ 6 callersMethodscan_modules
Populates the snapshot with loaded modules.
pydevd_attach_to_process/winappdbg/module.py:1020
↓ 6 callersMethodsearch_process
Search for the given pattern within the process memory. @type process: L{Process} @param process: Process to search.
pydevd_attach_to_process/winappdbg/search.py:438
↓ 6 callersMethodset_process
Manually set the parent Process object. Use with care! @type process: L{Process} @param process: (Optional) Process object.
pydevd_attach_to_process/winappdbg/thread.py:184
↓ 6 callersMethodset_protocol
(self, py_db, seq, protocol)
_pydevd_bundle/pydevd_api.py:124
↓ 6 callersMethodset_tf
Sets the Trap flag.
pydevd_attach_to_process/winappdbg/thread.py:834
↓ 6 callersMethodshutdown
(self)
tests/test_check_pydevconsole.py:56
↓ 6 callersMethodstart_socket_client
(self, host, port)
tests_python/debugger_unittest.py:955
↓ 6 callersMethodstop
The way this works is that the `cmd_step_into` or `cmd_step_over` is called which then fills the `stop_info` and then this method
_pydevd_bundle/pydevd_plugin_utils.py:161
↓ 6 callersMethodstop
Stops debugging all processes. If the kill on exit mode is on, debugged processes are killed when the debugger is stopped. O
pydevd_attach_to_process/winappdbg/debug.py:969
↓ 6 callersMethodsuspend
Suspends the thread execution. @rtype: int @return: Suspend count. If zero, the thread is running.
pydevd_attach_to_process/winappdbg/thread.py:391
↓ 6 callersFunctionto_string
(x)
_pydevd_bundle/pydevd_utils.py:94
↓ 6 callersMethodupdate_command_line_args
(writer, args)
tests_python/debugger_fixtures.py:320
↓ 6 callersFunctionvar_to_xml
single variable or dictionary to xml representation
_pydevd_bundle/pydevd_xml.py:395
↓ 6 callersMethodwait_for_single_notification_as_hit
(self, reason=REASON_STOP_ON_BREAKPOINT, **kwargs)
tests_python/debugger_unittest.py:1031
↓ 6 callersMethodwait_for_terminated
(self)
tests_python/test_debugger_json.py:157
↓ 6 callersMethodwrite_add_exception_breakpoint_django
(self, exception="Exception")
tests_python/debugger_fixtures.py:186
↓ 6 callersMethodwrite_debug_console_expression
(self, locator)
tests_python/debugger_unittest.py:1509
↓ 6 callersMethodwrite_set_pydevd_source_map
(self, source, pydevd_source_maps, success=True)
tests_python/test_debugger_json.py:525
↓ 5 callersFunctionGetCurrentProcess
()
pydevd_attach_to_process/winappdbg/win32/version.py:462
↓ 5 callersFunctionGetPythonVersion
pydevd_attach_to_process/common/py_version.hpp:47
↓ 5 callersFunctionMakeWideVersion
Decorator that generates a Unicode (wide) version of an ANSI only API call. @type fn: callable @param fn: ANSI version of the API funct
pydevd_attach_to_process/winappdbg/win32/defines.py:333
↓ 5 callersFunctionRtlNtStatusToDosError
(Status)
pydevd_attach_to_process/winappdbg/win32/ntdll.py:375
↓ 5 callersMethodToPython
pydevd_attach_to_process/common/ref_utils.hpp:49
↓ 5 callersFunction__Pyx_RejectKeywords
RejectKeywords */
_pydevd_frame_eval/pydevd_frame_evaluator.c:20410
↓ 5 callersFunction__Pyx_call_type_traverse
_pydevd_frame_eval/pydevd_frame_evaluator.c:21553
↓ 5 callersFunction__Pyx_fix_up_extension_type_from_spec
FixUpExtensionType */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21628
↓ 5 callersMethod__init__
(self, set_as_global=True)
pydevd.py:575
↓ 5 callersMethod__init__
(self, sock, py_db, PyDevJsonCommandProcessor, process_net_command, terminate_on_socket_close=True)
_pydevd_bundle/pydevd_comm.py:156
↓ 5 callersFunction_check_current_line
(json_hit, current_line)
tests_python/test_debugger_json.py:966
↓ 5 callersFunction_convert_to_str
(s)
pydevd_plugins/django_debug.py:320
↓ 5 callersFunction_evaluate_response
(py_db, request, result, error_message="")
_pydevd_bundle/pydevd_comm.py:1157
↓ 5 callersMethod_get_default_library_roots
(cls)
_pydevd_bundle/pydevd_filtering.py:141
↓ 5 callersMethod_get_library_roots
(self)
_pydevd_bundle/pydevd_filtering.py:227
↓ 5 callersMethod_getname
(self, instr)
_pydevd_bundle/pydevd_bytecode_utils.py:123
↓ 5 callersFunction_is_django_render_call
(frame)
pydevd_plugins/django_debug.py:181
↓ 5 callersFunction_pydevd_log
Levels are: 0 most serious warnings/errors (always printed) 1 warnings/significant events 2 informational trace 3 verbose mode
_pydev_bundle/pydev_log.py:141
↓ 5 callersMethod_write_tokens
(self)
_pydevd_bundle/pydevd_code_to_source.py:123
↓ 5 callersFunctionabsolute_path
Provides a version of the filename that's absolute (and NOT normalized).
pydevd_file_utils.py:423
↓ 5 callersMethodask_user
(self, msg, prompt="Are you sure? (y/N): ")
pydevd_attach_to_process/winappdbg/interactive.py:950
↓ 5 callersMethodbasic_as_str
@returns this class information as a string (just basic format)
_pydev_bundle/_pydev_jy_imports_tipper.py:131
↓ 5 callersMethodcheck
(self, frame, initial_expanded)
tests_python/test_resolvers.py:395
↓ 5 callersFunctioncheck_thread_events
(json_facade)
tests_python/test_debugger_json.py:4254
↓ 5 callersMethodclose_handle
Closes the handle to the process. @note: Normally you don't need to call this method. All handles created by I{WinAppDbg
pydevd_attach_to_process/winappdbg/process.py:215
↓ 5 callersMethodcomplete
Return the next possible completion for 'text'. This is called successively with state == 0, 1, 2, ... until it returns None. The co
_pydev_bundle/_pydev_completer.py:76
↓ 5 callersMethodcont
Resumes execution after processing a debug event. @see: dispatch(), loop(), wait() @type event: L{Event} @param ev
pydevd_attach_to_process/winappdbg/debug.py:914
↓ 5 callersMethoddo_wait_suspend
(self, *args, **kwargs)
_pydevd_bundle/pydevd_frame.py:175
↓ 5 callersMethodenable_hardware_breakpoint
Enables the hardware breakpoint at the given address. @see: L{define_hardware_breakpoint}, L{has_hardware_br
pydevd_attach_to_process/winappdbg/breakpoint.py:2654
↓ 5 callersMethodenable_one_shot_hardware_breakpoint
Enables the hardware breakpoint at the given address for only one shot. @see: L{define_hardware_breakpoint},
pydevd_attach_to_process/winappdbg/breakpoint.py:2729
↓ 5 callersMethoderase_page_breakpoint
Erases the page breakpoint at the given address. @see: L{define_page_breakpoint}, L{has_page_breakpoint},
pydevd_attach_to_process/winappdbg/breakpoint.py:2853
↓ 5 callersFunctionfind_mod_attr
(mod_name, attr)
pydevd_plugins/extensions/types/pydevd_helpers.py:8
↓ 5 callersMethodformat_completion_message
Format the completions suggestions in the following format: @@COMPLETIONS(modFile(token,description),(token,description),(token,descr
pycompletionserver.py:136
↓ 5 callersMethodgetOutput
Get the text output for the table. @rtype: str @return: Text output.
pydevd_attach_to_process/winappdbg/textio.py:1144
↓ 5 callersFunctionget_abs_path_real_path_and_base_from_file
(filename, NORM_PATHS_AND_BASE_CONTAINER=NORM_PATHS_AND_BASE_CONTAINER)
pydevd_file_utils.py:905
↓ 5 callersMethodget_all_code_breakpoints
@rtype: list of tuple( int, L{CodeBreakpoint} ) @return: All code breakpoints as a list of tuples (pid, bp).
pydevd_attach_to_process/winappdbg/breakpoint.py:2953
↓ 5 callersMethodget_all_hardware_breakpoints
@rtype: list of tuple( int, L{HardwareBreakpoint} ) @return: All hardware breakpoints as a list of tuples (tid, bp).
pydevd_attach_to_process/winappdbg/breakpoint.py:2971
↓ 5 callersMethodget_all_page_breakpoints
@rtype: list of tuple( int, L{PageBreakpoint} ) @return: All page breakpoints as a list of tuples (pid, bp).
pydevd_attach_to_process/winappdbg/breakpoint.py:2960
↓ 5 callersMethodget_arch
@rtype: str @return: The architecture in which this process believes to be running. For example, if running a 32 bit bin
pydevd_attach_to_process/winappdbg/process.py:724
↓ 5 callersMethodget_child_variable_named
(self, name, fmt=None, scope=None)
_pydevd_bundle/pydevd_suspended_frames.py:106
↓ 5 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:472
↓ 5 callersMethodget_entry_point
@rtype: int or None @return: Entry point of the module. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:269
↓ 5 callersMethodget_exception_address
@rtype: int @return: Memory address where the exception occured.
pydevd_attach_to_process/winappdbg/event.py:516
↓ 5 callersFunctionget_exception_class
(kls)
_pydevd_bundle/pydevd_breakpoints.py:177
↓ 5 callersMethodget_filename
@rtype: str, None @return: This method does it's best to retrieve the filename to the newly loaded module. However, sometime
pydevd_attach_to_process/winappdbg/event.py:1009
↓ 5 callersMethodget_flag_value
@type FlagBit: int @param FlagBit: One of the L{Flags}. @rtype: bool @return: Boolean value of the
pydevd_attach_to_process/winappdbg/thread.py:736
↓ 5 callersFunctionget_live_pids
()
tests_python/test_debugger_json.py:5634
↓ 5 callersMethodget_main_thread_id
(self)
_pydevd_bundle/pydevd_suspended_frames.py:368
↓ 5 callersMethodget_name
@rtype: str @return: Thread name, or C{None} if the thread is nameless.
pydevd_attach_to_process/winappdbg/thread.py:251
↓ 5 callersMethodget_process_from_prefix
(self)
pydevd_attach_to_process/winappdbg/interactive.py:727
↓ 5 callersMethodget_start_address
@rtype: int @return: Pointer to the first instruction to execute in this thread. Returns C{NULL} when the debugger atta
pydevd_attach_to_process/winappdbg/event.py:719
↓ 5 callersFunctionget_target_filename
(is_target_process_64=None, prefix=None, extension=None)
pydevd_attach_to_process/add_code_to_python_process.py:135
↓ 5 callersMethodget_thread_hardware_breakpoints
@see: L{get_process_hardware_breakpoints} @type dwThreadId: int @param dwThreadId: Thread global ID. @rtype: list
pydevd_attach_to_process/winappdbg/breakpoint.py:3046
↓ 5 callersMethodget_thread_local_trace_func
(self)
pydevd.py:1118
← previousnext →401–500 of 7,039, ranked by callers