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