Home
last modified time | relevance | path

Searched refs:GetAsync (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/test/Shell/Reproducer/
DTestSynchronous.test5 …repro -o 'script lldb.debugger.SetAsync(True)' -o 'script lldb.debugger.GetAsync()' -o 'reproducer…
9 # CAPTURE-NEXT: script lldb.debugger.GetAsync()
13 # REPLAY-NEXT: script lldb.debugger.GetAsync()
/external/llvm-project/lldb/test/API/commands/command/script/
Dwelcome.py46 if debugger.GetAsync():
48 if debugger.GetAsync() == False:
/external/llvm-project/lldb/examples/python/
Dstep_and_print.py11 old_async = debugger.GetAsync()
/external/llvm-project/lldb/test/API/functionalities/conditional_break/
Dconditional_break.py12 old_async = dbg.GetAsync()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py11 obj.GetAsync()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i163 GetAsync ();
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h73 bool GetAsync();
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp271 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
272 LLDB_RECORD_METHOD_NO_ARGS(bool, SBDebugger, GetAsync); in GetAsync()
1711 LLDB_REGISTER_METHOD(bool, SBDebugger, GetAsync, ()); in RegisterMethods()
/external/llvm-project/lldb/tools/driver/
DDriver.cpp603 bool old_async = m_debugger.GetAsync(); in MainLoop()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h134 bool GetAsync() const { return m_async; } in GetAsync() function
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py940 old_async = self.dbg.GetAsync()
/external/llvm-project/lldb/source/Target/
DTarget.cpp3090 const bool async = attach_info.GetAsync(); in Attach()