diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-21 22:55:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-21 22:55:39 +0000 |
commit | bb7b38008eca5e948b39e65c7d5ff9ae2eb56a4a (patch) | |
tree | 36b678d4155e9a8cdc676bd1e75f616bec452aa4 /gdb/breakpoint.h | |
parent | a0f3541f4091aea6f57a328463df567e771f9634 (diff) | |
download | gdb-bb7b38008eca5e948b39e65c7d5ff9ae2eb56a4a.zip gdb-bb7b38008eca5e948b39e65c7d5ff9ae2eb56a4a.tar.gz gdb-bb7b38008eca5e948b39e65c7d5ff9ae2eb56a4a.tar.bz2 |
* breakpoint.c (breakpoint_1): Support bp_call_dummy.
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 5c7e69d..8317dd3 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -33,9 +33,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* FIXME In the future, we should fold all other breakpoint-like things into here. This includes: - * call-dummy (the breakpoint at the end of a subroutine stub that gdb - uses to call functions in the target) (definately). - * single-step (for machines where we have to simulate single stepping) (probably, though perhaps it is better for it to look as much as possible like a single-step to wait_for_inferior). */ |