summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-06-22 17:12:32 +0000
committerPedro Alves <pedro@codesourcery.com>2011-06-22 17:12:32 +0000
commit211ba43f2667ffcd3b127cd75aab6314083ec78a (patch)
treea1cbc6f114514342450640bc78598adeed759e1f /gdb/breakpoint.h
parent84f6e6bccd62bcb2adff24272ab0ab3e82d75fc5 (diff)
downloadgdb-211ba43f2667ffcd3b127cd75aab6314083ec78a.tar.gz
2011-06-22 Pedro Alves <pedro@codesourcery.com>
* breakpoint.h (struct breakpoint): Delete forked_inferior_pid field. * breakpoint.c (init_raw_breakpoint_without_location): Remove reference to forked_inferior_pid. (struct fork_catchpoint): New type. (breakpoint_hit_catch_fork, print_it_catch_fork) (print_one_catch_fork, breakpoint_hit_catch_vfork) (print_it_catch_vfork, print_one_catch_vfork): Adjust. (create_fork_vfork_event_catchpoint): Adjust to use init_catchpoint.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 55c9c34e3fa..80374dd88a3 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -604,11 +604,6 @@ struct breakpoint
aborting, so you can back up to just before the abort. */
int hit_count;
- /* Process id of a child process whose forking triggered this
- catchpoint. This field is only valid immediately after this
- catchpoint has triggered. */
- ptid_t forked_inferior_pid;
-
/* Filename of a program whose exec triggered this catchpoint.
This field is only valid immediately after this catchpoint has
triggered. */