af7cda3beae17de37bf91e1f13179a65e0629d26
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-03-25 Mark Mitchell <mark@codesourcery.com>
2
3 * ser-base.c (ser_unix_write): Rename to ...
4 (ser_base_write): ... this.
5 (ser_unix_nop_flush_output): Rename to ...
6 (ser_base_flush_output): ... this.
7 (ser_unix_flush_input): Rename to ...
8 (ser_base_flush_input): ... this.
9 (ser_unix_nop_send_break): Rename to ...
10 (ser_base_send_break): ... this.
11 (ser_unix_nop_drain_output): Rename to ...
12 (ser_base_drain_output): ... this.
13 (ser_unix_nop_raw): Rename to ...
14 (ser_base_raw): ... this.
15 (ser_unix_nop_get_tty_state): Rename to ...
16 (ser_base_set_tty_state): ... this.
17 (ser_unix_nop_noflush_set_tty_state): Rename to ...
18 (ser_base_noflush_set_tty_state): ... this.
19 (ser_unix_nop_print_tty_state): Rename to ...
20 (ser_base_print_tty_state): ... this.
21 (ser_unix_nop_setbaudrate): Rename to ...
22 (ser_base_setbaudrate): ... this.
23 (ser_unix_nop_setstopbits): Rename to ...
24 (ser_base_setstopbits): ... this.
25 (ser_unix_async): Rename to ...
26 (ser_base_async): ... this.
27 * ser-base.h (ser_unix_write): Rename to ...
28 (ser_base_write): ... this.
29 (ser_unix_nop_flush_output): Rename to ...
30 (ser_base_flush_output): ... this.
31 (ser_unix_flush_input): Rename to ...
32 (ser_base_flush_input): ... this.
33 (ser_unix_nop_send_break): Rename to ...
34 (ser_base_send_break): ... this.
35 (ser_unix_nop_drain_output): Rename to ...
36 (ser_base_drain_output): ... this.
37 (ser_unix_nop_raw): Rename to ...
38 (ser_base_raw): ... this.
39 (ser_unix_nop_get_tty_state): Rename to ...
40 (ser_base_set_tty_state): ... this.
41 (ser_unix_nop_noflush_set_tty_state): Rename to ...
42 (ser_base_noflush_set_tty_state): ... this.
43 (ser_unix_nop_print_tty_state): Rename to ...
44 (ser_base_print_tty_state): ... this.
45 (ser_unix_nop_setbaudrate): Rename to ...
46 (ser_base_setbaudrate): ... this.
47 (ser_unix_nop_setstopbits): Rename to ...
48 (ser_base_setstopbits): ... this.
49 (ser_unix_async): Rename to ...
50 (ser_base_async): ... this.
51 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
52 * ser-tcp.c (_initialize_ser_tcp): Likewise.
53 * ser-unix.c (hardwire_flush_input): Likewise.
54 (_initializer_ser_hardwire): Likewise.
55
56 * Makefile.in (SFILES): Add ser-base.c.
57 (ser_base_h): New variable.
58 (ser-base.o): New target.
59 (ser-pipe.o): Depend on $(ser_base_h).
60 (ser-tcp.o): Likewise.
61 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
62 * configure.ac (SER_HARDWIRE): Include ser-base.o where
63 appropriate.
64 * ser-base.c: New file.
65 (push_event): Move from ser-unix.c.
66 (fd_event): Likewise.
67 (reschedule): Likewise.
68 (ser_unix_write): Likewise.
69 (ser_unix_nop_flush_output): Likewise.
70 (ser_unix_flush_input): Likewise.
71 (ser_unix_nop_send_break): Likewise.
72 (ser_unix_nop_drain_output): Likewise.
73 (ser_unix_nop_raw): Likewise.
74 (ser_unix_nop_get_tty_state): Likewise.
75 (ser_unix_nop_set_tty_state): Likewise.
76 (ser_unix_nop_noflush_set_tty_state): Likewise.
77 (ser_unix_nop_print_tty_state): Likewise.
78 (ser_unix_nop_setbaudrate): Likewise.
79 (ser_unix_nop_setstopbits): Likewise.
80 (ser_unix_async): Likewise.
81 * ser-base.h: New file.
82 * ser-pipe.c (ser-base.h): Include it.
83 * ser-tcp.c (ser-base.h): Likewise.
84 * ser-unix.h (ser_unix_nop_flush_output): Remove.
85 (ser_unix_flush_input): Likewise.
86 (ser_unix_nop_send_break): Likewise.
87 (ser_unix_nop_raw): Likewise.
88 (ser_unix_nop_get_tty_state): Likewise.
89 (ser_unix_nop_set_tty_state): Likewise.
90 (ser_unix_nop_print_tty_state): Likewise.
91 (ser_unix_nop_noflush_set_tty_state): Likewise.
92 (ser_unix_nop_setbaudrate): Likewise.
93 (ser_unix_nop_setstopbits): Likewise.
94 (ser_unix_nop_drain_output): Likewise.
95 (ser_unix_wait_for): Likewise.
96 (ser_unix_write): Likewise.
97 (ser_unix_async): Likewise.
98 * ser-unix.c (event-loop.h): Do not include it.
99 (push_event): Move to ser-base.c.
100 (fd_event): Likewise.
101 (reschedule): Likewise.
102 (ser_unix_write): Likewise.
103 (ser_unix_nop_flush_output): Likewise.
104 (ser_unix_flush_input): Likewise.
105 (ser_unix_nop_send_break): Likewise.
106 (ser_unix_nop_drain_output): Likewise.
107 (ser_unix_nop_raw): Likewise.
108 (ser_unix_nop_get_tty_state): Likewise.
109 (ser_unix_nop_set_tty_state): Likewise.
110 (ser_unix_nop_noflush_set_tty_state): Likewise.
111 (ser_unix_nop_print_tty_state): Likewise.
112 (ser_unix_nop_setbaudrate): Likewise.
113 (ser_unix_nop_setstopbits): Likewise.
114 (ser_unix_async): Likewise.
115 (ser_unix_wait_for): Make it static.
116 * configure: Regenerated.
117
118 2005-03-25 Mark Kettenis <kettenis@gnu.org>
119
120 * dwarf2-frame.h: Update copyrigh year.
121 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
122 * dwarf2-frame.c: Update copyright year.
123 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
124 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
125 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
126
127 2005-03-23 Martin Hunt <hunt@redhat.com>
128
129 * configure.ac: Remove -fwritable-strings from CFLAGS.
130 * configure: Regenerate.
131
132 2005-03-21 Michael Snyder <msnyder@redhat.com>
133
134 * mn10300-prologue.c (fix_frame_pointer): Delete.
135 (set_movm_offsets) Don't return just because movm_args is
136 zero -- still need to save pc and sp in saved_regs.
137 (mn10300_analyze_prologue): Don't return prematurely without
138 calling set_movm_offsets (for pc and sp at minimum).
139
140 2005-03-21 Mark Mitchell <mark@codesourcery.com>
141
142 * configure.ac (stat.st_blksize): Check for it.
143 (getuid): Likewise.
144 (getgid): Likewise.
145 * configure: Regenerated.
146 * config.in: Likewise.
147 * remote-fileio.c (remote_fileio_to_fio_stat): Check
148 HAVE_STRUCT_STAT_ST_BLKSIZE.
149
150 2005-03-21 Christopher Faylor <cgf@timesys.com>
151
152 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
153 here.
154 (do_initial_child_stuff): Move clearing of thread list to a place
155 before a thread ould be created.
156 (child_attach): Ditto.
157
158 2005-03-21 Michael Snyder <msnyder@redhat.com>
159
160 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
161 instead of pc addr for frame_id. Otherwise "until" won't work.
162
163 2005-03-21 Kevin Buettner <kevinb@redhat.com>
164
165 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
166 comment.
167
168 2005-03-20 Mark Kettenis <kettenis@gnu.org>
169
170 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
171 * varobj.c (my_value_equal): Mark val2 as volatile.
172
173 * cp-names.y: Add prototype for yyparse.
174
175 2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
176
177 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
178 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
179 VALADDR.
180
181 2005-03-18 Kevin Buettner <kevinb@redhat.com>
182
183 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
184 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
185 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
186 New error/exception enums.
187 * dwarf2loc.c (exceptions.h): Include.
188 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
189 via TRY_CATCH mechanism. Print error messages for TLS related
190 exceptions.
191 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
192 exceptions instead of printing errors.
193
194 2005-03-18 Mark Kettenis <kettenis@gnu.org>
195
196 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
197 (decimal2str, octal2str): Change to return a string allocated by
198 get_cell. Use xsnprint instead of snprintf.
199 (paddr_u, paddr_d): Adjust for changed calling convention of
200 decimal2str.
201 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
202 (int_string): Likewise. Adjust for changed calling convention of
203 decimal2str and octal2str.
204
205 2005-03-18 Kevin Buettner <kevinb@redhat.com>
206
207 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
208 Adjust incorrectly computed constant for realtime signal frame.
209
210 2005-03-18 Mark Kettenis <kettenis@gnu.org>
211
212 From Ralf Corsepius <ralf.corsepius@rtems.org>
213 * configure.tgt: Add m68*-*-rtems*.
214
215 2005-03-17 Mark Kettenis <kettenis@gnu.org>
216
217 * defs.h (xsnprintf): New prototype.
218 * utils.c (xsnprintf): New function.
219
220 * corelow.c (get_core_register_section): Replace usage of sprintf
221 and strcpy with xstrprintf and xstrdup.
222
223 * mips-tdep.c (mips_single_step_through_delay): Put back check for
224 breakpoint lost with the introduction of this function.
225
226 2005-03-17 Paul Brook <paul@codesourcery.com>
227
228 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
229 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
230
231 2005-03-16 Mark Mitchell <mark@codesourcery.com>
232
233 * event-top.c (handle_sigquit): Do not define for systems without
234 SIGQUIT.
235 (sigquit_token): Likewise.
236 (async_init_signals): Allow for systems that do not
237 define SIGQUIT.
238 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
239
240 2005-03-15 Mark Mitchell <mark@codesourcery.com>
241
242 * utils.c (internal_vproblem): Guard call to fork with
243 HAVE_WORKING_FORK.
244 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
245 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
246
247 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
248 S_IRGRP and related macros.
249 (remote_fileio_mode_to_target): Likewise.
250
251 2005-03-14 Ben Elliston <bje@au.ibm.com>
252
253 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
254 more primitive library.
255
256 2005-03-13 Mark Kettenis <kettenis@gnu.org>
257
258 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
259 sprintf.
260 * target.c (normal_pid_to_str): Likewise.
261 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
262 Change capitalization of "thread". Use ptid_get_pid instead of
263 GETPID.
264
265 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
266 a combination of xmalloc and sprintf.
267
268 2005-03-13 Jim Blandy <jimb@redhat.com>
269
270 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
271 * configure: Regenerated.
272
273 2005-03-11 Michael Snyder <msnyder@redhat.com>
274
275 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
276 stub fn with real implementatin mn10300_unwind_dummy_id.
277 (mn10300_push_dummy_call): Implement. Bare bones version,
278 does not handle structs or floats.
279
280 2005-03-11 Jim Blandy <jimb@redhat.com>
281
282 Avoid warnings due to the use of -Wuninitialized without -O.
283 * configure.ac (build_warnings): Include -Wuninitialized only if
284 CFLAGS is unset at configure time, or CFLAGS is set and includes
285 some -O option other than -O0.
286 * configure: Regenerated.
287
288 * mips-tdep.c (show_mips_abi): Change calling conventions to match
289 those expected by add_setshow_enum_cmd. Use 'file' argument as
290 appropriate.
291
292 2005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
293
294 * Makefile.in (SFILES): Add cp-names.y.
295 (libiberty_h, safe_ctype_h): New.
296 (YYFILES): Add cp-names.c.
297 (YYOBJ): Add cp-names.o.
298 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
299 (clean): Remove test-cp-names$(EXEEXT).
300 (local-maintainer-clean): Remove cp-names.c.
301 * cp-names.y: New file.
302 * cp-support.c (find_last_component): Delete.
303 (d_left, d_right): Define.
304 (cp_canonicalize_string, mangled_name_to_comp): New functions.
305 (cp_class_name_from_physname, method_name_from_physname): Rewrite
306 to use mangled_name_to_comp.
307 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
308 (cp_comp_to_string): New prototypes.
309 * config/djgpp/fnchange.lst: Add cp-names.c.
310
311 2005-03-10 Bob Rossi <bob@brasko.net>
312
313 * main.c (print_gdb_help): Remove the --[no]async help message.
314
315 2005-03-10 Mark Kettenis <kettenis@gnu.org>
316
317 * proc-api.c: Update copyright year.
318 (_initialize_proc_api): Revert previous patch, removing spurious
319 space instead.
320
321 2005-03-09 Joel Brobecker <brobecker@adacore.com>
322
323 * regcache.c: Fix typo in comment.
324
325 2005-03-09 David Lecomber <david@lecomber.net>
326
327 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
328 i18n text.
329
330 2005-03-09 Mark Kettenis <kettenis@gnu.org>
331
332 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
333 address for 64-bit code.
334 (sparc_unwind_dummy_id): Likewise.
335 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
336 frame base address convention.
337 (sparc64_push_dummy_call): Likewise.
338 * sparc64nbsd-tdep.c: Update copyright year.
339 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
340 address for 64-bit code.
341 (sparc64nbsd_init_abi): Tweak comment.
342 * sparc64obsd-tdep.c: Update copyright year.
343 (sparc64obsd_frame_cache): Adjust cached frame base address for
344 64-bit code.
345 (sparc64obsd_init_abi): Tweak comment.
346
347 2005-03-09 Corinna Vinschen <vinschen@redhat.com>
348
349 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
350
351 2005-03-09 Joel Brobecker <brobecker@adacore.com>
352
353 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
354 when creating include psymtabs.
355
356 2005-03-08 Mark Mitchell <mark@codesourcery.com>
357
358 * environ.h (struct environ): Rename to ...
359 (struct gdb_environ): ... this.
360 (make_environ): Update prototype.
361 (free_environ): Likewise.
362 (init_environ): Likewise.
363 (get_in_environ): Likewise.
364 (set_in_environ): Likewise.
365 (unset_in_environ): Likewise.
366 (environ_vector): Likewise.
367 * environ.c (make_environ): Replace "struct environ" with "struct
368 gdb_environ".
369 (free_environ): Likewise.
370 (init_environ): Likewise.
371 (environ_vector): Likewise.
372 (get_in_environ): Likewise.
373 (set_in_environ): Likewise.
374 (unset_in_environ): Likewise.
375 * infcmd.c (inferior_environ): Likewise.
376 * inferior.h (inferior_environ): Likewise.
377
378 2005-03-08 Joel Brobecker <brobecker@adacore.com>
379
380 * infcmd.c (run_command_1): New function, extracted from
381 run_command.
382 (run_command): Replace implementation by call to run_command_1.
383 (start_command): Use run_command_1 to insert the temporary
384 breakpoint and run the program. Remove code that's no longer
385 needed, as already done at the proper time by run_command_1.
386
387 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
388
389 * symfile.c (clear_symtab_users): Call
390 clear_current_source_symtab_and_line first.
391
392 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
393
394 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
395 * c-exp.y (exp): Add unary plus.
396 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
397 * valarith.c (value_x_unop): Add UNOP_PLUS case.
398 (value_pos): New.
399 * value.h (value_pos): Declare.
400
401 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
402 (remote_fetch_registers): Allow uppercase hex when resyncing.
403 (remote_write_bytes): Only call get_memory_write_packet_size once.
404 Robustify packet size calculation for very small packets. Check
405 that at least one byte will be written.
406
407 * tracepoint.c (target_is_remote): Allow extended-remote.
408 (struct collection_list): Allow 256 registers, like the comment
409 said.
410 (add_memrange): Fix comment.
411 (read_actions): Turn EOF into 'end'.
412
413 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
414
415 * Makefile.in: Add dependencies for iq2000-tdep.o.
416 * configure.tgt: Add iq2000-*-* target.
417 * iq2000-tdep.c: New file.
418 * config/iq2000/iq2000.mt: New file.
419
420 2005-03-07 Joel Brobecker <brobecker@adacore.com>
421
422 * doc/observer.texi (executable_changed): New observer.
423 * symtab.c: Include "observer.h".
424 (find_main_name): New function.
425 (main_name): If name_of_main is unset, then compute it
426 using find_main_name.
427 (symtab_observer_executable_changed): New function.
428 (_initialize_symtab): Attach executable_changed observer.
429 * exec.c: Include "observer.h".
430 (exec_file_attach): Emit executable_changed notification.
431 * symfile.c: Include "observer.h".
432 (reread_symbols): Send an executable_changed if appropriate.
433 * Makefile.in (exec.o): Add dependency on observer.h.
434 (symfile.o): Likewise.
435 (symtab.o): Likewise.
436
437 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
438
439 * findvar.c (read_var_value): Don't allocate V when it will not
440 be used. Add missing break for LOC_INDIRECT.
441
442 2005-03-06 Mark Kettenis <kettenis@gnu.org>
443
444 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
445 (sparc64fbsd_init_abi): Set skip_trampoline_code and
446 solib_svr4_fetch_link_map_offsets.
447 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
448
449 2005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
450
451 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
452 printing output. Use fprintf_unfiltered. Only print output when
453 debugging.
454
455 2005-03-05 Mark Kettenis <kettenis@gnu.org>
456
457 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
458 argument.
459 (sparc64_store_arguments): Constify.
460
461 2005-03-05 Mark Kettenis <kettenis@gnu.org>
462
463 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
464 (alphabsd_fetch_inferior_registers): Rename from
465 fetch_inferior_registers. Make static.
466 (alphabsd_store_inferior_registers): Rename from
467 store_inferior_registers. Make static.
468 (_initialize_alphabsd_nat): New function.
469 * Makefile.in (alphabsd-nat.o): Update dependencies.
470 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
471 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
472 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
473 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
474 alphabsd-nat.o.
475 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
476 "config/nm-bsd.h" and "elf/common.h".
477 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
478 "config/nm-nbsd.h".
479
480 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
481 software_single_step.
482
483 2005-03-04 Michael Snyder <msnyder@redhat.com>
484
485 * mn10300-prologue.c: New file. Prologue analysis.
486 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
487 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
488 until after analyze_prologue, and don't call trad_frame_set_base
489 at all (let analyze_prologue do it).
490
491 2005-03-04 Michael Snyder <msnyder@redhat.com>
492
493 * trad-frame.c (trad_frame_set_reg_value): New function.
494 * trad-frame.h (trad_frame_set_reg_value): Export.
495
496 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
497
498 * Makefile.in (remote.o): Update dependencies.
499 * remote.c: Include "observer.h".
500
501 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
502
503 * target.c (target_read_memory_partial): Always initialize
504 ERR.
505 (target_write_memory_partial): Likewise.
506
507 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
508
509 * remote.c (remote_open_1): Call observer_notify_inferior_created.
510
511 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
512
513 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
514 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
515 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
516
517 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
518
519 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
520 Use LWP IDs.
521
522 2005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
523
524 * dwarf2loc.c (loclist_read_variable): Set optimized_out
525 instead of reporting an error.
526 * valprint.c (value_check_printable): New function.
527 (common_val_print): New function. Use value_check_printable.
528 (value_print): Use value_check_printable.
529 * value.h (common_val_print): Add prototype.
530
531 * c-valprint.c (c_val_print): Use common_val_print.
532 * cp-valprint.c (cp_print_value_fields): Likewise.
533 (cp_print_hpacc_virtual_table_entries): Likewise.
534 * f-valprint.c (f_val_print): Likewise.
535 * jv-valprint.c (java_value_print, java_print_value_fields):
536 Likewise.
537 * scm-valprint.c (scm_value_print): Likewise.
538 * stack.c (print_frame_args): Likewise.
539 * varobj.c (c_value_of_variable): Likewise.
540 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
541 (pascal_object_print_value_fields): Likewise. Update call to
542 pascal_object_print_static_field.
543 (pascal_object_print_static_field): Remove TYPE argument. Use
544 common_val_print.
545
546 2005-02-25 Mark Kettenis <kettenis@gnu.org>
547
548 Committed by Elena Zannoni <ezannoni@redhat.com>
549
550 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
551 info_ptr before building psymtabs for included files.
552 (create_all_comp_units): Initailize initial length size of
553 compilation header to zero.
554 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
555 sections are encountered within the same compilation header.
556 (dwarf_decode_line_header): Pass compilation header in call to
557 read_initial_length.
558
559 2005-02-24 Andrew Cagney <cagney@gnu.org>
560
561 Add show_VARIABLE functions, update add_setshow call.
562 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
563 * valprint.c (_initialize_valprint, show_print_max)
564 (show_stop_print_at_null, show_repeat_count_threshold)
565 (show_prettyprint_structs, show_unionprint)
566 (show_prettyprint_arrays, show_addressprint, show_input_radix)
567 (show_output_radix): Ditto.
568 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
569 * utils.c (initialize_utils, show_chars_per_line)
570 (show_lines_per_page, show_demangle, show_pagination_enabled)
571 (show_sevenbit_strings, show_asm_demangle): Ditto
572 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
573 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
574 * top.c (init_main, show_new_async_prompt)
575 (show_async_command_editing_p, show_write_history_p)
576 (show_history_size, show_history_filename, show_caution)
577 (show_annotation_level, init_main): Ditto.
578 * target.c (initialize_targets, show_targetdebug)
579 (show_trust_readonly): Ditto.
580 * symfile.c (_initialize_symfile, show_symbol_reloading)
581 (show_ext_args, show_download_write_size)
582 (show_debug_file_directory): Ditto.
583 * source.c (_initialize_source, show_lines_to_list): Ditto.
584 * solib.c (_initialize_solib, show_auto_solib_add)
585 (show_solib_search_path): Ditto.
586 * p-valprint.c (_initialize_pascal_valprint)
587 (show_pascal_static_field_print): Ditto.
588 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
589 (show_print_symbol_filename): Add and update.
590 * parse.c (_initialize_parse, show_expressiondebug): Dito.
591 * observer.c (_initialize_observer, show_observer_debug): Dito.
592 * maint.c (_initialize_maint_cmds, show_watchdog)
593 (show_maintenance_profile_p): Dito.
594 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
595 * infrun.c (_initialize_infrun, show_debug_infrun)
596 (show_stop_on_solib_events, show_follow_fork_mode_string)
597 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
598 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
599 (show_unwind_on_signal_p): Ditto.
600 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
601 (_initialize_gdbtypes, show_overload_debug): Ditto.
602 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
603 (show_gdb_events_debug): Ditto.
604 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
605 (_initialize_gdbarch): Ditto.
606 * frame.c (_initialize_frame, show_backtrace_past_main)
607 (show_backtrace_past_entry, show_backtrace_limit)
608 (show_frame_debug): Ditto.
609 * exec.c (_initialize_exec, show_write_files): Ditto.
610 * dwarf2read.c (_initialize_dwarf2_read)
611 (show_dwarf2_max_cache_age): Ditto.
612 * demangle.c (_initialize_demangler)
613 (show_demangling_style_names): Ditto.
614 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
615 * cp-valprint.c (show_static_field_print)
616 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
617 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
618 * cli/cli-logging.c (_initialize_cli_logging)
619 (show_logging_overwrite, show_logging_redirect)
620 (show_logging_filename): Ditto.
621 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
622 (init_cli_cmds, show_baud_rate, show_remote_debug)
623 (show_remote_timeout, show_max_user_call_depth): Ditto.
624 * charset.c (show_host_charset_name, show_target_charset_name)
625 (initialize_charset): Ditto.
626 * breakpoint.c (show_can_use_hw_watchpoints)
627 (show_pending_break_support, _initialize_breakpoint): Ditto.
628
629 2005-02-23 Jim Blandy <jimb@redhat.com>
630
631 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
632
633 2005-02-23 Andrew Cagney <cagney@gnu.org>
634
635 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
636 SEC_XXX flags.
637
638 2005-02-22 Andrew Cagney <cagney@gnu.org>
639
640 * configure.ac: Only enaable insight when itcl is present.
641 * configure: Re-generate.
642
643 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
644
645 Committed by Andrew Cagney.
646 * infptrace.c (store_register): Fix typo.
647
648 2005-02-21 Andrew Cagney <cagney@gnu.org>
649
650 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
651 * cli/cli-decode.h (add_set_cmd): Delete declaration.
652 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
653 * i386-nat.c (_initialize_i386_nat): Update call.
654 * valprint.c (_initialize_valprint): Update comment.
655 * gnu-nat.c (_initialize_gnu_nat): Update call.
656
657 2005-02-21 Alan Modra <amodra@bigpond.net.au>
658
659 * elfread.c (elf_symtab_read): Discard section syms.
660
661 2005-02-21 Andrew Cagney <cagney@gnu.org>
662
663 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
664 (deprecated_add_show_from_set): Delete function.
665 * command.h (add_set_enum_cmd): Delete declaration.
666 (deprecated_add_show_from_set): Delete declaration.
667 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
668 (deprecated_add_show_from_set): Delete declaration.
669 * arm-tdep.c (_initialize_arm_tdep): Update comment.
670 * kod.c (kod_set_os): Simplify.
671 * infrun.c (set_schedlock_func): Simplify.
672 * cli/cli-dump.c (add_dump_command): Update comment.
673
674 Replace string variables with a filename completer with
675 add_setshow_optional_filename_cmd.
676 * solib.c, symfile.c: Update.
677 * cli/cli-setshow.c: Do not tidle expand the file.
678
679 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
680 and add_setshow_string_noescape_cmd.
681 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
682 NULL command's value.
683 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
684 * remote-sds.c, remote.c, symfile.c, top.c: Update.
685
686 2005-02-20 Andrew Cagney <cagney@gnu.org>
687
688 Use add_setshow_enum_cmd through out.
689 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
690 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
691
692 * mi/mi-main.c (captured_mi_execute_command): Use
693 mi_cmd_interpreter_exec.
694
695 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
696 function.
697 * cli/cli-setshow.c (deprecated_show_value_hack)
698 (do_setshow_command): Handle var_optional_filename.
699 * command.h (enum var_types): Add var_optional_filename.
700 (add_setshow_optional_filename_cmd): Declare.
701 * infcmd.c (notice_args_read): Use.
702
703 * symfile-mem.c (symbol_file_add_from_memory): Pass
704 target_read_memory to bfd_elf_bfd_from_remote_memory.
705 (do_target_read_memory): Delete.
706
707 2005-02-16 Mark Kettenis <kettenis@gnu.org>
708
709 * value.h (value_contents_equal): New prototype.
710 * value.c (value_contents_equal): New function.
711 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
712 include <math.h>.
713 (varobj_set_value): Initialize error to zero.
714 (varobj_update): Rename error2 to error and initialize it to zero.
715 Slightly change the wording of some comments.
716 (my_value_equal): Reimplement using TRY_CATCH and
717 value_contents_equal.
718
719 2005-02-18 Andrew Cagney <cagney@gnu.org>
720
721 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
722 * command.h (add_setshow_integer_cmd): Declare.
723 * cli/cli-cmds.c: Update.
724
725 Use add_setshow_uinteger_cmd through out.
726 * printcmd.c, source.c, utils.c, valprint.c: Update.
727
728 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
729 and gdbarch.c.
730 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
731 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
732 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
733 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
734 * varobj.c, cli/cli-cmds.c: Update.
735 * gdbarch.c, gdb-events.c: Regenerate.
736
737 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
738 code adding set/show boolean commands.
739 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
740 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
741 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
742 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
743 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
744 * cli/cli-cmds.c: Update.
745
746 2005-02-17 Andrew Cagney <cagney@gnu.org>
747
748 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
749 to filename_completer.
750 * solib.c (_initialize_solib, reload_shared_libraries): Use
751 add_setshow_filename_cmd.
752 * serial.c (_initialize_serial): Ditto.
753 * remote-utils.c (_initialize_sr_support): Ditto.
754
755 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
756 * command.h (add_setshow_string_noescape_cmd): Declare.
757 * wince.c (_initialize_wince): Use.
758 * symfile.c (_initialize_symfile): Use.
759 (set_ext_lang_command): Update declaration.
760 * corefile.c (_initialize_core): Use.
761
762 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
763 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
764 (add_setshow_filename_cmd, add_setshow_string_cmd)
765 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
766 fprint_setshow parameter.
767 * command.h (fprint_setshow_ftype): Delete.
768 (add_setshow_cmd_full, add_setshow_enum_cmd)
769 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
770 (add_setshow_filename_cmd, add_setshow_string_cmd)
771 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
772 fprint_setshow parameter.
773 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
774 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
775 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
776 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
777 * remote.c, target.c, cli/cli-logging.c: Update.
778
779 2005-02-16 Andrew Cagney <cagney@gnu.org>
780
781 Merge setshow print and show parameters.
782 * command.h (show_value_ftype): Define.
783 (deprecated_show_value_hack): Declare.
784 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
785 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
786 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
787 (add_setshow_zinteger_cmd): Change type of show_func to
788 show_value_ftype.
789 * cli/cli-decode.h (struct cmd_list_element): Replace
790 fprint_setshow with show_value_func.
791 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
792 parameter. Set show_value_func. Do not set cmd_sfunc.
793 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
794 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
795 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
796 (add_setshow_zinteger_cmd): Update.
797 * complaints.c (complaints_show_value): Replace
798 fprint_setshow_complaints.
799 (_initialize_complaints): Update.
800 * mips-tdep.c (show_mask_address): Update.
801 * arm-tdep.c (show_fp_model): Update.
802 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
803 instead of fprint_setshow. Use deprecated_show_value_hack.
804 (deprecated_show_value_hack): New function.
805 * remote.c (add_packet_config_cmd, show_remote_cmd):
806 (show_remote_protocol_P_packet_cmd)
807 (show_remote_protocol_P_packet_cmd)
808 (show_remote_protocol_Z_access_wp_packet_cmd)
809 (show_remote_protocol_Z_hardware_bp_packet_cmd)
810 (show_remote_protocol_Z_packet_cmd)
811 (show_remote_protocol_Z_read_wp_packet_cmd)
812 (show_remote_protocol_Z_software_bp_packet_cmd)
813 (show_remote_protocol_Z_write_wp_packet_cmd)
814 (show_remote_protocol_binary_download_cmd)
815 (show_remote_protocol_p_packet_cmd)
816 (show_remote_protocol_qPart_auxv_packet_cmd)
817 (show_remote_protocol_qSymbol_packet_cmd)
818 (show_remote_protocol_vcont_packet_cmd): Update.
819
820 2005-02-16 Mark Kettenis <kettenis@gnu.org>
821
822 * wrapper.h: Update copyright year. Properly wrap a few
823 prototypes.
824 (struct gdb_wrapper_arguments): Remove forward declaration.
825 * wrapper.c: Update copyright year. Include "ui-out.h".
826 (struct gdb_wrapper_arguments): Remove.
827 (struct captured_value_struct_elt_args): Remove.
828 (wrapper_parse_exp_1, wrap_evaluate_expression)
829 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
830 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
831 (do_captured_value_struct_elf): Remove functions.
832 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
833 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
834 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
835 Re-implement using TRY_CATCH.
836
837 2005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
838
839 * remote-e7000.c: unuse TM_FILE defined macro.
840 (e7000_fetch_registers)
841 (e7000_store_registers)
842 (e7000_wait): delete NUM_REALREGS.
843 * remote-hms.c: move TM_FILE macro.
844 (CCR_REGNO): move define from tm-h8300.h.
845
846 2005-02-15 Mark Kettenis <kettenis@gnu.org>
847
848 * amd64-linux-tdep.c: Update copyright year.
849 (amd64_linux_sigtramp_start): Use sizeof operator instead of
850 LINUX_SIGTRAMP_LEN.
851
852 2004-02-15 Joel Brobecker <brobecker@gnat.com>
853
854 From Paul Hilfinger <hilfinger@gnat.com>
855 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
856 SYMBOL_NATURAL_NAME to set type names.
857
858 2005-02-15 Andrew Cagney <cagney@gnu.org>
859
860 Mark up add_com, add_info and add_prefix_cmd.
861 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
862 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
863 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
864 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
865 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
866 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
867 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
868 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
869 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
870 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
871 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
872 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
873 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
874 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
875 * tui/tui-stack.c, tui/tui-win.c: Update.
876
877 2005-02-14 Andrew Cagney <cagney@gnu.org>
878
879 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
880 * config/h8300/tm-h8300.h: Delete file.
881
882 Mark up add_cmd.
883 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
884 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
885 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
886 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
887 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
888 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
889 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
890 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
891 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
892 * cli/cli-logging.c, tui/tui-regs.c: Update.
893
894 Mark up add_setshow functions, replace "PRINT:" comment prefix
895 with "FIXME: i18n:".
896 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
897 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
898 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
899 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
900 * target.c, cli/cli-logging.c: Update.
901
902 * utils.c (paddress): New function.
903 * defs.h (paddress): Declare.
904 * printcmd.c (deprecated_print_address_numeric): Rename
905 print_address_numeric, call paddress.
906 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
907 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
908 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
909 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
910 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
911 * ada-valprint.c: Update.
912
913 2005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
914
915 * MAINTAINERS: Add myself to "Write After Approval".
916
917 2005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
918
919 Restore h8300 support.
920 * configure.tgt: Add h8300-*-*
921 * h8300-tdep.c: New file. Rewrite new frame code.
922 * config/h8300/h8300.mt: New file. Restored Rev 1.3
923 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
924
925 * MAINTAINERS: Add myself to "Write After Approval".
926
927 2005-02-11 Andrew Cagney <cagney@gnu.org>
928
929 Mark up some of printf_filtered and printf_unfiltered.
930 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
931 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
932 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
933 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
934 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
935 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
936 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
937 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
938 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
939 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
940 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
941 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
942 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
943 * tui/tui-regs.c, tui/tui-win.c: Update.
944
945 Mark up error_no_arg, query, perror_with_name, complaint, and
946 internal_error.
947 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
948 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
949 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
950 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
951 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
952 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
953 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
954 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
955 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
956 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
957 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
958 * interps.c, language.c, linespec.c, linux-nat.c: Update.
959 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
960 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
961 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
962 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
963 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
964 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
965 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
966 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
967 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
968 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
969 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
970 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
971 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
972 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
973 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
974 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
975 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
976 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
977 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
978 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
979 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
980 * tui/tui-file.c, tui/tui-interp.c: Update.
981
982 2005-02-10 Andrew Cagney <cagney@gnu.org>
983
984 Mark up all error and warning messages.
985 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
986 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
987 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
988 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
989 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
990 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
991 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
992 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
993 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
994 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
995 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
996 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
997 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
998 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
999 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
1000 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
1001 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
1002 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1003 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
1004 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
1005 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
1006 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
1007 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
1008 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
1009 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
1010 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
1011 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
1012 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
1013 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
1014 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
1015 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
1016 * remote-utils.c, remote-utils.h, remote.c: Update.
1017 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
1018 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
1019 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
1020 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
1021 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
1022 * somread.c, somsolib.c, source.c, stabsread.c: Update.
1023 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
1024 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
1025 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
1026 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
1027 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
1028 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
1029 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
1030 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
1031 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
1032 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
1033 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
1034 * tui/tui-win.c: Update.
1035
1036 2005-02-10 Ian Lance Taylor <ian@airs.com>
1037
1038 * MAINTAINERS: Update my e-mail address.
1039
1040 2005-02-10 Daniel Jacobowitz <dan@debian.org>
1041
1042 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1043 PR exp/1821
1044 * cp-valprint.c: Include "language.h".
1045 (cp_print_value_fields): Pass the current language to
1046 fprintf_symbol_filtered.
1047 * Makefile.in (cp-valprint.o): Update dependencies.
1048
1049 2005-02-10 Andrew Cagney <cagney@gnu.org>
1050
1051 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
1052 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1053 (add_setshow_filename_cmd, add_setshow_string_cmd)
1054 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
1055 print string parameter with fprint_setshow function.
1056 * command.h (fprint_setshow_ftype): Define. Update declarations.
1057 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
1058 available, use that.
1059 * cli/cli-decode.h (struct cmd_list_element): Add field
1060 fprint_setshow.
1061 * complaints.c (fprint_setshow_complaints): New function.
1062 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
1063 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
1064 with NULL.
1065 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1066 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1067 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1068 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1069 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1070 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1071 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
1072 * frame.c (_initialize_frame): Ditto.
1073 * target.c (initialize_targets): Ditto.
1074 * maint.c (_initialize_maint_cmds): Ditto.
1075 * observer.c (_initialize_observer): Ditto.
1076 * infcall.c (_initialize_infcall): Ditto.
1077 * breakpoint.c (_initialize_breakpoint): Ditto.
1078 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1079 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1080
1081 * cli/cli-setshow.c (do_setshow_command): Move code printing the
1082 value to the end of the function. Handle MI and non-MI output
1083 differently.
1084
1085 2005-02-09 Andrew Cagney <cagney@gnu.org>
1086
1087 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
1088 show_result parameters.
1089 * mips-tdep.c (_initialize_mips_tdep): Update calls.
1090 * command.h: Update declaration.
1091 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
1092 calls.
1093
1094 * NEWS: Mention removed commands.
1095 * m68hc11-tdep.c (show_regs): Delete, unused.
1096 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
1097 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
1098 eventdebug" commands.
1099 * gdb-events.c: Regenerate.
1100 * gdbarch.sh: Delete deprecated "set archdebug" and "show
1101 archdebug" commands.
1102 * gdbarch.c: Regenerate.
1103 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
1104 remotedebug" and "show remotedebug".
1105 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
1106 disassembly-flavor", "show arm disassembly-flavor", and
1107 "othernames" commands.
1108 (arm_othernames): Delete unused function.
1109
1110 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
1111 (convert_code_addr_to_desc_addr): Convert any function code
1112 address to the corresponding function's descriptor.
1113 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
1114 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
1115 writing, convert any function code address to the corresponding
1116 descriptor.
1117
1118 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
1119 * config/powerpc/linux.mt (TDEPFILES): Ditto.
1120 * config/pa/linux.mt (TDEPFILES): Ditto.
1121 * config/mips/linux.mt (TDEPFILES): Ditto.
1122 * config/m68k/linux.mt (TDEPFILES): Ditto.
1123 * config/m32r/linux.mt (TDEPFILES): Ditto.
1124 * config/ia64/linux.mt (TDEPFILES): Ditto.
1125 * config/arm/linux.mt (TDEPFILES): Ditto.
1126
1127 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
1128
1129 * symmisc.c: Include gdb_stat.h.
1130 (maintenance_print_msymbols): Use inode numbers to compare files.
1131
1132 2005-02-08 Andrew Cagney <cagney@gnu.org>
1133
1134 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1135 (METHOD_PTR_TO_VOFFSET): Move from here ...
1136 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1137 (METHOD_PTR_TO_VOFFSET): ... to here.
1138 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
1139 * Makefile.in: Update dependencies.
1140
1141 * exceptions.c: Do not include <setjmp.h>.
1142 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
1143 (catch_exception, catch_exceptions_with_msg, catch_errors)
1144 (catch_command_errors): Use TRY_CATCH.
1145 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
1146 (exceptions_state_mc_init): Rename catcher_init.
1147 (exceptions_state_mc): Rename catcher_state_machine.
1148 (exceptions_state_mc_action_iter)
1149 (exceptions_state_mc_action_iter_1): New functions.
1150 * exceptions.h: Include <setjmp.h>.
1151 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
1152 (EXCEPTIONS_SIGLONGJMP): Define.
1153 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
1154 (exceptions_state_mc_action_iter_1): Declare.
1155 (TRY_CATCH): Define.
1156
1157 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
1158 no longer needed.
1159
1160 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
1161 PT_FPSCR breakage.
1162
1163 * value.c (struct value): Move to here ...
1164 * value.h (struct value): ... from here. Copy comments to
1165 corresponding function declarations, re-order.
1166
1167 2005-02-07 Andrew Cagney <cagney@gnu.org>
1168
1169 * value.c (set_value_bitpos, set_value_bitsize): Define.
1170 * value.h (set_value_bitpos, set_value_bitsize): Declare.
1171 * ada-lang.c, valarith.c: Update.
1172
1173 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
1174 value_contents_writeable, include note that there are problems.
1175 * breakpoint.c, infcall.c: Use VALUE_LVAL.
1176
1177 * value.h (set_value_offset): Declare.
1178 * value.c (set_value_offset): Declare.
1179 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
1180 * findvar.c: Update.
1181
1182 * value.h (value_next): Declare.
1183 * value.c (value_next): Define.
1184 * breakpoint.c: Update.
1185
1186 * value.h (deprecated_set_value_modifiable)
1187 (deprecated_value_modifiable): Declare.
1188 * value.c (deprecated_set_value_modifiable): Define.
1189 (deprecated_value_modifiable): Define.
1190 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
1191
1192 * value.h (deprecated_set_value_type): Declare.
1193 * value.c (deprecated_set_value_type): Define.
1194 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
1195 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
1196 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
1197 * ax-gdb.c, tracepoint.c: Update.
1198
1199 * value.h (deprecated_value_lval_hack)
1200 (deprecated_value_address_hack)
1201 (deprecated_value_internalvar_hack)
1202 (deprecated_value_regnum_hack): Declare.
1203 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
1204 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
1205 * value.c (deprecated_value_lval_hack)
1206 (deprecated_value_address_hack)
1207 (deprecated_value_internalvar_hack)
1208 (deprecated_value_regnum_hack): Define.
1209
1210 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
1211 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
1212 * value.c (set_value_pointed_to_offset): Define
1213 (value_pointed_to_offset): Define.
1214 * valops.c: Update.
1215
1216 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
1217 (value_embedded_offset, set_value_embedded_offset): Declare.
1218 * value.c (value_embedded_offset): Define.
1219 (set_value_embedded_offset): Define.
1220 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
1221 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
1222 * cp-abi.h: Update.
1223
1224 * value.h (VALUE_LAZY): Delete
1225 (set_value_lazy): Declare.
1226 * value.c (set_value_lazy): Define.
1227 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
1228 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
1229
1230 2005-02-06 Andrew Cagney <cagney@gnu.org>
1231
1232 * value.h (VALUE_OPTIMIZED_OUT): Delete.
1233 (value_optimized_out, set_value_optimized_out): Declare.
1234 * value.c (set_value_optimized_out, value_optimized_out): Define.
1235 * valprint.c, findvar.c, dwarf2loc.c: Update.
1236
1237 * value.c (value_contents, value_contents_writeable): New
1238 functions.
1239 * value.h (VALUE_CONTENTS): Delete macro.
1240 (value_contents, value_contents_writeable): Declare.
1241 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
1242 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
1243 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
1244 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
1245 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
1246 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
1247 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
1248 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
1249 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
1250 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
1251 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
1252 * ada-valprint.c, ada-lang.c: Update.
1253
1254 2005-02-03 Andrew Cagney <cagney@gnu.org>
1255
1256 * utils.c (xzalloc): New function.
1257 * defs.h (XZALLOC): Use xzalloc.
1258 (xzalloc): Declare.
1259 * value.c (allocate_value): Allocate a zeroed buffer.
1260 * mdebugread.c (xzalloc): Delete.
1261
1262 2005-02-02 Andrew Cagney <cagney@gnu.org>
1263
1264 * value.h (value_lazy): Declare.
1265 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
1266 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
1267
1268 * value.h (VALUE_CONTENTS_ALL): Delete.
1269 (value_contents_all): Declare.
1270 * value.c (value_contents_all): New function.
1271 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
1272 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
1273
1274 * value.c (value_enclosing_type): New function.
1275 * value.h (VALUE_ENCLOSING_TYPE): Delete.
1276 (value_enclosing_type): Declare.
1277 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
1278 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
1279
1280 * value.c (value_contents_all_raw)
1281 (value_contents_raw): New functions.
1282 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
1283 (value_contents_raw, value_contents_all_raw): Declare functions.
1284 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
1285 * std-regs.c, valarith.c, valops.c, eval.c: Update.
1286 * tracepoint.c, findvar.c: Update.
1287
1288 2005-02-01 Orjan Friberg <orjanf@axis.com>
1289
1290 * regformats/reg-cris.dat: New file with register definitions for CRIS.
1291 * regformats/reg-crisv32.dat: Ditto for CRISv32.
1292
1293 2005-01-31 Andrew Cagney <cagney@gnu.org>
1294
1295 * configure: Regenerate to track ../gettext.m4.
1296
1297 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
1298
1299 * MAINTAINERS: Add myself to "Write After Approval".
1300
1301 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
1302 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
1303 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
1304
1305 2005-01-29 Mark Kettenis <kettenis@gnu.org>
1306
1307 * configure.ac: Remove extra check for ranlib.
1308 * configure: Regenerated.
1309
1310 2005-01-28 Andrew Cagney <cagney@gnu.org>
1311
1312 * language.h (struct language_defn): Make la_val_print's buffer
1313 parameter a const bfd_byte.
1314 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
1315 * ada-lang.c (ada_aligned_value_addr)
1316 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1317 * valprint.c (val_print_array_elements): Update.
1318 * valprint.h (val_print_array_elements): Update.
1319 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
1320 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1321 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
1322 (ada_val_print_1, ada_print_floating, printable_val_type)
1323 (print_record, val_print_packed_array_elements)
1324 (print_field_values, print_variant_part): Update.
1325 * c-lang.h (c_val_print, cp_print_value_fields): Update.
1326 * c-valprint.c (c_val_print): Update.
1327 * f-lang.h (f_val_print): Update.
1328 * f-valprint.c (f_val_print, f77_print_array_1)
1329 (f77_print_array): Update.
1330 * jv-lang.h (java_val_print): Update.
1331 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
1332 * language.c (unk_lang_val_print): Update.
1333 * m2-lang.h (m2_val_print): Update.
1334 * m2-valprint.c (m2_val_print): Update.
1335 * p-lang.h (pascal_val_print): Update.
1336 (pascal_object_print_value_fields): Update.
1337 * p-valprint.c (pascal_val_print)
1338 (pascal_object_print_value_fields, pascal_object_print_value)
1339 (pascal_object_print_value): Update.
1340 * scm-lang.h (scm_val_print): Update.
1341 * scm-valprint.c (scm_val_print): Update.
1342 * value.h (val_print): Update.
1343
1344 * p-lang.h (pascal_object_print_class_member)
1345 (pascal_object_print_class_method): Make buffer a const bfd_byte.
1346 * p-valprint.c (pascal_object_print_class_method)
1347 (pascal_object_print_class_method): Ditto.
1348
1349 * language.h (struct language_defn): Make la_printstr's buffer
1350 parameter a const bfd_byte.
1351 * p-lang.h (pascal_printstr): Update function to match.
1352 * ada-valprint.c (ada_printstr): Update function to match.
1353 * scm-lang.c (scm_printstr): Update function to match.
1354 * p-lang.c (pascal_printstr): Update function to match.
1355 * ada-lang.h (ada_printstr): Update function to match.
1356 * m2-lang.c (m2_printstr): Update function to match.
1357 * objc-lang.c (objc_printstr): Update function to match.
1358 * c-lang.h (c_printstr): Update function to match.
1359 * f-lang.c (f_printstr): Update function to match.
1360 * c-lang.c (c_printstr): Update function to match.
1361 * language.c (unk_lang_printstr): Update function to match.
1362
1363 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
1364 * valprint.h (val_print_type_code_int): Ditto.
1365
1366 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
1367
1368 * cp-valprint.c (cp_print_class_method)
1369 (cp_print_class_member): Make buffer a const bfd_byte.
1370 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
1371
1372 * ada-lang.c (value_from_contents_and_address)
1373 (to_record_with_fixed_variant_part)
1374 (value_tag_from_contents_and_address, ada_to_fixed_type)
1375 (to_fixed_variant_branch_type, to_fixed_record_type)
1376 (ada_template_to_fixed_record_type, cond_offset_host)
1377 (ada_template_to_fixed_record_type_1): Make buffer a const
1378 bfd_byte.
1379 * ada-lang.h (ada_template_to_fixed_record_type_1)
1380 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
1381
1382 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
1383
1384 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
1385 * printcmd.c (print_scalar_formatted): Update.
1386
1387 * value.h (value_bit_index, print_floating)
1388 (find_rt_vbase_offset): Make buffer a const bfd_byte.
1389 * valprint.c (print_floating): Update.
1390 * valarith.c (value_bit_index): Update.
1391 * valops.c (find_rt_vbase_offset): Update.
1392
1393 * valprint.h (print_octal_chars, print_char_chars)
1394 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
1395 buffer a const bfd_byte.
1396 * valprint.c (print_binary_chars, print_octal_chars)
1397 (print_decimal_chars, print_hex_chars, print_char_chars): Make
1398 "valaddr"buffer a const bfd_byte, ditto for local variables
1399 referencing that buffer.
1400
1401 * m2-valprint.c: Include "c-lang.h".
1402 (c_val_print): Delete extern declaration.
1403 * scm-valprint.c: Include "c-lang.h".
1404 (c_val_print): Delete extern declaration.
1405 Makefile.in: Update dependencies.
1406
1407 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
1408 bfd_byte.
1409 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
1410 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
1411 bfd_byte.
1412 * cp-abi.c (baseclass_offset): Update.
1413 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
1414
1415 * gnu-v2-abi.h: New file.
1416 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
1417 (gnuv2_baseclass_offset): Delete declaration.
1418 * hpacc-abi.c: Include "gnu-v2-abi.h".
1419 (gnuv2_baseclass_offset): Delete extern declaration.
1420 * Makefile.in: Update dependencies.
1421
1422 * doublest.c (floatformat_is_negative, floatformat_is_nan)
1423 (floatformat_mantissa, get_field): Make the buffer a const
1424 bfd_byte, simplify.
1425
1426 2005-01-27 Andrew Cagney <cagney@gnu.org>
1427
1428 * value.h (struct value): Change type of contents to bfd_byte.
1429 (VALUE_CONTENTS_RAW): Simplify.
1430
1431 * gdbarch.sh (integer_to_address): Change buf parameter to a const
1432 bfd_byte, make pure-multi-arch.
1433 * gdbarch.h, gdbarch.c: Regenerate.
1434 * mips-tdep.c (mips_integer_to_address): Update.
1435 * value.c (value_as_address): Update.
1436
1437 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
1438 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
1439 parameters const, change buf to a const bfd_byte.
1440 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
1441 parameters const.
1442
1443 * corefile.c (write_memory): Update, make a copy of the read-only
1444 buffer.
1445 * target.c (target_read_memory): Update.
1446 (target_write_memory): Update, make a copy of the read-only
1447 buffer.
1448 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
1449 const.
1450 * target.h (target_read_memory, target_write_memory): Change
1451 buffer type to bfd_byte; for write_memory, make it const.
1452 * symfile-mem.c (do_target_read_memory): New function.
1453 (symbol_file_add_from_memory): Pass do_target_read_memory to
1454 bfd_elf_bfd_from_remote_memory.
1455
1456 * value.h: Indent using gdb_indent.sh.
1457
1458 * configure: Regenerate to track ../gettext.m4 change.
1459
1460 2005-01-26 Andrew Cagney <cagney@gnu.org>
1461
1462 * rs6000-tdep.c: Include "reggroups.h".
1463 (rs6000_gdbarch_init): Set register_reggroup_p.
1464 (rs6000_register_reggroup_p): New function.
1465
1466 2005-01-26 Orjan Friberg <orjanf@axis.com>
1467
1468 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
1469 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
1470 CRISv32.
1471 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
1472 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
1473 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
1474 (crisv32_register_type, cris_special_register_name)
1475 (crisv32_register_name): New functions.
1476 (cris_spec_reg_applicable): Recognize more versions.
1477 (cris_register_name): Update with call to cris_special_register_name.
1478 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
1479 warning when unable to find step target.
1480 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
1481 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
1482 CRISv32.
1483 (fetch_core_registers): Update for CRISv32.
1484 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
1485 register_name, cannot_store_register, cannot_fetch_register,
1486 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
1487
1488 2005-01-26 Nick Roberts <nickrob@snap.net.nz>
1489
1490 * interps.c (interpreter_exec_cmd): Use condition,
1491 e.reason < 0, to raise an error.
1492
1493 2005-01-25 Andrew Cagney <cagney@gnu.org>
1494
1495 * ppc-linux-tdep.c: Include "tramp-frame.h"
1496 (struct ppc_linux_sigtramp_cache)
1497 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1498 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1499 (ppc_linux_sigtramp_cache): Delete.
1500 (ppc32_linux_sigaction_cache_init)
1501 (ppc64_linux_sigaction_cache_init)
1502 (ppc32_linux_sighandler_cache_init)
1503 (ppc64_linux_sighandler_cache_init)
1504 (ppc32_linux_sigaction_tramp_frame)
1505 (ppc64_linux_sigaction_tramp_frame)
1506 (ppc32_linux_sighandler_tramp_frame)
1507 (ppc64_linux_sighandler_tramp_frame)
1508 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
1509 64-bit, sigaction and siginfo tramp-frame unwinders.
1510
1511 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
1512 long_double_bit to 8.
1513
1514 2005-01-24 Andrew Cagney <cagney@gnu.org>
1515
1516 * infrun.c (handle_inferior_event): Handle back-to-back and nested
1517 signals where the step_resume_breakpoint may have already been
1518 inserted.
1519
1520 2005-01-24 Andrew Cagney <cagney@gnu.org>
1521
1522 * configure: Regenerate, ../gettext.m4 was updated.
1523
1524 2005-01-23 Mark Kettenis <kettenis@gnu.org>
1525
1526 * NEWS: Mention new BSD user-level threads support.
1527
1528 * i386obsd-tdep.c: Update copyright year. Include
1529 "bsd-uthread.h".
1530 (i386obsd_uthread_reg_offset): New variable.
1531 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
1532 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
1533 functions.
1534 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
1535 * Makefile.in (i386obsd-tdep.o): Update dependencies.
1536 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
1537
1538 2005-01-23 Christopher Faylor <cgf@timesys.com>
1539
1540 * win32-nat.c: Update copyright year.
1541 (child_init_thread_list): Set thread linked list point to NULL so that
1542 it won't be reused after clearing.
1543
1544 2005-01-21 Mark Kettenis <kettenis@gnu.org>
1545
1546 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
1547 undefs.
1548 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
1549 thread' has a td_pcb member and whether `struct reg' has r_fs and
1550 r_gs members.
1551 * configure, config.in: Regenerate.
1552
1553 2005-01-21 Mark Kettenis <kettenis@gnu.org>
1554
1555 * configure.ac: Remove ia64-*-aix* junk.
1556 * configure: Regenerate.
1557
1558 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
1559 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
1560 is necessary.
1561 * configure, config.in: Regenerate.
1562 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
1563 BFD_NEED_DECLARATION. Never provide a prototype for
1564 caninicalize_file_name.
1565 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
1566 BFD_NEED_DECLARATION.
1567
1568 * configure.ac (targ_archs): Use standard autoconf check for
1569 "struct stat.st_blocks" instead of rolling our own.
1570 * configure: Regenerated.
1571 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
1572 * config.in: Regenerated.
1573
1574 2005-01-21 Mark Kettenis <kettenis@gnu.org>
1575
1576 * configure.ac: Modernize checks for `long long' and `long double'
1577 support.
1578 * configure: Regenerated.
1579 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
1580 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
1581 * config.in: Regenerated.
1582
1583 2005-01-20 Mark Kettenis <kettenis@gnu.org>
1584
1585 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
1586 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
1587 * configure.ac: Remove checks for HP-UX save_state structure.
1588 * configure: Regenerated.
1589
1590 2005-01-19 Andrew Cagney <cagney@gnu.org>
1591
1592 * utils.c (quit): Simplify, call fatal.
1593 * exceptions.c: Include "serial.h"
1594 (print_flush): Mimic flush code found in utils.c:quit.
1595 * Makefile.in: Update dependencies.
1596
1597 2005-01-19 Jim Blandy <jimb@redhat.com>
1598
1599 * configure.tgt: Set build_rdi_share to "yes" on those targets
1600 that use that debugging protocol.
1601 Set build_nlm to yes to build NLM stub for Netware targets.
1602 * configure.ac: If build_rdi_share is "yes", then configure the
1603 rdi-share subdirectory.
1604 If build_nlm is "yes", the configure the "nlm" subdirectory.
1605 * configure: Regenerated.
1606
1607 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
1608 autoconf 2.59 and automake 1.9.3.
1609
1610 2005-01-19 Andrew Cagney <cagney@gnu.org>
1611
1612 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
1613 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
1614 * utils.c (internal_verror, quit): Update.
1615 * remote-sds.c (interrupt_query): Update.
1616 * remote-mips.c (mips_error, mips_kill): Update.
1617 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
1618 * remote.c (interrupt_query): Update.
1619 * ocd.c (interrupt_query): Update.
1620 * nto-procfs.c (interrupt_query): Update.
1621 * monitor.c (monitor_interrupt_query): Update.
1622 * breakpoint.c (break_command_1): Update.
1623
1624 * infrun.c: (resume, proceed, wait_for_inferior)
1625 (handle_inferior_event, stop_stepping)
1626 (prepare_to_wait): Write debug output to gdb_stdlog.
1627
1628 2005-01-19 Mark Kettenis <kettenis@gnu.org>
1629
1630 * inf-ptrace.c (inf_ptrace_prepare_to_store)
1631 (inf_ptrace_post_startup_inferior)
1632 (inf_ptrace_acknowledge_created_inferior)
1633 (inf_ptrace_insert_fork_catchpoint)
1634 (inf_ptrace_remove_fork_catchpoint)
1635 (inf_ptrace_insert_vfork_catchpoint):
1636 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
1637 (inf_ptrace_insert_exec_catchpoint)
1638 (inf_ptrace_remove_exec_catchpoint): Remove functions.
1639 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
1640 (inf_ptrace_target): Don't set to_prepare_to_store,
1641 to_post_startup_inferior, to_acknowledge_created_inferior,
1642 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
1643 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1644 to_follow_fork, to_insert_exec_catchpoint,
1645 to_remove_exec_catchpoint.
1646
1647 2005-01-18 Andrew Cagney <cagney@gnu.org>
1648
1649 * target.h (struct target_ops): Change return type of
1650 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
1651 to_insert_exec_catchpoint to void.
1652 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
1653 (child_insert_exec_catchpoint): Change return type to void.
1654 * target.c (update_current_target): Update.
1655 (debug_to_insert_fork_catchpoint)
1656 (debug_to_insert_vfork_catchpoint)
1657 (debug_to_insert_exec_catchpoint): Update.
1658 * inf-child.c (inf_child_insert_fork_catchpoint)
1659 (inf_child_insert_vfork_catchpoint)
1660 (inf_child_insert_exec_catchpoint): Update.
1661 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
1662 * linux-nat.c (child_insert_fork_catchpoint)
1663 (child_insert_vfork_catchpoint)
1664 (child_insert_exec_catchpoint): Update.
1665 * inftarg.c (child_insert_fork_catchpoint)
1666 (child_insert_vfork_catchpoint,)
1667 (child_insert_exec_catchpoint): Update.
1668
1669 * remote.c (remote_open_1): Use throw_exception.
1670
1671 2005-01-17 Michael Snyder <msnyder@redhat.com>
1672
1673 * mips-linux-tdep.c: Whitespace tweaks.
1674
1675 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
1676
1677 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
1678
1679 2005-01-17 Andrew Cagney <cagney@gnu.org>
1680
1681 * top.h (source_error, source_pre_error): Delete declaration.
1682 * cli/cli-script.c (source_error_allocated, source_error): Delete.
1683 (script_from_file, source_cleanup_lines): Do not manipulate
1684 source_error_allocated, error_pre_print and source_error.
1685 (struct source_cleanup_lines_args): Delete fields old_pre_error,
1686 and old_error_pre_print.
1687 * top.c (source_error_allocated, source_error)
1688 (source_pre_error): Delete.
1689 (command_line_input): Do not set error_pre_print.
1690 * event-top.c (command_line_handler): Do not set error_pre_print.
1691
1692 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
1693
1694 * MAINTAINERS: Update my email address.
1695
1696 2005-01-16 Mark Kettenis <kettenis@gnu.org>
1697
1698 * configure.ac: Provide prerequisite headers when checking
1699 <term.h>.
1700 * configure: Regenerate.
1701
1702 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
1703 and "bsd-uthread.h".
1704 (amd64fbsd_jmp_buf_reg_offset): New variable.
1705 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
1706 functions.
1707 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
1708 * i386fbsd-tdep.c: Fix typo.
1709 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
1710 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
1711
1712 2005-01-16 Andrew Cagney <cagney@gnu.org>
1713
1714 * cli/cli-script.c: Include "exceptions.h".
1715 (struct wrapped_read_command_file_args): Define.
1716 (wrapped_read_command_file): New function.
1717 (script_from_file): Replace direct call to read_command_file by
1718 one wrapped by an exception handler.
1719 * exceptions.c (throw_it): Free the old message after creating the
1720 new.
1721 * Makefile.in: Update dependencies.
1722
1723 2005-01-16 Mark Kettenis <kettenis@gnu.org>
1724
1725 * sparc64fbsd-tdep.c: Update copyright year.
1726 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
1727 functions.
1728 (sparc64fbsd_init_abi): Create register sets with collect
1729 functions.
1730
1731 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
1732 (_initialize_sparc64fbsd_nat): Add some extra features to the
1733 generic SPARC target.
1734 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
1735 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
1736 (NAT_FILE): Set to solib.h.
1737 * config/sparc/nm-fbsd.h: Remove file.
1738
1739 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
1740
1741 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
1742
1743 2005-01-16 Andrew Cagney <cagney@gnu.org>
1744
1745 * exceptions.c (struct catcher): Delete saved_error_pre_print and
1746 saved_quit_pre_print.
1747 (catcher_init): Delete parameter errstring, do not override the
1748 pre_print strings.
1749 (catcher_pop): Do not restore the pre_print strings.
1750 (catch_exception, catch_exceptions_with_msg, catch_errors)
1751 (catch_command_errors): Update catch_init calls.
1752
1753 2005-01-16 Mark Kettenis <kettenis@gnu.org>
1754
1755 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
1756 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
1757
1758 2005-01-15 Andrew Cagney <cagney@gnu.org>
1759
1760 * acinclude.m4: Include ../bfd/bfd.m4 instead of
1761 ../bfd/acinclude.m4. Include ../gettext.m4.
1762 * aclocal.m4, configure: Re-generate.
1763
1764 * exceptions.c (do_captured_command)
1765 (struct captured_command_args): Delete.
1766 (catch_command_errors): Simplify by inlining call to catch_errors.
1767
1768 * exceptions.c (struct catcher): Delete field print_message.
1769 (catcher_init): Delete print_message parameter.
1770 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
1771 (throw_it): Delete prefix parameter.
1772 (throw_verror, throw_vfatal, throw_error): Update.
1773
1774 2005-01-14 Andrew Cagney <cagney@gnu.org>
1775
1776 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
1777 (throw_reason): Leave the exception's message field blank.
1778 (throw_it): New function, create the exception and throw it.
1779 (throw_verror, throw_vfatal, throw_error): Call throw_it.
1780 (print_any_exception): New function.
1781 (catch_errors, catch_exceptions_with_msg): Call
1782 print_any_exception.
1783 (throw_exception): Move code calling annotate_error and
1784 annotate_quit from here ...
1785 (print_exception): ... to here.
1786
1787 * exceptions.c (exception_fprintf, exception_print): Move printing
1788 of \n from here ...
1789 (print_exception): ... to here.
1790 (print_flush): New function.
1791 (exception_print, exception_fprintf): Replace duplicated flush and
1792 wrap code with call to print_flush.
1793 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
1794 and print_exception.
1795 (do_write): Delete.
1796
1797 * remote-sds.c (interrupt_query): Call throw_reason instead of
1798 throw_exception.
1799 * remote-mips.c (mips_error, mips_kill): Ditto
1800 * ocd.c (interrupt_query): Ditto.
1801 * nto-procfs.c (interrupt_query): Ditto.
1802 * monitor.c (monitor_interrupt_query): Ditto.
1803
1804 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
1805
1806 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
1807
1808 2005-01-14 Andrew Cagney <cagney@gnu.org>
1809
1810 * exceptions.h (catch_exceptions): Delete errstring parameter.
1811 (catch_exceptions_with_msg): Ditto.
1812 * exceptions.c (catch_exceptions_with_msg): Update.
1813 (catch_exceptions): Update.
1814 * symfile-mem.c (add_vsyscall_page): Update.
1815 * frame.c (get_current_frame): Update.
1816 * wrapper.c (gdb_value_struct_elt): Update.
1817 * exceptions.c (catch_exceptions): Update.
1818 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
1819 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
1820 * remote-fileio.c (remote_fileio_request): Update.
1821
1822 * exceptions.h (exception_fprintf): Declare.
1823 (exception_print): Drop pre_print parameter.
1824 * mi/mi-main.c (mi_execute_command): Update exception_print call.
1825 * cli/cli-interp.c (safe_execute_command): Update exception_print
1826 call.
1827 * remote.c (remote_open_1): Instead of passing an error prefix to
1828 catch_exceptions, use catch_exceptions and exception_fprintf.
1829 (remote_start_remote): Change return type to void.
1830 * breakpoint.c (insert_bp_location): Instead of passing an error
1831 prefix to catch_exceptions, use catch_exceptions and
1832 exception_fprintf.
1833 (insert_catchpoint): Change return type to void.
1834 (break_command_1): Update exception_print call.
1835 * exceptions.c (exception_fprintf): New function.
1836 (print_exception): New function.
1837 (exception_print): Use print_exception.
1838
1839 * utils.c (error_output_message): Delete function.
1840 * defs.h (error_output_message): Delete declaration.
1841
1842 * linespec.c (symtab_from_filename, decode_variable): Use
1843 throw_error instead of error_silent.
1844 * breakpoint.c (do_captured_parse_breakpoint): Change return type
1845 to void.
1846 (break_command_1): Use catch_exception and check the error return
1847 status.
1848 * exceptions.c (throw_error): New function.
1849 (throw_vsilent): Delete function.
1850 * exceptions.h (throw_error): Declare.
1851 (throw_vsilent): Delete declaration.
1852 * utils.c (error_silent): Delete function.
1853 * defs.h (error_silent): Delete declaration.
1854
1855 * mi/mi-main.c (mi_execute_command): Print the exception.
1856 * cli/cli-interp.c (safe_execute_command): Print the exception.
1857 * exceptions.h (exception_print): Declare.
1858 * exceptions.c (struct catcher): Add field print_message.
1859 (catcher_init): Add parameter print_message, store in the catcher
1860 struct.
1861 (print_and_throw): Only print the message when print_message.
1862 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
1863 catcher_init.
1864 (catch_exception): Pass print_message=0 to catcher_init.
1865
1866 * varobj.c (varobj_create): Add missing \n.
1867
1868 2005-01-13 Michael Snyder <msnyder@redhat.com>
1869
1870 * cli/cli-decode.h: Whitespace tweaks.
1871 * wince.c: Whitespace tweaks.
1872 * uw-thread.c: Whitespace tweaks.
1873 * utils.c: Whitespace tweaks.
1874 * tracepoint.[ch]: Whitespace tweaks.
1875 * solist.h: Whitespace tweaks.
1876
1877 2005-01-13 Andrew Cagney <cagney@gnu.org>
1878
1879 * exceptions.h (struct exception): Make message const.
1880 * mi/mi-main.c (mi_execute_command): Pass result.message directly
1881 to fputstr_unfiltered.
1882
1883 2005-01-13 Michael Snyder <msnyder@redhat.com>
1884
1885 * stack.c: Whitespace tweaks.
1886 * somsolib.[ch]: Whitespace tweaks.
1887 * solib-aix.c: Whitespace tweaks.
1888 * solib.c: Whitespace tweaks.
1889 * solib-frv.c: Whitespace tweaks.
1890 * solib.h: Whitespace tweaks.
1891 * solib-irix.c: Whitespace tweaks.
1892 * solib-som.c: Whitespace tweaks.
1893 * solib-sunos.c: Whitespace tweaks.
1894 * solib-svr4.[ch]: Whitespace tweaks.
1895 * ser-tcp.c: Whitespace tweaks.
1896 * ser-unix.c: Whitespace tweaks.
1897 * serial.h: Whitespace tweaks.
1898 * scm-valprint.c: Whitespace tweaks.
1899 * rs6000-tdep.c: Whitespace tweaks.
1900 * rs6000-nat.c: Whitespace tweaks.
1901 * remote.c: Whitespace tweaks.
1902
1903 2005-01-13 Andrew Cagney <cagney@gnu.org>
1904
1905 * defs.h (error_last_message, error_init): Delete declaration.
1906 * utils.c (fatal, vfatal): Call throw_vfatal.
1907 (error, verror): Call throw_verror;
1908 (do_write, error_stream_1): Delete function.
1909 (error_stream): Simplify, call error.
1910 (error_last_message, error_init, gdb_lasterr): Delete.
1911 (error_silent): Simplify, call throw_vsilent.
1912 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
1913 * main.c (captured_main): Delete call to error_init.
1914 * exceptions.c (throw_verror, throw_verror)
1915 (throw_vsilent): New functions.
1916 (do_write, print_and_throw): New functions.
1917 (last_message): New global.
1918 (throw_reason): Replace error_last_message with last_message.
1919 (catch_exceptions_with_msg): Dup the message.
1920 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
1921 Declare.
1922
1923 2005-01-13 Michael Snyder <msnyder@redhat.com>
1924
1925 * remote-st.c: Whitespace tweaks.
1926 * remote-sim.c: Whitespace tweaks.
1927 * remote-mips.c: Whitespace tweaks.
1928 * pa64solib.[ch]: Whitespace tweaks.
1929 * mdebugread.c: Whitespace tweaks.
1930 * main.c: Whitespace tweaks.
1931 * interps.c: Whitespace tweaks.
1932 * infrun.c: Whitespace tweaks.
1933 * infcmd.c: Whitespace tweaks.
1934 * hpux-thread.c: Whitespace tweaks.
1935 * hppa-hpux-tdep.c: Whitespace tweaks.
1936 * gdbcore.h: Whitespace tweaks.
1937 * gdbcmd.h: Whitespace tweaks.
1938 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
1939 * corefile.c: Whitespace tweaks.
1940 * completer.c: Whitespace tweaks.
1941 * coff-solib.c: Whitespace tweaks.
1942 * coff-solib.h: Whitespace tweaks.
1943 * cli-out.c: Whitespace tweaks.
1944 * breakpoint.c: Whitespace tweaks.
1945 * cli/cli-interp.c: Tweak comments, per coding standard.
1946
1947 2005-01-13 Andrew Cagney <cagney@gnu.org>
1948
1949 * breakpoint.c (gdb_breakpoint_query): Update, use
1950 catch_exceptions_with_msg.
1951 (do_captured_breakpoint): Add uiout parameter.
1952 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
1953 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
1954 gdb_thread_select. Return MI_CMD_ERROR instead of
1955 MI_CMD_CAUGHT_ERROR.
1956 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
1957 (enum captured_mi_execute_command_actions): Delete
1958 EXECUTE_COMMAND_DISPLAY_ERROR.
1959 (captured_mi_execute_command): Delete code handling
1960 MI_CMD_CAUGHT_ERROR.
1961 (mi_execute_command): Don't check for
1962 EXECUTE_COMMAND_DISPLAY_ERROR.
1963 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
1964 gdb_breakpoint_query.
1965 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
1966 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
1967 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
1968 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
1969 parameter.
1970 * thread.c (thread_command): Update call.
1971 (gdb_thread_select, gdb_list_thread_ids): Update, call
1972 catch_exceptions_with_msg.
1973
1974 * mi/mi-main.c (mi_execute_command): Use catch_exception,
1975 eliminate call to error_last_message.
1976 (captured_mi_execute_command): Change return type to void.
1977
1978 2005-01-12 Andrew Cagney <cagney@gnu.org>
1979
1980 * exceptions.c (exception_none): New variable.
1981 * Makefile.in: Update dependencies.
1982 * interps.c: Include "exceptions.h".
1983 (interpreter_exec_cmd, interp_exec): Update to return "struct
1984 exception"
1985 * exceptions.h (no_exception): Declare.
1986 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
1987 * mi/mi-interp.c: Include "exceptions.h".
1988 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
1989 'struct exception".
1990 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
1991 (do_captured_execute_command): Update to use catch_exception.
1992 * interps.h: Include "exceptions.h".
1993 (interp_exec_ftype, interp_exec): Return "struct exception".
1994
1995 * exceptions.h (throw_reason): Rename throw_exception.
1996 (enum errors, struct exception): Define.
1997 (catch_exception_ftype): Define.
1998 (catch_exception, throw_exception): Declare.
1999 * exceptions.c (throw_exception): Rewrite.
2000 (throw_reason): New function.
2001 (struct catcher, catcher_state_machine): Replace "reason" with
2002 "exception", delete "gdberrmsg".
2003 (catch_exception): New function.
2004 (catcher_init): Replace "gdberrmsg" parameter with "exception".
2005 (catch_errors, catch_exceptions_with_msg): Re-implement passing
2006 exception to catcher_init.
2007 * utils.c (error_silent, error_stream_1): Use throw_reason.
2008 (internal_verror, quit): Ditto.
2009 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
2010 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
2011 * remote.c (remote_open_1, interrupt_query): Ditto.
2012
2013 2005-01-12 Mark Kettenis <kettenis@gnu.org>
2014
2015 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
2016 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
2017 (i386fbsd_jmp_buf_reg_offset): New variable.
2018 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
2019 functions.
2020 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
2021 * Makefile.in (i386fbsd-tdep.o): Update dependency.
2022 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
2023
2024 * bsd-uthread.h: New file.
2025 * bsd-uthread.c: New file.
2026 * Makefile.in (bsd_uthread_h): New variable.
2027 (ALLDEPFILES): Add bsd-uthread.c.
2028 (bsd-uthread.o): New dependency.
2029
2030 * solib.h Update copyright year.
2031 (struct so_list): Forward declaration.
2032 (solib_read_symbols): New prototype.
2033 * solib.c (solib_read_symbols): New function.
2034 (solib_add): Call solib_read_symbols to read in symbols.
2035 (update_solib_list): Call observer_notify_solib_loaded.
2036
2037 * i386bsd-nat.c: Update copyright year. Don't include
2038 <sys/param.h> and <sys/user.h>.
2039 (register_u_addr, kernel_u_size): Remove functions.
2040 * config/i386/obsd.mh (NAT_FILE): Remove.
2041 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
2042 * config/i386/nm-obsd.h: Remove file.
2043
2044 2005-01-12 Andrew Cagney <cagney@gnu.org>
2045
2046 * exceptions.c: Include "gdb_string.h".
2047 (enum catcher_state, struct catcher): Define.
2048 (current_catcher): New global, replaces catch_return;
2049 (catch_return): Delete.
2050 (throw_exception): Use current_catcher->buf;
2051 (catcher_init, catcher_pop, catcher_state_machine): New functions.
2052 (catcher): Delete.
2053 (struct catch_errors_args): Delete.
2054 (do_catch_errors): Delete.
2055 (catch_exceptions): Replace body with call to
2056 catch_exceptions_with_msg.
2057 (catcher): Delete.
2058 (catch_exceptions_with_msg, catch_errors): Re-implement using
2059 catcher_state_machine.
2060
2061 * exceptions.h (enum return_reason, RETURN_MASK)
2062 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
2063 (return_mask, throw_exception, catch_exceptions_ftype)
2064 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
2065 (catch_command_errors_ftype, catch_command_errors): Move to
2066 exceptions.h.
2067 * exceptions.c, exceptions.h: New files.
2068 * top.c: Do not include <setjmp.h>.
2069 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
2070 (throw_exception, catcher, catch_exceptions)
2071 (catch_exceptions_with_msg, struct catch_errors_args)
2072 (do_catch_errors, catch_errors, struct captured_command_args)
2073 (do_captured_command, catch_command_errors): Move to exceptions.c.
2074 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
2075 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
2076 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
2077 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
2078 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
2079 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
2080 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
2081 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
2082 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
2083 * ada-valprint.c, ada-lang.c: Ditto.
2084 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
2085 exceptions.o. Update all dependencies.
2086
2087 2005-01-11 Mark Kettenis <kettenis@gnu.org>
2088
2089 * config/i386/nm-fbsd.h: Update copyright year.
2090 Don't include "config/nm-bsd.h".
2091 (KERNEL_U_SIZE): Remove macro.
2092 (kernel_u_size): Remove prototype.
2093
2094 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
2095 * config/vax/nm-nbsdaout.h: Remove file.
2096
2097 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
2098
2099 * MAINTAINERS: Remove self from sh/sh64 maintainership.
2100
2101 2005-01-10 Andrew Cagney <cagney@gnu.org>
2102
2103 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
2104 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
2105 maintainer.
2106
2107 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
2108 changes to CRIS.
2109
2110 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
2111 COMMIT means can approve).
2112
2113 2005-01-10 Mark Kettenis <kettenis@gnu.org>
2114
2115 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
2116 (vax_register_u_offset): Make statuc.
2117 (_initialize_vax_nat): Construct and add target vector.
2118 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
2119 inftarg.o. Add inf-ptrace.o.
2120 * Makefile.in (vax-nat.o): Update dependencies.
2121
2122 * inf-ptrace.h: Update copyright year. Sync comment with
2123 inf-ptrace.c.
2124 (inf_ptrace_trad_target): New prototype.
2125 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
2126 "gdb_assert.h"
2127 (inf_ptrace_target): Add comment.
2128 (inf_ptrace+register_u_offset): New variable.
2129 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
2130 (inf_ptrace_store_register, inf_ptrace_store_registers)
2131 (inf_ptrace_trad_target): New functions.
2132 * Makefile.in (inf-ptrace.o): Update dependencies.
2133
2134 2005-01-09 Mark Kettenis <kettenis@gnu.org>
2135
2136 * configure.ac: Provide prerequisite headers when checking
2137 <link.h>, <sys/proc.h> and <sys/user.h>.
2138 * configure: Regenerate.
2139
2140 2005-01-08 Mark Kettenis <kettenis@gnu.org>
2141
2142 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
2143 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
2144
2145 2005-01-07 Mark Kettenis <kettenis@gnu.org>
2146
2147 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
2148 Don't include "tm-ia64.h".
2149 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
2150 * config/ia64/tm-ia64.h: Remove. Move contents ...
2151 * ia64-tdep.h: ... here. Update copyright year.
2152
2153 2005-01-07 Andrew Cagney <cagney@gnu.org>
2154
2155 * configure.ac: Rename configure.in, require autoconf 2.59.
2156 * configure: Re-generate.
2157
2158 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
2159 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
2160 to configdirs.
2161
2162 * configure.in: Replace configdirs with multiple references to
2163 AC_CONFIG_SUBDIRS.
2164 * configure: Re-generate.
2165
2166 2005-01-05 Andreas Schwab <schwab@suse.de>
2167
2168 * ia64-tdep.c: Include "osabi.h".
2169 (native_find_global_pointer): Delete.
2170 (ia64_find_global_pointer): Renamed from
2171 generic_elf_find_global_pointer.
2172 (FIND_GLOBAL_POINTER): Delete. Change all users to call
2173 ia64_find_global_pointer instead.
2174 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
2175 to ia64_linux_sigcontext_register_address and
2176 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
2177 (_initialize_ia64_tdep): Call gdbarch_register instead of
2178 deprecated register_gdbarch_init.
2179 (struct gdbarch_tdep): Remove find_global_pointer field and move
2180 to ...
2181 * ia64-tdep.h (struct gdbarch_tdep): ... here.
2182 (ia64_linux_sigcontext_register_address): Remove declaration.
2183 (ia64_linux_getunwind_table): Likewise.
2184 (ia64_linux_write_pc): Likewise.
2185 * ia64-linux-tdep.c: Include "osabi.h".
2186 (ia64_linux_sigcontext_register_address): Make static.
2187 (ia64_linux_write_pc): Likewise.
2188 (ia64_linux_init_abi): New.
2189 (_initialize_ia64_linux_tdep): New.
2190 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
2191 $(osabi_h).
2192
2193 2005-01-05 Kevin Buettner <kevinb@redhat.com>
2194
2195 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
2196 functions in ia64-aix-tdep.c.
2197 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
2198 function defined in ia64-aix-tdep.c.
2199 * ia64-aix-tdep.c: Remove file.
2200 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
2201 this list.
2202 * Makefile.in (ia64-aix-tdep.o): Delete.
2203
2204 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2205
2206 Committed by Andrew Cagney.
2207 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
2208 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
2209 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
2210 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
2211 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
2212 * aix-thread.c (_initialize_aix_thread): Get rid of the
2213 deprecated_add_show_from_set call.
2214 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2215 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2216 * command.h (add_setshow_enum_cmd): Add arguments for returning
2217 new list elements.
2218 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
2219 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
2220 add_setshow_enum_cmd.
2221
2222 2005-01-04 Mark Kettenis <kettenis@gnu.org>
2223
2224 * configure.host (ia64-*-aix*): Remove.
2225 * configure.tgt (ia64-*-aix*): Remove.
2226 * config/ia64/aix.mh: Remove file.
2227 * config/ia64/aix.mt: Remove file.
2228 * config/ia64/tm-aix.h: Remove file.
2229 * ia64-aix-nat.c: Remove file.
2230 * Makefile.in (ia64-aix-nat.o): Remove dependency.
2231
2232 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
2233 Add back inf-ptrace.o.
2234
2235 2005-01-04 Andrew Cagney <cagney@gnu.org>
2236
2237 * version.in: Change format from 6.3.50_2005-01-04-cvs to
2238 6.3.50.20050104-cvs.
2239
2240 2005-01-04 Andreas Schwab <schwab@suse.de>
2241
2242 * breakpoint.c (break_command_1): Always free err_msg before
2243 returning when an exception was caught.
2244
2245 2005-01-01 Joel Brobecker <brobecker@gnat.com>
2246
2247 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
2248 in register number for addil instruction.
2249
2250 For older changes see ChangeLog-2004.
2251 \f
2252 Local Variables:
2253 mode: change-log
2254 left-margin: 8
2255 fill-column: 74
2256 version-control: never
2257 End:
This page took 0.071993 seconds and 3 git commands to generate.