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