MCPcopy Create free account

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

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

↓ 8 callersMethodget_process_and_thread_ids_from_prefix
(self)
pydevd_attach_to_process/winappdbg/interactive.py:737
↓ 8 callersFunctionget_socket_name
(close=False)
_pydev_bundle/pydev_localhost.py:63
↓ 8 callersMethodhexadecimal
Convert binary data to a string of hexadecimal numbers. @type data: str @param data: Binary data. @type separator
pydevd_attach_to_process/winappdbg/textio.py:540
↓ 8 callersFunctionif
_pydevd_frame_eval/pydevd_frame_evaluator.c:20321
↓ 8 callersMethodon_POP_TOP
(self, instr)
_pydevd_bundle/pydevd_bytecode_utils.py:165
↓ 8 callersMethodpeek_string
Tries to read an ASCII or Unicode string from the address space of the process. @see: L{read_string} @type lpBaseA
pydevd_attach_to_process/winappdbg/process.py:2323
↓ 8 callersMethodread
Reads the requested number of bytes from the process memory at the given address. Subclasses of L{Pattern} tipically don't n
pydevd_attach_to_process/winappdbg/search.py:110
↓ 8 callersMethodread_structure
Reads a ctypes structure from the memory of the process. @see: L{read} @type lpBaseAddress: int @param lpBaseAddre
pydevd_attach_to_process/winappdbg/process.py:1860
↓ 8 callersMethodrecv
(self, *args, **kwargs)
tests_python/test_fixtures.py:23
↓ 8 callersMethodresolve
Resolves a function exported by this module. @type function: str or int @param function: str: Name of the funct
pydevd_attach_to_process/winappdbg/module.py:684
↓ 8 callersMethodwrite
Write a string. The base implementation writes to sys.stderr; a subclass may replace this with a different implementation.
_pydevd_bundle/pydevconsole_code.py:394
↓ 8 callersMethodwrite_get_thread_stack
(self, thread_id)
tests_python/debugger_unittest.py:1440
↓ 7 callersFunctionCustomAddressIterator
Generator function that iterates through a memory map, filtering memory region blocks by any given condition. @type memory_map: list( L
pydevd_attach_to_process/winappdbg/util.py:472
↓ 7 callersFunctionIncRef
pydevd_attach_to_process/common/ref_utils.hpp:21
↓ 7 callersFunction__Pyx_IternextUnpackEndCheck
UnpackItemEndCheck */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21109
↓ 7 callersFunction__Pyx_init_co_variable
_pydevd_frame_eval/pydevd_frame_evaluator.c:1051
↓ 7 callersMethod__peek_c_type
(self, address, format, c_type)
pydevd_attach_to_process/winappdbg/process.py:1944
↓ 7 callersMethod__poke_c_type
(self, address, format, unpacked)
pydevd_attach_to_process/winappdbg/process.py:1953
↓ 7 callersMethod__read_c_type
(self, address, format, c_type)
pydevd_attach_to_process/winappdbg/process.py:1530
↓ 7 callersMethod__write_c_type
(self, address, format, unpacked)
pydevd_attach_to_process/winappdbg/process.py:1537
↓ 7 callersMethod_add_thread
Private method to add a thread object to the snapshot. @type aThread: L{Thread} @param aThread: Thread object.
pydevd_attach_to_process/winappdbg/thread.py:1986
↓ 7 callersMethod_del_process
Private method to remove a process object from the snapshot. @type dwProcessId: int @param dwProcessId: Global process ID.
pydevd_attach_to_process/winappdbg/process.py:4819
↓ 7 callersFunctionas_int_in_env
(env_key, default)
_pydevd_bundle/pydevd_constants.py:244
↓ 7 callersMethodassert_shortened_regex
(self, value, expected)
tests_python/test_safe_repr.py:63
↓ 7 callersFunctionbasename
Provides the basename for a file.
pydevd_file_utils.py:430
↓ 7 callersMethodcall
(self, c)
tests_python/test_collect_bytecode_info.py:137
↓ 7 callersFunctioncanonical_normalized_path
This returns a filename that is canonical and it's meant to be used internally to store information on breakpoints and see if there's any hit
pydevd_file_utils.py:411
↓ 7 callersFunctioncheck
(obtained, expected, strip_return_none=True)
tests_python/test_code_obj_to_source_code.py:8
↓ 7 callersFunctioncode_obj_to_source
Converts a code object to source code to provide a suitable representation for the compiler when the actual source code is not found. Th
_pydevd_bundle/pydevd_code_to_source.py:595
↓ 7 callersMethoddetach
Detaches from a process currently being debugged. @note: On Windows 2000 and below the process is killed. @see: L{attach},
pydevd_attach_to_process/winappdbg/debug.py:723
↓ 7 callersMethoddisable_tracing
(self)
pydevd.py:1169
↓ 7 callersMethoddispose_and_kill_all_pydevd_threads
When this method is called we finish the debug session, terminate threads and if this was registered as the global instance, unregist
pydevd.py:2495
↓ 7 callersMethodfail_with_message
(self, msg, stdout, stderr, writerThread)
tests_python/debugger_unittest.py:662
↓ 7 callersMethodfree
Frees memory from the address space of the process. @see: U{http://msdn.microsoft.com/en-us/library/aa366894(v=vs.85).aspx}
pydevd_attach_to_process/winappdbg/process.py:2486
↓ 7 callersMethodget_bits
@rtype: str @return: The number of bits in which this process believes to be running. For example, if running a 32 bit b
pydevd_attach_to_process/winappdbg/process.py:748
↓ 7 callersMethodget_completions_message
get message with completions.
pycompletionserver.py:186
↓ 7 callersMethodget_hardware_breakpoint
Returns the internally used breakpoint object, for the code breakpoint defined at the given address. @warning: It's usually
pydevd_attach_to_process/winappdbg/breakpoint.py:2568
↓ 7 callersMethodget_module_by_name
@type modName: int @param modName: Name of the module to look for, as returned by L{Module.get_name}. If two
pydevd_attach_to_process/winappdbg/module.py:937
↓ 7 callersMethodget_name
@rtype: str @return: Module name, as used in labels. @warning: Names are B{NOT} guaranteed to be unique. If yo
pydevd_attach_to_process/winappdbg/module.py:327
↓ 7 callersMethodget_next_message
(self, context_message, timeout=None)
tests_python/debugger_unittest.py:905
↓ 7 callersMethodget_page_breakpoint
Returns the internally used breakpoint object, for the page breakpoint defined at the given address. @warning: It's usually
pydevd_attach_to_process/winappdbg/breakpoint.py:2536
↓ 7 callersFunctionget_path_with_real_case
(filename)
pydevd_file_utils.py:274
↓ 7 callersMethodget_state
@rtype: int @return: The current state of the breakpoint (L{DISABLED}, L{ENABLED}, L{ONESHOT}, L{RUNNING}).
pydevd_attach_to_process/winappdbg/breakpoint.py:275
↓ 7 callersFunctionhas_binding
Safely check for PyQt or PySide, without importing submodules Parameters ---------- api : str [ 'pyqtv1' | 'pyqt' | 'pyside' | 'pyqtd
pydev_ipython/qt_loaders.py:102
↓ 7 callersMethodhas_hardware_breakpoint
Checks if a hardware breakpoint is defined at the given address. @see: L{define_hardware_breakpoint}, L{get_
pydevd_attach_to_process/winappdbg/breakpoint.py:2472
↓ 7 callersMethodhas_page_breakpoint
Checks if a page breakpoint is defined at the given address. @see: L{define_page_breakpoint}, L{get_page_bre
pydevd_attach_to_process/winappdbg/breakpoint.py:2449
↓ 7 callersMethodin_project_scope
Note: in general this method should not be used (apply_files_filter should be used in most cases as it also handles the project scope
pydevd.py:1255
↓ 7 callersFunctionis_current_thread_main_thread
()
_pydevd_bundle/pydevd_utils.py:42
↓ 7 callersMethoditer_symbols
Returns an iterator for the debugging symbols in a module, in no particular order. The symbols are automatically loaded when
pydevd_attach_to_process/winappdbg/module.py:521
↓ 7 callersFunctionjoin
(a, b)
interpreterInfo.py:30
↓ 7 callersMethodmake_io_message
@param msg: the message to pass to the debug server @param ctx: 1 for stdio 2 for stderr
_pydevd_bundle/pydevd_net_command_factory_xml.py:167
↓ 7 callersFunctionmake_valid_xml_value
(s)
_pydevd_bundle/pydevd_xml.py:26
↓ 7 callersMethodmark_after
(self, v)
_pydevd_bundle/pydevd_code_to_source.py:66
↓ 7 callersFunctionmethod
()
tests_python/test_sys_monitoring.py:56
↓ 7 callersFunctionmonkey_patch_module
(module, funcname, create_func)
_pydev_bundle/pydev_monkey.py:685
↓ 7 callersFunctionnotify_about_gevent_if_needed
When debugging with gevent check that the gevent flag is used if the user uses the gevent monkey-patching. :return bool: Returns
_pydevd_bundle/pydevd_utils.py:248
↓ 7 callersMethodread
Reads from the memory of the process. @see: L{peek} @type lpBaseAddress: int @param lpBaseAddress: Memory address
pydevd_attach_to_process/winappdbg/process.py:1543
↓ 7 callersMethodresolve
(self, attribute)
_pydevd_bundle/pydevd_resolver.py:425
↓ 7 callersMethodrun
(self)
tests_python/test_utilities.py:500
↓ 7 callersFunctionsave_locals
Copy values from locals_dict into the fast stack slots in the given frame. Note: the 'save_locals' branch had a different approach wrapping
_pydevd_bundle/pydevd_save_locals.py:20
↓ 7 callersMethodsearch
Search for the given pattern within the process memory. @type pattern: str, compat.unicode or L{Pattern} @param pattern: Pa
pydevd_attach_to_process/winappdbg/process.py:1329
↓ 7 callersMethodset_hook
(self, *args, **kwargs)
pydev_ipython/inputhookqt4.py:39
↓ 7 callersFunctionwait_for_condition
(condition, msg=None, timeout=5, sleep=0.05)
tests_python/resources/_pydevd_test_find_main_thread_id.py:5
↓ 7 callersMethodwait_for_new_thread
(self)
tests_python/debugger_unittest.py:999
↓ 7 callersMethodwrite
(self, line, token)
_pydevd_bundle/pydevd_code_to_source.py:104
↓ 7 callersMethodwrite_disconnect
(self, wait_for_response=True, terminate_debugee=False)
tests_python/test_debugger_json.py:322
↓ 7 callersMethodwrite_multi_threads_single_notification
(self, multi_threads_single_notification)
tests_python/debugger_unittest.py:1255
↓ 7 callersMethodwrite_set_debugger_property
( self, dont_trace_start_patterns=None, dont_trace_end_patterns=None, multi_threads_single_notificatio
tests_python/test_debugger_json.py:509
↓ 6 callersFunctionExec
(exp, global_vars, local_vars=None)
_pydevd_bundle/pydevd_exec2.py:1
↓ 6 callersFunction__Pyx_GetAttr3
_pydevd_frame_eval/pydevd_frame_evaluator.c:19872
↓ 6 callersMethod__initialize_snapshot
Private method to automatically initialize the snapshot when you try to use it without calling any of the scan_* methods firs
pydevd_attach_to_process/winappdbg/thread.py:1714
↓ 6 callersMethod__initialize_snapshot
Private method to automatically initialize the snapshot when you try to use it without calling any of the scan_* methods firs
pydevd_attach_to_process/winappdbg/module.py:830
↓ 6 callersMethod__initialize_snapshot
Private method to automatically initialize the snapshot when you try to use it without calling any of the scan_* methods firs
pydevd_attach_to_process/winappdbg/process.py:3793
↓ 6 callersMethod_clear_caches
(self)
pydevd.py:1321
↓ 6 callersFunction_get_str_type_compatible
This method converts `args` to byte/unicode based on the `s' type.
_pydev_bundle/pydev_monkey.py:249
↓ 6 callersFunction_indent_lines
(lines, indent=" ")
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:597
↓ 6 callersFunction_is_jinja2_render_call
(frame)
pydevd_plugins/jinja2_debug.py:124
↓ 6 callersMethod_parse_path
Parses a Registry path and returns the hive and key. @type path: str @param path: Registry path. @rtype: tuple( i
pydevd_attach_to_process/winappdbg/registry.py:460
↓ 6 callersFunction_run_and_check
(testdir_or_pytester, path, check_for="Worked")
tests_python/test_run.py:8
↓ 6 callersFunction_send_io_message
(py_db, s)
_pydevd_bundle/pydevd_comm.py:599
↓ 6 callersFunction_show_return_values
(frame, arg)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1039
↓ 6 callersMethodadd_breakpoint
:param str original_filename: Note: must be sent as it was received in the protocol. It may be translated in this fun
_pydevd_bundle/pydevd_api.py:416
↓ 6 callersFunctionadd_custom_frame
It's possible to show paused frames by adding a custom frame through this API (it's intended to be used for coroutines, but could potentially
_pydevd_bundle/pydevd_custom_frames.py:57
↓ 6 callersFunctionadd_exception_to_frame
(frame, exception_info)
_pydevd_bundle/pydevd_frame_utils.py:32
↓ 6 callersMethodalign_address_to_page_end
Align the given address to the end of the page it occupies. That is, to point to the start of the next page. @type address:
pydevd_attach_to_process/winappdbg/util.py:384
↓ 6 callersFunctionallow_CTRL_C
Take CTRL+C into account (not implemented).
pydev_ipython/inputhook.py:48
↓ 6 callersMethodbreak_at
Sets a code breakpoint at the given process and address. If instead of an address you pass a label, the breakpoint may be de
pydevd_attach_to_process/winappdbg/breakpoint.py:3861
↓ 6 callersFunctioncall2
()
tests_python/resources/my_code/my_code_coroutine.py:14
↓ 6 callersMethodcall_on_timeout
This can be called regularly to always execute the given function after a given timeout: call_on_timeout(py_db, 10, on_timeout)
_pydevd_bundle/pydevd_timeout.py:170
↓ 6 callersFunctioncheck
(found, expected)
tests_python/test_smart_step_into_bytecode.py:20
↓ 6 callersMethodclose
(self, *args, **kwargs)
_pydev_bundle/pydev_console_utils.py:94
↓ 6 callersFunctioncollect_return_info
(co, use_func_first_line=False)
_pydevd_bundle/pydevd_collect_bytecode_info.py:98
↓ 6 callersMethodcombine
(self, items, large=False)
tests_python/test_safe_repr.py:241
↓ 6 callersFunctioncreate_breakpoints_dict
(lines)
tests_python/test_frame_evaluator.py:88
↓ 6 callersMethoddo_kill
(self)
tests_python/debugger_unittest.py:356
↓ 6 callersMethoderase_hardware_breakpoint
Erases the hardware breakpoint at the given address. @see: L{define_hardware_breakpoint}, L{has_hardware_bre
pydevd_attach_to_process/winappdbg/breakpoint.py:2882
↓ 6 callersMethodfilename_to_server
(self, filename)
_pydevd_bundle/pydevd_api.py:370
↓ 6 callersMethodfilename_to_str
-- in py3 raises an error if it's not str already.
_pydevd_bundle/pydevd_api.py:362
↓ 6 callersMethodforbid
(self, module_name)
pydev_ipython/qt_loaders.py:36
↓ 6 callersMethodget_code_breakpoint
Returns the internally used breakpoint object, for the code breakpoint defined at the given address. @warning: It's usually
pydevd_attach_to_process/winappdbg/breakpoint.py:2504
← previousnext →301–400 of 7,039, ranked by callers