Lines Matching +defs:process +defs:name
302 Process *process = m_exe_ctx.GetProcessPtr();
305 if (process) {
309 "function without the process being stopped.\n");
314 "no currently running process.\n");
334 Process *process = m_exe_ctx.GetProcessPtr();
337 if (process) {
341 "function without the process being stopped.\n");
346 "no currently running process.\n");
362 ConstString name(m_options.func_name.c_str());
368 // Find functions matching the given name.
370 GetTarget().GetImages().FindFunctions(name, eFunctionNameTypeAuto,
393 "Unable to find symbol with name '%s'.\n",
394 name.GetCString());
403 Process *process = m_exe_ctx.GetProcessPtr();
406 if (process) {
410 "function without the process being stopped.\n");
415 "no currently running process.\n");