diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-13 13:50:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-13 13:50:32 +0000 |
commit | 4d5b2cd77496dd32c80ec0dde093bd466604fea8 (patch) | |
tree | e8034b3dfda13c67f9f2bb799720afcc7aaa1708 /gdb/breakpoint.h | |
parent | 46d570866dcefb811d86157204ec614ba4f18c19 (diff) | |
download | gdb-4d5b2cd77496dd32c80ec0dde093bd466604fea8.zip gdb-4d5b2cd77496dd32c80ec0dde093bd466604fea8.tar.gz gdb-4d5b2cd77496dd32c80ec0dde093bd466604fea8.tar.bz2 |
* breakpoint.c (update_breakpoints_after_exec, print_it_typical)
(bpstat_what, print_one_breakpoint, allocate_bp_location)
(mention): Remove bp_through_sigtramp support.
* breakpoint.h (enum bptype): Remove bp_through_sigtramp.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 1230f49..639f991 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -62,9 +62,6 @@ enum bptype stepping over signal handlers, and for skipping prologues. */ bp_step_resume, - /* Used by wait_for_inferior for stepping over signal handlers. */ - bp_through_sigtramp, - /* Used to detect when a watchpoint expression has gone out of scope. These breakpoints are usually not visible to the user. |