MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / get_sp

Method get_sp

pydevd_attach_to_process/winappdbg/thread.py:651–657  ·  view source on GitHub ↗

@rtype: int @return: Value of the stack pointer register.

(self)

Source from the content-addressed store, hash-verified

649 self.set_context(context)
650
651 def get_sp(self):
652 """
653 @rtype: int
654 @return: Value of the stack pointer register.
655 """
656 context = self.get_context(win32.CONTEXT_CONTROL)
657 return context.sp
658
659 def set_sp(self, sp):
660 """

Callers 9

__get_stack_traceMethod · 0.95
get_stack_frame_rangeMethod · 0.95
read_stack_dataMethod · 0.95
peek_stack_dataMethod · 0.95
read_stack_structureMethod · 0.95
_get_return_addressMethod · 0.80
_get_return_addressMethod · 0.80
_notify_single_stepMethod · 0.80

Calls 1

get_contextMethod · 0.95

Tested by

no test coverage detected