Searched refs:debuggerContext (Results 1 – 2 of 2) sorted by relevance
109 … final DebuggerContextImpl debuggerContext = DebuggerManagerEx.getInstanceEx(project).getContext(); in getNullableValue() local110 evaluationContext = debuggerContext.createEvaluationContext(); in getNullableValue()149 … final DebuggerContextImpl debuggerContext = DebuggerManagerEx.getInstanceEx(project).getContext(); in virtualMachine() local150 final DebugProcessImpl process = debuggerContext.getDebugProcess(); in virtualMachine()
1248 auto debuggerContext = device->getDebuggerContext(); in end() local1249 if(debuggerContext) in end()1256 debuggerFile = debuggerContext->lock().createVirtualFile("VkCommandBuffer", source.c_str()); in end()1690 auto debuggerContext = device->getDebuggerContext(); in submit() local1691 if(debuggerContext) in submit()1693 debuggerThread = debuggerContext->lock().currentThread(); in submit()