Home
last modified time | relevance | path

Searched refs:GetListener (Results 1 – 25 of 60) sorted by relevance

123

/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A DTestInteractiveScriptedProcess.py40 self, self.dbg.GetListener(), self.mux_process.GetBroadcaster(), timeout=20
44 self, self.dbg.GetListener(), self.mux_process.GetBroadcaster()
90 self, self.dbg.GetListener(), even_process.GetBroadcaster()
95 self, self.dbg.GetListener(), even_process.GetBroadcaster()
122 self, self.dbg.GetListener(), odd_process.GetBroadcaster()
127 self, self.dbg.GetListener(), odd_process.GetBroadcaster()
176 self.dbg.GetListener(),
264 self, self.dbg.GetListener(), self.mux_process.GetBroadcaster()
275 self, self.dbg.GetListener(), self.mux_process.GetBroadcaster()
/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
H A DTestProcessConnect.py35 self, self.dbg.GetListener(), self.process(), [lldb.eStateStopped]
40 self, self.dbg.GetListener(), self.process(), [lldb.eStateExited]
74 self, self.dbg.GetListener(), self.process(), [lldb.eStateStopped]
79 self, self.dbg.GetListener(), self.process(), [lldb.eStateExited]
H A DTestGDBServerTargetXML.py134 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
353 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
578 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
716 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
789 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
884 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
H A DTestContinue.py42 self, self.dbg.GetListener(), process, [lldb.eStateExited]
62 self, self.dbg.GetListener(), process, [lldb.eStateExited]
75 self, self.dbg.GetListener(), process, [lldb.eStateExited]
H A DTestGDBRemoteClient.py61 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
86 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
112 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
276 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
337 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
376 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
430 self, self.dbg.GetListener(), process, [lldb.eStateConnected]
H A DTestGDBServerNoTargetXMLRegisters.py152 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
272 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
360 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
H A DTestGdbClientModuleLoad.py119 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
147 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
H A DTestWasm.py109 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
179 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
235 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
H A DTestPty.py106 self, self.dbg.GetListener(), self.process(), [lldb.eStateStopped]
125 self, self.dbg.GetListener(), self.process(), [lldb.eStateExited]
H A DTestQemuAArch64TargetXml.py76 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
H A DTestAArch64XMLRegOffsets.py117 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
H A DTestRestartBug.py51 while self.dbg.GetListener().WaitForEvent(2, event):
H A DTestTargetXMLArch.py147 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/
H A DTestBreakpointSetRestart.py29 while self.dbg.GetListener().WaitForEvent(2, event):
39 while self.dbg.GetListener().WaitForEvent(2, event):
/llvm-project/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py104 listener = launch_info.GetListener()
129 listener = launch_info.GetListener()
/llvm-project/lldb/test/API/functionalities/memory-region/
H A DTestMemoryRegion.py165 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
199 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
/llvm-project/lldb/test/API/commands/register/register/
H A DTestRegistersUnavailable.py41 self, self.dbg.GetListener(), process, [lldb.eStateStopped]
/llvm-project/lldb/test/API/lua_api/
H A DTestProcessAPI.lua28 self.debugger:GetListener(),
/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp245 SBListener SBAttachInfo::GetListener() { in GetListener() function in SBAttachInfo
248 return SBListener(m_opaque_sp->GetListener()); in GetListener()
H A DSBLaunchInfo.cpp130 SBListener SBLaunchInfo::GetListener() { in GetListener() function in SBLaunchInfo
133 return SBListener(m_opaque_sp->GetListener()); in GetListener()
/llvm-project/lldb/test/API/functionalities/load_after_attach/
H A DTestLoadAfterAttach.py37 process = target.AttachToProcessWithID(self.dbg.GetListener(), popen.pid, error)
/llvm-project/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template114 got_event = dbg.GetListener().WaitForEventForBroadcaster(
122 got_event = dbg.GetListener().WaitForEventForBroadcaster(
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py22 listener = obj.GetListener()
/llvm-project/lldb/test/API/commands/process/attach-resume/
H A DTestAttachResume.py35 listener = self.dbg.GetListener()
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h162 SBListener GetListener();

123