Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/state/
DTestThreadStates.py166 self.dbg.SetAsync(True)
175 self.dbg.SetAsync(False)
256 self.dbg.SetAsync(True)
261 self.dbg.SetAsync(False)
318 self.dbg.SetAsync(True)
327 self.dbg.SetAsync(False)
/external/lldb/test/functionalities/conditional_break/
Dconditional_break.py13 dbg.SetAsync(True)
28 dbg.SetAsync(old_async)
/external/lldb/test/functionalities/signal/
DTestSendSignal.py62 self.dbg.SetAsync(True)
74 self.dbg.SetAsync(False)
/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py9 obj.SetAsync(True)
10 obj.SetAsync(False)
/external/lldb/examples/python/
Ddisasm.py41 debugger.SetAsync (False)
Dprocess_events.py132 debugger.SetAsync (True)
/external/lldb/test/attic/
Dtester.py86 debugger.SetAsync(True)
/external/lldb/scripts/Python/interface/
DSBDebugger.i147 SetAsync (bool b);
/external/lldb/include/lldb/API/
DSBDebugger.h62 SetAsync (bool b);
/external/lldb/utils/test/
Dlldb-disasm.py95 dbg.SetAsync(False)
/external/lldb/test/
Dlldbtest.py957 self.dbg.SetAsync(value)
958 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))
1560 self.dbg.SetAsync(False)
/external/lldb/tools/driver/
DDriver.cpp1530 m_debugger.SetAsync(true); in MainLoop()
1532 m_debugger.SetAsync(orig_async); in MainLoop()
/external/lldb/source/API/
DSBDebugger.cpp200 SBDebugger::SetAsync (bool b) in SetAsync() function in SBDebugger
/external/lldb/www/python_reference/
Dapi-objects.txt2774 lldb.SBDebugger.SetAsync lldb.SBDebugger-class.html#SetAsync