Home
last modified time | relevance | path

Searched refs:get_caller_symbol (Results 1 – 2 of 2) sorted by relevance

/external/lldb/test/python_api/thread/
DTestThreadAPI.py8 from lldbutil import get_stopped_thread, get_caller_symbol
185 caller_symbol = get_caller_symbol(thread)
/external/lldb/test/
Dlldbutil.py562 def get_caller_symbol(thread): function