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

  /src/external/gpl3/gdb/dist/gdb/
infrun.c 190 static bool detach_fork = true; variable
442 follow_fork_inferior (bool follow_child, bool detach_fork)
446 infrun_debug_printf ("follow_child = %d, detach_fork = %d",
447 follow_child, detach_fork);
459 && !(follow_child || detach_fork || sched_multi))
483 if (detach_fork)
557 = detach_fork ? inferior_thread () : nullptr;
558 parent_inf->pspace->breakpoints_not_allowed = detach_fork;
603 else if (detach_fork)
644 the parent and detach_fork is true), it is responsible for detachin
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 188 static bool detach_fork = true; variable
440 follow_fork_inferior (bool follow_child, bool detach_fork)
444 infrun_debug_printf ("follow_child = %d, detach_fork = %d",
445 follow_child, detach_fork);
457 && !(follow_child || detach_fork || sched_multi))
479 if (detach_fork)
553 = detach_fork ? inferior_thread () : nullptr;
554 parent_inf->pspace->breakpoints_not_allowed = detach_fork;
599 else if (detach_fork)
640 the parent and detach_fork is true), it is responsible for detachin
    [all...]

Completed in 30 milliseconds