insert_breakpoints -- insert cast to eliminate warning.
[external/binutils.git] / gdb / ChangeLog
1 Wed Jan 13 19:33:16 1999  David Taylor  <taylor@texas.cygnus.com>
2
3         * breakpoint.c (insert_breakpoints): insert cast to eliminate
4         warning.
5
6 Tue Jan 12 17:00:00 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
7
8         * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
9           call to fork_inferior. The shell param is now NULL.
10
11 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
12
13         * monitor.c (init_base_monitor_ops): Whitespace cleanup.
14         (_initialize_remote_monitors): Same.
15
16 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
17
18         * monitor.c (init_monitor_ops): Initialize the monitor_ops
19         structure if it hasn't already been done.
20
21 Tue Jan 12 14:50:10 1999  Stan Shebs  <shebs@andros.cygnus.com>
22
23         * inftarg.c (child_ops): Don't initialize statically.
24         (init_child_ops): New function, fills in child_ops.
25         (_initialize_inftarg): Use it.
26         (child_post_attach): Declare extern.
27         (child_wait): Fix ambiguous parens.
28         (child_attach_to_process): Remove unused local wstatus.
29         (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
30         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
31         child_has_forked, child_insert_exec_catchpoint,
32         child_remove_exec_catchpoint): Return a value.
33
34 Mon Jan 11 16:43:44 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
35
36         * remote.c (remote_wait): Add inferior_pid to thread list only
37         if it is not already there.
38
39 1999-01-11  Jason Molenda  (jsm@bugshack.cygnus.com)
40
41         * scm-tags.h: Update FSF's address on copyright notice.
42         * ser-e7kpc.c: Same.
43         * gnu-nat.h: Same.
44
45 Mon Jan 11 13:45:57 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
46
47         * dwarf2read.c (dump_die):  Change stderr to gdb_stderr.
48         * expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
49         * jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
50         * stack.c (struct function_bounds):  Remove superfluous `typedef'.
51         * symfile.c (list_overlays_command):  stdout => gdb_stdout.
52         * symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
53         * utils.c (print_spaces):  Make more efficient.
54         
55 Mon Jan 11 13:55:51 1999  David Taylor  <taylor@texas.cygnus.com>
56
57         * utils (print_spaces): fix arg to strcat; fix formatting.
58
59 Fri Jan  8 11:57:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
60
61         * exec.c (exec_ops): Don't initialize statically.
62         (init_exec_ops): New function, fills in exec_ops.
63         (_initialize_exec): Use it.
64
65 Thu Jan  7 17:50:15 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
66
67         Beta FR30 port.
68         * fr30-tdep.c
69         * config/fr30/tm-fr30.h
70         
71 Wed Jan  6 12:28:35 1999  David Taylor  <taylor@texas.cygnus.com>
72
73         * configure.in: Add an --enable-tui argument.  Construct
74         tui/Makefile from tui/Makefile.in.  Use AM_PROG_CC_STDC.  If we
75         have the GUI, then we need this to process libgui.h.
76         (ENABLE_CFLAGS): define and export BUILD_TUI.
77         (AC_CHECK_HEADERS): Add check for term.h.
78         
79         * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
80
81         * config.in, configure : regenerated.
82
83         * Makefile.in: Allow the TUI code to be conditionally enabled.
84         (TUI_LIBRARY): New variable, value are set by the configuration
85         script.  Set to the empty string when the TUI isn't enabled.
86         (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
87         tui/libtui.a directly.
88         (BUILD_TUI): build the tui -- only when configured with
89         --enable-tui.
90         (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
91         (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
92         (all-tui): remove dependency from phony target.
93         (c-exp.tab.c): use ylwrap instead of bison.
94         (jv-exp.tab.c): ditto.
95         (f-exp.tab.c): ditto.
96         (m2-exp.tab.c): ditto.
97         (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
98         (SFILES): remove the above files
99         (COMMON_OBS): remove somread.o
100         (SFILES): Add the tui files to this, so they get included in etags
101         tables.
102         (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
103         tui/libtui.a to the link list.
104         (all-tui): New rule, which does a recursive make in the tui
105         subdir.
106         (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}.  And
107         don't echo the make command.  This is closer to what the other
108         recursions do.
109         (HFILES_NO_SRCDIR): add hpread.h
110         (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
111         (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
112         the new files.  Remove hpread.c, hpread.o
113         (gdb$(EXEEXT)): Depend on the actual tui library, not on a
114         fictitious target.  Since the fictitious target never existed,
115         make would always relink.
116         (tui/libtui.a): Always recurse to make sure the library is up to
117         date.
118
119 Wed Jan  6 12:05:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
120
121         * remote.c: Pacify --enable-build-warnings, reformat code
122         to conform to standards, fix spelling errors.
123         (ishex, stubhex, record_currthread, etc): Declare.
124         (ishex, stubhex): Declare char arg as int.
125         (pack_string): Comment out, never used but possibly useful.
126         (threadref_to_int, remote_get_threadinfo, etc): Make static.
127
128 Wed Jan  6 11:43:32 1999  David Taylor  <taylor@texas.cygnus.com>
129
130         The following changes were made by Elena Zannoni
131         <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
132         part of a project to merge in changes made by HP.
133
134         * c-exp.y: use external flag hp_som_som_object_present to decide
135         whether code was compiled by HP's compilers.  Add two new C++
136         tokens for true and false.
137         (yylex): check for template name is done differently for the
138         HP/aCC compiler case.  Change some of the template processing code
139         for handling HP aCC templates.  Handle true and false tokens.
140         
141 Tue Jan  5 11:13:36 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
142
143         * remote.c (record_curthread): Must not modify inferior_pid when
144         called from wait_for_inferior.  Instead, if a new thread-id is
145         detected, call add_thread.
146         (MAGIC_NULL_PID): new macro, use instead of the magic number
147         "42000".
148         (remote_find_new_threads): if inferior_pid is unknown, get and use
149         the current thread id.
150         (remote_start_remote): on connecting, attempt to get the current
151         thread id for inferior_pid.
152         (remote_resume): If pid == -1, then resume any-thread (not the
153         current thread specifically).  Also some cosmetic fixups.
154         
155         * thread.c (info_threads_command): don't initialize current_pid 
156         until after call to FIND_NEW_THREADS (which may change inferior_pid).
157         Also some cosmetic fixups.
158         * infrun.c: cosmetic fixups and casts to avoid warnings.
159         * infcmd.c: cosmetic fixups, mainly long lines.
160         
161 Tue Jan  5 11:55:57 1999  David Taylor  <taylor@texas.cygnus.com>
162
163         * target.c (noprocess): terminate sentence with a period.
164         * breakpoint.c (catch_command_1): ditto.
165
166         * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
167         testsuite losses with no real gain.
168
169         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
170         if tm-*.h hasn't overridden default value.
171
172 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
173
174         * configure.in: Fix whitespace indentation for --help.
175         * configure: Regenerated.
176
177 1999-01-04  Manuel Bouyer <bouyer@antioche.lip6.fr>
178
179         * main.c: Add --write command line option, document -w.
180         * gdb.1: Document --write.
181
182 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
183
184         * configure.in: Require autoconf 2.12.1 or higher.
185         * doc/configure.in: Ditto.
186         * nlm/configure.in: Ditto.
187         * rdi-share/configure.in: Ditto.
188         * testsuite/configure.in: Ditto.
189         * doc/Makefile.in: Don't hardcode $(SHELL).
190         * nlm/Makefile.in: Ditto.
191         * rdi-share/Makefile.in: Ditto.
192         * testsuite/Makefile.in: Ditto.
193
194 Mon Jan  4 12:53:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
195
196         * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
197         inits of new fields, including ref to bogus field.
198         (vx_ops, vx_run_ops): Make static.
199
200 Mon Jan  4 15:05:29 1999  David Taylor  <taylor@texas.cygnus.com>
201
202         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
203         already defined in tm.h.
204
205         * inftarg.c: change <sys/unistd.h> to <unistd.h> and
206         conditionalize its inclusion.
207         * infttrace.c: ditto.
208
209 For older changes see ChangeLog-98
210 \f
211 Local Variables:
212 mode: change-log
213 left-margin: 8
214 fill-column: 74
215 version-control: never
216 End: