HomeSort by: relevance | last modified time | path
    Searched refs:run_target (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
infcmd.c 374 struct target_ops *run_target;
406 run_target = find_run_target ();
408 prepare_execution_command (run_target, async_exec);
410 if (non_stop && !run_target->supports_non_stop ())
453 run_target->create_inferior (exec_file,
458 shouldn't refer to run_target again. */
459 run_target = nullptr;
373 struct target_ops *run_target; local
  /src/external/gpl3/gdb/dist/gdb/
infcmd.c 377 struct target_ops *run_target;
409 run_target = find_run_target ();
411 prepare_execution_command (run_target, async_exec);
413 if (non_stop && !run_target->supports_non_stop ())
456 run_target->create_inferior (exec_file,
461 shouldn't refer to run_target again. */
462 run_target = nullptr;
376 struct target_ops *run_target; local
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 412 struct target_ops *run_target = find_run_target (); local
413 bool async_p = mi_async && target_can_async_p (run_target);
477 struct target_ops *run_target = find_run_target (); local
478 bool async_p = mi_async && target_can_async_p (run_target);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c 398 struct target_ops *run_target = find_run_target (); local
399 bool async_p = mi_async && target_can_async_p (run_target);
463 struct target_ops *run_target = find_run_target (); local
464 bool async_p = mi_async && target_can_async_p (run_target);

Completed in 29 milliseconds