MCPcopy Create free account

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

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

↓ 4 callersMethodenable_one_shot_code_breakpoint
Enables the code breakpoint at the given address for only one shot. @see: L{define_code_breakpoint}, L{has_c
pydevd_attach_to_process/winappdbg/breakpoint.py:2681
↓ 4 callersMethodenable_output_redirection
(self, redirect_stdout, redirect_stderr)
pydevd.py:1617
↓ 4 callersMethodexclude_by_filter
:return: True if it should be excluded, False if it should be included and None if no rule matched the given file.
_pydevd_bundle/pydevd_filtering.py:315
↓ 4 callersMethodexecute_line
(self, command, more=False)
tests_python/test_console.py:60
↓ 4 callersFunctionf
(q)
tests_python/resources/_debugger_case_multiprocessing_2.py:10
↓ 4 callersFunctionfoo
(arg)
tests_python/resources/_debugger_case_smart_step_into2.py:3
↓ 4 callersFunctiongenerate_cython_module
()
build_tools/generate_code.py:237
↓ 4 callersFunctiongenerate_dont_trace_files
()
build_tools/generate_code.py:108
↓ 4 callersMethodgeneric_visit
(self, node)
_pydevd_bundle/pydevd_collect_bytecode_info.py:423
↓ 4 callersMethodget_after_tokens
(self)
_pydevd_bundle/pydevd_code_to_source.py:75
↓ 4 callersMethodget_condition
@rtype: bool, function @return: Returns the condition callback for conditional breakpoints. Returns C{True} for uncondit
pydevd_attach_to_process/winappdbg/breakpoint.py:309
↓ 4 callersMethodget_debugee_count
@rtype: int @return: Number of processes being debugged.
pydevd_attach_to_process/winappdbg/debug.py:1111
↓ 4 callersMethodget_dictionary
(self, var, names=None, used___dict__=False)
_pydevd_bundle/pydevd_resolver.py:91
↓ 4 callersMethodget_dictionary
(self, var, fmt={})
_pydevd_bundle/pydevd_resolver.py:512
↓ 4 callersMethodget_fp
@rtype: int @return: Value of the frame pointer register.
pydevd_attach_to_process/winappdbg/thread.py:670
↓ 4 callersMethodget_frames_list
(self, thread_id)
_pydevd_bundle/pydevd_suspended_frames.py:429
↓ 4 callersFunctionget_here
()
tests_python/resources/_debugger_case17.py:1
↓ 4 callersMethodget_internal_queue_and_event
returns internal command queue for a given thread. if new queue is created, notify the RDB about it
pydevd.py:1594
↓ 4 callersMethodget_line
(self, line)
_pydevd_bundle/pydevd_code_to_source.py:92
↓ 4 callersMethodget_module
@type lpBaseOfDll: int @param lpBaseOfDll: Base address of the DLL to look for. @rtype: L{Module} @return: Module
pydevd_attach_to_process/winappdbg/module.py:885
↓ 4 callersMethodget_module_base
@rtype: int @return: Base address for the newly loaded DLL.
pydevd_attach_to_process/winappdbg/event.py:966
↓ 4 callersMethodget_peb
Returns a copy of the PEB. To dereference pointers in it call L{Process.read_structure}. @rtype: L{win32.PEB} @retu
pydevd_attach_to_process/winappdbg/process.py:884
↓ 4 callersMethodget_pid
@rtype: int @return: Parent process global ID. @raise WindowsError: An error occured when calling a Win32 API function.
pydevd_attach_to_process/winappdbg/thread.py:205
↓ 4 callersMethodget_pid
@rtype: int @return: Global ID of the process that owns this window.
pydevd_attach_to_process/winappdbg/window.py:159
↓ 4 callersMethodget_process
@rtype: L{Process} @return: Parent Process object. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:211
↓ 4 callersMethodget_process_id_from_prefix
(self)
pydevd_attach_to_process/winappdbg/interactive.py:707
↓ 4 callersFunctionget_protocol
()
_pydevd_bundle/pydevd_constants.py:819
↓ 4 callersFunctionget_pydev_frontend
(pydev_host, pydev_client_port)
_pydev_bundle/pydev_ipython_console_011.py:503
↓ 4 callersMethodget_pydevd_file
(self)
tests_python/debugger_unittest.py:808
↓ 4 callersMethodget_server
(self)
_pydev_bundle/pydev_console_utils.py:410
↓ 4 callersFunctionget_socket_names
(n_sockets, close=False)
_pydev_bundle/pydev_localhost.py:37
↓ 4 callersMethodget_test_name
(self, test)
_pydev_runfiles/pydev_runfiles_unittest.py:51
↓ 4 callersMethodget_tid
@rtype: int @return: Global ID of the thread that owns this window.
pydevd_attach_to_process/winappdbg/window.py:169
↓ 4 callersFunctiongetfilesystemencoding
()
_pydev_bundle/_pydev_filesystem_encoding.py:31
↓ 4 callersMethodhandle_breakpoint_condition
(self, info, pybreakpoint, new_frame)
pydevd.py:948
↓ 4 callersMethodhandle_breakpoint_expression
(self, pybreakpoint, info, new_frame)
pydevd.py:987
↓ 4 callersMethodhas_key
@type key: L{Crash} key. @param key: Key to find. @rtype: bool @return: C{True} if the key is present in the set o
pydevd_attach_to_process/winappdbg/crash.py:1414
↓ 4 callersMethodhas_thread
@type dwThreadId: int @param dwThreadId: Global ID of the thread to look for. @rtype: bool @return: C{True} if the
pydevd_attach_to_process/winappdbg/thread.py:1754
↓ 4 callersMethodhexblock
Dump a block of hexadecimal numbers from binary data. Also show a printable text version of the data. @type data: str
pydevd_attach_to_process/winappdbg/textio.py:640
↓ 4 callersMethodhexline
Dump a line of hexadecimal numbers from binary data. @type data: str @param data: Binary data. @type separator: s
pydevd_attach_to_process/winappdbg/textio.py:614
↓ 4 callersMethodhit
Notify a breakpoint that it's been hit. This triggers the corresponding state transition and sets the C{breakpoint} property
pydevd_attach_to_process/winappdbg/breakpoint.py:494
↓ 4 callersMethodin_hostile_mode
Determine if we're in hostile mode (anti-anti-debug). @rtype: bool @return: C{True} if this C{Debug} instance was started i
pydevd_attach_to_process/winappdbg/debug.py:1170
↓ 4 callersMethodinput_address_range
(self, token_list, pid=None, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:427
↓ 4 callersMethodinput_breakpoint
(self, token_list)
pydevd_attach_to_process/winappdbg/interactive.py:524
↓ 4 callersMethodinput_integer
(self, token)
pydevd_attach_to_process/winappdbg/interactive.py:388
↓ 4 callersMethodis_alive
@rtype: bool @return: C{True} if the process is currently running.
pydevd_attach_to_process/winappdbg/process.py:431
↓ 4 callersFunctionis_bound_method
(obj)
_pydev_bundle/_pydev_calltip_util.py:20
↓ 4 callersMethodis_executable
@rtype: bool @return: C{True} if all pages in this region are executable. @note: Executable pages are always readable.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1126
↓ 4 callersMethodis_reserved
@rtype: bool @return: C{True} if the memory in this region is reserved.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1051
↓ 4 callersMethodkey
Alias of L{signature}. Deprecated since WinAppDbg 1.5.
pydevd_attach_to_process/winappdbg/crash.py:684
↓ 4 callersMethodkill
Terminates the execution of the process. @raise WindowsError: On error an exception is raised.
pydevd_attach_to_process/winappdbg/process.py:362
↓ 4 callersMethodlist_test_names
(self, test_objs)
_pydev_runfiles/pydev_runfiles.py:718
↓ 4 callersFunctionloaded_api
Return which API is loaded, if any If this returns anything besides None, importing any other Qt binding is unsafe. Returns -------
pydev_ipython/qt_loaders.py:74
↓ 4 callersMethodmake_warning_message
(self, msg)
_pydevd_bundle/pydevd_net_command_factory_xml.py:161
↓ 4 callersMethodmap_columns_to_line
The columns internally are actually based on bytes. Also, the position isn't always the ideal one as the start may not be wh
_pydevd_bundle/pydevd_frame_utils.py:114
↓ 4 callersMethodmatch_name
@rtype: bool @return: C{True} if the given name could refer to this module. It may not be exactly the same r
pydevd_attach_to_process/winappdbg/module.py:352
↓ 4 callersFunctionmethod
()
tests_python/test_frame_utils.py:9
↓ 4 callersMethodmin_line
(self, *args)
_pydevd_bundle/pydevd_collect_bytecode_info.py:547
↓ 4 callersMethodmprotect
Set memory protection in the address space of the process. @see: U{http://msdn.microsoft.com/en-us/library/aa366899.aspx} @
pydevd_attach_to_process/winappdbg/process.py:2445
↓ 4 callersMethodnotifyStartTest
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:72
↓ 4 callersMethodnotifyTestRunFinished
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:69
↓ 4 callersMethodnotifyTestsCollected
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:63
↓ 4 callersMethodnotify_thread_created
(self, thread_id, thread, use_lock=True)
pydevd.py:1719
↓ 4 callersMethodparse_label
Creates a label from a module and a function name, plus an offset. @warning: This method only creates the label, it doesn't make sur
pydevd_attach_to_process/winappdbg/module.py:1086
↓ 4 callersMethodpeek_pointer
Reads a pointer value from the memory of the process. @see: L{read_pointer} @type lpBaseAddress: int @param lpBase
pydevd_attach_to_process/winappdbg/process.py:2288
↓ 4 callersMethodprepend
(self, data)
_pydevd_frame_eval/pydevd_modify_bytecode.py:138
↓ 4 callersMethodprint_memory_display
(self, arg, method)
pydevd_attach_to_process/winappdbg/interactive.py:690
↓ 4 callersMethodredirect_stdout
(self)
tests/test_pydev_ipython_011.py:49
↓ 4 callersMethodremove_all_breakpoints
Removes all the breakpoints from a given file or from all files if received_filename == '*'. :param str received_filename:
_pydevd_bundle/pydevd_api.py:647
↓ 4 callersFunctionremove_binaries
(suffixes)
build_tools/build.py:92
↓ 4 callersMethodremove_invalid_chars
(self, msg)
pycompletionserver.py:122
↓ 4 callersMethodrequest_resume_thread
(self, thread_id)
_pydevd_bundle/pydevd_api.py:223
↓ 4 callersMethodrequest_step
(self, py_db, thread_id, step_cmd_id)
_pydevd_bundle/pydevd_api.py:253
↓ 4 callersMethodrestore_stdout
(self)
tests/test_pydev_ipython_011.py:55
↓ 4 callersFunctionresume_threads
(thread_id, except_thread=None)
_pydevd_bundle/pydevd_thread_lifecycle.py:62
↓ 4 callersMethodrunning
Transition to L{RUNNING} state. - When hit: Enabled S{->} Running @type aProcess: L{Process} @param aProcess: Pro
pydevd_attach_to_process/winappdbg/breakpoint.py:479
↓ 4 callersFunctionsetup
Called to run a new tasklet: rebind the creation so that we can trace it.
_pydevd_bundle/pydevd_stackless.py:319
↓ 4 callersFunctionsleep
()
tests_python/resources/_debugger_case4.py:13
↓ 4 callersFunctionsome_func
(frame, event, arg)
tests_python/check_debug_python.py:24
↓ 4 callersFunctionsuspend_django
(py_db, thread, frame, cmd=CMD_SET_BREAK)
pydevd_plugins/django_debug.py:246
↓ 4 callersMethodto_dict
Convert a structure into a Python dictionary.
pydevd_attach_to_process/winappdbg/win32/context_amd64.py:486
↓ 4 callersMethodtrack_frames
(self, py_db)
_pydevd_bundle/pydevd_suspended_frames.py:511
↓ 4 callersFunctionupdate_globals_and_locals
(updated_globals, initial_globals, frame)
_pydevd_bundle/pydevd_save_locals.py:85
↓ 4 callersMethodwait_for_get_thread_stack_message
(self)
tests_python/debugger_unittest.py:1540
↓ 4 callersFunctionwarn_multiproc
()
_pydev_bundle/pydev_monkey.py:697
↓ 4 callersMethodwrite_authorize
(self, access_token, success=True)
tests_python/test_debugger_json.py:549
↓ 4 callersFunctionwrite_err
(*args)
_pydevd_bundle/pydevd_reload.py:114
↓ 4 callersMethodwrite_start_redirect
(self)
tests_python/debugger_unittest.py:1313
↓ 4 callersMethodwrite_step_in_my_code
(self, thread_id)
tests_python/debugger_unittest.py:1368
↓ 4 callersMethodwrite_step_over_my_code
(self, thread_id)
tests_python/debugger_unittest.py:1398
↓ 4 callersMethodwrite_suspend_thread
(self, thread_id)
tests_python/debugger_unittest.py:1408
↓ 3 callersFunctionClientToScreen
(hWnd, lpPoint)
pydevd_attach_to_process/winappdbg/win32/user32.py:1291
↓ 3 callersFunctionFind
(name)
_pydev_bundle/_pydev_jy_imports_tipper.py:40
↓ 3 callersFunctionGetCurrentProcessId
()
pydevd_attach_to_process/winappdbg/win32/kernel32.py:4355
↓ 3 callersFunctionGetPythonModule
pydevd_attach_to_process/windows/py_win_helpers.hpp:36
↓ 3 callersFunctionLocalFree
(hMem)
pydevd_attach_to_process/winappdbg/win32/kernel32.py:2298
↓ 3 callersFunctionScreenToClient
(hWnd, lpPoint)
pydevd_attach_to_process/winappdbg/win32/user32.py:1273
↓ 3 callersFunctionWaitForSingleObject
(hHandle, dwMilliseconds=INFINITE)
pydevd_attach_to_process/winappdbg/win32/kernel32.py:3498
↓ 3 callersFunction__Pyx_CyFunction_raise_type_error
_pydevd_frame_eval/pydevd_frame_evaluator.c:23147
↓ 3 callersFunction__Pyx_GetBuiltinName
GetBuiltinName */
_pydevd_frame_eval/pydevd_frame_evaluator.c:19194
← previousnext →601–700 of 7,039, ranked by callers