55808dd3640ae68334b7e1c6cd6602e63acef20f
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-05-01 Mark Kettenis <kettenis@gnu.org>
2
3 * somsolib.c, somsolib.h: Remove files.
4 * Makefile.in (somsolib_h): Remove.
5 (somsolib.o): Remove dependency.
6
7 * fbsd-nat.c: Include <sys/sysctl.h>.
8 (fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if
9 available. Plug memory leak. Fixes PR gdb/1922.
10
11 2005-04-29 Mark Kettenis <kettenis@gnu.org>
12
13 * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)
14 (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK)
15 (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS)
16 (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
17 * solib.c (solib_data): New variable.
18 (solib_init, solib_ops): New functions.
19 (solib_open, solib_map_sections, free_so, update_solib_list)
20 (solib_add, clear_solib, solib_create_inferior_hook)
21 (in_solib_dynsym_resolve_code): Call architecture-dependent code
22 using solib_ops.
23 (_initialize_solib): Register SOLIB_DATA.
24
25 2005-04-29 Kevin Buettner <kevinb@redhat.com>
26
27 * frv-tdep.c (find_func_descr): Verify that entry point can be
28 found in symbol table prior to looking up its function descriptor.
29 * solib-frv.c (find_canonical_descriptor_in_load_object): Add
30 test for non-NULL link map.
31
32 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
33
34 * MAINTAINERS: Revert h8300 state to un-deleted.
35 * Makefile.in: Re-add h8300-tdep.o dependencies.
36 * h8300-tdep.c: Slightly rearrange type definitions and functions.
37 (struct frame_extra_info): Remove.
38 (struct h8300_frame_cache): Replace locals with differently defined
39 uses_fp member.
40 (h8300_unwind_pc): Simplify.
41 (h8300_unwind_sp): New function.
42 (h8300_unwind_dummy_id): Simplify.
43 (h8300_init_frame_cache): New function.
44 (h8300_is_argument_spill): Use reworked defines for opcode scanning.
45 (h8300_skip_prologue): Rewrite.
46 (h8300_alloc_frame_cache): Remove.
47 (h8300_analyze_frame_setup): Remove.
48 (h8300_analyze_register_saves): Remove.
49 (h8300_analyze_prologue): Rewrite.
50 (h8300_frame_cache): Use h8300_init_frame_cache instead of
51 h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to
52 accomodate 16 bit mode. Fix saved_sp and register offset evaluation.
53 (h8300_frame_this_id): Correctly calculate this_id using saved stack
54 pointer instead of base.
55 (h8300_frame_prev_register): Drop needless braces.
56 (h8300_frame_base_address): New function.
57 (h8300_frame_base): New frame_base.
58 (h8300_push_dummy_call): Return correct CFA value.
59 (h8300h_extract_return_value): Fix 8 byte value handling.
60 (h8300_use_struct_convention): New function.
61 (h8300h_use_struct_convention): New function.
62 (h8300h_store_return_value): Fix 8 byte value handling.
63 (h8300_return_value): New function.
64 (h8300h_return_value): New function.
65 (h8300_extract_struct_value_address): Remove deprecated functionality.
66 (h8300_push_dummy_code): Remove.
67 (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
68 set_gdbarch_store_return_value calls by set_gdbarch_return_value.
69 Remove calls to set_gdbarch_deprecated_fp_regnum,
70 set_gdbarch_deprecated_extract_struct_value_address,
71 set_gdbarch_deprecated_use_struct_convention and
72 set_gdbarch_push_dummy_code.
73 Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
74 Slightly rearrange code.
75
76 2005-04-28 Jim Blandy <jimb@redhat.com>
77
78 * parse.c (namecopy): Change allocation conventions.
79 (namecopy_size): New variable.
80 (copy_name): Allocate namecopy using xrealloc, instead of assuming
81 it has adequate space allocated to it.
82 (parse_exp_1): Don't try to allocate space for namecopy here.
83
84 2005-04-28 Eli Zaretskii <eliz@gnu.org>
85
86 * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet
87 set, use symtab_to_fullname, instead of trying to do its job. Use
88 xstrprintf instead of malloc and sprintf.
89
90 2005-04-28 Kevin Buettner <kevinb@redhat.com>
91
92 * remote.c (init_remote_state): Eliminate use of
93 deprecated_register_bytes().
94
95 2005-04-28 Andrew Cagney <cagney@gnu.org>
96
97 * valops.c (check_field): Make buffer a bfd_byte.
98 * value.c (unpack_long, unpack_double, unpack_pointer)
99 (unpack_field_as_long, modify_field): Ditto.
100 * value.h: Update declarations.
101
102 2005-04-28 Paul Brook <paul@codesourcery.com>
103
104 * exceptions.c (print_flush): Handle NULL gdb_stdout_serial.
105
106 2005-04-27 Mark Kettenis <kettenis@gnu.org>
107
108 * solib-svr4.c (_initialize_svr4_solib)
109 [SVR4_FETCH_LINK_MAP_OFFSETS]: Don't set non-existent variable
110 svr4_legacy_fetch_link_map_offsets.
111
112 * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
113 (sh_gdbarch_init): Remove redundant prototype.
114 * sh-linux-tdep.c: New file.
115 * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
116 Remove prototype.
117 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
118 * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
119 solib-legacy.o.
120 * Makefile.in (sh-linux-tdep.o): New.
121
122 * solib-svr4.c: Update copyright year. Include "gdb_assert.h".
123 (SVR4_FETCH_LINK_MAP_OFFSETS): Don't define if not already
124 defined.
125 (legacy_fetch_link_map_offsets): Remove prototype.
126 (fetch_link_map_offsets_gdbarch_data): Remove.
127 (LM_ADDR, LM_NEXT, IGNORE_FIRST_LINK_MAP_ENTRY)
128 (first_link_map_member, open_symbol_file_object, svr4_current_sos)
129 (svr4_fetch_objfile_link_map): Call svr4_fetch_link_map_offsets
130 instead of SVR4_FETCH_LINK_MAP_OFFSETS.
131 (solib_svr4_data): New variable.
132 (struct solib_svr4_ops): New.
133 (solib_svr4_init): New fynction.
134 (legacy_fetch_link_map_offsets, init_fetch_link_map_offsets):
135 Remove functions.
136 (svr4_fetch_link_map_offsets, svr4_have_link_map_offsets): Rewrite
137 using the new `struct solib_svr4_ops'.
138 (_initialize_svr4_solib): Replace registration of per-architecture
139 data. Add temporary hack to set
140 svr4_legacy_fetch_link_map_offsets if SVR4_FETCH_LINK_MAP_OFFSETS
141 is set.
142 * Makefile.in (solib-svr4.o): Update dependencies.
143
144 2005-04-26 Mark Kettenis <kettenis@gnu.org>
145
146 * configure.tgt (*-*-freebsd*): Set gdb_osabi to
147 GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
148
149 2005-04-26 Andrew Cagney <cagney@gnu.org>
150
151 * remote.c (remote_open_1): Move "ex"'s declaration to where it is
152 used.
153 (remote_get_thread_local_address): Use throw_error, include a
154 printed string.
155 * linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
156 * dwarf2loc.c (dwarf_expr_tls_address): Ditto.
157 * cli/cli-script.c (script_from_file): Mark up throw_error message.
158 * linespec.c (symtab_from_filename, decode_variable): Ditto.
159
160 2005-04-26 Andrew Cagney <cagney@gnu.org>
161
162 Rename 'struct exception' to 'struct gdb_exception'.
163 * wrapper.c: Update.
164 * varobj.c: Update.
165 * tui/tui-interp.c: Update.
166 * remote.c: Update.
167 * mi/mi-main.c: Update.
168 * mi/mi-interp.c: Update.
169 * linux-thread-db.c: Update.
170 * interps.h: Update.
171 * interps.c: Update.
172 * exceptions.h: Update.
173 * exceptions.c: Update.
174 * dwarf2loc.c: Update.
175 * cli/cli-interp.c: Update.
176 * cli/cli-script.c: Update.
177 * breakpoint.c: Update.
178
179 2005-04-25 Mark Mitchell <mark@codesourcery.com>
180
181 * event-loop.c (gdb_select): Program defensively.
182
183 * event-loop.c (gdb_assert.h): Include.
184 (<windows.h>): Include under Windows.
185 (<io.h>): Likeiwse.
186 (gdb_select): New function.
187 (gdb_wait_for_event): Use it.
188 * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
189
190 2005-04-23 Mark Kettenis <kettenis@gnu.org>
191
192 * sparc64-tdep.c: Include "dwarf2-frame.h".
193 (sparc64_dwarf2_frame_init_reg): New function.
194 * Makefile.in (sparc64-tdep.o): Update dependencies.
195
196 2005-04-22 David S. Miller <davem@davemloft.net>
197
198 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
199 sparc64_init_abi().
200
201 2005-04-22 Mark Kettenis <kettenis@gnu.org>
202
203 * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
204
205 2005-04-22 Mark Mitchell <mark@codesourcery.com>
206
207 * ser-base.c (<sys/time.h>): Include.
208
209 2005-04-22 Mark Kettenis <kettenis@gnu.org>
210
211 * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
212
213 * sparc-linux-tdep.c: Reorder includes. Tweak a few comments.
214 (LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1)
215 (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove
216 macros.
217 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode
218 instructions.
219 * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments.
220 (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove
221 macros.
222 (sparc64_linux_rt_sigframe): Hardcode instructions.
223 * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
224 dependencies.
225
226 * sparc-linux-tdep.c: Update copyright year.
227 (sparc32_linux_init_abi): Set skip_trampoline_code and
228 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
229 Don't set software_single_step and don't call
230 sparc32_sol2_init_abi.
231 * sparc64-linux-tdep.c: Update copyright year.
232 (sparc64_linux_init_abi): Set skip_trampoline_code and
233 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
234 Don't set software_single_step and don't call
235 sparc64_sol2_init_abi.
236
237 2005-04-22 Eli Zaretskii <eliz@gnu.org>
238
239 * remote-st.c (_initialize_remote_st2000): Remove the extraneous
240 "<command>" string from the call to add_com.
241
242 * remote-sim.c (_initialize_remote_sim): Ditto.
243
244 * remote-utils.c (_initialize_sr_support): Ditto.
245
246 * remote-mips.c (_initialize_remote_mips): Ditto.
247
248 2005-04-21 David S. Miller <davem@davemloft.net>
249
250 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
251 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
252 (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
253 sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
254 sparc32_linux_sigtramp_frame_cache,
255 sparc32_linux_sigtramp_frame_this_id,
256 sparc32_linux_sigtramp_frame_prev_register,
257 sparc32_linux_sigtramp_frame_unwind,
258 sparc32_linux_sigtramp_frame_sniffer): Delete.
259 (sparc32_linux_init_abi): Register new tramp unwinders. Kill
260 register of old sigtramp sniffer.
261 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
262 function.
263 (sparc64_linux_rt_sigframe): New tramp frame.
264 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
265 sparc64_linux_sigtramp_frame_cache,
266 sparc64_linux_sigtramp_frame_this_id,
267 sparc64_linux_sigtramp_frame_prev_register,
268 sparc64_linux_sigtramp_frame_unwind,
269 sparc64_linux_sigtramp_frame_sniffer): Delete.
270 (sparc64_linux_init_abi): Register new tramp unwinders. Kill
271 register of old sigtramp sniffer.
272 Makefile.in (sparc64-linux-tdep.o): Update dependencies.
273 (sparc-linux-tdep.o): Likewise.
274
275 2005-04-21 Mark Kettenis <kettenis@gnu.org>
276
277 * ser-base.c: Include "gdb_string.h".
278 * Makefile.in (ser-base.o): Update dependencies.
279
280 2005-04-20 David S. Miller <davem@davemloft.net>
281
282 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
283 signal return stub symbol names, __restore and __restore_rt are
284 the i386 symbol names not the sparc ones.
285 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
286 as where the offsets were obtained from.
287 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
288 LINUX64_RT_SIGTRAMP_INSN1): New defines.
289 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
290 sparc64_linux_sigtramp_frame_cache,
291 sparc64_linux_sigtramp_frame_this_id,
292 sparc64_linux_sigtramp_frame_prev_register,
293 sparc64_linux_sigtramp_frame_sniffer): New functions.
294 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
295 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
296 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
297
298 2005-04-20 Mark Mitchell <mark@codesourcery.com>
299
300 * configure.ac: On MinGW, define USE_WIN32API and link with
301 -lws2_32.
302 * ser-tcp.c (<winsock2.h>): Include, for Windows.
303 (ETIMEDOUT): Define, for Windows.
304 (ioctl): Likewise.
305 (closesocket): Define, for POSIX.
306 (net_open): Adjust for differences in socket functions between
307 Windows and UNIX.
308 (net_close): Likweise.
309 (net_read_prim): New function.
310 (net_write_prim): Likewise.
311 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
312 write_prim.
313 * ser-unix.h (ser_unix_readcchar): Remove.
314 (ser_unix_read_prim): Declare.
315 (ser_unix_write_prim): Likewise.
316 * ser-unix.c (generic_readchar): Move to ser-base.c.
317 (ser_unix_wait_for): Likewise.
318 (do_unix_readchar): Likewise.
319 (ser_unix_readchar): Likewise.
320 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
321 (ser_unix_read_prim): New function.
322 (ser_unix_write_prim): Likewise.
323 * ser-base.h (generic_readchar): Declare.
324 (ser_base_readchar): Likewise.
325 * ser-base.c (<winsock2.h>): Include, for windows.
326 (fd_event): Use the read primitive specified by the serial
327 interface.
328 (ser_base_wait_for): Moved from ser-unix.c
329 (do_ser_base_read_char): Likewise.
330 (generic_readchar): Likewise.
331 (ser_base_readchar): Likewise.
332 (ser_base_write): Use the write primitive specified by the serial
333 interface.
334 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
335 ser_unix_readchar. Initialize read_prim and write_prim.
336 * serial.c (struct serial_ops): Add read_prim and write_prim.
337 * configure: Regenerate.
338
339 2005-04-19 Ben Elliston <bje@au.ibm.com>
340
341 * c-lang.c (c_create_fundamental_type): Comment fix.
342
343 2005-04-18 Michael Snyder <msnyder@redhat.com>
344
345 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
346 * mn10300-prologue.c: Remove.
347 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
348 Remove prototypes.
349 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
350
351 2005-04-18 Michael Snyder <msnyder@redhat.com>
352
353 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
354 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
355
356 2005-04-18 Mark Kettenis <kettenis@gnu.org>
357
358 * config/nm-bsd.h: Remove file.
359
360 * hppabsd-nat.c: Update copyright year. Include "target.h" and
361 "inf-ptrace.h".
362 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
363 made static.
364 (hppabsd_store_registers): Renamed from store_inferior_registers;
365 made static.
366 (_initialize_hppabsd_nat): New function and prototype.
367 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
368 inftarg.o. Add inf-ptrace.o.
369 (NAT_FILE): Remove.
370 * Makefile.in (hppabsd-nat.o): Update dependencies.
371
372 2005-04-17 Mark Kettenis <kettenis@gnu.org>
373
374 * pa64solib.c, pa64solib.h: Remove files.
375 * Makefile.in (pa64solib_h): Remove variable
376 (pa64solib.o): Remove dependency.
377
378 2005-04-16 Mark Kettenis <kettenis@gnu.org>
379
380 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
381 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
382 made static.
383 (ppcobsd_store_registers): Renamed from store_inferior_registers;
384 made static.
385 (_initialize_ppcobsd_nat): Construct and add target vector.
386 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
387 inftarg.o. Add inf-ptrace.o.
388 (NAT_FILE): Remove.
389 * Makefile.in (ppcobsd-nat.o): Update dependencies.
390
391 * ppcobsd-tdep.c: Include "floatformat.h".
392 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
393 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
394
395 * ppcobsd-tdep.c: Fix typo in comment.
396 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
397 bfd_arch_rs6000 too.
398
399 2005-04-15 Kevin Buettner <kevinb@redhat.com>
400
401 * remote.c (remote_get_thread_local_address): Throw a more
402 meaningful exception when remote target doesn't have support
403 for the qGetTLSAddr packet.
404
405 2005-04-15 Kevin Buettner <kevinb@redhat.com>
406
407 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
408 (set_remote_protocol_qGetTLSAddr_packet_cmd)
409 (show_remote_protocol_qGetTLSAddr_packet_cmd)
410 (remote_get_thread_local_address): New functions.
411 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
412 variable.
413 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
414 target vector.
415 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
416 (_initialize_remote): Register the following commands:
417 "set remote get-thread-local-storage-address-packet" and
418 "show remote get-thread-local-address-packet".
419
420 2005-04-15 Kevin Buettner <kevinb@redhat.com>
421
422 * remote.c (add_packet_config_cmd): Delete unused variables.
423
424 2005-04-15 Kevin Buettner <kevinb@redhat.com>
425
426 * remote.c (show_remote_protocol_vcont_packet_cmd )
427 (show_remote_protocol_qSymbol_packet_cmd)
428 (show_remote_protocol_P_packet_cmd)
429 (show_remote_protocol_Z_software_bp_packet_cmd)
430 (show_remote_protocol_Z_hardware_bp_packet_cmd)
431 (show_remote_protocol_Z_write_wp_packet_cmd)
432 (show_remote_protocol_Z_read_wp_packet_cmd)
433 (show_remote_protocol_Z_access_wp_packet_cmd)
434 (show_remote_protocol_binary_download_cmd)
435 (show_remote_protocol_qPart_auxv_packet_cmd)
436 (show_remote_protocol_p_packet_cmd ): Delete calls to
437 deprecated_show_value_hack().
438
439 2005-04-15 Corinna VInschen <vinschen@redhat.com>
440
441 * MAINTAINERS: Change sh64-elf state to non-broken.
442 * Makefile.in: Fix dependencies for sh64-tdep.o.
443 * configure.tgt: Add sh64-*-elf case.
444 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
445 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
446 modern methods.
447 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
448 * config/sh/sh64.mt: Resurrect.
449
450 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
451
452 * regformats/reg-m32r.dat: New file.
453
454 2005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
455
456 * arm-tdep.c (fp_model_strings): Add terminating NULL.
457 (arm_abi_strings, arm_abi_global, arm_abi_string): New
458 variables.
459 (arm_extract_return_value, arm_store_return_value): Don't use
460 arm_get_fp_model.
461 (arm_get_fp_model, arm_set_fp): Delete.
462 (arm_update_current_architecture): New function.
463 (set_fp_model_sfunc): Call arm_update_current_architecture.
464 (show_fp_model): Update output messages.
465 (arm_set_abi, arm_show_abi): New functions.
466 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
467 (arm_gdbarch_init): Infer the object's ABI separately from its
468 OSABI. Search for a matching architecture. Honor the global
469 ABI and FPU settings. Set floating point format based on the
470 architecture.
471 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
472 Delete.
473 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
474 Create "arm set abi" command.
475 * arm-tdep.h (arm_get_fp_model): Delete prototype.
476 (enum arm_abi_kind): New type.
477 (struct gdbarch_tdep): Add arm_abi field.
478 * arm-linux-tdep.c (arm_linux_init_abi): Only override
479 tdep->fp_model if it is ARM_FLOAT_AUTO.
480 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
481 (arm_netbsd_elf_init_abi): Likewise.
482 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
483 * osabi.c (gdb_osabi_name): Likewise.
484
485 2005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
486
487 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
488
489 2005-04-10 Mark Kettenis <kettenis@gnu.org>
490
491 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
492 floating-point registers.
493 (ppc_collect_fpregset): Likewise. Fix collection of registers.
494
495 2005-04-09 Mark Kettenis <kettenis@gnu.org>
496
497 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
498 and "tramp-frame.h".
499 (ppcobsd_sigtramp_cache_init): New function.
500 (ppcobsd_sigtramp): New variable.
501 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
502 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
503
504 2005-04-08 Andrew Cagney <cagney@gnu.org>
505
506 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
507 Nasser have decided to step back from GDB/MI.
508
509 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
510
511 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
512
513 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
514
515 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
516 undefined_retaddr.
517 (dwarf2_frame_cache): Initialize undefined_retaddr.
518 (dwarf2_frame_this_id): Return an invalid frame ID if
519 undefined_retaddr.
520
521 2005-04-05 Jim Blandy <jimb@redhat.com>
522
523 Move construction of IA-32 vector types to i386-tdep.c.
524 * gdbtypes.c (build_builtin_type_vec64i,
525 build_builtin_type_vec128i): Delete functions.
526 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
527 (build_gdbtypes): Don't initialize them.
528 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
529 them.
530 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
531 declarations.
532 (builtin_type_v2_float, builtin_type_v2_int32,
533 builtin_type_v4_int16, builtin_type_v8_int8,
534 builtin_type_v2_double, builtin_type_v4_float,
535 builtin_type_v2_int64, builtin_type_v4_int32,
536 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
537 declarations.
538 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
539 (i386_build_mmx_type, i386_build_sse_type): New functions.
540 (i386_register_type): Call them, rather than referring to
541 builtin_type_vec64i and builtin_type_vec128i.
542
543 2005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
544
545 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
546 big-endian correction code to not offset 32-bit registers.
547 Locate floating point registers correctly.
548
549 2005-04-02 Mark Kettenis <kettenis@gnu.org>
550
551 * main.c: Update copyright year.
552 (captured_main): Avoid using strcpy and strcat.
553
554 2005-04-01 Michael Snyder <msnyder@redhat.com>
555
556 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
557 computing this_id if there are no dummy frames on the stack.
558
559 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
560 find_partial_func instead of unwind_pc to identify frame.
561 (mn10300_push_dummy_call): Handle struct args, struct_return.
562
563 * mn10300-prologue.c (set_movm_offsets): Don't test variable
564 before setting it.
565 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
566 instead of skip_prologue_using_sal.
567
568 2005-03-31 Kevin Buettner <kevinb@redhat.com>
569
570 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
571 (main_lm_addr): New static global.
572 (frv_current_sos): Retain the link map address for each entry.
573 (frv_clear_solib): Clear main_lm_addr.
574 (frv_fetch_objfile_link_map): New function.
575 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
576 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
577
578 2005-03-31 Kevin Buettner <kevinb@redhat.com>
579
580 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
581 * gdbarch.c, gdbarch.h: Regenerate.
582 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
583 address and pass this address, instead of the objfile address, to
584 target_get_thread_local_address().
585 * linux-thread-db.c (thread_db_get_thread_local_address): Change
586 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
587 not call svr4_fetch_objfile_link_map() to fetch the load module
588 address.
589 * target.h (struct target_ops): Change second parameter of
590 ``to_get_thread_local_address'' from ``struct objfile *'' to
591 ``CORE_ADDR''.
592 * alpha-linux-tdep.c (solib-svr4.h): Include.
593 (alpha_linux_init_abi): Register TLS load module fetcher.
594 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
595 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
596 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
597 * ia64-linux-tdep.c (solib-svr4.h): Include.
598 (ia64_linux_init_abi): Register TLS load module fetcher.
599 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
600 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
601 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
602 * s390-tdep.c (s390_gdbarch_init): Likewise.
603 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
604 * sparc64-linux-tdep.c (solib-svr4.h): Include.
605 (sparc64_linux_init_abi): Register TLS load module fetcher.
606 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
607 (sparc-linux-tdep.o): Update dependencies.
608
609 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
610
611 * c-valprint.c (c_value_print): Fix up some formatting. Use
612 check_typedef.
613
614 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
615
616 * arm-linux-nat.c (store_register, store_regs): Handle
617 ARM_PS_REGNUM.
618
619 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
620
621 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
622 (arm_linux_thumb_le_breakpoint): New. Update comments.
623 (arm_linux_init_abi): Set Thumb breakpoints also.
624
625 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
626
627 * Makefile.in (arm-tdep.o): Update dependencies.
628 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
629 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
630
631 2005-03-28 Joel Brobecker <brobecker@adacore.com>
632
633 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
634 register value to be incorrectly written in the regcache.
635 (fill_fpregset): Fix bug that caused the FSR register value
636 to be incorrectly read from the regcache.
637
638 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
639
640 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
641 arm_pc_is_thumb_dummy.
642
643 2005-03-28 Mark Kettenis <kettenis@gnu.org>
644
645 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
646 StackGhost.
647
648 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
649 Handle StackGhost in 64-bit code.
650 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
651
652 2005-03-27 Christopher Faylor <cgf@timesys.com>
653
654 * win32-nat.c (handle_exception): Treat win32 routines which check for
655 valid addresses as "special" and don't stop when a SEGV is detected.
656 (get_child_debug_event): Properly flag exception as unhandled.
657
658 2005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
659
660 * cp-support.c (cp_class_name_from_physname): Rewrite.
661 (unqualified_name_from_comp): New function, broken out from
662 method_name_from_physname. Correct handling for typed names
663 and templates.
664 (method_name_from_physname): Use unqualified_name_from_comp.
665 (cp_func_name, remove_params): Move earlier in the file. Add
666 better comments. Use the component tree to parse the name.
667 (_initialize_cp_support): Remove stray whitespace.
668
669 2005-03-26 Mark Kettenis <kettenis@gnu.org>
670
671 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
672
673 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
674 Callapse HAVE_TERMIO and HAVE_SGTTY.
675
676 * dwarf2-frame.c (execute_cfa_program): Implement
677 DW_CFA_GNU_window_save.
678
679 2005-03-25 Mark Kettenis <kettenis@gnu.org>
680
681 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
682
683 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
684
685 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
686
687 * arm-tdep.c (target_is_thumb, caller_is_thumb)
688 (arm_pc_is_thumb_dummy): Remove.
689 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
690
691 2005-03-25 Anthony Green <green@redhat.com>
692
693 * remote.c (remote_store_registers): Fix memset usage.
694 * std-regs.c (value_of_builtin_frame_reg): Ditto.
695 (value_of_builtin_frame_fp_reg): Ditto.
696 (value_of_builtin_frame_reg): Ditto.
697
698 2005-03-25 Mark Mitchell <mark@codesourcery.com>
699
700 * ser-base.c (ser_unix_write): Rename to ...
701 (ser_base_write): ... this.
702 (ser_unix_nop_flush_output): Rename to ...
703 (ser_base_flush_output): ... this.
704 (ser_unix_flush_input): Rename to ...
705 (ser_base_flush_input): ... this.
706 (ser_unix_nop_send_break): Rename to ...
707 (ser_base_send_break): ... this.
708 (ser_unix_nop_drain_output): Rename to ...
709 (ser_base_drain_output): ... this.
710 (ser_unix_nop_raw): Rename to ...
711 (ser_base_raw): ... this.
712 (ser_unix_nop_get_tty_state): Rename to ...
713 (ser_base_set_tty_state): ... this.
714 (ser_unix_nop_noflush_set_tty_state): Rename to ...
715 (ser_base_noflush_set_tty_state): ... this.
716 (ser_unix_nop_print_tty_state): Rename to ...
717 (ser_base_print_tty_state): ... this.
718 (ser_unix_nop_setbaudrate): Rename to ...
719 (ser_base_setbaudrate): ... this.
720 (ser_unix_nop_setstopbits): Rename to ...
721 (ser_base_setstopbits): ... this.
722 (ser_unix_async): Rename to ...
723 (ser_base_async): ... this.
724 * ser-base.h (ser_unix_write): Rename to ...
725 (ser_base_write): ... this.
726 (ser_unix_nop_flush_output): Rename to ...
727 (ser_base_flush_output): ... this.
728 (ser_unix_flush_input): Rename to ...
729 (ser_base_flush_input): ... this.
730 (ser_unix_nop_send_break): Rename to ...
731 (ser_base_send_break): ... this.
732 (ser_unix_nop_drain_output): Rename to ...
733 (ser_base_drain_output): ... this.
734 (ser_unix_nop_raw): Rename to ...
735 (ser_base_raw): ... this.
736 (ser_unix_nop_get_tty_state): Rename to ...
737 (ser_base_set_tty_state): ... this.
738 (ser_unix_nop_noflush_set_tty_state): Rename to ...
739 (ser_base_noflush_set_tty_state): ... this.
740 (ser_unix_nop_print_tty_state): Rename to ...
741 (ser_base_print_tty_state): ... this.
742 (ser_unix_nop_setbaudrate): Rename to ...
743 (ser_base_setbaudrate): ... this.
744 (ser_unix_nop_setstopbits): Rename to ...
745 (ser_base_setstopbits): ... this.
746 (ser_unix_async): Rename to ...
747 (ser_base_async): ... this.
748 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
749 * ser-tcp.c (_initialize_ser_tcp): Likewise.
750 * ser-unix.c (hardwire_flush_input): Likewise.
751 (_initializer_ser_hardwire): Likewise.
752
753 * Makefile.in (SFILES): Add ser-base.c.
754 (ser_base_h): New variable.
755 (ser-base.o): New target.
756 (ser-pipe.o): Depend on $(ser_base_h).
757 (ser-tcp.o): Likewise.
758 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
759 * configure.ac (SER_HARDWIRE): Include ser-base.o where
760 appropriate.
761 * ser-base.c: New file.
762 (push_event): Move from ser-unix.c.
763 (fd_event): Likewise.
764 (reschedule): Likewise.
765 (ser_unix_write): Likewise.
766 (ser_unix_nop_flush_output): Likewise.
767 (ser_unix_flush_input): Likewise.
768 (ser_unix_nop_send_break): Likewise.
769 (ser_unix_nop_drain_output): Likewise.
770 (ser_unix_nop_raw): Likewise.
771 (ser_unix_nop_get_tty_state): Likewise.
772 (ser_unix_nop_set_tty_state): Likewise.
773 (ser_unix_nop_noflush_set_tty_state): Likewise.
774 (ser_unix_nop_print_tty_state): Likewise.
775 (ser_unix_nop_setbaudrate): Likewise.
776 (ser_unix_nop_setstopbits): Likewise.
777 (ser_unix_async): Likewise.
778 * ser-base.h: New file.
779 * ser-pipe.c (ser-base.h): Include it.
780 * ser-tcp.c (ser-base.h): Likewise.
781 * ser-unix.h (ser_unix_nop_flush_output): Remove.
782 (ser_unix_flush_input): Likewise.
783 (ser_unix_nop_send_break): Likewise.
784 (ser_unix_nop_raw): Likewise.
785 (ser_unix_nop_get_tty_state): Likewise.
786 (ser_unix_nop_set_tty_state): Likewise.
787 (ser_unix_nop_print_tty_state): Likewise.
788 (ser_unix_nop_noflush_set_tty_state): Likewise.
789 (ser_unix_nop_setbaudrate): Likewise.
790 (ser_unix_nop_setstopbits): Likewise.
791 (ser_unix_nop_drain_output): Likewise.
792 (ser_unix_wait_for): Likewise.
793 (ser_unix_write): Likewise.
794 (ser_unix_async): Likewise.
795 * ser-unix.c (event-loop.h): Do not include it.
796 (push_event): Move to ser-base.c.
797 (fd_event): Likewise.
798 (reschedule): Likewise.
799 (ser_unix_write): Likewise.
800 (ser_unix_nop_flush_output): Likewise.
801 (ser_unix_flush_input): Likewise.
802 (ser_unix_nop_send_break): Likewise.
803 (ser_unix_nop_drain_output): Likewise.
804 (ser_unix_nop_raw): Likewise.
805 (ser_unix_nop_get_tty_state): Likewise.
806 (ser_unix_nop_set_tty_state): Likewise.
807 (ser_unix_nop_noflush_set_tty_state): Likewise.
808 (ser_unix_nop_print_tty_state): Likewise.
809 (ser_unix_nop_setbaudrate): Likewise.
810 (ser_unix_nop_setstopbits): Likewise.
811 (ser_unix_async): Likewise.
812 (ser_unix_wait_for): Make it static.
813 * configure: Regenerated.
814
815 2005-03-25 Mark Kettenis <kettenis@gnu.org>
816
817 * dwarf2-frame.h: Update copyrigh year.
818 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
819 * dwarf2-frame.c: Update copyright year.
820 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
821 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
822 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
823
824 2005-03-23 Martin Hunt <hunt@redhat.com>
825
826 * configure.ac: Remove -fwritable-strings from CFLAGS.
827 * configure: Regenerate.
828
829 2005-03-21 Michael Snyder <msnyder@redhat.com>
830
831 * mn10300-prologue.c (fix_frame_pointer): Delete.
832 (set_movm_offsets) Don't return just because movm_args is
833 zero -- still need to save pc and sp in saved_regs.
834 (mn10300_analyze_prologue): Don't return prematurely without
835 calling set_movm_offsets (for pc and sp at minimum).
836
837 2005-03-21 Mark Mitchell <mark@codesourcery.com>
838
839 * configure.ac (stat.st_blksize): Check for it.
840 (getuid): Likewise.
841 (getgid): Likewise.
842 * configure: Regenerated.
843 * config.in: Likewise.
844 * remote-fileio.c (remote_fileio_to_fio_stat): Check
845 HAVE_STRUCT_STAT_ST_BLKSIZE.
846
847 2005-03-21 Christopher Faylor <cgf@timesys.com>
848
849 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
850 here.
851 (do_initial_child_stuff): Move clearing of thread list to a place
852 before a thread ould be created.
853 (child_attach): Ditto.
854
855 2005-03-21 Michael Snyder <msnyder@redhat.com>
856
857 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
858 instead of pc addr for frame_id. Otherwise "until" won't work.
859
860 2005-03-21 Kevin Buettner <kevinb@redhat.com>
861
862 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
863 comment.
864
865 2005-03-20 Mark Kettenis <kettenis@gnu.org>
866
867 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
868 * varobj.c (my_value_equal): Mark val2 as volatile.
869
870 * cp-names.y: Add prototype for yyparse.
871
872 2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
873
874 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
875 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
876 VALADDR.
877
878 2005-03-18 Kevin Buettner <kevinb@redhat.com>
879
880 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
881 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
882 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
883 New error/exception enums.
884 * dwarf2loc.c (exceptions.h): Include.
885 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
886 via TRY_CATCH mechanism. Print error messages for TLS related
887 exceptions.
888 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
889 exceptions instead of printing errors.
890
891 2005-03-18 Mark Kettenis <kettenis@gnu.org>
892
893 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
894 (decimal2str, octal2str): Change to return a string allocated by
895 get_cell. Use xsnprint instead of snprintf.
896 (paddr_u, paddr_d): Adjust for changed calling convention of
897 decimal2str.
898 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
899 (int_string): Likewise. Adjust for changed calling convention of
900 decimal2str and octal2str.
901
902 2005-03-18 Kevin Buettner <kevinb@redhat.com>
903
904 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
905 Adjust incorrectly computed constant for realtime signal frame.
906
907 2005-03-18 Mark Kettenis <kettenis@gnu.org>
908
909 From Ralf Corsepius <ralf.corsepius@rtems.org>
910 * configure.tgt: Add m68*-*-rtems*.
911
912 2005-03-17 Mark Kettenis <kettenis@gnu.org>
913
914 * defs.h (xsnprintf): New prototype.
915 * utils.c (xsnprintf): New function.
916
917 * corelow.c (get_core_register_section): Replace usage of sprintf
918 and strcpy with xstrprintf and xstrdup.
919
920 * mips-tdep.c (mips_single_step_through_delay): Put back check for
921 breakpoint lost with the introduction of this function.
922
923 2005-03-17 Paul Brook <paul@codesourcery.com>
924
925 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
926 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
927
928 2005-03-16 Mark Mitchell <mark@codesourcery.com>
929
930 * event-top.c (handle_sigquit): Do not define for systems without
931 SIGQUIT.
932 (sigquit_token): Likewise.
933 (async_init_signals): Allow for systems that do not
934 define SIGQUIT.
935 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
936
937 2005-03-15 Mark Mitchell <mark@codesourcery.com>
938
939 * utils.c (internal_vproblem): Guard call to fork with
940 HAVE_WORKING_FORK.
941 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
942 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
943
944 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
945 S_IRGRP and related macros.
946 (remote_fileio_mode_to_target): Likewise.
947
948 2005-03-14 Ben Elliston <bje@au.ibm.com>
949
950 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
951 more primitive library.
952
953 2005-03-13 Mark Kettenis <kettenis@gnu.org>
954
955 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
956 sprintf.
957 * target.c (normal_pid_to_str): Likewise.
958 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
959 Change capitalization of "thread". Use ptid_get_pid instead of
960 GETPID.
961
962 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
963 a combination of xmalloc and sprintf.
964
965 2005-03-13 Jim Blandy <jimb@redhat.com>
966
967 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
968 * configure: Regenerated.
969
970 2005-03-11 Michael Snyder <msnyder@redhat.com>
971
972 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
973 stub fn with real implementatin mn10300_unwind_dummy_id.
974 (mn10300_push_dummy_call): Implement. Bare bones version,
975 does not handle structs or floats.
976
977 2005-03-11 Jim Blandy <jimb@redhat.com>
978
979 Avoid warnings due to the use of -Wuninitialized without -O.
980 * configure.ac (build_warnings): Include -Wuninitialized only if
981 CFLAGS is unset at configure time, or CFLAGS is set and includes
982 some -O option other than -O0.
983 * configure: Regenerated.
984
985 * mips-tdep.c (show_mips_abi): Change calling conventions to match
986 those expected by add_setshow_enum_cmd. Use 'file' argument as
987 appropriate.
988
989 2005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
990
991 * Makefile.in (SFILES): Add cp-names.y.
992 (libiberty_h, safe_ctype_h): New.
993 (YYFILES): Add cp-names.c.
994 (YYOBJ): Add cp-names.o.
995 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
996 (clean): Remove test-cp-names$(EXEEXT).
997 (local-maintainer-clean): Remove cp-names.c.
998 * cp-names.y: New file.
999 * cp-support.c (find_last_component): Delete.
1000 (d_left, d_right): Define.
1001 (cp_canonicalize_string, mangled_name_to_comp): New functions.
1002 (cp_class_name_from_physname, method_name_from_physname): Rewrite
1003 to use mangled_name_to_comp.
1004 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
1005 (cp_comp_to_string): New prototypes.
1006 * config/djgpp/fnchange.lst: Add cp-names.c.
1007
1008 2005-03-10 Bob Rossi <bob@brasko.net>
1009
1010 * main.c (print_gdb_help): Remove the --[no]async help message.
1011
1012 2005-03-10 Mark Kettenis <kettenis@gnu.org>
1013
1014 * proc-api.c: Update copyright year.
1015 (_initialize_proc_api): Revert previous patch, removing spurious
1016 space instead.
1017
1018 2005-03-09 Joel Brobecker <brobecker@adacore.com>
1019
1020 * regcache.c: Fix typo in comment.
1021
1022 2005-03-09 David Lecomber <david@lecomber.net>
1023
1024 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
1025 i18n text.
1026
1027 2005-03-09 Mark Kettenis <kettenis@gnu.org>
1028
1029 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
1030 address for 64-bit code.
1031 (sparc_unwind_dummy_id): Likewise.
1032 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
1033 frame base address convention.
1034 (sparc64_push_dummy_call): Likewise.
1035 * sparc64nbsd-tdep.c: Update copyright year.
1036 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
1037 address for 64-bit code.
1038 (sparc64nbsd_init_abi): Tweak comment.
1039 * sparc64obsd-tdep.c: Update copyright year.
1040 (sparc64obsd_frame_cache): Adjust cached frame base address for
1041 64-bit code.
1042 (sparc64obsd_init_abi): Tweak comment.
1043
1044 2005-03-09 Corinna Vinschen <vinschen@redhat.com>
1045
1046 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
1047
1048 2005-03-09 Joel Brobecker <brobecker@adacore.com>
1049
1050 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
1051 when creating include psymtabs.
1052
1053 2005-03-08 Mark Mitchell <mark@codesourcery.com>
1054
1055 * environ.h (struct environ): Rename to ...
1056 (struct gdb_environ): ... this.
1057 (make_environ): Update prototype.
1058 (free_environ): Likewise.
1059 (init_environ): Likewise.
1060 (get_in_environ): Likewise.
1061 (set_in_environ): Likewise.
1062 (unset_in_environ): Likewise.
1063 (environ_vector): Likewise.
1064 * environ.c (make_environ): Replace "struct environ" with "struct
1065 gdb_environ".
1066 (free_environ): Likewise.
1067 (init_environ): Likewise.
1068 (environ_vector): Likewise.
1069 (get_in_environ): Likewise.
1070 (set_in_environ): Likewise.
1071 (unset_in_environ): Likewise.
1072 * infcmd.c (inferior_environ): Likewise.
1073 * inferior.h (inferior_environ): Likewise.
1074
1075 2005-03-08 Joel Brobecker <brobecker@adacore.com>
1076
1077 * infcmd.c (run_command_1): New function, extracted from
1078 run_command.
1079 (run_command): Replace implementation by call to run_command_1.
1080 (start_command): Use run_command_1 to insert the temporary
1081 breakpoint and run the program. Remove code that's no longer
1082 needed, as already done at the proper time by run_command_1.
1083
1084 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
1085
1086 * symfile.c (clear_symtab_users): Call
1087 clear_current_source_symtab_and_line first.
1088
1089 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
1090
1091 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
1092 * c-exp.y (exp): Add unary plus.
1093 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
1094 * valarith.c (value_x_unop): Add UNOP_PLUS case.
1095 (value_pos): New.
1096 * value.h (value_pos): Declare.
1097
1098 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
1099 (remote_fetch_registers): Allow uppercase hex when resyncing.
1100 (remote_write_bytes): Only call get_memory_write_packet_size once.
1101 Robustify packet size calculation for very small packets. Check
1102 that at least one byte will be written.
1103
1104 * tracepoint.c (target_is_remote): Allow extended-remote.
1105 (struct collection_list): Allow 256 registers, like the comment
1106 said.
1107 (add_memrange): Fix comment.
1108 (read_actions): Turn EOF into 'end'.
1109
1110 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
1111
1112 * Makefile.in: Add dependencies for iq2000-tdep.o.
1113 * configure.tgt: Add iq2000-*-* target.
1114 * iq2000-tdep.c: New file.
1115 * config/iq2000/iq2000.mt: New file.
1116
1117 2005-03-07 Joel Brobecker <brobecker@adacore.com>
1118
1119 * doc/observer.texi (executable_changed): New observer.
1120 * symtab.c: Include "observer.h".
1121 (find_main_name): New function.
1122 (main_name): If name_of_main is unset, then compute it
1123 using find_main_name.
1124 (symtab_observer_executable_changed): New function.
1125 (_initialize_symtab): Attach executable_changed observer.
1126 * exec.c: Include "observer.h".
1127 (exec_file_attach): Emit executable_changed notification.
1128 * symfile.c: Include "observer.h".
1129 (reread_symbols): Send an executable_changed if appropriate.
1130 * Makefile.in (exec.o): Add dependency on observer.h.
1131 (symfile.o): Likewise.
1132 (symtab.o): Likewise.
1133
1134 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
1135
1136 * findvar.c (read_var_value): Don't allocate V when it will not
1137 be used. Add missing break for LOC_INDIRECT.
1138
1139 2005-03-06 Mark Kettenis <kettenis@gnu.org>
1140
1141 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
1142 (sparc64fbsd_init_abi): Set skip_trampoline_code and
1143 solib_svr4_fetch_link_map_offsets.
1144 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
1145
1146 2005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
1147
1148 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
1149 printing output. Use fprintf_unfiltered. Only print output when
1150 debugging.
1151
1152 2005-03-05 Mark Kettenis <kettenis@gnu.org>
1153
1154 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
1155 argument.
1156 (sparc64_store_arguments): Constify.
1157
1158 2005-03-05 Mark Kettenis <kettenis@gnu.org>
1159
1160 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
1161 (alphabsd_fetch_inferior_registers): Rename from
1162 fetch_inferior_registers. Make static.
1163 (alphabsd_store_inferior_registers): Rename from
1164 store_inferior_registers. Make static.
1165 (_initialize_alphabsd_nat): New function.
1166 * Makefile.in (alphabsd-nat.o): Update dependencies.
1167 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
1168 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
1169 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
1170 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1171 alphabsd-nat.o.
1172 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
1173 "config/nm-bsd.h" and "elf/common.h".
1174 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
1175 "config/nm-nbsd.h".
1176
1177 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
1178 software_single_step.
1179
1180 2005-03-04 Michael Snyder <msnyder@redhat.com>
1181
1182 * mn10300-prologue.c: New file. Prologue analysis.
1183 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
1184 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
1185 until after analyze_prologue, and don't call trad_frame_set_base
1186 at all (let analyze_prologue do it).
1187
1188 2005-03-04 Michael Snyder <msnyder@redhat.com>
1189
1190 * trad-frame.c (trad_frame_set_reg_value): New function.
1191 * trad-frame.h (trad_frame_set_reg_value): Export.
1192
1193 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1194
1195 * Makefile.in (remote.o): Update dependencies.
1196 * remote.c: Include "observer.h".
1197
1198 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
1199
1200 * target.c (target_read_memory_partial): Always initialize
1201 ERR.
1202 (target_write_memory_partial): Likewise.
1203
1204 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1205
1206 * remote.c (remote_open_1): Call observer_notify_inferior_created.
1207
1208 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1209
1210 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
1211 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
1212 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
1213
1214 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1215
1216 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
1217 Use LWP IDs.
1218
1219 2005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1220
1221 * dwarf2loc.c (loclist_read_variable): Set optimized_out
1222 instead of reporting an error.
1223 * valprint.c (value_check_printable): New function.
1224 (common_val_print): New function. Use value_check_printable.
1225 (value_print): Use value_check_printable.
1226 * value.h (common_val_print): Add prototype.
1227
1228 * c-valprint.c (c_val_print): Use common_val_print.
1229 * cp-valprint.c (cp_print_value_fields): Likewise.
1230 (cp_print_hpacc_virtual_table_entries): Likewise.
1231 * f-valprint.c (f_val_print): Likewise.
1232 * jv-valprint.c (java_value_print, java_print_value_fields):
1233 Likewise.
1234 * scm-valprint.c (scm_value_print): Likewise.
1235 * stack.c (print_frame_args): Likewise.
1236 * varobj.c (c_value_of_variable): Likewise.
1237 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
1238 (pascal_object_print_value_fields): Likewise. Update call to
1239 pascal_object_print_static_field.
1240 (pascal_object_print_static_field): Remove TYPE argument. Use
1241 common_val_print.
1242
1243 2005-02-25 Mark Kettenis <kettenis@gnu.org>
1244
1245 Committed by Elena Zannoni <ezannoni@redhat.com>
1246
1247 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
1248 info_ptr before building psymtabs for included files.
1249 (create_all_comp_units): Initailize initial length size of
1250 compilation header to zero.
1251 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
1252 sections are encountered within the same compilation header.
1253 (dwarf_decode_line_header): Pass compilation header in call to
1254 read_initial_length.
1255
1256 2005-02-24 Andrew Cagney <cagney@gnu.org>
1257
1258 Add show_VARIABLE functions, update add_setshow call.
1259 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
1260 * valprint.c (_initialize_valprint, show_print_max)
1261 (show_stop_print_at_null, show_repeat_count_threshold)
1262 (show_prettyprint_structs, show_unionprint)
1263 (show_prettyprint_arrays, show_addressprint, show_input_radix)
1264 (show_output_radix): Ditto.
1265 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
1266 * utils.c (initialize_utils, show_chars_per_line)
1267 (show_lines_per_page, show_demangle, show_pagination_enabled)
1268 (show_sevenbit_strings, show_asm_demangle): Ditto
1269 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
1270 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
1271 * top.c (init_main, show_new_async_prompt)
1272 (show_async_command_editing_p, show_write_history_p)
1273 (show_history_size, show_history_filename, show_caution)
1274 (show_annotation_level, init_main): Ditto.
1275 * target.c (initialize_targets, show_targetdebug)
1276 (show_trust_readonly): Ditto.
1277 * symfile.c (_initialize_symfile, show_symbol_reloading)
1278 (show_ext_args, show_download_write_size)
1279 (show_debug_file_directory): Ditto.
1280 * source.c (_initialize_source, show_lines_to_list): Ditto.
1281 * solib.c (_initialize_solib, show_auto_solib_add)
1282 (show_solib_search_path): Ditto.
1283 * p-valprint.c (_initialize_pascal_valprint)
1284 (show_pascal_static_field_print): Ditto.
1285 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
1286 (show_print_symbol_filename): Add and update.
1287 * parse.c (_initialize_parse, show_expressiondebug): Dito.
1288 * observer.c (_initialize_observer, show_observer_debug): Dito.
1289 * maint.c (_initialize_maint_cmds, show_watchdog)
1290 (show_maintenance_profile_p): Dito.
1291 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
1292 * infrun.c (_initialize_infrun, show_debug_infrun)
1293 (show_stop_on_solib_events, show_follow_fork_mode_string)
1294 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
1295 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
1296 (show_unwind_on_signal_p): Ditto.
1297 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
1298 (_initialize_gdbtypes, show_overload_debug): Ditto.
1299 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
1300 (show_gdb_events_debug): Ditto.
1301 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
1302 (_initialize_gdbarch): Ditto.
1303 * frame.c (_initialize_frame, show_backtrace_past_main)
1304 (show_backtrace_past_entry, show_backtrace_limit)
1305 (show_frame_debug): Ditto.
1306 * exec.c (_initialize_exec, show_write_files): Ditto.
1307 * dwarf2read.c (_initialize_dwarf2_read)
1308 (show_dwarf2_max_cache_age): Ditto.
1309 * demangle.c (_initialize_demangler)
1310 (show_demangling_style_names): Ditto.
1311 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
1312 * cp-valprint.c (show_static_field_print)
1313 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
1314 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
1315 * cli/cli-logging.c (_initialize_cli_logging)
1316 (show_logging_overwrite, show_logging_redirect)
1317 (show_logging_filename): Ditto.
1318 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
1319 (init_cli_cmds, show_baud_rate, show_remote_debug)
1320 (show_remote_timeout, show_max_user_call_depth): Ditto.
1321 * charset.c (show_host_charset_name, show_target_charset_name)
1322 (initialize_charset): Ditto.
1323 * breakpoint.c (show_can_use_hw_watchpoints)
1324 (show_pending_break_support, _initialize_breakpoint): Ditto.
1325
1326 2005-02-23 Jim Blandy <jimb@redhat.com>
1327
1328 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
1329
1330 2005-02-23 Andrew Cagney <cagney@gnu.org>
1331
1332 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
1333 SEC_XXX flags.
1334
1335 2005-02-22 Andrew Cagney <cagney@gnu.org>
1336
1337 * configure.ac: Only enaable insight when itcl is present.
1338 * configure: Re-generate.
1339
1340 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1341
1342 Committed by Andrew Cagney.
1343 * infptrace.c (store_register): Fix typo.
1344
1345 2005-02-21 Andrew Cagney <cagney@gnu.org>
1346
1347 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
1348 * cli/cli-decode.h (add_set_cmd): Delete declaration.
1349 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
1350 * i386-nat.c (_initialize_i386_nat): Update call.
1351 * valprint.c (_initialize_valprint): Update comment.
1352 * gnu-nat.c (_initialize_gnu_nat): Update call.
1353
1354 2005-02-21 Alan Modra <amodra@bigpond.net.au>
1355
1356 * elfread.c (elf_symtab_read): Discard section syms.
1357
1358 2005-02-21 Andrew Cagney <cagney@gnu.org>
1359
1360 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
1361 (deprecated_add_show_from_set): Delete function.
1362 * command.h (add_set_enum_cmd): Delete declaration.
1363 (deprecated_add_show_from_set): Delete declaration.
1364 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
1365 (deprecated_add_show_from_set): Delete declaration.
1366 * arm-tdep.c (_initialize_arm_tdep): Update comment.
1367 * kod.c (kod_set_os): Simplify.
1368 * infrun.c (set_schedlock_func): Simplify.
1369 * cli/cli-dump.c (add_dump_command): Update comment.
1370
1371 Replace string variables with a filename completer with
1372 add_setshow_optional_filename_cmd.
1373 * solib.c, symfile.c: Update.
1374 * cli/cli-setshow.c: Do not tidle expand the file.
1375
1376 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
1377 and add_setshow_string_noescape_cmd.
1378 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
1379 NULL command's value.
1380 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
1381 * remote-sds.c, remote.c, symfile.c, top.c: Update.
1382
1383 2005-02-20 Andrew Cagney <cagney@gnu.org>
1384
1385 Use add_setshow_enum_cmd through out.
1386 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
1387 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
1388
1389 * mi/mi-main.c (captured_mi_execute_command): Use
1390 mi_cmd_interpreter_exec.
1391
1392 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
1393 function.
1394 * cli/cli-setshow.c (deprecated_show_value_hack)
1395 (do_setshow_command): Handle var_optional_filename.
1396 * command.h (enum var_types): Add var_optional_filename.
1397 (add_setshow_optional_filename_cmd): Declare.
1398 * infcmd.c (notice_args_read): Use.
1399
1400 * symfile-mem.c (symbol_file_add_from_memory): Pass
1401 target_read_memory to bfd_elf_bfd_from_remote_memory.
1402 (do_target_read_memory): Delete.
1403
1404 2005-02-16 Mark Kettenis <kettenis@gnu.org>
1405
1406 * value.h (value_contents_equal): New prototype.
1407 * value.c (value_contents_equal): New function.
1408 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
1409 include <math.h>.
1410 (varobj_set_value): Initialize error to zero.
1411 (varobj_update): Rename error2 to error and initialize it to zero.
1412 Slightly change the wording of some comments.
1413 (my_value_equal): Reimplement using TRY_CATCH and
1414 value_contents_equal.
1415
1416 2005-02-18 Andrew Cagney <cagney@gnu.org>
1417
1418 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
1419 * command.h (add_setshow_integer_cmd): Declare.
1420 * cli/cli-cmds.c: Update.
1421
1422 Use add_setshow_uinteger_cmd through out.
1423 * printcmd.c, source.c, utils.c, valprint.c: Update.
1424
1425 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
1426 and gdbarch.c.
1427 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
1428 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
1429 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
1430 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
1431 * varobj.c, cli/cli-cmds.c: Update.
1432 * gdbarch.c, gdb-events.c: Regenerate.
1433
1434 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
1435 code adding set/show boolean commands.
1436 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
1437 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
1438 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
1439 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
1440 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
1441 * cli/cli-cmds.c: Update.
1442
1443 2005-02-17 Andrew Cagney <cagney@gnu.org>
1444
1445 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
1446 to filename_completer.
1447 * solib.c (_initialize_solib, reload_shared_libraries): Use
1448 add_setshow_filename_cmd.
1449 * serial.c (_initialize_serial): Ditto.
1450 * remote-utils.c (_initialize_sr_support): Ditto.
1451
1452 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
1453 * command.h (add_setshow_string_noescape_cmd): Declare.
1454 * wince.c (_initialize_wince): Use.
1455 * symfile.c (_initialize_symfile): Use.
1456 (set_ext_lang_command): Update declaration.
1457 * corefile.c (_initialize_core): Use.
1458
1459 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
1460 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1461 (add_setshow_filename_cmd, add_setshow_string_cmd)
1462 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1463 fprint_setshow parameter.
1464 * command.h (fprint_setshow_ftype): Delete.
1465 (add_setshow_cmd_full, add_setshow_enum_cmd)
1466 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1467 (add_setshow_filename_cmd, add_setshow_string_cmd)
1468 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1469 fprint_setshow parameter.
1470 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1471 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
1472 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
1473 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
1474 * remote.c, target.c, cli/cli-logging.c: Update.
1475
1476 2005-02-16 Andrew Cagney <cagney@gnu.org>
1477
1478 Merge setshow print and show parameters.
1479 * command.h (show_value_ftype): Define.
1480 (deprecated_show_value_hack): Declare.
1481 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1482 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1483 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1484 (add_setshow_zinteger_cmd): Change type of show_func to
1485 show_value_ftype.
1486 * cli/cli-decode.h (struct cmd_list_element): Replace
1487 fprint_setshow with show_value_func.
1488 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
1489 parameter. Set show_value_func. Do not set cmd_sfunc.
1490 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1491 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1492 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1493 (add_setshow_zinteger_cmd): Update.
1494 * complaints.c (complaints_show_value): Replace
1495 fprint_setshow_complaints.
1496 (_initialize_complaints): Update.
1497 * mips-tdep.c (show_mask_address): Update.
1498 * arm-tdep.c (show_fp_model): Update.
1499 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
1500 instead of fprint_setshow. Use deprecated_show_value_hack.
1501 (deprecated_show_value_hack): New function.
1502 * remote.c (add_packet_config_cmd, show_remote_cmd):
1503 (show_remote_protocol_P_packet_cmd)
1504 (show_remote_protocol_P_packet_cmd)
1505 (show_remote_protocol_Z_access_wp_packet_cmd)
1506 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1507 (show_remote_protocol_Z_packet_cmd)
1508 (show_remote_protocol_Z_read_wp_packet_cmd)
1509 (show_remote_protocol_Z_software_bp_packet_cmd)
1510 (show_remote_protocol_Z_write_wp_packet_cmd)
1511 (show_remote_protocol_binary_download_cmd)
1512 (show_remote_protocol_p_packet_cmd)
1513 (show_remote_protocol_qPart_auxv_packet_cmd)
1514 (show_remote_protocol_qSymbol_packet_cmd)
1515 (show_remote_protocol_vcont_packet_cmd): Update.
1516
1517 2005-02-16 Mark Kettenis <kettenis@gnu.org>
1518
1519 * wrapper.h: Update copyright year. Properly wrap a few
1520 prototypes.
1521 (struct gdb_wrapper_arguments): Remove forward declaration.
1522 * wrapper.c: Update copyright year. Include "ui-out.h".
1523 (struct gdb_wrapper_arguments): Remove.
1524 (struct captured_value_struct_elt_args): Remove.
1525 (wrapper_parse_exp_1, wrap_evaluate_expression)
1526 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
1527 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
1528 (do_captured_value_struct_elf): Remove functions.
1529 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
1530 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
1531 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
1532 Re-implement using TRY_CATCH.
1533
1534 2005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
1535
1536 * remote-e7000.c: unuse TM_FILE defined macro.
1537 (e7000_fetch_registers)
1538 (e7000_store_registers)
1539 (e7000_wait): delete NUM_REALREGS.
1540 * remote-hms.c: move TM_FILE macro.
1541 (CCR_REGNO): move define from tm-h8300.h.
1542
1543 2005-02-15 Mark Kettenis <kettenis@gnu.org>
1544
1545 * amd64-linux-tdep.c: Update copyright year.
1546 (amd64_linux_sigtramp_start): Use sizeof operator instead of
1547 LINUX_SIGTRAMP_LEN.
1548
1549 2004-02-15 Joel Brobecker <brobecker@gnat.com>
1550
1551 From Paul Hilfinger <hilfinger@gnat.com>
1552 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
1553 SYMBOL_NATURAL_NAME to set type names.
1554
1555 2005-02-15 Andrew Cagney <cagney@gnu.org>
1556
1557 Mark up add_com, add_info and add_prefix_cmd.
1558 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
1559 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
1560 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1561 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
1562 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
1563 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
1564 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
1565 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
1566 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
1567 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
1568 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
1569 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
1570 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1571 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
1572 * tui/tui-stack.c, tui/tui-win.c: Update.
1573
1574 2005-02-14 Andrew Cagney <cagney@gnu.org>
1575
1576 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
1577 * config/h8300/tm-h8300.h: Delete file.
1578
1579 Mark up add_cmd.
1580 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
1581 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
1582 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
1583 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
1584 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
1585 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
1586 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
1587 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
1588 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1589 * cli/cli-logging.c, tui/tui-regs.c: Update.
1590
1591 Mark up add_setshow functions, replace "PRINT:" comment prefix
1592 with "FIXME: i18n:".
1593 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1594 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
1595 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
1596 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
1597 * target.c, cli/cli-logging.c: Update.
1598
1599 * utils.c (paddress): New function.
1600 * defs.h (paddress): Declare.
1601 * printcmd.c (deprecated_print_address_numeric): Rename
1602 print_address_numeric, call paddress.
1603 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
1604 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
1605 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
1606 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
1607 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
1608 * ada-valprint.c: Update.
1609
1610 2005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1611
1612 * MAINTAINERS: Add myself to "Write After Approval".
1613
1614 2005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
1615
1616 Restore h8300 support.
1617 * configure.tgt: Add h8300-*-*
1618 * h8300-tdep.c: New file. Rewrite new frame code.
1619 * config/h8300/h8300.mt: New file. Restored Rev 1.3
1620 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
1621
1622 * MAINTAINERS: Add myself to "Write After Approval".
1623
1624 2005-02-11 Andrew Cagney <cagney@gnu.org>
1625
1626 Mark up some of printf_filtered and printf_unfiltered.
1627 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
1628 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
1629 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
1630 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
1631 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
1632 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
1633 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
1634 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
1635 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
1636 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
1637 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
1638 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
1639 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
1640 * tui/tui-regs.c, tui/tui-win.c: Update.
1641
1642 Mark up error_no_arg, query, perror_with_name, complaint, and
1643 internal_error.
1644 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
1645 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
1646 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
1647 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
1648 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
1649 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
1650 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
1651 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
1652 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
1653 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
1654 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
1655 * interps.c, language.c, linespec.c, linux-nat.c: Update.
1656 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
1657 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
1658 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
1659 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
1660 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
1661 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
1662 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
1663 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
1664 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
1665 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
1666 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
1667 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
1668 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
1669 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
1670 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
1671 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
1672 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
1673 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
1674 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
1675 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
1676 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
1677 * tui/tui-file.c, tui/tui-interp.c: Update.
1678
1679 2005-02-10 Andrew Cagney <cagney@gnu.org>
1680
1681 Mark up all error and warning messages.
1682 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
1683 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
1684 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
1685 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
1686 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
1687 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
1688 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
1689 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
1690 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
1691 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
1692 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
1693 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
1694 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
1695 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
1696 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
1697 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
1698 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
1699 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1700 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
1701 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
1702 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
1703 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
1704 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
1705 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
1706 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
1707 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
1708 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
1709 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
1710 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
1711 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
1712 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
1713 * remote-utils.c, remote-utils.h, remote.c: Update.
1714 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
1715 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
1716 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
1717 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
1718 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
1719 * somread.c, somsolib.c, source.c, stabsread.c: Update.
1720 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
1721 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
1722 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
1723 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
1724 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
1725 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
1726 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
1727 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
1728 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
1729 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
1730 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
1731 * tui/tui-win.c: Update.
1732
1733 2005-02-10 Ian Lance Taylor <ian@airs.com>
1734
1735 * MAINTAINERS: Update my e-mail address.
1736
1737 2005-02-10 Daniel Jacobowitz <dan@debian.org>
1738
1739 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1740 PR exp/1821
1741 * cp-valprint.c: Include "language.h".
1742 (cp_print_value_fields): Pass the current language to
1743 fprintf_symbol_filtered.
1744 * Makefile.in (cp-valprint.o): Update dependencies.
1745
1746 2005-02-10 Andrew Cagney <cagney@gnu.org>
1747
1748 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
1749 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1750 (add_setshow_filename_cmd, add_setshow_string_cmd)
1751 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
1752 print string parameter with fprint_setshow function.
1753 * command.h (fprint_setshow_ftype): Define. Update declarations.
1754 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
1755 available, use that.
1756 * cli/cli-decode.h (struct cmd_list_element): Add field
1757 fprint_setshow.
1758 * complaints.c (fprint_setshow_complaints): New function.
1759 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
1760 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
1761 with NULL.
1762 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1763 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1764 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1765 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1766 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1767 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1768 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
1769 * frame.c (_initialize_frame): Ditto.
1770 * target.c (initialize_targets): Ditto.
1771 * maint.c (_initialize_maint_cmds): Ditto.
1772 * observer.c (_initialize_observer): Ditto.
1773 * infcall.c (_initialize_infcall): Ditto.
1774 * breakpoint.c (_initialize_breakpoint): Ditto.
1775 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1776 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1777
1778 * cli/cli-setshow.c (do_setshow_command): Move code printing the
1779 value to the end of the function. Handle MI and non-MI output
1780 differently.
1781
1782 2005-02-09 Andrew Cagney <cagney@gnu.org>
1783
1784 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
1785 show_result parameters.
1786 * mips-tdep.c (_initialize_mips_tdep): Update calls.
1787 * command.h: Update declaration.
1788 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
1789 calls.
1790
1791 * NEWS: Mention removed commands.
1792 * m68hc11-tdep.c (show_regs): Delete, unused.
1793 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
1794 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
1795 eventdebug" commands.
1796 * gdb-events.c: Regenerate.
1797 * gdbarch.sh: Delete deprecated "set archdebug" and "show
1798 archdebug" commands.
1799 * gdbarch.c: Regenerate.
1800 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
1801 remotedebug" and "show remotedebug".
1802 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
1803 disassembly-flavor", "show arm disassembly-flavor", and
1804 "othernames" commands.
1805 (arm_othernames): Delete unused function.
1806
1807 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
1808 (convert_code_addr_to_desc_addr): Convert any function code
1809 address to the corresponding function's descriptor.
1810 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
1811 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
1812 writing, convert any function code address to the corresponding
1813 descriptor.
1814
1815 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
1816 * config/powerpc/linux.mt (TDEPFILES): Ditto.
1817 * config/pa/linux.mt (TDEPFILES): Ditto.
1818 * config/mips/linux.mt (TDEPFILES): Ditto.
1819 * config/m68k/linux.mt (TDEPFILES): Ditto.
1820 * config/m32r/linux.mt (TDEPFILES): Ditto.
1821 * config/ia64/linux.mt (TDEPFILES): Ditto.
1822 * config/arm/linux.mt (TDEPFILES): Ditto.
1823
1824 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
1825
1826 * symmisc.c: Include gdb_stat.h.
1827 (maintenance_print_msymbols): Use inode numbers to compare files.
1828
1829 2005-02-08 Andrew Cagney <cagney@gnu.org>
1830
1831 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1832 (METHOD_PTR_TO_VOFFSET): Move from here ...
1833 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1834 (METHOD_PTR_TO_VOFFSET): ... to here.
1835 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
1836 * Makefile.in: Update dependencies.
1837
1838 * exceptions.c: Do not include <setjmp.h>.
1839 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
1840 (catch_exception, catch_exceptions_with_msg, catch_errors)
1841 (catch_command_errors): Use TRY_CATCH.
1842 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
1843 (exceptions_state_mc_init): Rename catcher_init.
1844 (exceptions_state_mc): Rename catcher_state_machine.
1845 (exceptions_state_mc_action_iter)
1846 (exceptions_state_mc_action_iter_1): New functions.
1847 * exceptions.h: Include <setjmp.h>.
1848 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
1849 (EXCEPTIONS_SIGLONGJMP): Define.
1850 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
1851 (exceptions_state_mc_action_iter_1): Declare.
1852 (TRY_CATCH): Define.
1853
1854 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
1855 no longer needed.
1856
1857 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
1858 PT_FPSCR breakage.
1859
1860 * value.c (struct value): Move to here ...
1861 * value.h (struct value): ... from here. Copy comments to
1862 corresponding function declarations, re-order.
1863
1864 2005-02-07 Andrew Cagney <cagney@gnu.org>
1865
1866 * value.c (set_value_bitpos, set_value_bitsize): Define.
1867 * value.h (set_value_bitpos, set_value_bitsize): Declare.
1868 * ada-lang.c, valarith.c: Update.
1869
1870 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
1871 value_contents_writeable, include note that there are problems.
1872 * breakpoint.c, infcall.c: Use VALUE_LVAL.
1873
1874 * value.h (set_value_offset): Declare.
1875 * value.c (set_value_offset): Declare.
1876 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
1877 * findvar.c: Update.
1878
1879 * value.h (value_next): Declare.
1880 * value.c (value_next): Define.
1881 * breakpoint.c: Update.
1882
1883 * value.h (deprecated_set_value_modifiable)
1884 (deprecated_value_modifiable): Declare.
1885 * value.c (deprecated_set_value_modifiable): Define.
1886 (deprecated_value_modifiable): Define.
1887 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
1888
1889 * value.h (deprecated_set_value_type): Declare.
1890 * value.c (deprecated_set_value_type): Define.
1891 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
1892 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
1893 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
1894 * ax-gdb.c, tracepoint.c: Update.
1895
1896 * value.h (deprecated_value_lval_hack)
1897 (deprecated_value_address_hack)
1898 (deprecated_value_internalvar_hack)
1899 (deprecated_value_regnum_hack): Declare.
1900 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
1901 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
1902 * value.c (deprecated_value_lval_hack)
1903 (deprecated_value_address_hack)
1904 (deprecated_value_internalvar_hack)
1905 (deprecated_value_regnum_hack): Define.
1906
1907 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
1908 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
1909 * value.c (set_value_pointed_to_offset): Define
1910 (value_pointed_to_offset): Define.
1911 * valops.c: Update.
1912
1913 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
1914 (value_embedded_offset, set_value_embedded_offset): Declare.
1915 * value.c (value_embedded_offset): Define.
1916 (set_value_embedded_offset): Define.
1917 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
1918 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
1919 * cp-abi.h: Update.
1920
1921 * value.h (VALUE_LAZY): Delete
1922 (set_value_lazy): Declare.
1923 * value.c (set_value_lazy): Define.
1924 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
1925 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
1926
1927 2005-02-06 Andrew Cagney <cagney@gnu.org>
1928
1929 * value.h (VALUE_OPTIMIZED_OUT): Delete.
1930 (value_optimized_out, set_value_optimized_out): Declare.
1931 * value.c (set_value_optimized_out, value_optimized_out): Define.
1932 * valprint.c, findvar.c, dwarf2loc.c: Update.
1933
1934 * value.c (value_contents, value_contents_writeable): New
1935 functions.
1936 * value.h (VALUE_CONTENTS): Delete macro.
1937 (value_contents, value_contents_writeable): Declare.
1938 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
1939 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
1940 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
1941 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
1942 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
1943 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
1944 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
1945 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
1946 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
1947 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
1948 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
1949 * ada-valprint.c, ada-lang.c: Update.
1950
1951 2005-02-03 Andrew Cagney <cagney@gnu.org>
1952
1953 * utils.c (xzalloc): New function.
1954 * defs.h (XZALLOC): Use xzalloc.
1955 (xzalloc): Declare.
1956 * value.c (allocate_value): Allocate a zeroed buffer.
1957 * mdebugread.c (xzalloc): Delete.
1958
1959 2005-02-02 Andrew Cagney <cagney@gnu.org>
1960
1961 * value.h (value_lazy): Declare.
1962 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
1963 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
1964
1965 * value.h (VALUE_CONTENTS_ALL): Delete.
1966 (value_contents_all): Declare.
1967 * value.c (value_contents_all): New function.
1968 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
1969 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
1970
1971 * value.c (value_enclosing_type): New function.
1972 * value.h (VALUE_ENCLOSING_TYPE): Delete.
1973 (value_enclosing_type): Declare.
1974 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
1975 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
1976
1977 * value.c (value_contents_all_raw)
1978 (value_contents_raw): New functions.
1979 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
1980 (value_contents_raw, value_contents_all_raw): Declare functions.
1981 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
1982 * std-regs.c, valarith.c, valops.c, eval.c: Update.
1983 * tracepoint.c, findvar.c: Update.
1984
1985 2005-02-01 Orjan Friberg <orjanf@axis.com>
1986
1987 * regformats/reg-cris.dat: New file with register definitions for CRIS.
1988 * regformats/reg-crisv32.dat: Ditto for CRISv32.
1989
1990 2005-01-31 Andrew Cagney <cagney@gnu.org>
1991
1992 * configure: Regenerate to track ../gettext.m4.
1993
1994 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
1995
1996 * MAINTAINERS: Add myself to "Write After Approval".
1997
1998 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
1999 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
2000 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
2001
2002 2005-01-29 Mark Kettenis <kettenis@gnu.org>
2003
2004 * configure.ac: Remove extra check for ranlib.
2005 * configure: Regenerated.
2006
2007 2005-01-28 Andrew Cagney <cagney@gnu.org>
2008
2009 * language.h (struct language_defn): Make la_val_print's buffer
2010 parameter a const bfd_byte.
2011 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
2012 * ada-lang.c (ada_aligned_value_addr)
2013 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
2014 * valprint.c (val_print_array_elements): Update.
2015 * valprint.h (val_print_array_elements): Update.
2016 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
2017 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
2018 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
2019 (ada_val_print_1, ada_print_floating, printable_val_type)
2020 (print_record, val_print_packed_array_elements)
2021 (print_field_values, print_variant_part): Update.
2022 * c-lang.h (c_val_print, cp_print_value_fields): Update.
2023 * c-valprint.c (c_val_print): Update.
2024 * f-lang.h (f_val_print): Update.
2025 * f-valprint.c (f_val_print, f77_print_array_1)
2026 (f77_print_array): Update.
2027 * jv-lang.h (java_val_print): Update.
2028 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
2029 * language.c (unk_lang_val_print): Update.
2030 * m2-lang.h (m2_val_print): Update.
2031 * m2-valprint.c (m2_val_print): Update.
2032 * p-lang.h (pascal_val_print): Update.
2033 (pascal_object_print_value_fields): Update.
2034 * p-valprint.c (pascal_val_print)
2035 (pascal_object_print_value_fields, pascal_object_print_value)
2036 (pascal_object_print_value): Update.
2037 * scm-lang.h (scm_val_print): Update.
2038 * scm-valprint.c (scm_val_print): Update.
2039 * value.h (val_print): Update.
2040
2041 * p-lang.h (pascal_object_print_class_member)
2042 (pascal_object_print_class_method): Make buffer a const bfd_byte.
2043 * p-valprint.c (pascal_object_print_class_method)
2044 (pascal_object_print_class_method): Ditto.
2045
2046 * language.h (struct language_defn): Make la_printstr's buffer
2047 parameter a const bfd_byte.
2048 * p-lang.h (pascal_printstr): Update function to match.
2049 * ada-valprint.c (ada_printstr): Update function to match.
2050 * scm-lang.c (scm_printstr): Update function to match.
2051 * p-lang.c (pascal_printstr): Update function to match.
2052 * ada-lang.h (ada_printstr): Update function to match.
2053 * m2-lang.c (m2_printstr): Update function to match.
2054 * objc-lang.c (objc_printstr): Update function to match.
2055 * c-lang.h (c_printstr): Update function to match.
2056 * f-lang.c (f_printstr): Update function to match.
2057 * c-lang.c (c_printstr): Update function to match.
2058 * language.c (unk_lang_printstr): Update function to match.
2059
2060 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
2061 * valprint.h (val_print_type_code_int): Ditto.
2062
2063 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
2064
2065 * cp-valprint.c (cp_print_class_method)
2066 (cp_print_class_member): Make buffer a const bfd_byte.
2067 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
2068
2069 * ada-lang.c (value_from_contents_and_address)
2070 (to_record_with_fixed_variant_part)
2071 (value_tag_from_contents_and_address, ada_to_fixed_type)
2072 (to_fixed_variant_branch_type, to_fixed_record_type)
2073 (ada_template_to_fixed_record_type, cond_offset_host)
2074 (ada_template_to_fixed_record_type_1): Make buffer a const
2075 bfd_byte.
2076 * ada-lang.h (ada_template_to_fixed_record_type_1)
2077 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
2078
2079 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
2080
2081 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
2082 * printcmd.c (print_scalar_formatted): Update.
2083
2084 * value.h (value_bit_index, print_floating)
2085 (find_rt_vbase_offset): Make buffer a const bfd_byte.
2086 * valprint.c (print_floating): Update.
2087 * valarith.c (value_bit_index): Update.
2088 * valops.c (find_rt_vbase_offset): Update.
2089
2090 * valprint.h (print_octal_chars, print_char_chars)
2091 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
2092 buffer a const bfd_byte.
2093 * valprint.c (print_binary_chars, print_octal_chars)
2094 (print_decimal_chars, print_hex_chars, print_char_chars): Make
2095 "valaddr"buffer a const bfd_byte, ditto for local variables
2096 referencing that buffer.
2097
2098 * m2-valprint.c: Include "c-lang.h".
2099 (c_val_print): Delete extern declaration.
2100 * scm-valprint.c: Include "c-lang.h".
2101 (c_val_print): Delete extern declaration.
2102 Makefile.in: Update dependencies.
2103
2104 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
2105 bfd_byte.
2106 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
2107 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
2108 bfd_byte.
2109 * cp-abi.c (baseclass_offset): Update.
2110 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
2111
2112 * gnu-v2-abi.h: New file.
2113 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
2114 (gnuv2_baseclass_offset): Delete declaration.
2115 * hpacc-abi.c: Include "gnu-v2-abi.h".
2116 (gnuv2_baseclass_offset): Delete extern declaration.
2117 * Makefile.in: Update dependencies.
2118
2119 * doublest.c (floatformat_is_negative, floatformat_is_nan)
2120 (floatformat_mantissa, get_field): Make the buffer a const
2121 bfd_byte, simplify.
2122
2123 2005-01-27 Andrew Cagney <cagney@gnu.org>
2124
2125 * value.h (struct value): Change type of contents to bfd_byte.
2126 (VALUE_CONTENTS_RAW): Simplify.
2127
2128 * gdbarch.sh (integer_to_address): Change buf parameter to a const
2129 bfd_byte, make pure-multi-arch.
2130 * gdbarch.h, gdbarch.c: Regenerate.
2131 * mips-tdep.c (mips_integer_to_address): Update.
2132 * value.c (value_as_address): Update.
2133
2134 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
2135 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
2136 parameters const, change buf to a const bfd_byte.
2137 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
2138 parameters const.
2139
2140 * corefile.c (write_memory): Update, make a copy of the read-only
2141 buffer.
2142 * target.c (target_read_memory): Update.
2143 (target_write_memory): Update, make a copy of the read-only
2144 buffer.
2145 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
2146 const.
2147 * target.h (target_read_memory, target_write_memory): Change
2148 buffer type to bfd_byte; for write_memory, make it const.
2149 * symfile-mem.c (do_target_read_memory): New function.
2150 (symbol_file_add_from_memory): Pass do_target_read_memory to
2151 bfd_elf_bfd_from_remote_memory.
2152
2153 * value.h: Indent using gdb_indent.sh.
2154
2155 * configure: Regenerate to track ../gettext.m4 change.
2156
2157 2005-01-26 Andrew Cagney <cagney@gnu.org>
2158
2159 * rs6000-tdep.c: Include "reggroups.h".
2160 (rs6000_gdbarch_init): Set register_reggroup_p.
2161 (rs6000_register_reggroup_p): New function.
2162
2163 2005-01-26 Orjan Friberg <orjanf@axis.com>
2164
2165 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
2166 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
2167 CRISv32.
2168 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
2169 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
2170 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
2171 (crisv32_register_type, cris_special_register_name)
2172 (crisv32_register_name): New functions.
2173 (cris_spec_reg_applicable): Recognize more versions.
2174 (cris_register_name): Update with call to cris_special_register_name.
2175 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
2176 warning when unable to find step target.
2177 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
2178 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
2179 CRISv32.
2180 (fetch_core_registers): Update for CRISv32.
2181 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
2182 register_name, cannot_store_register, cannot_fetch_register,
2183 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
2184
2185 2005-01-26 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * interps.c (interpreter_exec_cmd): Use condition,
2188 e.reason < 0, to raise an error.
2189
2190 2005-01-25 Andrew Cagney <cagney@gnu.org>
2191
2192 * ppc-linux-tdep.c: Include "tramp-frame.h"
2193 (struct ppc_linux_sigtramp_cache)
2194 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
2195 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
2196 (ppc_linux_sigtramp_cache): Delete.
2197 (ppc32_linux_sigaction_cache_init)
2198 (ppc64_linux_sigaction_cache_init)
2199 (ppc32_linux_sighandler_cache_init)
2200 (ppc64_linux_sighandler_cache_init)
2201 (ppc32_linux_sigaction_tramp_frame)
2202 (ppc64_linux_sigaction_tramp_frame)
2203 (ppc32_linux_sighandler_tramp_frame)
2204 (ppc64_linux_sighandler_tramp_frame)
2205 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
2206 64-bit, sigaction and siginfo tramp-frame unwinders.
2207
2208 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
2209 long_double_bit to 8.
2210
2211 2005-01-24 Andrew Cagney <cagney@gnu.org>
2212
2213 * infrun.c (handle_inferior_event): Handle back-to-back and nested
2214 signals where the step_resume_breakpoint may have already been
2215 inserted.
2216
2217 2005-01-24 Andrew Cagney <cagney@gnu.org>
2218
2219 * configure: Regenerate, ../gettext.m4 was updated.
2220
2221 2005-01-23 Mark Kettenis <kettenis@gnu.org>
2222
2223 * NEWS: Mention new BSD user-level threads support.
2224
2225 * i386obsd-tdep.c: Update copyright year. Include
2226 "bsd-uthread.h".
2227 (i386obsd_uthread_reg_offset): New variable.
2228 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
2229 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
2230 functions.
2231 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
2232 * Makefile.in (i386obsd-tdep.o): Update dependencies.
2233 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
2234
2235 2005-01-23 Christopher Faylor <cgf@timesys.com>
2236
2237 * win32-nat.c: Update copyright year.
2238 (child_init_thread_list): Set thread linked list point to NULL so that
2239 it won't be reused after clearing.
2240
2241 2005-01-21 Mark Kettenis <kettenis@gnu.org>
2242
2243 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
2244 undefs.
2245 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
2246 thread' has a td_pcb member and whether `struct reg' has r_fs and
2247 r_gs members.
2248 * configure, config.in: Regenerate.
2249
2250 2005-01-21 Mark Kettenis <kettenis@gnu.org>
2251
2252 * configure.ac: Remove ia64-*-aix* junk.
2253 * configure: Regenerate.
2254
2255 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
2256 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
2257 is necessary.
2258 * configure, config.in: Regenerate.
2259 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
2260 BFD_NEED_DECLARATION. Never provide a prototype for
2261 caninicalize_file_name.
2262 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
2263 BFD_NEED_DECLARATION.
2264
2265 * configure.ac (targ_archs): Use standard autoconf check for
2266 "struct stat.st_blocks" instead of rolling our own.
2267 * configure: Regenerated.
2268 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
2269 * config.in: Regenerated.
2270
2271 2005-01-21 Mark Kettenis <kettenis@gnu.org>
2272
2273 * configure.ac: Modernize checks for `long long' and `long double'
2274 support.
2275 * configure: Regenerated.
2276 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
2277 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
2278 * config.in: Regenerated.
2279
2280 2005-01-20 Mark Kettenis <kettenis@gnu.org>
2281
2282 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
2283 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
2284 * configure.ac: Remove checks for HP-UX save_state structure.
2285 * configure: Regenerated.
2286
2287 2005-01-19 Andrew Cagney <cagney@gnu.org>
2288
2289 * utils.c (quit): Simplify, call fatal.
2290 * exceptions.c: Include "serial.h"
2291 (print_flush): Mimic flush code found in utils.c:quit.
2292 * Makefile.in: Update dependencies.
2293
2294 2005-01-19 Jim Blandy <jimb@redhat.com>
2295
2296 * configure.tgt: Set build_rdi_share to "yes" on those targets
2297 that use that debugging protocol.
2298 Set build_nlm to yes to build NLM stub for Netware targets.
2299 * configure.ac: If build_rdi_share is "yes", then configure the
2300 rdi-share subdirectory.
2301 If build_nlm is "yes", the configure the "nlm" subdirectory.
2302 * configure: Regenerated.
2303
2304 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
2305 autoconf 2.59 and automake 1.9.3.
2306
2307 2005-01-19 Andrew Cagney <cagney@gnu.org>
2308
2309 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
2310 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
2311 * utils.c (internal_verror, quit): Update.
2312 * remote-sds.c (interrupt_query): Update.
2313 * remote-mips.c (mips_error, mips_kill): Update.
2314 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
2315 * remote.c (interrupt_query): Update.
2316 * ocd.c (interrupt_query): Update.
2317 * nto-procfs.c (interrupt_query): Update.
2318 * monitor.c (monitor_interrupt_query): Update.
2319 * breakpoint.c (break_command_1): Update.
2320
2321 * infrun.c: (resume, proceed, wait_for_inferior)
2322 (handle_inferior_event, stop_stepping)
2323 (prepare_to_wait): Write debug output to gdb_stdlog.
2324
2325 2005-01-19 Mark Kettenis <kettenis@gnu.org>
2326
2327 * inf-ptrace.c (inf_ptrace_prepare_to_store)
2328 (inf_ptrace_post_startup_inferior)
2329 (inf_ptrace_acknowledge_created_inferior)
2330 (inf_ptrace_insert_fork_catchpoint)
2331 (inf_ptrace_remove_fork_catchpoint)
2332 (inf_ptrace_insert_vfork_catchpoint):
2333 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
2334 (inf_ptrace_insert_exec_catchpoint)
2335 (inf_ptrace_remove_exec_catchpoint): Remove functions.
2336 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
2337 (inf_ptrace_target): Don't set to_prepare_to_store,
2338 to_post_startup_inferior, to_acknowledge_created_inferior,
2339 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
2340 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2341 to_follow_fork, to_insert_exec_catchpoint,
2342 to_remove_exec_catchpoint.
2343
2344 2005-01-18 Andrew Cagney <cagney@gnu.org>
2345
2346 * target.h (struct target_ops): Change return type of
2347 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
2348 to_insert_exec_catchpoint to void.
2349 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
2350 (child_insert_exec_catchpoint): Change return type to void.
2351 * target.c (update_current_target): Update.
2352 (debug_to_insert_fork_catchpoint)
2353 (debug_to_insert_vfork_catchpoint)
2354 (debug_to_insert_exec_catchpoint): Update.
2355 * inf-child.c (inf_child_insert_fork_catchpoint)
2356 (inf_child_insert_vfork_catchpoint)
2357 (inf_child_insert_exec_catchpoint): Update.
2358 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
2359 * linux-nat.c (child_insert_fork_catchpoint)
2360 (child_insert_vfork_catchpoint)
2361 (child_insert_exec_catchpoint): Update.
2362 * inftarg.c (child_insert_fork_catchpoint)
2363 (child_insert_vfork_catchpoint,)
2364 (child_insert_exec_catchpoint): Update.
2365
2366 * remote.c (remote_open_1): Use throw_exception.
2367
2368 2005-01-17 Michael Snyder <msnyder@redhat.com>
2369
2370 * mips-linux-tdep.c: Whitespace tweaks.
2371
2372 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
2373
2374 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
2375
2376 2005-01-17 Andrew Cagney <cagney@gnu.org>
2377
2378 * top.h (source_error, source_pre_error): Delete declaration.
2379 * cli/cli-script.c (source_error_allocated, source_error): Delete.
2380 (script_from_file, source_cleanup_lines): Do not manipulate
2381 source_error_allocated, error_pre_print and source_error.
2382 (struct source_cleanup_lines_args): Delete fields old_pre_error,
2383 and old_error_pre_print.
2384 * top.c (source_error_allocated, source_error)
2385 (source_pre_error): Delete.
2386 (command_line_input): Do not set error_pre_print.
2387 * event-top.c (command_line_handler): Do not set error_pre_print.
2388
2389 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
2390
2391 * MAINTAINERS: Update my email address.
2392
2393 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2394
2395 * configure.ac: Provide prerequisite headers when checking
2396 <term.h>.
2397 * configure: Regenerate.
2398
2399 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
2400 and "bsd-uthread.h".
2401 (amd64fbsd_jmp_buf_reg_offset): New variable.
2402 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
2403 functions.
2404 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
2405 * i386fbsd-tdep.c: Fix typo.
2406 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
2407 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
2408
2409 2005-01-16 Andrew Cagney <cagney@gnu.org>
2410
2411 * cli/cli-script.c: Include "exceptions.h".
2412 (struct wrapped_read_command_file_args): Define.
2413 (wrapped_read_command_file): New function.
2414 (script_from_file): Replace direct call to read_command_file by
2415 one wrapped by an exception handler.
2416 * exceptions.c (throw_it): Free the old message after creating the
2417 new.
2418 * Makefile.in: Update dependencies.
2419
2420 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2421
2422 * sparc64fbsd-tdep.c: Update copyright year.
2423 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
2424 functions.
2425 (sparc64fbsd_init_abi): Create register sets with collect
2426 functions.
2427
2428 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
2429 (_initialize_sparc64fbsd_nat): Add some extra features to the
2430 generic SPARC target.
2431 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2432 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
2433 (NAT_FILE): Set to solib.h.
2434 * config/sparc/nm-fbsd.h: Remove file.
2435
2436 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
2437
2438 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
2439
2440 2005-01-16 Andrew Cagney <cagney@gnu.org>
2441
2442 * exceptions.c (struct catcher): Delete saved_error_pre_print and
2443 saved_quit_pre_print.
2444 (catcher_init): Delete parameter errstring, do not override the
2445 pre_print strings.
2446 (catcher_pop): Do not restore the pre_print strings.
2447 (catch_exception, catch_exceptions_with_msg, catch_errors)
2448 (catch_command_errors): Update catch_init calls.
2449
2450 2005-01-16 Mark Kettenis <kettenis@gnu.org>
2451
2452 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2453 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
2454
2455 2005-01-15 Andrew Cagney <cagney@gnu.org>
2456
2457 * acinclude.m4: Include ../bfd/bfd.m4 instead of
2458 ../bfd/acinclude.m4. Include ../gettext.m4.
2459 * aclocal.m4, configure: Re-generate.
2460
2461 * exceptions.c (do_captured_command)
2462 (struct captured_command_args): Delete.
2463 (catch_command_errors): Simplify by inlining call to catch_errors.
2464
2465 * exceptions.c (struct catcher): Delete field print_message.
2466 (catcher_init): Delete print_message parameter.
2467 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
2468 (throw_it): Delete prefix parameter.
2469 (throw_verror, throw_vfatal, throw_error): Update.
2470
2471 2005-01-14 Andrew Cagney <cagney@gnu.org>
2472
2473 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
2474 (throw_reason): Leave the exception's message field blank.
2475 (throw_it): New function, create the exception and throw it.
2476 (throw_verror, throw_vfatal, throw_error): Call throw_it.
2477 (print_any_exception): New function.
2478 (catch_errors, catch_exceptions_with_msg): Call
2479 print_any_exception.
2480 (throw_exception): Move code calling annotate_error and
2481 annotate_quit from here ...
2482 (print_exception): ... to here.
2483
2484 * exceptions.c (exception_fprintf, exception_print): Move printing
2485 of \n from here ...
2486 (print_exception): ... to here.
2487 (print_flush): New function.
2488 (exception_print, exception_fprintf): Replace duplicated flush and
2489 wrap code with call to print_flush.
2490 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
2491 and print_exception.
2492 (do_write): Delete.
2493
2494 * remote-sds.c (interrupt_query): Call throw_reason instead of
2495 throw_exception.
2496 * remote-mips.c (mips_error, mips_kill): Ditto
2497 * ocd.c (interrupt_query): Ditto.
2498 * nto-procfs.c (interrupt_query): Ditto.
2499 * monitor.c (monitor_interrupt_query): Ditto.
2500
2501 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
2502
2503 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
2504
2505 2005-01-14 Andrew Cagney <cagney@gnu.org>
2506
2507 * exceptions.h (catch_exceptions): Delete errstring parameter.
2508 (catch_exceptions_with_msg): Ditto.
2509 * exceptions.c (catch_exceptions_with_msg): Update.
2510 (catch_exceptions): Update.
2511 * symfile-mem.c (add_vsyscall_page): Update.
2512 * frame.c (get_current_frame): Update.
2513 * wrapper.c (gdb_value_struct_elt): Update.
2514 * exceptions.c (catch_exceptions): Update.
2515 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
2516 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
2517 * remote-fileio.c (remote_fileio_request): Update.
2518
2519 * exceptions.h (exception_fprintf): Declare.
2520 (exception_print): Drop pre_print parameter.
2521 * mi/mi-main.c (mi_execute_command): Update exception_print call.
2522 * cli/cli-interp.c (safe_execute_command): Update exception_print
2523 call.
2524 * remote.c (remote_open_1): Instead of passing an error prefix to
2525 catch_exceptions, use catch_exceptions and exception_fprintf.
2526 (remote_start_remote): Change return type to void.
2527 * breakpoint.c (insert_bp_location): Instead of passing an error
2528 prefix to catch_exceptions, use catch_exceptions and
2529 exception_fprintf.
2530 (insert_catchpoint): Change return type to void.
2531 (break_command_1): Update exception_print call.
2532 * exceptions.c (exception_fprintf): New function.
2533 (print_exception): New function.
2534 (exception_print): Use print_exception.
2535
2536 * utils.c (error_output_message): Delete function.
2537 * defs.h (error_output_message): Delete declaration.
2538
2539 * linespec.c (symtab_from_filename, decode_variable): Use
2540 throw_error instead of error_silent.
2541 * breakpoint.c (do_captured_parse_breakpoint): Change return type
2542 to void.
2543 (break_command_1): Use catch_exception and check the error return
2544 status.
2545 * exceptions.c (throw_error): New function.
2546 (throw_vsilent): Delete function.
2547 * exceptions.h (throw_error): Declare.
2548 (throw_vsilent): Delete declaration.
2549 * utils.c (error_silent): Delete function.
2550 * defs.h (error_silent): Delete declaration.
2551
2552 * mi/mi-main.c (mi_execute_command): Print the exception.
2553 * cli/cli-interp.c (safe_execute_command): Print the exception.
2554 * exceptions.h (exception_print): Declare.
2555 * exceptions.c (struct catcher): Add field print_message.
2556 (catcher_init): Add parameter print_message, store in the catcher
2557 struct.
2558 (print_and_throw): Only print the message when print_message.
2559 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
2560 catcher_init.
2561 (catch_exception): Pass print_message=0 to catcher_init.
2562
2563 * varobj.c (varobj_create): Add missing \n.
2564
2565 2005-01-13 Michael Snyder <msnyder@redhat.com>
2566
2567 * cli/cli-decode.h: Whitespace tweaks.
2568 * wince.c: Whitespace tweaks.
2569 * uw-thread.c: Whitespace tweaks.
2570 * utils.c: Whitespace tweaks.
2571 * tracepoint.[ch]: Whitespace tweaks.
2572 * solist.h: Whitespace tweaks.
2573
2574 2005-01-13 Andrew Cagney <cagney@gnu.org>
2575
2576 * exceptions.h (struct exception): Make message const.
2577 * mi/mi-main.c (mi_execute_command): Pass result.message directly
2578 to fputstr_unfiltered.
2579
2580 2005-01-13 Michael Snyder <msnyder@redhat.com>
2581
2582 * stack.c: Whitespace tweaks.
2583 * somsolib.[ch]: Whitespace tweaks.
2584 * solib-aix.c: Whitespace tweaks.
2585 * solib.c: Whitespace tweaks.
2586 * solib-frv.c: Whitespace tweaks.
2587 * solib.h: Whitespace tweaks.
2588 * solib-irix.c: Whitespace tweaks.
2589 * solib-som.c: Whitespace tweaks.
2590 * solib-sunos.c: Whitespace tweaks.
2591 * solib-svr4.[ch]: Whitespace tweaks.
2592 * ser-tcp.c: Whitespace tweaks.
2593 * ser-unix.c: Whitespace tweaks.
2594 * serial.h: Whitespace tweaks.
2595 * scm-valprint.c: Whitespace tweaks.
2596 * rs6000-tdep.c: Whitespace tweaks.
2597 * rs6000-nat.c: Whitespace tweaks.
2598 * remote.c: Whitespace tweaks.
2599
2600 2005-01-13 Andrew Cagney <cagney@gnu.org>
2601
2602 * defs.h (error_last_message, error_init): Delete declaration.
2603 * utils.c (fatal, vfatal): Call throw_vfatal.
2604 (error, verror): Call throw_verror;
2605 (do_write, error_stream_1): Delete function.
2606 (error_stream): Simplify, call error.
2607 (error_last_message, error_init, gdb_lasterr): Delete.
2608 (error_silent): Simplify, call throw_vsilent.
2609 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
2610 * main.c (captured_main): Delete call to error_init.
2611 * exceptions.c (throw_verror, throw_verror)
2612 (throw_vsilent): New functions.
2613 (do_write, print_and_throw): New functions.
2614 (last_message): New global.
2615 (throw_reason): Replace error_last_message with last_message.
2616 (catch_exceptions_with_msg): Dup the message.
2617 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
2618 Declare.
2619
2620 2005-01-13 Michael Snyder <msnyder@redhat.com>
2621
2622 * remote-st.c: Whitespace tweaks.
2623 * remote-sim.c: Whitespace tweaks.
2624 * remote-mips.c: Whitespace tweaks.
2625 * pa64solib.[ch]: Whitespace tweaks.
2626 * mdebugread.c: Whitespace tweaks.
2627 * main.c: Whitespace tweaks.
2628 * interps.c: Whitespace tweaks.
2629 * infrun.c: Whitespace tweaks.
2630 * infcmd.c: Whitespace tweaks.
2631 * hpux-thread.c: Whitespace tweaks.
2632 * hppa-hpux-tdep.c: Whitespace tweaks.
2633 * gdbcore.h: Whitespace tweaks.
2634 * gdbcmd.h: Whitespace tweaks.
2635 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
2636 * corefile.c: Whitespace tweaks.
2637 * completer.c: Whitespace tweaks.
2638 * coff-solib.c: Whitespace tweaks.
2639 * coff-solib.h: Whitespace tweaks.
2640 * cli-out.c: Whitespace tweaks.
2641 * breakpoint.c: Whitespace tweaks.
2642 * cli/cli-interp.c: Tweak comments, per coding standard.
2643
2644 2005-01-13 Andrew Cagney <cagney@gnu.org>
2645
2646 * breakpoint.c (gdb_breakpoint_query): Update, use
2647 catch_exceptions_with_msg.
2648 (do_captured_breakpoint): Add uiout parameter.
2649 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
2650 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
2651 gdb_thread_select. Return MI_CMD_ERROR instead of
2652 MI_CMD_CAUGHT_ERROR.
2653 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
2654 (enum captured_mi_execute_command_actions): Delete
2655 EXECUTE_COMMAND_DISPLAY_ERROR.
2656 (captured_mi_execute_command): Delete code handling
2657 MI_CMD_CAUGHT_ERROR.
2658 (mi_execute_command): Don't check for
2659 EXECUTE_COMMAND_DISPLAY_ERROR.
2660 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
2661 gdb_breakpoint_query.
2662 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
2663 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
2664 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
2665 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
2666 parameter.
2667 * thread.c (thread_command): Update call.
2668 (gdb_thread_select, gdb_list_thread_ids): Update, call
2669 catch_exceptions_with_msg.
2670
2671 * mi/mi-main.c (mi_execute_command): Use catch_exception,
2672 eliminate call to error_last_message.
2673 (captured_mi_execute_command): Change return type to void.
2674
2675 2005-01-12 Andrew Cagney <cagney@gnu.org>
2676
2677 * exceptions.c (exception_none): New variable.
2678 * Makefile.in: Update dependencies.
2679 * interps.c: Include "exceptions.h".
2680 (interpreter_exec_cmd, interp_exec): Update to return "struct
2681 exception"
2682 * exceptions.h (no_exception): Declare.
2683 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
2684 * mi/mi-interp.c: Include "exceptions.h".
2685 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
2686 'struct exception".
2687 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
2688 (do_captured_execute_command): Update to use catch_exception.
2689 * interps.h: Include "exceptions.h".
2690 (interp_exec_ftype, interp_exec): Return "struct exception".
2691
2692 * exceptions.h (throw_reason): Rename throw_exception.
2693 (enum errors, struct exception): Define.
2694 (catch_exception_ftype): Define.
2695 (catch_exception, throw_exception): Declare.
2696 * exceptions.c (throw_exception): Rewrite.
2697 (throw_reason): New function.
2698 (struct catcher, catcher_state_machine): Replace "reason" with
2699 "exception", delete "gdberrmsg".
2700 (catch_exception): New function.
2701 (catcher_init): Replace "gdberrmsg" parameter with "exception".
2702 (catch_errors, catch_exceptions_with_msg): Re-implement passing
2703 exception to catcher_init.
2704 * utils.c (error_silent, error_stream_1): Use throw_reason.
2705 (internal_verror, quit): Ditto.
2706 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
2707 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
2708 * remote.c (remote_open_1, interrupt_query): Ditto.
2709
2710 2005-01-12 Mark Kettenis <kettenis@gnu.org>
2711
2712 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
2713 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
2714 (i386fbsd_jmp_buf_reg_offset): New variable.
2715 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
2716 functions.
2717 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
2718 * Makefile.in (i386fbsd-tdep.o): Update dependency.
2719 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
2720
2721 * bsd-uthread.h: New file.
2722 * bsd-uthread.c: New file.
2723 * Makefile.in (bsd_uthread_h): New variable.
2724 (ALLDEPFILES): Add bsd-uthread.c.
2725 (bsd-uthread.o): New dependency.
2726
2727 * solib.h Update copyright year.
2728 (struct so_list): Forward declaration.
2729 (solib_read_symbols): New prototype.
2730 * solib.c (solib_read_symbols): New function.
2731 (solib_add): Call solib_read_symbols to read in symbols.
2732 (update_solib_list): Call observer_notify_solib_loaded.
2733
2734 * i386bsd-nat.c: Update copyright year. Don't include
2735 <sys/param.h> and <sys/user.h>.
2736 (register_u_addr, kernel_u_size): Remove functions.
2737 * config/i386/obsd.mh (NAT_FILE): Remove.
2738 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
2739 * config/i386/nm-obsd.h: Remove file.
2740
2741 2005-01-12 Andrew Cagney <cagney@gnu.org>
2742
2743 * exceptions.c: Include "gdb_string.h".
2744 (enum catcher_state, struct catcher): Define.
2745 (current_catcher): New global, replaces catch_return;
2746 (catch_return): Delete.
2747 (throw_exception): Use current_catcher->buf;
2748 (catcher_init, catcher_pop, catcher_state_machine): New functions.
2749 (catcher): Delete.
2750 (struct catch_errors_args): Delete.
2751 (do_catch_errors): Delete.
2752 (catch_exceptions): Replace body with call to
2753 catch_exceptions_with_msg.
2754 (catcher): Delete.
2755 (catch_exceptions_with_msg, catch_errors): Re-implement using
2756 catcher_state_machine.
2757
2758 * exceptions.h (enum return_reason, RETURN_MASK)
2759 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
2760 (return_mask, throw_exception, catch_exceptions_ftype)
2761 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
2762 (catch_command_errors_ftype, catch_command_errors): Move to
2763 exceptions.h.
2764 * exceptions.c, exceptions.h: New files.
2765 * top.c: Do not include <setjmp.h>.
2766 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
2767 (throw_exception, catcher, catch_exceptions)
2768 (catch_exceptions_with_msg, struct catch_errors_args)
2769 (do_catch_errors, catch_errors, struct captured_command_args)
2770 (do_captured_command, catch_command_errors): Move to exceptions.c.
2771 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
2772 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
2773 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
2774 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
2775 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
2776 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
2777 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
2778 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
2779 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
2780 * ada-valprint.c, ada-lang.c: Ditto.
2781 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
2782 exceptions.o. Update all dependencies.
2783
2784 2005-01-11 Mark Kettenis <kettenis@gnu.org>
2785
2786 * config/i386/nm-fbsd.h: Update copyright year.
2787 Don't include "config/nm-bsd.h".
2788 (KERNEL_U_SIZE): Remove macro.
2789 (kernel_u_size): Remove prototype.
2790
2791 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
2792 * config/vax/nm-nbsdaout.h: Remove file.
2793
2794 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
2795
2796 * MAINTAINERS: Remove self from sh/sh64 maintainership.
2797
2798 2005-01-10 Andrew Cagney <cagney@gnu.org>
2799
2800 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
2801 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
2802 maintainer.
2803
2804 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
2805 changes to CRIS.
2806
2807 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
2808 COMMIT means can approve).
2809
2810 2005-01-10 Mark Kettenis <kettenis@gnu.org>
2811
2812 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
2813 (vax_register_u_offset): Make statuc.
2814 (_initialize_vax_nat): Construct and add target vector.
2815 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
2816 inftarg.o. Add inf-ptrace.o.
2817 * Makefile.in (vax-nat.o): Update dependencies.
2818
2819 * inf-ptrace.h: Update copyright year. Sync comment with
2820 inf-ptrace.c.
2821 (inf_ptrace_trad_target): New prototype.
2822 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
2823 "gdb_assert.h"
2824 (inf_ptrace_target): Add comment.
2825 (inf_ptrace+register_u_offset): New variable.
2826 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
2827 (inf_ptrace_store_register, inf_ptrace_store_registers)
2828 (inf_ptrace_trad_target): New functions.
2829 * Makefile.in (inf-ptrace.o): Update dependencies.
2830
2831 2005-01-09 Mark Kettenis <kettenis@gnu.org>
2832
2833 * configure.ac: Provide prerequisite headers when checking
2834 <link.h>, <sys/proc.h> and <sys/user.h>.
2835 * configure: Regenerate.
2836
2837 2005-01-08 Mark Kettenis <kettenis@gnu.org>
2838
2839 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
2840 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
2841
2842 2005-01-07 Mark Kettenis <kettenis@gnu.org>
2843
2844 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
2845 Don't include "tm-ia64.h".
2846 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
2847 * config/ia64/tm-ia64.h: Remove. Move contents ...
2848 * ia64-tdep.h: ... here. Update copyright year.
2849
2850 2005-01-07 Andrew Cagney <cagney@gnu.org>
2851
2852 * configure.ac: Rename configure.in, require autoconf 2.59.
2853 * configure: Re-generate.
2854
2855 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
2856 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
2857 to configdirs.
2858
2859 * configure.in: Replace configdirs with multiple references to
2860 AC_CONFIG_SUBDIRS.
2861 * configure: Re-generate.
2862
2863 2005-01-05 Andreas Schwab <schwab@suse.de>
2864
2865 * ia64-tdep.c: Include "osabi.h".
2866 (native_find_global_pointer): Delete.
2867 (ia64_find_global_pointer): Renamed from
2868 generic_elf_find_global_pointer.
2869 (FIND_GLOBAL_POINTER): Delete. Change all users to call
2870 ia64_find_global_pointer instead.
2871 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
2872 to ia64_linux_sigcontext_register_address and
2873 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
2874 (_initialize_ia64_tdep): Call gdbarch_register instead of
2875 deprecated register_gdbarch_init.
2876 (struct gdbarch_tdep): Remove find_global_pointer field and move
2877 to ...
2878 * ia64-tdep.h (struct gdbarch_tdep): ... here.
2879 (ia64_linux_sigcontext_register_address): Remove declaration.
2880 (ia64_linux_getunwind_table): Likewise.
2881 (ia64_linux_write_pc): Likewise.
2882 * ia64-linux-tdep.c: Include "osabi.h".
2883 (ia64_linux_sigcontext_register_address): Make static.
2884 (ia64_linux_write_pc): Likewise.
2885 (ia64_linux_init_abi): New.
2886 (_initialize_ia64_linux_tdep): New.
2887 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
2888 $(osabi_h).
2889
2890 2005-01-05 Kevin Buettner <kevinb@redhat.com>
2891
2892 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
2893 functions in ia64-aix-tdep.c.
2894 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
2895 function defined in ia64-aix-tdep.c.
2896 * ia64-aix-tdep.c: Remove file.
2897 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
2898 this list.
2899 * Makefile.in (ia64-aix-tdep.o): Delete.
2900
2901 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2902
2903 Committed by Andrew Cagney.
2904 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
2905 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
2906 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
2907 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
2908 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
2909 * aix-thread.c (_initialize_aix_thread): Get rid of the
2910 deprecated_add_show_from_set call.
2911 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2912 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2913 * command.h (add_setshow_enum_cmd): Add arguments for returning
2914 new list elements.
2915 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
2916 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
2917 add_setshow_enum_cmd.
2918
2919 2005-01-04 Mark Kettenis <kettenis@gnu.org>
2920
2921 * configure.host (ia64-*-aix*): Remove.
2922 * configure.tgt (ia64-*-aix*): Remove.
2923 * config/ia64/aix.mh: Remove file.
2924 * config/ia64/aix.mt: Remove file.
2925 * config/ia64/tm-aix.h: Remove file.
2926 * ia64-aix-nat.c: Remove file.
2927 * Makefile.in (ia64-aix-nat.o): Remove dependency.
2928
2929 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
2930 Add back inf-ptrace.o.
2931
2932 2005-01-04 Andrew Cagney <cagney@gnu.org>
2933
2934 * version.in: Change format from 6.3.50_2005-01-04-cvs to
2935 6.3.50.20050104-cvs.
2936
2937 2005-01-04 Andreas Schwab <schwab@suse.de>
2938
2939 * breakpoint.c (break_command_1): Always free err_msg before
2940 returning when an exception was caught.
2941
2942 2005-01-01 Joel Brobecker <brobecker@gnat.com>
2943
2944 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
2945 in register number for addil instruction.
2946
2947 For older changes see ChangeLog-2004.
2948 \f
2949 Local Variables:
2950 mode: change-log
2951 left-margin: 8
2952 fill-column: 74
2953 version-control: never
2954 End:
This page took 0.118223 seconds and 4 git commands to generate.