]> Git Repo - binutils.git/blob - gdb/ChangeLog
* configure.in: Ensure that -luser32 is always linked in for cygwin build.
[binutils.git] / gdb / ChangeLog
1 Mon Jan 18 12:51:44 1999  Christopher Faylor <[email protected]>
2
3         * configure.in: Ensure that -luser32 is always linked in
4         for cygwin build.
5         * configure: Regenerated.
6
7 Mon Jan 18 08:38:05 1999  Mark Alexander  <[email protected]>
8
9         * values.c (value_virtual_fn_field): Clear the pointed-to
10         offset when casting to the base class.
11
12 Mon Jan 18 10:30:51 1999  David Taylor  <[email protected]>
13
14         * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
15         udi_ops; delete NULL initializers.
16
17 Mon Jan 18 12:03:47 1999  Andrew Cagney  <[email protected]>
18
19         * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
20         gdb_file*.
21
22         * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
23
24 Mon Jan 18 10:46:12 1999  Andrew Cagney  <[email protected]>
25
26         * stack.c (print_frame_info_base): Don't cast call to
27         catch_errors.
28         (print_args_stub): Change char* arg to PTR.
29         * symmisc.c (print_symbol): Ditto.
30         * top.c (quit_cover): Ditto.
31         * remote.c (remote_open_1, remote_start_remote): Ditto.
32         * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
33         Ditto.
34
35         * stack.c (backtrace_command): Cast first arg of make_cleanup to
36         make_cleanup_func.
37         * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
38
39 Mon Jan 18 08:47:02 1999  Andrew Cagney  <[email protected]>
40         
41         * defs.h (catch_errors_ftype): Define.
42         (catch_errors): Replace char* arg with PTR arg.
43         * top.c (catch_errors): Update
44
45         * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
46         delete_breakpoint, breakpoint_re_set): Delete all casts in call to
47         catch_errors.
48         (breakpoint_cond_eval, watchpoint_check,
49         cover_target_enable_exception_callback, breakpoint_re_set_one):
50         Arg is PTR not char*.
51         
52         * breakpoint.c (cover_target_enable_exception_callback): Change
53         type to int. Check for cast values of 0 and -1.  Return a result!
54         (insert_breakpoints): Move declaration of SAL and ARGS to where
55         they are used.
56
57 1999-01-16  Fernando Nasser  <[email protected]>
58
59         * remote.c (remote_query): new function - creates proper interface
60         to the remote protocol "q" command.     
61
62 Fri Jan 15 17:11:48 EST 1999  Zdenek Radouch   ([email protected])
63
64         * config/fr30/tm-fr30.h:  Changed ABI to match GCC change
65           (always use pointer for structs passed by value).
66
67 1999-01-15  Fernando Nasser  <[email protected]>
68
69         * target.h: added entry for target queries (to_query)
70           target.c: ditto.
71
72 Thu Jan 14 18:29:17 1999  David Taylor  <[email protected]>
73
74 start-sanitize-carp start-sanitize-vr4xxx
75         * mips-tdep.c (mips_gdbarch_init): fix stream arg in
76         fprintf_unfiltered calls.
77 end-sanitize-carp end-sanitize-vr4xxx
78         * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
79         * remote-udi.c (udi_wait): fix stream arg to fwrite.
80         * symmisc.c (maintenance_check_symtabs): fix stream argument to
81         print_address_numeric.
82         
83 Wed Jan 13 19:33:16 1999  David Taylor  <[email protected]>
84
85         * breakpoint.c (insert_breakpoints): insert cast to eliminate
86         warning.
87
88 Wed Jan 13 14:59:02 1999  Michael Snyder  <[email protected]>
89
90         * infrun.c (set/show scheduler-locking) New command.  Set a
91           mode bit that will control how GDB attempts to control thread
92           scheduling for step, continue, etc.  (resume): make use of
93           the schedule-locking mode.
94         * target.h (struct target_ops): new field to_has_thread_control.
95         * sol-thread.c: initialize target_ops to_has_thread_control.
96         * procfs.c: ditto.
97         * target.c: ditto.
98         * m3-nat.c: ditto.
99         * remote.c: ditto.
100         * hpux-thread.c: ditto.
101         * thread.c: cull duplicate prototypes.  Move prototypes to top.
102         * serial.c: indentation cleanup.
103         * breakpoint.c: add casts to eliminate compiler warnings.
104         
105 Tue Jan 12 17:00:00 1999  Edith Epstein  <[email protected]>
106
107         * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
108           call to fork_inferior. The shell param is now NULL.
109
110 1999-01-12  Jason Molenda  ([email protected])
111
112         * monitor.c (init_base_monitor_ops): Whitespace cleanup.
113         (_initialize_remote_monitors): Same.
114
115 1999-01-12  Jason Molenda  ([email protected])
116
117         * monitor.c (init_monitor_ops): Initialize the monitor_ops
118         structure if it hasn't already been done.
119
120 Tue Jan 12 14:50:10 1999  Stan Shebs  <[email protected]>
121
122         * inftarg.c (child_ops): Don't initialize statically.
123         (init_child_ops): New function, fills in child_ops.
124         (_initialize_inftarg): Use it.
125         (child_post_attach): Declare extern.
126         (child_wait): Fix ambiguous parens.
127         (child_attach_to_process): Remove unused local wstatus.
128         (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
129         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
130         child_has_forked, child_insert_exec_catchpoint,
131         child_remove_exec_catchpoint): Return a value.
132
133 Mon Jan 11 16:43:44 1999  Michael Snyder  <[email protected]>
134
135         * remote.c (remote_wait): Add inferior_pid to thread list only
136         if it is not already there.
137
138 1999-01-11  Jason Molenda  ([email protected])
139
140         * scm-tags.h: Update FSF's address on copyright notice.
141         * ser-e7kpc.c: Same.
142         * gnu-nat.h: Same.
143
144 Mon Jan 11 13:45:57 1999  Stu Grossman  <[email protected]>
145
146         * dwarf2read.c (dump_die):  Change stderr to gdb_stderr.
147         * expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
148         * jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
149         * stack.c (struct function_bounds):  Remove superfluous `typedef'.
150         * symfile.c (list_overlays_command):  stdout => gdb_stdout.
151         * symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
152         * utils.c (print_spaces):  Make more efficient.
153         
154 Mon Jan 11 13:55:51 1999  David Taylor  <[email protected]>
155
156         * utils (print_spaces): fix arg to strcat; fix formatting.
157
158 Fri Jan  8 11:57:24 1999  Stan Shebs  <[email protected]>
159
160         * exec.c (exec_ops): Don't initialize statically.
161         (init_exec_ops): New function, fills in exec_ops.
162         (_initialize_exec): Use it.
163
164 Thu Jan  7 17:50:15 EST 1999  Zdenek Radouch   ([email protected])
165
166         Beta FR30 port.
167         * fr30-tdep.c
168         * config/fr30/tm-fr30.h
169         
170 Wed Jan  6 12:28:35 1999  David Taylor  <[email protected]>
171
172         * configure.in: Add an --enable-tui argument.  Construct
173         tui/Makefile from tui/Makefile.in.  Use AM_PROG_CC_STDC.  If we
174         have the GUI, then we need this to process libgui.h.
175         (ENABLE_CFLAGS): define and export BUILD_TUI.
176         (AC_CHECK_HEADERS): Add check for term.h.
177         
178         * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
179
180         * config.in, configure : regenerated.
181
182         * Makefile.in: Allow the TUI code to be conditionally enabled.
183         (TUI_LIBRARY): New variable, value are set by the configuration
184         script.  Set to the empty string when the TUI isn't enabled.
185         (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
186         tui/libtui.a directly.
187         (BUILD_TUI): build the tui -- only when configured with
188         --enable-tui.
189         (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
190         (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
191         (all-tui): remove dependency from phony target.
192         (c-exp.tab.c): use ylwrap instead of bison.
193         (jv-exp.tab.c): ditto.
194         (f-exp.tab.c): ditto.
195         (m2-exp.tab.c): ditto.
196         (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
197         (SFILES): remove the above files
198         (COMMON_OBS): remove somread.o
199         (SFILES): Add the tui files to this, so they get included in etags
200         tables.
201         (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
202         tui/libtui.a to the link list.
203         (all-tui): New rule, which does a recursive make in the tui
204         subdir.
205         (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}.  And
206         don't echo the make command.  This is closer to what the other
207         recursions do.
208         (HFILES_NO_SRCDIR): add hpread.h
209         (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
210         (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
211         the new files.  Remove hpread.c, hpread.o
212         (gdb$(EXEEXT)): Depend on the actual tui library, not on a
213         fictitious target.  Since the fictitious target never existed,
214         make would always relink.
215         (tui/libtui.a): Always recurse to make sure the library is up to
216         date.
217
218 Wed Jan  6 12:05:12 1999  Stan Shebs  <[email protected]>
219
220         * remote.c: Pacify --enable-build-warnings, reformat code
221         to conform to standards, fix spelling errors.
222         (ishex, stubhex, record_currthread, etc): Declare.
223         (ishex, stubhex): Declare char arg as int.
224         (pack_string): Comment out, never used but possibly useful.
225         (threadref_to_int, remote_get_threadinfo, etc): Make static.
226
227 Wed Jan  6 11:43:32 1999  David Taylor  <[email protected]>
228
229         The following changes were made by Elena Zannoni
230         <[email protected]> and Edith Epstein <[email protected]> as
231         part of a project to merge in changes made by HP.
232
233         * c-exp.y: use external flag hp_som_som_object_present to decide
234         whether code was compiled by HP's compilers.  Add two new C++
235         tokens for true and false.
236         (yylex): check for template name is done differently for the
237         HP/aCC compiler case.  Change some of the template processing code
238         for handling HP aCC templates.  Handle true and false tokens.
239         
240 Tue Jan  5 11:13:36 1999  Michael Snyder  <[email protected]>
241
242         * remote.c (record_curthread): Must not modify inferior_pid when
243         called from wait_for_inferior.  Instead, if a new thread-id is
244         detected, call add_thread.
245         (MAGIC_NULL_PID): new macro, use instead of the magic number
246         "42000".
247         (remote_find_new_threads): if inferior_pid is unknown, get and use
248         the current thread id.
249         (remote_start_remote): on connecting, attempt to get the current
250         thread id for inferior_pid.
251         (remote_resume): If pid == -1, then resume any-thread (not the
252         current thread specifically).  Also some cosmetic fixups.
253         
254         * thread.c (info_threads_command): don't initialize current_pid 
255         until after call to FIND_NEW_THREADS (which may change inferior_pid).
256         Also some cosmetic fixups.
257         * infrun.c: cosmetic fixups and casts to avoid warnings.
258         * infcmd.c: cosmetic fixups, mainly long lines.
259         
260 Tue Jan  5 11:55:57 1999  David Taylor  <[email protected]>
261
262         * target.c (noprocess): terminate sentence with a period.
263         * breakpoint.c (catch_command_1): ditto.
264
265         * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
266         testsuite losses with no real gain.
267
268         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
269         if tm-*.h hasn't overridden default value.
270
271 1999-01-04  Jason Molenda  ([email protected])
272
273         * configure.in: Fix whitespace indentation for --help.
274         * configure: Regenerated.
275
276 1999-01-04  Manuel Bouyer <[email protected]>
277
278         * main.c: Add --write command line option, document -w.
279         * gdb.1: Document --write.
280
281 1999-01-04  Jason Molenda  ([email protected])
282
283         * configure.in: Require autoconf 2.12.1 or higher.
284         * doc/configure.in: Ditto.
285         * nlm/configure.in: Ditto.
286         * rdi-share/configure.in: Ditto.
287         * testsuite/configure.in: Ditto.
288         * doc/Makefile.in: Don't hardcode $(SHELL).
289         * nlm/Makefile.in: Ditto.
290         * rdi-share/Makefile.in: Ditto.
291         * testsuite/Makefile.in: Ditto.
292
293 Mon Jan  4 12:53:03 1999  Stan Shebs  <[email protected]>
294
295         * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
296         inits of new fields, including ref to bogus field.
297         (vx_ops, vx_run_ops): Make static.
298
299 Mon Jan  4 15:05:29 1999  David Taylor  <[email protected]>
300
301         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
302         already defined in tm.h.
303
304         * inftarg.c: change <sys/unistd.h> to <unistd.h> and
305         conditionalize its inclusion.
306         * infttrace.c: ditto.
307
308 For older changes see ChangeLog-98
309 \f
310 Local Variables:
311 mode: change-log
312 left-margin: 8
313 fill-column: 74
314 version-control: never
315 End:
This page took 0.043605 seconds and 4 git commands to generate.