Home
last modified time | relevance | path

Searched defs:stop_reason_to_str (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/utils/lui/
H A Dlldbutil.py184 def stop_reason_to_str(enum): function
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py244 def stop_reason_to_str(enum: int) -> str: function