Lines Matching defs:g_hdcJdwpSimulator
109 HdcJdwpSimulator* g_hdcJdwpSimulator = nullptr;
117 g_hdcJdwpSimulator = new (std::nothrow) HdcJdwpSimulator(processName, pkgName, isDebug, nullptr);
118 if (!g_hdcJdwpSimulator->Connect()) {
151 g_hdcJdwpSimulator->Disconnect();
153 delete g_hdcJdwpSimulator;
154 g_hdcJdwpSimulator = nullptr;
164 g_hdcJdwpSimulator = new (std::nothrow) HdcJdwpSimulator(name, name, true, nullptr);
165 if (!g_hdcJdwpSimulator->Connect()) {
184 g_hdcJdwpSimulator = nullptr;
195 g_hdcJdwpSimulator->Disconnect();
196 delete g_hdcJdwpSimulator;
197 g_hdcJdwpSimulator = nullptr;
205 g_hdcJdwpSimulator = nullptr;
211 g_hdcJdwpSimulator->Disconnect();
212 delete g_hdcJdwpSimulator;
213 g_hdcJdwpSimulator = nullptr;