Home
last modified time | relevance | path

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

/external/llvm-project/lldb/utils/lui/
Dlldbutil.py813 frame, showFuncName=False) if not frame.IsInlined() else '()'), file=output)
853 def get_args_as_string(frame, showFuncName=True): argument
873 if showFuncName:
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py1130 showFuncName=False) if not frame.IsInlined() else '()'),
1204 def get_args_as_string(frame, showFuncName=True): argument
1224 if showFuncName: