HomeSort by: relevance | last modified time | path
    Searched defs:fork_kind (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
break-catch-fork.c 207 catch_fork_kind fork_kind; local
209 fork_kind = (catch_fork_kind) (uintptr_t) command->context ();
210 bool temp = (fork_kind == catch_fork_temporary
211 || fork_kind == catch_vfork_temporary);
229 switch (fork_kind)
infrun.c 449 target_waitkind fork_kind = inferior_thread ()->pending_follow.kind ();
450 gdb_assert (fork_kind == TARGET_WAITKIND_FORKED
451 || fork_kind == TARGET_WAITKIND_VFORKED);
452 bool has_vforked = fork_kind == TARGET_WAITKIND_VFORKED;
646 target_follow_fork (child_inf, child_ptid, fork_kind, follow_child,
649 gdb::observers::inferior_forked.notify (parent_inf, child_inf, fork_kind);
448 target_waitkind fork_kind = inferior_thread ()->pending_follow.kind (); local
  /src/external/gpl3/gdb.old/dist/gdb/
break-catch-fork.c 207 catch_fork_kind fork_kind; local
209 fork_kind = (catch_fork_kind) (uintptr_t) command->context ();
210 bool temp = (fork_kind == catch_fork_temporary
211 || fork_kind == catch_vfork_temporary);
229 switch (fork_kind)
infrun.c 447 target_waitkind fork_kind = inferior_thread ()->pending_follow.kind ();
448 gdb_assert (fork_kind == TARGET_WAITKIND_FORKED
449 || fork_kind == TARGET_WAITKIND_VFORKED);
450 bool has_vforked = fork_kind == TARGET_WAITKIND_VFORKED;
642 target_follow_fork (child_inf, child_ptid, fork_kind, follow_child,
645 gdb::observers::inferior_forked.notify (parent_inf, child_inf, fork_kind);
446 target_waitkind fork_kind = inferior_thread ()->pending_follow.kind (); local
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 8396 tree fork_kind = build_int_cst (unsigned_type_node, IFN_UNIQUE_OACC_FORK);
8407 fork_kind, ddvar, place);
8395 tree fork_kind = build_int_cst (unsigned_type_node, IFN_UNIQUE_OACC_FORK); local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 8438 tree fork_kind = build_int_cst (unsigned_type_node, IFN_UNIQUE_OACC_FORK);
8449 fork_kind, ddvar, place);
8437 tree fork_kind = build_int_cst (unsigned_type_node, IFN_UNIQUE_OACC_FORK); local

Completed in 79 milliseconds