MCPcopy Create free account

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

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

↓ 23 callersMethod_set_text_attributes
(wAttributes)
pydevd_attach_to_process/winappdbg/textio.py:847
↓ 23 callersMethodmquery
Query memory information from the address space of the process. Returns a L{win32.MemoryBasicInformation} object. @see: U{ht
pydevd_attach_to_process/winappdbg/process.py:2468
↓ 23 callersMethodwrite
(self, *args, **kwargs)
tests_python/resources/wrong_bytecode/helper/__init__.py:47
↓ 22 callersFunctioncheck_names_from_func_str
(func_str, expected)
tests_python/test_smart_step_into_bytecode.py:60
↓ 22 callersMethodclose
(self)
tests_python/test_console.py:81
↓ 21 callersMethodget_context
Retrieves the execution context (i.e. the registers values) for this thread. @type ContextFlags: int @param Context
pydevd_attach_to_process/winappdbg/thread.py:466
↓ 21 callersMethodget_thread
@see: L{get_tid} @rtype: L{Thread} @return: Thread where the event occured.
pydevd_attach_to_process/winappdbg/event.py:243
↓ 21 callersMethodget_tid
@see: L{get_thread} @rtype: int @return: Thread global ID where the event occured.
pydevd_attach_to_process/winappdbg/event.py:214
↓ 21 callersMethodis_disabled
@rtype: bool @return: C{True} if the breakpoint is in L{DISABLED} state.
pydevd_attach_to_process/winappdbg/breakpoint.py:213
↓ 21 callersMethoditeritems
(self)
pydevd_attach_to_process/winappdbg/registry.py:198
↓ 20 callersFunctionSetLastError
(dwErrCode)
pydevd_attach_to_process/winappdbg/win32/kernel32.py:2189
↓ 20 callersFunction__Pyx_RaiseUnexpectedTypeError
RaiseUnexpectedTypeError */
_pydevd_frame_eval/pydevd_frame_evaluator.c:20887
↓ 20 callersMethodconnect
(self, host, port)
pydevd.py:1514
↓ 20 callersFunctionget_thread_id
(thread)
_pydevd_bundle/pydevd_constants.py:669
↓ 20 callersFunctionset_additional_thread_info
(thread)
_pydevd_bundle/pydevd_additional_thread_info_regular.py:219
↓ 20 callersMethodsplit_tokens
(self, arg, min_count=0, max_count=None)
pydevd_attach_to_process/winappdbg/interactive.py:290
↓ 20 callersFunctiontounicode
(s)
interpreterInfo.py:126
↓ 19 callersFunctionget_smart_step_into_variant_from_frame_offset
Given the frame.f_lasti, return the related `Variant`. :note: if the offset is found before any variant available or no variants are
_pydevd_bundle/pydevd_bytecode_utils.py:920
↓ 19 callersMethodloads
(data)
pydevd_attach_to_process/winappdbg/crash.py:134
↓ 19 callersMethodwrite_remove_breakpoint
(self, breakpoint_id)
tests_python/debugger_unittest.py:1335
↓ 18 callersMethod_setup_scenario
( self, path, include_tests=None, tests=None, files_to_tests=None,
tests_runfiles/test_runfiles.py:42
↓ 18 callersMethodapply_files_filter
Should only be called if `self.is_files_filter_enabled == True` or `force_check_project_scope == True`. Note that it covers both the
pydevd.py:1371
↓ 18 callersMethodclose
Closes all open connections to the remote Registry. No exceptions are raised, even if an error occurs. This method has no e
pydevd_attach_to_process/winappdbg/registry.py:534
↓ 18 callersMethodcreate_request_thread
(self, full_url)
tests_python/debugger_unittest.py:1672
↓ 18 callersMethodget_process
(self)
pydevd_attach_to_process/winappdbg/interactive.py:87
↓ 18 callersFunctionsend_concurrency_message
(event_class, time, name, thread_id, type, event, file, line, frame, lock_id=0, parent=None)
_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py:75
↓ 18 callersMethodwrite_set_variable
(self, frame_variables_reference, name, value, success=True)
tests_python/test_debugger_json.py:433
↓ 17 callersFunctionForkSafeLock
(rlock=False)
_pydevd_bundle/pydevd_constants.py:443
↓ 17 callersFunction__Pyx_ParseKeywords
ParseKeywords */
_pydevd_frame_eval/pydevd_frame_evaluator.c:20867
↓ 17 callersMethodassert_in
(self, tok, tips)
tests/test_jysimpleTipper.py:40
↓ 17 callersFunctioncall
(arg)
tests_python/test_smart_step_into_bytecode.py:84
↓ 17 callersFunctionevaluate_expression
:param str expression: The expression to be evaluated. Note that if the expression is indented it's automatically dedented (base
_pydevd_bundle/pydevd_vars.py:445
↓ 17 callersMethodfilter_tests
based on a filter name, only return those tests that have the test case names that match
_pydev_runfiles/pydev_runfiles.py:634
↓ 17 callersMethodis_alive
@rtype: bool @return: C{True} if the thread if currently running. @raise WindowsError: The debugger doesn't have
pydevd_attach_to_process/winappdbg/thread.py:418
↓ 17 callersMethoditer_threads
@see: L{iter_thread_ids} @rtype: dictionary-valueiterator @return: Iterator of L{Thread} objects in this snapshot.
pydevd_attach_to_process/winappdbg/thread.py:1789
↓ 17 callersMethodsend
(self, msg)
pycompletionserver.py:215
↓ 17 callersMethodset_trace_for_frame_and_parents
(self, thread_ident: Optional[int], frame, **kwargs)
pydevd.py:2391
↓ 17 callersMethodwrite
Writes to the memory of the process. @note: Page permissions may be changed temporarily while writing. @see: L{poke}
pydevd_attach_to_process/winappdbg/process.py:1568
↓ 16 callersMethodclear_inputhook
Clear input hook. Parameters ---------- app : optional, ignored This parameter is allowed only so that clear_inputh
pydev_ipython/inputhook.py:94
↓ 16 callersMethodget_base
@rtype: int or None @return: Base address of the module. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:251
↓ 16 callersFunctionget_current_thread_id
Note: the difference from get_current_thread_id to get_thread_id is that for the current thread we can get the thread id while the thread.ide
_pydevd_bundle/pydevd_constants.py:649
↓ 16 callersMethodget_thread
(self)
pydevd_attach_to_process/winappdbg/interactive.py:90
↓ 16 callersMethodget_tid
(self)
pydevd_attach_to_process/winappdbg/interactive.py:84
↓ 16 callersMethoditer_processes
@see: L{iter_process_ids} @rtype: dictionary-valueiterator @return: Iterator of L{Process} objects in this snapshot.
pydevd_attach_to_process/winappdbg/process.py:3879
↓ 16 callersMethoditerkeys
Returns an iterator that crawls the entire Windows Registry.
pydevd_attach_to_process/winappdbg/registry.py:678
↓ 16 callersMethodpost_method_as_internal_command
(self, thread_id, method, *args, **kwargs)
pydevd.py:1601
↓ 16 callersFunctionpydevd_find_thread_by_id
(thread_id)
_pydevd_bundle/pydevd_thread_lifecycle.py:11
↓ 15 callersMethodassert_shortened
(self, value, expected)
tests_python/test_safe_repr.py:45
↓ 15 callersMethodfind_frame
(self, thread_id, frame_id)
_pydevd_bundle/pydevd_suspended_frames.py:433
↓ 15 callersFunctionfoo
()
tests_python/test_utilities.py:354
↓ 15 callersMethodget_handle
Returns a handle to the thread with I{at least} the access rights requested. @note: If a handle was previously o
pydevd_attach_to_process/winappdbg/thread.py:313
↓ 15 callersMethodget_label_at_address
Creates a label from the given memory address. If the address belongs to the module, the label is made relative to it's base
pydevd_attach_to_process/winappdbg/module.py:617
↓ 15 callersMethodget_local_var
(self, frame_id, var_name)
tests_python/test_debugger_json.py:491
↓ 15 callersMethodget_namespace
Subclasses should override. @return: dict with namespace.
_pydev_bundle/pydev_console_utils.py:314
↓ 15 callersFunctionnormcase
(s, NORMCASE_CACHE={})
pydevd_file_utils.py:349
↓ 14 callersFunctionDecRef
pydevd_attach_to_process/common/ref_utils.hpp:13
↓ 14 callersFunction__Pyx_PyBool_FromLong
_pydevd_frame_eval/pydevd_frame_evaluator.c:25541
↓ 14 callersFunction__Pyx_PyLong_As_int
CIntFromPy */
_pydevd_frame_eval/pydevd_frame_evaluator.c:24285
↓ 14 callersFunction__Pyx_PyLong_From_int
CIntToPy */
_pydevd_frame_eval/pydevd_frame_evaluator.c:24216
↓ 14 callersFunction__Pyx_PyObject_FastCallMethod
_pydevd_frame_eval/pydevd_frame_evaluator.c:20947
↓ 14 callersFunction__Pyx_PyObject_SetAttrStr
_pydevd_frame_eval/pydevd_frame_evaluator.c:20099
↓ 14 callersFunction__Pyx_PyType_GetFullyQualifiedName
_pydevd_frame_eval/pydevd_frame_evaluator.c:24938
↓ 14 callersFunction__Pyx_PyUnicode_Equals
UnicodeEquals (used by fastcall) */
_pydevd_frame_eval/pydevd_frame_evaluator.c:19308
↓ 14 callersFunction__Pyx_RaiseNeedMoreValuesError
RaiseNeedMoreValuesToUnpack */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21087
↓ 14 callersFunctioncall
()
tests_python/test_bytecode_manipulation.py:117
↓ 14 callersFunctioncheck
(frame)
tests_python/test_evaluate_expression.py:34
↓ 14 callersMethodcheck
(self, method, expected_as_str, expected_as_str_source_version=None, update_try_except_infos=None)
tests_python/test_collect_bytecode_info.py:155
↓ 14 callersMethodcount_suite
(self, tests=None)
tests_runfiles/test_runfiles.py:188
↓ 14 callersMethodenable_tracing
Enables tracing. If in regular mode (tracing), will set the tracing function to the tracing function for this thread -- by d
pydevd.py:1125
↓ 14 callersMethodget_filename
@rtype: str or None @return: Module filename. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:293
↓ 14 callersMethodget_main_filename
(self)
tests_python/debugger_unittest.py:1212
↓ 14 callersMethodhas_process
@type dwProcessId: int @param dwProcessId: Global ID of the process to look for. @rtype: bool @return: C{True} if
pydevd_attach_to_process/winappdbg/process.py:3844
↓ 14 callersMethodpeek
Reads the memory of the process. @see: L{read} @type lpBaseAddress: int @param lpBaseAddress: Memory address to be
pydevd_attach_to_process/winappdbg/process.py:1957
↓ 14 callersFunctionwait_for_notification
(notification_queue, msg)
tests_python/test_single_notification.py:74
↓ 13 callersFunction_internal_GetTokenInformation
(hTokenHandle, TokenInformationClass, TokenInformation)
pydevd_attach_to_process/winappdbg/win32/advapi32.py:1732
↓ 13 callersMethodadd
Adds a buffer watch identifier. @type bw: L{BufferWatch} @param bw: Buffer watch identifier.
pydevd_attach_to_process/winappdbg/breakpoint.py:1797
↓ 13 callersFunctioncode_to_bytecode_representation
A simple disassemble of bytecode. It does not attempt to provide the full Python source code, rather, it provides a low-level representa
_pydevd_bundle/pydevd_collect_bytecode_info.py:866
↓ 13 callersFunctioneq_
(a, b)
tests/test_pydev_ipython_011.py:14
↓ 13 callersMethodexecLine
(self, line)
_pydev_bundle/pydev_console_utils.py:379
↓ 13 callersMethodget_process
(self, pid=None)
pydevd_attach_to_process/winappdbg/interactive.py:764
↓ 13 callersMethodis_running
@rtype: bool @return: C{True} if the breakpoint is in L{RUNNING} state.
pydevd_attach_to_process/winappdbg/breakpoint.py:234
↓ 13 callersFunctionisclass
(cls)
_pydev_bundle/_pydev_jy_imports_tipper.py:163
↓ 13 callersMethodset_inputhook
Set inputhook to callback.
pydev_ipython/inputhook.py:88
↓ 12 callersFunctionCloseHandle
(hHandle)
pydevd_attach_to_process/winappdbg/win32/kernel32.py:2240
↓ 12 callersFunctionMAKE_LPARAM
Convert arguments to the LPARAM type. Used automatically by SendMessage, PostMessage, etc. You shouldn't need to call this function.
pydevd_attach_to_process/winappdbg/win32/user32.py:63
↓ 12 callersFunctionMAKE_WPARAM
Convert arguments to the WPARAM type. Used automatically by SendMessage, PostMessage, etc. You shouldn't need to call this function.
pydevd_attach_to_process/winappdbg/win32/user32.py:51
↓ 12 callersFunctioncheck_version
check version string found_version >= expected_min_or_eq_to_version If dev/prerelease tags result in TypeError for string-number comparison,
pydev_ipython/version.py:28
↓ 12 callersMethodget_pc
@rtype: int @return: Value of the program counter register.
pydevd_attach_to_process/winappdbg/thread.py:632
↓ 12 callersMethodhas_content
@rtype: bool @return: C{True} if the memory in this region has any data in it.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1094
↓ 12 callersMethodin_project_roots
Note: don't call directly. Use PyDb.in_project_scope (there's no caching here and it doesn't handle all possibilities for knowing whe
_pydevd_bundle/pydevd_filtering.py:230
↓ 12 callersMethodis_debugee
Determine if the debugger is debugging the given process. @see: L{is_debugee_attached}, L{is_debugee_started} @type dwProc
pydevd_attach_to_process/winappdbg/debug.py:1125
↓ 12 callersFunctionismethod
this function should return the information gathered on a function @param func: this is the function we want to get info on @return a tuple w
_pydev_bundle/_pydev_jy_imports_tipper.py:167
↓ 12 callersMethodmap_to_server
Convert something as 'file1.py' at line 10 to '<ipython-cell-xxx>' at line 2. Note that the name should be already normalized at thi
_pydevd_bundle/pydevd_source_mapping.py:120
↓ 12 callersMethodmatch
Determine if the given memory address lies within the watched buffer. @rtype: bool @return: C{True} if the given memory addr
pydevd_attach_to_process/winappdbg/breakpoint.py:1771
↓ 12 callersMethodpost_internal_command
if thread_id is *, post to the '*' queue
pydevd.py:1608
↓ 12 callersMethodprint_exception
(self, event)
pydevd_attach_to_process/winappdbg/interactive.py:619
↓ 12 callersFunctionrun_as_pydevd_daemon_thread
Runs a function as a pydevd daemon thread (without any tracing in place).
_pydevd_bundle/pydevd_daemon_thread.py:195
↓ 12 callersMethodset_ide_os
:param ide_os: 'WINDOWS' or 'UNIX'
_pydevd_bundle/pydevd_api.py:150
↓ 12 callersMethodset_suspend
(self, *args, **kwargs)
_pydevd_bundle/pydevd_frame.py:172
↓ 12 callersFunctionsorted_dict_repr
(d)
_pydevd_bundle/pydevd_constants.py:537
← previousnext →101–200 of 7,039, ranked by callers