Home
last modified time | relevance | path

Searched refs:SetAsync (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dstep_and_print.py12 debugger.SetAsync(False)
18 debugger.SetAsync(old_async)
H A Ddisasm.py43 debugger.SetAsync(False)
H A Dprocess_events.py259 debugger.SetAsync(True)
H A Dcrashlog.py1123 debugger.SetAsync(False)
1127 debugger.SetAsync(async_state)
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp46 m_opaque_sp->SetAsync(async); in SBAttachInfo()
138 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
H A DSBDebugger.cpp323 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp652 g_vsc.debugger.SetAsync(false); in request_attach()
658 g_vsc.debugger.SetAsync(true); in request_attach()
876 g_vsc.debugger.SetAsync(false); in request_disconnect()
880 g_vsc.debugger.SetAsync(true); in request_disconnect()
1579 g_vsc.debugger.SetAsync(false); in request_runInTerminal()
1603 g_vsc.debugger.SetAsync(true); in request_runInTerminal()
1733 g_vsc.debugger.SetAsync(false); in request_launch()
1735 g_vsc.debugger.SetAsync(true); in request_launch()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp567 m_debugger.SetAsync(false); in MainLoop()
613 m_debugger.SetAsync(old_async); in MainLoop()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i179 SetAsync (bool b);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h135 void SetAsync(bool b);
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py894 self.dbg.SetAsync(value)
895 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))
1831 self.dbg.SetAsync(False)
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h135 void SetAsync(bool b) { m_async = b; } in SetAsync() function
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst791 debugger.SetAsync (False)