Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/command/script/
Dpy_import9 command script add tell_sync --function welcome.check_for_synchro --synchronicity sync
10 command script add tell_async --function welcome.check_for_synchro --synchronicity async
11 command script add tell_curr --function welcome.check_for_synchro --synchronicity curr
Dwelcome.py45 def check_for_synchro(debugger, args, result, dict): function