aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-12 21:22:46 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-12 21:22:46 +0000
commit0a819c04294b14340e8bbc449b7e25857c6c6c61 (patch)
treee55464ad270a950fdace2146c755bfbabd6da994
parentd0b09ced76a953083d4072482ce5c86dcc1544c6 (diff)
downloadgdb-0a819c04294b14340e8bbc449b7e25857c6c6c61.zip
gdb-0a819c04294b14340e8bbc449b7e25857c6c6c61.tar.gz
gdb-0a819c04294b14340e8bbc449b7e25857c6c6c61.tar.bz2
* breakpoint.c (within_scope): New function.
(enable_breakpoint, watchpoint_check): Use it.
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2841bed..cc85f61 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Mon Apr 12 10:53:50 1993 Jim Kingdon (kingdon@cygnus.com)
+ * breakpoint.c (within_scope): New function.
+ (enable_breakpoint, watchpoint_check): Use it.
+
* source.c (openp): Handle "exec-file ./ls" correctly.
* breakpoint.c (breakpoint_1): Use wrap_here before "at".