#include "defs.h"
#include "annotate.h"
#include "arch-utils.h"
#include "breakpoint.h"
#include "cli/cli-decode.h"
#include "inferior.h"
#include "mi/mi-common.h"
#include "target.h"
#include "valprint.h"
Go to the source code of this file.
◆ catch_fork_kind
Enumerator |
---|
catch_fork_temporary | |
catch_vfork_temporary | |
catch_fork_permanent | |
catch_vfork_permanent | |
Definition at line 196 of file break-catch-fork.c.
◆ _initialize_break_catch_fork()
void _initialize_break_catch_fork |
( |
| ) |
|
◆ catch_fork_command_1()
static void catch_fork_command_1 |
( |
const char * | arg, |
|
|
int | from_tty, |
|
|
struct cmd_list_element * | command ) |
|
static |
◆ create_fork_vfork_event_catchpoint()
static void create_fork_vfork_event_catchpoint |
( |
struct gdbarch * | gdbarch, |
|
|
bool | temp, |
|
|
const char * | cond_string, |
|
|
bool | is_vfork ) |
|
static |