From 118ec55a7b12b44e29d1f4357c25296b88750df6 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 7 Apr 1993 00:09:11 +0000 Subject: [PATCH] Fix for PR 124: make 'rb' correctly handle case where we have multiple functions with the same name in different files. --- gdb/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88cf4404020..adc2c742c9b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +Tue Apr 6 17:07:37 1993 Jim Wilson (wilson@sphagnum.cygnus.com) + + * symtab.c (list_symbols): When call break_command, pass both + filename and function name not just function name. + +Tue Apr 6 15:00:09 1993 Fred Fish (fnf@cygnus.com) + + (Changes and new files to make "none" a full fledged configuration) + * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files. + Currently only tm-none.h has any meaningful contents. + * config/none/none.mh (NAT_FILE): Use nm-none.h + * config/none/none.mh (XM_FILE): Use xm-none.h + * config/none/none.mt (TM_FILE): Use tm-none.h + * Makefile.in (depend): Remove comment about parse errors in + valops.c, it now parses correctly and generates a correct depend + line. Remove line that touches xm.h, tm.h, and nm.h; they are + now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}. + Tue Apr 6 09:54:29 1993 Jim Kingdon (kingdon@cygnus.com) * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1. -- 2.30.2