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