* gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-06-23 Andreas Schwab <schwab@suse.de>
2
3 * gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
4 by Chad Harrington <harrington.chad@gmail.com>.
5
6 2005-06-22 Mark Kettenis <kettenis@gnu.org>
7
8 * remote.c (extended_remote_restart): Pass buffer in call to
9 xsnprintf instead of a pointer to the buffer.
10
11 2005-06-21 Andrew Cagney <cagney@gnu.org>
12
13 * MAINTAINERS: List GDB's Steering Committee as responsible for
14 GDB's maintenance.
15
16 2005-06-21 Mark Kettenis <kettenis@gnu.org>
17
18 * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
19 and writebuf arguments to `gdb_byte *'.
20
21 2005-06-21 Wu Zhou <woodzltc@cn.ibm.com>
22
23 * MAINTAINERS (Write After Approval): Add myself.
24
25 2005-06-20 Mark Kettenis <kettenis@gnu.org>
26
27 * hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",
28 "value.h" and "elf/common.h".
29 (hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer.
30 (hppabsd_find_global_pointer): New function.
31 (hppabsd_init_abi): Set TDEP->find_global_pointer to
32 hppabsd_find_global_pointer.
33 * Makefile.in (hppabsd-tdep.o): Update dependencies.
34
35 2005-06-12 Mark Kettenis <kettenis@gnu.org>
36
37 * hppa-tdep.c (hppa_pointer_to_address_hack): Remove function.
38 (unwind_command): Use %lx to print pointer.
39
40 2005-06-19 Mark Kettenis <kettenis@gnu.org>
41
42 * remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype.
43 Change type of second argument to`gdb_byte *'.
44
45 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
46
47 * mi/mi-cmd-stack.c (mi_cmd_stack_info_frame): New function.
48
49 * mi/mi-cmds.c (mi_cmds): Replace entry for -stack-info-frame.
50 Make it use mi_cmd_stack_info_frame
51
52 * mi/mi-cmds.h (mi_cmd_stack_info_frame): New declaration.
53
54 2005-06-18 Mark Kettenis <kettenis@gnu.org>
55
56 * hppa-tdep.c (hppa_fallback_frame_cache): Don't error out if we
57 can't find the bounds of the current function. Wrap some long
58 lines in the process.
59
60 * regcache.c (regcache_raw_supply, regcache_raw_collect): Change
61 type of last argument back to `void *'.
62 * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
63
64 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
65
66 * mi/mi-cmds.c (mi_cmds): Remove entry for -stack-info-frame.
67
68 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
69 (mi_cmd_stack_info_depth): Don't test for stack.
70 (mi_cmd_stack_select_frame): Make the argument mandatory.
71 Don't test for stack.
72
73 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
74
75 * remote.c (set_thread, remote_thread_alive): Replace sprintf
76 call with xsnprintf.
77 (remote_threads_extra_info, extended_remote_restart)
78 (remote_check_symbols, store_register_using_P)
79 (compare_sections_command): Ditto.
80
81 2005-06-16 David Ung <davidu@mips.com>
82
83 * MAINTAINERS (Write After Approval): Add self.
84
85 2005-06-15 Mark Kettenis <kettenis@gnu.org>
86
87 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
88 (hppa_hpux_store_register): Add casts in extract_unsigned_integer
89 and store_usigned_integer calls.
90
91 2005-06-14 Nick Roberts <nickrob@snap.net.nz>
92
93 * mi/mi-main.c (mi_cmd_data_list_register_values): Remove test for
94 registers now that mi_execute_command rewinds after an error.
95
96 2005-06-13 Mark Kettenis <kettenis@gnu.org>
97
98 * configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
99 * configure, config.in: Regenerate.
100
101 * ser-tcp.c: Tweak comment.
102 [!HAVE_SOCKLEN_T]: Typedef socklen_t.
103 * configure.ac: Add check for socklen_t.
104 * configure, config.in: Regenerate.
105
106 2005-06-13 H.J. Lu <hongjiu.lu@intel.com>
107
108 * config/i386/linux64.mt (TDEPFILES): Add symfile-mem.o.
109
110 2005-06-13 Richard Sandiford <richard@codesourcery.com>
111
112 * MAINTAINERS: Update my email address.
113
114 2005-06-13 Mark Mitchell <mark@codesourcery.com>
115
116 * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
117 * exec.c (exec_file_attach): Likewise.
118 * solib-frv.c (enable_break2): Likewise.
119 * solib-svr4.c (enable_break): Likewise.
120 * solib.c (solib_map_sections): Likewise.
121 * symfile.c (symfile_bfd_open): Likewise.
122
123 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
124
125 * Makefile.in (symfile.o): Add $(exec_h).
126 * exec.h (exec_set_section_address): Add prototype.
127 * exec.c (exec_set_section_address): New function.
128 * symfile.c: Include "exec.h".
129 (struct place_section_arg, place_section): New.
130 (default_symfile_offsets): Call place_section for each
131 section of a relocatable file.
132
133 2005-06-13 Joel Brobecker <brobecker@adacore.com>
134
135 * hppa-tdep.c (hppa_pc_requires_run_before_use): Really test all
136 bits of top byte in address.
137
138 2005-06-13 Wu Zhou <woodzltc@cn.ibm.com>
139
140 * eval.c (evaluate_subexp_standard): Add code to check the target
141 type of a TYPE_CODE_PTR value when we encounter a f77 undetermined
142 arglist. If it is array, string or function, work on the target
143 value instead.
144
145 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
146 Nick Roberts <nickrob@snap.net.nz>
147
148 * mi/mi-main.c (register_changed_p, get_register): Use
149 get_selected_frame.
150 (mi_execute_command): Call mi_out_rewind after an error.
151
152 2005-06-12 Mark Kettenis <kettenis@gnu.org>
153
154 * hppa-tdep.c (hppa_frame_prev_register)
155 (hppa_fallback_frame_prev_register)
156 (hppa_stub_frame_prev_register): Change type of last argument to
157 `gdb_byte *'.
158 (hppa_fetch_pointer_argument): Tweak comment. Use
159 get_frame_register_unsigned instead of get_frame_register.
160 (hppa32_return_value, hppa64_return_value): Change type of readbuf
161 and writebuf arguments to `gdb_byte *'. Remove unecessary casts
162 and local variables.
163 (hppa_pseudo_register_read): Change type of last argument to
164 `gdb_byte *'.
165
166 * m68k-tdep.c (m68k_frame_prev_register): Change type of last
167 argument to `gdb_byte *'.
168
169 * arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
170 Consitify regnames.
171
172 * alpha-tdep.c (alpha_sigtramp_frame_prev_register)
173 (alpha_heuristic_frame_prev_register): Change type of last
174 argument to `gdb_byte *'.
175 (alpha_register_to_value, alpha_value_to_register)
176 (alpha_extract_return_value, alpha_store_return_value): Likewise.
177 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
178
179 * arm-tdep.c (arm_prologue_prev_register)
180 (arm_sigtramp_prev_register): Change type of last argument to
181 `gdb_byte *'.
182
183 * m88k-tdep.c (m88k_frame_prev_register): Change type of last
184 argument to `gdb_byte *'.
185
186 * vax-tdep.c (vax_frame_prev_register): Change type of last
187 argument to `gdb_byte *'.
188
189 * sparc-tdep.c (sparc32_frame_prev_register): Change type of last
190 argument to `gdb_byte *'.
191 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
192 Likewise.
193 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Likewise.
194 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
195 Likewise.
196 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
197 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
198 Likewise.
199 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
200 Likewise.
201 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Likewise.
202 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind):
203 Likewise.
204
205 * amd64-tdep.c (amd64_frame_prev_register)
206 (amd64_sigtramp_frame_prev_register): Change type of last argument
207 to `gdb_byte *'.
208
209 2005-06-11 Mark Kettenis <kettenis@gnu.org>
210
211 * i386-tdep.c (i386_register_type): Return
212 builtin_type_void_func_ptr for %eip and builtin_type_void_data_ptr
213 for %ebp and %esp.
214
215 2005-06-10 Ben Elliston <bje@au.ibm.com>
216
217 * valprint.c (print_floating): Fix comment typo.
218
219 2005-06-09 Jeff Johnston <jjohnstn@redhat.com>
220
221 * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and
222 protect libunwind references with HAVE_LIBUNWIND_IA64_H flag.
223 (ia64_pseudo_register_write): Use gdb_byte to remove warning.
224 (ia64_register_to_value, ia64_value_to_register): Ditto.
225 (ia64_frame_prev_register): Ditto.
226 (ia64_libunwind_frame_prev_register): Ditto.
227 (ia64_sigtramp_frame_prev_register): Ditto.
228 (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
229 (ia64_store_return_value): Ditto.
230
231 2005-06-08 Jeff Johnston <jjohnstn@redhat.com>
232 David Mosberger <davidm@hpl.hp.com>
233
234 * ia64-tdep.c (KERNEL_START): New macro.
235 (ia64_pseudo_register_read): Fix code to use libunwind to properly
236 get the rse registers.
237 (ia64_frame_this_id): Mark outermost frame with null frame id.
238 (ia64_sigtramp_frame_prev_register): Fix up debug output.
239 (ia64_access_rse_reg): New accessor function.
240 (ia64_access_mem): Add special logic for accessing the
241 kernel's unwind table.
242 (getunwind_table): Fix for corefiles.
243 (get_kernel_table): Fix to handle vDSO.
244 (ia64_libunwind_frame_this_id): Check for null frame id and
245 don't unwind past pc value of 0. Fix debugging output.
246 (ia64_libunwind_sigtramp_frame_this_id): New function.
247 (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
248 (ia64_libunwind_sigtramp_frame_sniffer): Ditto.
249 (ia64_libunwind_sigtramp_frame_unwind): New unwinder.
250 (ia64_unw_rse_accessors): New libunwind accessors.
251 (ia64_libunwind_descr): Add ia64_unw_rse_accessors.
252 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use
253 ia64_libunwind_sigtramp_frame_sniffer instead of
254 ia64_sigtramp_frame_sniffer.
255 * libunwind-frame.c (libunwind_frame_set_descr): Add
256 special register accessors.
257 (libunwind_frame_cache): Add special logic to check for
258 0 pc value. Check for a signal trampoline frame.
259 (libunwind_frame_this_id): Check if libunwind_frame_cache
260 returns NULL.
261 (libunwind_frame_prev_register): Check for NULL cache.
262 (libunwind_frame_base_address): Ditto.
263 (libunwind_sigtramp_frame_sniffer): New function.
264 (libunwind_get_reg_special): Ditto.
265 (libunwind_load): Add unw_is_signal_frame support.
266 * libunwind-frame.h (struct libunwind_descr): Add special_accessors
267 field.
268 (libunwind_sigtramp_frame_sniffer): New prototype.
269 (libunwind_get_reg_special): Ditto.
270
271 2005-06-08 Wu Zhou <woodzltc@cn.ibm.com>
272
273 * expression.h (enum exp_opcode): Fix a comment typo.
274
275 2005-06-06 Manoj Iyer <manjo@austin.ibm.com>
276
277 * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte.
278 (elf_locate_base): Converted types of buf, bufend, pbuf, to gdb_byte.
279 (first_link_map_member): Converted type of r_map_buf to gdb_byte.
280 (open_symbol_file_object): Converted type of l_name_buf to gdb_byte.
281 (svr4_fetch_objfile_link_map): Converted type of l_name_buf to
282 gdb_byte.
283
284 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
285
286 * MAINTAINERS: Update my email address.
287
288 2005-06-03 Joel Brobecker <brobecker@adacore.com>
289
290 * symmisc.c (dump_symtab_1): Renamed from dump_symtab.
291 (dump_symtab): New function.
292
293 2005-04-02 Joel Brobecker <brobecker@adacore.com>
294
295 * exceptions.h: Include ui-out.h.
296 (ui_out): Remove declaration.
297 * Makefile.in (exceptions_h): Add dependency on ui-out.h.
298
299 2005-05-30 Andrew Cagney <cagney@gnu.org>
300
301 * MAINTAINERS (Can Commit Without Approval): New section,
302 previously burried under "Target Instruction Set Architectures".
303 Note that cagney "can commit" changes to powerpc-linux.
304
305 * MAINTAINERS: Drop architecture and target vectors.
306
307 2005-05-29 Eli Zaretskii <eliz@gnu.org>
308
309 * config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c and
310 linux-ppc64-low.c.
311
312 2005-05-28 Bob Rossi <bob@brasko.net>
313 * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS): Add mi-common.
314 (gdb/mi/ headers): Add mi_common_h.
315 (breakpoint.o, infrun.o): Add dependencies mi_common_h.
316 * breakpoint.c (include): Add include 'mi/mi-common.h'.
317 (print_it_typical): Use async_reason_lookup.
318 (watchpoint_check): Ditto.
319 * infrun.c (include): Add include 'mi/mi-common.h'.
320 (print_stop_reason): Use async_reason_lookup.
321 * mi/mi-common.h: New file.
322 * mi/mi-common.c: Ditto.
323
324 2005-05-29 Joel Brobecker <brobecker@adacore.com>
325
326 * alpha-tdep.c (alpha_next_pc): Use correct register number
327 for floating-point branch instructions.
328
329 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
330 Jonathan Larmour <jifl@eCosCentric.com>
331
332 PR backtrace/1760
333 * frame.c (backtrace_limit): Change type to int.
334 (get_prev_frame): Update backtrace limit support.
335 (_initialize_frame): Use add_setshow_integer_cmd for backtrace_limit.
336
337 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
338
339 * configure.tgt (powerpc64-*-linux*): Enable gdbserver.
340 * regformats/reg-ppc64.dat: New file.
341
342 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
343
344 From Wu Zhou <woodzltc@cn.ibm.com>:
345 * remote.c (struct gdb_ext_thread_info): Fix a comment typo.
346 (remote_unpack_thread_info_response): Likewise.
347
348 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
349
350 * cli/cli-setshow.c (do_setshow_command): Partially revert previous
351 change. Cast to "char **" for var_string.
352
353 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
354
355 * cp-name-parser.y (parse_escape): Revert previous change. Return
356 the input character by default.
357
358 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
359
360 * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.
361 * i386-linux-nat.c (fetch_register, store_register, supply_gregset)
362 (fill_gregset): Likewise.
363 * i386-tdep.c (i386_frame_prev_register)
364 (i386_sigtramp_frame_prev_register): Likewise.
365 * linux-nat.c (linux_nat_xfer_memory, linux_nat_make_corefile_notes):
366 Likewise.
367 * linux-thread-db.c (thread_db_xfer_memory): Likewise.
368 * remote.c (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint):
369 Likewise.
370 * target.c (debug_to_insert_hw_breakpoint)
371 (debug_to_remove_hw_breakpoint, update_current_target): Likewise.
372
373 2005-05-28 Hans-Peter Nilsson <hp@axis.com>
374
375 * MAINTAINERS: Change cris-elf state to non-broken.
376 * cp-name-parser.y (parse_escape): Initialize target_char to zero.
377
378 2005-05-27 Orjan Friberg <orjanf@axis.com>
379
380 * cris-tdep.c (crisv32_scan_prologue): Add.
381 (cris_frame_unwind_cache, cris_skip_prologue): Call
382 crisv32_scan_prologue when debugging CRISv32.
383
384 2005-05-27 Orjan Friberg <orjanf@axis.com>
385
386 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
387 (cris_frame_prev_register, cris_sigtramp_frame_prev_register)
388 (cris_return_value): Use gdb_byte for byte buffers.
389 (struct cris_frame_unwind, struct cris_frame_base): Fix formatting.
390
391 2005-05-26 Chris Demetriou <cgd@netbsd.org>
392
393 * MAINTAINERS (Write After Approval): Remove myself.
394
395 2005-05-27 Andrew Cagney <cagney@gnu.org>
396
397 * jv-lang.c (get_java_utf8_name): Add cast.
398 (evaluate_subexp_java): Use gdb_byte for buffers.
399 * jv-valprint.c (java_value_print, java_value_print): Use gdb_byte
400 for buffers.
401 * scm-lang.c (scm_get_field, scm_unpack)
402 (scm_evaluate_string): Use gdb_byte for buffers.
403 (scm_lookup_name): Add cast.
404 * scm-valprint.c (scm_scmval_print, scm_scmval_print): Use
405 gdb_byte for buffers.
406 * tui/tui.h (tui_get_command_dimension): Make parameters unsigned.
407 * tui/tui.c (tui_get_command_dimension): Make parameters unsigned.
408 * value.h (check_field): Change "name" to a string.
409 * valops.c (check_field): Change "name" to a string.
410 * scm-lang.h (scm_parse): Use gdb_byte for buffers.
411 * source.c (get_current_source_symtab_and_line)
412 (set_current_source_symtab_and_line): Initialize all fields of sal
413 structures.
414 * cli/cli-cmds.c (list_command): Use gdb_byte for buffers.
415
416 2005-05-26 Andrew Cagney <cagney@gnu.org>
417
418 * command.h (add_setshow_integer_cmd): Make VAR an integer.
419 * cli/cli-decode.c (add_setshow_integer_cmd): Update to match.
420 * valops.c (value_string): Add a cast.
421 * eval.c (evaluate_subexp_standard): Use gdb_byte for byte buffers.
422 * breakpoint.c (re_enable_breakpoints_in_shlibs): Use gdb_byte for
423 byte buffers.
424 * target.h (struct target_ops): For to_insert_hw_breakpoint and
425 to_remove_hw_breakpoint use gdb_byte for byte buffer parameters.
426 * breakpoint.h (struct bp_location): Make shadow_contents a
427 gdb_byte buffer.
428 * cli/cli-setshow.c (do_setshow_command): Fix cast.
429 * cli/cli-dump.c (restore_section_callback)
430 (restore_binary_file): Use gdb_byte for byte buffers.
431 * proc-service.c (ps_ptwrite, ps_ptread, ps_pdwrite): Fix casts.
432 (ps_xfer_memory): Use gdb_byte for byte buffers.
433 * tracepoint.c (mem2hex): Use gdb_byte for byte buffers, and char
434 for string buffers.
435 * ser-tcp.c (net_open): Make len a socklen_t.
436
437 2005-05-24 Andrew Cagney <cagney@gnu.org>
438
439 * rs6000-tdep.c (ppc_supply_reg, ppc_collect_reg): Use gdb_byte
440 for byte buffers.
441 (rs6000_fetch_pointer_argument): Use get_frame_register_unsigned.
442 (rs6000_software_single_step, sstep_breaks, skip_prologue)
443 (rs6000_push_dummy_call, rs6000_push_dummy_call)
444 (rs6000_push_dummy_call, rs6000_push_dummy_call)
445 (rs6000_register_to_value, e500_pseudo_register_read)
446 (rs6000_store_return_value, e500_pseudo_register_write)
447 (rs6000_frame_prev_register, rs6000_extract_return_value): Ditto.
448 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
449 (ppc_sysv_abi_push_dummy_call, do_ppc_sysv_return_value)
450 (do_ppc_sysv_return_value, ppc_sysv_abi_return_value)
451 (ppc_sysv_abi_broken_return_value)
452 (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_push_dummy_call)
453 (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_return_value)
454 (ppc64_sysv_abi_return_value, ppc64_sysv_abi_return_value): Ditto.
455 * ppc-linux-tdep.c (ppc_linux_in_sigtramp)
456 (ppc_linux_at_sigtramp_return_path)
457 (ppc_linux_skip_trampoline_code)
458 (ppc_linux_memory_remove_breakpoint, ppc_linux_return_value):
459 * rs6000-tdep.c (rs6000_value_to_register)
460 (rs6000_register_to_value): Ditto.
461 * ppc-tdep.h (ppc_sysv_abi_return_value)
462 (ppc64_sysv_abi_return_value, ppc_sysv_abi_broken_return_value)
463 (ppc_linux_memory_remove_breakpoint): Ditto.
464
465 2005-05-24 Ulrich Weigand <uweigand@de.ibm.com>
466
467 * s390-tdep.c (s390_frame_prev_register): Change type of last
468 argument to 'gdb_byte *'.
469 (s390_stub_frame_prev_register): Likewise.
470 (s390_sigtramp_frame_prev_register): Likewise.
471
472 2005-05-24 Kris Warkentin <kewarken@qnx.com>
473
474 * config/i386/nto.mt: Remove remote-nto.o.
475
476 2005-05-24 Orjan Friberg <orjanf@axis.com>
477
478 * config/djgpp/fnchange.lst: Add mappings for
479 gdbserver/linux-cris-low.c and gdbserver/linux-crisv32-low.c.
480
481 2005-05-23 Michael Snyder <msnyder@redhat.com>
482 From Nora Pan <qpan@mvista.com>
483 * linux-nat.c (read_mapping): Don't stumble over entries in
484 mapping that have name but zero inode.
485
486 2005-05-23 Andrew Cagney <cagney@gnu.org>
487
488 * target.h (child_xfer_memory): Use gdb_byte for byte buffer
489 parameters.
490 * inftarg.c (child_xfer_partial): Update.
491 * wince.c (child_xfer_memory): Update.
492 * win32-nat.c (child_xfer_memory): Update.
493 * rs6000-nat.c (child_xfer_memory): Update.
494 * infptrace.c (child_xfer_memory): Update.
495 * dcache.c (struct dcache_block): Use gdb_byte for the byte
496 buffers.
497 (dcache_read_line, dcache_xfer_memory, dcache_poke_byte)
498 (dcache_peek_byte, dcache_write_line): Ditto.
499
500 * auxv.h (target_auxv_read, procfs_xfer_auxv)
501 (target_auxv_parse): Use gdb_byte for byte buffer parameters.
502 * auxv.c (target_auxv_read, procfs_xfer_auxv, target_auxv_parse)
503 (target_auxv_search, fprint_target_auxv): Update.
504
505 2005-05-23 Orjan Friberg <orjanf@axis.com>
506
507 * cris-tdep.c: Tweak values for cris-mode.
508
509 2004-05-23 Joel Brobecker <brobecker@adacore.com>
510
511 * mdebugread.c (record_minimal_symbol): New procedure.
512 (parse_partial_symbols): Use record_minimal_symbol to record
513 the new minimal symbols instead of prim_record_minimal_symbol
514 and prim_record_minimal_symbol_and_info.
515
516 2005-05-22 Mark Kettenis <kettenis@gnu.org>
517
518 * NEWS: Mention OpenBSD/arm as a new native configuration.
519
520 * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h".
521 Reorder includes. Don't require FETCH_INFERIOR_REGISTERS to be
522 defined.
523 (armnbsd_fetch_registers): Rename from armnbsd_fetch_registers.
524 Make static.
525 (armnbsd_store_registers): Rename from armnbsd_store_registers.
526 Make static.
527 (_initialize_arm_netbsd_nat): Construct and add target vector.
528 * Makefile.in (armnbsd-nat.o): Update dependencies.
529 * config/arm/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
530 intarg.o, add inf-ptrace.o.
531 (NAT_FILE): Set to solib.h.
532 * config/arm/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
533 inftarg.o, add inf-ptrace.o.
534 (NAT_FILE): Remove.
535
536 * arm-tdep.c (arm_extract_return_value, arm_store_return_value):
537 Change type of last argument to `gdb_byte *'.
538
539 * configure.host: Add arm*-*-openbsd*.
540 * configure.tgt: Add arm*-*-openbsd*.
541
542 2005-05-22 Andrew Cagney <cagney@gnu.org>
543
544 * frame.h (frame_register_unwind, frame_unwind_register)
545 (get_frame_register, frame_register, put_frame_register)
546 (get_frame_memory, safe_frame_unwind_memory)
547 (frame_register_read): Use gdb_byte for byte buffer parameters.
548 * trad-frame.h (trad_frame_get_register)
549 (frame_get_prev_register): Ditto.
550 * frame-unwind.h (frame_prev_register_ftype): Ditto.
551 * frame.c (frame_pop, frame_register, frame_unwind_register)
552 (get_frame_register, frame_unwind_register_signed)
553 (frame_unwind_register_unsigned, frame_unwind_unsigned_register)
554 (frame_register_read, get_frame_memory): Update.
555 * trad-frame.c (trad_frame_get_prev_register): Update.
556 (trad_frame_get_register): Update.
557 * gdbcore.h (deprecated_read_memory_nobpt, read_memory): Ditto.
558 * breakpoint.c (deprecated_read_memory_nobpt): Update.
559 * corefile.c (read_memory): Update.
560 * tramp-frame.c (tramp_frame_prev_register): Update.
561 * valops.c (value_assign): Update.
562 * sentinel-frame.c (sentinel_frame_prev_register): Update.
563 * std-regs.c (value_of_builtin_frame_fp_reg)
564 (value_of_builtin_frame_pc_reg): Update.
565 * infcmd.c (default_print_registers_info): Update
566 * dummy-frame.c (dummy_frame_prev_register): Update.
567 * findvar.c (value_of_register, value_from_register): Update.
568 * tui/tui-regs.c (tui_register_format, tui_get_register): Update.
569 * mi/mi-main.c (register_changed_p, get_register): Update.
570
571 2005-05-20 Eli Zaretskii <eliz@gnu.org>
572
573 * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. Fix
574 bad description of _MSE_INT_H that caused each word in config.in
575 to be enclosed in [].
576 * configure, config.in: Regenerate.
577
578 2005-05-20 Joel Brobecker <brobecker@adacore.com>
579
580 * alpha-tdep.c (fp_register_zero_p): New function.
581 (fp_register_sign_bit): New function.
582 (alpha_next_pc): Add support for floating-point control instructions.
583
584 2005-05-19 Andrew Cagney <cagney@gnu.org>
585
586 * defs.h (extract_signed_integer, extract_unsigned_integer)
587 (extract_long_unsigned_integer, extract_typed_address)
588 (store_signed_integer, store_unsigned_integer)
589 (store_typed_address): Use gdb_byte for byte buffer parameters.
590 (push_bytes, push_word): Delete declaration.
591 * valops.c (push_bytes, push_word): Delete function.
592 * findvar.c (extract_signed_integer, extract_unsigned_integer)
593 (extract_typed_address, store_signed_integer)
594 (store_unsigned_integer): Update.
595
596 * regcache.h (regcache_raw_read, regcache_raw_write)
597 (regcache_raw_read_part, regcache_raw_write_part)
598 (regcache_cooked_read_part, regcache_cooked_write_part)
599 (regcache_cooked_read, regcache_cooked_write)
600 (regcache_raw_supply, regcache_raw_collect)
601 (regcache_cooked_read_ftype, regcache_save, regcache_restore)
602 (deprecated_read_register_gen, deprecated_write_register_gen)
603 (deprecated_read_register_bytes, deprecated_write_register_bytes)
604 (deprecated_grub_regcache_for_registers): Use gdb_byte for byte
605 buffer parameters.
606 * ia64-tdep.c (ia64_extract_return_value): Update.
607 * frame.c (do_frame_register_read): Update.
608 * regcache.c (deprecated_grub_regcache_for_registers)
609 (struct regcache, regcache_save, regcache_restore, regcache_cpy)
610 (do_cooked_read, regcache_xmalloc, register_buffer)
611 (deprecated_read_register_bytes, regcache_raw_read)
612 (regcache_raw_read_signed, regcache_raw_read_unsigned)
613 (deprecated_read_register_gen, regcache_cooked_read)
614 (regcache_cooked_read_signed, regcache_cooked_read_unsigned)
615 (deprecated_write_register_gen, regcache_cooked_write)
616 (deprecated_write_register_bytes, regcache_raw_read_part)
617 (regcache_raw_write_part, regcache_cooked_read_part)
618 (regcache_cooked_write_part, read_register, regcache_raw_supply):
619
620 2005-05-17 Corinna Vinschen <vinschen@redhat.com>
621
622 * MAINTAINERS: Undelete v850.
623 * Makefile.in: Re-add v850-tdep.o dependencies.
624 * configure.tgt: Re-add v850.
625 * v850-tdep.c: Reorder code slightly. Add register number enumerator.
626 (struct v850_frame_cache): New structure.
627 (v850_processor_type_table): Remove. Move functionality into
628 v850_register_name, v850e_register_name and v850_gdbarch_init.
629 (v850_register_name): New function.
630 (v850e_register_name): New function.
631 (struct prologue_info): Remove definition.
632 (v850_register_type): New function.
633 (v850_type_is_scalar): New function.
634 (v850_use_struct_convention): Align to gcc behaviour.
635 (v850_handle_prepare): Renamed from handle_prepare. Change third
636 parameter to struct v850_frame_cache *.
637 (v850_handle_pushm): Renamed from handle_pushm. Change third parameter
638 to struct v850_frame_cache *.
639 (v850_is_save_register): New function to evaluate if a register is
640 caller-save.
641 (v850_analyze_prologue): Replace v850_scan_prologue. Change to support
642 new frame code.
643 (v850_init_extra_frame_info): Remove.
644 (v850_frame_chain): Remove.
645 (v850_find_callers_reg): Remove.
646 (v850_skip_prologue): Make static.
647 (v850_pop_frame): Remove.
648 (v850_frame_align): New function.
649 (v850_push_dummy_call): Replace v850_push_arguments.
650 (v850_push_return_address): Remove.
651 (v850_extract_return_value): New function.
652 (v850_store_return_value): New function.
653 (v850_return_value): New function.
654 (v850_frame_saved_pc): Remove.
655 (v850_breakpoint_from_pc): New function.
656 (v850_alloc_frame_cache): New function.
657 (v850_fix_call_dummy): Remove.
658 (v850_frame_cache): New function.
659 (v850_target_architecture_hook): Remove.
660 (v850_frame_prev_register): New function.
661 (v850_frame_this_id): New function.
662 (v850_frame_unwind): New structure.
663 (v850_frame_sniffer): New function.
664 (v850_unwind_sp): New function.
665 (v850_unwind_pc): New function.
666 (v850_unwind_dummy_id): New function.
667 (v850_frame_base_address): New function.
668 (v850_frame_base): New structure.
669 (v850_gdbarch_init): New function.
670 * config/v850/v850.mt: Undelete. Drop TM_FILE.
671
672 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
673 Dennis Brueni <dennis@slickedit.com>
674
675 * stack.c (print_frame): In MI mode, output a fullname attribute
676 with the stack frame.
677
678 2005-05-16 Mark Kettenis <kettenis@gnu.org>
679
680 * corelow.c (core_xfer_partial): Change type of readbuf and
681 writebuf to `gdb_byte *'.
682 * sparc-nat.c (sparc_xfer_wcookie, sparc_xfer_partial): Change
683 type of readbuf and writebuf to `gdb_byte *'.
684 * bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
685 and writebuf to `gdb_byte *'.
686 * inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
687 and writebuf to `gdb_byte *'.
688 * bsd-kvm.c (bsd_kvm_xfer_memory): Replace.
689 (bsd_kvm_xfer_partial): New function.
690 (bsd_kvm_add_target): Set to_xfer_partial instead of
691 to_xfer_memory.
692 * bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
693 and writebuf to `gdb_byte *'.
694 * target.c (deprecated_debug_xfer_memory): Remove prototype.
695 (deprecated_debug_xfer_memory): Change type of second argument to
696 `gdb_byte *'.
697 * remote.c (remote_xfer_memory): Remove prototype.
698 (remote_xfer_memory): Change type of second argument to `gdb_byte
699 *'.
700 (remote_xfer_partial): Change type of readbuf and writebuf to
701 `gdb_byte *'.
702
703 * config/sparc/fbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
704 * config/sparc/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
705 and solib-legacy.o.
706 (NAT_FILE): Remove.
707
708 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
709
710 * s390-tdep.c (s390_return_value): Remove unnecessary casts.
711 (s390_breakpoint_from_pc): Change type of return value and
712 'breakpoint' to const gdb_byte *.
713
714 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
715
716 * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write):
717 Change type of 'buf' argument to gdb_byte *.
718 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
719 (s390_register_to_value): Change type of 'out' to gdb_byte *, change
720 type of 'in' to gdb_byte [].
721 (s390_value_to_register): Change type of 'in' to gdb_byte *, change
722 type of 'out' to gdb_byte [].
723 (s390_return_value): Change type of 'out' and 'in' to gdb_byte *.
724
725 2005-05-16 Andrew Cagney <cagney@gnu.org>
726
727 * target.h (target_read_partial, target_write_partial)
728 (do_xfer_memory, xfer_memory, target_read, target_write)
729 (get_target_memory): For buffers, change "void*" to gdb_byte.
730 (struct target_ops): Ditto for to_xfer_partial and
731 deprecated_xfer_memory.
732 * dcache.h (dcache_xfer_memory): Ditto.
733 * target.c (default_xfer_partial, target_read_partial)
734 (target_write_partial, target_read, target_write)
735 (do_xfer_memory, update_current_target, get_target_memory): Update.
736 (target_read_string): Change buf to a gdb_byte.
737 * dcache.c (dcache_xfer_memory): Update.
738 * exec.c (xfer_memory): Make buffer type to gdb_byte.
739 * mem-break.c (default_memory_insert_breakpoint): Remove cast.
740 * disasm.c (dis_asm_read_memory): Remove cast, use gdb_byte.
741
742 2005-05-16 Mark Kettenis <kettenis@gnu.org>
743
744 * sol-thread.c (ignore): Change last argument to `gdb_byte.'
745
746 * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove.
747 * config/i386/fbsd64.mt (DEPRECATED_TM_FILE): Remove.
748 * config/i386/nbsd.mt (DEPRECATED_TM_FILE): Remove.
749 * config/i386/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
750 * config/sparc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
751 * config/sparc/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
752
753 * observer.sh: Quote $DJGPP.
754
755 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
756
757 * Makefile.in (.y.c): Update ylwrap invocation.
758
759 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
760
761 * linux-nat.c (child_follow_fork, linux_handle_extended_wait)
762 (lin_lwp_attach_lwp, linux_nat_attach, wait_lwp, child_wait)
763 (linux_nat_wait, kill_wait_callback): Use my_waitpid.
764 (_initialize_linux_nat, lin_thread_get_thread_signals): Use
765 SA_RESTART.
766
767 2005-05-14 Mark Kettenis <kettenis@gnu.org>
768
769 * configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.
770 * config/vax/obsd.mt (TDEPFILES): New file.
771
772 * i386-tdep.c (i386_supply_gregset, i386_collect_gregset): Use
773 gdb_byte instead of bfd_byte.
774
775 * mips-tdep.c (mips_pseudo_register_read)
776 (mips_pseudo_register_write): Change type of last argument to
777 `gdb_byte *'.
778 (mips_register_to_value, mips_value_to_register): Change type of
779 last argument to `gdb_byte *'. Remove casts that are no longer
780 needed.
781 (mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
782 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
783 (mips_o32_push_dummy_call, mips_o32_return_value): Use `const
784 gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
785 are no longer needed.
786 (mips_eabi_return_value, mips_n32n64_return_value)
787 (mips_o32_return_value, mips_o64_return_value): Change type of
788 readbuf and writebuf arguments to `gdb_byte *'.
789 (mips_read_fp_register_single): Change type of last argument to
790 `gdb_byte *'. Use `gdb_byte *' for raw_buffer.
791 (mips_read_fp_register_double): Change type of last argument to
792 `gdb_byte *'.
793 (mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
794 casts that are no longer needed.
795 (mips_print_register, print_gp_register_row): Use gdb_byte for
796 raw_buffer. Remove casts that are no longer needed.
797 (mips_single_step_through_delay): Use gdb_byte for buf.
798 (mips_breakpoint_from_pc): Change return type to `const gdb_byte
799 *'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
800 pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
801 little_breakpoint, pmon_little_breakpoint and
802 idt_little_breakpoint.
803 (mips_integer_to_address): Use `gdb_byte *' for tmp.
804
805 * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove.
806 * config/i386/obsd.mt (DEPRECATED_TM_FILE): Remove.
807 * config/i386/obsd64.mt (DEPRECATED_TM_FILE): Remove.
808 * config/pa/obsd.mt (DEPRECATED_TM_FILE): Remove.
809 * config/sparc/obsd.mt (DEPRECATED_TM_FILE): Remove.
810 * config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Remove.
811
812 * sparc-tdep.c (sparc_fetch_instruction, sparc_fetch_wcookie): Use
813 gdb_byte for buf.
814 (sparc32_pseudo_register_read, sparc32_pseudo_register_write):
815 Change type of last argument to `gdb_byte *'. Remove casts that
816 are no longer needed.
817 (sparc32_push_dummy_code, sparc32_store_arguments): Use gdb_byte
818 for buf.
819 (sparc_breakpoint_from_pc): Change return type to `const gdb_byte
820 *'. Use gdb_byte for break_insn.
821 (sparc32_extract_return_value, sparc32_store_return_value): Change
822 type of last argument to `gdb_byte *'. Use gdb_byte for buf.
823 (sparc32_return_value): Change type of readbuf and writebuf
824 arguments to `gdb_byte *'.
825 (sparc_software_single_step): Use gdb_byte for npc_save and
826 nnpc_save.
827 (sparc_supply_rwindow, sparc_collect_rwindow): Use gdb_byte for
828 buf.
829 (sparc32_supply_gregset, sparc32_collect_gregset)
830 (sparc32_supply_fpregset, sparc32_collect_fpregset): Use `gdb_byte
831 *' for regs.
832 * sparc64-tdep.c (sparc64_pseudo_register_read)
833 (sparc64_pseudo_register_write): Change type of last argument to
834 `gdb_byte *'. Remove casts that are no longer needed.
835 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
836 Change type of valbuf argument to `gfd_byte *'.
837 (sparc64_store_arguments): Use `gdb_byte *' for valbuf. use
838 gdb_byte for buf.
839 (sparc64_extract_return_value, sparc64_store_return_value): Change
840 type of last argument to `gdb_byte *'. Use gdb_byte for buf.
841 (sparc64_return_value): Change type of readbuf and writebuf
842 arguments to `gdb_byte *'.
843 (sparc64_supply_gregset, sparc64_collect_gregset)
844 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use `gdb_byte
845 *' for regs.
846
847 * m68k-tdep.c (m68k_local_breakpoint_from_pc): Change return type
848 to `const gdb_byte *'. Use gdb_byte for break_insn.
849 (m68k_register_to_value): Change type of last argument to
850 `gdb_byte *'. Use gdb_byte for from.
851 (m68k_value_to_register): Change type of last argument to
852 `gdb_byte *'. Use gdb_byte for to.
853 (m68k_extract_return_value): Change type of last argument to
854 `gdb_byte *'. Use gdb_byte for buf. Remove unnecessary cast.
855 (m68k_svr4_extract_return_value): Change type of last argument to
856 `gdb_byte *'. Use gdb_byte for buf.
857 (m68k_store_return_value): Change type of last argument to
858 `gdb_byte *'. Remove unnecessary cast.
859 (m68k_svr4_store_return_value): Change type of last argument to
860 `gdb_byte *'. Use gdb_byte for buf.
861 (m68k_return_value, m68k_svr4_return_value): Change type of
862 readbuf and writebuf arguments to `gdb_byte *'.
863 (m68k_push_dummy_call, m68k_unwind_pc, m68k_frame_cache)
864 (m68k_unwind_dummy_id): Use gdb_byte for buf.
865 (m68k_get_longjmp_target): Use `gdb_byte *' for buf.
866 * m68kbsd-tdep.c (m68kbsd_supply_fpregset)
867 (m68kbsd_supply_gregset): Use `gdb_byte *' for regs.
868
869 * m88k-tdep.c (m88k_breakpoint_from_pc): Change return type to
870 `const gdb_byte *'. Use gdb_byte for break_insn.
871 (m88k_return_value): Change type of readbuf and
872 writebuf arguments to `gdb_byte *'. Use gdb_byte for buf.
873 (m88k_supply_gregset): Use `gdb_byte *' for regs.
874
875 * vax-tdep.c (vax_return_value): Change type of readbuf and
876 writebuf arguments to `gdb_byte *'.
877
878 * amd64-tdep.c (amd64_return_value): Change type of readbuf and
879 writebuf arguments to `gdb_byte *'. Remove now redundant casts.
880 * i386-tdep.c (i386_return_value): Change type of readbuf and
881 writebuf arguments to `gdb_byte *'.
882 (i386_pseudo_register_read, i386_pseudo_register_write): Change
883 type of last argument to `gdb_byte *'.
884 (i386_register_to_value, i386_value_to_register): Change type of
885 last argument to `gdb_byte *'. Simplify function a bit.
886 * i387-tdep.h (i387_value_to_register, i387_register_to_value):
887 Change type of last argument to `gdb_byte *'.
888 * i387-tdep.c: Likewise.
889
890 2005-05-13 Andrew Cagney <cagney@gnu.org>
891
892 * gdbarch.sh (pseudo_register_read, pseudo_register_write)
893 (value_to_register, register_to_value, pointer_to_address)
894 (address_to_pointer, return_value, extract_return_value)
895 (store_return_value): Instead of a void pointer, use gdb_byte.
896 * gdbarch.h, gdbarch.c: Regenerate.
897 * inferior.h (unsigned_address_to_pointer)
898 (signed_pointer_to_address, address_to_signed_pointer)
899 (unsigned_pointer_to_address): Update.
900 * arch-utils.h (legacy_return_value):
901 * arch-utils.c (legacy_extract_return_value)
902 (legacy_return_value): Update.
903 * findvar.c (unsigned_pointer_to_address)
904 (signed_pointer_to_address, unsigned_address_to_pointer)
905 (address_to_signed_pointer): Update.
906
907 2005-05-13 Orjan Friberg <orjanf@axis.com>
908
909 * cris-tdep.c (_initialize_cris_tdep): Improve help strings for
910 cris-version, cris-mode, and cris-dwarf2-cfi settings.
911
912 2005-05-13 Orjan Friberg <orjanf@axis.com>
913
914 * cris-tdep.c (usr_cmd_cris_version): Change type to int.
915 (cris_mode_normal, cris_mode_guru, cris_modes, usr_cmd_cris_mode): Add.
916 (struct gdbarch_tdep): Change type of cris_version to int. Add
917 cris_mode.
918 (cris_mode, set_cris_mode): New functions.
919 (crisv32_single_step_through_delay): Read from NRP register instead
920 of ERP register in guru mode.
921 (cris_breakpoint_from_pc): Rename break_insn to break8_insn.
922 Add break15_insn, returned in guru mode.
923 (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new
924 cris-mode setting.
925 (cris_dump_tdep): Add dump of cris_mode.
926 (cris_gdbarch_init): Add cris_mode to search criteria for architecture.
927 Register the sigtramp frame sniffer only if not in guru mode.
928
929 2005-05-13 Eli Zaretskii <eliz@gnu.org>
930
931 * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
932
933 * go32-nat.c: Include top.h. Update copyright years.
934 (init_go32_ops): Override the default value of gdbinit[] with
935 "gdb.ini".
936
937 * cli/cli-cmds.c: Don't define GDBINIT_FILENAME.
938 (init_cli_cmds): Use gdbinit[] instead of a compile-time literal
939 string GDBINIT_FILENAME.
940
941 * top.c (PATH_MAX): Define if not defined.
942 (gdbinit): Declare with a constant size PATH_MAX.
943
944 * config/i386/go32.mh (XM_FILE): Remove.
945
946 * config/i386/xm-go32.h: Remove file.
947
948 2005-05-12 Mark Kettenis <kettenis@gnu.org>
949
950 * sol-thread.c: Include "solib.h".
951 (sol_thread_attach): Use solib_add instead of SOLIB_ADD.
952 * Makefile.in (sol-thread.o): Update dependencies.
953
954 * NEWS: Mention OpenBSD/mips64 as a new native configuration.
955
956 2005-05-12 Eli Zaretskii <eliz@gnu.org>
957
958 * observer.sh (texi) [DJGPP]: If the file name includes a colon,
959 convert it to the /dev/x/ form.
960
961 2005-05-12 Mark Kettenis <kettenis@gnu.org>
962
963 * solib.h (CLEAR_SOLIB, SOLIB_ADD)
964 (SOLIB_CREATE_INFERIOR_HOOK, SOLIB_REMOVE_INFERIOR_HOOK)
965 (SOLIB_IN_DYNAMIC_LINKER, SOLIB_RESTART)
966 (DISABLE_UNSETTABLE_BREAK, PC_SOLIB)
967 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Remove defines and orphaned
968 comments.
969 * breakpoint.c: Include "solib.h".
970 (insert_bp_location) [!DISABLE_UNSETTABLE_BREAK]: Call
971 solib_address.
972 (remove_solib_event_breakpoints, create_solib_event_breakpoint)
973 (disable_breakpoints_in_shlibs)
974 (disable_breakpoints_in_unloaded_shlib)
975 (re_enable_breakpoints_in_shlibs): Compile if SOLIB_ADD isn't
976 defined. If PC_SOLIB isn't defined, call solib_address.
977 (_initialize_breakpoint): Unconditionally install observer.
978 * corelow.c: Include "solib.h".
979 [SOLIB_ADD] (solib_add_stub): Remove prototype.
980 (core_close) [!CLEAR_SOLIB]: Call clear_solib.
981 (solib_add_stub) [!SOLIB_ADD] Call solib_add.
982 (core_open): Unconditionally call solib_add_stub.
983 * fork-child.c: Include "solib.h".
984 (fork_inferior) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
985 solib_create_inferior_hook.
986 * infcmd.c: Include "solib.h".
987 (attach_command) [!SOLIB_ADD]: Call shlib_rescan. Unconditionally
988 call re_enable_breakpoints_in_shlibs.
989 * infrun.c: Include "solib.h".
990 (SOLIB_IN_SYNSYM_RESOLVE_CODE): Don't define if not already
991 defined.
992 (stop_on_solib_events, show_stop_on_solib_events): Include
993 unconditionally.
994 (follow_exec) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
995 solib_create_inferior_hook.
996 (handle_inferior_event) [!SOLIB_ADD]: Call shlib_add.
997 [!IN_SOLIB_DYNSYM_RESOLVE_CODE]: Call in_solib_dynsym_resolve_code.
998 (_initialize_infrun): Unconditionally add "stop_on_solib-events"
999 command.
1000 * remote.c: Include "solib.h".
1001 (remote_open_1): Unconditionally call no_shared_libraries.
1002 [!SOLIB_CREATE_INFERIOR_HOOK] Call solib_create_inferior_hook.
1003 * stack.c: Include "solib.h".
1004 (print_frame) [!PC_SOLIB] Call shlib_for_pc.
1005 * xcoffsolib.c (no_shared_libraries): Remove function.
1006 * Makefile.in (SFILES): Add solib.c.
1007 (ALLDEPFILES): Remove solib.c.
1008 (COMMON_OBS): Add solib.o.
1009 (breakpoint.o, corelow.o, fork-chiled.o, infcmd.o, infrun.o)
1010 (remote.o, stack.o): Update dependencies.
1011
1012 2005-05-12 Daniel Jacobowitz <dan@codesourcery.com>
1013
1014 * cp-names.y: Renamed to ...
1015 * cp-name-parser.y: ... this.
1016 * Makefile.in (SFILES, YYFILES, YYOBJ): Rename cp-names.y to
1017 cp-name-parser.y.
1018 (test-cp-names.o): Renamed to test-cp-name-parser.o.
1019 (test-cp-names): Renamed to test-cp-name-parser.
1020 (clean, local-maintainer-clean): Update.
1021 (cp-names.o): Renamed to cp-name-parser.o.
1022
1023 2005-05-12 Eli Zaretskii <eliz@gnu.org>
1024
1025 * observer.sh: Use observer.tmp instead of observer.inc-tmp which
1026 on 8+3 filesystems overwrites observer.inc. Update copyright year
1027 of the resultant file.
1028
1029 * gnu-v3-abi.c (init_gnuv3_ops): Cast is_gnu_v3_mangled_dtor and
1030 is_gnu_v3_mangled_ctor to avoid compiler warnings.
1031
1032 * config/djgpp/config.sed: Adapt to latest Autoconf.
1033
1034 * config/djgpp/djconfig.sh: Add -Wpointer-arith and
1035 -Wuninitialized to the build warnings.
1036
1037 2005-05-11 Eli Zaretskii <eliz@gnu.org>
1038
1039 * config/djgpp/fnchange.lst: Add mappings for inttypes*.m4,
1040 ChangeLog-2004, reg-cris*.dat, dw2-intermix.*, semcris*-switch.c.
1041 Fix mappings for hilo-hazard-?.s.
1042
1043 * config/djgpp/README: Update GDB versions and my email address.
1044
1045 2005-05-09 Andrew Cagney <cagney@gnu.org>
1046
1047 Use gdb_byte in preference to bfd_byte.
1048 * gdbarch.sh: Update.
1049 * gdbarch.h, gdbarch.c: Re-generate.
1050 * ada-lang.c, ada-lang.h, ada-valprint.c, arch-utils.c: Update.
1051 * c-lang.c, c-lang.h, c-valprint.c, cp-valprint.c: Update.
1052 * f-lang.c, f-lang.h, f-valprint.c, gdbcore.h, jv-lang.h: Update.
1053 * jv-valprint.c, language.c, language.h, m2-lang.c: Update.
1054 * m2-lang.h, m2-valprint.c, objc-lang.c, p-lang.c: Update.
1055 * p-lang.h, p-valprint.c, regcache.c, scm-lang.c: Update.
1056 * scm-lang.h, scm-valprint.c, target.c, target.h: Update.
1057 * tramp-frame.c, valarith.c, valops.c, valprint.c: Update.
1058 * valprint.h, value.c, value.h: Update.
1059
1060 2005-05-09 Mark Kettenis <kettenis@gnu.org>
1061
1062 * vaxbsd-nat.c (vaxbsd_supply_gregset, vaxbsd_collect_gregset):
1063 Use `gdb_byte *' for regs.
1064 * vax-tdep.c (vax_supply_gregset): Use `gdb_byte *' for regs;
1065 (vax_store_arguments, vax_push_dummy_call, vax_return_value): Use
1066 gdb_byte for buf.
1067 (vax_breakpoint_from_pc): Change return type to `const gdb_byte
1068 *'. Use gdb_byte for break_insn.
1069 (vax_skip_prologue): Use gdb_byte for op.
1070
1071 * i387-tdep.c: Remove outdated comments.
1072
1073 * defs.h: Unconditionally include <sys/types.h>.
1074
1075 2005-05-08 Daniel Jacobowitz <dan@codesourcery.com>
1076
1077 * mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs
1078 section like .plt.
1079
1080 2005-05-08 Mark Kettenis <kettenis@gnu.org>
1081
1082 * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code):
1083 Change type to `static const gdb_byte'.
1084 (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start)
1085 (i386_linux_sigcontext_addr): Use gdb_byte for buf.
1086 * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
1087 const gdb_byte'.
1088 (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
1089 gdb_byte for buf.
1090 * amd64fbsd-tdep.c (amd64fbsd_supply_uthread)
1091 (amd64fbsd_collect_uthread): Use gdb_byte for buf.
1092
1093 * config/ia64/nm-aix.h: Remove file.
1094
1095 * amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
1096 (amd64_push_arguments): Use gdb_byte instead of bfd_byte. Use
1097 gdb_byte for buf.
1098 (amd64_push_dummy_call): Use gdb_byte for buf.
1099 (amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
1100 (amd64_frame_cache, amd64_sigtramp_frame_cache)
1101 (amd64_unwind_dummy_id): Use gdb_byte for buf.
1102 (amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
1103 regs.
1104 * amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
1105 casts.
1106 (amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
1107 *' for buf,
1108
1109 * i386-tdep.c (i386_breakpoint_from_pc): Change return type to
1110 `const gdb_byte *'. Use gdb_byte for break_insn.
1111 (i386_follow_jump): Use gdb_byte for op.
1112 (i386_analyze_struct_return): Use gdb_byte for proto1, proto2, buf
1113 and op.
1114 (i386_skip_probe): Use gdb_byte for buf and op.
1115 (struct i386_insn): Use gdb_byte for insn and mask.
1116 (i386_match_insn, i386_analyze_frame_setup)
1117 (i386_analyze_register_saves): Use gdb_byte for op.
1118 (i386_skip_prologue): Use gdb_byte for pic_pat and op;
1119 (i386_unwind_pc, i386_frame_cache, i386_sigtramp_frame_cache)
1120 (i386_unwind_dummy_id, i386_get_longjmp_target): Use gdb_byte for
1121 buf.
1122 (i386_extract_return_value, i386_store_return_value): Use
1123 `gdb_byte *' instead of `void *' for valbuf argument. Remove now
1124 redundant cast.
1125 (i386_pseudo_register_read, i386_pseudo_register_write): Use
1126 gdb_byte for mmx_buf.
1127 (i386_register_to_value, i386_value_to_register): Use `gdb_byte *'
1128 instead of `char *' for buf.
1129 (i386_supply_gregset, i386_collect_gregset): Use `gdb_byte *'
1130 instead of `char *' for regs.
1131 (i386_svr4_sigcontext_addr): Use gdb_byte for buf.
1132 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use gdb_byte for
1133 sigreturn and `gdb_byte *' for buf.
1134 (i386obsd_aout_supply_regset): Use `const gdb_byte *' in cast.
1135 (i386obsd_supply_uthread, i386obsd_collect_uthread): Use gdb_byte
1136 for buf.
1137 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use gdb_byte for buf.
1138
1139 * defs.h (gdb_byte): New typedef. Tweak comments.
1140
1141 * target.h (target_link): Remove prototype.
1142 * target.c (target_link): Remove function.
1143 * symfile.c: Remove comment about rombug.
1144
1145 2005-05-04 Mark Kettenis <kettenis@gnu.org>
1146
1147 * config/i386/cygwin.mh (XM_FILE): Remove variable.
1148 * config/i386/xm-cygwin.h: Remove file.
1149
1150 2005-05-03 Ben Elliston <bje@au.ibm.com>
1151
1152 * infrun.c (handle_inferior_event): Update the comment about users
1153 of stepped_after_stopped_by_watchpoint.
1154
1155 2005-05-02 Corinna Vinschen <vinschen@redhat.com>
1156
1157 * MAINTAINERS: Remove hint that sh64 doesn't build.
1158 * sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory.
1159 (sh64_do_fp_register): make raw_buffer unsigned.
1160 (sh64_do_register): Ditto.
1161
1162 2005-05-02 Mark Kettenis <kettenis@gnu.org>
1163
1164 * bsd-uthread.c: Include "solib.h".
1165 * Makefile.in (bsd-uthread.o): Update dependencies.
1166
1167 2005-05-01 Daniel Jacobowitz <dan@codesourcery.com>
1168
1169 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush
1170 cached frames when changing gdbarch.
1171 * gdbarch.c: Regenerated.
1172
1173 2005-05-01 Andrew Cagney <cagney@gnu.org>
1174
1175 * MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
1176 do not build.
1177
1178 * gdbarch.sh (deprecated_extract_return_value)
1179 (breakpoint_from_pc, deprecated_store_return_value)
1180 (memory_insert_breakpoint, memory_remove_breakpoint): Change type
1181 of buffer to a bfd_byte pointer.
1182 * gdbarch.h, gdbarch.c: Re-generate.
1183 * mem-break.c (memory_insert_breakpoint)
1184 (memory_remove_breakpoint, default_memory_insert_breakpoint)
1185 (default_memory_remove_breakpoint): Update.
1186 * target.h (memory_insert_breakpoint)
1187 (memory_remove_breakpoint, default_memory_insert_breakpoint)
1188 (default_memory_remove_breakpoint): Update declarations.
1189 (struct target_ops): Update to_insert_breakpoint and
1190 to_remove_breakpoint.
1191 * target.c (debug_to_remove_breakpoint)
1192 (debug_to_insert_breakpoint): Update.
1193 * remote-m32r-sdi.c (m32r_remove_breakpoint)
1194 (m32r_insert_breakpoint): Update.
1195 * m32r-tdep.c (m32r_memory_insert_breakpoint)
1196 (m32r_memory_remove_breakpoint): Update.
1197 * remote-e7000.c (e7000_insert_breakpoint)
1198 (e7000_remove_breakpoint): Update.
1199 * remote-rdi.c (arm_rdi_insert_breakpoint)
1200 (arm_rdi_remove_breakpoint): Update.
1201 * remote-sim.c (gdbsim_insert_breakpoint)
1202 (gdbsim_remove_breakpoint): Update.
1203 * exec.c (ignore): Update.
1204 * rs6000-tdep.c (rs6000_extract_return_value): Update.
1205 * ia64-tdep.c (ia64_memory_insert_breakpoint)
1206 (ia64_memory_remove_breakpoint): Update.
1207 * remote-rdp.c (remote_rdp_insert_breakpoint)
1208 (remote_rdp_remove_breakpoint): Update.
1209
1210 2005-05-01 Mark Kettenis <kettenis@gnu.org>
1211
1212 * somsolib.c, somsolib.h: Remove files.
1213 * Makefile.in (somsolib_h): Remove.
1214 (somsolib.o): Remove dependency.
1215
1216 * fbsd-nat.c: Include <sys/sysctl.h>.
1217 (fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if
1218 available. Plug memory leak. Fixes PR gdb/1922.
1219
1220 2005-04-29 Mark Kettenis <kettenis@gnu.org>
1221
1222 * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)
1223 (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK)
1224 (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS)
1225 (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
1226 * solib.c (solib_data): New variable.
1227 (solib_init, solib_ops): New functions.
1228 (solib_open, solib_map_sections, free_so, update_solib_list)
1229 (solib_add, clear_solib, solib_create_inferior_hook)
1230 (in_solib_dynsym_resolve_code): Call architecture-dependent code
1231 using solib_ops.
1232 (_initialize_solib): Register SOLIB_DATA.
1233
1234 2005-04-29 Kevin Buettner <kevinb@redhat.com>
1235
1236 * frv-tdep.c (find_func_descr): Verify that entry point can be
1237 found in symbol table prior to looking up its function descriptor.
1238 * solib-frv.c (find_canonical_descriptor_in_load_object): Add
1239 test for non-NULL link map.
1240
1241 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
1242
1243 * MAINTAINERS: Revert h8300 state to un-deleted.
1244 * Makefile.in: Re-add h8300-tdep.o dependencies.
1245 * h8300-tdep.c: Slightly rearrange type definitions and functions.
1246 (struct frame_extra_info): Remove.
1247 (struct h8300_frame_cache): Replace locals with differently defined
1248 uses_fp member.
1249 (h8300_unwind_pc): Simplify.
1250 (h8300_unwind_sp): New function.
1251 (h8300_unwind_dummy_id): Simplify.
1252 (h8300_init_frame_cache): New function.
1253 (h8300_is_argument_spill): Use reworked defines for opcode scanning.
1254 (h8300_skip_prologue): Rewrite.
1255 (h8300_alloc_frame_cache): Remove.
1256 (h8300_analyze_frame_setup): Remove.
1257 (h8300_analyze_register_saves): Remove.
1258 (h8300_analyze_prologue): Rewrite.
1259 (h8300_frame_cache): Use h8300_init_frame_cache instead of
1260 h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to
1261 accomodate 16 bit mode. Fix saved_sp and register offset evaluation.
1262 (h8300_frame_this_id): Correctly calculate this_id using saved stack
1263 pointer instead of base.
1264 (h8300_frame_prev_register): Drop needless braces.
1265 (h8300_frame_base_address): New function.
1266 (h8300_frame_base): New frame_base.
1267 (h8300_push_dummy_call): Return correct CFA value.
1268 (h8300h_extract_return_value): Fix 8 byte value handling.
1269 (h8300_use_struct_convention): New function.
1270 (h8300h_use_struct_convention): New function.
1271 (h8300h_store_return_value): Fix 8 byte value handling.
1272 (h8300_return_value): New function.
1273 (h8300h_return_value): New function.
1274 (h8300_extract_struct_value_address): Remove deprecated functionality.
1275 (h8300_push_dummy_code): Remove.
1276 (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
1277 set_gdbarch_store_return_value calls by set_gdbarch_return_value.
1278 Remove calls to set_gdbarch_deprecated_fp_regnum,
1279 set_gdbarch_deprecated_extract_struct_value_address,
1280 set_gdbarch_deprecated_use_struct_convention and
1281 set_gdbarch_push_dummy_code.
1282 Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
1283 Slightly rearrange code.
1284
1285 2005-04-28 Jim Blandy <jimb@redhat.com>
1286
1287 * parse.c (namecopy): Change allocation conventions.
1288 (namecopy_size): New variable.
1289 (copy_name): Allocate namecopy using xrealloc, instead of assuming
1290 it has adequate space allocated to it.
1291 (parse_exp_1): Don't try to allocate space for namecopy here.
1292
1293 2005-04-28 Eli Zaretskii <eliz@gnu.org>
1294
1295 * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet
1296 set, use symtab_to_fullname, instead of trying to do its job. Use
1297 xstrprintf instead of malloc and sprintf.
1298
1299 2005-04-28 Kevin Buettner <kevinb@redhat.com>
1300
1301 * remote.c (init_remote_state): Eliminate use of
1302 deprecated_register_bytes().
1303
1304 2005-04-28 Andrew Cagney <cagney@gnu.org>
1305
1306 * valops.c (check_field): Make buffer a bfd_byte.
1307 * value.c (unpack_long, unpack_double, unpack_pointer)
1308 (unpack_field_as_long, modify_field): Ditto.
1309 * value.h: Update declarations.
1310
1311 2005-04-28 Paul Brook <paul@codesourcery.com>
1312
1313 * exceptions.c (print_flush): Handle NULL gdb_stdout_serial.
1314
1315 2005-04-27 Mark Kettenis <kettenis@gnu.org>
1316
1317 * solib-svr4.c (_initialize_svr4_solib)
1318 [SVR4_FETCH_LINK_MAP_OFFSETS]: Don't set non-existent variable
1319 svr4_legacy_fetch_link_map_offsets.
1320
1321 * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
1322 (sh_gdbarch_init): Remove redundant prototype.
1323 * sh-linux-tdep.c: New file.
1324 * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
1325 Remove prototype.
1326 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
1327 * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
1328 solib-legacy.o.
1329 * Makefile.in (sh-linux-tdep.o): New.
1330
1331 * solib-svr4.c: Update copyright year. Include "gdb_assert.h".
1332 (SVR4_FETCH_LINK_MAP_OFFSETS): Don't define if not already
1333 defined.
1334 (legacy_fetch_link_map_offsets): Remove prototype.
1335 (fetch_link_map_offsets_gdbarch_data): Remove.
1336 (LM_ADDR, LM_NEXT, IGNORE_FIRST_LINK_MAP_ENTRY)
1337 (first_link_map_member, open_symbol_file_object, svr4_current_sos)
1338 (svr4_fetch_objfile_link_map): Call svr4_fetch_link_map_offsets
1339 instead of SVR4_FETCH_LINK_MAP_OFFSETS.
1340 (solib_svr4_data): New variable.
1341 (struct solib_svr4_ops): New.
1342 (solib_svr4_init): New fynction.
1343 (legacy_fetch_link_map_offsets, init_fetch_link_map_offsets):
1344 Remove functions.
1345 (svr4_fetch_link_map_offsets, svr4_have_link_map_offsets): Rewrite
1346 using the new `struct solib_svr4_ops'.
1347 (_initialize_svr4_solib): Replace registration of per-architecture
1348 data. Add temporary hack to set
1349 svr4_legacy_fetch_link_map_offsets if SVR4_FETCH_LINK_MAP_OFFSETS
1350 is set.
1351 * Makefile.in (solib-svr4.o): Update dependencies.
1352
1353 2005-04-26 Mark Kettenis <kettenis@gnu.org>
1354
1355 * configure.tgt (*-*-freebsd*): Set gdb_osabi to
1356 GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
1357
1358 2005-04-26 Andrew Cagney <cagney@gnu.org>
1359
1360 * remote.c (remote_open_1): Move "ex"'s declaration to where it is
1361 used.
1362 (remote_get_thread_local_address): Use throw_error, include a
1363 printed string.
1364 * linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
1365 * dwarf2loc.c (dwarf_expr_tls_address): Ditto.
1366 * cli/cli-script.c (script_from_file): Mark up throw_error message.
1367 * linespec.c (symtab_from_filename, decode_variable): Ditto.
1368
1369 2005-04-26 Andrew Cagney <cagney@gnu.org>
1370
1371 Rename 'struct exception' to 'struct gdb_exception'.
1372 * wrapper.c: Update.
1373 * varobj.c: Update.
1374 * tui/tui-interp.c: Update.
1375 * remote.c: Update.
1376 * mi/mi-main.c: Update.
1377 * mi/mi-interp.c: Update.
1378 * linux-thread-db.c: Update.
1379 * interps.h: Update.
1380 * interps.c: Update.
1381 * exceptions.h: Update.
1382 * exceptions.c: Update.
1383 * dwarf2loc.c: Update.
1384 * cli/cli-interp.c: Update.
1385 * cli/cli-script.c: Update.
1386 * breakpoint.c: Update.
1387
1388 2005-04-25 Mark Mitchell <mark@codesourcery.com>
1389
1390 * event-loop.c (gdb_select): Program defensively.
1391
1392 * event-loop.c (gdb_assert.h): Include.
1393 (<windows.h>): Include under Windows.
1394 (<io.h>): Likeiwse.
1395 (gdb_select): New function.
1396 (gdb_wait_for_event): Use it.
1397 * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
1398
1399 2005-04-23 Mark Kettenis <kettenis@gnu.org>
1400
1401 * sparc64-tdep.c: Include "dwarf2-frame.h".
1402 (sparc64_dwarf2_frame_init_reg): New function.
1403 * Makefile.in (sparc64-tdep.o): Update dependencies.
1404
1405 2005-04-22 David S. Miller <davem@davemloft.net>
1406
1407 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
1408 sparc64_init_abi().
1409
1410 2005-04-22 Mark Kettenis <kettenis@gnu.org>
1411
1412 * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
1413
1414 2005-04-22 Mark Mitchell <mark@codesourcery.com>
1415
1416 * ser-base.c (<sys/time.h>): Include.
1417
1418 2005-04-22 Mark Kettenis <kettenis@gnu.org>
1419
1420 * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
1421
1422 * sparc-linux-tdep.c: Reorder includes. Tweak a few comments.
1423 (LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1)
1424 (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove
1425 macros.
1426 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode
1427 instructions.
1428 * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments.
1429 (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove
1430 macros.
1431 (sparc64_linux_rt_sigframe): Hardcode instructions.
1432 * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
1433 dependencies.
1434
1435 * sparc-linux-tdep.c: Update copyright year.
1436 (sparc32_linux_init_abi): Set skip_trampoline_code and
1437 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
1438 Don't set software_single_step and don't call
1439 sparc32_sol2_init_abi.
1440 * sparc64-linux-tdep.c: Update copyright year.
1441 (sparc64_linux_init_abi): Set skip_trampoline_code and
1442 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
1443 Don't set software_single_step and don't call
1444 sparc64_sol2_init_abi.
1445
1446 2005-04-22 Eli Zaretskii <eliz@gnu.org>
1447
1448 * remote-st.c (_initialize_remote_st2000): Remove the extraneous
1449 "<command>" string from the call to add_com.
1450
1451 * remote-sim.c (_initialize_remote_sim): Ditto.
1452
1453 * remote-utils.c (_initialize_sr_support): Ditto.
1454
1455 * remote-mips.c (_initialize_remote_mips): Ditto.
1456
1457 2005-04-21 David S. Miller <davem@davemloft.net>
1458
1459 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
1460 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
1461 (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
1462 sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
1463 sparc32_linux_sigtramp_frame_cache,
1464 sparc32_linux_sigtramp_frame_this_id,
1465 sparc32_linux_sigtramp_frame_prev_register,
1466 sparc32_linux_sigtramp_frame_unwind,
1467 sparc32_linux_sigtramp_frame_sniffer): Delete.
1468 (sparc32_linux_init_abi): Register new tramp unwinders. Kill
1469 register of old sigtramp sniffer.
1470 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
1471 function.
1472 (sparc64_linux_rt_sigframe): New tramp frame.
1473 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
1474 sparc64_linux_sigtramp_frame_cache,
1475 sparc64_linux_sigtramp_frame_this_id,
1476 sparc64_linux_sigtramp_frame_prev_register,
1477 sparc64_linux_sigtramp_frame_unwind,
1478 sparc64_linux_sigtramp_frame_sniffer): Delete.
1479 (sparc64_linux_init_abi): Register new tramp unwinders. Kill
1480 register of old sigtramp sniffer.
1481 Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1482 (sparc-linux-tdep.o): Likewise.
1483
1484 2005-04-21 Mark Kettenis <kettenis@gnu.org>
1485
1486 * ser-base.c: Include "gdb_string.h".
1487 * Makefile.in (ser-base.o): Update dependencies.
1488
1489 2005-04-20 David S. Miller <davem@davemloft.net>
1490
1491 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
1492 signal return stub symbol names, __restore and __restore_rt are
1493 the i386 symbol names not the sparc ones.
1494 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
1495 as where the offsets were obtained from.
1496 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
1497 LINUX64_RT_SIGTRAMP_INSN1): New defines.
1498 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
1499 sparc64_linux_sigtramp_frame_cache,
1500 sparc64_linux_sigtramp_frame_this_id,
1501 sparc64_linux_sigtramp_frame_prev_register,
1502 sparc64_linux_sigtramp_frame_sniffer): New functions.
1503 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
1504 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
1505 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1506
1507 2005-04-20 Mark Mitchell <mark@codesourcery.com>
1508
1509 * configure.ac: On MinGW, define USE_WIN32API and link with
1510 -lws2_32.
1511 * ser-tcp.c (<winsock2.h>): Include, for Windows.
1512 (ETIMEDOUT): Define, for Windows.
1513 (ioctl): Likewise.
1514 (closesocket): Define, for POSIX.
1515 (net_open): Adjust for differences in socket functions between
1516 Windows and UNIX.
1517 (net_close): Likweise.
1518 (net_read_prim): New function.
1519 (net_write_prim): Likewise.
1520 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
1521 write_prim.
1522 * ser-unix.h (ser_unix_readcchar): Remove.
1523 (ser_unix_read_prim): Declare.
1524 (ser_unix_write_prim): Likewise.
1525 * ser-unix.c (generic_readchar): Move to ser-base.c.
1526 (ser_unix_wait_for): Likewise.
1527 (do_unix_readchar): Likewise.
1528 (ser_unix_readchar): Likewise.
1529 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
1530 (ser_unix_read_prim): New function.
1531 (ser_unix_write_prim): Likewise.
1532 * ser-base.h (generic_readchar): Declare.
1533 (ser_base_readchar): Likewise.
1534 * ser-base.c (<winsock2.h>): Include, for windows.
1535 (fd_event): Use the read primitive specified by the serial
1536 interface.
1537 (ser_base_wait_for): Moved from ser-unix.c
1538 (do_ser_base_read_char): Likewise.
1539 (generic_readchar): Likewise.
1540 (ser_base_readchar): Likewise.
1541 (ser_base_write): Use the write primitive specified by the serial
1542 interface.
1543 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
1544 ser_unix_readchar. Initialize read_prim and write_prim.
1545 * serial.c (struct serial_ops): Add read_prim and write_prim.
1546 * configure: Regenerate.
1547
1548 2005-04-19 Ben Elliston <bje@au.ibm.com>
1549
1550 * c-lang.c (c_create_fundamental_type): Comment fix.
1551
1552 2005-04-18 Michael Snyder <msnyder@redhat.com>
1553
1554 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
1555 * mn10300-prologue.c: Remove.
1556 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
1557 Remove prototypes.
1558 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
1559
1560 2005-04-18 Michael Snyder <msnyder@redhat.com>
1561
1562 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
1563 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
1564
1565 2005-04-18 Mark Kettenis <kettenis@gnu.org>
1566
1567 * config/nm-bsd.h: Remove file.
1568
1569 * hppabsd-nat.c: Update copyright year. Include "target.h" and
1570 "inf-ptrace.h".
1571 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
1572 made static.
1573 (hppabsd_store_registers): Renamed from store_inferior_registers;
1574 made static.
1575 (_initialize_hppabsd_nat): New function and prototype.
1576 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
1577 inftarg.o. Add inf-ptrace.o.
1578 (NAT_FILE): Remove.
1579 * Makefile.in (hppabsd-nat.o): Update dependencies.
1580
1581 2005-04-17 Mark Kettenis <kettenis@gnu.org>
1582
1583 * pa64solib.c, pa64solib.h: Remove files.
1584 * Makefile.in (pa64solib_h): Remove variable
1585 (pa64solib.o): Remove dependency.
1586
1587 2005-04-16 Mark Kettenis <kettenis@gnu.org>
1588
1589 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
1590 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
1591 made static.
1592 (ppcobsd_store_registers): Renamed from store_inferior_registers;
1593 made static.
1594 (_initialize_ppcobsd_nat): Construct and add target vector.
1595 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
1596 inftarg.o. Add inf-ptrace.o.
1597 (NAT_FILE): Remove.
1598 * Makefile.in (ppcobsd-nat.o): Update dependencies.
1599
1600 * ppcobsd-tdep.c: Include "floatformat.h".
1601 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
1602 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1603
1604 * ppcobsd-tdep.c: Fix typo in comment.
1605 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
1606 bfd_arch_rs6000 too.
1607
1608 2005-04-15 Kevin Buettner <kevinb@redhat.com>
1609
1610 * remote.c (remote_get_thread_local_address): Throw a more
1611 meaningful exception when remote target doesn't have support
1612 for the qGetTLSAddr packet.
1613
1614 2005-04-15 Kevin Buettner <kevinb@redhat.com>
1615
1616 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
1617 (set_remote_protocol_qGetTLSAddr_packet_cmd)
1618 (show_remote_protocol_qGetTLSAddr_packet_cmd)
1619 (remote_get_thread_local_address): New functions.
1620 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
1621 variable.
1622 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
1623 target vector.
1624 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
1625 (_initialize_remote): Register the following commands:
1626 "set remote get-thread-local-storage-address-packet" and
1627 "show remote get-thread-local-address-packet".
1628
1629 2005-04-15 Kevin Buettner <kevinb@redhat.com>
1630
1631 * remote.c (add_packet_config_cmd): Delete unused variables.
1632
1633 2005-04-15 Kevin Buettner <kevinb@redhat.com>
1634
1635 * remote.c (show_remote_protocol_vcont_packet_cmd )
1636 (show_remote_protocol_qSymbol_packet_cmd)
1637 (show_remote_protocol_P_packet_cmd)
1638 (show_remote_protocol_Z_software_bp_packet_cmd)
1639 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1640 (show_remote_protocol_Z_write_wp_packet_cmd)
1641 (show_remote_protocol_Z_read_wp_packet_cmd)
1642 (show_remote_protocol_Z_access_wp_packet_cmd)
1643 (show_remote_protocol_binary_download_cmd)
1644 (show_remote_protocol_qPart_auxv_packet_cmd)
1645 (show_remote_protocol_p_packet_cmd ): Delete calls to
1646 deprecated_show_value_hack().
1647
1648 2005-04-15 Corinna VInschen <vinschen@redhat.com>
1649
1650 * MAINTAINERS: Change sh64-elf state to non-broken.
1651 * Makefile.in: Fix dependencies for sh64-tdep.o.
1652 * configure.tgt: Add sh64-*-elf case.
1653 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
1654 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
1655 modern methods.
1656 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1657 * config/sh/sh64.mt: Resurrect.
1658
1659 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
1660
1661 * regformats/reg-m32r.dat: New file.
1662
1663 2005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
1664
1665 * arm-tdep.c (fp_model_strings): Add terminating NULL.
1666 (arm_abi_strings, arm_abi_global, arm_abi_string): New
1667 variables.
1668 (arm_extract_return_value, arm_store_return_value): Don't use
1669 arm_get_fp_model.
1670 (arm_get_fp_model, arm_set_fp): Delete.
1671 (arm_update_current_architecture): New function.
1672 (set_fp_model_sfunc): Call arm_update_current_architecture.
1673 (show_fp_model): Update output messages.
1674 (arm_set_abi, arm_show_abi): New functions.
1675 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
1676 (arm_gdbarch_init): Infer the object's ABI separately from its
1677 OSABI. Search for a matching architecture. Honor the global
1678 ABI and FPU settings. Set floating point format based on the
1679 architecture.
1680 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
1681 Delete.
1682 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
1683 Create "arm set abi" command.
1684 * arm-tdep.h (arm_get_fp_model): Delete prototype.
1685 (enum arm_abi_kind): New type.
1686 (struct gdbarch_tdep): Add arm_abi field.
1687 * arm-linux-tdep.c (arm_linux_init_abi): Only override
1688 tdep->fp_model if it is ARM_FLOAT_AUTO.
1689 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
1690 (arm_netbsd_elf_init_abi): Likewise.
1691 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
1692 * osabi.c (gdb_osabi_name): Likewise.
1693
1694 2005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
1695
1696 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
1697
1698 2005-04-10 Mark Kettenis <kettenis@gnu.org>
1699
1700 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
1701 floating-point registers.
1702 (ppc_collect_fpregset): Likewise. Fix collection of registers.
1703
1704 2005-04-09 Mark Kettenis <kettenis@gnu.org>
1705
1706 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
1707 and "tramp-frame.h".
1708 (ppcobsd_sigtramp_cache_init): New function.
1709 (ppcobsd_sigtramp): New variable.
1710 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
1711 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1712
1713 2005-04-08 Andrew Cagney <cagney@gnu.org>
1714
1715 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
1716 Nasser have decided to step back from GDB/MI.
1717
1718 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
1719
1720 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
1721
1722 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
1723
1724 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
1725 undefined_retaddr.
1726 (dwarf2_frame_cache): Initialize undefined_retaddr.
1727 (dwarf2_frame_this_id): Return an invalid frame ID if
1728 undefined_retaddr.
1729
1730 2005-04-05 Jim Blandy <jimb@redhat.com>
1731
1732 Move construction of IA-32 vector types to i386-tdep.c.
1733 * gdbtypes.c (build_builtin_type_vec64i,
1734 build_builtin_type_vec128i): Delete functions.
1735 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
1736 (build_gdbtypes): Don't initialize them.
1737 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
1738 them.
1739 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
1740 declarations.
1741 (builtin_type_v2_float, builtin_type_v2_int32,
1742 builtin_type_v4_int16, builtin_type_v8_int8,
1743 builtin_type_v2_double, builtin_type_v4_float,
1744 builtin_type_v2_int64, builtin_type_v4_int32,
1745 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
1746 declarations.
1747 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
1748 (i386_build_mmx_type, i386_build_sse_type): New functions.
1749 (i386_register_type): Call them, rather than referring to
1750 builtin_type_vec64i and builtin_type_vec128i.
1751
1752 2005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
1753
1754 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
1755 big-endian correction code to not offset 32-bit registers.
1756 Locate floating point registers correctly.
1757
1758 2005-04-02 Mark Kettenis <kettenis@gnu.org>
1759
1760 * main.c: Update copyright year.
1761 (captured_main): Avoid using strcpy and strcat.
1762
1763 2005-04-01 Michael Snyder <msnyder@redhat.com>
1764
1765 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
1766 computing this_id if there are no dummy frames on the stack.
1767
1768 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
1769 find_partial_func instead of unwind_pc to identify frame.
1770 (mn10300_push_dummy_call): Handle struct args, struct_return.
1771
1772 * mn10300-prologue.c (set_movm_offsets): Don't test variable
1773 before setting it.
1774 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
1775 instead of skip_prologue_using_sal.
1776
1777 2005-03-31 Kevin Buettner <kevinb@redhat.com>
1778
1779 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
1780 (main_lm_addr): New static global.
1781 (frv_current_sos): Retain the link map address for each entry.
1782 (frv_clear_solib): Clear main_lm_addr.
1783 (frv_fetch_objfile_link_map): New function.
1784 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
1785 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
1786
1787 2005-03-31 Kevin Buettner <kevinb@redhat.com>
1788
1789 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
1790 * gdbarch.c, gdbarch.h: Regenerate.
1791 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
1792 address and pass this address, instead of the objfile address, to
1793 target_get_thread_local_address().
1794 * linux-thread-db.c (thread_db_get_thread_local_address): Change
1795 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
1796 not call svr4_fetch_objfile_link_map() to fetch the load module
1797 address.
1798 * target.h (struct target_ops): Change second parameter of
1799 ``to_get_thread_local_address'' from ``struct objfile *'' to
1800 ``CORE_ADDR''.
1801 * alpha-linux-tdep.c (solib-svr4.h): Include.
1802 (alpha_linux_init_abi): Register TLS load module fetcher.
1803 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1804 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
1805 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1806 * ia64-linux-tdep.c (solib-svr4.h): Include.
1807 (ia64_linux_init_abi): Register TLS load module fetcher.
1808 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
1809 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
1810 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1811 * s390-tdep.c (s390_gdbarch_init): Likewise.
1812 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
1813 * sparc64-linux-tdep.c (solib-svr4.h): Include.
1814 (sparc64_linux_init_abi): Register TLS load module fetcher.
1815 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
1816 (sparc-linux-tdep.o): Update dependencies.
1817
1818 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1819
1820 * c-valprint.c (c_value_print): Fix up some formatting. Use
1821 check_typedef.
1822
1823 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1824
1825 * arm-linux-nat.c (store_register, store_regs): Handle
1826 ARM_PS_REGNUM.
1827
1828 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1829
1830 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
1831 (arm_linux_thumb_le_breakpoint): New. Update comments.
1832 (arm_linux_init_abi): Set Thumb breakpoints also.
1833
1834 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1835
1836 * Makefile.in (arm-tdep.o): Update dependencies.
1837 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
1838 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
1839
1840 2005-03-28 Joel Brobecker <brobecker@adacore.com>
1841
1842 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
1843 register value to be incorrectly written in the regcache.
1844 (fill_fpregset): Fix bug that caused the FSR register value
1845 to be incorrectly read from the regcache.
1846
1847 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
1848
1849 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
1850 arm_pc_is_thumb_dummy.
1851
1852 2005-03-28 Mark Kettenis <kettenis@gnu.org>
1853
1854 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
1855 StackGhost.
1856
1857 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
1858 Handle StackGhost in 64-bit code.
1859 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
1860
1861 2005-03-27 Christopher Faylor <cgf@timesys.com>
1862
1863 * win32-nat.c (handle_exception): Treat win32 routines which check for
1864 valid addresses as "special" and don't stop when a SEGV is detected.
1865 (get_child_debug_event): Properly flag exception as unhandled.
1866
1867 2005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
1868
1869 * cp-support.c (cp_class_name_from_physname): Rewrite.
1870 (unqualified_name_from_comp): New function, broken out from
1871 method_name_from_physname. Correct handling for typed names
1872 and templates.
1873 (method_name_from_physname): Use unqualified_name_from_comp.
1874 (cp_func_name, remove_params): Move earlier in the file. Add
1875 better comments. Use the component tree to parse the name.
1876 (_initialize_cp_support): Remove stray whitespace.
1877
1878 2005-03-26 Mark Kettenis <kettenis@gnu.org>
1879
1880 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
1881
1882 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
1883 Callapse HAVE_TERMIO and HAVE_SGTTY.
1884
1885 * dwarf2-frame.c (execute_cfa_program): Implement
1886 DW_CFA_GNU_window_save.
1887
1888 2005-03-25 Mark Kettenis <kettenis@gnu.org>
1889
1890 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
1891
1892 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
1893
1894 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
1895
1896 * arm-tdep.c (target_is_thumb, caller_is_thumb)
1897 (arm_pc_is_thumb_dummy): Remove.
1898 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
1899
1900 2005-03-25 Anthony Green <green@redhat.com>
1901
1902 * remote.c (remote_store_registers): Fix memset usage.
1903 * std-regs.c (value_of_builtin_frame_reg): Ditto.
1904 (value_of_builtin_frame_fp_reg): Ditto.
1905 (value_of_builtin_frame_reg): Ditto.
1906
1907 2005-03-25 Mark Mitchell <mark@codesourcery.com>
1908
1909 * ser-base.c (ser_unix_write): Rename to ...
1910 (ser_base_write): ... this.
1911 (ser_unix_nop_flush_output): Rename to ...
1912 (ser_base_flush_output): ... this.
1913 (ser_unix_flush_input): Rename to ...
1914 (ser_base_flush_input): ... this.
1915 (ser_unix_nop_send_break): Rename to ...
1916 (ser_base_send_break): ... this.
1917 (ser_unix_nop_drain_output): Rename to ...
1918 (ser_base_drain_output): ... this.
1919 (ser_unix_nop_raw): Rename to ...
1920 (ser_base_raw): ... this.
1921 (ser_unix_nop_get_tty_state): Rename to ...
1922 (ser_base_set_tty_state): ... this.
1923 (ser_unix_nop_noflush_set_tty_state): Rename to ...
1924 (ser_base_noflush_set_tty_state): ... this.
1925 (ser_unix_nop_print_tty_state): Rename to ...
1926 (ser_base_print_tty_state): ... this.
1927 (ser_unix_nop_setbaudrate): Rename to ...
1928 (ser_base_setbaudrate): ... this.
1929 (ser_unix_nop_setstopbits): Rename to ...
1930 (ser_base_setstopbits): ... this.
1931 (ser_unix_async): Rename to ...
1932 (ser_base_async): ... this.
1933 * ser-base.h (ser_unix_write): Rename to ...
1934 (ser_base_write): ... this.
1935 (ser_unix_nop_flush_output): Rename to ...
1936 (ser_base_flush_output): ... this.
1937 (ser_unix_flush_input): Rename to ...
1938 (ser_base_flush_input): ... this.
1939 (ser_unix_nop_send_break): Rename to ...
1940 (ser_base_send_break): ... this.
1941 (ser_unix_nop_drain_output): Rename to ...
1942 (ser_base_drain_output): ... this.
1943 (ser_unix_nop_raw): Rename to ...
1944 (ser_base_raw): ... this.
1945 (ser_unix_nop_get_tty_state): Rename to ...
1946 (ser_base_set_tty_state): ... this.
1947 (ser_unix_nop_noflush_set_tty_state): Rename to ...
1948 (ser_base_noflush_set_tty_state): ... this.
1949 (ser_unix_nop_print_tty_state): Rename to ...
1950 (ser_base_print_tty_state): ... this.
1951 (ser_unix_nop_setbaudrate): Rename to ...
1952 (ser_base_setbaudrate): ... this.
1953 (ser_unix_nop_setstopbits): Rename to ...
1954 (ser_base_setstopbits): ... this.
1955 (ser_unix_async): Rename to ...
1956 (ser_base_async): ... this.
1957 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
1958 * ser-tcp.c (_initialize_ser_tcp): Likewise.
1959 * ser-unix.c (hardwire_flush_input): Likewise.
1960 (_initializer_ser_hardwire): Likewise.
1961
1962 * Makefile.in (SFILES): Add ser-base.c.
1963 (ser_base_h): New variable.
1964 (ser-base.o): New target.
1965 (ser-pipe.o): Depend on $(ser_base_h).
1966 (ser-tcp.o): Likewise.
1967 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
1968 * configure.ac (SER_HARDWIRE): Include ser-base.o where
1969 appropriate.
1970 * ser-base.c: New file.
1971 (push_event): Move from ser-unix.c.
1972 (fd_event): Likewise.
1973 (reschedule): Likewise.
1974 (ser_unix_write): Likewise.
1975 (ser_unix_nop_flush_output): Likewise.
1976 (ser_unix_flush_input): Likewise.
1977 (ser_unix_nop_send_break): Likewise.
1978 (ser_unix_nop_drain_output): Likewise.
1979 (ser_unix_nop_raw): Likewise.
1980 (ser_unix_nop_get_tty_state): Likewise.
1981 (ser_unix_nop_set_tty_state): Likewise.
1982 (ser_unix_nop_noflush_set_tty_state): Likewise.
1983 (ser_unix_nop_print_tty_state): Likewise.
1984 (ser_unix_nop_setbaudrate): Likewise.
1985 (ser_unix_nop_setstopbits): Likewise.
1986 (ser_unix_async): Likewise.
1987 * ser-base.h: New file.
1988 * ser-pipe.c (ser-base.h): Include it.
1989 * ser-tcp.c (ser-base.h): Likewise.
1990 * ser-unix.h (ser_unix_nop_flush_output): Remove.
1991 (ser_unix_flush_input): Likewise.
1992 (ser_unix_nop_send_break): Likewise.
1993 (ser_unix_nop_raw): Likewise.
1994 (ser_unix_nop_get_tty_state): Likewise.
1995 (ser_unix_nop_set_tty_state): Likewise.
1996 (ser_unix_nop_print_tty_state): Likewise.
1997 (ser_unix_nop_noflush_set_tty_state): Likewise.
1998 (ser_unix_nop_setbaudrate): Likewise.
1999 (ser_unix_nop_setstopbits): Likewise.
2000 (ser_unix_nop_drain_output): Likewise.
2001 (ser_unix_wait_for): Likewise.
2002 (ser_unix_write): Likewise.
2003 (ser_unix_async): Likewise.
2004 * ser-unix.c (event-loop.h): Do not include it.
2005 (push_event): Move to ser-base.c.
2006 (fd_event): Likewise.
2007 (reschedule): Likewise.
2008 (ser_unix_write): Likewise.
2009 (ser_unix_nop_flush_output): Likewise.
2010 (ser_unix_flush_input): Likewise.
2011 (ser_unix_nop_send_break): Likewise.
2012 (ser_unix_nop_drain_output): Likewise.
2013 (ser_unix_nop_raw): Likewise.
2014 (ser_unix_nop_get_tty_state): Likewise.
2015 (ser_unix_nop_set_tty_state): Likewise.
2016 (ser_unix_nop_noflush_set_tty_state): Likewise.
2017 (ser_unix_nop_print_tty_state): Likewise.
2018 (ser_unix_nop_setbaudrate): Likewise.
2019 (ser_unix_nop_setstopbits): Likewise.
2020 (ser_unix_async): Likewise.
2021 (ser_unix_wait_for): Make it static.
2022 * configure: Regenerated.
2023
2024 2005-03-25 Mark Kettenis <kettenis@gnu.org>
2025
2026 * dwarf2-frame.h: Update copyrigh year.
2027 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
2028 * dwarf2-frame.c: Update copyright year.
2029 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
2030 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
2031 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
2032
2033 2005-03-23 Martin Hunt <hunt@redhat.com>
2034
2035 * configure.ac: Remove -fwritable-strings from CFLAGS.
2036 * configure: Regenerate.
2037
2038 2005-03-21 Michael Snyder <msnyder@redhat.com>
2039
2040 * mn10300-prologue.c (fix_frame_pointer): Delete.
2041 (set_movm_offsets) Don't return just because movm_args is
2042 zero -- still need to save pc and sp in saved_regs.
2043 (mn10300_analyze_prologue): Don't return prematurely without
2044 calling set_movm_offsets (for pc and sp at minimum).
2045
2046 2005-03-21 Mark Mitchell <mark@codesourcery.com>
2047
2048 * configure.ac (stat.st_blksize): Check for it.
2049 (getuid): Likewise.
2050 (getgid): Likewise.
2051 * configure: Regenerated.
2052 * config.in: Likewise.
2053 * remote-fileio.c (remote_fileio_to_fio_stat): Check
2054 HAVE_STRUCT_STAT_ST_BLKSIZE.
2055
2056 2005-03-21 Christopher Faylor <cgf@timesys.com>
2057
2058 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
2059 here.
2060 (do_initial_child_stuff): Move clearing of thread list to a place
2061 before a thread ould be created.
2062 (child_attach): Ditto.
2063
2064 2005-03-21 Michael Snyder <msnyder@redhat.com>
2065
2066 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
2067 instead of pc addr for frame_id. Otherwise "until" won't work.
2068
2069 2005-03-21 Kevin Buettner <kevinb@redhat.com>
2070
2071 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
2072 comment.
2073
2074 2005-03-20 Mark Kettenis <kettenis@gnu.org>
2075
2076 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
2077 * varobj.c (my_value_equal): Mark val2 as volatile.
2078
2079 * cp-names.y: Add prototype for yyparse.
2080
2081 2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
2082
2083 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
2084 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
2085 VALADDR.
2086
2087 2005-03-18 Kevin Buettner <kevinb@redhat.com>
2088
2089 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
2090 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
2091 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
2092 New error/exception enums.
2093 * dwarf2loc.c (exceptions.h): Include.
2094 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
2095 via TRY_CATCH mechanism. Print error messages for TLS related
2096 exceptions.
2097 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
2098 exceptions instead of printing errors.
2099
2100 2005-03-18 Mark Kettenis <kettenis@gnu.org>
2101
2102 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
2103 (decimal2str, octal2str): Change to return a string allocated by
2104 get_cell. Use xsnprint instead of snprintf.
2105 (paddr_u, paddr_d): Adjust for changed calling convention of
2106 decimal2str.
2107 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
2108 (int_string): Likewise. Adjust for changed calling convention of
2109 decimal2str and octal2str.
2110
2111 2005-03-18 Kevin Buettner <kevinb@redhat.com>
2112
2113 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
2114 Adjust incorrectly computed constant for realtime signal frame.
2115
2116 2005-03-18 Mark Kettenis <kettenis@gnu.org>
2117
2118 From Ralf Corsepius <ralf.corsepius@rtems.org>
2119 * configure.tgt: Add m68*-*-rtems*.
2120
2121 2005-03-17 Mark Kettenis <kettenis@gnu.org>
2122
2123 * defs.h (xsnprintf): New prototype.
2124 * utils.c (xsnprintf): New function.
2125
2126 * corelow.c (get_core_register_section): Replace usage of sprintf
2127 and strcpy with xstrprintf and xstrdup.
2128
2129 * mips-tdep.c (mips_single_step_through_delay): Put back check for
2130 breakpoint lost with the introduction of this function.
2131
2132 2005-03-17 Paul Brook <paul@codesourcery.com>
2133
2134 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
2135 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
2136
2137 2005-03-16 Mark Mitchell <mark@codesourcery.com>
2138
2139 * event-top.c (handle_sigquit): Do not define for systems without
2140 SIGQUIT.
2141 (sigquit_token): Likewise.
2142 (async_init_signals): Allow for systems that do not
2143 define SIGQUIT.
2144 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
2145
2146 2005-03-15 Mark Mitchell <mark@codesourcery.com>
2147
2148 * utils.c (internal_vproblem): Guard call to fork with
2149 HAVE_WORKING_FORK.
2150 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
2151 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
2152
2153 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
2154 S_IRGRP and related macros.
2155 (remote_fileio_mode_to_target): Likewise.
2156
2157 2005-03-14 Ben Elliston <bje@au.ibm.com>
2158
2159 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
2160 more primitive library.
2161
2162 2005-03-13 Mark Kettenis <kettenis@gnu.org>
2163
2164 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
2165 sprintf.
2166 * target.c (normal_pid_to_str): Likewise.
2167 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
2168 Change capitalization of "thread". Use ptid_get_pid instead of
2169 GETPID.
2170
2171 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
2172 a combination of xmalloc and sprintf.
2173
2174 2005-03-13 Jim Blandy <jimb@redhat.com>
2175
2176 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
2177 * configure: Regenerated.
2178
2179 2005-03-11 Michael Snyder <msnyder@redhat.com>
2180
2181 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
2182 stub fn with real implementatin mn10300_unwind_dummy_id.
2183 (mn10300_push_dummy_call): Implement. Bare bones version,
2184 does not handle structs or floats.
2185
2186 2005-03-11 Jim Blandy <jimb@redhat.com>
2187
2188 Avoid warnings due to the use of -Wuninitialized without -O.
2189 * configure.ac (build_warnings): Include -Wuninitialized only if
2190 CFLAGS is unset at configure time, or CFLAGS is set and includes
2191 some -O option other than -O0.
2192 * configure: Regenerated.
2193
2194 * mips-tdep.c (show_mips_abi): Change calling conventions to match
2195 those expected by add_setshow_enum_cmd. Use 'file' argument as
2196 appropriate.
2197
2198 2005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
2199
2200 * Makefile.in (SFILES): Add cp-names.y.
2201 (libiberty_h, safe_ctype_h): New.
2202 (YYFILES): Add cp-names.c.
2203 (YYOBJ): Add cp-names.o.
2204 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
2205 (clean): Remove test-cp-names$(EXEEXT).
2206 (local-maintainer-clean): Remove cp-names.c.
2207 * cp-names.y: New file.
2208 * cp-support.c (find_last_component): Delete.
2209 (d_left, d_right): Define.
2210 (cp_canonicalize_string, mangled_name_to_comp): New functions.
2211 (cp_class_name_from_physname, method_name_from_physname): Rewrite
2212 to use mangled_name_to_comp.
2213 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
2214 (cp_comp_to_string): New prototypes.
2215 * config/djgpp/fnchange.lst: Add cp-names.c.
2216
2217 2005-03-10 Bob Rossi <bob@brasko.net>
2218
2219 * main.c (print_gdb_help): Remove the --[no]async help message.
2220
2221 2005-03-10 Mark Kettenis <kettenis@gnu.org>
2222
2223 * proc-api.c: Update copyright year.
2224 (_initialize_proc_api): Revert previous patch, removing spurious
2225 space instead.
2226
2227 2005-03-09 Joel Brobecker <brobecker@adacore.com>
2228
2229 * regcache.c: Fix typo in comment.
2230
2231 2005-03-09 David Lecomber <david@lecomber.net>
2232
2233 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
2234 i18n text.
2235
2236 2005-03-09 Mark Kettenis <kettenis@gnu.org>
2237
2238 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
2239 address for 64-bit code.
2240 (sparc_unwind_dummy_id): Likewise.
2241 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
2242 frame base address convention.
2243 (sparc64_push_dummy_call): Likewise.
2244 * sparc64nbsd-tdep.c: Update copyright year.
2245 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
2246 address for 64-bit code.
2247 (sparc64nbsd_init_abi): Tweak comment.
2248 * sparc64obsd-tdep.c: Update copyright year.
2249 (sparc64obsd_frame_cache): Adjust cached frame base address for
2250 64-bit code.
2251 (sparc64obsd_init_abi): Tweak comment.
2252
2253 2005-03-09 Corinna Vinschen <vinschen@redhat.com>
2254
2255 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
2256
2257 2005-03-09 Joel Brobecker <brobecker@adacore.com>
2258
2259 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
2260 when creating include psymtabs.
2261
2262 2005-03-08 Mark Mitchell <mark@codesourcery.com>
2263
2264 * environ.h (struct environ): Rename to ...
2265 (struct gdb_environ): ... this.
2266 (make_environ): Update prototype.
2267 (free_environ): Likewise.
2268 (init_environ): Likewise.
2269 (get_in_environ): Likewise.
2270 (set_in_environ): Likewise.
2271 (unset_in_environ): Likewise.
2272 (environ_vector): Likewise.
2273 * environ.c (make_environ): Replace "struct environ" with "struct
2274 gdb_environ".
2275 (free_environ): Likewise.
2276 (init_environ): Likewise.
2277 (environ_vector): Likewise.
2278 (get_in_environ): Likewise.
2279 (set_in_environ): Likewise.
2280 (unset_in_environ): Likewise.
2281 * infcmd.c (inferior_environ): Likewise.
2282 * inferior.h (inferior_environ): Likewise.
2283
2284 2005-03-08 Joel Brobecker <brobecker@adacore.com>
2285
2286 * infcmd.c (run_command_1): New function, extracted from
2287 run_command.
2288 (run_command): Replace implementation by call to run_command_1.
2289 (start_command): Use run_command_1 to insert the temporary
2290 breakpoint and run the program. Remove code that's no longer
2291 needed, as already done at the proper time by run_command_1.
2292
2293 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2294
2295 * symfile.c (clear_symtab_users): Call
2296 clear_current_source_symtab_and_line first.
2297
2298 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
2299
2300 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
2301 * c-exp.y (exp): Add unary plus.
2302 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
2303 * valarith.c (value_x_unop): Add UNOP_PLUS case.
2304 (value_pos): New.
2305 * value.h (value_pos): Declare.
2306
2307 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
2308 (remote_fetch_registers): Allow uppercase hex when resyncing.
2309 (remote_write_bytes): Only call get_memory_write_packet_size once.
2310 Robustify packet size calculation for very small packets. Check
2311 that at least one byte will be written.
2312
2313 * tracepoint.c (target_is_remote): Allow extended-remote.
2314 (struct collection_list): Allow 256 registers, like the comment
2315 said.
2316 (add_memrange): Fix comment.
2317 (read_actions): Turn EOF into 'end'.
2318
2319 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
2320
2321 * Makefile.in: Add dependencies for iq2000-tdep.o.
2322 * configure.tgt: Add iq2000-*-* target.
2323 * iq2000-tdep.c: New file.
2324 * config/iq2000/iq2000.mt: New file.
2325
2326 2005-03-07 Joel Brobecker <brobecker@adacore.com>
2327
2328 * doc/observer.texi (executable_changed): New observer.
2329 * symtab.c: Include "observer.h".
2330 (find_main_name): New function.
2331 (main_name): If name_of_main is unset, then compute it
2332 using find_main_name.
2333 (symtab_observer_executable_changed): New function.
2334 (_initialize_symtab): Attach executable_changed observer.
2335 * exec.c: Include "observer.h".
2336 (exec_file_attach): Emit executable_changed notification.
2337 * symfile.c: Include "observer.h".
2338 (reread_symbols): Send an executable_changed if appropriate.
2339 * Makefile.in (exec.o): Add dependency on observer.h.
2340 (symfile.o): Likewise.
2341 (symtab.o): Likewise.
2342
2343 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
2344
2345 * findvar.c (read_var_value): Don't allocate V when it will not
2346 be used. Add missing break for LOC_INDIRECT.
2347
2348 2005-03-06 Mark Kettenis <kettenis@gnu.org>
2349
2350 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
2351 (sparc64fbsd_init_abi): Set skip_trampoline_code and
2352 solib_svr4_fetch_link_map_offsets.
2353 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
2354
2355 2005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
2356
2357 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
2358 printing output. Use fprintf_unfiltered. Only print output when
2359 debugging.
2360
2361 2005-03-05 Mark Kettenis <kettenis@gnu.org>
2362
2363 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
2364 argument.
2365 (sparc64_store_arguments): Constify.
2366
2367 2005-03-05 Mark Kettenis <kettenis@gnu.org>
2368
2369 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
2370 (alphabsd_fetch_inferior_registers): Rename from
2371 fetch_inferior_registers. Make static.
2372 (alphabsd_store_inferior_registers): Rename from
2373 store_inferior_registers. Make static.
2374 (_initialize_alphabsd_nat): New function.
2375 * Makefile.in (alphabsd-nat.o): Update dependencies.
2376 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
2377 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
2378 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
2379 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
2380 alphabsd-nat.o.
2381 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
2382 "config/nm-bsd.h" and "elf/common.h".
2383 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
2384 "config/nm-nbsd.h".
2385
2386 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
2387 software_single_step.
2388
2389 2005-03-04 Michael Snyder <msnyder@redhat.com>
2390
2391 * mn10300-prologue.c: New file. Prologue analysis.
2392 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
2393 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
2394 until after analyze_prologue, and don't call trad_frame_set_base
2395 at all (let analyze_prologue do it).
2396
2397 2005-03-04 Michael Snyder <msnyder@redhat.com>
2398
2399 * trad-frame.c (trad_frame_set_reg_value): New function.
2400 * trad-frame.h (trad_frame_set_reg_value): Export.
2401
2402 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2403
2404 * Makefile.in (remote.o): Update dependencies.
2405 * remote.c: Include "observer.h".
2406
2407 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
2408
2409 * target.c (target_read_memory_partial): Always initialize
2410 ERR.
2411 (target_write_memory_partial): Likewise.
2412
2413 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2414
2415 * remote.c (remote_open_1): Call observer_notify_inferior_created.
2416
2417 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
2418
2419 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
2420 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
2421 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
2422
2423 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2424
2425 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
2426 Use LWP IDs.
2427
2428 2005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
2429
2430 * dwarf2loc.c (loclist_read_variable): Set optimized_out
2431 instead of reporting an error.
2432 * valprint.c (value_check_printable): New function.
2433 (common_val_print): New function. Use value_check_printable.
2434 (value_print): Use value_check_printable.
2435 * value.h (common_val_print): Add prototype.
2436
2437 * c-valprint.c (c_val_print): Use common_val_print.
2438 * cp-valprint.c (cp_print_value_fields): Likewise.
2439 (cp_print_hpacc_virtual_table_entries): Likewise.
2440 * f-valprint.c (f_val_print): Likewise.
2441 * jv-valprint.c (java_value_print, java_print_value_fields):
2442 Likewise.
2443 * scm-valprint.c (scm_value_print): Likewise.
2444 * stack.c (print_frame_args): Likewise.
2445 * varobj.c (c_value_of_variable): Likewise.
2446 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
2447 (pascal_object_print_value_fields): Likewise. Update call to
2448 pascal_object_print_static_field.
2449 (pascal_object_print_static_field): Remove TYPE argument. Use
2450 common_val_print.
2451
2452 2005-02-25 Mark Kettenis <kettenis@gnu.org>
2453
2454 Committed by Elena Zannoni <ezannoni@redhat.com>
2455
2456 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
2457 info_ptr before building psymtabs for included files.
2458 (create_all_comp_units): Initailize initial length size of
2459 compilation header to zero.
2460 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
2461 sections are encountered within the same compilation header.
2462 (dwarf_decode_line_header): Pass compilation header in call to
2463 read_initial_length.
2464
2465 2005-02-24 Andrew Cagney <cagney@gnu.org>
2466
2467 Add show_VARIABLE functions, update add_setshow call.
2468 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
2469 * valprint.c (_initialize_valprint, show_print_max)
2470 (show_stop_print_at_null, show_repeat_count_threshold)
2471 (show_prettyprint_structs, show_unionprint)
2472 (show_prettyprint_arrays, show_addressprint, show_input_radix)
2473 (show_output_radix): Ditto.
2474 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
2475 * utils.c (initialize_utils, show_chars_per_line)
2476 (show_lines_per_page, show_demangle, show_pagination_enabled)
2477 (show_sevenbit_strings, show_asm_demangle): Ditto
2478 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
2479 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
2480 * top.c (init_main, show_new_async_prompt)
2481 (show_async_command_editing_p, show_write_history_p)
2482 (show_history_size, show_history_filename, show_caution)
2483 (show_annotation_level, init_main): Ditto.
2484 * target.c (initialize_targets, show_targetdebug)
2485 (show_trust_readonly): Ditto.
2486 * symfile.c (_initialize_symfile, show_symbol_reloading)
2487 (show_ext_args, show_download_write_size)
2488 (show_debug_file_directory): Ditto.
2489 * source.c (_initialize_source, show_lines_to_list): Ditto.
2490 * solib.c (_initialize_solib, show_auto_solib_add)
2491 (show_solib_search_path): Ditto.
2492 * p-valprint.c (_initialize_pascal_valprint)
2493 (show_pascal_static_field_print): Ditto.
2494 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
2495 (show_print_symbol_filename): Add and update.
2496 * parse.c (_initialize_parse, show_expressiondebug): Dito.
2497 * observer.c (_initialize_observer, show_observer_debug): Dito.
2498 * maint.c (_initialize_maint_cmds, show_watchdog)
2499 (show_maintenance_profile_p): Dito.
2500 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
2501 * infrun.c (_initialize_infrun, show_debug_infrun)
2502 (show_stop_on_solib_events, show_follow_fork_mode_string)
2503 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
2504 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
2505 (show_unwind_on_signal_p): Ditto.
2506 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
2507 (_initialize_gdbtypes, show_overload_debug): Ditto.
2508 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
2509 (show_gdb_events_debug): Ditto.
2510 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
2511 (_initialize_gdbarch): Ditto.
2512 * frame.c (_initialize_frame, show_backtrace_past_main)
2513 (show_backtrace_past_entry, show_backtrace_limit)
2514 (show_frame_debug): Ditto.
2515 * exec.c (_initialize_exec, show_write_files): Ditto.
2516 * dwarf2read.c (_initialize_dwarf2_read)
2517 (show_dwarf2_max_cache_age): Ditto.
2518 * demangle.c (_initialize_demangler)
2519 (show_demangling_style_names): Ditto.
2520 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
2521 * cp-valprint.c (show_static_field_print)
2522 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
2523 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
2524 * cli/cli-logging.c (_initialize_cli_logging)
2525 (show_logging_overwrite, show_logging_redirect)
2526 (show_logging_filename): Ditto.
2527 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
2528 (init_cli_cmds, show_baud_rate, show_remote_debug)
2529 (show_remote_timeout, show_max_user_call_depth): Ditto.
2530 * charset.c (show_host_charset_name, show_target_charset_name)
2531 (initialize_charset): Ditto.
2532 * breakpoint.c (show_can_use_hw_watchpoints)
2533 (show_pending_break_support, _initialize_breakpoint): Ditto.
2534
2535 2005-02-23 Jim Blandy <jimb@redhat.com>
2536
2537 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
2538
2539 2005-02-23 Andrew Cagney <cagney@gnu.org>
2540
2541 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
2542 SEC_XXX flags.
2543
2544 2005-02-22 Andrew Cagney <cagney@gnu.org>
2545
2546 * configure.ac: Only enaable insight when itcl is present.
2547 * configure: Re-generate.
2548
2549 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2550
2551 Committed by Andrew Cagney.
2552 * infptrace.c (store_register): Fix typo.
2553
2554 2005-02-21 Andrew Cagney <cagney@gnu.org>
2555
2556 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
2557 * cli/cli-decode.h (add_set_cmd): Delete declaration.
2558 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
2559 * i386-nat.c (_initialize_i386_nat): Update call.
2560 * valprint.c (_initialize_valprint): Update comment.
2561 * gnu-nat.c (_initialize_gnu_nat): Update call.
2562
2563 2005-02-21 Alan Modra <amodra@bigpond.net.au>
2564
2565 * elfread.c (elf_symtab_read): Discard section syms.
2566
2567 2005-02-21 Andrew Cagney <cagney@gnu.org>
2568
2569 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
2570 (deprecated_add_show_from_set): Delete function.
2571 * command.h (add_set_enum_cmd): Delete declaration.
2572 (deprecated_add_show_from_set): Delete declaration.
2573 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
2574 (deprecated_add_show_from_set): Delete declaration.
2575 * arm-tdep.c (_initialize_arm_tdep): Update comment.
2576 * kod.c (kod_set_os): Simplify.
2577 * infrun.c (set_schedlock_func): Simplify.
2578 * cli/cli-dump.c (add_dump_command): Update comment.
2579
2580 Replace string variables with a filename completer with
2581 add_setshow_optional_filename_cmd.
2582 * solib.c, symfile.c: Update.
2583 * cli/cli-setshow.c: Do not tidle expand the file.
2584
2585 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
2586 and add_setshow_string_noescape_cmd.
2587 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
2588 NULL command's value.
2589 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
2590 * remote-sds.c, remote.c, symfile.c, top.c: Update.
2591
2592 2005-02-20 Andrew Cagney <cagney@gnu.org>
2593
2594 Use add_setshow_enum_cmd through out.
2595 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
2596 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
2597
2598 * mi/mi-main.c (captured_mi_execute_command): Use
2599 mi_cmd_interpreter_exec.
2600
2601 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
2602 function.
2603 * cli/cli-setshow.c (deprecated_show_value_hack)
2604 (do_setshow_command): Handle var_optional_filename.
2605 * command.h (enum var_types): Add var_optional_filename.
2606 (add_setshow_optional_filename_cmd): Declare.
2607 * infcmd.c (notice_args_read): Use.
2608
2609 * symfile-mem.c (symbol_file_add_from_memory): Pass
2610 target_read_memory to bfd_elf_bfd_from_remote_memory.
2611 (do_target_read_memory): Delete.
2612
2613 2005-02-16 Mark Kettenis <kettenis@gnu.org>
2614
2615 * value.h (value_contents_equal): New prototype.
2616 * value.c (value_contents_equal): New function.
2617 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
2618 include <math.h>.
2619 (varobj_set_value): Initialize error to zero.
2620 (varobj_update): Rename error2 to error and initialize it to zero.
2621 Slightly change the wording of some comments.
2622 (my_value_equal): Reimplement using TRY_CATCH and
2623 value_contents_equal.
2624
2625 2005-02-18 Andrew Cagney <cagney@gnu.org>
2626
2627 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
2628 * command.h (add_setshow_integer_cmd): Declare.
2629 * cli/cli-cmds.c: Update.
2630
2631 Use add_setshow_uinteger_cmd through out.
2632 * printcmd.c, source.c, utils.c, valprint.c: Update.
2633
2634 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
2635 and gdbarch.c.
2636 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
2637 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
2638 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
2639 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
2640 * varobj.c, cli/cli-cmds.c: Update.
2641 * gdbarch.c, gdb-events.c: Regenerate.
2642
2643 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
2644 code adding set/show boolean commands.
2645 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
2646 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
2647 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
2648 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
2649 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
2650 * cli/cli-cmds.c: Update.
2651
2652 2005-02-17 Andrew Cagney <cagney@gnu.org>
2653
2654 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
2655 to filename_completer.
2656 * solib.c (_initialize_solib, reload_shared_libraries): Use
2657 add_setshow_filename_cmd.
2658 * serial.c (_initialize_serial): Ditto.
2659 * remote-utils.c (_initialize_sr_support): Ditto.
2660
2661 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
2662 * command.h (add_setshow_string_noescape_cmd): Declare.
2663 * wince.c (_initialize_wince): Use.
2664 * symfile.c (_initialize_symfile): Use.
2665 (set_ext_lang_command): Update declaration.
2666 * corefile.c (_initialize_core): Use.
2667
2668 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
2669 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2670 (add_setshow_filename_cmd, add_setshow_string_cmd)
2671 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
2672 fprint_setshow parameter.
2673 * command.h (fprint_setshow_ftype): Delete.
2674 (add_setshow_cmd_full, add_setshow_enum_cmd)
2675 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2676 (add_setshow_filename_cmd, add_setshow_string_cmd)
2677 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
2678 fprint_setshow parameter.
2679 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
2680 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
2681 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
2682 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
2683 * remote.c, target.c, cli/cli-logging.c: Update.
2684
2685 2005-02-16 Andrew Cagney <cagney@gnu.org>
2686
2687 Merge setshow print and show parameters.
2688 * command.h (show_value_ftype): Define.
2689 (deprecated_show_value_hack): Declare.
2690 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2691 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2692 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
2693 (add_setshow_zinteger_cmd): Change type of show_func to
2694 show_value_ftype.
2695 * cli/cli-decode.h (struct cmd_list_element): Replace
2696 fprint_setshow with show_value_func.
2697 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
2698 parameter. Set show_value_func. Do not set cmd_sfunc.
2699 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2700 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2701 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
2702 (add_setshow_zinteger_cmd): Update.
2703 * complaints.c (complaints_show_value): Replace
2704 fprint_setshow_complaints.
2705 (_initialize_complaints): Update.
2706 * mips-tdep.c (show_mask_address): Update.
2707 * arm-tdep.c (show_fp_model): Update.
2708 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
2709 instead of fprint_setshow. Use deprecated_show_value_hack.
2710 (deprecated_show_value_hack): New function.
2711 * remote.c (add_packet_config_cmd, show_remote_cmd):
2712 (show_remote_protocol_P_packet_cmd)
2713 (show_remote_protocol_P_packet_cmd)
2714 (show_remote_protocol_Z_access_wp_packet_cmd)
2715 (show_remote_protocol_Z_hardware_bp_packet_cmd)
2716 (show_remote_protocol_Z_packet_cmd)
2717 (show_remote_protocol_Z_read_wp_packet_cmd)
2718 (show_remote_protocol_Z_software_bp_packet_cmd)
2719 (show_remote_protocol_Z_write_wp_packet_cmd)
2720 (show_remote_protocol_binary_download_cmd)
2721 (show_remote_protocol_p_packet_cmd)
2722 (show_remote_protocol_qPart_auxv_packet_cmd)
2723 (show_remote_protocol_qSymbol_packet_cmd)
2724 (show_remote_protocol_vcont_packet_cmd): Update.
2725
2726 2005-02-16 Mark Kettenis <kettenis@gnu.org>
2727
2728 * wrapper.h: Update copyright year. Properly wrap a few
2729 prototypes.
2730 (struct gdb_wrapper_arguments): Remove forward declaration.
2731 * wrapper.c: Update copyright year. Include "ui-out.h".
2732 (struct gdb_wrapper_arguments): Remove.
2733 (struct captured_value_struct_elt_args): Remove.
2734 (wrapper_parse_exp_1, wrap_evaluate_expression)
2735 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
2736 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
2737 (do_captured_value_struct_elf): Remove functions.
2738 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
2739 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
2740 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
2741 Re-implement using TRY_CATCH.
2742
2743 2005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
2744
2745 * remote-e7000.c: unuse TM_FILE defined macro.
2746 (e7000_fetch_registers)
2747 (e7000_store_registers)
2748 (e7000_wait): delete NUM_REALREGS.
2749 * remote-hms.c: move TM_FILE macro.
2750 (CCR_REGNO): move define from tm-h8300.h.
2751
2752 2005-02-15 Mark Kettenis <kettenis@gnu.org>
2753
2754 * amd64-linux-tdep.c: Update copyright year.
2755 (amd64_linux_sigtramp_start): Use sizeof operator instead of
2756 LINUX_SIGTRAMP_LEN.
2757
2758 2004-02-15 Joel Brobecker <brobecker@gnat.com>
2759
2760 From Paul Hilfinger <hilfinger@gnat.com>
2761 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
2762 SYMBOL_NATURAL_NAME to set type names.
2763
2764 2005-02-15 Andrew Cagney <cagney@gnu.org>
2765
2766 Mark up add_com, add_info and add_prefix_cmd.
2767 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
2768 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
2769 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2770 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
2771 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
2772 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
2773 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
2774 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
2775 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
2776 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
2777 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
2778 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
2779 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
2780 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
2781 * tui/tui-stack.c, tui/tui-win.c: Update.
2782
2783 2005-02-14 Andrew Cagney <cagney@gnu.org>
2784
2785 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
2786 * config/h8300/tm-h8300.h: Delete file.
2787
2788 Mark up add_cmd.
2789 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
2790 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
2791 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
2792 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
2793 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
2794 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
2795 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
2796 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
2797 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
2798 * cli/cli-logging.c, tui/tui-regs.c: Update.
2799
2800 Mark up add_setshow functions, replace "PRINT:" comment prefix
2801 with "FIXME: i18n:".
2802 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
2803 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
2804 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
2805 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
2806 * target.c, cli/cli-logging.c: Update.
2807
2808 * utils.c (paddress): New function.
2809 * defs.h (paddress): Declare.
2810 * printcmd.c (deprecated_print_address_numeric): Rename
2811 print_address_numeric, call paddress.
2812 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
2813 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
2814 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
2815 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
2816 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
2817 * ada-valprint.c: Update.
2818
2819 2005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2820
2821 * MAINTAINERS: Add myself to "Write After Approval".
2822
2823 2005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
2824
2825 Restore h8300 support.
2826 * configure.tgt: Add h8300-*-*
2827 * h8300-tdep.c: New file. Rewrite new frame code.
2828 * config/h8300/h8300.mt: New file. Restored Rev 1.3
2829 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
2830
2831 * MAINTAINERS: Add myself to "Write After Approval".
2832
2833 2005-02-11 Andrew Cagney <cagney@gnu.org>
2834
2835 Mark up some of printf_filtered and printf_unfiltered.
2836 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
2837 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
2838 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
2839 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
2840 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
2841 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
2842 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
2843 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
2844 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
2845 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
2846 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
2847 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
2848 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
2849 * tui/tui-regs.c, tui/tui-win.c: Update.
2850
2851 Mark up error_no_arg, query, perror_with_name, complaint, and
2852 internal_error.
2853 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
2854 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
2855 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
2856 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
2857 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
2858 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
2859 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
2860 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
2861 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
2862 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
2863 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
2864 * interps.c, language.c, linespec.c, linux-nat.c: Update.
2865 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
2866 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
2867 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
2868 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
2869 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
2870 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
2871 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
2872 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
2873 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
2874 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
2875 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
2876 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
2877 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
2878 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
2879 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
2880 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
2881 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
2882 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
2883 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
2884 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
2885 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
2886 * tui/tui-file.c, tui/tui-interp.c: Update.
2887
2888 2005-02-10 Andrew Cagney <cagney@gnu.org>
2889
2890 Mark up all error and warning messages.
2891 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
2892 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
2893 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
2894 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
2895 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
2896 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
2897 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
2898 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
2899 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
2900 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
2901 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
2902 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
2903 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
2904 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
2905 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
2906 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
2907 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
2908 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2909 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
2910 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
2911 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
2912 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
2913 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
2914 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
2915 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
2916 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
2917 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
2918 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
2919 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
2920 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
2921 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
2922 * remote-utils.c, remote-utils.h, remote.c: Update.
2923 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
2924 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
2925 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
2926 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
2927 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
2928 * somread.c, somsolib.c, source.c, stabsread.c: Update.
2929 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
2930 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
2931 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
2932 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
2933 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
2934 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
2935 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
2936 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
2937 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
2938 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
2939 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
2940 * tui/tui-win.c: Update.
2941
2942 2005-02-10 Ian Lance Taylor <ian@airs.com>
2943
2944 * MAINTAINERS: Update my e-mail address.
2945
2946 2005-02-10 Daniel Jacobowitz <dan@debian.org>
2947
2948 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
2949 PR exp/1821
2950 * cp-valprint.c: Include "language.h".
2951 (cp_print_value_fields): Pass the current language to
2952 fprintf_symbol_filtered.
2953 * Makefile.in (cp-valprint.o): Update dependencies.
2954
2955 2005-02-10 Andrew Cagney <cagney@gnu.org>
2956
2957 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
2958 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2959 (add_setshow_filename_cmd, add_setshow_string_cmd)
2960 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
2961 print string parameter with fprint_setshow function.
2962 * command.h (fprint_setshow_ftype): Define. Update declarations.
2963 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
2964 available, use that.
2965 * cli/cli-decode.h (struct cmd_list_element): Add field
2966 fprint_setshow.
2967 * complaints.c (fprint_setshow_complaints): New function.
2968 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
2969 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
2970 with NULL.
2971 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2972 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2973 * cris-tdep.c (_initialize_cris_tdep): Ditto.
2974 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2975 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2976 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2977 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
2978 * frame.c (_initialize_frame): Ditto.
2979 * target.c (initialize_targets): Ditto.
2980 * maint.c (_initialize_maint_cmds): Ditto.
2981 * observer.c (_initialize_observer): Ditto.
2982 * infcall.c (_initialize_infcall): Ditto.
2983 * breakpoint.c (_initialize_breakpoint): Ditto.
2984 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2985 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2986
2987 * cli/cli-setshow.c (do_setshow_command): Move code printing the
2988 value to the end of the function. Handle MI and non-MI output
2989 differently.
2990
2991 2005-02-09 Andrew Cagney <cagney@gnu.org>
2992
2993 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
2994 show_result parameters.
2995 * mips-tdep.c (_initialize_mips_tdep): Update calls.
2996 * command.h: Update declaration.
2997 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
2998 calls.
2999
3000 * NEWS: Mention removed commands.
3001 * m68hc11-tdep.c (show_regs): Delete, unused.
3002 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
3003 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
3004 eventdebug" commands.
3005 * gdb-events.c: Regenerate.
3006 * gdbarch.sh: Delete deprecated "set archdebug" and "show
3007 archdebug" commands.
3008 * gdbarch.c: Regenerate.
3009 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
3010 remotedebug" and "show remotedebug".
3011 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
3012 disassembly-flavor", "show arm disassembly-flavor", and
3013 "othernames" commands.
3014 (arm_othernames): Delete unused function.
3015
3016 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
3017 (convert_code_addr_to_desc_addr): Convert any function code
3018 address to the corresponding function's descriptor.
3019 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
3020 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
3021 writing, convert any function code address to the corresponding
3022 descriptor.
3023
3024 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
3025 * config/powerpc/linux.mt (TDEPFILES): Ditto.
3026 * config/pa/linux.mt (TDEPFILES): Ditto.
3027 * config/mips/linux.mt (TDEPFILES): Ditto.
3028 * config/m68k/linux.mt (TDEPFILES): Ditto.
3029 * config/m32r/linux.mt (TDEPFILES): Ditto.
3030 * config/ia64/linux.mt (TDEPFILES): Ditto.
3031 * config/arm/linux.mt (TDEPFILES): Ditto.
3032
3033 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
3034
3035 * symmisc.c: Include gdb_stat.h.
3036 (maintenance_print_msymbols): Use inode numbers to compare files.
3037
3038 2005-02-08 Andrew Cagney <cagney@gnu.org>
3039
3040 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
3041 (METHOD_PTR_TO_VOFFSET): Move from here ...
3042 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
3043 (METHOD_PTR_TO_VOFFSET): ... to here.
3044 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
3045 * Makefile.in: Update dependencies.
3046
3047 * exceptions.c: Do not include <setjmp.h>.
3048 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
3049 (catch_exception, catch_exceptions_with_msg, catch_errors)
3050 (catch_command_errors): Use TRY_CATCH.
3051 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
3052 (exceptions_state_mc_init): Rename catcher_init.
3053 (exceptions_state_mc): Rename catcher_state_machine.
3054 (exceptions_state_mc_action_iter)
3055 (exceptions_state_mc_action_iter_1): New functions.
3056 * exceptions.h: Include <setjmp.h>.
3057 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
3058 (EXCEPTIONS_SIGLONGJMP): Define.
3059 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
3060 (exceptions_state_mc_action_iter_1): Declare.
3061 (TRY_CATCH): Define.
3062
3063 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
3064 no longer needed.
3065
3066 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
3067 PT_FPSCR breakage.
3068
3069 * value.c (struct value): Move to here ...
3070 * value.h (struct value): ... from here. Copy comments to
3071 corresponding function declarations, re-order.
3072
3073 2005-02-07 Andrew Cagney <cagney@gnu.org>
3074
3075 * value.c (set_value_bitpos, set_value_bitsize): Define.
3076 * value.h (set_value_bitpos, set_value_bitsize): Declare.
3077 * ada-lang.c, valarith.c: Update.
3078
3079 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
3080 value_contents_writeable, include note that there are problems.
3081 * breakpoint.c, infcall.c: Use VALUE_LVAL.
3082
3083 * value.h (set_value_offset): Declare.
3084 * value.c (set_value_offset): Declare.
3085 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
3086 * findvar.c: Update.
3087
3088 * value.h (value_next): Declare.
3089 * value.c (value_next): Define.
3090 * breakpoint.c: Update.
3091
3092 * value.h (deprecated_set_value_modifiable)
3093 (deprecated_value_modifiable): Declare.
3094 * value.c (deprecated_set_value_modifiable): Define.
3095 (deprecated_value_modifiable): Define.
3096 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
3097
3098 * value.h (deprecated_set_value_type): Declare.
3099 * value.c (deprecated_set_value_type): Define.
3100 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
3101 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
3102 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
3103 * ax-gdb.c, tracepoint.c: Update.
3104
3105 * value.h (deprecated_value_lval_hack)
3106 (deprecated_value_address_hack)
3107 (deprecated_value_internalvar_hack)
3108 (deprecated_value_regnum_hack): Declare.
3109 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
3110 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
3111 * value.c (deprecated_value_lval_hack)
3112 (deprecated_value_address_hack)
3113 (deprecated_value_internalvar_hack)
3114 (deprecated_value_regnum_hack): Define.
3115
3116 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
3117 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
3118 * value.c (set_value_pointed_to_offset): Define
3119 (value_pointed_to_offset): Define.
3120 * valops.c: Update.
3121
3122 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
3123 (value_embedded_offset, set_value_embedded_offset): Declare.
3124 * value.c (value_embedded_offset): Define.
3125 (set_value_embedded_offset): Define.
3126 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
3127 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
3128 * cp-abi.h: Update.
3129
3130 * value.h (VALUE_LAZY): Delete
3131 (set_value_lazy): Declare.
3132 * value.c (set_value_lazy): Define.
3133 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
3134 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
3135
3136 2005-02-06 Andrew Cagney <cagney@gnu.org>
3137
3138 * value.h (VALUE_OPTIMIZED_OUT): Delete.
3139 (value_optimized_out, set_value_optimized_out): Declare.
3140 * value.c (set_value_optimized_out, value_optimized_out): Define.
3141 * valprint.c, findvar.c, dwarf2loc.c: Update.
3142
3143 * value.c (value_contents, value_contents_writeable): New
3144 functions.
3145 * value.h (VALUE_CONTENTS): Delete macro.
3146 (value_contents, value_contents_writeable): Declare.
3147 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
3148 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
3149 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
3150 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
3151 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
3152 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
3153 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
3154 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
3155 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
3156 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
3157 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
3158 * ada-valprint.c, ada-lang.c: Update.
3159
3160 2005-02-03 Andrew Cagney <cagney@gnu.org>
3161
3162 * utils.c (xzalloc): New function.
3163 * defs.h (XZALLOC): Use xzalloc.
3164 (xzalloc): Declare.
3165 * value.c (allocate_value): Allocate a zeroed buffer.
3166 * mdebugread.c (xzalloc): Delete.
3167
3168 2005-02-02 Andrew Cagney <cagney@gnu.org>
3169
3170 * value.h (value_lazy): Declare.
3171 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
3172 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
3173
3174 * value.h (VALUE_CONTENTS_ALL): Delete.
3175 (value_contents_all): Declare.
3176 * value.c (value_contents_all): New function.
3177 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
3178 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
3179
3180 * value.c (value_enclosing_type): New function.
3181 * value.h (VALUE_ENCLOSING_TYPE): Delete.
3182 (value_enclosing_type): Declare.
3183 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
3184 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
3185
3186 * value.c (value_contents_all_raw)
3187 (value_contents_raw): New functions.
3188 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
3189 (value_contents_raw, value_contents_all_raw): Declare functions.
3190 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
3191 * std-regs.c, valarith.c, valops.c, eval.c: Update.
3192 * tracepoint.c, findvar.c: Update.
3193
3194 2005-02-01 Orjan Friberg <orjanf@axis.com>
3195
3196 * regformats/reg-cris.dat: New file with register definitions for CRIS.
3197 * regformats/reg-crisv32.dat: Ditto for CRISv32.
3198
3199 2005-01-31 Andrew Cagney <cagney@gnu.org>
3200
3201 * configure: Regenerate to track ../gettext.m4.
3202
3203 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
3204
3205 * MAINTAINERS: Add myself to "Write After Approval".
3206
3207 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
3208 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
3209 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
3210
3211 2005-01-29 Mark Kettenis <kettenis@gnu.org>
3212
3213 * configure.ac: Remove extra check for ranlib.
3214 * configure: Regenerated.
3215
3216 2005-01-28 Andrew Cagney <cagney@gnu.org>
3217
3218 * language.h (struct language_defn): Make la_val_print's buffer
3219 parameter a const bfd_byte.
3220 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
3221 * ada-lang.c (ada_aligned_value_addr)
3222 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
3223 * valprint.c (val_print_array_elements): Update.
3224 * valprint.h (val_print_array_elements): Update.
3225 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
3226 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
3227 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
3228 (ada_val_print_1, ada_print_floating, printable_val_type)
3229 (print_record, val_print_packed_array_elements)
3230 (print_field_values, print_variant_part): Update.
3231 * c-lang.h (c_val_print, cp_print_value_fields): Update.
3232 * c-valprint.c (c_val_print): Update.
3233 * f-lang.h (f_val_print): Update.
3234 * f-valprint.c (f_val_print, f77_print_array_1)
3235 (f77_print_array): Update.
3236 * jv-lang.h (java_val_print): Update.
3237 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
3238 * language.c (unk_lang_val_print): Update.
3239 * m2-lang.h (m2_val_print): Update.
3240 * m2-valprint.c (m2_val_print): Update.
3241 * p-lang.h (pascal_val_print): Update.
3242 (pascal_object_print_value_fields): Update.
3243 * p-valprint.c (pascal_val_print)
3244 (pascal_object_print_value_fields, pascal_object_print_value)
3245 (pascal_object_print_value): Update.
3246 * scm-lang.h (scm_val_print): Update.
3247 * scm-valprint.c (scm_val_print): Update.
3248 * value.h (val_print): Update.
3249
3250 * p-lang.h (pascal_object_print_class_member)
3251 (pascal_object_print_class_method): Make buffer a const bfd_byte.
3252 * p-valprint.c (pascal_object_print_class_method)
3253 (pascal_object_print_class_method): Ditto.
3254
3255 * language.h (struct language_defn): Make la_printstr's buffer
3256 parameter a const bfd_byte.
3257 * p-lang.h (pascal_printstr): Update function to match.
3258 * ada-valprint.c (ada_printstr): Update function to match.
3259 * scm-lang.c (scm_printstr): Update function to match.
3260 * p-lang.c (pascal_printstr): Update function to match.
3261 * ada-lang.h (ada_printstr): Update function to match.
3262 * m2-lang.c (m2_printstr): Update function to match.
3263 * objc-lang.c (objc_printstr): Update function to match.
3264 * c-lang.h (c_printstr): Update function to match.
3265 * f-lang.c (f_printstr): Update function to match.
3266 * c-lang.c (c_printstr): Update function to match.
3267 * language.c (unk_lang_printstr): Update function to match.
3268
3269 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
3270 * valprint.h (val_print_type_code_int): Ditto.
3271
3272 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
3273
3274 * cp-valprint.c (cp_print_class_method)
3275 (cp_print_class_member): Make buffer a const bfd_byte.
3276 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
3277
3278 * ada-lang.c (value_from_contents_and_address)
3279 (to_record_with_fixed_variant_part)
3280 (value_tag_from_contents_and_address, ada_to_fixed_type)
3281 (to_fixed_variant_branch_type, to_fixed_record_type)
3282 (ada_template_to_fixed_record_type, cond_offset_host)
3283 (ada_template_to_fixed_record_type_1): Make buffer a const
3284 bfd_byte.
3285 * ada-lang.h (ada_template_to_fixed_record_type_1)
3286 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
3287
3288 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
3289
3290 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
3291 * printcmd.c (print_scalar_formatted): Update.
3292
3293 * value.h (value_bit_index, print_floating)
3294 (find_rt_vbase_offset): Make buffer a const bfd_byte.
3295 * valprint.c (print_floating): Update.
3296 * valarith.c (value_bit_index): Update.
3297 * valops.c (find_rt_vbase_offset): Update.
3298
3299 * valprint.h (print_octal_chars, print_char_chars)
3300 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
3301 buffer a const bfd_byte.
3302 * valprint.c (print_binary_chars, print_octal_chars)
3303 (print_decimal_chars, print_hex_chars, print_char_chars): Make
3304 "valaddr"buffer a const bfd_byte, ditto for local variables
3305 referencing that buffer.
3306
3307 * m2-valprint.c: Include "c-lang.h".
3308 (c_val_print): Delete extern declaration.
3309 * scm-valprint.c: Include "c-lang.h".
3310 (c_val_print): Delete extern declaration.
3311 Makefile.in: Update dependencies.
3312
3313 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
3314 bfd_byte.
3315 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
3316 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
3317 bfd_byte.
3318 * cp-abi.c (baseclass_offset): Update.
3319 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
3320
3321 * gnu-v2-abi.h: New file.
3322 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
3323 (gnuv2_baseclass_offset): Delete declaration.
3324 * hpacc-abi.c: Include "gnu-v2-abi.h".
3325 (gnuv2_baseclass_offset): Delete extern declaration.
3326 * Makefile.in: Update dependencies.
3327
3328 * doublest.c (floatformat_is_negative, floatformat_is_nan)
3329 (floatformat_mantissa, get_field): Make the buffer a const
3330 bfd_byte, simplify.
3331
3332 2005-01-27 Andrew Cagney <cagney@gnu.org>
3333
3334 * value.h (struct value): Change type of contents to bfd_byte.
3335 (VALUE_CONTENTS_RAW): Simplify.
3336
3337 * gdbarch.sh (integer_to_address): Change buf parameter to a const
3338 bfd_byte, make pure-multi-arch.
3339 * gdbarch.h, gdbarch.c: Regenerate.
3340 * mips-tdep.c (mips_integer_to_address): Update.
3341 * value.c (value_as_address): Update.
3342
3343 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
3344 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
3345 parameters const, change buf to a const bfd_byte.
3346 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
3347 parameters const.
3348
3349 * corefile.c (write_memory): Update, make a copy of the read-only
3350 buffer.
3351 * target.c (target_read_memory): Update.
3352 (target_write_memory): Update, make a copy of the read-only
3353 buffer.
3354 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
3355 const.
3356 * target.h (target_read_memory, target_write_memory): Change
3357 buffer type to bfd_byte; for write_memory, make it const.
3358 * symfile-mem.c (do_target_read_memory): New function.
3359 (symbol_file_add_from_memory): Pass do_target_read_memory to
3360 bfd_elf_bfd_from_remote_memory.
3361
3362 * value.h: Indent using gdb_indent.sh.
3363
3364 * configure: Regenerate to track ../gettext.m4 change.
3365
3366 2005-01-26 Andrew Cagney <cagney@gnu.org>
3367
3368 * rs6000-tdep.c: Include "reggroups.h".
3369 (rs6000_gdbarch_init): Set register_reggroup_p.
3370 (rs6000_register_reggroup_p): New function.
3371
3372 2005-01-26 Orjan Friberg <orjanf@axis.com>
3373
3374 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
3375 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
3376 CRISv32.
3377 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
3378 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
3379 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
3380 (crisv32_register_type, cris_special_register_name)
3381 (crisv32_register_name): New functions.
3382 (cris_spec_reg_applicable): Recognize more versions.
3383 (cris_register_name): Update with call to cris_special_register_name.
3384 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
3385 warning when unable to find step target.
3386 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
3387 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
3388 CRISv32.
3389 (fetch_core_registers): Update for CRISv32.
3390 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
3391 register_name, cannot_store_register, cannot_fetch_register,
3392 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
3393
3394 2005-01-26 Nick Roberts <nickrob@snap.net.nz>
3395
3396 * interps.c (interpreter_exec_cmd): Use condition,
3397 e.reason < 0, to raise an error.
3398
3399 2005-01-25 Andrew Cagney <cagney@gnu.org>
3400
3401 * ppc-linux-tdep.c: Include "tramp-frame.h"
3402 (struct ppc_linux_sigtramp_cache)
3403 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
3404 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
3405 (ppc_linux_sigtramp_cache): Delete.
3406 (ppc32_linux_sigaction_cache_init)
3407 (ppc64_linux_sigaction_cache_init)
3408 (ppc32_linux_sighandler_cache_init)
3409 (ppc64_linux_sighandler_cache_init)
3410 (ppc32_linux_sigaction_tramp_frame)
3411 (ppc64_linux_sigaction_tramp_frame)
3412 (ppc32_linux_sighandler_tramp_frame)
3413 (ppc64_linux_sighandler_tramp_frame)
3414 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
3415 64-bit, sigaction and siginfo tramp-frame unwinders.
3416
3417 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
3418 long_double_bit to 8.
3419
3420 2005-01-24 Andrew Cagney <cagney@gnu.org>
3421
3422 * infrun.c (handle_inferior_event): Handle back-to-back and nested
3423 signals where the step_resume_breakpoint may have already been
3424 inserted.
3425
3426 2005-01-24 Andrew Cagney <cagney@gnu.org>
3427
3428 * configure: Regenerate, ../gettext.m4 was updated.
3429
3430 2005-01-23 Mark Kettenis <kettenis@gnu.org>
3431
3432 * NEWS: Mention new BSD user-level threads support.
3433
3434 * i386obsd-tdep.c: Update copyright year. Include
3435 "bsd-uthread.h".
3436 (i386obsd_uthread_reg_offset): New variable.
3437 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
3438 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
3439 functions.
3440 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
3441 * Makefile.in (i386obsd-tdep.o): Update dependencies.
3442 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
3443
3444 2005-01-23 Christopher Faylor <cgf@timesys.com>
3445
3446 * win32-nat.c: Update copyright year.
3447 (child_init_thread_list): Set thread linked list point to NULL so that
3448 it won't be reused after clearing.
3449
3450 2005-01-21 Mark Kettenis <kettenis@gnu.org>
3451
3452 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
3453 undefs.
3454 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
3455 thread' has a td_pcb member and whether `struct reg' has r_fs and
3456 r_gs members.
3457 * configure, config.in: Regenerate.
3458
3459 2005-01-21 Mark Kettenis <kettenis@gnu.org>
3460
3461 * configure.ac: Remove ia64-*-aix* junk.
3462 * configure: Regenerate.
3463
3464 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
3465 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
3466 is necessary.
3467 * configure, config.in: Regenerate.
3468 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
3469 BFD_NEED_DECLARATION. Never provide a prototype for
3470 caninicalize_file_name.
3471 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
3472 BFD_NEED_DECLARATION.
3473
3474 * configure.ac (targ_archs): Use standard autoconf check for
3475 "struct stat.st_blocks" instead of rolling our own.
3476 * configure: Regenerated.
3477 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
3478 * config.in: Regenerated.
3479
3480 2005-01-21 Mark Kettenis <kettenis@gnu.org>
3481
3482 * configure.ac: Modernize checks for `long long' and `long double'
3483 support.
3484 * configure: Regenerated.
3485 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
3486 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
3487 * config.in: Regenerated.
3488
3489 2005-01-20 Mark Kettenis <kettenis@gnu.org>
3490
3491 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
3492 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
3493 * configure.ac: Remove checks for HP-UX save_state structure.
3494 * configure: Regenerated.
3495
3496 2005-01-19 Andrew Cagney <cagney@gnu.org>
3497
3498 * utils.c (quit): Simplify, call fatal.
3499 * exceptions.c: Include "serial.h"
3500 (print_flush): Mimic flush code found in utils.c:quit.
3501 * Makefile.in: Update dependencies.
3502
3503 2005-01-19 Jim Blandy <jimb@redhat.com>
3504
3505 * configure.tgt: Set build_rdi_share to "yes" on those targets
3506 that use that debugging protocol.
3507 Set build_nlm to yes to build NLM stub for Netware targets.
3508 * configure.ac: If build_rdi_share is "yes", then configure the
3509 rdi-share subdirectory.
3510 If build_nlm is "yes", the configure the "nlm" subdirectory.
3511 * configure: Regenerated.
3512
3513 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
3514 autoconf 2.59 and automake 1.9.3.
3515
3516 2005-01-19 Andrew Cagney <cagney@gnu.org>
3517
3518 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
3519 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
3520 * utils.c (internal_verror, quit): Update.
3521 * remote-sds.c (interrupt_query): Update.
3522 * remote-mips.c (mips_error, mips_kill): Update.
3523 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
3524 * remote.c (interrupt_query): Update.
3525 * ocd.c (interrupt_query): Update.
3526 * nto-procfs.c (interrupt_query): Update.
3527 * monitor.c (monitor_interrupt_query): Update.
3528 * breakpoint.c (break_command_1): Update.
3529
3530 * infrun.c: (resume, proceed, wait_for_inferior)
3531 (handle_inferior_event, stop_stepping)
3532 (prepare_to_wait): Write debug output to gdb_stdlog.
3533
3534 2005-01-19 Mark Kettenis <kettenis@gnu.org>
3535
3536 * inf-ptrace.c (inf_ptrace_prepare_to_store)
3537 (inf_ptrace_post_startup_inferior)
3538 (inf_ptrace_acknowledge_created_inferior)
3539 (inf_ptrace_insert_fork_catchpoint)
3540 (inf_ptrace_remove_fork_catchpoint)
3541 (inf_ptrace_insert_vfork_catchpoint):
3542 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
3543 (inf_ptrace_insert_exec_catchpoint)
3544 (inf_ptrace_remove_exec_catchpoint): Remove functions.
3545 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
3546 (inf_ptrace_target): Don't set to_prepare_to_store,
3547 to_post_startup_inferior, to_acknowledge_created_inferior,
3548 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
3549 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3550 to_follow_fork, to_insert_exec_catchpoint,
3551 to_remove_exec_catchpoint.
3552
3553 2005-01-18 Andrew Cagney <cagney@gnu.org>
3554
3555 * target.h (struct target_ops): Change return type of
3556 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
3557 to_insert_exec_catchpoint to void.
3558 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
3559 (child_insert_exec_catchpoint): Change return type to void.
3560 * target.c (update_current_target): Update.
3561 (debug_to_insert_fork_catchpoint)
3562 (debug_to_insert_vfork_catchpoint)
3563 (debug_to_insert_exec_catchpoint): Update.
3564 * inf-child.c (inf_child_insert_fork_catchpoint)
3565 (inf_child_insert_vfork_catchpoint)
3566 (inf_child_insert_exec_catchpoint): Update.
3567 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
3568 * linux-nat.c (child_insert_fork_catchpoint)
3569 (child_insert_vfork_catchpoint)
3570 (child_insert_exec_catchpoint): Update.
3571 * inftarg.c (child_insert_fork_catchpoint)
3572 (child_insert_vfork_catchpoint,)
3573 (child_insert_exec_catchpoint): Update.
3574
3575 * remote.c (remote_open_1): Use throw_exception.
3576
3577 2005-01-17 Michael Snyder <msnyder@redhat.com>
3578
3579 * mips-linux-tdep.c: Whitespace tweaks.
3580
3581 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
3582
3583 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
3584
3585 2005-01-17 Andrew Cagney <cagney@gnu.org>
3586
3587 * top.h (source_error, source_pre_error): Delete declaration.
3588 * cli/cli-script.c (source_error_allocated, source_error): Delete.
3589 (script_from_file, source_cleanup_lines): Do not manipulate
3590 source_error_allocated, error_pre_print and source_error.
3591 (struct source_cleanup_lines_args): Delete fields old_pre_error,
3592 and old_error_pre_print.
3593 * top.c (source_error_allocated, source_error)
3594 (source_pre_error): Delete.
3595 (command_line_input): Do not set error_pre_print.
3596 * event-top.c (command_line_handler): Do not set error_pre_print.
3597
3598 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
3599
3600 * MAINTAINERS: Update my email address.
3601
3602 2005-01-16 Mark Kettenis <kettenis@gnu.org>
3603
3604 * configure.ac: Provide prerequisite headers when checking
3605 <term.h>.
3606 * configure: Regenerate.
3607
3608 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
3609 and "bsd-uthread.h".
3610 (amd64fbsd_jmp_buf_reg_offset): New variable.
3611 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
3612 functions.
3613 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
3614 * i386fbsd-tdep.c: Fix typo.
3615 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
3616 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
3617
3618 2005-01-16 Andrew Cagney <cagney@gnu.org>
3619
3620 * cli/cli-script.c: Include "exceptions.h".
3621 (struct wrapped_read_command_file_args): Define.
3622 (wrapped_read_command_file): New function.
3623 (script_from_file): Replace direct call to read_command_file by
3624 one wrapped by an exception handler.
3625 * exceptions.c (throw_it): Free the old message after creating the
3626 new.
3627 * Makefile.in: Update dependencies.
3628
3629 2005-01-16 Mark Kettenis <kettenis@gnu.org>
3630
3631 * sparc64fbsd-tdep.c: Update copyright year.
3632 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
3633 functions.
3634 (sparc64fbsd_init_abi): Create register sets with collect
3635 functions.
3636
3637 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
3638 (_initialize_sparc64fbsd_nat): Add some extra features to the
3639 generic SPARC target.
3640 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
3641 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
3642 (NAT_FILE): Set to solib.h.
3643 * config/sparc/nm-fbsd.h: Remove file.
3644
3645 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
3646
3647 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
3648
3649 2005-01-16 Andrew Cagney <cagney@gnu.org>
3650
3651 * exceptions.c (struct catcher): Delete saved_error_pre_print and
3652 saved_quit_pre_print.
3653 (catcher_init): Delete parameter errstring, do not override the
3654 pre_print strings.
3655 (catcher_pop): Do not restore the pre_print strings.
3656 (catch_exception, catch_exceptions_with_msg, catch_errors)
3657 (catch_command_errors): Update catch_init calls.
3658
3659 2005-01-16 Mark Kettenis <kettenis@gnu.org>
3660
3661 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
3662 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
3663
3664 2005-01-15 Andrew Cagney <cagney@gnu.org>
3665
3666 * acinclude.m4: Include ../bfd/bfd.m4 instead of
3667 ../bfd/acinclude.m4. Include ../gettext.m4.
3668 * aclocal.m4, configure: Re-generate.
3669
3670 * exceptions.c (do_captured_command)
3671 (struct captured_command_args): Delete.
3672 (catch_command_errors): Simplify by inlining call to catch_errors.
3673
3674 * exceptions.c (struct catcher): Delete field print_message.
3675 (catcher_init): Delete print_message parameter.
3676 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
3677 (throw_it): Delete prefix parameter.
3678 (throw_verror, throw_vfatal, throw_error): Update.
3679
3680 2005-01-14 Andrew Cagney <cagney@gnu.org>
3681
3682 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
3683 (throw_reason): Leave the exception's message field blank.
3684 (throw_it): New function, create the exception and throw it.
3685 (throw_verror, throw_vfatal, throw_error): Call throw_it.
3686 (print_any_exception): New function.
3687 (catch_errors, catch_exceptions_with_msg): Call
3688 print_any_exception.
3689 (throw_exception): Move code calling annotate_error and
3690 annotate_quit from here ...
3691 (print_exception): ... to here.
3692
3693 * exceptions.c (exception_fprintf, exception_print): Move printing
3694 of \n from here ...
3695 (print_exception): ... to here.
3696 (print_flush): New function.
3697 (exception_print, exception_fprintf): Replace duplicated flush and
3698 wrap code with call to print_flush.
3699 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
3700 and print_exception.
3701 (do_write): Delete.
3702
3703 * remote-sds.c (interrupt_query): Call throw_reason instead of
3704 throw_exception.
3705 * remote-mips.c (mips_error, mips_kill): Ditto
3706 * ocd.c (interrupt_query): Ditto.
3707 * nto-procfs.c (interrupt_query): Ditto.
3708 * monitor.c (monitor_interrupt_query): Ditto.
3709
3710 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
3711
3712 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
3713
3714 2005-01-14 Andrew Cagney <cagney@gnu.org>
3715
3716 * exceptions.h (catch_exceptions): Delete errstring parameter.
3717 (catch_exceptions_with_msg): Ditto.
3718 * exceptions.c (catch_exceptions_with_msg): Update.
3719 (catch_exceptions): Update.
3720 * symfile-mem.c (add_vsyscall_page): Update.
3721 * frame.c (get_current_frame): Update.
3722 * wrapper.c (gdb_value_struct_elt): Update.
3723 * exceptions.c (catch_exceptions): Update.
3724 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
3725 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
3726 * remote-fileio.c (remote_fileio_request): Update.
3727
3728 * exceptions.h (exception_fprintf): Declare.
3729 (exception_print): Drop pre_print parameter.
3730 * mi/mi-main.c (mi_execute_command): Update exception_print call.
3731 * cli/cli-interp.c (safe_execute_command): Update exception_print
3732 call.
3733 * remote.c (remote_open_1): Instead of passing an error prefix to
3734 catch_exceptions, use catch_exceptions and exception_fprintf.
3735 (remote_start_remote): Change return type to void.
3736 * breakpoint.c (insert_bp_location): Instead of passing an error
3737 prefix to catch_exceptions, use catch_exceptions and
3738 exception_fprintf.
3739 (insert_catchpoint): Change return type to void.
3740 (break_command_1): Update exception_print call.
3741 * exceptions.c (exception_fprintf): New function.
3742 (print_exception): New function.
3743 (exception_print): Use print_exception.
3744
3745 * utils.c (error_output_message): Delete function.
3746 * defs.h (error_output_message): Delete declaration.
3747
3748 * linespec.c (symtab_from_filename, decode_variable): Use
3749 throw_error instead of error_silent.
3750 * breakpoint.c (do_captured_parse_breakpoint): Change return type
3751 to void.
3752 (break_command_1): Use catch_exception and check the error return
3753 status.
3754 * exceptions.c (throw_error): New function.
3755 (throw_vsilent): Delete function.
3756 * exceptions.h (throw_error): Declare.
3757 (throw_vsilent): Delete declaration.
3758 * utils.c (error_silent): Delete function.
3759 * defs.h (error_silent): Delete declaration.
3760
3761 * mi/mi-main.c (mi_execute_command): Print the exception.
3762 * cli/cli-interp.c (safe_execute_command): Print the exception.
3763 * exceptions.h (exception_print): Declare.
3764 * exceptions.c (struct catcher): Add field print_message.
3765 (catcher_init): Add parameter print_message, store in the catcher
3766 struct.
3767 (print_and_throw): Only print the message when print_message.
3768 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
3769 catcher_init.
3770 (catch_exception): Pass print_message=0 to catcher_init.
3771
3772 * varobj.c (varobj_create): Add missing \n.
3773
3774 2005-01-13 Michael Snyder <msnyder@redhat.com>
3775
3776 * cli/cli-decode.h: Whitespace tweaks.
3777 * wince.c: Whitespace tweaks.
3778 * uw-thread.c: Whitespace tweaks.
3779 * utils.c: Whitespace tweaks.
3780 * tracepoint.[ch]: Whitespace tweaks.
3781 * solist.h: Whitespace tweaks.
3782
3783 2005-01-13 Andrew Cagney <cagney@gnu.org>
3784
3785 * exceptions.h (struct exception): Make message const.
3786 * mi/mi-main.c (mi_execute_command): Pass result.message directly
3787 to fputstr_unfiltered.
3788
3789 2005-01-13 Michael Snyder <msnyder@redhat.com>
3790
3791 * stack.c: Whitespace tweaks.
3792 * somsolib.[ch]: Whitespace tweaks.
3793 * solib-aix.c: Whitespace tweaks.
3794 * solib.c: Whitespace tweaks.
3795 * solib-frv.c: Whitespace tweaks.
3796 * solib.h: Whitespace tweaks.
3797 * solib-irix.c: Whitespace tweaks.
3798 * solib-som.c: Whitespace tweaks.
3799 * solib-sunos.c: Whitespace tweaks.
3800 * solib-svr4.[ch]: Whitespace tweaks.
3801 * ser-tcp.c: Whitespace tweaks.
3802 * ser-unix.c: Whitespace tweaks.
3803 * serial.h: Whitespace tweaks.
3804 * scm-valprint.c: Whitespace tweaks.
3805 * rs6000-tdep.c: Whitespace tweaks.
3806 * rs6000-nat.c: Whitespace tweaks.
3807 * remote.c: Whitespace tweaks.
3808
3809 2005-01-13 Andrew Cagney <cagney@gnu.org>
3810
3811 * defs.h (error_last_message, error_init): Delete declaration.
3812 * utils.c (fatal, vfatal): Call throw_vfatal.
3813 (error, verror): Call throw_verror;
3814 (do_write, error_stream_1): Delete function.
3815 (error_stream): Simplify, call error.
3816 (error_last_message, error_init, gdb_lasterr): Delete.
3817 (error_silent): Simplify, call throw_vsilent.
3818 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
3819 * main.c (captured_main): Delete call to error_init.
3820 * exceptions.c (throw_verror, throw_verror)
3821 (throw_vsilent): New functions.
3822 (do_write, print_and_throw): New functions.
3823 (last_message): New global.
3824 (throw_reason): Replace error_last_message with last_message.
3825 (catch_exceptions_with_msg): Dup the message.
3826 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
3827 Declare.
3828
3829 2005-01-13 Michael Snyder <msnyder@redhat.com>
3830
3831 * remote-st.c: Whitespace tweaks.
3832 * remote-sim.c: Whitespace tweaks.
3833 * remote-mips.c: Whitespace tweaks.
3834 * pa64solib.[ch]: Whitespace tweaks.
3835 * mdebugread.c: Whitespace tweaks.
3836 * main.c: Whitespace tweaks.
3837 * interps.c: Whitespace tweaks.
3838 * infrun.c: Whitespace tweaks.
3839 * infcmd.c: Whitespace tweaks.
3840 * hpux-thread.c: Whitespace tweaks.
3841 * hppa-hpux-tdep.c: Whitespace tweaks.
3842 * gdbcore.h: Whitespace tweaks.
3843 * gdbcmd.h: Whitespace tweaks.
3844 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
3845 * corefile.c: Whitespace tweaks.
3846 * completer.c: Whitespace tweaks.
3847 * coff-solib.c: Whitespace tweaks.
3848 * coff-solib.h: Whitespace tweaks.
3849 * cli-out.c: Whitespace tweaks.
3850 * breakpoint.c: Whitespace tweaks.
3851 * cli/cli-interp.c: Tweak comments, per coding standard.
3852
3853 2005-01-13 Andrew Cagney <cagney@gnu.org>
3854
3855 * breakpoint.c (gdb_breakpoint_query): Update, use
3856 catch_exceptions_with_msg.
3857 (do_captured_breakpoint): Add uiout parameter.
3858 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
3859 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
3860 gdb_thread_select. Return MI_CMD_ERROR instead of
3861 MI_CMD_CAUGHT_ERROR.
3862 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
3863 (enum captured_mi_execute_command_actions): Delete
3864 EXECUTE_COMMAND_DISPLAY_ERROR.
3865 (captured_mi_execute_command): Delete code handling
3866 MI_CMD_CAUGHT_ERROR.
3867 (mi_execute_command): Don't check for
3868 EXECUTE_COMMAND_DISPLAY_ERROR.
3869 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
3870 gdb_breakpoint_query.
3871 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
3872 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
3873 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
3874 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
3875 parameter.
3876 * thread.c (thread_command): Update call.
3877 (gdb_thread_select, gdb_list_thread_ids): Update, call
3878 catch_exceptions_with_msg.
3879
3880 * mi/mi-main.c (mi_execute_command): Use catch_exception,
3881 eliminate call to error_last_message.
3882 (captured_mi_execute_command): Change return type to void.
3883
3884 2005-01-12 Andrew Cagney <cagney@gnu.org>
3885
3886 * exceptions.c (exception_none): New variable.
3887 * Makefile.in: Update dependencies.
3888 * interps.c: Include "exceptions.h".
3889 (interpreter_exec_cmd, interp_exec): Update to return "struct
3890 exception"
3891 * exceptions.h (no_exception): Declare.
3892 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
3893 * mi/mi-interp.c: Include "exceptions.h".
3894 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
3895 'struct exception".
3896 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
3897 (do_captured_execute_command): Update to use catch_exception.
3898 * interps.h: Include "exceptions.h".
3899 (interp_exec_ftype, interp_exec): Return "struct exception".
3900
3901 * exceptions.h (throw_reason): Rename throw_exception.
3902 (enum errors, struct exception): Define.
3903 (catch_exception_ftype): Define.
3904 (catch_exception, throw_exception): Declare.
3905 * exceptions.c (throw_exception): Rewrite.
3906 (throw_reason): New function.
3907 (struct catcher, catcher_state_machine): Replace "reason" with
3908 "exception", delete "gdberrmsg".
3909 (catch_exception): New function.
3910 (catcher_init): Replace "gdberrmsg" parameter with "exception".
3911 (catch_errors, catch_exceptions_with_msg): Re-implement passing
3912 exception to catcher_init.
3913 * utils.c (error_silent, error_stream_1): Use throw_reason.
3914 (internal_verror, quit): Ditto.
3915 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
3916 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
3917 * remote.c (remote_open_1, interrupt_query): Ditto.
3918
3919 2005-01-12 Mark Kettenis <kettenis@gnu.org>
3920
3921 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
3922 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
3923 (i386fbsd_jmp_buf_reg_offset): New variable.
3924 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
3925 functions.
3926 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
3927 * Makefile.in (i386fbsd-tdep.o): Update dependency.
3928 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
3929
3930 * bsd-uthread.h: New file.
3931 * bsd-uthread.c: New file.
3932 * Makefile.in (bsd_uthread_h): New variable.
3933 (ALLDEPFILES): Add bsd-uthread.c.
3934 (bsd-uthread.o): New dependency.
3935
3936 * solib.h Update copyright year.
3937 (struct so_list): Forward declaration.
3938 (solib_read_symbols): New prototype.
3939 * solib.c (solib_read_symbols): New function.
3940 (solib_add): Call solib_read_symbols to read in symbols.
3941 (update_solib_list): Call observer_notify_solib_loaded.
3942
3943 * i386bsd-nat.c: Update copyright year. Don't include
3944 <sys/param.h> and <sys/user.h>.
3945 (register_u_addr, kernel_u_size): Remove functions.
3946 * config/i386/obsd.mh (NAT_FILE): Remove.
3947 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
3948 * config/i386/nm-obsd.h: Remove file.
3949
3950 2005-01-12 Andrew Cagney <cagney@gnu.org>
3951
3952 * exceptions.c: Include "gdb_string.h".
3953 (enum catcher_state, struct catcher): Define.
3954 (current_catcher): New global, replaces catch_return;
3955 (catch_return): Delete.
3956 (throw_exception): Use current_catcher->buf;
3957 (catcher_init, catcher_pop, catcher_state_machine): New functions.
3958 (catcher): Delete.
3959 (struct catch_errors_args): Delete.
3960 (do_catch_errors): Delete.
3961 (catch_exceptions): Replace body with call to
3962 catch_exceptions_with_msg.
3963 (catcher): Delete.
3964 (catch_exceptions_with_msg, catch_errors): Re-implement using
3965 catcher_state_machine.
3966
3967 * exceptions.h (enum return_reason, RETURN_MASK)
3968 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
3969 (return_mask, throw_exception, catch_exceptions_ftype)
3970 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
3971 (catch_command_errors_ftype, catch_command_errors): Move to
3972 exceptions.h.
3973 * exceptions.c, exceptions.h: New files.
3974 * top.c: Do not include <setjmp.h>.
3975 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
3976 (throw_exception, catcher, catch_exceptions)
3977 (catch_exceptions_with_msg, struct catch_errors_args)
3978 (do_catch_errors, catch_errors, struct captured_command_args)
3979 (do_captured_command, catch_command_errors): Move to exceptions.c.
3980 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
3981 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
3982 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
3983 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
3984 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
3985 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
3986 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
3987 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
3988 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
3989 * ada-valprint.c, ada-lang.c: Ditto.
3990 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
3991 exceptions.o. Update all dependencies.
3992
3993 2005-01-11 Mark Kettenis <kettenis@gnu.org>
3994
3995 * config/i386/nm-fbsd.h: Update copyright year.
3996 Don't include "config/nm-bsd.h".
3997 (KERNEL_U_SIZE): Remove macro.
3998 (kernel_u_size): Remove prototype.
3999
4000 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
4001 * config/vax/nm-nbsdaout.h: Remove file.
4002
4003 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
4004
4005 * MAINTAINERS: Remove self from sh/sh64 maintainership.
4006
4007 2005-01-10 Andrew Cagney <cagney@gnu.org>
4008
4009 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
4010 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
4011 maintainer.
4012
4013 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
4014 changes to CRIS.
4015
4016 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
4017 COMMIT means can approve).
4018
4019 2005-01-10 Mark Kettenis <kettenis@gnu.org>
4020
4021 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
4022 (vax_register_u_offset): Make statuc.
4023 (_initialize_vax_nat): Construct and add target vector.
4024 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
4025 inftarg.o. Add inf-ptrace.o.
4026 * Makefile.in (vax-nat.o): Update dependencies.
4027
4028 * inf-ptrace.h: Update copyright year. Sync comment with
4029 inf-ptrace.c.
4030 (inf_ptrace_trad_target): New prototype.
4031 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
4032 "gdb_assert.h"
4033 (inf_ptrace_target): Add comment.
4034 (inf_ptrace+register_u_offset): New variable.
4035 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
4036 (inf_ptrace_store_register, inf_ptrace_store_registers)
4037 (inf_ptrace_trad_target): New functions.
4038 * Makefile.in (inf-ptrace.o): Update dependencies.
4039
4040 2005-01-09 Mark Kettenis <kettenis@gnu.org>
4041
4042 * configure.ac: Provide prerequisite headers when checking
4043 <link.h>, <sys/proc.h> and <sys/user.h>.
4044 * configure: Regenerate.
4045
4046 2005-01-08 Mark Kettenis <kettenis@gnu.org>
4047
4048 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
4049 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
4050
4051 2005-01-07 Mark Kettenis <kettenis@gnu.org>
4052
4053 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
4054 Don't include "tm-ia64.h".
4055 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
4056 * config/ia64/tm-ia64.h: Remove. Move contents ...
4057 * ia64-tdep.h: ... here. Update copyright year.
4058
4059 2005-01-07 Andrew Cagney <cagney@gnu.org>
4060
4061 * configure.ac: Rename configure.in, require autoconf 2.59.
4062 * configure: Re-generate.
4063
4064 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
4065 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
4066 to configdirs.
4067
4068 * configure.in: Replace configdirs with multiple references to
4069 AC_CONFIG_SUBDIRS.
4070 * configure: Re-generate.
4071
4072 2005-01-05 Andreas Schwab <schwab@suse.de>
4073
4074 * ia64-tdep.c: Include "osabi.h".
4075 (native_find_global_pointer): Delete.
4076 (ia64_find_global_pointer): Renamed from
4077 generic_elf_find_global_pointer.
4078 (FIND_GLOBAL_POINTER): Delete. Change all users to call
4079 ia64_find_global_pointer instead.
4080 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
4081 to ia64_linux_sigcontext_register_address and
4082 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
4083 (_initialize_ia64_tdep): Call gdbarch_register instead of
4084 deprecated register_gdbarch_init.
4085 (struct gdbarch_tdep): Remove find_global_pointer field and move
4086 to ...
4087 * ia64-tdep.h (struct gdbarch_tdep): ... here.
4088 (ia64_linux_sigcontext_register_address): Remove declaration.
4089 (ia64_linux_getunwind_table): Likewise.
4090 (ia64_linux_write_pc): Likewise.
4091 * ia64-linux-tdep.c: Include "osabi.h".
4092 (ia64_linux_sigcontext_register_address): Make static.
4093 (ia64_linux_write_pc): Likewise.
4094 (ia64_linux_init_abi): New.
4095 (_initialize_ia64_linux_tdep): New.
4096 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
4097 $(osabi_h).
4098
4099 2005-01-05 Kevin Buettner <kevinb@redhat.com>
4100
4101 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
4102 functions in ia64-aix-tdep.c.
4103 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
4104 function defined in ia64-aix-tdep.c.
4105 * ia64-aix-tdep.c: Remove file.
4106 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
4107 this list.
4108 * Makefile.in (ia64-aix-tdep.o): Delete.
4109
4110 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4111
4112 Committed by Andrew Cagney.
4113 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
4114 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
4115 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
4116 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
4117 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
4118 * aix-thread.c (_initialize_aix_thread): Get rid of the
4119 deprecated_add_show_from_set call.
4120 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4121 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4122 * command.h (add_setshow_enum_cmd): Add arguments for returning
4123 new list elements.
4124 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
4125 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
4126 add_setshow_enum_cmd.
4127
4128 2005-01-04 Mark Kettenis <kettenis@gnu.org>
4129
4130 * configure.host (ia64-*-aix*): Remove.
4131 * configure.tgt (ia64-*-aix*): Remove.
4132 * config/ia64/aix.mh: Remove file.
4133 * config/ia64/aix.mt: Remove file.
4134 * config/ia64/tm-aix.h: Remove file.
4135 * ia64-aix-nat.c: Remove file.
4136 * Makefile.in (ia64-aix-nat.o): Remove dependency.
4137
4138 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
4139 Add back inf-ptrace.o.
4140
4141 2005-01-04 Andrew Cagney <cagney@gnu.org>
4142
4143 * version.in: Change format from 6.3.50_2005-01-04-cvs to
4144 6.3.50.20050104-cvs.
4145
4146 2005-01-04 Andreas Schwab <schwab@suse.de>
4147
4148 * breakpoint.c (break_command_1): Always free err_msg before
4149 returning when an exception was caught.
4150
4151 2005-01-01 Joel Brobecker <brobecker@gnat.com>
4152
4153 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
4154 in register number for addil instruction.
4155
4156 For older changes see ChangeLog-2004.
4157 \f
4158 Local Variables:
4159 mode: change-log
4160 left-margin: 8
4161 fill-column: 74
4162 version-control: never
4163 End:
This page took 0.112774 seconds and 5 git commands to generate.