From: Jim Kingdon Date: Mon, 12 Apr 1993 21:22:46 +0000 (+0000) Subject: * breakpoint.c (within_scope): New function. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a819c04294b14340e8bbc449b7e25857c6c6c61;p=binutils-gdb.git * breakpoint.c (within_scope): New function. (enable_breakpoint, watchpoint_check): Use it. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2841bed02c6..cc85f615c06 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".