diff options
author | Pedro Alves <palves@redhat.com> | 2011-06-22 17:12:32 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-06-22 17:12:32 +0000 |
commit | e29a4733b9fbfd7f003287f0c195b6c7a4836a1b (patch) | |
tree | ce29cb981d6a7c006e035ea5d7b3ff0fe0a80d7e /gdb/breakpoint.h | |
parent | 346774a91ffaa367db6982f19cc9b5bcafaa3686 (diff) | |
download | gdb-e29a4733b9fbfd7f003287f0c195b6c7a4836a1b.zip gdb-e29a4733b9fbfd7f003287f0c195b6c7a4836a1b.tar.gz gdb-e29a4733b9fbfd7f003287f0c195b6c7a4836a1b.tar.bz2 |
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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 55c9c34..80374dd 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. */ |