2004-05-01 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
8c6b0e06
AC
12004-05-01 Andrew Cagney <cagney@redhat.com>
2
3 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4 (DEPRECATED_SIGTRAMP_END): Delete.
5 * gdbarch.h, gdbarch.c: Re-generate.
6 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7 * config/vax/tm-vaxbsd.h: Update copyright.
8 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
9 (DEPRECATED_IN_SIGTRAMP): Define.
10 * config/m68k/tm-nbsd.h: Update copyright.
11 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
12 (DEPRECATED_IN_SIGTRAMP): Define.
13
50ea7769
MK
142004-05-01 Mark Kettenis <kettenis@gnu.org>
15
03ac2a74
MK
16 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
17 encondings. Fixes PR gdb/1628.
18
50ea7769
MK
19 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
20 DW_CFA_restore state without a matching DW_CFA_remember_state
21 instead of aborting. Fixes PR backtrace/1589.
22
9a5d7be1
JB
232004-04-30 Joel Brobecker <brobecker@gnat.com>
24
25 * MAINTAINERS: Add self as AIX maintainer.
26 Update my e-mail address in write-after-approval section.
27
2593d1cd
AC
282004-04-30 Andrew Cagney <cagney@redhat.com>
29
ce12bbf9
AC
30 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
31 (legacy_get_prev_frame): Ditto.
32
36710c63
AC
33 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
34 (mips_gdbarch_init): Do not set pc_in_sigtramp.
35 * mipsread.c (sigtramp_address): Delete extern variable.
36 (mipscoff_new_init): Delete reference.
37 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
38 (fixup_sigtramp): Delete function.
39 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
40 (fixup_sigtramp): Delete declarations.
41
2593d1cd
AC
42 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
43 deprecated_pc_in_sigtramp.
44 (ppcnbsd_pc_in_sigtramp): Delete function.
45
2a25f91c
MK
462004-05-01 Mark Kettenis <kettenis@gnu.org>
47
48 * config/m68k/nm-nbsd.h: Tweak comments.
49 * config/m68k/nm-nbsdaout.h: Likewise.
50
0b281939
AC
512004-04-30 Andrew Cagney <cagney@redhat.com>
52
53 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
54 legacy_pc_in_sigtramp.
55 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
56
8f2d3ea0
MK
572004-05-01 Mark Kettenis <kettenis@gnu.org>
58
59 Add OpenBSD/m68k support.
60 * NEWS (New native configurations): Mention OpenBSD/m68k.
61 * m68kbsd-tdep.c: New file.
62 * m68kbsd-nat.c: New file.
63 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
64 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
65 * configure.host: Add m68k-*-openbsd.
66 * configure.tgt: Add m68k-*-openbsd.
67 * config/m68k/tm-obsd.h: New file.
68 * config/m68k/obsd.mt: New file.
69 * config/m68k/obsd.mh: New file.
70 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
71 m68kbsd-tdep.c.
72
c40f49a4
AC
732004-04-30 Andrew Cagney <cagney@redhat.com>
74
75 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
76 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
77
e81554cd
MK
782004-04-30 Mark Kettenis <kettenis@gnu.org>
79
80 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
81 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
82
d4dc1a91
BF
832004-04-30 Brian Ford <ford@vss.fsi.com>
84
85 Revert 2004-04-16 change.
86 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
87 (i386_coff_init_abi): Remove.
88 * i386-tdep.h (i386_coff_init_abi): Remove.
89 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
90
2f72f850
AC
912004-04-30 Andrew Cagney <cagney@redhat.com>
92
e492f9d6
AC
93 * blockframe.c (find_pc_partial_function): Delete use of
94 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
95 DEPRECATED_SIGTRAMP_END.
96
7b7adad0
AC
97 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
98 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
99 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
100 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
101 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
102
2f72f850
AC
103 * defs.h (deprecated_inside_entry_file): Delete declaration.
104 * blockframe.c (deprecated_inside_entry_file): Delete function.
105 (legacy_frame_chain_valid): Delete call.
106 * sh64-tdep.c (sh64_frame_chain): Delete call.
107 * objfiles.h: Update comments.
108 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
109 call.
110 * frame.c (get_prev_frame): Delete call, update comments.
111
283f90a7
BF
1122004-04-30 Brian Ford <ford@vss.fsi.com>
113
114 * MAINTAINERS (Write After Approval): Add myself.
115
8ee56bcf
AC
1162004-04-30 Andrew Cagney <cagney@redhat.com>
117
118 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
119 * gdbarch.h, gdbarch.c: Re-generate.
120 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
121 code.
122
ee27e1b6
AC
1232004-04-30 Andrew Cagney <cagney@redhat.com>
124
125 * gdb-events.sh (selected_thread_changed)
126 (selected_frame_level_changed, target_changed): Delete.
127 * gdb-events.h, gdb-events.c: Re-generate.
128 * valops.c (value_assign): Update.
129 * stack.c (select_frame_command, up_silently_base)
130 (down_silently_base): Update.
131
d5ac5a39
AC
1322004-04-29 Andrew Cagney <cagney@redhat.com>
133
134 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
135 registers correctly.
136 (print_gp_register_row, mips32_heuristic_proc_desc)
137 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
138 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
139 references to mips_isa_regsize.
140
ceae6e75
AC
1412004-04-29 Andrew Cagney <cagney@redhat.com>
142
143 * mips-tdep.c (struct gdbarch_tdep): Delete
144 mips_fp_register_double.
145 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
146 mips_abi_regsize.
147 (mips_gdbarch_init): Do not set mips_fp_register_double.
148 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
149
a587af0b
AC
1502004-04-29 Joel Brobecker <brobecker@gnat.com>
151
152 Committed by Andrew Cagney.
153 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
154 function calls.
155
13326b4e
AC
1562004-04-29 Andrew Cagney <cagney@redhat.com>
157
158 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
159 gdbarch, use mips_abi, update callers.
160 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
161 mips_abi_regsize, update callers.
162 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
163 mips_default_abi_regsize.
164 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
165 mips_default_abi_regsize.
166
711cc5cd
AC
1672004-04-29 Andrew Cagney <cagney@redhat.com>
168
1b13c4f6
AC
169 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
170 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
171 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
172 mips_default_abi_regsize.
173 (mips_isa_regsize): Rename mips_regisze.
174 * mipsnbsd-tdep.c: Update.
175 * mips-linux-tdep.c: Update.
176 * irix5-nat.c: Update.
177 * mips-tdep.h (mips_isa_regsize): Update.
178
711cc5cd
AC
179 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
180 Delete all disabled code.
181 * gdb-events.h, gdb-events.c: Re-generate.
182
e63bbc88
MK
1832004-04-19 Jerome Guitton <guitton@gnat.com>
184 Mark Kettenis <kettenis@gnu.org>
185
186 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
187 the function begins with a branch instruction.
188
fd35795f
MK
1892004-04-29 Mark Kettenis <kettenis@gnu.org>
190
191 * i386-tdep.c: Fix spelling mistakes.
192
c960c18f
AC
1932004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
194 Andrew Cagney <cagney@redhat.com>
195
196 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
197 <sys/proc.h>.
198 * acconfig.h: Provide default _KMEMUSER value.
199 * config.in, configure: Re-generate.
200 * NEWS: Mention fix.
201
50306a9d
RC
2022004-04-24 Randolph Chung <tausq@debian.org>
203
204 * configure.host (hppa*-*-linux*): New target.
205 * configure.tgt (hppa*-*-linux*): Likewise.
206 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
207 gdbarch_init_osabi() call earlier so that osabi-specific frame
208 unwinders can be registered first.
209 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
210 hppa-linux-nat.c.
211 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
212 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
213 * config/pa/linux.mh: New file.
214 * config/pa/linux.mt: New file.
215 * config/pa/nm-linux.h: New file.
216 * config/pa/xm-linux.h: New file.
217 * hppa-linux-nat.c: New file.
218 * hppa-linux-tdep.c: New file.
219
2a6228ef
RC
2202004-04-28 Randolph Chung <tausq@debian.org>
221
222 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
223 return values.
224 (hppa32_push_dummy_call): Fix small struct and floating point argument
225 passing, and make sure the stack frame is properly aligned.
226
82c10df6
AC
2272004-04-28 Andrew Cagney <cagney@redhat.com>
228
d762c46a
AC
229 * stack.c (print_stack_frame): Fix description.
230
82c10df6
AC
231 * NEWS: Mention gdb/gdbserver/configure execute permission
232 changed. PR server/519.
233
0faf0076
AC
2342004-04-28 Andrew Cagney <cagney@redhat.com>
235
236 * stack.c (print_stack_frame_stub): Delete declaration.
237 (struct print_stack_frame_args, print_stack_frame)
238 (print_frame_info, print_frame): Replace "source" with print what.
239 Replace "print" with "print_level". Replace "args" with
240 "print_args".
241 * frame.h (show_and_print_stack_frame, print_stack_frame)
242 (print_frame_info): Update declarations.
243 * stack.c (select_and_print_frame, frame_command)
244 (current_frame_command, up_command, down_command): Update calls -
245 use get_selected_frame, pass "enum print_what" for source, do not
246 call frame_relative_level.
247 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
248 * remote-rdp.c (remote_rdp_open): Ditto.
249 * remote-mips.c (common_open): Ditto.
250 * remote-e7000.c (e7000_start_remote): Ditto.
251 * ocd.c (ocd_start_remote): Ditto.
252 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
253 * infrun.c (normal_stop): Ditto.
254 * inflow.c (kill_command): Ditto.
255 * infcmd.c (finish_command): Ditto.
256 * corelow.c (core_open): Ditto.
257 * tracepoint.c (finish_tfind_command): Ditto.
258 * thread.c (info_threads_command, info_threads_command)
259 (restore_current_thread, do_captured_thread_select): Ditto.
260 * ada-tasks.c (task_command): Ditto.
261
f4c5303c
OF
2622004-04-26 Orjan Friberg <orjanf@axis.com>
263
264 * frame.c: Include "observer.h".
265 (frame_observer_target_changed): New function.
266 (_initialize_frame): Attach target_changed observer.
267 * regcache.c: Include "observer.h".
268 (regcache_observer_target_changed): New function.
269 (_initialize_regcache): Attach target_changed observer.
270 * valops.c: Include "observer.h".
271 (value_assign): Notify target_changed event when modifying register.
272 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
273
7270d8f2
OF
2742004-04-26 Orjan Friberg <orjanf@axis.com>
275
276 From Paul Koning <pkoning@equallogic.com>:
277 * breakpoint.c (free_valchain): New function.
278 (insert_bp_location, delete_breakpoint): Use free_valchain.
279 (remove_breakpoint): Do not remove the valchain.
280 (bpstat_stop_status): If not stopped by watchpoint, skip
281 watchpoints when generating stop status list.
282 * infrun.c (handle_inferior_event): Make
283 stepped_after_stopped_by_watchpoint a global variable.
284 * remote.c (remote_stopped_data_address): Return watch data
285 address rather than zero if stepped_after_stopped_by_watchpoint is
286 set.
287
02d62932
MC
2882004-04-25 Michael Chastain <mec.gnu@mindspring.com>
289
290 Fix PR gdb/1626.
291 * configure.in: Check for curses after termcap.
292 On osf5.*, do not check for ncurses.
293 * configure: Regenerate.
294
3e9a183c
MK
2952004-04-25 Mark Kettenis <kettenis@gnu.org>
296
c79ac407
MK
297 * ppcobsd-nat.c: Include "ppc-tdep.h".
298 * Makefile.in (ppcobsd-nat.o): Update dependencies.
299
3e9a183c
MK
300 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
301 Fixes PR tdep/1623 and PR tdep/1624.
302
38cc9c28
MC
3032004-04-24 Michael Chastain <mec.gnu@mindspring.com>
304
305 * xmodem.h, xmodem.c: Remove files.
306 * Makefile.in: Remove references to xmodem.h, xmodem.c.
307
7f07c5b6
RC
3082004-04-23 Randolph Chung <tausq@debian.org>
309
310 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
311 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
312 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
313 for handling stackless frames.
314 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
315
9f7194c3
RC
3162004-04-23 Randolph Chung <tausq@debian.org>
317
318 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
319 starts at a pc before the frame is created.
320
dcff6009
JB
3212004-04-23 Joel Brobecker <brobecker@gnat.com>
322
323 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
324
65951cd9
JG
3252004-04-23 Jerome Guitton <guitton@gnat.fr>
326
327 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
328 use convert_typed_floating to get the appropriate format.
329
abc485a1
RC
3302004-04-22 Randolph Chung <tausq@debian.org>
331
332 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
333 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
334 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
335 (hppa_sign_extend): Add prototype.
336 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
337 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
338 (sign_extend): Rename with hppa_ prefix and make non-static. Other
339 hppa targets will also use these functions.
340 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
341 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
342 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
343 (hppa_gdbarch_init): Remove gdbarch setting of
344 skip_trampoline_code, in_solib_call_trampoline and
345 in_solib_return_trampoline.
346 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
347 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
348 hppa_in_solib_call_trampoline.
349 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
350 Moved from hppa-tdep.c.
351 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
352 in_solib_call_trampoline and in_solib_return_trampoline.
353
369aa520
RC
3542004-04-22 Randolph Chung <tausq@debian.org>
355
356 * hppa-tdep.c (hppa_debug): New variable.
357 (find_unwind_entry, hppa_frame_cache): Add debug output.
358 (_initialize_hppa_tdep): Add command to set debug flag.
359
476be15e
AC
3602004-04-22 Andrew Cagney <cagney@redhat.com>
361
362 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
363 "trad-frame.h".
364 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
365 signal trampoline unwinder.
366 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
367
d195bc9f
MK
3682004-04-22 Mark Kettenis <kettenis@gnu.org>
369
370 Add OpenBSD/powerpc support.
371 * NEWS (New native configurations): Mention OpenBSD/powerpc.
372 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
373 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
374 (ppc_collect_fpregset): New prototypes.
375 * ppcobsd-nat.c: New file.
376 * ppcobsd-tdep.c: New file.
377 * ppcobsd-tdep.h: New file.
378 * rs6000-tdep.c: Include "regset.h".
379 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
380 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
381 New functions.
382 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
383 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
384 (rs6000-tdep.o): Update dependencies.
385 * configure.host: Add powerpc-*-openbsd.
386 * configure.tgt: Add powerpc-*-openbsd.
387 * config/powerpc/obsd.mh: New file.
388 * config/powerpc/nm-obsd.h: New file.
389 * config/powerpc/obsd.mt: New file.
390
6f14cc33
AC
3912004-04-22 Andrew Cagney <cagney@redhat.com>
392
fcf29e5f
AC
393 * frame.h (show_frame_info): Delete declaration.
394
6f14cc33
AC
395 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
396 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
397 * m32r-tdep.c (m32r_frame_this_id): Ditto.
398 * frv-tdep.c (frv_frame_this_id): Ditto.
399 * avr-tdep.c (avr_frame_this_id): Ditto.
400
e5786a5c
EZ
4012004-04-22 Elena Zannoni <ezannoni@redhat.com>
402
403 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
404
26e75e5c
JB
4052004-04-22 Jim Blandy <jimb@redhat.com>
406
407 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
408 register number zero.
409
d8d65dd3
MS
4102004-04-21 Michael Snyder <msnyder@redhat.com>
411
412 * mips-tdep.c (heuristic_proc_start):
413 Warning() already prefixes "Warning: ".
414
9a4105ab
AC
4152004-04-21 Andrew Cagney <cagney@redhat.com>
416
417 * annotate.h (deprecated_annotate_starting_hook)
418 (deprecated_annotate_stopped_hook)
419 (deprecated_annotate_exited_hook)
420 (deprecated_annotate_signal_hook)
421 (deprecated_annotate_signalled_hook): Deprecate.
422 * tracepoint.h (deprecated_create_tracepoint_hook)
423 (deprecated_delete_tracepoint_hook)
424 (deprecated_modify_tracepoint_hook)
425 (deprecated_trace_find_hook)
426 (deprecated_trace_start_stop_hook): Deprecate.
427 * target.h (deprecated_target_new_objfile_hook): Deprecate.
428 * remote.h (deprecated_target_resume_hook)
429 (deprecated_target_wait_loop_hook): Deprecate.
430 * gdbcore.h (deprecated_exec_file_display_hook)
431 (deprecated_file_changed_hook): Deprecate.
432 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
433 * defs.h (deprecated_modify_breakpoint_hook)
434 (deprecated_command_loop_hook, deprecated_show_load_progress)
435 (deprecated_print_frame_info_listing_hook)
436 (deprecated_query_hook, deprecated_warning_hook)
437 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
438 (deprecated_delete_breakpoint_hook)
439 (deprecated_interactive_hook, deprecated_registers_changed_hook)
440 (deprecated_readline_begin_hook, deprecated_readline_hook)
441 (deprecated_readline_end_hook, deprecated_register_changed_hook)
442 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
443 (deprecated_context_hook, deprecated_target_wait_hook)
444 (deprecated_attach_hook, deprecated_detach_hook)
445 (deprecated_call_command_hook, deprecated_set_hook)
446 (deprecated_error_hook, deprecated_error_begin_hook)
447 (deprecated_ui_load_progress_hook): Deprecate.
448 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
449 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
450 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
451 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
452 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
453 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
454 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
455 * annotate.c, aix-thread.c: Update.
456
62cf13cc
AC
4572004-04-21 Andrew Cagney <cagney@redhat.com>
458
b2e31a62
AC
459 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
460 * vaxnbsd-tdep.c: Include "gdb_string.h".
461
62cf13cc
AC
462 * symfile.c (symbol_file_add_from_memory): #if 0 function.
463 (add_symbol_file_from_memory_command): #if 0 function body, call
464 error instead.
465
00e32a35
AC
4662004-04-21 Andrew Cagney <cagney@redhat.com>
467
468 * gdbcore.h: Update copyright.
469 (deprecated_add_core_fns): Rename add_core_fns.
470 * win32-nat.c (_initialize_core_win32): Update.
471 * sun3-nat.c (_initialize_core_sun3): Update.
472 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
473 * rs6000-nat.c (_initialize_core_rs6000): Update.
474 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
475 * nto-tdep.c (_initialize_nto_tdep): Update.
476 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
477 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
478 * mips-nat.c (_initialize_core_mips): Update.
479 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
480 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
481 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
482 * lynx-nat.c (_initialize_core_lynx): Update.
483 * irix5-nat.c (_initialize_core_irix5): Update.
484 * i386-interix-nat.c (_initialize_core_interix): Update.
485 * cris-tdep.c (_initialize_cris_tdep): Update.
486 * corelow.c (deprecated_add_core_fns): Update.
487 * core-regset.c (_initialize_core_regset): Update.
488 * core-aout.c (_initialize_core_aout): Update.
489 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
490 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
491 * alpha-nat.c (_initialize_core_alpha): Update.
492
13c7b1ca
JB
4932004-04-21 Jim Blandy <jimb@redhat.com>
494
495 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
496
7b5a2f43
DJ
4972004-04-19 Daniel Jacobowitz <drow@mvista.com>
498
499 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
500 Delete.
501 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
502 (read_attribute_value): Update calls to dwarf_alloc_block.
503 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
504 dwarf2_tmp_obstack.
505 (psymtab_to_symtab_1): Likewise. Clean up using
506 free_stack_comp_unit.
507 (add_to_cu_func_list): Use the comp_unit_obstack.
508
05cf31d1
JB
5092004-04-19 Joel Brobecker <brobecker@gnat.com>
510
511 * dwarf2read.c (dwarf2_flag_true_p): New function.
512 (die_is_declaration): Use the function above. Add some comments.
513
adf93a2f
MK
5142004-04-19 Mark Kettenis <kettenis@gnu.org>
515
516 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
517 architecture when registering sparcnbsd_core_osabi_sniffer.
518 Adjust comment.
519
748894bf
MK
5202004-04-18 Mark Kettenis <kettenis@gnu.org>
521
f622ad42
MK
522 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
523 return value.
524
c4fc7f1b
MK
525 Based on a patch from Brian Ford <ford@vss.fsi.com>:
526 * i386-tdep.c: Correct register numbering scheme comments
527 throughout.
528 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
529 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
530 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
531 (i386_gdb_arch_init): Likewise.
532
b4ead1bd
MK
533 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
534 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
535 ppcnbsd-tdep.o.
536
748894bf
MK
537 * m68k-tdep.h: Tweak comments.
538 * m68k-tdep.c: Tweak comment.
539
fdd72f95
RC
5402004-04-17 Randolph Chung <tausq@debian.org>
541
542 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
543 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
544 (hppa_hpux_som_init_abi): Set is_elf to 0.
545 (hppa_hpux_elf_init_abi): Set is_elf to 1.
546 * hppa-tdep.c (low_text_segment_address): Remove global.
547 (record_text_segment_lowaddr): Pass in low address as parameter. Use
548 section offset to calculate segment address.
549 (internalize_unwinds): Define low_text_segment_address as local and
550 pass to record_text_segment_lowaddr for ELF targets.
551 (hppa_gdbarch_init): Zero fill tdep structure.
552 (hppa_dump_tdep): Print tdep structure.
553 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
554
0f8d9d59
RC
5552004-04-17 Randolph Chung <tausq@debian.org>
556
557 * hppa-tdep.c (hppa_pseudo_register_read): Define.
558 (hppa_gdbarch_init): Set pseudo_register_read.
559 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
560 * regcache.c (supply_register): Remove check for
561 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
562
7c46b9fb
RC
5632004-04-17 Randolph Chung <tausq@debian.org>
564
565 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
566 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
567 (hpread_adjust_stack_address): Move to hpread.c.
568 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
569 obj_private_struct): Move from tm-hppa.h.
570 * hpread.c (hppa-tdep.h): Include.
571 (hpread_adjust_stack_address): Move from hppa-tdep.c.
572 (hpread_read_function_type, hpread_read_doc_function_type)
573 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
574 directly.
575 * pa64solib.c (hppa-tdep.h): Include.
576 * somsolib.c (hppa-tdep.h): Include.
577 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
578 inferior_status): Remove unused forward declarations.
579 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
580 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
581 obj_private_struct): Move to hppa-tdep.h.
582 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
583
8d153463
RC
5842004-04-17 Randolph Chung <tausq@debian.org>
585
586 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
587 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
588 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
589 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
590 Remove forward declaration and make static.
591 (hppa_reg_struct_has_addr): Remove.
592
350c2e5b
JB
5932004-04-16 Joel Brobecker <brobecker@gnat.com>
594
595 * observer.sh: Move comments in sed command to first column.
596
bbde78fa
JM
5972004-04-16 Jason Molenda (jmolenda@apple.com)
598
599 * frame.c: Minor typeo corrections in comments.
600
e0270fd9
JB
6012004-04-16 Joel Brobecker <brobecker@gnat.com>
602
603 * observer.c (observer_test_first_notification_function): Update
604 function profile.
605 (observer_test_second_notification_function): Likewise.
606 (observer_test_third_notification_function): Likewise.
607
3d049254
MK
6082004-04-16 Mark Kettenis <kettenis@gnu.org>
609
610 From Brian Ford <ford@vss.fsi.com>:
611 * i386-tdep.c (i386_coff_init_abi): New function.
612 * i386-tdep.h (i386_coff_init_abi): New prototype.
613 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
614 register number translation functions for DWARF and DWARF 2.
615
7867684d
JB
6162004-04-16 Joel Brobecker <brobecker@gnat.com>
617
618 * dwarf2read.c: Back out my previous change, it was incorrect.
619
72bf9492
DJ
6202004-04-16 Daniel Jacobowitz <drow@mvista.com>
621
622 * dwarf2read.c: Include "hashtab.h".
623 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
624 has_namespace_info.
625 (struct partial_die_info): Add comments. Use bitfields to reduce
626 memory footprint. Add scope, scope_set, has_specification,
627 spec_offset, die_parent, die_child, and die_sibling.
628 (peek_die_abbrev): Add prototype.
629 (partial_read_comp_unit_head): New function, broken out from
630 dwarf2_build_psymtabs_hard.
631 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
632 Use partial_read_comp_unit_head. Initialize the CU and
633 comp_unit_obstack. Update calls to read_partial_die and
634 scan_partial_symbols. Use free_stack_comp_unit and
635 load_partial_dies.
636 (scan_partial_symbols): Change PDI to a pointer. Use the child and
637 sibling pointers to walk partial DIEs. Call fixup_partial_die.
638 Update calls to helper functions. Remove NAMESPACE argument.
639 Update comments.
640 (partial_die_parent_scope, partial_die_full_name): New functions.
641 (add_partial_symbol): Remove namespace argument. Update call to
642 pdi_needs_namespace. Use partial_die_full_name. Handle
643 DW_TAG_namespace. Check has_namespace_info flag.
644 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
645 tag. Handle namespaces.
646 (add_partial_namespace, add_partial_enumeration): Simplify.
647 (guess_structure_name): New function, derived from
648 add_partial_structure.
649 (add_partial_structure): Remove.
650 (determine_class_name): Update comment.
651 (dwarf2_read_abbrevs): Set has_namespace_info flag.
652 (is_type_tag_for_partial, load_partial_dies): New functions.
653 (read_partial_die): Pass abbrev and abbrev_len as arguments.
654 Record specifications instead of following them immediately.
655 (find_partial_die_in_comp_unit, find_partial_die)
656 (fixup_partial_die, free_stack_comp_unit)
657 (hashtab_obstack_allocate, dummy_obstack_deallocate)
658 (partial_die_hash, partial_die_eq): New functions.
659 * Makefile.in (hashtab_h): Define.
660 (dwarf2read.o): Update dependencies.
661 (observer_inc, observer_h): Move to the correct section.
662
fdc860a3
JB
6632004-04-15 Joel Brobecker <brobecker@gnat.com>
664
665 * dwarf2read.c (dwarf2_attribute_true_p): New function.
666 (die_is_declaration): Use the function above. Add comment.
667
dc718098
JB
6682004-04-15 Joel Brobecker <brobecker@gnat.com>
669
670 * dwarf2read.c (read_structure_scope): Identify stub types
671 using die_is_declaration() only.
672
8718a420
RM
6732004-04-15 Roland McGrath <roland@redhat.com>
674
675 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
676 argument instead of NAME.
677 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
678 in call to symbol_file_add_with_addrs_or_offsets.
679 (build_addr_info): New function, helper for ...
680 (symbol_file_add_from_memory): New function.
681 (add_symbol_file_from_memory_command): New function using that.
682 (_initialize_symfile): Register it for add-symbol-file-from-memory.
683 (pre_add_symbol_hook): Add const to argument type.
684 * symfile.h (symbol_file_add_from_memory): Declare it.
685
8b910bab
MK
6862004-04-15 Mark Kettenis <kettenis@gnu.org>
687
9f076e7a
MK
688 * NEWS (New native configurations): Mention OpenBSD/vax.
689 * configure.host: Add vax-*-openbsd*.
690 * config/vax/obsd.mh: New file.
691 * config/vax/nm-obsd.h: New file.
692
8b910bab
MK
693 * vax-tdep.c: Include "regset.h".
694 (vax_supply_gregset): New function.
695 (vax_gregset): New variable.
696 (vax_regset_from_core_section): New function.
697 (vax_gdbarch_init): Set regset_from_core_section.
698 * Makefile.in (vax-tdep.o): Update dependencies.
699
7a464420
AC
7002004-04-15 Andrew Cagney <cagney@redhat.com>
701
702 * observer.c (normal_stop_subject, observer_notify_normal_stop)
703 (observer_normal_stop_notification_stub)
704 (observer_attach_normal_stop, observer_detach_normal_stop):
705 Delete, replaced by #include "observer.inc".
706 * infrun.c (normal_stop): Pass "stop_bpstat" to
707 observer_notify_normal_stop.
708 * Makefile.in (observer_inc): Define.
709 (observer.o): Update dependencies.
710 (observer.h, observer.inc): New rules.
711 * observer.h: Delete file.
712 * observer.sh: New file.
713
e36ad527
MK
7142004-04-15 Mark Kettenis <kettenis@gnu.org>
715
716 * vax-tdep.c (vax_frame_cache): Fix typo.
717
67b441e1
MK
7182004-04-14 Mark Kettenis <kettenis@gnu.org>
719
6f606e1c
MK
720 * NEWS (New native configurations): Mention NetBSD/vax.
721 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
722 * config/vax/nbsdelf.mh: New file.
723 * config/vax/nbsdaout.mh: New file.
724 * config/vax/nm-nbsd.h: New file.
725 * config/vax/nm-nbsdaout.h: New file.
726
9c5519a5
MK
727 * vaxnbsd-tdep.c: New file.
728 * Makefile.in (vaxnbsd-tdep.o): New dependency.
729 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
730 * config/vax/nbsd.mt: New file.
731 * config/vax/tm-nbsd.h: New file.
732
4844a614
MK
733 * Makefile.in (vaxbsd-nat.o): New dependency.
734
67b441e1
MK
735 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
736 * vax-tdep.c (vax_store_arguments): Remove struct_return and
737 struct_addr arguments. Don't push return value address.
738 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
739 arguments to vax_store_arguments. Store return value address in
740 R1.
741 (vax_store_struct_return, vax_extract_return_value)
742 (vax_store_return_value): Remove functions.
743 (vax_return_value): New function.
744 (vax_gdbarch_init): Set return value. Don't set
745 deprecated_store_struct_return, deprecated_extract_struct_return
746 and deprecated_store_return_value.
747
6672f2ae
AS
7482004-04-14 Andreas Schwab <schwab@suse.de>
749
750 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
751 value buffer.
752 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
753
7346c184
MK
7542004-04-14 Mark Kettenis <kettenis@gnu.org>
755
756 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
757 (vax_unwind_dummy_id): New functions.
758 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
759 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
760 variables.
761 (vax_fix_call_dummy): Remove function.
762 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
763 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
764 call_dummy_location, deprecated_call_dummy_words,
765 deprecated_sizeof_call_dummy_words,
766 deprecated_call_dummy_breakpoint_offset,
767 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
768 and deprecated_dummy_write_sp.
769
58e23df4
DC
7702004-04-13 David Carlton <carlton@kealia.com>
771
772 * MAINTAINERS: Move myself to "paper trail" section.
773
5e6b39ff
MK
7742004-04-12 Mark Kettenis <kettenis@gnu.org>
775
7def7fef
MK
776 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
777 "trad-frame.h".
778 (vax_frame_init_saved_regs): Remove function.
779 (vax_sigtramp_saved_pc): Remove function.
780 (vax_frame_saved_pc): Remove function.
781 (vax_frame_args_address): Remove function.
782 (vax_frame_num_args): Rewrite.
783 (vax_frame_chain): Remove function.
784 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
785 VAX_FP_REGNUM.
786 (vax_pop_frame): Likewise.
787 (vax_saved_pc_after_call): Remove function.
788 (struct vax_frame_cache): New structure.
789 (vax_frame_cache): New function.
790 (vax_frame_this_id): New function.
791 (vax_frame_prev_register): New function.
792 (vax_frame_unwind): New variable.
793 (vax_frame_sniffer): New function.
794 (vax_frame_base_address): New function.
795 (vax_frame_args_address): New function.
796 (vax_frame_base): New variable.
797 (vax_unwind_pc): New function.
798 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
799 deprecated_fp_regnum, deprecated_saved_pc_after_call,
800 deprecated_frame_chain, deprecated_frame_saved_pc,
801 deprecated_frame_args_address and
802 deprecated_frame_init_saved_regs.
803 * Makefile.in (vax-tdep.o): Update dependencies.
804
53284fc1
MK
805 * vaxbsd-nat.c: New file.
806
5e6b39ff
MK
807 * vax-tdep.h: Update copyright year. Adjust comments.
808 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
809 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
810 (vax_regnum): New enum. Replacing...
811 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
812 (VAX_PS_REGNUM): ... these removed macros.
813 * vax-tdep.c (vax_register_name): Remove prototype.
814 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
815 (vax_register_byte, vax_register_raw_size,
816 vax_register_virtual_size, vax_register_virtual_type): Remove
817 functions.
818 (vax_register_type): New function.
819 (vax_breakpoint_from_pc): Reorganize.
820 (vax_gdbarch_init): Set register_type. Don't set
821 deprecated_register_size, deprecated_register_bytes,
822 deprecated_register_byte, deprecated_register_raw_size,
823 deprecated_max_register_raw_size,
824 deprecated_register_virtual_size,
825 deprecated_max_register_virtual_size and
826 deprecated_register_virtual_type. Add comment on stack direction.
827
e9c71e9f
MK
8282004-04-11 Mark Kettenis <kettenis@gnu.org>
829
830 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
831 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 832 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 833
d46f1176 8342004-04-10 Randolph Chung <tausq@debian.org>
8718a420 835
d46f1176
RC
836 * MAINTAINERS (write after approval): Add myself.
837
a2a84a72
RC
8382004-04-07 Randolph Chung <tausq@debian.org>
839
840 * hppa-tdep.c (hppa_inner_than): Remove.
841 (is_pa_2): Remove unused static variable.
8718a420 842 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 843
e85c3284
PH
8442004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
845
846 * language.h (language_defn): Add new la_post_parser field.
847 * parser-defs.h (null_post_parser): New declaration (default for
848 la_post_parser).
8718a420 849
e85c3284
PH
850 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
851 insert call to that function.
852 (parse_exp_in_context): New function, including code formerly in
8718a420 853 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
854 prefixification.
855 (parse_expression_in_context): New exported function.
856 (null_post_parser): New definition.
857 * expression.h (parse_expression_in_context): Add declaration.
8718a420 858
e85c3284
PH
859 * p-lang.c (pascal_language_defn): Add trivial post-parser.
860 * c-lang.c (c_language_defn): Ditto.
861 (cplus_language_defn): Ditto.
862 (asm_language_defn): Ditto.
863 (minimal_language_defn): Ditto.
864 * f-lang.c (f_language_defn): Ditto.
865 * jv-lang.c (java_language_defn): Ditto.
866 * language.c (unknown_language_defn): Ditto.
867 (auto_language_defn): Ditto.
868 (local_language_defn): Ditto.
869 * m2-lang.c (m2_language_defn): Ditto.
870 * scm-lang.c (scm_language_defn): Ditto.
871 * obj-lang.c (objc_language_defn): Ditto.
8718a420 872
d9f8c85b
MK
8732004-04-10 Mark Kettenis <kettenis@gnu.org>
874
fa34704a
MK
875 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
876 (amd64nbsd_mcontext_addr): New function.
877 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
878 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
879 with amd64nbsd_r_reg_offset, instead of building it on the fly.
880
403e1656
MK
881 * corelow.c (core_xfer_partial): Fix coding standards violation.
882 Add support for TARGET_OBJECT_WCOOKIE.
883
a57e5a95
MK
884 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
885 deprecated_pc_in_sigtramp.
886 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
887 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
888 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
889 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
890 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
891 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
892 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
893
377d9ebd
MK
894 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
895 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
896 Fix typo.
897
f0ef85a5
MK
898 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
899 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
900 (amd64_collect_fxsave): Likewise.
901
d9f8c85b
MK
902 * i386-sol2-tdep.c: Include "gdb_string.h".
903 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
904 name.
905 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
906
75f501b5
MK
9072004-04-10 Mark Kettenis <kettenis@gnu.org>
908
909 * i386-sol2-tdep.c: Include "solib-svr4.h".
910 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
911 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
912 * config/i386/tm-i386sol2.h: Include :solib.h".
913 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
914 solib-svr4.o and solib-legacy.o.
915 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
916 solib-svr4.o.
917
b31bc724
MK
9182004-04-09 Mark Kettenis <kettenis@gnu.org>
919
18bbbd9e
MK
920 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
921 whether a register is supplied by PTRACE_GETFPREGS.
922 (store_inferior_registers): Likewise.
923 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
924 whether a register is supplied by PT_GETFPREGS.
925 (store_inferior_registers): Likewise.
926
3c30bf1b
MK
927 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
928 * config/i386/linux64.mt (TDEPFILES): Likewise.
929
a4194092
MK
930 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
931
911bc6ee
MK
932 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
933 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
934 the program counter is in the range specified by `struct
935 gdbarch_tdep'.
936 * amd64-linux-tdep.c: Include "symtab.h".
937 (amd64_linux_pc_in_sigtramp): Remove function.
938 (amd64_linux_sigtramp_p): New function.
939 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
940 deprecated_pc_in_sigtramp.
941 * amd64nbsd-tdep.c: Include "symtab.h".
942 (amd64nbsd_sigtramp_p): New function.
943 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
944 deprecated_pc_in_sigtramp.
945 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
946 few comments.
947 (amd64obsd_pc_in_sigtramp): Remove function.
948 (amd64obsd_sigtramp_p): New function.
949 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
950 deprecated_pc_in_sigtramp.
951 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
952 (i386bsd_pc_ins_sigtramp): Remove prototype.
953 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
954 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
955 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
956 the program counter is in the range specified by `struct
957 gdbarch_tdep'.
958 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
959 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
960 (i386_go32_pc_in_sigtramp): Remove function.
961 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
962 Initialize TDEP->sigtramp_p.
963 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
964 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
965 deprecated_pc_in_sigtramp.
966 * i386-linux-tdep.c: Adjust comments.
967 (i386_linux_pc_in_sigtramp): Remove function.
968 (i386_linux_sigtramp_p): New function.
969 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
970 deprecated_pc_in_sigtramp.
971 * i386-nto-tdep.c: Update copyright year.
972 (i386nto_pc_in_sigtramp): Remove function.
973 (i386nto_sigtramp_p): New function.
974 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
975 SP_REGNUM.
976 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
977 deprecated_pc_in_sigtramp.
978 * i386-sol2-tdep.c: Update copyright year.
979 (i386_sol2_pc_in_sigtramp): Remove function.
980 (i386_sol2_sigtramp_p): New function.
981 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
982 deprecated_pc_in_sigtramp.
983 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
984 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
985 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
986 deprecated_sigtramp_start and deprecated_sigtramp_end.
987 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
988 (i386nbsd_pc_in_sigtramp): Remove function.
989 (i386nbsd_sigtramp_p): New function.
990 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
991 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
992 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
993 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
994 (i386obsd_pc_in_sigtramp): Remove function.
995 (i386obsd_sigtramp_p): New function.
996 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
997 functions.
998 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
999 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
1000 TDEP->sigtramp_p.
1001 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
1002 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
1003 dependencies.
1004
e083e6ec
MK
1005 * config/i386/i386aout.mt: Remove file.
1006
bd153b94
MK
1007 * configure.tgt: Remove i[34567]86-*-go32*,
1008 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
1009 and i[34567]86-*-isc*. Set gdb_target to i386 for
1010 i[34567]86-*-netware* and i[34567]86-*-*.
1011 * config/i386/i386.mt: New file.
1012 * config/i386/embed.mt: Remove file.
1013 * config/i386/go32.mt: Remove file.
1014 * config/i386/i386nw.mt: Remove file.
1015 * config/i386/i386v.mt: Remove file.
1016 * config/i386/tm-go32.h: Remove file.
1017
4a1bcc8c
MK
1018 * tui/tui-hooks.c: Include "readline/readline.h" after
1019 "gdb_curses.h" instead of before.
1020 * tui/tui-io.c: Likewise.
1021
f9a79064
MK
1022 * tui/tui.c: Fix typo in comment.
1023
b31bc724
MK
1024 * sparc64-tdep.c (sparc_address_from_register): Remove function.
1025
f83f82bc
AC
10262004-04-08 Andrew Cagney <cagney@redhat.com>
1027
1028 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
1029 (deprecated_exception_support_initialized): Declare.
8718a420 1030 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
1031 (initialize_hp_cxx_exception_support)
1032 (child_enable_exception_callback): Update.
1033 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
1034 (deprecated_exception_support_initialized): Rename
1035 deprecated_exception_catchpoints_are_fragile and
1036 deprecated_exception_support_initialized.
1037 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
1038
1039 * symtab.c (deprecated_hp_som_som_object_present): Rename
1040 hp_som_som_object_present.
1041 * symtab.h (deprecated_hp_som_som_object_present): Declare.
1042 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
1043 Update. Delete extern declaration.
1044 * valops.c (hp_som_som_object_present): Ditto.
8718a420 1045 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
1046 (parse_nested_classes_for_hpacc): Ditto.
1047 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 1048 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
1049 (initialize_hp_cxx_exception_support): Ditto.
1050 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 1051 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 1052 (cp_print_class_method): Ditto.
8718a420 1053 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
1054 (c_type_print_base): Ditto.
1055 * c-exp.y (hp_som_som_object_present): Ditto.
1056
fb2be677
AC
10572004-04-08 Andrew Cagney <cagney@redhat.com>
1058
1059 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
1060 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
1061 (frame_unwind_find_by_frame): Re-implement the unwind code so
1062 that it can both prepend and append sniffers. Replace
1063 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
1064 * tramp-frame.c (tramp_frame_append): Use
1065 frame_unwind_prepend_unwinder.
1066 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
1067 frame_unwind_register_unwinder.
1068 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
1069 tramp_frame_append.
1070 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 1071 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
1072 (mips_linux_init_abi): Update.
1073
67faf007
KB
10742004-04-08 Kevin Buettner <kevinb@redhat.com>
1075
1076 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
1077 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
1078 file support.
1079
8973ff21
KB
10802004-04-07 Kevin Buettner <kevinb@redhat.com>
1081
1082 * ia64-tdep.c (elf.h): Don't include.
1083 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
1084
4a0e2f88
JM
10852004-04-07 Jason Molenda (jmolenda@apple.com)
1086
1087 * frame.h: Typeo corrections in comments.
1088
9872ad24
JB
10892004-04-07 Jim Blandy <jimb@redhat.com>
1090
1091 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
1092 %esp and %ebp
1093
70b216c8
MK
10942004-04-07 Mark Kettenis <kettenis@gnu.org>
1095
11d5789c
MK
1096 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
1097 * config/sparc/linux64.mt (TDEPFILES): Likewise.
1098 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1099 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1100 and solib-legacy.o.
1101 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
1102 solib-svr4.o.
1103 * config/sparc/tm-sol2.h: Update copyright year. Include
1104 "solib.h".
1105
70b216c8
MK
1106 * sparc-sol2-tdep.c: Update copyright year. Include
1107 "solib-svr4.h".
1108 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
1109 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
1110 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 1111 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
1112 dependencies.
1113
6339dc9e
AC
11142004-04-06 Andrew Cagney <cagney@redhat.com>
1115
1116 * infttrace.c: Include "infttrace.h".
1117 * infttrace.h: Include "target.h".
1118 * Makefile.in (infttrace_h): Update.
1119 (infttrace.o): Update.
8718a420 1120
93449403
AC
11212004-04-06 Andrew Cagney <cagney@redhat.com>
1122
6d518969
AC
1123 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
1124 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
1125 move extern declarations from here ...
1126 * infttrace.h: ... to here.
1127 * Makefile.in (hppah-nat.o): Update dependencies.
1128
85f4f2d8
AC
1129 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
1130 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 1131 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
1132 (hppa_breakpoint_from_pc): Delete.
1133
93449403
AC
1134 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
1135
71456ec6
AC
11362004-04-05 Andrew Cagney <cagney@redhat.com>
1137
1138 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
1139 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
1140 <sys/file.h>.
8718a420 1141
4c02c60c
AC
11422004-04-06 Randolph Chung <tausq@debian.org>
1143
1144 Committed by Andrew Cagney (mechanical change).
1145 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
1146 exception_catchpoints_are_fragile, find_stub_with_shl_get,
1147 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
1148 child_enable_exception_callback, current_ex_event,
1149 null_symtab_and_line, child_get_current_exception_event,
1150 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
1151 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
1152 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
1153 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
1154 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
1155 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
1156 Move hpux-specific definitions ...
1157 * hppa-hpux-tdep.c: ... to here.
1158
3a515653
AC
11592004-04-05 Andrew Cagney <cagney@redhat.com>
1160
1161 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
1162 skip_prologue_using_sal.
1163
c1730d02
AC
11642004-04-05 Andrew Cagney <cagney@redhat.com>
1165
1166 * config/i386/tm-i386.h: Delete file.
1167 * config/i386/tm-vxworks.h: Update copyright, do not include
1168 "tm-i386.h".
1169 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
1170 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
1171 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
1172 * config/i386/ncr3000.mt (TM_FILE): Delete.
1173 * config/i386/interix.mt (TM_FILE): Delete.
1174 * config/i386/i386v.mt (TM_FILE): Delete.
1175 * config/i386/i386nw.mt (TM_FILE): Delete.
1176 * config/i386/i386gnu.mt (TM_FILE): Delete.
1177 * config/i386/i386aout.mt (TM_FILE): Delete.
1178 * config/i386/embed.mt (TM_FILE): Delete.
1179
8b67aa36
KB
11802004-04-05 Kevin Buettner <kevinb@redhat.com>
1181
1182 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
1183 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
1184 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
1185 (accg7_regnum): New constants.
1186 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
1187 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
1188 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
1189 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
1190 for accg registers.
1191 (frv_register_sim_regno): Update spr_map[].
1192
3c7012f5
AC
11932004-04-04 Andrew Cagney <cagney@redhat.com>
1194
1195 * config/mips/xm-riscos.h: Delete.
1196 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
1197 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
1198 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
1199 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
1200 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
1201 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
1202 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
1203 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
1204 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
1205 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
1206 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
1207 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
1208 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
1209 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
1210 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
1211 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
1212 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
1213 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
1214 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
1215 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
1216 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
1217 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
1218 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
1219 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
1220 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
1221 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 1222
3c7012f5
AC
1223 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
1224 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
1225 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
1226 * configure.host: Remove m680[01]0-sun-sunos3*,
1227 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
1228 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
1229 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
1230 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
1231 mips-*-riscos*.
1232 * NEWS: Mention removed systems.
1233
99d16a21
AC
12342004-04-04 Andrew Cagney <cagney@redhat.com>
1235
1236 GDB 6.1 release created from 6.1 branch.
1237
6cdf9d98
AC
12382004-04-04 Andrew Cagney <cagney@redhat.com>
1239
98d346c3
AC
1240 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
1241 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1242 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
1243
6cdf9d98
AC
1244 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
1245 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
1246 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
1247
859a326d
JB
12482004-04-03 Jim Blandy <jimb@redhat.com>
1249
1250 * MAINTAINERS: Chris Faylor has changed employers; add him to
1251 "paper trail" section, and update his E-mail address.
1252
b87178c3
AC
12532004-04-03 Andrew Cagney <cagney@redhat.com>
1254
4ea2acf0
AC
1255 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
1256 generic dummy frames.
1257 * dummy-frame.c: Update copyright.
1258 (dummy_frame_sniffer): Delete check for generic dummy frames.
1259
d0bd2d18 1260 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 1261 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
1262 (REG_PARM_STACK_SPACE): Delete.
1263 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
1264 Inline reference to REG_PARM_STACK_SPACE.
1265
b87178c3
AC
1266 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
1267 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1268 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
1269 (FRAME_BASE_BEFORE_SIGTRAMP)
1270 (hppa32_hpux_frame_base_before_sigtramp)
1271 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
1272 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
1273 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
1274 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
1275 (FRAME_BASE_BEFORE_SIGTRAMP)
1276 (hppa64_hpux_frame_base_before_sigtramp)
1277 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
1278
43e2e1a0
AC
12792004-04-03 Andrew Cagney <cagney@redhat.com>
1280
1281 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
1282
ddc135a4
AC
12832004-04-02 Andrew Cagney <cagney@redhat.com>
1284
1285 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
1286 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
1287 * dummy-frame.h: Delete out-of-date comments.
1288 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
1289 * gdbarch.h, gdbarch.c: Re-generate.
1290
d15bfd3a 12912004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 1292
d15bfd3a
AC
1293 Committed by Andrew Cagney <cagney@redhat.com>.
1294 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
1295 into account an instruction saving a register if we have already
1296 seen an earlier instruction saving that same register.
1297
f04ceafa
AC
12982004-04-02 Andrew Cagney <cagney@redhat.com>
1299
08be3abd
AC
1300 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
1301 * gdbarch.h, gdbarch.c: Re-generate.
1302 * frame.c (legacy_get_prev_frame): Delete references to
1303 DEPRECATED_INIT_FRAME_PC_FIRST.
1304
f04ceafa
AC
1305 * infrun.c (pc_in_sigtramp): Delete function.
1306 (check_sigtramp2): Inline call to pc_in_sigtramp, use
1307 get_frame_type.
1308
08e69816
AC
13092004-04-02 Andrew Cagney <cagney@redhat.com>
1310
1311 * infrun.c (handle_step_into_function): Delete code conditional on
1312 legacy_frame_p.
1313 (handle_inferior_event, step_over_function): Ditto.
1314
adb54772
AC
13152004-04-02 Andrew Cagney <cagney@redhat.com>
1316
1317 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
1318 "previous frame inner to this frame" test.
1319
304396fb
AC
13202004-04-02 Andrew Cagney <cagney@redhat.com>
1321
1322 * frame.c (safe_frame_unwind_memory): New function.
1323 * frame.h (safe_frame_unwind_memory): Declare. Update description
1324 of /safe_/ methods.
1325 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
1326 "next_frame". Use safe_frame_unwind_memory.
1327 (tramp_frame_sniffer): Update call to tramp_frame_start.
1328
6502dd73
DJ
13292004-04-01 Daniel Jacobowitz <drow@mvista.com>
1330
1331 * dwarf2read.c (dwarf2_objfile_data_key): New.
1332 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
1333 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
1334 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
1335 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
1336 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
1337 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
1338 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
1339 Remove variables.
1340 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
1341 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
1342 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
1343 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
1344 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
1345 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
1346 Remove macros.
1347 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
1348 data.
1349 (dwarf2_locate_sections, dwarf2_build_psymtabs)
1350 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
1351 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
1352 (read_partial_die, read_full_die, read_indirect_string)
1353 (dwarf_decode_line_header, dwarf_decode_macros)
1354 (dwarf2_symbol_mark_computed): Remove use of removed macros.
1355 Update uses of removed variables.
1356 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
1357 of removed macros.
1358 (_initialize_dwarf2_read): New function.
1359 * symfile.h (dwarf2_has_info): Update prototype.
1360 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
1361 * elfread.c (elf_symfile_read): Likewise.
1362
408752b0
JB
13632004-04-01 Jim Blandy <jimb@redhat.com>
1364
9f744501
JB
1365 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
1366 function for register numbers on all the rs6000-derived targets.
1367 (rs6000_gdbarch_init): Don't register a separate
1368 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
1369 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
1370 variants.
1371
408752b0
JB
1372 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
1373 numbering.
1374
2de41bce
PH
13752004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1376
1377 * valarith.c: Update copyright notice.
1378 (value_add): Handle range types.
1379 (value_sub): Ditto.
1380 (value_equal): Ditto.
1381 (value_less): Ditto.
1382 (value_neg): Ditto.
1383 (value_complement): Ditto.
8718a420 1384 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 1385 eliminiating unnecessary COERCE_ENUMs.
8718a420 1386
5613d8d3
AC
13872004-03-31 Andrew Cagney <cagney@redhat.com>
1388
1389 * frame.h (frame_unwind_id): Declare.
1390 * frame.c (frame_unwind_id): New function.
1391 (get_prev_frame_1): New function.
1392 (frame_debug_got_null_frame): New function.
1393 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
1394 code proper to prev_frame, update description.
1395 * infrun.c (step_over_function): Use frame_unwind_id.
1396
c4557624
JB
13972004-04-31 J. Brobecker <brobecker@gnat.com>
1398
1399 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
1400 (hppa64_push_dummy_call): Likewise.
1401
3e6bb910
JB
14022004-03-30 Jim Blandy <jimb@redhat.com>
1403
1404 From Ulrich Weigand:
1405 * utils.c (query): Do not use a va_list variable multiple times.
1406
a2f23071
DJ
14072004-03-29 Daniel Jacobowitz <drow@mvista.com>
1408
1409 * Makefile.in (linux_nat_h): Update dependencies.
1410 * configure.in: Check for <gnu/libc-version.h>.
1411 * configure: Regenerate.
1412 * config.in: Regenerate.
1413 * linux-nat.h: Include "target.h". Add waitstatus field to
1414 struct lwp_info.
1415 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
1416 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
1417 to.
1418 (lin_lwp_handle_extended): New function. Handle clone events.
1419 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
1420 thread exit events.
1421 (child_wait): Handle clone events.
1422 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
1423 * linux-nat.c (linux_enable_event_reporting): Turn on
1424 PTRACE_O_TRACECLONE.
1425 (linux_handle_extended_wait): Handle clone events.
1426 * thread-db.c: Include <gnu/libc-version.h>.
1427 (struct private_thread_info): Add dying flag.
1428 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
1429 higher.
1430 (attach_thread): Update comments. Handle dying threads.
1431 (detach_thread): Set the dying flag.
1432 (check_event): Always call attach_thread.
1433
8d5f9dcb
DJ
14342004-03-29 Daniel Jacobowitz <drow@mvista.com>
1435
1436 * mips-tdep.c (mips_pdr_data): New.
1437 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
1438 (_initialize_mips_tdep): Initialize mips_pdr_data.
1439
66337bb1
CV
14402004-03-29 Corinna Vinschen <vinschen@redhat.com>
1441
1442 * minsyms.c (install_minimal_symbols): Move dropping leading
1443 char from linkage name from here...
1444 (prim_record_minimal_symbol_and_info): ...to here. Simplify
1445 test for "__gnu_compiled*" symbols.
1446
e802b915
JB
14472004-03-28 Jim Blandy <jimb@redhat.com>
1448
1449 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
1450 registers to temp register r0 and byte stores as prologue
1451 instructions.
1452
72b56458
AC
14532004-03-28 Andrew Cagney <cagney@redhat.com>
1454
1455 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
1456 arm*-*-*.
1457
0bfbda3b
SC
14582004-03-28 Stephane Carrez <stcarrez@nerim.fr>
1459
1460 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
1461 and switch the layout to force a display of register window.
1462
5a7225ed
JB
14632004-02-26 J. Brobecker <brobecker@gnat.com>
1464
1465 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
1466 of the INTEGER class.
1467
81a07a45
JB
14682004-03-26 Jim Blandy <jimb@redhat.com>
1469
1470 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
1471 bytes long on PPC GNU/Linux.
1472
8c691c7a
DC
14732004-03-26 David Carlton <carlton@kealia.com>
1474
1475 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
1476
103a0089
AC
14772004-03-25 Andrew Cagney <cagney@redhat.com>
1478
1479 * PROBLEMS: Add general section titles, remove references to
1480 specific releases.
1481
7a5ea0d4
DJ
14822004-03-25 Daniel Jacobowitz <drow@mvista.com>
1483
1484 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
1485 INT_REGISTER_SIZE.
1486 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
1487 FP_REGISTER_VIRTUAL_SIZE.
1488 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
1489 of DEPRECATED_REGISTER_RAW_SIZE.
1490 (arm_register_type): Add gdbarch argument.
1491 (arm_register_raw_size, arm_register_virtual_size): Delete.
1492 (arm_register_byte, arm_extract_return_value)
1493 (arm_store_return_value, arm_get_longjmp_target): Update references
1494 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
1495 (arm_gdbarch_init): Likewise. Don't set
1496 deprecated_register_raw_size, deprecated_register_virtual_size,
1497 deprecated_max_register_raw_size,
1498 deprecated_max_register_virtual_size, or
1499 deprecated_max_register_virtual_type. Do set register_type.
1500 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
1501 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
1502 (FP_REGISTER_VIRTUAL_SIZE): Delete.
1503 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
1504 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
1505 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
1506 INT_REGISTER_SIZE.
1507 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
1508 (remote_rdp_store_register): Likewise.
1509
5792a79b
DJ
15102004-03-24 Daniel Jacobowitz <drow@mvista.com>
1511
1512 * Makefile.in (mips-linux-tdep.o): Update dependencies.
1513 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
1514 to after osabi initialization.
1515 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
1516 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
1517 functions.
1518 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
1519 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
1520 variables.
1521 (mips_linux_init_abi): Append signal trampoline unwinders.
1522
1196bfda
AC
15232004-03-24 Andrew Cagney <cagney@redhat.com>
1524
1525 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
1526 * tramp-frame.c: Include "gdb_assert.h".
1527 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
1528 correct sizeof.
1529 (tramp_frame_append): Validate the tramp frame's instructions.
1530 * Makefile.in (tramp-frame.o): Update dependencies.
1531
4be282b4
AC
15322004-03-23 Andrew Cagney <cagney@redhat.com>
1533
1534 * trad-frame.h (trad_frame_set_reg_addr): Declare.
1535
69aec09b
AC
15362004-03-23 Andrew Cagney <cagney@redhat.com>
1537
1538 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
1539 Nasser as past testsuite/lib/ (and other) maintainers.
1540
63ed89b4
DJ
15412004-03-23 Daniel Jacobowitz <drow@mvista.com>
1542
1543 * infcmd.c (attach_command): Reread symbols if we already have
1544 an exec file.
1545
f3b36427
AC
15462004-03-23 Andrew Cagney <cagney@redhat.com>
1547
1548 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
1549
aa2a3f87
AC
15502004-03-23 Andrew Cagney <cagney@redhat.com>
1551
1552 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
1553 * gdbarch.h, gdbarch.c: Re-generate.
1554 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1555 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1556 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 1557 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 1558 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 1559 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
1560 (DEPRECATED_SIGTRAMP_START): Update.
1561 * blockframe.c (find_pc_sect_partial_function): Update.
1562 * arch-utils.c (legacy_pc_in_sigtramp): Update.
1563
00cac895
DJ
15642004-03-23 Daniel Jacobowitz <drow@mvista.com>
1565
1566 * remote.c (remote_open_1): Reopen the exec file and reread symbols
1567 if necessary.
1568
f561f026
AC
15692004-03-23 Andrew Cagney <cagney@redhat.com>
1570
1571 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
1572 predicate, deprecate.
1573 * gdbarch.h, gdbarch.c: Re-generate.
1574 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
1575 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
1576 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
1577 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
1578 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
1579 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
1580 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
1581 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
1582 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
1583 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
1584 * blockframe.c (find_pc_partial_function): Update.
1585 * breakpoint.c (bpstat_what): Update.
1586 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
1587 * frv-linux-tdep.c (frv_linux_init_abi): Update.
1588 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
1589 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
1590 * i386-interix-tdep.c (i386_interix_init_abi): Update.
1591 * i386-linux-tdep.c (i386_linux_init_abi): Update.
1592 * i386-nto-tdep.c (i386nto_init_abi): Update.
1593 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
1594 * i386-tdep.c (i386_sigtramp_frame_sniffer)
1595 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
1596 * i386bsd-tdep.c (i386bsd_init_abi): Update.
1597 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
1598 * i386obsd-tdep.c (i386obsd_init_abi): Update.
1599 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
1600 * infrun.c (pc_in_sigtramp): Update.
1601 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
1602 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
1603 * mips-tdep.c (mips_gdbarch_init): Update.
1604 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
1605 * ppc-linux-tdep.c: Update comment.
1606 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
1607 * shnbsd-tdep.c (shnbsd_init_abi): Update.
1608 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
1609 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
1610 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
1611 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
1612 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
1613 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
1614 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
1615 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 1616
8050c72f
AC
16172004-03-23 Andrew Cagney <cagney@redhat.com>
1618
d2259dd3
AC
1619 * tramp-frame.h, tramp-frame.h: New files.
1620 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
1621 Update rules to include "tramp-frame.h" and "tramp-frame.c".
1622
8050c72f
AC
1623 * Makefile.in: Update all dependencies.
1624
0db9b4b7
AC
16252004-03-23 Andrew Cagney <cagney@redhat.com>
1626
1627 * Makefile.in (trad_frame_h): Add $(frame_h).
1628 * trad-frame.h: Update copyright. Include "frame.h".
1629 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
1630 (trad_frame_set_id, trad_frame_get_id): Declare.
1631 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
1632 * trad-frame.c: Update copyright.
1633 (struct trad_frame_cache): Define.
1634 (trad_frame_cache_zalloc): New function.
1635 (trad_frame_set_id, trad_frame_get_id): New functions.
1636 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 1637
8e645ae7
AC
16382004-03-22 Andrew Cagney <cagney@redhat.com>
1639
1640 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
1641 s390_pltstub_unwind_cache.
1642 (s390_stub_frame_unwind_cache): Rename
1643 s390_pltstub_frame_unwind_cache.
1644 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
1645 (s390_stub_frame_prev_register): Rename
1646 s390_pltstub_frame_prev_register.
1647 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
1648 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
1649
1650 From Ulrich Weigand:
1651 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
1652 pointer calls like PLT calls.
1653
34fcf120
DJ
16542004-03-22 Daniel Jacobowitz <drow@mvista.com>
1655
1656 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
1657 PC rather than the partial function start address. Use the start
1658 address to sanity check the found PDR.
1659
5b917078
DJ
16602004-03-22 Daniel Jacobowitz <drow@mvista.com>
1661
1662 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
1663 linux_handle_extended_wait.
1664
8adf9e78
AC
16652004-03-22 Andrew Cagney <cagney@redhat.com>
1666
c3122434
AC
1667 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
1668 function.
1669
8adf9e78
AC
1670 * frame.h (generic_pop_current_frame): Delete declaration.
1671 (deprecate_pop_dummy_frame): Deprecate
1672 generic_pop_dummy_frame.
1673 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
1674 (generic_pop_current_frame): Delete function.
1675 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
1676 generic_pop_current_frame.
1677 * v850-tdep.c (v850_pop_frame): Update.
1678 * mcore-tdep.c (mcore_pop_frame): Update.
1679 * sh64-tdep.c (sh64_pop_frame): Update.
1680 * h8300-tdep.c (h8300_pop_frame): Update.
1681
90ba813f
AC
16822004-03-22 Andrew Cagney <cagney@redhat.com>
1683
1684 * frame.h (deprecated_pc_in_call_dummy): Rename
1685 generic_pc_in_call_dummy.
1686 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
1687 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
1688 generic_pc_in_call_dummy.
1689 (pc_in_dummy_frame): Make static.
1690 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
1691 * gdbarch.h, gdbarch.c: Re-generate.
1692 * dummy-frame.c (dummy_frame_sniffer): Simplify.
1693 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
1694 (legacy_get_prev_frame): Ditto.
1695 * inferior.h: Delete reference to generic_pc_in_call_dummy in
1696 comment.
8718a420 1697
ca4bb888
AC
16982004-03-21 Andrew Cagney <cagney@redhat.com>
1699
244675f9
AC
1700 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
1701 declaration and out-of-date comment.
1702 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
1703 Delete function.
1704 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1705 deprecated_pc_in_call_dummy.
1706
ca4bb888
AC
1707 * infrun.c (handle_inferior_event): For non legacy frames, use the
1708 frame ID and frame type to identify a signal trampoline. Update
1709 comments.
1710
1777c7b4
NW
17112004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
1712
1713 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
1714 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1715
82417da5
AC
17162004-03-21 Andrew Cagney <cagney@redhat.com>
1717
1718 * frame-unwind.h: Update copyright.
1719 (struct frame_data): Add opaque declaration.
1720 (frame_sniffer_ftype): Declare.
1721 (struct frame_unwind): Add "unwind_data" and "sniffer".
1722 (frame_unwind_register_unwinder): Declare.
1723 (frame_unwind_find_by_frame): Add parameter "this_cache".
1724 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
1725 (legacy_get_prev_frame, legacy_get_prev_frame)
1726 (get_frame_type): Pass the prologue_cache to
1727 frame_unwind_find_by_frame.
1728 * frame-unwind.c (struct frame_unwind_table_entry): Add field
1729 "unwinder".
1730 (frame_unwind_register_unwinder): New function.
1731 (frame_unwind_find_by_frame): Handle an unwind sniffer.
1732
b2ba182e
PH
17332004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
1734
1735 * bcache.c (print_percentage): Use floating point to avoid
1736 incorrect results when portion*100 overflows.
1737
81332287
KB
17382004-03-19 Kevin Buettner <kevinb@redhat.com>
1739
1740 * ppc_tdep.h (ppc_linux_frame_saved_pc)
1741 (ppc_linux_init_extra_frame_info)
1742 (ppc_linux_frameless_function_invocation)
1743 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
1744 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
1745 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
1746 (rs6000_frame_chain): Delete declarations.
1747 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
1748 (ppc_linux_init_extra_frame_info)
1749 (ppc_linux_frameless_function_invocation)
1750 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
1751 (ppc_linux_init_abi): Remove registration of above deleted functions.
1752 * rs6000-tdep.c (rs6000_init_extra_frame_info)
1753 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
1754 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
1755 (rs6000_pop_frame, rs6000_frameless_function_invocation)
1756 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
1757 (rs6000_gdbarch_init): Remove registration of above deleted functions.
1758 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
1759 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
1760 frame management for all OSABIs.
1761
61a65099
KB
17622004-03-19 Andrew Cagney <cagney@redhat.com>
1763
1764 Committed by Kevin Buettner <kevinb@redhat.com>.
1765
1766 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
1767 Update copyright.
1768 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
1769 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1770 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1771 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
1772 unwinders. #ifdef legacy frame code.
1773 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
1774 "frame-base.h".
1775 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
1776 (struct rs6000_frame_cache, rs6000_frame_cache)
1777 (rs6000_frame_this_id, rs6000_frame_prev_register)
1778 (rs6000_frame_sniffer, rs6000_frame_unwind)
1779 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
1780 (rs6000_frame_base): Implement a traditional frame unwinder.
1781 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
1782 frame unwinder.
1783
88f7da05
KB
17842004-03-19 Kevin Buettner <kevinb@redhat.com>
1785
1786 * breakpoint.c (adjust_breakpoint_address): Don't adjust
1787 breakpoint address for watchpoints or the catch eventpoints.
1788 Add new paramter ``bptype''. Adjust all callers.
1789
f826dce1
AC
17902004-03-19 Andrew Cagney <cagney@redhat.com>
1791
33cb8b0f
AC
1792 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
1793
f826dce1
AC
1794 * PROBLEMS: Delete note that ARM does not use frame code, problem
1795 fixed.
1796
43b1ab88
AC
17972004-03-18 Andrew Cagney <cagney@redhat.com>
1798
292ab034
AC
1799 * stack.c (return_command): Delete code wrapped in #ifdef
1800 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
1801
43b1ab88
AC
1802 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
1803
dbfe4626
AC
18042004-03-18 Andrew Cagney <cagney@redhat.com>
1805
1806 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
1807 DEPRECATED_IN_SIGTRAMP.
1808 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1809 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
1810 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1811 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1812 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1813 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1814 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1815 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
1816 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
1817 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
1818
0cad6aec
AC
18192004-03-18 Andrew Cagney <cagney@redhat.com>
1820
1821 * frame-base.c: Update copyright. Include "gdb_obstack.h".
1822 (struct frame_base_table_entry): Define.
1823 (struct frame_base_table): Re-implement as a linked list.
1824 (frame_base_init): Re-implement.
1825 (frame_base_table): Delete function.
1826 (append_predicate): Delete function.
1827 (frame_base_append_sniffer): Update.
1828 (frame_base_set_default): Update.
1829 (frame_base_find_by_frame): Update.
1830 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
1831 * Makefile.in (frame-base.o): Update dependencies.
1832
9982c2e7
AC
18332004-03-17 Andrew Cagney <cagney@redhat.com>
1834
1835 * frame.c (legacy_get_prev_frame): Pass correct frame to
1836 frame_unwind_find_by_frame.
1837
8dfe8985
DC
18382004-03-17 David Carlton <carlton@kealia.com>
1839
1840 * NEWS: Mention C++ nested types and namespaces
1841
ed47347a
MC
18422004-03-16 Michael Chastain <mec.gnu@mindspring.com>
1843
1844 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
1845 and "Regressions since gdb 5.3.". Add known regressions since
1846 gdb 6.0.
1847
90aeadfc
DC
18482004-03-16 David Carlton <carlton@kealia.com>
1849
1850 * dwarf2read.c (process_structure_scope): Process children even
1851 when we're a declaration.
1852
73912b9b
AC
18532004-03-16 Andrew Cagney <cagney@redhat.com>
1854
1855 * symtab.h (find_pc_sect_partial_function): Delete declaration.
1856 * blockframe.c (find_pc_partial_function)
1857 (find_pc_sect_partial_function): Merge into a single
1858 find_pc_partial_function.
1859
283accbc
MK
18602004-03-16 Mark Kettenis <kettenis@gnu.org>
1861
1862 * i386bsd-nat.c: s/regno/regnum/g.
1863 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
1864 FP0_REGNUM.
1865 (store_inferior_registers): Likewise.
1866
f5b1afdf
MK
18672004-03-16 Mark Kettenis <kettenis@gnu.org>
1868
1869 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
1870 of i387_fill_fsave.
1871 (store_inferior_registers): Call i387_collect_fsave and
1872 i387_collect_fxsave instead of i387_fill_fsave and
1873 i387_fill_fxsave.
1874
41fe5eb3
AC
18752004-03-15 Andrew Cagney <cagney@redhat.com>
1876
1877 * Makefile.in (frame-unwind.o): Update dependencies.
1878 * frame-unwind.c: Include "gdb_obstack.h".
1879 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
1880 parameter.
1881 (append_predicate): Delete function.
1882 (struct frame_unwind_table_entry): New structure.
1883 (struct frame_unwind_table): Replace "sniffer" with "head" and
1884 "tail".
1885 (frame_unwind_append_sniffer): Update.
1886 (frame_unwind_find_by_frame): Update.
1887 (_initialize_frame_unwind): Registe frame_unwind_init using
1888 gdbarch_data_register_pre_init.
1889
3f63813d
MK
18902004-03-15 Mark Kettenis <kettenis@gnu.org>
1891
1892 * i386bsd-nat.c: Update copyright year.
1893 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
1894 define unconditionally.
1895
3248c325 18962004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
1897
1898 * i387-tdep.h (i387_collect_fsave): New prototype.
1899 * i387-tdep.c (i387_collect_fsave): New function containing most
1900 of the code from i387_fill_fsave.
3248c325 1901 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 1902
871fbe6a
MK
19032004-03-15 Mark Kettenis <kettenis@gnu.org>
1904
1905 * i386-linux-tdep.c: Update copyright year.
1906 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
1907 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
1908 svr4_ilp32_link_map_offsets instead of
1909 i386_linux_svr4_fetch_link_map_offsets.
1910
8176b9b8
DC
19112004-03-15 David Carlton <carlton@kealia.com>
1912
1913 Fix for PR c++/1553:
1914 * dwarf2read.c (read_structure_type): Determine type name by
1915 calling determine_class_name.
1916 (determine_class_name): New.
1917 (determine_prefix): Look at TYPE_TAG_NAME and call
1918 determine_class_name when appropriate.
1919 (determine_prefix_aux, class_name): Delete.
9d58e29d 1920 (read_namespace): Set die->type.
8176b9b8 1921
fe8bf7d7
KB
19222004-03-15 Kevin Buettner <kevinb@redhat.com>
1923
1924 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
1925 unused macro definition. The definition in target.h (or perhaps
1926 elsewhere) takes precedence.
1927
ed6edd9b
AC
19282004-03-15 Andrew Cagney <cagney@redhat.com>
1929
f9be684a
AC
1930 * ppc-tdep.h: Update copyright.
1931 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
1932 function signatures to match "regsets.h".
1933 * ppc-linux-tdep.c: Include "regset.h".
1934 (ELF_GREGSET_SIZE): Delete.
1935 (right_supply_register): New function.
1936 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
1937 using right_supply_register.
1938 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
1939 functions.
1940 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
1941 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
1942 (_initialize_ppc_linux_tdep): Do not register
1943 ppc_linux_regset_core_fns.
1944 (ppc_linux_regset_from_core_section): Replace
1945 fetch_core_registers.
1946 (ppc_linux_regset_core_fns): Delete.
1947 * ppc-linux-nat.c: (right_fill_reg): New function.
1948 (supply_gregset): Update call to ppc_linux_supply_gregset.
1949 (fill_gregset): Clear the register set, use right_fill_reg.
1950 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
1951 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
1952
ed6edd9b
AC
1953 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
1954 unsigned.
1955
030f20e1
AC
19562004-03-15 Andrew Cagney <cagney@redhat.com>
1957
1958 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
1959 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
1960 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
1961 and register_gdbarch_data.
1962 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
1963 (struct gdbarch_data): Replace "init" by "pre_init" and
1964 "post_init".
1965 * gdbarch.h, gdbarch.c: Re-generate.
1966 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
1967 with"obstack", use OBSTACK_ZALLOC.
1968 (dwarf2_frame_ops): Delete.
1969 (dwarf2_frame_set_init_reg): Use gdbarch_data.
1970 (dwarf2_frame_init_reg): Use gdbarch_data.
1971 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 1972 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
1973 (_initialize_svr4_solib): Update.
1974 * user-regs.c (_initialize_user_regs): Update.
1975 * reggroups.c (_initialize_reggroup): Update.
1976 * regcache.c (_initialize_regcache): Update.
1977 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
1978 * libunwind-frame.c (_initialize_libunwind_frame): Update.
1979 * gnu-v3-abi.c (init_gnuv3_ops): Update.
1980 * frame-unwind.c (_initialize_frame_unwind): Update.
1981 * frame-base.c (_initialize_frame_base): Update.
1982 * user-regs.c (user_reg_add): Update.
1983 * reggroups.c (reggroup_add): Update.
1984 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
1985 * libunwind-frame.c (libunwind_frame_set_descr): Update.
1986 * frame-unwind.c (frame_unwind_append_sniffer): Update.
1987 * frame-base.c (frame_base_table): Update.
1988 * remote.c (_initialize_remote): Update.
1989 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 1990
3111a3fc
AC
19912004-03-15 Andrew Cagney <cagney@redhat.com>
1992
1993 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
1994
5ecb7103
KB
19952004-03-15 Kevin Buettner <kevinb@redhat.com>
1996
1997 * Makefile.in (frv-linux-tdep.o): Add dependencies.
1998 * frv-linux-tdep.c: New file.
1999 * frv-tdep.c (struct gdbarch_tdep): Add new field
2000 ``sigcontext_reg_addr''.
2001 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
2002 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
2003 (frv_sigramp_frame_sniffer): New functions.
2004 (frv_sigtramp_frame_unwind): New static global.
2005 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
2006 sniffers.
2007 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
2008 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
2009
1ccda5e9
KB
20102004-03-15 Kevin Buettner <kevinb@redhat.com>
2011
2012 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
2013 but not via a call to error(), when unable to read memory.
2014
b375a0a5
KB
20152004-03-15 Kevin Buettner <kevinb@redhat.com>
2016
2017 * frv-tdep.c (frv_call_dummy_words): Delete.
2018 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
2019
4fdf6121
AC
20202004-03-15 Andrew Cagney <cagney@redhat.com>
2021
2022 * infrun.c (handle_step_into_function, step_over_function): Only
2023 update and use STEP_FRAME_ID when the system is using legacy
2024 frames. Update comments.
2025
34021503
MK
20262004-03-14 Mark Kettenis <kettenis@gnu.org>
2027
187e21d1
MK
2028 * amd64-linux-tdep.h: Remove file.
2029 * amd64-linux-tdep.c: Don't include "inferior.h" and
2030 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
2031 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
2032 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
2033 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
2034 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
2035 macros.
2036 (user_to_gdb_regmap): Remove variable.
2037 (amd64_linux_gregset_reg_offset): New variable.
2038 (amd64_core_fns): Remove variable.
2039 (fetch_core_registers): Remove function.
2040 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
2041 functions.
2042 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
2043 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
2044 * Makefile.in (amd64_linux_tdep_h): Remove.
2045 (amd64-linux-nat.o): Update dependencies.
2046 (amd64-linux-tdep.o): Update dependencies.
2047
99679982
MK
2048 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2049 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
2050 functions.
2051 (fetch_inferior_registers, store_inferior_registers): Rewrite.
2052
34021503
MK
2053 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
2054 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
2055
134d01f1
DJ
20562004-03-14 Daniel Jacobowitz <drow@mvista.com>
2057
2058 * dwarf2read.c (read_structure_type): Rename from
8718a420 2059 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
2060 Return immediately if die->type is set. Call read_type_die before
2061 dwarf2_add_member_fn.
2062 (process_structure_scope): New function.
2063 (read_enumeration_type, process_enumeration_scope): New functions,
2064 broken out from read_enumeration. Don't create the enumeration
2065 type if it has already been created.
2066 (read_enumeration): Removed.
2067 (process_die): Call read_structure_type, process_structure_scope,
2068 read_enumeration_type, and process_enumeration_scope. Just call
2069 new_symbol for base and subrange types. Add a comment about other
2070 type dies.
2071 (read_type_die): Call read_enumeration_type.
2072 (add_partial_structure, new_symbol): Update comments.
2073
65760afb
SC
20742004-03-13 Stephane Carrez <stcarrez@nerim.fr>
2075
2076 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
2077
10f59415
SC
20782004-03-13 Stephane Carrez <stcarrez@nerim.fr>
2079
2080 * tui/tui-win.h (tui_get_cmd_list): Declare.
2081 * tui/tui-win.c (tui_command): New function.
2082 (tui_get_cmd_list): New function.
2083 (_initialize_tui_win): Moved initialization of tui command in
2084 tui_get_cmd_list.
2085
2086 * tui/tui-data.c (init_content_element): Setup new data members.
2087 (init_win_info): Likewise.
2088 (free_content_elements): Free it.
2089 * tui/tui-data.h (struct tui_data_element): Store the register
2090 content to print.
2091 (struct tui_data_info): Keep the current register group.
2092
2093 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
2094
2095 * tui/tui-regs.h (tui_show_registers): Update prototype.
2096 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
2097 (tui_resize_all): No need to calculate anything for register window.
2098 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
2099 (tui_set_register_element, tui_set_general_regs_content): Remove.
2100 (tui_set_special_regs_content): Remove.
2101 (tui_set_general_and_special_regs_content): Remove.
2102 (tui_set_float_regs_content): Remove.
2103 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
2104 (tui_set_regs_content): Remove.
2105 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
2106 (tui_v_show_registers_command_support): Remove.
2107 (tui_show_registers): Use a reggroup to specify the registers to show.
2108 (tui_show_register_group): New function.
2109 (tui_display_registers_from): Compute the layout of register window
2110 and refresh with new API; be sure to delete old register windows.
2111 (tui_check_register_values): Update to use tui_get_register and
2112 tui_display_data.
2113 (tui_display_register): Just refresh the register window part.
2114 (tui_register_format): Format registers and save in tui_data_element.
2115 (tui_get_register): New to combine tui_reg_value_has_changed and
2116 tui_get_register_raw_value; fix to use the new gdb API.
2117 (tui_show_float_command): Renamed tui_reg_float_command.
2118 (tui_show_general_command): Renamed tui_reg_general_command.
2119 (tui_show_special_command): Renamed tui_reg_system_command.
2120 (_initialize_tui_regs): Remove unused commands.
2121
c3364ea4
MK
21222004-03-13 Mark Kettenis <kettenis@gnu.org>
2123
27d1e716
MK
2124 * NEWS (New native configurations): Mention OpenBSD/amd64.
2125
c3364ea4
MK
2126 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
2127 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
2128 Remove defines.
2129 * config/i386/nm-fbsd64.h: Likewise.
2130 * config/i386/nm-obsd.h: Likewise.
2131 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
2132 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
2133
b2d6d697
KB
21342004-03-12 Kevin Buettner <kevinb@redhat.com>
2135
2136 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
2137 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
2138 New constants.
2139
76e43199
KB
2140 From Richard Sandiford <rsandifo@redhat.com>:
2141 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
2142
34ce532e
KB
21432004-03-12 Kevin Buettner <kevinb@redhat.com>
2144
2145 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
2146 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
2147 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
2148 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
2149 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
2150 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
2151 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
2152 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
2153 definitions from frv-tdep.c to frv-tdep.h.
2154
c4d10515
KB
21552004-03-12 Kevin Buettner <kevinb@redhat.com>
2156
2157 Add shared library support for FR-V FDPIC ABI:
2158 * Makefile.in (solib-frv.o): Add dependencies.
2159 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
2160 New functions.
2161 (frv_push_dummy_call): Add support for FDPIC ABI.
2162 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
2163 for FDPIC ABI.
2164 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
2165 (frv_fdpic_find_canonical_descriptor): Declare.
2166 * solib-frv.c: New file.
2167 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
2168 * config/frv/tm-frv.h (solib.h): Include.
2169
ed1bd989
KB
21702004-03-12 Kevin Buettner <kevinb@redhat.com>
2171
2172 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
2173 (frv-tdep.o): Update dependencies.
2174 * frv-tdep.h: New file.
2175 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
2176 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
2177 constants.
2178 (struct gdbarch_tdep): Add new member ``frv_abi''.
2179 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
2180 functions.
2181 (new_variant): Set ``frv_abi'' field.
2182 (gdb_arch_init): Detect FDPIC executables.
2183
82b38f72
MK
21842004-03-12 Mark Kettenis <kettenis@gnu.org>
2185
2186 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
2187 wrapper.
2188
db1ea9ba
AC
21892004-03-11 Andrew Cagney <cagney@redhat.com>
2190
2191 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
2192
f8766ec1
KB
21932004-03-11 Kevin Buettner <kevinb@redhat.com>
2194
2195 * solist.h (master_so_list): New function.
2196 * solib.c (master_so_list): Likewise.
2197 * solib-svr4.c (enable_break): Iterate over so_list entries
2198 obtained from master list instead of entries obtained directly
2199 via svr4_current_sos().
2200
523f6a27
BE
22012004-03-10 Ben Elliston <bje@gnu.org>
2202
2203 * MAINTAINERS: Update my mail address.
2204
37814c18
KI
22052004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
2206
2207 * remote-m32r-sdi.c: Support hardware watchpoint.
2208
8b9740d8
DJ
22092004-03-09 Daniel Jacobowitz <drow@mvista.com>
2210
2211 * user-regs.c: Update copyright years.
2212 (struct user_regs): Rename to gdb_user_regs.
2213 (append_user_reg, builtin_user_regs, user_regs_init)
2214 (user_reg_add, user_reg_map_name_to_regnum)
2215 (usernum_to_user_reg): Update.
2216
4bb7a0a7
DJ
22172004-03-09 Daniel Jacobowitz <drow@mvista.com>
2218
2219 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
2220 (skip_children): New functions.
2221 (locate_pdi_sibling): Call skip_children.
2222
44e1a9eb
DJ
22232004-03-09 Daniel Jacobowitz <drow@mvista.com>
2224
2225 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
2226 * gdbtypes.c (check_typedef): Update comments.
2227
f3dd6933
DJ
22282004-03-09 Daniel Jacobowitz <drow@mvista.com>
2229
2230 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
2231 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
2232 pointer. Update comment about comp_unit_head.
2233 (struct abbrev_info): Shorten two int flags.
2234 (dwarf_alloc_abbrev): Take a CU argument.
2235 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
2236 each time through the loop. Update cleanup argument.
2237 (psymtab_to_symtab_1): Update cleanup call.
2238 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
2239 abbrev_obstack.
2240 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
2241 Just call obstack_free and clear the pointer.
2242
b40c7d58
DJ
22432004-03-09 Daniel Jacobowitz <drow@mvista.com>
2244
2245 * infrun.c (handle_inferior_event): Remove short-circuit code for
2246 events in a different thread.
2247
333dabeb
DJ
22482004-03-09 Daniel Jacobowitz <drow@mvista.com>
2249
2250 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
2251 print the whole transfer.
2252 (initialize_targets): Update description of "set debug target".
2253
aa17d93e
DJ
22542004-03-09 Daniel Jacobowitz <drow@mvista.com>
2255
2256 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
2257
0b71f08f
NW
22582004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
2259
2260 * MAINTAINERS (write after approval): Add myself.
2261
3930f270
CV
22622004-03-08 Corinna Vinschen <vinschen@redhat.com>
2263
2264 * sh-tdep.c (sh_print_registers_info): Use for loop.
2265 Don't skip multiple registers when a float register is encountered.
2266
a2b4a96c
CV
22672004-03-08 Corinna Vinschen <vinschen@redhat.com>
2268
2269 Fix PR tdep/1291.
2270 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
2271 to official SH documentation.
2272
f15a4bc0
AC
22732004-03-07 Andrew Cagney <cagney@redhat.com>
2274
2275 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
2276 unused function.
2277
9498281f
DJ
22782004-03-07 Daniel Jacobowitz <drow@mvista.com>
2279
2280 * arm-tdep.c (thumb_get_next_pc): Handle BX.
2281 (arm_get_next_pc): Handle BX and BLX.
2282
449e1137
AC
22832004-03-07 Andrew Cagney <cagney@redhat.com>
2284
eded0a31
AC
2285 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
2286 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
2287 HPPA_SP_REGNUM.
2288 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
2289 (hppa_target_read_fp): Delete.
2290 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
2291 register_virtual_size, max_register_raw_size,
2292 max_register_virtual_size, register_byte, register_size,
2293 target_read_fp, fp_regnum, and register_bytes. Set register_type
2294 instead of register_virtual_type.
2295 (hppa32_register_type, hppa64_register_type): Replace
2296 hppa32_register_virtual_type and hppa64_register_virtual_type.
2297 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
2298 (HPPA_FP_REGNUM): Define.
2299
f5f907e2
AC
2300 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
2301
69b4bbe4
AC
2302 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
2303 (pa_do_registers_info): Delete.
2304 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 2305 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 2306 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 2307
78161e48
AC
2308 * infcall.c (legacy_push_dummy_code): Delete #ifdef
2309 GDB_TARGET_IS_HPPA code.
2310 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 2311 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
2312 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
2313 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
2314 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
2315 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
2316 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 2317 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
2318 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
2319 (hppa_frameless_function_invocation, hppa64_store_return_value)
2320 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 2321 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 2322 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 2323 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
2324 (find_proc_framesize, deposit_21, restore_pc_queue)
2325 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 2326 (rp_saved, pc_in_linker_stub): Delete.
78161e48 2327
782eae8b
AC
2328 Unconditionally enable 64-bit frame and ABI code.
2329 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
2330 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
2331 push_dummy_frame, fix_call_dummy, push_arguments,
2332 call_dummy_location, extract_return_value, use_struct_convention,
2333 store_return_value, store_struct_return, saved_pc_after_call,
2334 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
2335 frame_chain, frame_chain_valid, frameless_function_invocation,
2336 frame_saved_pc, and pop_frame.
78161e48 2337
449e1137
AC
2338 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
2339 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
2340 (hppa_gdbarch_init): Do not set PC_REGNUM.
2341
12507572
MK
23422004-03-06 Mark Kettenis <kettenis@gnu.org>
2343
2344 * config/alpha/tm-fbsd.h: Remove file.
2345 * config/alpha/fbsd.mt: Tweak comment.
2346 (TM_FILE): Set to tm-alpha.h.
2347
c107cc1b
AC
23482004-03-05 Andrew Cagney <cagney@redhat.com>
2349
2350 * infrun.c (step_over_function): When non-legacy code, and no
2351 step_frame_id, use the unwinder to get the caller's frame ID.
2352
f2e7c15d
MK
23532004-03-05 Mark Kettenis <kettenis@gnu.org>
2354
8b0c3633
MK
2355 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
2356 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
2357 bfd_arch_unknown. Adjust comment.
2358
f2e7c15d
MK
2359 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
2360 * i386obsd-tdep.c: Correct spelling in comment.
2361 * i386nbsd-tdep.c: Correct spelling in comment.
2362 * sparc-tdep.c: Correct spelling in comments.
2363
1198ecbe
DC
23642004-03-05 David Carlton <carlton@kealia.com>
2365
2366 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
2367 bug.
2368
9eb42ed1
MK
23692004-03-05 Mark Kettenis <kettenis@gnu.org>
2370
2371 * sparc-tdep.c: Fix typo in comment.
2372
52b5e991
JB
23732004-03-04 J. Brobecker <brobecker@gnat.com>
2374
2375 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
2376
d8151005
DJ
23772004-03-04 Daniel Jacobowitz <drow@mvista.com>
2378
2379 * dwarf2read.c: Add comment describing memory lifetimes.
2380 (struct dwarf2_pinfo): Update comment.
2381 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
2382 (read_enumeration, new_symbol): Don't use obsavestring.
2383
cbeae229
MK
23842004-03-04 Mark Kettenis <kettenis@gnu.org>
2385
722d18c2
MK
2386 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
2387 instead of amd64_fill_fxsave.
2388 * amd64bsd-nat.c (store_inferior_registers): Likewise.
2389 * amd64fbsd-nat.c (fill_fpregset): Likewise.
2390
cbeae229
MK
2391 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
2392 Reorganize code a bit.
2393
b4206d25
OF
23942004-03-04 Orjan Friberg <orjanf@axis.com>
2395
2396 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
2397 when the frame pointer is pushed. Don't set the frame pointer's
2398 address on the stack unless it's actually located there.
b4206d25
OF
2399 Set the SRP's address on the stack correctly when the PC is still in
2400 the prologue.
2401 (cris_return_value): New function.
2402 (cris_gdbarch_init): Clear deprecated store_return_value,
2403 extract_return_value.
2404
49b0b195
JB
24052004-03-02 Jim Blandy <jimb@redhat.com>
2406
2407 * stabsread.c (reg_value_complaint): The maximum register number
2408 is one less than the number of registers.
2409
e9ff708b
AC
24102004-03-02 Andrew Cagney <cagney@redhat.com>
2411
2412 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
2413 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
2414 trailing comma and redundant assignment of I386_ST0_REGNUM.
2415 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
2416 32-bit segment registers.
2417
d4715e41
AC
24182004-03-01 Andrew Cagney <cagney@redhat.com>
2419
2420 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
2421 use frame_relative_level and get_next_frame.
2422
3ce2bf18
AC
24232004-02-29 Andrew Cagney <cagney@redhat.com>
2424
2425 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
2426 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
2427 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
2428 Delete macro.
2429
2da6aac3
DJ
24302004-02-29 Daniel Jacobowitz <drow@mvista.com>
2431
2432 * inflow.c (terminal_inferior): Don't give up the terminal if we
2433 previously couldn't get the inferior's terminal state.
2434
6ba34a8d
DJ
24352004-02-29 Daniel Jacobowitz <drow@mvista.com>
2436
2437 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
2438 PC_REGNUM.
2439
faae5abe
AC
24402004-02-28 Andrew Cagney <cagney@redhat.com>
2441
2442 * NEWS: Refer to GDB 6.1.
2443 * README: Refer to GDB 6.1.
2444 * PROBLEMS: Refer to GDB 6.1.
2445
2227a3c5
DJ
24462004-02-28 Daniel Jacobowitz <drow@mvista.com>
2447
2448 * thread-db.c (disable_thread_signals): Remove unused function.
2449
80571bff
MK
24502004-02-28 Mark Kettenis <kettenis@gnu.org>
2451
041bd74b
MK
2452 * amd64-nat.c: Include "gdb_string.h".
2453 (amd64_collect_native_gregset): Zero-extend the 32-bit
2454 general-purpose registers and %eip.
2455
3c017e40
MK
2456 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
2457 * amd64-tdep.c (amd64_collect_fxsave): New function.
2458 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
2459
80571bff
MK
2460 * i387-tdep.h: Update copyright year.
2461 (i387_collect_fxsave): New prototype.
2462 * i387-tdep.c: Update copyright year.
2463 (i387_collect_fxsave): New function containing most of the code
2464 from i387_fill_fxsave.
2465 (i387_fill_fxsave): Call i387_collect_fxsave.
2466
50d71875
AC
24672004-02-28 Andrew Cagney <cagney@redhat.com>
2468
2469 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
2470 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
2471
4a28816e
MK
24722004-02-28 Mark Kettenis <kettenis@gnu.org>
2473
2474 * amd64-tdep.c (amd64_frame_cache): Fix comment.
2475
dbda9972
AC
24762004-02-28 Andrew Cagney <cagney@redhat.com>
2477
2478 * utils.c: Use "", instead of <>, to include readline.
2479 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
2480 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
2481 * source.c, solib.c, exec.c, event-top.c: Ditto.
2482 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
2483 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
2484 * Makefile.in: Update all dependencies.
2485 (readline_tilde_h, readline_history_h): Define.
2486 (readline_headers): Delete.
2487
83277a99
MK
24882004-02-28 Mark Kettenis <kettenis@gnu.org>
2489
91ae4303
MK
2490 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
2491 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
2492 "config/i386/tm-lx64.h".
2493
83277a99
MK
2494 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
2495 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
2496 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
2497
6e1d7d6c
AC
24982004-02-28 Andrew Cagney <cagney@redhat.com>
2499
ecc9ac84
AC
2500 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
2501
6e1d7d6c
AC
2502 * breakpoint.c (_initialize_breakpoint): Use
2503 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
2504 Add help to show command.
2505
9671aeef
MK
25062004-02-28 Mark Kettenis <kettenis@gnu.org>
2507
7fa2737c
MK
2508 * i386-nat.c: Reformat to be closer to coding standards.
2509 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
2510 `retval'. Make variables `align' and `size' local to while-loop.
2511 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
2512 (_initialize_i386_nat): New prototype.
2513
9671aeef
MK
2514 * tui/tui.c: Include <readline/readline.h> instead of
2515 "readline/readline.h". Include it after <term.h> and
2516 "gdb_curses.h".
2517
fca7aa43
AC
25182004-02-27 Andrew Cagney <cagney@redhat.com>
2519
412275d5
AC
2520 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
2521 the new frame unwind code.
2522 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
2523 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
2524 PCOQ_HEAD_REGNUM.
2525
fca7aa43
AC
2526 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
2527 "return_value" and "push_dummy_call".
2528 (hppa32_use_struct_convention): Delete unused function.
2529 (hppa32_store_return_value): Delete unused function.
2530 (hppa32_extract_return_value): Delete unused function.
2531 (hppa32_stack_align): Delete function.
2532
e6a8a7d2
EZ
25332004-02-27 Eli Zaretskii <eliz@elta.co.il>
2534
2535 * coffread.c (enter_linenos): Don't let rawptr reference memory
2536 outside linetab[]'s limits.
2537
1797a8f6
AC
25382004-02-27 Andrew Cagney <cagney@redhat.com>
2539
2540 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
2541 inferior stack space - the stack needs to grow upwards.
2542 (hppa32_frame_align): New function.
2543 (hppa64_frame_align): Replace hppa_frame_align.
2544 (hppa_gdbarch_init): Update.
2545
2e4b5889
OF
25462004-02-26 Orjan Friberg <orjanf@axis.com>
2547
2548 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
2549 (dwarf2-frame.h): Include.
2550 (enum cris_regnums): New enum CRIS_FP_REGNUM.
2551 Remove static variables related to ABI setting.
2552 (struct gdbarch_tdep): Remove cris_abi member.
2553 (struct frame_extra_info): Remove.
2554 (cris_unwind_cache, stack_item): New structs.
2555 (cris_frame_unwind, cris_frame_base): New variables.
2556 (push_stack_item, pop_stack_item)
2557 (cris_frame_unwind_cache, cris_frame_this_id)
2558 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
2559 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
2560 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
2561 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
2562 (cris_reg_struct_has_addr): New functions.
2563 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 2564 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
2565 (cris_store_struct_return, cris_frameless_function_invocation)
2566 (cris_pop_frame, cris_skip_prologue_main)
2567 (cris_abi_original_store_return_value)
2568 (cris_abi_v2_store_return_value)
2569 (cris_abi_original_extract_return_value)
2570 (cris_abi_v2_extract_return_value)
2571 (cris_abi_original_reg_struct_has_addr)
2572 (cris_abi_v2_reg_struct_has_addr)
2573 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
2574 (cris_push_return_address, cris_abi_update): Remove.
2575 (_initialize_cris_tdep): Remove ABI command.
2576 (cris_dump_tdep): Ditto.
8718a420 2577 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
2578 Set store_return_value, extract_return_value, push_dummy_code,
2579 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
2580 frame_unwind_append_sniffer, frame_base_set_default.
2581 Clear deprecated init_frame_pc, push_arguments, store_return_value,
2582 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
2583 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 2584 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
2585 init_extra_frame_info, frameless_function_invocation, frame_chain,
2586 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
2587 dummy_write_sp.
8718a420 2588
6b9acc27
JJ
25892004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2590
2591 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
2592 * valprint.c (print_hex_chars): Change from static to external.
2593 (print_char_chars): New function.
2594 * printcmd.c (print_scalar_formatted): For integer and enum types
2595 that are longer than LONGEST, perform processing via appropriate
2596 print_*_chars routines.
2597
a431654a
AC
25982004-02-26 Andrew Cagney <cagney@redhat.com>
2599
2600 * Makefile.in: Update dependencies.
2601 Changes from Ulrich Weigand,
2602 * s390-tdep.c: Include "dwarf2-frame.h".
2603 (s390_dwarf2_frame_init_reg): New function.
2604 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
2605 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
2606
fa8d40ab
JJ
26072004-02-26 Jeff Johnston <jjohnstn@redhat.com>
2608
2609 * breakpoint.c (pending_break_support): New setting variable.
2610 (break_command_1): Account for pending_break_support setting
2611 when creating pending breakpoints.
2612 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
2613 (_initialize_breakpoint): Add "set breakpoint pending" and
2614 "show breakpoint pending" commands.
2615
0dcd613f
AC
26162004-02-26 Andrew Cagney <cagney@redhat.com>
2617
2618 Fix PR i18n/1570.
2619 * charset.c (backslashable, backslashed, represented): Remove 'e'
2620 from list of escaped characters, not part of ISO-C.
2621
479272a3
JB
26222004-02-25 J. Brobecker <brobecker@gnat.com>
2623
2624 From Peter Schauer <schauer@pdf.de>:
2625 * tui/tui.c: Move system header includes after local includes.
2626 Fixes a build failure on solaris systems.
2627
7613d933
JB
26282004-02-25 J. Brobecker <brobecker@gnat.com>
2629
2630 * configure.in: Refine the previous change.
2631 * configure: Regenerate.
2632
9c1488cb
MK
26332004-02-25 Mark Kettenis <kettenis@gnu.org>
2634
2635 * amd64-tdep.h: Renamed from x86-64-tdep.h.
2636 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
2637 "amd64-tdep.h" instead of "x86-64-tdep.h".
2638 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2639 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
2640 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
2641 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2642 and "x86-64-tdep.c".
2643 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
2644 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
2645 and "x86-64-tdep.c".
2646 * amd64bsd-nat.c: Update copyright year.
2647 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
2648 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
2649 "x86-64-tdep.h".
2650 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
2651 "x86-64-tdep.h".
2652 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
2653 "x86-64-tdep.h".
2654 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
2655 "x86-64-tdep.h".
2656 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
2657 "x86-64-tdep.h".
2658 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
2659 "x86-64-tdep.h".
8718a420 2660 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
2661 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
2662 * Makefile.in (amd64_linux_tdep_h): Renamed from
2663 x86_64_linux_tdep_h.
2664 (amd64_tdep_h): Renamed from x86_64_tdep_h.
2665 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
2666 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
2667 (amd64obsd-tdep.o): Update dependencies.
2668 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
2669 dependencies.
2670 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
2671 dependencies.
2672 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
2673 amd64-linux-nat.c amd64-linux-tdep.c.
2674 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
2675 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
2676 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
2677 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
2678 amd64-tdep.o and amd64-linux-tdep.o.
2679 (TM_FILE): Set to tm-linux64.h.
2680 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
2681 (NAT_FILE): Set to nm-linux64.h.
2682 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
2683 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2684 amd64-tdep.o.
2685 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2686 amd64-tdep.o.
2687 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
2688 amd64-tdep.o.
2689
4b8dad4a
RM
26902004-02-25 Roland McGrath <roland@redhat.com>
2691
2692 * remote.c (remote_protocol_qPart_auxv): New variable.
2693 (init_all_packet_configs): Initialize it.
2694 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
2695 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
2696 (show_remote_cmd): Call it.
2697 (_initialize_remote): Initialize commands.
2698 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
2699 service TARGET_OBJECT_AUXV requests.
2700
66745969
JB
27012004-02-25 J. Brobecker <brobecker@gnat.com>
2702
2703 * configure.in: Make sure that the wborder function is available.
2704 Otherwise, search for it in the cur_colr library.
2705 * configure: Regenerate.
2706
79508e1e
AC
27072004-02-25 Andrew Cagney <cagney@redhat.com>
2708
2709 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
2710
571ee600
MK
27112004-02-25 Mark Kettenis <kettenis@gnu.org>
2712
2713 * config/i386/tm-x86-64linux.h: Tweak comments.
2714
2b1b322f 27152004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
2716
2717 * MAINTAINERS: Add self to write-after-approval list.
2718
4d2acc65
AC
27192004-02-25 Andrew Cagney <cagney@redhat.com>
2720
4b8dad4a 2721 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
2722 * cli/cli-script.c (execute_control_command): Unconditionally
2723 install a cleanup. Default "ret" to "invalid_control". Use
2724 "break" instead of "return" to escape from the switch.
2725
4cfcaf21
JB
27262004-02-24 J. Brobecker <brobecker@gnat.com>
2727
2728 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
2729 with the lines macro defined in term.h on AiX.
2730 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
2731 a collision with the label_width macro defined in term.h on AiX.
2732
54a5c8d8
KB
27332004-02-23 David Mosberger <davidm@hpl.hp.com>
2734
2735 Committed by Kevin Buettner <kevinb@redhat.com>.
2736
2737 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
2738 * ia64-tdep.c (ia64_write_pc): Make it a global function.
2739 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
2740 instead of ia64_write_pc().
2741 * ia64-linux-tdep.c (regcache.h): Include.
2742 (ia64_linux_write_pc): New function.
4b8dad4a 2743
8a1dac83
RM
27442004-02-23 Roland McGrath <roland@redhat.com>
2745
2746 * auxv.c (info_auxv_command): Fix typos in error messages.
2747
90f90721
MK
27482004-02-23 Mark Kettenis <kettenis@gnu.org>
2749
8a1dac83 2750 * x86-64-tdep.h: Tweak comment.
90f90721
MK
2751 (enum amd64_regnum): New.
2752 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
2753 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
2754 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
2755 (X86_64_XMM1_REGNUM): Removed.
2756 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
2757 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
2758 prototypes for renamed functions.
2759 * x86-64-tdep.c: Fix typo.
2760 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
2761 register numbers.
2762 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
2763 Use constants from `enum amd64_regnum' for register numbers.
2764 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
2765 (amd64_analyze_prologue, amd64_frame_cache,
2766 amd64_sigtramp_frame_cache): Use constants from `enum
2767 amd64_regnum' for register numbers.
2768 (amd64_supply_fpregset): Adjust for renamed functions.
2769 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
2770 `enum amd64_regnum' for register numbers.
2771 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
2772 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
2773 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
2774 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
2775 (amd64_linux_fill_gregset): Adjust for renamed macros.
2776 (fetch_core_registers): Adjust for renamed functions.
2777 (amd64_linux_init_abi): Adjust for renamed functions.
2778 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
2779 renamed functions.
2780 * amd64-nat.c: Adjust for renamed macros.
2781 * amd64bsd-nat.c (fetch_inferior_registers)
2782 (store_inferior_registers): Use constants from `enum amd64_regnum'
2783 for register numbers. Adjust for renamed variables.
2784 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
2785 renamed variables.
2786 (_initialize_amd64fbsd_nat): Use constants from `enum
2787 amd64_regnum' for register numbers.
2788 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
2789 `enum amd64_regnum' for register numbers.
2790 (amd64fbsd_init_abi): Adjust for renamed functions.
2791 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
2792 `enum amd64_regnum' for register numbers.
2793 (amd64nbsd_init_abi): Adjust for renamed functions.
2794 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
2795 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
2796 `enum amd64_regnum' for register numbers.
2797 (amd64obsd_init_abi): Adjust for renamed functions.
2798 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
2799
d5479188
JJ
28002004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2801
2802 * breakpoint.c (print_one_breakpoint): Do not output spaces
2803 after printing <PENDING> for a pending breakpoint.
2804
81cb7cc9
JJ
28052004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2806
2807 * printcmd.c (print_scalar_formatted): Initialize val_long
2808 to remove compiler warning message.
2809
cbdeadca
JJ
28102004-02-23 Jeff Johnston <jjohnstn@redhat.com>
2811
2812 * defs.h (nquery, yquery): New prototypes.
2813 * breakpoint.c (break_command_1): Use new nquery interface.
2814 * utils.c (defaulted_query, nquery, yquery): New functions.
2815
da6bab63
AC
28162004-02-23 Andrew Cagney <cagney@redhat.com>
2817
2f690297
AC
2818 * hppa-tdep.c (hppa_frame_align): New function.
2819 (hppa32_push_dummy_call): New function.
2820 (hppa64_push_dummy_call): New function.
2821 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
2822 disabled.
8a1dac83 2823
da6bab63
AC
2824 * infcall.c (legacy_push_dummy_code): Don't call deprecated
2825 FIX_CALL_DUMMY when push_dummy_call is available.
2826 (call_function_by_hand, push_dummy_code): Ditto.
2827
abf9b42d
AC
28282004-02-22 Andrew Cagney <cagney@redhat.com>
2829
2830 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
2831 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
2832 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
2833 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
2834 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
2835 call_dummy_location to ON_STACK.
2836
10fc94a4
MK
28372004-02-22 Mark Kettenis <kettenis@gnu.org>
2838
51433e4b
MK
2839 * x86-64-linux-tdep.c: Tweak comment.
2840 (amd64_linux_supply_gregset): Renamed from
2841 x86_64_linux_supply_gresget.
2842 (amd64_linux_fill_gregset): Renamed from
2843 x86_64_linux_fill_gregset.
2844 (fetch_core_registers): Adjust for renamed functions.
2845 (amd64_core_fns): Renamed from x86_64_core_fns.
2846 (amd64_linux_sigtramp_start): Renamed from
2847 x86_64_linux_sigtramp_start.
2848 (amd64_linux_pc_in_sigtramp): Renamed from
2849 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
2850 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
2851 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
2852 (amd64_linux_sigcontext_addr): Renamed from
2853 x86_64_linux_sigcontext_addr.
2854 (amd64_linux_sc_reg_offset): Renamed from
2855 x86_64_linux_sc_reg_offset.
2856 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
2857 Adjust for renamed functions and variables.
2858 (_initialize_amd64_linux_tdep): Renamed from
2859 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
2860 variables.
2861 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
2862 Adjust for renamed functions.
2863
430eaf2e
MK
2864 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
2865 from x86_64_linux_gregset64_reg_offset.
2866 (amd64_linux_gregset32_reg_offset): Rename from
2867 x86_64_linux_gregset64_reg_offset.
2868 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
2869 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
2870 (amd64_linux_dr_set_control): Renamed from
2871 x86_64_linux_dr_set_control. Adjust for renamed functions.
2872 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
2873 Adjust for renamed functions.
2874 (amd64_linux_dr_reset_addr): Renamed from
2875 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
2876 (amd64_linux_dr_get_status): Renamed from
2877 x86_64_linux_dr_get_status. Adjust for renamed functions.
2878 (_initialize_amd64_linux_nat): Renamed from
2879 _initialize_x86_64_linux_nat. Adjust for renamed variables and
2880 functions.
2881 * config/i386/nm-x86-64linux.h: Update copyright year.
2882 Adjust for renamed functions.
2883
10fc94a4
MK
2884 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
2885 amd64fbsd_sigtramp_start.
2886 (amd64fbsd_sigtramp_end_addr): Renamed from
2887 amd64fbsd_sigtramp_end.
2888 (amd64fbsd_init_abi): Adjust for renamed variables.
2889 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
2890 variables.
2891 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
2892 amd64fbsd_sigtramp_start.
2893 (amd64fbsd_sigtramp_end_addr): Renamed from
2894 amd64fbsd_sigtramp_end.
2895
343af405
AC
28962004-02-22 Andrew Cagney <cagney@redhat.com>
2897
537987fc
AC
2898 * hppa-tdep.c (hppa32_return_value): New function.
2899 (hppa64_return_value): New function.
2900 (hppa_gdbarch_init): Set return_value; keep disabled.
2901
fad850b2
AC
2902 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
2903 struct-return and inferior function call methods.
2904
26d08f08
AC
2905 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
2906 "frame-base.h".
2907 (struct hppa_frame_cache): Define.
2908 (hppa_frame_cache, hppa_frame_this_id): New functions.
2909 (hppa_frame_prev_register): New function.
2910 (hppa_frame_unwind, hppa_frame_base): New variables.
2911 (hppa_frame_unwind_sniffer): New function.
2912 (hppa_frame_base_address, hppa_unwind_pc): New function.
2913 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
2914 sniffer, and frame base sniffer; keep disabled.
2915 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
2916 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
2917
e7d7bd65
AC
2918 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
2919 to predicates for "seriously old code".
2920
e963316f
AC
2921 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
2922 runtime if(0).
2923
56132691
AC
2924 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
2925 unsigned.
2926 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 2927
343af405
AC
2928 * config/pa/tm-hppa.h: Update copyright.
2929 (DEPRECATED_INIT_FRAME_PC): Delete macro.
2930 (deprecated_init_frame_pc_default): Delete declaration.
2931 (hppa_frame_init_saved_regs): Delete declaration.
2932 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
2933 * hppa-tdep.c: Include "arch-utils.h".
2934 (hppa_gdbarch_init): Set deprecated init_frame_pc
2935 and deprecated frame_init_saved_regs.
2936 (hppa_frame_init_saved_regs): Make static.
2937
f5859b4d
MK
29382004-02-22 Mark Kettenis <kettenis@gnu.org>
2939
86f6f8e7 2940 Remove old 386BSD support.
cf7c5c23 2941 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
2942 * configure.host: Remove i[34567]86-*-bsd*.
2943 * configure.tgt: Remove i[34567]86-*-bsd*.
2944 * i386b-nat.c: Removed.
2945 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
2946 (i386b-nat.o): Remove dependencies.
2947
86f6f8e7
MK
2948 * config/i386/i386bsd.mh: Removed.
2949 * config/i386/i386bsd.mt: Removed.
2950 * config/i386/nm-i386bsd.h: Removed.
2951 * config/i386/tm-i386bsd.h: Removed.
2952 * config/i386/xm-i386bsd.h: Removed.
2953
971218cd
MK
2954 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
2955
7e654c37
MK
2956 * amd64fbsd-tdep.c: Include "solib-svr4.h".
2957 (amd64fbsd_init_abi): Set link map offsets.
2958 * amd64nbsd-tdep.c: Include "slib-svr4.h".
2959 (amd64nbsd_init_abi): Set link map offsets.
2960 * amd64obsd-tdep.c: Include "solib-svr4.h".
2961 (amd64obsd_init_abi): Set link map offsets.
2962 * i386fbsd-tdep.c: Include "solib-svr4.h".
2963 (i386fbsd_init_abi): Set link map offsets.
2964 * i386nbsd-tdep.c: Include "solib-svr4.h".
2965 (i386nbsdelf_init_abi): Set link map offsets.
2966 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
2967 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
2968 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
2969 solib-legacy.o and core-aout.o. Reformat.
2970 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
2971 solib-svr4.o, solib-legacy.o. Reformat.
2972 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
2973 * config/i386/nbsdelf.mh: Reformat.
2974 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
2975 solib-svr4.o, solib-legacy.o and corelow.o.
2976 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
2977 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
2978 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
2979 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
2980 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
2981 (TM_FILE): Set to tm-fbsd.h.
2982 * config/i386/nbsd.mt (TDEPFILES): Reformat.
2983 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
2984 solib-svr4.o.
2985 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
2986 solib-svr4.o.
2987 (TM_FILE): Set to nm-nbsd.h.
2988 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
2989 Simplify shared library support. Don't include "elf/common.h".
2990 (SVR4_SHARED_LIBS): Don't define.
2991 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
2992 "solib.h".
2993 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
2994 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
2995 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
2996 Don't include "i386/tm-i386.h". Include "solib.h".
2997 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
2998 Don't include "i386/tm-i386.h".
2999 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
3000 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
3001 Include "i386/xm-i386.h".
3002 (HOST_LONG_DOUBLE_FORMAT): Remove.
3003
5d93ae8c
MK
3004 Fix OpenBSD/i386 sigtramp recognition.
3005 * i386-tdep.h: Update copyright year.
3006 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
3007 (i386bsd_sigtramp_end): New prototypes.
3008 (i386fbsd_sigtramp_start_addr): Renamed from
3009 i386fbsd_sigtramp_start.
3010 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
3011 (i386obsd_sigtramp_start_addr): Renamed from
3012 i386obsd_sigtramp_start.
3013 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
3014 * i386bsd-tdep.c: Update copyright year.
3015 (i386bsd_pc_in_sigtramp): Make public.
3016 * i386fbsd-nat.c: Update copyright year.
3017 (_initialize_i386fbsd_nat): Adjust for renamed variables.
3018 * i386fbsd-tdep.c: Update copyright year.
3019 (i386fbsd_sigtramp_start_addr): Renamed from
3020 i386fbsd_sigtramp_start.
3021 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
3022 (i386fbsdaout_init_abi): Adjust for renamed variables.
3023 * i386obsd-nat.c: Update copyright year.
3024 (_initialize_i386obsd_nat): Adjust for renamed variables.
3025 * i386obsd-tdep.c: Include "target.h".
3026 (i386obsd_page_size): New variable.
3027 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
3028 (i386obsd_sigtramp_end): New functions.
3029 (i386obsd_sigtramp_start_addr): Renamed from
3030 i386obsd_sigtramp_start.
3031 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
3032 (i386obsd_init_abi): Adjust for renamed variables. Set
3033 pc_in_sigtramp, sigtramp_start and sigtramp_end.
3034 * Makefile.in (i386obsd-tdep.o): Update dependencies.
3035
84d04465
MK
3036 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
3037 trampoline change in OpenBSD kernel.
3038
b053aceb
MK
3039 * amd64-nat.c: Update copyright year.
3040 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
3041 architecture from REGCACHE.
3042
f5859b4d
MK
3043 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
3044 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
3045
e4bbbda8
MK
30462004-02-21 Mark Kettenis <kettenis@gnu.org>
3047
ba361932
MK
3048 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
3049 i[34567]86-*-openbsd3.[0-3].
3050 * config/i386/obsdaout.mh: New file.
3051
d3e48264
MK
3052 * config/i386/obsd.mh (MH_FLAGS): Remove.
3053
60a6eeb6
MK
3054 Fix PR build/1549.
3055 * i386obsd-tdep.c: Update copyright years. Include
3056 "solib-svr4.h".
3057 (i386obsd_init_abi): Don't set regset_from_core_section here.
3058 (i386obsd_aout_init_abi): New function. Set
3059 regset_from_core_section here.
3060 (i386obsd_elf_init_abi): New function.
3061 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
3062 * Makefile.in (i386obsd-tdep.o): Update dependecies.
3063 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3064 (TM_FILE): Set to tm-nbsd.h.
3065
3066 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
3067 solib-sunos.o.
3068
e4bbbda8
MK
3069 * solib-svr4.h: Update copyright year.
3070 (svr4_ilp32_fetch_link_map_offsets)
3071 (svr4_lp64_fetch_link_map_offsets): New prototype.
3072 * solib-svr4.c: Update copyright year.
3073 (svr4_ilp32_fetch_link_map_offsets)
3074 (svr4_lp64_fetch_link_map_offsets): New function.
3075
f6fe98ef
DJ
30762004-02-20 Daniel Jacobowitz <drow@mvista.com>
3077
3078 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
3079 to the partial symbol table.
3080
589ca796
JB
30812004-02-20 J. brobecker <brobecker@gnat.com>
3082
3083 * PROBLEMS: Add description of problem documented under gdb/1560.
3084
2031c21a
MK
30852004-02-20 Mark Kettenis <kettenis@gnu.org>
3086
30b344b1
MK
3087 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
3088 comments.
3089 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
3090 functions.
3091 (amd64obsd_init_abi): Reorder initializations. Use
3092 amd64obsd_r_reg_offset to initialize the general-purpose register
3093 set details. Set regset_from_core_section.
3094 (_initialize_amd64obsd_tdep): Rename from
3095 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
3096 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
3097 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
3098
2031c21a
MK
3099 * NEWS (New native configurations): Mention OpenBSD/alpha.
3100 * configure.tgt: Add alpha*-*-openbsd*.
3101 * configure.host: Add alpha*-*-openbsd*.
3102 * alphanbsd-tdep.c: Update copyright year.
3103 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
3104
42471775
AC
31052004-02-20 Andrew Cagney <cagney@redhat.com>
3106
3107 Fix PR tdep/1372.
3108 * configure.tgt: Delete target "none-*-*".
3109 * configure.host: Delete host "none-*-*".
3110 * config/none/none.mh: Delete file.
3111 * config/none/none.mt: Delete file.
3112 * config/none/xm-none.h: Delete file.
3113 * config/none/tm-none.h: Delete file.
3114 * config/none/nm-none.h: Delete file.
3115
960ccd7d
FF
31162004-02-19 Fred Fish <fnf@redhat.com>
3117
3118 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
3119 cache->uses_fp prior to setting it.
3120
5f883edd
FF
31212004-02-19 Fred Fish <fnf@redhat.com>
3122
3123 Fix for PR breakpoint/1558.
3124 * sh-tdep.c (IS_JSR): New macro.
3125 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
3126
f98c22d5
JB
31272004-02-19 Jim Blandy <jimb@redhat.com>
3128
3129 * findvar.c (value_from_register): Doc fix.
3130
95051d27
JJ
31312004-02-19 Jeff Johnston <jjohnstn@redhat.com>
3132
3133 * printcmd.c (print_scalar_formatted): Do not check for sizeof
3134 type being greater than sizeof of host's LONGEST. Always use
3135 unpack_long() unless format 'f' chosen.
3136
ccefbec3
EZ
31372004-02-19 Joel Brobecker <brobecker@gnat.com>
3138
3139 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 3140
ccefbec3
EZ
3141 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
3142 contains a symbol wich is the best, non-exact match for the given
3143 pc. Update comments.
3144
31452004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 3146
2ede629f
EZ
3147 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
3148 macro, which was part of the now removed Mach 3 port.
3149 * utils.c (request_quit): Ditto.
3150
567ee972
MK
31512004-02-18 Mark Kettenis <kettenis@gnu.org>
3152
3153 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
3154 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
3155
50cca7bb
MK
31562004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3157
3158 Committed by Mark Kettenis <kettenis@gnu.org>.
3159
3160 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
3161 Define.
3162
226361c4
AC
31632004-02-18 Andrew Cagney <cagney@redhat.com>
3164
3165 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
3166 CONFIG_INSTALL and CONFIG_UNINSTALL.
3167 * configure: Re-generate.
3168 * interps.h (INTERP_TUI): Define.
3169 * Makefile.in: Update dependencies.
3170 (TUI): New macro.
3171 (tui-main.o): Specify dependencies.
3172 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
3173 * tui/tui-main.c: New file.
3174
49cfa46f
MK
31752004-02-18 Mark Kettenis <kettenis@gnu.org>
3176
e2879ccb
MK
3177 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
3178 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
3179 dependencies.
3180 * configure.host: Add x86_64-*-openbsd*.
3181 * configure.tgt: Add x86_64-*-openbsd*.
3182 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
3183
c43f4bec
MK
3184 * tui/tui.c: Don't include <malloc.h>.
3185
09ae75b6
MK
3186 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
3187 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
3188 amd64nbsd-tdep.c.
3189
49cfa46f 3190 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 3191 static. Remove extraneous whitespace.
49cfa46f
MK
3192 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
3193 static.
3194
05957fdb
JB
31952004-02-17 Jim Blandy <jimb@redhat.com>
3196
3197 * findvar.c (value_from_register): Doc fix.
3198
d0f54f9d
JB
31992004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3200
3201 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 3202
8a1dac83 3203 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
3204 CORE_ADDR as type for selectors. Correct types for GNU run time
3205 message lookup function to use double indirection.
3206 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
3207 * objc-lang.h (lookup_child_selector): Adapt prototype.
3208
9cbd5950
JB
3209 * s390-nat.c (SUBOFF): New macro.
3210 (supply_gregset, fill_gregset): Use it to handle debugging
3211 of 32-bit exectuables running under a 64-bit kernel.
3212 * s390-tdep.c: Include "solib-svr4.h".
3213 (s390_svr4_fetch_link_map_offset): New function.
3214 (s390x_svr_fetch_link_map_offset): Likewise.
3215 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
3216 * Makefile.in (s390-tdep.o): Update dependencies.
3217
a8c99f38
JB
3218 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
3219 "frame-unwind.h".
3220 (s390_readinstruction): Reformat. Use read_memory_nobpt.
3221 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
3222 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
3223 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
3224 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
3225 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 3226 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
3227 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
3228 (struct frame_extra_info): Remove.
3229 (s390_memset_extra_info): Remove.
f73b1eff
JB
3230 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
3231 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
3232 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
3233 (is_rse): Renamed to ...
3234 (is_rsy): ... this. Support long displacements.
3235 (is_rxe): Renamed to ...
3236 (is_rxy): ... this. Support long displacements.
3237 (compute_x_addr): Support long displacements.
3238 (struct s390_prologue_data): New data type.
3239 (s390_on_stack): Change API to use struct s390_prologue_data.
3240 (s390_store): Reimplement.
3241 (s390_load): New function.
3242 (s390_get_signal_frame_info): Remove.
3243 (s390_get_frame_info): Remove, replace by ...
3244 (s390_analyze_prolog): ... this new function.
3245 (s390_check_function_end): Remove.
3246 (s390_function_start): Remove.
3247 (s390_frameless_function_invokation): Remove.
3248 (s390_is_sigreturn): Remove.
3249 (s390_init_frame_pc_first): Remove.
3250 (s390_init_frame_extra_info): Remove.
3251 (s390_frame_init_saved_regs): Remove.
3252 (s390_frame_saved_pc_nofix): Remove.
3253 (s390_frame_saved_pc): Remove.
3254 (s390_frame_chain): Remove.
3255 (s390_fp_regnum, s390_read_fp): Remove.
3256 (s390_pop_frame_regular, s390_pop_frame): Remove.
3257 (s390_saved_pc_after_call): Remove.
3258 (s390_skip_prologue): Reimplement.
3259 (s390_in_function_epilogue_p): Support long displacements.
3260 (struct s390_unwind_cache): New data structure.
3261 (s390_frame_unwind_cache): New function.
3262 (s390_prologue_frame_unwind_cache): Likewise.
3263 (s390_backchain_frame_unwind_cache): Likewise.
3264 (s390_frame_this_id, s390_frame_prev_register): Likewise.
3265 (s390_frame_unwind): Define.
3266 (s390_frame_sniffer): New function.
3267 (struct s390_pltstub_unwind_cache): New data structure.
3268 (s390_pltstub_frame_unwind_cache): New function.
3269 (s390_pltstub_frame_this_id): Likewise.
3270 (s390_pltstub_frame_prev_register): Likewise.
3271 (s390_pltstub_frame_unwind): Define.
3272 (s390_pltstub_frame_sniffer): New function.
3273 (struct s390_sigtramp_unwind_cache): New data structure.
3274 (s390_sigtramp_frame_unwind_cache): New function.
3275 (s390_sigtramp_frame_this_id): Likewise.
3276 (s390_sigtramp_frame_prev_register): Likewise.
3277 (s390_sigtramp_frame_unwind): Define.
3278 (s390_sigtramp_frame_sniffer): New function.
3279 (s390_frame_base_address, s390_local_base_address): New functions.
3280 (s390_frame_base): Define.
3281 (s390_unwind_pc, s390_unwind_sp): New function.
3282 (s390_push_dummy_call): Use new frame base location.
3283 (s390_unwind_dummy_id): Likewise.
3284 (s390_gdbarch_init): Remove calls to:
3285 set_gdbarch_frameless_function_invocation,
3286 set_gdbarch_deprecated_init_frame_pc,
3287 set_gdbarch_deprecated_frame_chain,
3288 set_gdbarch_deprecated_frame_init_saved_regs,
3289 set_gdbarch_deprecated_pop_frame,
3290 set_gdbarch_deprecated_init_extra_frame_info,
3291 set_gdbarch_deprecated_init_frame_pc_first,
3292 set_gdbarch_deprecated_target_read_fp,
3293 set_gdbarch_deprecated_frame_saved_pc,
3294 set_gdbarch_deprecated_saved_pc_after_call,
3295 set_gdbarch_deprecated_fp_regnum.
3296 Add calls to:
3297 set_gdbarch_in_solib_call_trampoline,
3298 frame_unwind_append_sniffer,
3299 frame_base_set_default,
3300 set_gdbarch_unwind_pc,
3301 set_gdbarch_unwind_sp.
3302 * Makefile.in (s390-tdep.o): Update dependencies.
3303
b0cf273e
JB
3304 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
3305 (S390_STACK_FRAME_OVERHEAD): Remove.
3306 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
3307 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
3308 (s390_promote_integer_argument): Remove.
3309 (s390_cannot_extract_struct_value_address): Remove.
3310 (s390_use_struct_convention, s390_store_struct_return): Remove.
3311 (s390_extract_return_value, s390_store_return_value): Remove.
3312 (s390_return_value_convention, s390_return_value): New functions.
3313 (is_float_singleton): Handle typedefs.
8a1dac83 3314 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
3315 Remove, replace by ...
3316 (s390_function_arg_pass_by_reference, s390_function_arg_float,
3317 s390_function_arg_integer): ... these new functions.
3318 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
3319 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
3320 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
3321 Fill in tdep->abi.
3322 Remove calls to:
3323 set_gdbarch_deprecated_store_struct_return,
3324 set_gdbarch_deprecated_extract_return_value,
3325 set_gdbarch_deprecated_store_return_value,
3326 set_gdbarch_use_struct_convention,
3327 set_gdbarch_extract_struct_value_address,
3328 set_gdbarch_deprecated_pc_in_call_dummy,
3329 set_gdbarch_deprecated_push_arguments,
3330 set_gdbarch_deprecated_save_dummy_frame_tos,
3331 set_gdbarch_deprecated_push_return_address,
3332 set_gdbarch_deprecated_sizeof_call_dummy_words,
3333 set_gdbarch_deprecated_call_dummy_words,
3334 set_gdbarch_deprecated_dummy_write_sp.
3335 Add calls to:
3336 set_gdbarch_push_dummy_call,
3337 set_gdbarch_unwind_dummy_id,
3338 set_gdbarch_return_value.
8a1dac83 3339
e1457d83
JB
3340 * config/s390/nm-linux.h: Update comments.
3341 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
3342 (STOPPED_BY_WATCHPOINT): Redefine.
3343 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
3344 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
3345 (s390_stopped_by_watchpoint): Likewise.
3346 (watch_area_cnt): Remove.
3347 * s390-nat.c: Update comments.
3348 (watch_area): Remove typedef.
3349 Global replace watch_area by struct watch_area.
3350 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 3351 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
3352 use s390_inferior_tid. Add short-cut for the no watchpoint case.
3353 (s390_fix_watch_points): Remove pid argument,
3354 use s390_inferior_tid. Recompute area spanned by watchpoints.
3355 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
3356 argument. Reimplement.
3357
d0f54f9d
JB
3358 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
3359 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
3360 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 3361 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
3362 core-regset.o.
3363 * config/s390/s390x.mt: Remove.
3364 * config/s390/tm-s390.h: Remove.
3365 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
3366 (TARGET_ELF64): Remove.
3367 (SKIP_TRAMPOLINE_CODE): Do not undefine.
3368 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
3369 s390*-*-* case; always set gdb_target to s390.
3370 * regformats/reg-s390.dat: Remove control registers.
3371 * regformats/reg-s390x.dat: Likewise.
3372 * s390-tdep.h: New file.
8a1dac83 3373 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
3374 Include "inferior.h" and "s390-tdep.h".
3375 Remove private definition of offsetof.
3376 (s390_register_u_addr): Remove.
3377 (regmap_gregset, regmap_fpregset): Define.
3378 (supply_gregset, fill_gregset): Reimplement.
3379 (supply_fpregset, fill_fpregset): Likewise.
3380 (s390_inferior_tid): New function.
3381 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
3382 (fetch_inferior_registers, store_inferior_registers): Likewise.
3383 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
3384 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
3385 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
3386 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
3387 (struct gdbarch_tdep): Define.
3388 (struct s390_register_info): Define.
3389 (s390_register_info): New variable.
3390 (s390_register_name): Reimplement.
3391 (s390_register_type): New function.
3392 (s390_register_raw_size, s390x_register_raw_size): Remove.
3393 (s390_cannot_fetch_register): Remove.
3394 (s390_register_byte): Remove.
3395 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
3396 (s390_dwarf_regmap): New variable.
3397 (s390_dwarf_reg_to_regnum): New function.
3398 (s390_stab_reg_to_regnum): Remove.
3399 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
3400 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
3401 (s390_convert_register_p): Likewise.
3402 (s390_register_to_value, s390_value_to_register): Likewise.
3403 (s390_register_reggroup_p): Likewise.
3404 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
3405 s390_gregset, s390x_gregset, s390_fpregset): New variables.
3406 (s390_supply_regset, s390_regset_from_core_section): New functions.
3407 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
3408 (S390_FPR_SIZE): Likewise.
3409 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
3410 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
3411 (S390_NUM_GPRS): Move here from tm-s390.h.
3412 (S390_NUM_FPRS): Likewise.
3413 (s390_in_function_epilogue_p): New function.
3414 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
3415 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
3416 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
3417 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
3418 Replace S390_FP_REGNUM by S390_SP_REGNUM.
3419 Remove calls to:
3420 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
3421 set_gdbarch_deprecated_max_register_virtual_size,
3422 set_gdbarch_deprecated_register_byte,
d0f54f9d 3423 set_gdbarch_cannot_fetch_register,
8a1dac83 3424 set_gdbarch_cannot_store_register,
d0f54f9d
JB
3425 set_gdbarch_deprecated_register_size,
3426 set_gdbarch_deprecated_register_raw_size,
3427 set_gdbarch_deprecated_register_virtual_size,
3428 set_gdbarch_deprecated_register_virtual_type,
3429 set_gdbarch_deprecated_register_bytes.
3430 Add calls to:
3431 set_gdbarch_num_pseudo_regs,
3432 set_gdbarch_register_type,
3433 set_gdbarch_convert_register_p,
3434 set_gdbarch_register_to_value,
3435 set_gdbarch_value_to_register,
3436 set_gdbarch_register_reggroup_p,
3437 set_gdbarch_regset_from_core_section,
3438 set_gdbarch_pseudo_register_read,
3439 set_gdbarch_pseudo_register_write,
3440 set_gdbarch_in_function_epilogue_p.
3441 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
3442 (s390_tdep_h): New variable.
3443
8cfe231d
JB
34442004-02-17 Jim Blandy <jimb@redhat.com>
3445
4589a601
JB
3446 * findvar.c (value_from_register): If the type has no length, just
3447 return an acceptable value --- don't report an internal error.
3448
8cfe231d
JB
3449 * stabsread.c (read_type): If we find any type numbers that are
3450 forward references, complain if the references aren't resolved by
3451 the time we're finished reading.
3452 (cleanup_undefined_types): Make error message more appropriate for
3453 a complaint.
3454
5bf0017e
EZ
34552004-02-17 Elena Zannoni <ezannoni@redhat.com>
3456
9d62932d
EZ
3457 * Makefile.in (defs_h): Remove dependency on progress_h.
3458 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
3459 progress.h.
3460 * main.c (captured_main): Delete use of START_PROGRESS and
3461 END_PROGRESS.
3462
34632004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 3464
5bf0017e
EZ
3465 * objfiles.c (terminate_minimal_symbol_table): Add back
3466 initialization of MSYMBOL_TYPE.
3467
9fc9f5e2
AC
34682004-02-17 David Mosberger <davidm@hpl.hp.com>
3469
3470 Committed by Andrew Cagney.
3471 * Makefile.in (ia64_tdep_h): New macro.
3472 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
3473 (ia64-tdep.o): Likewise.
3474 * ia64-tdep.h: New file.
3475 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
3476 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
3477 (ia64_aix_sigcontext_register_address): Likewise.
3478 (ia64_linux_getunwind_table): Delete declaration.
3479 * ia64-linux-tdep.c: Likewise.
3480
76cd2bd9
CV
34812004-02-17 Corinna Vinschen <vinschen@redhat.com>
3482
3483 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
3484 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
3485 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
3486
634aa483
AC
34872004-02-17 Andrew Cagney <cagney@redhat.com>
3488
3489 * symtab.c (skip_prologue_using_sal): New function.
3490 * symtab.h (skip_prologue_using_sal): Declare.
3491 * frv-tdep.c: Include "symtab.h".
3492 (skip_prologue_using_sal): Delete function.
3493 * mips-tdep.c (skip_prologue_using_sal): Delete function.
3494 * rs6000-tdep.c (refine_prologue_limit): Mention
3495 skip_prologue_using_sal.
3496 * ia64-tdep.c (refine_prologue_limit): Ditto.
3497 * Makefile.in: Update dependencies.
3498
34992004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 3500
39ce7b3f
AC
3501 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
3502 START_INFERIOR_TRAPS_EXPECTED.
3503 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
3504 START_INFERIOR_TRAPS_EXPECTED.
3505 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
3506 Delete macro.
3507 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
3508 macro, moved to "nm-osf.h". Update copyright.
3509 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
3510 update copyright.
3511
19772a2c
AC
3512 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
3513 and function replacing FRAMELESS_FUNCTION_INVOCATION.
3514 * blockframe.c (legacy_frameless_look_for_prologue): Rename
3515 frameless_look_for_prologue.
3516 * frame.h (legacy_frameless_look_for_prologue): Rename
3517 frameless_look_for_prologue.
3518 * gdbarch.h, gdbarch.c: Re-generate.
3519 * sh64-tdep.c (sh64_gdbarch_init): Update.
3520 * sh-tdep.c (sh_gdbarch_init): Update.
3521 * s390-tdep.c (s390_gdbarch_init): Update.
3522 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3523 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
3524 * m68k-tdep.c (m68k_gdbarch_init): Update.
3525 (delta68_frame_args_address): Update.
3526 * m32r-tdep.c (m32r_gdbarch_init): Update.
3527 * hppa-tdep.c (hppa_gdbarch_init): Update.
3528 * h8300-tdep.c (h8300_gdbarch_init): Update.
3529 * frv-tdep.c (frv_gdbarch_init): Update.
3530 (frv_frameless_function_invocation): Update.
3531 * cris-tdep.c (cris_gdbarch_init): Update.
3532 (cris_frameless_function_invocation): Update.
3533 * avr-tdep.c (avr_gdbarch_init): Update.
3534 * arm-tdep.c (arm_gdbarch_init): Update.
3535 * stack.c (frame_info): Update, call predicate.
3536 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
3537 * frame.c (legacy_get_prev_frame): Update, call predicate..
3538 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
3539 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
3540 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
3541 invocation.
3542 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3543 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3544 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
3545
3546 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
3547 function.
3548
7dcaac91
DJ
35492004-02-16 Daniel Jacobowitz <drow@mvista.com>
3550
3551 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
3552 initializations.
3553
88289b6e
AC
35542004-02-16 Andrew Cagney <cagney@redhat.com>
3555
3556 * tui/tui-windata.c: Include "gdb_string.h".
3557 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
3558 * tui/tui-layout.c, tui/tui-command.c: Ditto.
3559 * Makefile.in: Update dependencies.
3560
9f976b41
DJ
35612004-02-16 Daniel Jacobowitz <drow@mvista.com>
3562
3563 * Makefile.in (infrun.o): Add $(gdb_assert_h).
3564 * infrun.c: Include "gdb_assert.h".
3565 (singlestep_ptid, saved_singlestep_ptid)
3566 (stepping_past_singlestep_breakpoint): New variables.
3567 (resume): Set singlestep_ptid. Check for singlestep thread
3568 hop.
3569 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
3570 (handle_inferior_event): Handle singlestep thread hop.
3571
c324d747
AC
35722004-02-16 Andrew Cagney <cagney@redhat.com>
3573
f090b9b1
AC
3574 * dwarf2-frame.c (dwarf2_frame_ops): New function.
3575 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
3576 (dwarf2_frame_init_reg): Ditto.
3577
fd33e6cb
AC
3578 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
3579 suggested by Joshua Neuheisel
3580
c324d747
AC
3581 * configure.in: Always check for curses, including pdcurses.
3582 Warn, instead of error, when no curses are found. Enable TUI when
3583 curses is available.
3584 * configure: Re-generate.
3585
b66ba949
CV
35862004-02-16 Corinna Vinschen <vinschen@redhat.com>
3587
3588 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
3589 sh_sh4_register_convert_to_virtual.
3590 (sh_register_convert_to_raw): Rename from
3591 sh_sh4_register_convert_to_raw.
3592 (sh_pseudo_register_read): Accomodate above name change.
3593 (sh_pseudo_register_write): Ditto.
3594
b58cbbf2
CV
35952004-02-16 Corinna Vinschen <vinschen@redhat.com>
3596
3597 * sh-tdep.c (sh_generic_register_name): Remove.
3598 (sh_gdbarch_init): Use sh_sh_register_name in default case.
3599
5929a910
AC
36002004-02-15 Andrew Cagney <cagney@redhat.com>
3601
4566dfcf
AC
3602 * configure.in (build_warnings): Add -Wunused-function.
3603 * configure: Re-generate.
3604
db11ed55
AC
3605 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
3606 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
3607
46ac7a5d
AC
3608 * procfs.c (procfs_init_inferior): Assume that
3609 START_INFERIOR_TRAPS_EXPECTED is defined.
3610 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
3611 * config/ns32k/tm-nbsd.h: Delete file,
3612 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
3613
ba801595
AC
3614 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
3615 * config/vax/tm-vax.h: Delete file.
3616
5929a910
AC
3617 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3618 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3619 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3620 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3621 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
3622 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
3623 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
3624
8f22cb90
MK
36252004-02-15 Mark Kettenis <kettenis@gnu.org>
3626
3627 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
3628 * dwarf2-frame.c (dwarf2_frame_data): New variable.
3629 (struct dwarf2_frame_ops): New.
3630 (dwarf2_frame_default_init_reg): New function, based on
3631 dwarf2_frame_init_reg.
3632 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
3633 (dwarf2_frame_init_reg): Call architecture-specific function.
3634 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
3635 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
3636 instead of dwarf2_frame_data.
3637 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
3638 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
3639
8132723e
AC
36402004-02-15 Andrew Cagney <cagney@redhat.com>
3641
046a4708
AC
3642 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
3643 register_gdbarch_swap.
3644 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
3645 * f-lang.c (_initialize_f_language): Update, use
3646 DEPRECATED_REGISTER_GDBARCH_SWAP.
3647 * remote.c (_initialize_remote): Ditto.
3648 * regcache.c (_initialize_regcache): Ditto.
3649 * parse.c (_initialize_parse): Ditto.
3650 * infrun.c (_initialize_infrun): Ditto.
3651 * mi/mi-main.c (_initialize_mi_main): Ditto.
3652 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 3653
549c1eea
AC
3654 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
3655 poking .cacheable directly.
3656 * symfile.c (symfile_bfd_open): Ditto.
3657
0c0b39de
AC
3658 * Makefile.in: Update all dependencies.
3659
8132723e
AC
3660 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
3661 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
3662 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
3663 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
3664 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 3665
b9d26eb9
AC
36662004-02-14 Andrew Cagney <cagney@redhat.com>
3667
8e1f669a
AC
3668 * arch-utils.c (legacy_convert_register_p): Check
3669 DEPRECATED_REGISTER_CONVERTIBLE_P.
3670 * findvar.c (value_of_register): Ditto.
3671
cd0bfa36
AC
3672 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
3673 * gdbarch.h, gdbarch.c: Re-generate.
3674 * arch-utils.c (deprecated_register_convertible_not): Delete.
3675 * arch-utils.h (deprecated_register_convertible_not): Delete.
3676 * mi/mi-main.c (get_register): Update. Update copyright.
3677 * infcmd.c (default_print_registers_info): Update.
3678
b9d26eb9
AC
3679 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
3680 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
3681 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 3682 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
3683 * frame.c (deprecated_get_next_frame_hack): Delete function.
3684 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
3685 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3686 Update.
3687 * infcall.c (call_function_by_hand): Update.
3688
9ab9195f
EZ
36892004-02-14 Elena Zannoni <ezannoni@redhat.com>
3690
3691 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 3692 from here...
9ab9195f
EZ
3693 * objfiles.c (init_entry_point_info, entry_point_address):..to
3694 here.
3695 * symfile.h (init_entry_point_info, entry_point_address): Remove
3696 prototypes.
3697 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 3698 prototypes.
9ab9195f
EZ
3699 * cris-tdep.c: Remove include of symfile.h. Add include of
3700 objfiles.h.
3701 * infcall.c: Ditto.
3702 * mcore-tdep.c: Ditto.
3703 * mn10300-tdep.c: Ditto.
3704 * sh64-tdep.c: Ditto.
3705 * v850-tdep.c: Ditto.
3706 * arm-tdep.c: Remove include of symfile.h.
3707 * blockframe.c: Ditto.
3708 * coffread.c: Ditto.
3709 * dbxread.c: Ditto.
3710 * dwarf2read.c: Ditto.
3711 * dwarfread.c: Ditto.
8a1dac83 3712 * frv-tdep.c: Ditto.
9ab9195f
EZ
3713 * ia64-tdep.c: Ditto.
3714 * mdebugread.c: Ditto.
3715 * mipsread.c: Ditto.
8a1dac83 3716 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
3717 * s390-tdep.c: Ditto.
3718 * sh-tdep.c: Ditto.
8a1dac83 3719 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
3720 * gdbarch.sh: Remove include of symfile.h.
3721 * gdbarch.c: Regenerate.
3722 * solib-irix.c (enable_break): Use entry_point_address().
3723 Add comment about include file.
3724 * xcoffread.c: Add comment about include file.
8a1dac83
RM
3725 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
3726 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
3727 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
3728 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
3729 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
3730
c4c5b7ba
AC
37312004-02-13 Andrew Cagney <cagney@redhat.com>
3732
3733 * corelow.c (core_xfer_partial): Use "struct bfd_section".
3734 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
3735 copyright.
3736 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
3737
3e7879de
FF
37382004-02-12 Fred Fish <fnf@redhat.com>
3739
3740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
3741 set_gdbarch_store_return_value.
3742
6a7760b6
AC
37432004-02-12 Andrew Cagney <cagney@redhat.com>
3744
3745 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
3746 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
3747 (interrupt_query): Ditto.
3748 (ofunc): Delete unused variable.
3749 * cris-tdep.c (cris_abi): Delete unused function.
3750 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
3751 (cris_get_wide_opcode, cris_get_short_size): Ditto.
3752 (cris_get_asr_quick_shift_steps): Ditto.
3753 (cris_skip_prologue_frameless_p): Ditto.
3754 * arm-tdep.c (arm_push_return_address): Delete unused function.
3755 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
3756 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
3757 * s390-tdep.c (s390_function_start): Delete unused function.
3758
31687c3c
AC
37592004-02-12 Andrew Cagney <cagney@redhat.com>
3760
3761 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
3762 gdbarch.h, gdbarch.c: Re-generate.
3763 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
3764 to generic_prologue_frameless_p.
3765 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
3766 * arch-utils.c (generic_prologue_frameless_p): Delete function.
3767
6de918a6
DJ
37682004-02-11 Daniel Jacobowitz <drow@mvista.com>
3769
3770 * mips-linux-tdep.c: Include "frame.h".
3771 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
3772 (mips_linux_skip_resolver): New functions.
3773 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
3774 and set_gdbarch_in_solib_call_trampoline.
3775 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
3776 to after set_gdbarch_in_solib_return_trampoline. Only set the
3777 solib hooks to mips16 functions if the OS ABI is unknown.
3778 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
3779 including "config/tm-linux.h".
3780 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
3781 * Makefile.in (mips-linux-tdep.o): Update.
3782
87b3ede8
DC
37832004-02-11 David Carlton <carlton@kealia.com>
3784
3785 * linespec.c (decode_compound): Only look for a class symbol when
3786 considering all but the rightmost component.
3787
5979bc46
AC
37882004-02-11 Andrew Cagney <cagney@redhat.com>
3789
3790 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
3791 abi code are are separatly grouped.
3792
5867a2fb
AC
37932004-02-11 Andrew Cagney <cagney@redhat.com>
3794
3795 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
3796 * gdbarch.h, gdbarch.c: Re-generate.
3797 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3798 * v850-tdep.c (v850_gdbarch_init): Update.
3799 * sh64-tdep.c (sh64_gdbarch_init): Update.
3800 * sh-tdep.c (sh_gdbarch_init): Update.
3801 * s390-tdep.c (s390_gdbarch_init): Update.
3802 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3803 * mips-tdep.c (mips_gdbarch_init): Update.
3804 * mcore-tdep.c (mcore_gdbarch_init): Update.
3805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3806 * m32r-tdep.c (m32r_gdbarch_init): Update.
3807 * ia64-tdep.c (ia64_gdbarch_init): Update.
3808 * hppa-tdep.c (hppa_gdbarch_init): Update.
3809 * h8300-tdep.c (h8300_gdbarch_init): Update.
3810 * frv-tdep.c (frv_gdbarch_init): Update.
3811 * d10v-tdep.c (d10v_gdbarch_init): Update.
3812 * cris-tdep.c (cris_gdbarch_init): Update.
3813 * avr-tdep.c (avr_gdbarch_init): Update.
3814 * arm-tdep.c (arm_gdbarch_init): Update.
3815 * alpha-tdep.c (alpha_gdbarch_init): Update.
3816
026a72f8
CV
38172004-02-11 Corinna Vinschen <vinschen@redhat.com>
3818
3819 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
3820 comma.
3821 (sh_sh4al_dsp_register_name): Ditto.
3822
3903d437
AC
38232004-02-10 Andrew Cagney <cagney@redhat.com>
3824
3825 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
3826 (mips_init_frame_pc_first): Delete function.
3827 (mips_frame_saved_pc): Delete function.
3828 (mips_frame_chain): Delete function.
3829 (mips_init_extra_frame_info): Delete function.
3830 (mips_xfer_register): Delete unused variable "reg".
3831 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
3832 (mips_n32n64_return_value): Delete unused variable "reg".
3833 (mips_n32n64_return_value): Delete unused variable "pos".
3834 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
3835 (mips_o32_return_value): Delete unused variable "pos".
3836 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
3837 (mips_print_fp_register): Delete unused variable "namelen"
3838 (mips_print_fp_register): Delete unused variable "flt2"
3839 (get_frame_pointer): Delete function.
3840 (cached_proc_desc): Delete static variable.
3841 (mips_pop_frame): Delete function.
3842 (mips_find_saved_regs): Delete function.
3843 (mips_get_saved_register): Delete function.
3844 (mips_saved_pc_after_call): Delete function.
3845 (SIGFRAME_BASE): Delete macro.
3846 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
3847 (SIGFRAME_PC_OFF): Delete macro.
3848 (SIGFRAME_REGSAVE_OFF): Delete macro.
3849 (mips_dump_tdep): Do not print deleted macro definitions.
3850
b9fb98bd
AC
38512004-02-10 Andrew Cagney <cagney@redhat.com>
3852
3853 * Makefile.in (SFILES): Remove explictly listed tui files.
3854 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
3855
78ced177 38562004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 3857
78ced177
JJ
3858 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
3859 to use paddr functions to format ia64 addresses and long values.
3860 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
3861 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
3862 (get_kernel_table, ia64_find_proc_info_x): Ditto.
3863 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
3864 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
3865
6a83354a
AC
38662004-02-10 Andrew Cagney <cagney@redhat.com>
3867
3868 * defs.h: Do not include "tui.h".
3869 * gdb_curses.h: New file.
3870 * tui/tui-hooks.h: New file.
3871 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
3872 (tui_install_hooks, tui_remove_hooks): Delete declarations.
3873 (tui_initialize_io): Delete declaration.
3874 (tui_initialize_readline: Delete redundant declaration.
3875 (struct tui_point): Delete definition.
3876 * tui/tui-data.h (struct tui_point): Define.
3877 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
3878 * utils.c: Include "tui/tui.h".
3879 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
3880 * printcmd.c [TUI]: Include "tui/tui.h".
3881 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
3882 * tui/tui-command.c: Include "gdb_curses.h".
3883 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
3884 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
3885 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
3886 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
3887 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
3888 * Makefile.in: Update all dependencies.
3889 (tui_hooks_h, gdb_curses_h): Define.
3890 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
3891
997470ef
EZ
38922004-02-10 Elena Zannoni <ezannoni@redhat.com>
3893
3894 * objfiles.h (struct objfile): Remove unused fields auxf1 and
3895 auxf2. Add comments about some other rarely used fields.
3896
4ff2cc4d
AC
38972004-02-10 Andrew Cagney <cagney@redhat.com>
3898
3899 * Makefile.in (init.c): Fix script removing duplicates. Problem
3900 reported by Peter Schauer.
3901
1ab21617
EZ
39022004-02-09 Elena Zannoni <ezannoni@redhat.com>
3903
3904 * bcache.c (bcache_xmalloc): Use obstack_init instead of
3905 obstack_specify_allocation.
3906 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 3907 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
3908 (allocate_rt_common_objfile): Ditto.
3909 * symfile.c (reread_symbols): Ditto.
3910 * gdb_obstack.h: Add comment.
3911
17763fd9
EZ
39122004-02-09 Elena Zannoni <ezannoni@redhat.com>
3913
3914 * linespec.c (decode_line_1, locate_first_half)
3915 (decode_compound, lookup_prefix_sym): Update comments. Delete old
3916 commented out code.
3917
ec5cdd75
DJ
39182004-02-09 Daniel Jacobowitz <drow@mvista.com>
3919
3920 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
3921 obstack_free.
3922
43b54b88
AC
39232004-02-09 Andrew Cagney <cagney@redhat.com>
3924
3925 * blockframe.c (find_pc_partial_function): If find_pc_overlay
3926 fails, try find_pc_section. Fix PR c++/1267.
3927 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
3928 instead of find_pc_mapped_section.
3929 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
3930 not default to the section containing PC. Fix PR symtab/1519.
3931
edfae063
AC
39322004-02-09 Andrew Cagney <cagney@redhat.com>
3933
3934 * Makefile.in (mips-tdep.o): Update dependencies.
3935 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
3936 "trad-frame.h".
3937 (mips_unwind_pc): Return the pseudo PC register.
3938 (mips_unwind_dummy_id): New function.
3939 (mips16_fetch_instruction): New function.
3940 (mips32_fetch_instruction): New function.
3941 (struct mips_frame_cache): Define.
3942 (mips_mdebug_frame_cache): New function.
3943 (mips_mdebug_frame_this_id): New function.
3944 (mips_mdebug_frame_prev_register): New function.
3945 (mips_mdebug_frame_unwind): Define.
3946 (mips_mdebug_frame_sniffer): New function.
3947 (mips_mdebug_frame_base_address): New function.
3948 (mips_mdebug_frame_base): Define.
3949 (mips_mdebug_frame_base_sniffer): New function.
3950 (mips_gdbarch_init): Append unwind and base sniffers. Set
3951 unwind_dummy_id.
3952
defc864c
AC
39532004-02-08 Andrew Cagney <cagney@redhat.com>
3954
6764ddad
AC
3955 * frame.c: Print both the register number and name.
3956
defc864c
AC
3957 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
3958 and a sed into a single sed. Make .c and .o patterns more robust.
3959 (OBS): Delete.
3960 (INIT_FILES): Replace OBS with COMMON_OBS.
3961 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
3962
645d6d10
MK
39632004-02-08 Mark Kettenis <kettenis@gnu.org>
3964
3965 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
3966 the PT_WCOOKIE request.
3967
23e3c3fc
AC
39682004-02-08 Andrew Cagney <cagney@redhat.com>
3969
58dfe9ff
AC
3970 * mips-tdep.c (mips_unwind_pc): New function.
3971 (mips_gdbarch_init): Set mips_unwind_pc.
3972
1152e35e
AC
3973 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
3974 (get_frame_id): Allow the UNKNOWN_FRAME.
3975 (frame_register_unwind, get_frame_type): Ditto.
3976
31b75dbf
AC
3977 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
3978 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
3979 unwind_dummy_id indicates a legacy frame.
3980
3483b318
AC
3981 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
3982 * configure: Re-generate.
3983
23e3c3fc
AC
3984 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
3985 methods.
3986
33f8ca73
AC
39872004-02-08 Andrew Cagney <cagney@redhat.com>
3988
3989 * configure.in (CONFIG_ALL): Set to Makefile target, and not
3990 makefile macro.
3991 * configure: Re-generate.
3992 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
3993 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
3994 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
3995 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
3996 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
3997 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
3998 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
3999 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
4000 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
4001 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
4002
6ba8e26f 40032004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 4004
20d286a5
AC
4005 * Makefile.in: Update all dependencies.
4006
d836ee13
AC
4007 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
4008 * configure: Re-generate.
4009 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
4010 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
4011 (COMMON_OBS): Add "main.o" and "annotate.o".
4012 (ANNOTATE_OBS): Delete.
4013 (OBS): Remove ANNOTATE_OBS.
4014 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
4015 CONFIG_INITS.
4016 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
4017 against CONFIG_OBS and "main.o".
4018 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
4019 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
4020
d02c80cd
AC
4021 * tui/tui-command.c: Include "gdb_string.h", delete register
4022 attribute, use ISO-C function signatures.
4023 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
4024 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
4025 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
4026 * tui/tui.c: Ditto.
6ba8e26f
AC
4027
4028 * tui/tui-command.c: Change variable and function names to lower
4029 case.
4030 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
4031 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
4032 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4033 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4034 * tui/tui-winsource.c, tui/tui.c: Ditto.
4035
4a146b47
EZ
40362004-02-07 Elena Zannoni <ezannoni@redhat.com>
4037
4038 * buildsym.c (free_pending_blocks, finish_block)
4039 (record_pending_block, make_blockvector, end_symtab): Replace
4040 symbol_obstack with objfile_obstack.
8a1dac83 4041 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 4042 (coff_read_enum_type): Ditto.
8a1dac83 4043 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 4044 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 4045 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
4046 (dwarf2_symbol_mark_computed): Ditto.
4047 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
4048 * elfread.c (elf_symtab_read): Ditto.
4049 * hpread.c (hpread_symfile_init, hpread_symfile_init)
4050 (hpread_read_enum_type, hpread_read_function_type)
4051 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
4052 Ditto.
8a1dac83 4053 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 4054 (java_link_class_type): Ditto.
8a1dac83 4055 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
4056 (new_symbol): Ditto.
4057 * minsyms.c (install_minimal_symbols): Ditto.
4058 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
4059 (terminate_minimal_symbol_table): Replace symbol_obstack with
4060 objfile_obstack.
4061 (free_objfile): Remove freeing of symbol_obstack.
4062 * objfiles.h: Remove symbol_obstack field.
4063 * pa64solib.c (add_to_solist): Replace symbol_obstack with
4064 objfile_obstack.
4065 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
4066 symbol_obstack.
4067 (solib_add_common_symbols): Replace symbol_obstack with
4068 objfile_obstack.
4069 * somsolib.c (som_solib_add): Ditto.
4070 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4071 (common_block_start, common_block_end): Ditto.
4072 * symfile.c (reread_symbols): Remove freeing and init of
4073 symbol_obstack.
4074 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
4075 * symfile.h: Update comment.
4076 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
4077 stats printing.
4078 * symtab.c (symbol_set_names): Replace symbol_obstack with
4079 objfile_obstack.
4080 * symtab.h (struct general_symbol_info, struct minimal_symbol):
4081 Update comments.
4082 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
4083 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
4084 objfile_obstack.
4085
6d012f14
AC
40862004-02-07 Andrew Cagney <cagney@redhat.com>
4087
4088 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
4089 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
4090 fields and variables.
4091 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
4092 (m_beInvisible): Delete macro.
4093 * tui/tui-data.h: Fix case case fields and variables.
4094 (m_genWinPtrIsNull): Delete macro.
4095 (tui_win_list): Rename winList.
4096 (TUI_SRC_WIN): Rename srcWin.
4097 (TUI_DISASM_WIN): Rename disassemWin.
4098 (TUI_DATA_WIN): Rename dataWin.
4099 (TUI_CMD_WIN): Rename cmdWin.
4100 (m_genWinPtrNotNull): Delete macro.
4101 (m_winPtrIsNull): Delete macro.
4102 (m_winPtrNotNull): Delete macro.
4103 (tui_win_is_source_type): Replace m_winIsSourceType
4104 (tui_win_is_auxillary): Replace m_winIsAuzillary.
4105 (tui_win_has_locator): Replace m_hasLocator.
4106 (tui_set_win_highlight): Replace m_setWinHighlightOn and
4107 m_setWinHighlightOff.
4108 * tui/tui-data.c: Update references.
4109 (tui_win_is_source_type, tui_set_win_highlight): New functions.
4110 (tui_win_has_locator, tui_win_is_auxillary): New functions.
4111 * tui/tui-command.c, tui/tui-disasm.c: Update references.
4112 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
4113 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
4114 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4115 * tui/tui-winsource.c, tui/tui.c: Ditto.
4116
7d34766b
MK
41172004-02-07 Mark Kettenis <kettenis@gnu.org>
4118
1c800673
MK
4119 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
4120 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
4121 StackGhost.
4122
7d34766b
MK
4123 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
4124 variable `i6' to `i7'.
4125 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4126
22940a24
AC
41272004-02-07 Andrew Cagney <cagney@redhat.com>
4128
4129 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
4130 (TuiPoint, TuiPointPtr): Ditto.
4131 (TuiStatus, TuiStatusPtr): Ditto.
4132 (TuiWinType, TuiWinTypePtr): Ditto.
4133 (struct tui_point): Rename _TuiPoint.
4134 (tui_get_low_disassembly_address): Rename
4135 tuiGetLowDisassemblyAddress.
4136 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
4137 (tuiFree): Delete declaration.
4138 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
4139 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
4140 * tui/tui.c (tuiFree): Delete function.
4141 * cli/cli-cmds.c (disassemble_command): Update references.
4142 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
4143 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
4144 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
4145 * tui/tui-winsource.c: Ditto.
4146
8b92e4d5
EZ
41472004-02-07 Elena Zannoni <ezannoni@redhat.com>
4148
4149 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
4150 coffstab_build_psymtabs, elfstab_build_psymtabs)
4151 (stabsect_build_psymtabs): Replace psymbol_obstack with
4152 objfile_obstack.
4153 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
4154 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
4155 Ditto.
4156 * dwarfread.c (scan_compilation_units): Ditto.
4157 * elfread.c (elfstab_offset_sections): Ditto.
4158 * hppa-tdep.c (read_unwind_info): Ditto.
4159 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
4160 (hpread_end_psymtab): Ditto.
4161 * mdebugread.c (mdebug_build_psymtabs, add_pending)
4162 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
4163 Ditto.
4164 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 4165 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
4166 (build_objfile_section_table): Ditto.
4167 (allocate_objfile): Remove init of psymbol_obstack.
4168 (free_objfile): Remove freeing of psymbol_obstack.
4169 * objfiles.h (struct objfile): Remove field
4170 psymbol_obstack. Update comments.
4171 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
4172 psymbol_obstack with objfile_obstack.
4173 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
4174 psymbol_obstack.
4175 * somread.c (som_symfile_offsets, init_import_symbols)
4176 (init_export_symbols): Replace psymbol_obstack with
4177 objfile_obstack.
4178 * somsolib.c (som_solib_add_solib_objfile): Ditto.
4179 * symfile.c (default_symfile_offsets, syms_from_objfile)
4180 (reread_symbols): Remove freeing and init of psymbol_obstack.
4181 (cashier_psymtab): Update comment.
4182 * symmisc.c (print_objfile_statistics): Don't report stats for
4183 psymbol obstack.
4184 * symtab.h (struct general_symbol_info, struct partial_symtab):
4185 Update comments.
4186 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
4187 (xcoff_symfile_offsets): Replace psymbol_obstack with
4188 objfile_obstack.
4189
b99607ea
EZ
41902004-02-07 Elena Zannoni <ezannoni@redhat.com>
4191
4192 * objfiles.h (struct objfile): Add objfile_obstack field.
4193 Remove type_obstack field.
4194
4195 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
4196 read_structure_scope read_enumeration, new_symbol): Replace
4197 type_obstack with objfile_obstack.
4198 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 4199 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
4200 (lookup_fundamental_type): Ditto.
4201 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
4202 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
4203 (hpread_read_doc_function_type, hpread_read_struct_type)
4204 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 4205 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 4206 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
4207 (java_link_class_type): Ditto.
4208 * mdebugread.c (parse_type): Ditto.
4209 * objfiles.c (allocate_objfile, free_objfile): Ditto.
4210 * solib-sunos.c (solib_add_common_symbols): Ditto.
4211 * stabsread.c (define_symbol, read_type, read_member_functions,
4212 read_cpp_abbrev, read_one_struct_field): Ditto.
4213 * symfile.c (reread_symbols): Ditto.
4214 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 4215
2a8854a7
AC
42162004-02-07 Andrew Cagney <cagney@redhat.com>
4217
4218 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
4219 (tui_exec_info_content): Rename TuiExecInfoContent.
4220 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
4221 (TuiWinInfo, TuiWinInfoPtr): Ditto.
4222 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
4223 (TuiList, TuiListPtr): Ditto.
4224 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
4225 (TuiDataType, TuiDataTypePtr): Ditto.
4226 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
4227 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
4228 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
4229 (TuiSourceElement, TuiSourceElementPtr): Ditto.
4230 (TuiDataElement, TuiDataElementPtr): Ditto.
4231 (TuiWinElement, TuiWinElementPtr): Ditto.
4232 (TuiDataInfo, TuiDataInfoPtr): Ditto.
4233 (TuiCommandElement, TuiCommandElementPtr): Ditto.
4234 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
4235 (TuiWhichElement, TuiWhichElementPtr): Ditto.
4236 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
4237 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
4238 * tui/tui-command.c, tui/tui-data.c: Update references.
4239 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
4240 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
4241 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
4242 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 4243
05cbe71a
MK
42442004-02-07 Mark Kettenis <kettenis@gnu.org>
4245
4246 * dwarf2-frame.h: Update copyright.
4247 (enum dwarf2_frame_reg_rule): New.
4248 (struct dwarf2_frame_state_reg): New.
4249 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
4250 * dwarf2-frame.c: Update copyright.
4251 (enum dwarf2_reg_rule): Remove.
4252 (struct dwarf2_frame_state): Remove defenition of `struct
4253 dwarf2_frame_state_reg'.
4254 (read_reg): Call get_frame_arch to get the architecture instead of
4255 using CURRENT_GDBARCH.
4256 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
4257 DWARF2_FRAME_.
4258 (dwarf2_frame_init_reg): New function.
4259 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
4260 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
4261 initialize the register state. Prefix old `enum dwarf2_reg_rule'
4262 tags with DWARF2_FRAME_.
4263 (dwarf2_frame_prev_register): Call get_frame_arch to get the
4264 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
4265 dwarf2_reg_rule' tags with DWARF2_FRAME_.
4266
ec7d9e56
AC
42672004-02-06 Andrew Cagney <cagney@redhat.com>
4268
dd1abb8c
AC
4269 * tui/tui-data.h (struct tui_list): Rename _TuiList.
4270 (enum tui_data_type): Rename _TuiDataType.
4271 (struct tui_layout_def): Rename _TuiLayoutDef.
4272 (struct tui_source_element): Rename _TuiSourceElement.
4273 (struct tui_data_element): Rename _TuiDataElement.
4274 (struct tui_command_element): Rename _TuiCommandElement.
4275 (struct tui_locator_element): Rename _TuiLocatorElement.
4276 (union tui_which_element): Define.
4277 (struct tui_win_element): Rename _TuiWinElement.
4278 (struct tui_data_info): Rename _TuiDataInfo.
4279 (struct tui_source_info): Rename _TuiSourceInfo.
4280 (struct tui_command_info): Rename _TuiCommandInfo.
4281 (tui_initialize_static_data): Rename initializeStaticData.
4282 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
4283 (tui_alloc_win_info): Rename allocWinInfo.
4284 (tui_init_generic_part): Rename initGenericPart.
4285 (tui_init_win_info): Rename initWinInfo.
4286 (tui_alloc_content): Rename allocContent.
4287 (tui_add_content_elements): Rename addContentElements.
4288 (tui_init_content_element): Rename initContentElement.
4289 (tui_free_window): Rename freeWindow.
4290 (tui_free_win_content): Rename freeWinContent.
4291 (tui_free_data_content): Rename freeDataContent.
4292 (tui_free_all_source_wins_content): Rename
4293 freeAllSourceWinsContent.
4294 (tui_del_window): Rename tuiDelWindow.
4295 (tui_del_data_windows): Rename tuiDelDataWindows.
4296 (tui_partial_win_by_name): Rename partialWinByName.
4297 (tui_win_name): Rename winName.
4298 (tui_current_layout): Rename currentLayout.
4299 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
4300 (tui_term_height): Rename termHeight.
4301 (tui_set_term_height_to): Rename setTermHeightTo.
4302 (tui_term_width): Rename termWidth.
4303 (tui_set_term_width_to): Rename setTermWidthTo.
4304 (tui_set_gen_win_origin): Rename setGenWinOrigin.
4305 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
4306 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
4307 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
4308 (tui_source_windows): Rename sourceWindows.
4309 (tui_clear_source_windows): Rename clearSourceWindows.
4310 (tui_clear_source_windows_detail): Rename
4311 clearSourceWindowsDetail.
4312 (tui_clear_win_detail): Rename clearWinDetail.
4313 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
4314 (tui_default_tab_len): Rename tuiDefaultTabLen.
4315 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
4316 (tui_win_with_focus): Rename tuiWinWithFocus.
4317 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
4318 (tui_layout_def): Rename tuiLayoutDef.
4319 (tui_win_resized): Rename tuiWinResized.
4320 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
4321 (tui_next_win): Rename tuiNextWin.
4322 (tui_prev_win): Rename tuiPrevWin.
4323 (tui_add_to_source_windows): Rename addToSourceWindows.
4324 * tui/tui-winsource.c, tui/tui-win.c: Update references.
4325 * tui/tui-layout.c, tui/tui-source.c: Ditto.
4326 * tui/tui-stack.c, tui/tui-io.c: Ditto.
4327 * tui/tui.c, tui/tui-data.c: Ditto.
4328 * tui/tui-interp.c, tui/tui-data.c: Ditto.
4329 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
4330
a358af15
AC
4331 * tui/tui-source.h: Update copyright. Include "tui-data.h".
4332 (struct symtab): Declare.
4333 (tui_set_source_content): Rename tuiSetSourceContent.
4334 (tui_show_symtab_source): Rename tuiShowSource.
4335 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
4336 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
4337 * tui/tui-source.c: Update copyright. Update references.
4338 * tui/tui-win.c, tui/tui-winsource.c: Update references.
4339 * tui/tui-stack.c: Update references.
4340
a21fcd8f
AC
4341 * tui/tui-win.h: Update copyright. Include "tui-data.h".
4342 (struct tui_win_info): Declare.
4343 (tui_scroll_forward): Rename tuiScrollForward.
4344 (tui_scroll_backward): Rename tuiScrollBackward.
4345 (tui_scroll_left): Rename tuiScrollLeft.
4346 (tui_scroll_right): Rename tuiScrollRight.
4347 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
4348 (tui_resize_all): Rename tuiResizeAll.
4349 (tui_refresh_all_win): Rename tuiRefreshAll.
4350 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
4351 * tui/tui-layout.c, * tui/tui-io.c: Update references.
4352 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
4353 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
4354
edae1ccf
AC
4355 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
4356 (tui_erase_data_content): Rename tuiEraseDataContent.
4357 (tui_display_all_data): Rename tuiDisplayAllData.
4358 (tui_check_data_values): Rename tuiCheckDataValues.
4359 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
4360 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
4361 (tui_first_data_element_no_in_line): Rename
4362 tuiFirstDataElementNoInLine.
4363 (tui_delete_data_content_windows): Rename
4364 tuiDeleteDataContentWindows.
4365 (tui_refresh_data_win): Rename tuiRefreshDataWin.
4366 (tui_display_data_from): Rename tuiDisplayDataFrom.
4367 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
4368 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
4369 * tui/tui-win.c, tui/tui-regs.c: Update references.
4370 * tui/tui-layout.c, tui/tui.c: Update references.
4371
ec7d9e56
AC
4372 * tui/tui-wingeneral.h: Update copyright.
4373 (m_allBeVisible): Delete macro.
8a1dac83 4374 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
4375 (struct tui_gen_win_info): Declare.
4376 (struct tui_win_info): Declare.
4377 (tui_unhighlight_win): Rename unhighlightWin.
4378 (tui_make_visible, tui_make_invisible): Replace makeVisible.
4379 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
4380 (tui_make_window): Rename makeWindow.
4381 (tui_copy_win): Rename copyWin.
4382 (tui_box_win): Rename boxWin.
4383 (tui_highlight_win): Rename highlightWin.
4384 (tui_check_and_display_highlight_if_needed): Rename
4385 checkAndDisplayHighlightIfNeeded.
4386 (tui_refresh_all): Rename refreshAll.
4387 (tui_delete_win): Rename tuiDelwin.
4388 (tui_refresh_win): Rename tuiRefreshWin.
4389 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
4390 (tui_make_visible, tui_make_invisible): New functions.
4391 (tui_make_all_visible, tui_make_all_invisible): New functions.
4392 (make_all_visible): Rename makeAllVisible.
4393 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
4394 * tui/tui-data.c, tui/tui-winsource.c: Update references.
4395 * tui/tui-windata.c, tui/tui-win.c: Update references.
4396 * tui/tui-regs.c, tui/tui-layout.c: Update references.
4397 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
4398
1e52e2eb
MK
43992004-02-06 Mark Kettenis <kettenis@gnu.org>
4400
4401 * proc-api.c (write_with_trace): Initialize local variable to
4402 silence compiler warning.
4403
f80bda8e
AC
44042004-02-06 Andrew Cagney <cagney@redhat.com>
4405
4406 * tui/tui-source.h: Do not include "defs.h".
4407 (struct tui_win_info): Declare.
4408 (tui_set_source_content_nil): Declare.
4409 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
4410 (union tui_line_or_address): Rename _TuiLineOrAddress.
4411 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
4412 (tui_update_source_window): Rename tuiUpdateSourceWindow.
4413 (tui_update_source_window_as_is): Rename
4414 tuiUpdateSourceWindowAsIs.
4415 (tui_update_source_windows_with_addr): Rename
4416 tuiUpdateSourceWindowsWithAddr.
4417 (tui_update_source_windows_with_line): Rename
4418 tuiUpdateSourceWindowsWithLine.
4419 (tui_clear_source_content): Rename tuiClearSourceContent.
4420 (tui_erase_source_content): Rename tuiEraseSourceContent.
4421 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
4422 (tui_show_source_content): Rename tuiShowSourceContent.
4423 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
4424 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
4425 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
4426 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
4427 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
4428 (tui_update_exec_info): Rename tuiUpdateExecInfo.
4429 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
4430 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
4431 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
4432 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
4433 (struct tui_win_info): Declare.
4434 * tui/tui-stack.c: Update references.
4435 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
4436 * tui/tui-win.c, tui/tui-source.c: Ditto.
4437 * tui/tui.c, tui/tui-disasm.c: Ditto.
4438
9fbfb822
MK
44392004-02-06 Mark Kettenis <kettenis@gnu.org>
4440
4441 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
4442 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
4443
03cebad2
MK
44442004-02-05 Mark Kettenis <kettenis@gnu.org>
4445
4446 * infrun.c (handle_inferior_event): Allow for breakpoint
4447 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
4448 and SIGEMT. Update comments.
4449 * NEWS (Revised SPARC target): Mention support for non-executable
4450 stack.
4451
290281b1
MK
44522004-02-04 Mark Kettenis <kettenis@gnu.org>
4453
4454 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
4455 * inftarg.c: Update copyright year.
4456 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
4457 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
4458 (sparc_xfer_wcookie): New function.
4459 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4460 * Makefile.in (sparc-nat.o): Update dependencies.
4461 * config/sparc/nm-nbsd.h: Include "target.h".
4462 (NATIVE_XFER_WCOOKIE): New define.
4463 (sparc_xfer_wcookie): New prototype.
4464
212161df
AC
44652004-02-04 Andrew Cagney <cagney@redhat.com>
4466
4467 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
4468 SYSCALL_TRAP function.
4469 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
4470
6e4c6c91
DJ
44712004-02-04 Andrew Cagney <cagney@redhat.com>
4472 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * objfiles.h: Delete comments refering to inside_entry_func and
4475 DEPRECATED_FRAME_CHAIN_VALID.
4476 * defs.h (inside_entry_func): Update prototype..
4477 * blockframe.c (inside_entry_func): Rename to
4478 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
4479 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
4480
cae688ec
JJ
44812004-02-03 Jeff Johnston <jjohnstn@redhat.com>
4482
4483 * breakpoint.c (struct captured_parse_breakpoint_args): Move
4484 outside of #ifdef SOLIB_ADD region.
4485 (do_restore_lang_radix_cleanup): Ditto.
4486 (resolve_pending_breakpoint): Ditto.
4487
19217676
AC
44882004-02-03 Andrew Cagney <cagney@redhat.com>
4489
4490 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
4491 (process_note_abi_tag_sections): Delete unused function.
4492 (ia64_read_fp): Delete unused function.
4493 (gdbarch_extract_struct_value_address): Delete declaration.
4494
876753be
AC
44952004-02-02 Andrew Cagney <cagney@redhat.com>
4496
4497 * vax-tdep.c (vax_frame_chain): Delete call to
4498 deprecated_inside_entry_file.
4499 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
4500
d4f10bf2
MK
45012004-02-02 Mark Kettenis <kettenis@gnu.org>
4502
4503 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
4504 column that's "empty" or "same value" when eliminating REG_RA
4505 rules.
4506
cae688ec
JJ
45072004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4508
4509 * NEWS: Add information about new pending breakpoint support.
4510
0101ce28
JJ
45112004-02-02 Jeff Johnston <jjohnstn@redhat.com>
4512
4513 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
4514 and pending fields for pending breakpoint support.
4515 * breakpoint.c (breakpoint_enabled): Add check for not pending.
4516 (condition_command): Only parse condition if not a pending
4517 breakpoint.
4518 (print_one_breakpoint): Add support for pending breakpoints.
4519 (describe_other_breakpoints): Add checks to verify we are not
4520 dealing with pending breakpoints.
4521 (check_duplicates): Don't check pending breakpoints.
4522 (set_raw_breakpoint): Initialize pending flag.
4523 (do_restore_lang_radix_cleanup): New cleanup routine.
4524 (resolve_pending_breakpoint): New function.
4525 (re_enable_breakpoints_in_shlibs): Try and resolve any
4526 pending breakpoints via resolve_pending_breakpoint.
4527 (mention): Add pending breakpoint support.
4528 (parse_breakpoint_sals): Add new parameter to pass to
4529 decode_line_1 to indicate silent errors when files or functions
4530 are not found. Change all callers.
4531 (do_captured_parse_breakpoint): New function.
4532 (break_command_1): Change prototype to return an rc value and to
4533 take an optional pending breakpoint pointer. Support creating
4534 a pending breakpoint if a "not found" form of error occurs when
4535 parsing the breakpoint. Also support resolving an existing pending
4536 breakpoint and be silent if the resolution fails.
4537 (create_breakpoints): Change prototype to take pending breakpoint
4538 pointer. When resolving a pending breakpoint, use the new pointer
4539 to provide a conditional or commands added by the end-user.
4540 (delete_breakpoint): Add appropriate check for pending.
4541 (breakpoint_re_set_one): Ditto.
4542 (do_enable_breakpoint): Ditto.
4543
8d577d32
DC
45442004-02-02 David Carlton <carlton@kealia.com>
4545
4546 * valops.c (enum oload_classification): New.
4547 (find_overload_match): Break implementation into separate
4548 functions; delete #if 0'd code; look for symbols within
4549 namespaces.
4550 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
4551 (find_oload_champ,oload_method_static,classify_oload_match): New.
4552 * cp-support.h: Add declaration for cp_func_name; update
4553 declaration for make_symbol_overload_list.
4554 * cp-support.c (cp_func_name): New.
4555 (overload_list_add_symbol): Fix comment, use
4556 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
4557 (make_symbol_overload_list): Take a function name and a namespace
4558 instead of a symbol; change implementation.
4559 (make_symbol_overload_list_using): New.
4560 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
4561
22e8e3c7
FF
45622004-02-02 Fred Fish <fnf@redhat.com>
4563
4564 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 4565 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
4566 * remote-sim.c (gdb_os_write_stderr): Write output to
4567 gdb_stdtargerr stream instead of gdb_stdtarg stream.
4568 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 4569 gdb_stderr stream and update copyright years.
22e8e3c7 4570
6b753f60
DJ
45712004-02-01 Daniel Jacobowitz <drow@mvista.com>
4572
4573 * Makefile.in (mips-linux-nat.o): Update dependencies.
4574 * mips-linux-nat.c: Include mips-tdep.h.
4575
45762004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
4577
4578 * sol-thread.c (sol_thread_xfer_partial): New function.
4579 (init_sol_thread_ops): Use that for to_xfer_partial hook.
4580 (init_sol_core_ops): Likewise.
4581
4582 * procfs.c (procfs_xfer_partial): New function.
4583 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
4584 * Makefile.in (procfs.o): Add $(auxv_h) dep.
4585
4586 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
4587 procfs_xfer_auxv function.
4588
4589 * procfs.c (procfs_make_note_section): If we can read
4590 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
4591 * linux-proc.c (linux_make_note_section): Likewise.
4592
4593 * auxv.h: New file.
4594 * auxv.c: New file.
4595 * Makefile.in (auxv_h): New variable.
4596 (COMMON_OBS): Add auxv.o here.
4597 (auxv.o): New target.
4598
4599 * corelow.c (core_xfer_partial): New function.
4600 (init_core_ops): Use it for core_ops.to_xfer_partial.
4601
4602 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
4603 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
4604 macro if that is defined.
4605
fa5281d0
DJ
46062004-02-01 Daniel Jacobowitz <drow@mvista.com>
4607
4608 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
4609 and check the specified thread for each breakpoint.
4610 * breakpoint.h (bpstat_stop_status): Update prototype.
4611 * infrun.c (handle_inferior_event): Update calls to
4612 bpstat_stop_status.
4613
26ee262d
DJ
46142004-02-01 Daniel Jacobowitz <drow@mvista.com>
4615
4616 * Makefile.in (cli-cmds.o): Add $(readline_h).
4617
d9b52655
DJ
46182004-02-01 Daniel Jacobowitz <drow@mvista.com>
4619
4620 * cli/cli-cmds.c: Include readline.h.
4621 (complete_command): Pass the start of the last word to
4622 complete_line.
4623
9709f61c
DJ
46242004-01-31 Daniel Jacobowitz <drow@mvista.com>
4625
4626 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
4627 argument, and change first argument to a CORE_ADDR.
4628 * breakpoint.h (bpstat_stop_status): Update prototype.
4629 * infrun.c (adjust_pc_after_break): Add a new comment.
4630 (handle_inferior_event): Update calls to bpstat_stop_status.
4631
4f1280bb
DJ
46322004-01-31 Daniel Jacobowitz <drow@mvista.com>
4633
4634 * breakpoint.h: Update copyright years.
4635
4fa8626c
DJ
46362004-01-31 Daniel Jacobowitz <drow@mvista.com>
4637
4638 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
4639 (bpstat_stop_status): Don't decrement PC.
4640 * breakpoint.h (software_breakpoint_inserted_here_p): Add
4641 prototype.
4642 * infrun.c (adjust_pc_after_break): New function.
4643 (handle_inferior_event): Call it, early. Remove later references
4644 to DECR_PC_AFTER_BREAK.
4645 (normal_stop): Add commentary.
4646
fad0733a
DJ
46472004-01-31 Daniel Jacobowitz <drow@mvista.com>
4648
4649 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
4650 2004-01-27 double-free fix.
4651
42cdca6c
MK
46522004-01-31 Mark Kettenis <kettenis@gnu.org>
4653
4654 * sparc-tdep.c (sparc_fetch_wcookie): New function.
4655 (sparc32_frame_prev_register): Handle StackGhost.
4656 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
4657
932d5416
RM
46582004-01-29 Roland McGrath <roland@redhat.com>
4659
4660 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
4661 * configure: Regenerated.
4662
4663 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
4664 * Makefile.in (procfs.o): Add dep.
4665
47d3492a
AC
46662004-01-28 Andrew Cagney <cagney@redhat.com>
4667
4668 * tui/tui-stack.h: Update copyright.
4669 (struct frame_info): Add opaque declaration.
4670 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
4671 (tui_show_locator_content): Rename tuiShowLocatorContent.
4672 (tui_show_frame_info): Rename tuiShowFrameInfo.
4673 * tui/tui-stack.c: Update copyright. Update references.
4674 * tui/tui-winsource.c: Update references.
4675 * tui/tui-win.c: Update references.
4676 * tui/tui-layout.c: Update references.
4677 * tui/tui-hooks.c: Update copyright, update references.
4678 * tui/tui.c: Update copyright, update references.
4679 * tui/tui-disasm.c: Update references.
4680
5d51ca54
DC
46812004-01-28 David Carlton <carlton@kealia.com>
4682
4683 * dwarf2read.c (add_partial_structure): Use demangled name if
4684 namespace equals "".
4685
086ed43d
JB
46862004-01-27 Jim Blandy <jimb@redhat.com>
4687
4688 Clean up misapplied patch:
4689 * dwarf2read.c (determine_prefix): Change one of the two forward
4690 declarations for 'determine_prefix_aux' to a declaration for this.
4691 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
4692 argument to 'die_specification'.
4693
2a35147e
JB
4694 * dwarf2read.c (read_func_scope): Re-indent comment.
4695
a355c7de 46962004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 4697
a355c7de
AC
4698 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
4699 b->exp to NULL after freeing so that error during re-parsing or
4700 evaluation of expressions associated with breakpoint don't
4701 eventually lead to re-freeing of storage.
4702 Committed by Andrew Cagney.
4703
63ff5125
AC
47042004-01-27 Andrew Cagney <cagney@redhat.com>
4705
4706 * source.c (ambiguous_line_spec): Delete undefined declaration.
4707 * m32r-rom.c (m32r_set_board_address): Delete unused function.
4708 (m32r_set_server_address, m32r_set_download_path): Ditto.
4709 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
4710
e142c38c
DJ
47112004-01-27 Daniel Jacobowitz <drow@mvista.com>
4712
4713 * dwarf2read.c: Update calls to changed and renamed functions, and
4714 references to moved variables.
4715
4716 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
4717 language, language_defn, list_in_scope, and ftypes members.
4718 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
4719 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
4720 (baseaddr): Remove globals.
4721
4722 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
4723 (set_cu_language, die_is_declaration, die_specification)
4724 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
4725 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
4726 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
4727 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
4728
4729 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
4730 cu.list_in_scope. Don't initialize cu_header_offset.
4731 (add_partial_symbol): Add local baseaddr.
4732 (psymtab_to_symtab_1): Add local baseaddr. Use
4733 objfile->section_offsets for consistency. Don't initialize
4734 cu_header_offset; do initialize cu.header.offset and
4735 cu.list_in_scope.
4736 (read_file_scope, read_func_scope, read_lexical_block_scope)
4737 (dwarf_decode_lines, new_symbol): Add local baseaddr.
4738
c6e06ede
MC
47392004-01-27 Michael Chastain <mec.gnu@mindspring.com>
4740
fb328ecc 4741 * PROBLEMS: Add gdb/1516.
c6e06ede 4742
48184fd4
AC
47432003-12-29 Robert Millan <robertmh@gnu.org>
4744
4745 Patch committed by Andrw Cagney.
4746 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
4747 * configure.tgt: Match knetbsd*-gnu.
4748
c1321b30
AC
47492004-01-26 Andrew Cagney <cagney@redhat.com>
4750
f3699be3
AC
4751 * breakpoint.c (catch_command_1): Delete #ifdef code.
4752 (catch_fork_command_1): Delete #ifdef wrapper.
4753 (catch_exec_command_1): Ditto.
4754 (catch_load_command_1): Ditto.
4755 (catch_unload_command_1): Ditto.
4756
c1321b30
AC
4757 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
4758 (catch_breakpoint): Delete #if0ed function.
4759 (disable_catch_breakpoint): Ditto.
4760 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
4761 (disable_catch, enable_catch, delete_catch): Ditto.
4762
b4501125
AC
47632004-01-26 Andrew Cagney <cagney@redhat.com>
4764
4765 * remote.c (echo_check, quit_flag): Delete variables.
4766 (cisco_kernel_mode): Delete variable.
4767 (minitelnet_return, tty_input, escape_count): Delete variables.
4768 (remote_cisco_mode): Delete variable.
4769 (remote_cisco_open, remote_cisco_close): Delete function.
4770 (remote_cisco_mourn, remote_cisco_wait): Delete function.
4771 (init_remote_cisco_ops): Delete function.
4772 (_initialize_remote): Do not install "remote cisco" code.
4773 (read_frame): Delete cisco specific code.
4774 (remote_info_process): Delete function.
4775 (remote_wait): Delete cisco specific code.
4776 (remote_cisco_section_offsets): Delete function.
4777 (remote_cisco_objfile_relocate): Delete function.
4778 (remote_async_wait): Delete cisco specific code.
4779 (minitelnet, readtty, readsocket): Delete function.
4780
74055713
AC
47812004-01-26 Andrew Cagney <cagney@redhat.com>
4782
4783 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
4784 comments mentioning extract_returned_value_address.
4785 * infcmd.c (print_return_value): Update. Add comments on
4786 extract_returned_value_address.
4787 * stack.c (return_command): Add comments on
4788 extract_returned_value_address.
4789 * values.c: Update comment.
4790 * m32r-tdep.c: Update comment.
4791 * sparc-tdep.c: Update comment.
4792 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
4793 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4794 * sh64-tdep.c (sh64_gdbarch_init): Update.
4795 * sh-tdep.c (sh_gdbarch_init): Update.
4796 * s390-tdep.c (s390_gdbarch_init): Update.
4797 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4798 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4799 * m68k-tdep.c (m68k_gdbarch_init): Update.
4800 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4801 * m32r-tdep.c (m32r_gdbarch_init): Update.
4802 * ia64-tdep.c (ia64_gdbarch_init): Update.
4803 * h8300-tdep.c (h8300_gdbarch_init): Update.
4804 * frv-tdep.c (frv_gdbarch_init): Update.
4805 * arm-tdep.c (arm_gdbarch_init): Update.
4806 * alpha-tdep.c (alpha_gdbarch_init): Update.
4807
a67af2b9
AC
48082004-01-26 Andrew Cagney <cagney@redhat.com>
4809
4810 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
4811 SYMBOL_LOCATION_FUNCS
4812 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
4813 "struct symbol_ops".
4814 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
4815 type to "struct symbol_ops".
4816 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
4817 (struct symbol): Replace ".aux_value.loc.funcs" and
4818 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
4819 (SYMBOL_OBJFILE): Delete macro.
4820 (SYMBOL_LOCATION_FUNCS): Delete macro.
4821 (SYMBOL_LOCATION_BATON): Update.
4822 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
4823 intead of SYMBOL_LOCATION_FUNCS.
4824 * ax-gdb.c (gen_var_ref): Ditto.
4825 * printcmd.c (address_info): Ditto.
4826 * findvar.c (read_var_value): Ditto.
4827 (symbol_read_needs_frame): Ditto.
4828
c034e007
AC
48292004-01-26 Andrew Cagney <cagney@redhat.com>
4830
4831 * dwarf2read.c (read_func_scope): Document frame-base hack.
4832
bb472c1e
MK
48332004-01-25 Mark Kettenis <kettenis@gnu.org>
4834
4835 * infcmd.c (print_return_value): Plug memory leak; delete
4836 ui_stream object. Rename argument `structure_return' to
4837 `struct_return'.
4838
c8e737d5
MK
48392004-01-25 Mark Kettenis <kettenis@gnu.org>
4840
f941662f
MK
4841 * infcmd.c (print_return_value): Wrap long lines.
4842 (finish_command_continuation, finish_command): Remove unused
4843 variable `funcaddr'. Fix some coding-standards problems.
4844
c558d81a 4845 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 4846 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
4847 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
4848 TDEP->fpregset to zero.
4849
bf1e5861 4850 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
4851 floating-point registers for traditional NetBSD core files.
4852 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
4853 TDEP->sizeof_fpregset here.
4854
4c72d57a
MK
48552004-01-25 Mark Kettenis <kettenis@gnu.org>
4856
566626fa
MK
4857 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
4858 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
4859 function with code split out from
4860 sparc32nbsd_sigcontext_frame_cache.
4861 (sparc32nbsd_sigcontext_frame_cache): Use
4862 sparc32nbsd_sigcontext_saved_regs.
4863 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
4864 OpenBSD.
4865 * sparcobsd-tdep.c: New file.
4866 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
4867 (sparcobsd-tdep.o): New dependency.
4868 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
4869 * config/sparc/obsd.mt: New file.
4870
4c72d57a
MK
4871 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
4872 TDEP->fpregset to be initialized to enable core file register
4873 sets.
4874
7e5e9f88
MK
48752004-01-24 Mark Kettenis <kettenis@gnu.org>
4876
f0f207fd 4877 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
4878 Add opaque declarations.
4879 (sparc64nbsd_sigcontext_saved_regs): New prototype.
4880 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
4881 function with code split out from
4882 sparc64nbsd_sigcontext_frame_cache.
4883 (sparc64nbsd_sigcontext_frame_cache): Use
4884 sparc64nbsd_sigcontext_saved_regs.
4885 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
4886 OpenBSD.
4887 * sparc64obsd-tdep.c: New file.
4888 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
4889 (sparc64obsd-tdep.o): New dependency.
4890 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
4891 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
4892 * config/sparc/obsd64.mt: New file.
4893
690668cc
MK
4894 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
4895 read the instruction at PC.
4896
7e5e9f88
MK
4897 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
4898 value of GDB_OSABI_DEFAULT.
4899 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
4900 instead of GDB_OSABI_NETBSD_AOUT.
4901
68b6dce9
NR
49022004-01-24 Nick Roberts <nick@nick.uklinux.net>
4903
4904 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
4905 copyright.
4906
080ce8c0
AC
49072004-01-23 Andrew Cagney <cagney@redhat.com>
4908
4909 * printcmd.c (display_command): Replace tui_set_display call with
4910 tui_set_layout_for_display_command.
4911 * tui/tui.h (enum tui_win_type): Define.
4912 (tui_set_layout): Delete declaration.
4913 (tui_set_layout_for_display_command): Rename set_tui_layout.
4914 * tui/tui-data.h (enum tui_layout_type): Define.
4915 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
4916 "tui.h".
4917 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
4918 (tui_default_win_height): Rename tuiDefaultWinHeight.
4919 (tui_default_win_viewport_height): Rename
4920 tuiDefaultWinViewportHeight.
4921 (tui_set_layout): RenametuiSetLayout.
4922 * tui/tui-layout.c: Update references.
4923 * tui/tui.c: Update references.
4924 * tui/tui-disasm.c: Update references.
4925
b368761e
DC
49262004-01-23 David Carlton <carlton@kealia.com>
4927
4928 Partial workaround for PR c++/1511:
4929 * cp-namespace.c: Include frame.h.
4930 (cp_lookup_transparent_type): New
4931 (cp_lookup_transparent_type_loop): New.
4932 * cp-support.h: Declare cp_lookup_transparent_type.
4933 * symtab.c (basic_lookup_transparent_type): Renamed from
4934 lookup_transparent_type.
4935 (lookup_transparent_type): Replace old body by a call to
4936 current_language->la_lookup_transparent_type.
4937 * symtab.h: Update copyright. Declare
4938 basic_lookup_transparent_type.
4939 * language.h: Update copyright.
4940 (struct language_defn): Add la_lookup_transparent_type.
4941 * language.c: Update copyright.
4942 (unknown_language_defn): Add basic_lookup_transparent_type.
4943 (auto_language_defn): Add basic_lookup_transparent_type.
4944 (local_language_defn): Add basic_lookup_transparent_type.
4945 * ada-lang.c: Update copyright.
4946 (ada_language_defn): Add basic_lookup_transparent_type.
4947 * c-lang.c: Update copyright.
4948 (c_language_defn): Add basic_lookup_transparent_type.
4949 (cplus_language_defn): Add basic_lookup_transparent_type.
4950 (asm_language_defn): Add basic_lookup_transparent_type.
4951 (minimal_language_defn): Add basic_lookup_transparent_type.
4952 * f-lang.c: Update copyright.
4953 (f_language_defn): Add basic_lookup_transparent_type.
4954 * jv-lang.c: Update copyright.
4955 (java_language_defn): Add basic_lookup_transparent_type.
4956 * m2-lang.c: Update copyright.
4957 (m2_language_defn): Add basic_lookup_transparent_type.
4958 * objc-lang.c: Update copyright.
4959 (objc_language_defn): Add basic_lookup_transparent_type.
4960 * p-lang.c: Update copyright.
4961 (p_language_defn): Add basic_lookup_transparent_type.
4962 * scm-lang.c: Update copyright.
4963 (scm_language_defn): Add basic_lookup_transparent_type.
4964 * Makefile.in (cp-namespace.o): Depend on frame.h.
4965
fdde2d81
DC
49662004-01-23 David Carlton <carlton@kealia.com>
4967
4968 Patch for PR c++/1520:
4969 * dwarf2read.c (read_func_scope): Set processing_current_prefix
4970 properly if we have a specification die.
4971 (determine_prefix_aux): Rename from determine_prefix.
4972 (determine_prefix): Like the old determine_prefix, but never
4973 returns NULL.
4974
5b828b6b
TR
49752004-01-23 Theodore A. Roth <troth@openavr.org>
4976
4977 * avr-tdep.c: Update copyright.
4978 (avr_iaddr_p): Delete unused function.
4979 (avr_saddr_p): Delete unused function.
4980
a1b8c067
DC
49812004-01-23 David Carlton <carlton@kealia.com>
4982
4983 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
4984 Fix for PR symtab/1534.
4985
f2cab569
MK
49862004-01-23 Mark Kettenis <kettenis@gnu.org>
4987
4988 * NEWS (New native configurations): Mention OpenBSD/sparc and
4989 OpenBSD/sparc64.
4990 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
4991 * configure.host: Likewise.
4992 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
4993 handler for OpenBSD.
4994 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
4995
642d8300
MK
49962004-01-22 Mark Kettenis <kettenis@gnu.org>
4997
89aac506
MK
4998 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
4999 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
5000
36662fde
MK
5001 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
5002 * cli/cli-cmds.c (shell_escape): Likewise.
5003
642d8300
MK
5004 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
5005 OpenBSD .note.openbsd.ident sections.
5006
fae299cd
DC
50072004-01-22 David Carlton <carlton@kealia.com>
5008
5009 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
5010 get_scope_pc_bounds.
5011 (read_file_scope): Ditto.
5012 (get_scope_pc_bounds): New function, produced by extracting code
5013 from the above two functions, consolidating it, and adding support
5014 for DW_TAG_namespace.
5015
a49d618c
MK
50162004-01-22 Mark Kettenis <kettenis@gnu.org>
5017
5018 * osabi.c (MAX_NOTESZ): New define.
5019 (check_note): New function.
5020 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
5021 check_note.
5022
fe61caab
RM
50232004-01-21 Roland McGrath <roland@redhat.com>
5024
5025 * MAINTAINERS (write after approval): Add myself.
5026
ec145965
EZ
50272004-01-21 Eli Zaretskii <eliz@gnu.org>
5028
5029 * utils.c (init_page_info): Move declarations of `rows' and
5030 `cols' before the __GO32__-specific code. Move the closing brace
5031 outside the #ifdef __GO32__..#endif block.
5032 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
5033
877522db
PB
50342004-01-21 Paul Brook <paul@codesourcery.com>
5035
5036 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
5037 BPSTAT_WHAT_CHECK_SHLIBS.
5038
dbf5be1c
PB
50392004-01-21 Paul Brook <paul@codesourcery.com>
5040
5041 * MAINTAINERS: Add myself to write-after-approval.
5042
81f08b92
AC
50432004-01-20 Andrew Cagney <cagney@redhat.com>
5044
5a1efed7
AC
5045 * ax-gdb.c (print_axs_value): Delete unused function.
5046 * jv-lang.c (java_lookup_type): Delete unused function.
5047 * cli/cli-dump.c (dump_filetype): Delete unused function.
5048 * remote-mips.c (remote_mips_insert_hw_breakpoint)
5049 (remote_mips_remove_hw_breakpoint): Delete unused functions.
5050 (mips_getstring): Delete unused function.
5051 (pmon_insert_breakpoint): Delete #if0ed function.
5052 (PMON_MAX_BP): Delete #if0ed MACRO.
5053 (mips_pmon_bp_info): Delete #if0ed variable.
5054 (pmon_remove_breakpoint): Delete #if0ed function.
5055 * monitor.c (monitor_write_even_block): Delete unused function.
5056 (monitor_write_memory_block): Delete #if0ed code.
5057 * dink32-rom.c (dink32_load): Delete unused function.
5058 (_initialize_dink32_rom): Delete #if0ed code.
5059 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
5060
b0a30fce
AC
5061 * tui/tui-command.c: Update references.
5062 * tui/tui-io.c: Update references.
5063 * tui/tui-command.h: Update copyright.
5064 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
5065
81f08b92
AC
5066 * source.c (ambiguous_line_spec): Delete never-defined function.
5067 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
5068 * gdbtypes.c (add_name, add_mangled_type): Ditto.
5069 * cli/cli-cmds.c (validate_comname): Ditto.
5070
65f05602
AC
5071 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
5072 "tui-data.h".
5073 (tui_set_disassem_content): Rename tuiSetDisassemContent.
5074 (tui_show_disassem): Rename tuiShowDisassem.
5075 (tui_show_disassem_and_update_source): Rename
5076 tuiVerticalDisassemScroll.
5077 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
5078 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
5079 * tui/tui.h: Update copyright.
5080 (enum tui_status): Define.
5081 * tui/tui-data.h (enum tui_scroll_direction): Define.
5082 * tui/tui-disasm.c: Update copyright. Update references.
5083 * tui/tui-winsource.c: Update copyright. Update references.
5084 * tui/tui-win.c: Update references.
5085 * tui/tui-layout.c: Update references.
5086
6bb0384f
AC
50872004-01-20 Andrew Cagney <cagney@redhat.com>
5088
5089 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
5090 sym2 to start of block.
5091
9175c9a3
MC
50922004-01-19 Michael Chastain <mec.gnu@mindspring.com>
5093
5094 * MAINTAINERS: Delete mmalloc.
5095 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
5096 * NEWS: Mention removal of --with-malloc.
5097 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
5098 * config.in: Regenerate.
5099 * configure: Regenerate.
6bb0384f
AC
5100 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
5101 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
5102 * gdbinit.in: Remove mmalloc.
5103 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
5104 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
5105 * config/i386/go32.mh: Likewise.
5106 * config/i386/interix.mh: Likewise.
5107 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
5108
4fcef00a
JJ
51092004-01-19 Jeff Johnston <jjohnstn@redhat.com>
5110
5111 * linespec.c (decode_variable, symtab_from_filename): Call
5112 error_silent with error message instead of throwing an exception
5113 directly.
5114 * defs.h (error_silent, error_output_message): Add prototypes.
5115 (catch_exceptions_with_msg): Ditto.
5116 * utils.c (error_silent, error_output_message): New functions.
5117 * top.c (catch_exceptions_with_msg): New function.
5118
8e94b928
NR
51192004-01-20 Nick Roberts <nick@nick.uklinux.net>
5120
5121 * mi/mi-cmds.h (enum print_values): Add definition.
5122
5123 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
5124 type and value for simple data types and just the name and type
5125 for complex ones, if required.
5126
5127 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
5128 children, if required.
5129
a02d6af8
KB
51302004-01-19 Kevin Buettner <kevinb@redhat.com>
5131
5132 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
5133 unused declarations.
5134
78a4a9b9
AC
51352004-01-19 Andrew Cagney <cagney@redhat.com>
5136
5137 * top.h (mapped_symbol_files): Delete declaration.
5138 * main.c (captured_main): Delete option "m" and "mapped".
5139 * objfiles.c (mapped_symbol_files): Delete variable.
5140 * symfile.c (symbol_file_command): Delete mmap code.
5141 (symbol_file_add_with_addrs_or_offsets): Ditto.
5142 (add_symbol_file_command, reread_separate_symbols): Ditto.
5143 * objfiles.h (OBJF_MAPPED): Delete.
5144 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
5145 (free_objfile) [USE_MMALLOC]: Ditto.
5146 (open_existing_mapped_file): Delete function.
5147 (open_mapped_file): Delete function.
5148 (map_to_file): Delete function.
5149
2dbd5e30
KB
51502004-01-19 Kevin Buettner <kevinb@redhat.com>
5151
5152 * infrun.c (step_into_function): Account for possible breakpoint
5153 adjustment when computing ``stop_func_start''.
5154
437b434f
KB
51552004-01-19 Kevin Buettner <kevinb@redhat.com>
5156
5157 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
5158 the region size against the size of a pointer, not the size of
5159 a register as given by DEPRECATED_REGISTER_SIZE.
5160
55fb0713
AC
51612004-01-19 Andrew Cagney <cagney@redhat.com>
5162
5163 * tui/tui-regs.h: Include "tui-data.h".
5164 (tuiFirstRegElementNoInLine): Delete declaration.
5165 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
5166 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
5167 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
5168 (tui_calculate_regs_column_count): Rename
5169 tuiCalculateRegsColumnCount.
5170 (tui_check_register_values): Rename tuiCheckRegisterValues.
5171 (tui_show_registers): Rename tuiShowRegisters.
5172 (tui_display_registers_from_line): Rename
5173 tuiDisplayRegistersFromLine.
5174 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
5175 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
5176 (tui_first_reg_element_no_inline): Rename
5177 tuiFirstRegElementNoInLine.
5178 * tui/tui-data.h: Update copyright.
5179 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
5180 * tui/tui-windata.c: Update copyright, update references.
5181 * tui/tui-regs.c: Update copyright, update references.
5182 * tui/tui-win.c: Update copyright, update references.
5183 * tui/tui-layout.c: Update copyright, update references.
fe61caab 5184
cebe9500
AC
51852004-01-18 Andrew Cagney <cagney@redhat.com>
5186
bcdf1568
AC
5187 * tui/tui-io.c: Update copyright.
5188 (key_is_end_sequence, key_is_backspace): New functions.
5189 (key_is_command_char, key_is_start_sequence): New function.
5190 (tui_getc): Update references.
5191 * tui/tui-io.h: Update copyright.
5192 (m_tuiStartNewLine): Delete macro.
5193 (m_isBackspace, m_isDeleteChar): Delete macros.
5194 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
5195 (m_isNextPage, m_isPrevPage): Delete macros.
5196 (m_isLeftArrow, m_isRightArrow): Delete macros.
5197 (m_isXdbStyleCommandChar): Delete macro.
5198 (key_is_start_sequence): Declare, replace m_isStartSequence.
5199 (key_is_end_sequence): Declare, replace m_isEndSequence.
5200 (key_is_backspace): Declare ,replace m_isBackspace.
5201 (key_is_command_char): Declare, replace m_isCommandChar.
5202 * tui/tui-command.c: Update copyright.
5203 (tuiDispatchCtrlChar): Update references.
5204
130d87e6
AC
5205 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
5206 tuiSourceWin.h.
5207
d7b2e967
AC
5208 * tui/tui-command.c: Rename tui/tuiCommand.c.
5209 * tui/tui-command.h: Rename tui/tuiCommand.h.
5210 * tui/tui-data.c: Rename tui/tuiData.c.
5211 * tui/tui-data.h: Rename tui/tuiData.h.
5212 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
5213 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
5214 * tui/tui-io.c: Rename tui/tuiIO.c.
5215 * tui/tui-io.h: Rename tui/tuiIO.h.
5216 * tui/tui-layout.c: Rename tui/tuiLayout.c.
5217 * tui/tui-layout.h: Rename tui/tuiLayout.h.
5218 * tui/tui-regs.c: Rename tui/tuiRegs.c.
5219 * tui/tui-regs.h: Rename tui/tuiRegs.h.
5220 * tui/tui-source.c: Rename tui/tuiSource.c.
5221 * tui/tui-source.h: Rename tui/tuiSource.h.
5222 * tui/tui-stack.c: Rename tui/tuiStack.c.
5223 * tui/tui-stack.h: Rename tui/tuiStack.h.
5224 * tui/tui-win.c: Rename tui/tuiWin.c.
5225 * tui/tui-win.h: Rename tui/tuiWin.h.
5226 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
5227 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
5228 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
5229 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
5230 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
5231 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
5232 * tui/tui-file.c: Update includes.
5233 * tui/tui-hooks.c: Update includes.
5234 * tui/tui-interp.c: Update includes.
5235 * tui/tui.c: Update includes.
5236 * Makefile.in: Update all tui/ dependencies.
5237 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
5238
b2100910
AC
5239 * Makefile.in: Update copyright. Update dependencies.
5240
cebe9500
AC
5241 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
5242 problem.
5243
c6f0559b
AC
52442004-01-18 Andrew Cagney <cagney@redhat.com>
5245
43e9390b
AC
5246 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
5247 instead of register_gdbarch_init.
5248
c6f0559b
AC
5249 * remote-sds.c (tohex): Delete unused function. Update copyright.
5250 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
5251 * v850-tdep.c (v850_register_virtual_size): Ditto.
5252 * target.c (normal_target_post_startup_inferior): Ditto.
5253 * source.c (ambiguous_line_spec): Ditto.
5254 * remote.c (adapt_remote_get_threadinfo): Ditto.
5255 * mi/mi-out.c (out_field_fmt): Ditto.
5256 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
5257 (output_control_change_notification): Ditto.
5258 * m68k-tdep.c (m68k_register_byte): Ditto.
5259 (m68k_remote_breakpoint_from_pc): Ditto.
5260 * ui-out.c (init_ui_out_state): Delete unused declaration.
5261 * stabsread.c (search_value): Ditto.
5262 * mi/mi-cmd-env.c (env_cli_command): Ditto.
5263 * maint.c (print_section_table): Ditto.
5264 * infrun.c (set_follow_fork_mode_command): Ditto.
5265
a8504492
MK
52662004-01-18 Mark Kettenis <kettenis@gnu.org>
5267
5268 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
5269 DW_CFA_def_cfa_exporession. Add support for
5270 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
5271 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
5272
0bd8997e
AC
52732004-01-18 Andrew Cagney <cagney@redhat.com>
5274
5275 * ocd.c: Update copyright.
5276 (bdm_read_register_command): Delete unused function.
5277 (_initialize_remote_ocd): Delete commented out reference.
5278 (get_quoted_char, reset_packet): Delete #if0ed function.
5279 (output_packet, put_quoted_char): Delete #if0ed function.
5280 (stu_put_packet, stu_get_packet): Delete #if0ed function.
5281 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
5282 (BDM_BREAKPOINT): Delete #if0ed macro.
5283 (remote_timeout): Delete #if0ed variable.
5284
31bb40e4
MK
52852004-01-18 Mark Kettenis <kettenis@gnu.org>
5286
5287 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
5288 (core-sol2.o): Remove dependency.
5289 * core-sol2.c: Remove file.
5290
887432a5
AC
52912004-01-17 Andrew Cagney <cagney@redhat.com>
5292
5293 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
5294 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
5295 enums.
5296
29182b13
DJ
52972004-01-17 Daniel Jacobowitz <drow@mvista.com>
5298
5299 * remote.c: Update copyright years.
5300
2963ee1d
DJ
53012004-01-17 Daniel Jacobowitz <drow@mvista.com>
5302
5303 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
5304
79d45cd4
AC
53052004-01-17 Andrew Cagney <cagney@redhat.com>
5306
ee300cd4
AC
5307 * mdebugread.c: Update copyright.
5308 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
5309 (parse_type, parse_procedure): Ditto.
5310 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
5311
fcacc9c2
AC
5312 * cris-tdep.c (cris_store_struct_return): Put back accidently
5313 deleted function.
5314
79d45cd4
AC
5315 * gdbarch.sh: Update copyright year.
5316 * gdbarch.h, gdbarch.c: Re-generate.
5317
b263358a
DJ
53182004-01-17 Daniel Jacobowitz <drow@mvista.com>
5319
5320 Suggested by George Anzinger.
5321 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
5322 correct stack offset. Include unknown opcode numbers in the error
5323 message.
5324
931aecf5
AC
53252004-01-17 Andrew Cagney <cagney@redhat.com>
5326
5327 * x86-64-tdep.c (x86_64_init_abi): No need to clear
5328 extract_struct_value_address, i386 does not set it.
5329 * sparc64-tdep.c (sparc64_init_abi): Do not set
5330 extract_struct_value_address, never called.
5331 (sparc64_extract_struct_value_address): Delete function.
5332 * m68hc11-tdep.c: Update copyright.
5333 (m68hc11_gdbarch_init): Delete redundant assignment of
5334 extract_struct_value_address.
5335 * i386-tdep.c: Update copyright.
5336 (i386_gdbarch_init): Do not set extract_struct_value_address,
5337 never called.
5338 (i386_extract_struct_value_address): Delete function.
5339 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
5340 extract_struct_value_address, never called.
5341 (sparc32_extract_struct_value_address): #if 0 function. Add
5342 comments explaining its future.
5343
756fe439
DJ
53442004-01-17 Daniel Jacobowitz <drow@mvista.com>
5345
5346 * arm-tdep.c (arm_write_pc): New function.
5347 (arm_gdbarch_init): Call set_gdbarch_write_pc.
5348
e74f0f02
DJ
53492004-01-17 Daniel Jacobowitz <drow@mvista.com>
5350
5351 * breakpoint.c (must_shift_inst_regs): Delete.
5352 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
5353 and SHIFT_INST_REGS.
5354 * infcmd.c (step_1, step_1_continuation): Delete references to
5355 SHIFT_INST_REGS.
5356 * infrun.c (keep_going): Likewise.
5357 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
5358 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
5359
b6cb9035
AC
53602004-01-17 Andrew Cagney <cagney@redhat.com>
5361
444a1e2e
AC
5362 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5363 * gdbarch.h, gdbarch.c: Re-generate.
5364 * infcmd.c (print_return_value): Delete reference to
5365 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5366
def7e6ed
AC
5367 * cris-tdep.c (cris_gdbarch_init): Do not set
5368 deprecated_extract_struct_value_address.
5369
07be497a
AC
5370 * xstormy16-tdep.c: Update copyright.
5371 (xstormy16_extract_struct_value_address): Update to current
5372 extract struct value address interface.
5373 (xstormy16_gdbarch_init): Set extract_struct_value_address.
5374 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
5375 current extract struct value address interface.
5376 (sh64_gdbarch_init): Set extract_struct_value_address.
5377
6b4d5c91
AC
5378 * cris-tdep.c: Update copyright.
5379 (cris_extract_struct_value_address): Delete function.
5380 (struct_return_address): Delete variable.
5381 (cris_store_struct_return): Do not set struct_return_address.
5382
464e0365
AC
5383 * mcore-tdep.c: Update copyright.
5384 (mcore_extract_struct_value_address): Delete function. Update
5385 comments.
5386 (mcore_gdbarch_init): Update.
5387 * mn10300-tdep.c: Update copyright.
5388 (mn10300_extract_struct_value_address): Delete function.
5389 (mn10300_gdbarch_init): Update.
5390 * v850-tdep.c: Update copyright.
5391 (v850_extract_struct_value_address): Delete.
5392 (v850_gdbarch_init): Update.
5393 * ns32k-tdep.c: Update copyright.
5394 (ns32k_extract_struct_value_address): Delete.
5395 (ns32k_gdbarch_init): Update.
5396 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
5397 (hppa_gdbarch_init): Update.
5398 * vax-tdep.c: Update copyright.
5399 (vax_extract_struct_value_address): Delete.
5400 (vax_gdbarch_init): Update.
5401
afb18d0f
AC
5402 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
5403 * gdbarch.h, gdbarch.c: Re-generate.
5404 * procfs.c (procfs_fetch_registers): Delete reference to
5405 DEPRECATED_NPC_REGNUM.
5406 (procfs_store_registers): Ditto.
5407 * regcache.c (generic_target_write_pc): Simplify.
5408 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
5409
a698f53e
AC
5410 * core-sol2.c (fetch_core_registers): Replace
5411 DEPRECATED_NPC_REGNUM with equivalent tdep value.
5412
adc11376
AC
5413 * hppa-tdep.c: Update copyright year.
5414 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
5415 NPC_REGNUM.
5416 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
5417
b6cb9035
AC
5418 * mips-tdep.c (mips_write_pc): New function.
5419 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
5420 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
5421 (mips_find_saved_regs, mips_software_single_step: Ditto.
5422 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
5423 mips_init_extra_frame_info, mips_pop_frame): Ditto.
5424
6d82d43b
AC
54252004-01-17 Andrew Cagney <cagney@redhat.com>
5426
5427 * mips-tdep.c: Re-indent. Group functions by ABI.
5428
71bd6bd4
AC
54292004-01-17 Andrew Cagney <cagney@redhat.com>
5430
5431 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
5432 * gdbarch.c: Re-generate.
5433 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5434 DECR_PC_AFTER_BREAK to zero.
5435 * vax-tdep.c (vax_gdbarch_init): Ditto.
5436 * v850-tdep.c (v850_gdbarch_init): Ditto.
5437 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5438 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5439 * sh-tdep.c (sh_gdbarch_init): Ditto.
5440 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5441 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5442 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5443 * mips-tdep.c (mips_gdbarch_init): Ditto.
5444 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5445 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5446 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5447 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5448 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
5449 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5450 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5451 * frv-tdep.c (frv_gdbarch_init): Ditto.
5452 * cris-tdep.c (cris_gdbarch_init): Ditto.
5453 * avr-tdep.c (avr_gdbarch_init): Ditto.
5454 * arm-tdep.c (arm_gdbarch_init): Ditto.
5455 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
5456
a02abb62
JB
54572004-01-17 J. Brobecker <brobecker@gnat.com>
5458
5459 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
5460 Delete, no longer used.
5461 (read_subrange_type): New function, mostly extracted from
5462 read_array_type().
5463 (read_array_type): Replace extracted code by call to
5464 read_subrange_type().
5465 (dwarf2_get_attr_constant_value): New function.
5466 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
5467 (add_partial_symbol): Likewise.
5468 (process_die): Likewise.
5469 (new_symbol): Likewise.
5470 (read_type_die): Likewise.
5471
cf5b2f1b
AC
54722004-01-16 Andrew Cagney <cagney@redhat.com>
5473
5474 * symfile.c: Update copyright year.
5475 (compare_symbols): Delete unused function.
5476 * stabsread.c: Update copyright year.
5477 (lrs_general_complaint): Delete unused function.
5478 (ref_search_value): Ditto.
5479 (get_substring): Delete declaration.
5480 * sh64-tdep.c: Update copyright year.
5481 (sh64_get_gdb_regnum): Delete unused function.
5482 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
5483 Delete unused function.
5484
d33b9831
MK
54852004-01-17 Mark Kettenis <kettenis@gnu.org>
5486
5487 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
5488 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
5489
7aea86e6
AC
54902004-01-16 Andrew Cagney <cagney@redhat.com>
5491
5492 Changes from Peter Schauer.
5493 * rs6000-tdep.c: Update copyright year.
5494 (rs6000_push_dummy_call): Update the stack pointer before
5495 accessing the corresponding stack region.
5496 * rs6000-nat.c: Update copyright year.
5497 (set_host_arch): Set "info.abfd" to "exec_bfd".
5498
26b0da32
MK
54992004-01-15 Mark Kettenis <kettenis@gnu.org>
5500
5501 * blockframe.c: Update copyright year.
5502 (inside_entry_func): Don't treat a zero PC specially.
5503
86fbe6cc
EZ
55042004-01-14 Elena Zannoni <ezannoni@redhat.com>
5505
5506 * gcore.c (gcore_copy_callback): Use paddr_d to print size
5507 variable.
5508 (gcore_create_callback): Ditto. Skip any memory segment that has
5509 no permissions set.
5510
63d06c5c
DC
55112004-01-14 David Carlton <carlton@kealia.com>
5512
5513 Change symbols for C++ nested types to contain the fully qualified
5514 name, if possible. (At least in the DWARF-2 case.) Partial fix
5515 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
5516 c++/895.
5517 * c-exp.y (qualified_type): Handle types nested within classes.
5518 * cp-namespace.c: Update comments.
5519 (cp_set_block_scope): Delete #if 0.
5520 (cp_lookup_nested_type): Handle types nested within classes.
5521 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
5522 when appropriate.
5523 (add_partial_symbol): Add the name of the enclosing namespace to
5524 types.
5525 (pdi_needs_namespace): New.
5526 (add_partial_namespace): Tweak comment.
5527 (add_partial_structure): New.
5528 (psymtab_to_symtab_1): Initialize processing_current_prefix
5529 here...
5530 (process_die): instead of here.
5531 (read_structure_scope): Try to figure out the name of the class or
5532 namespace that the structure might be defined within.
5533 (read_enumeration): Generate fully-qualified names, if possible.
5534 (read_namespace): Don't set name to NULL.
5535 (die_specification): New.
5536 (new_symbol): Generate fully-qualified names for types.
5537 (read_type_die): Determine appropriate prefix.
5538 (determine_prefix): New.
5539 (typename_concat): New.
5540 (class_name): New.
5541 * valops.c (value_aggregate_elt): Pass NOSIDE to
5542 value_struct_elt_for_reference.
5543 (value_struct_elt_for_reference): Make static, add NOSIDE
5544 parameter, call value_maybe_namespace_elt as a last resort.
5545 (value_namespace_elt): Break out code into
5546 value_maybe_namespace_elt.
5547 (value_maybe_namespace_elt): New.
5548
87783b8b
AC
55492004-01-12 Andrew Cagney <cagney@redhat.com>
5550
5551 * mips-tdep.c (mips_convert_register_p): Handle both raw and
5552 cooked floating-point registers.
5553 (mips_gdbarch_init): Set convert_register_p, register_to_value,
5554 and value_to_register.
5555
6503b91e
AC
55562004-01-13 Andrew Cagney <cagney@redhat.com>
5557
5558 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
5559 * gdbarch.c: Re-generate.
5560 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5561 FUNCTION_START_OFFSET.
5562 * v850-tdep.c (v850_gdbarch_init): Ditto.
5563 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
5564 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5565 * sh-tdep.c (sh_gdbarch_init): Ditto.
5566 * s390-tdep.c (s390_gdbarch_init): Ditto.
5567 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5568 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5569 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5570 * mips-tdep.c (mips_gdbarch_init): Ditto.
5571 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5572 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5573 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5574 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
5575 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5576 * i386-tdep.c (i386_gdbarch_init): Ditto.
5577 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
5578 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5579 * frv-tdep.c (frv_gdbarch_init): Ditto.
5580 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5581 * cris-tdep.c (cris_gdbarch_init): Ditto.
5582 * avr-tdep.c (avr_gdbarch_init): Ditto.
5583 * arm-tdep.c (arm_gdbarch_init): Ditto.
5584 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
5585
ea1dd7bc
DJ
55862004-01-13 Daniel Jacobowitz <drow@mvista.com>
5587
5588 * infrun.c (follow_fork_mode_ask): Remove.
5589 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
5590 (follow_fork): Simplify and remove internal error for
5591 follow_fork_mode_ask.
5592 (_initialize_infrun): Update "set follow-fork-mode" help text.
5593
0f0cffd2
AC
55942004-01-13 Andrew Cagney <cagney@redhat.com>
5595
5596 * configure.in: Update copyright year.
5597 (build_warnings): Add -Wunused-label.
5598 * configure: Re-generate.
5599
de38af99
AC
56002004-01-12 Andrew Cagney <cagney@redhat.com>
5601
954a7fba
AC
5602 * exec.h (exec_ops): Make "extern".
5603
de38af99
AC
5604 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
5605 the function is void.
5606 (mips_pseudo_register_write): Ditto.
5607
1a111ce3
AC
56082004-01-12 Andrew Cagney <cagney@redhat.com>
5609
5610 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
5611 call. Never defined.
5612 * sparc-tdep.h (struct frame_info): Add opaque declaration.
5613 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
5614 (struct sparc_gregset, struct regcache): Ditto.
5615 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
5616
48efe704
AC
56172004-01-12 Andrew Cagney <cagney@redhat.com>
5618
5619 * mi/ChangeLog: Delete file. Renamed to ...
5620 * mi/ChangeLog-1999-2003: New file.
5621 * tui/ChangeLog: Delete file. Renamed to ...
5622 * tui/ChangeLog-1998-2003: New file.
fe61caab 5623
a54124c5
MK
56242004-01-11 Mark Kettenis <kettenis@gnu.org>
5625
2ca62865
MK
5626 * sparc64nbsd-tdep.c: Include "regset.h".
5627 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
5628 Remove variables.
5629 (fetch_core_registers): Remove function.
5630 (sparc64nbsd_core_fns): Remove variable.
5631 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
5632 functions.
5633 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
5634 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
5635 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
5636
ca9d58e9
MK
5637 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
5638 sparc_extract_struct_value_address.
5639 (sparc32_gdbarch_init): Set extract_struct_value_address.
5640 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
5641 function.
5642 (sparc64_init_abi): Set extract_struct_value_address. Don't set
5643 return_value_on_stack.
5644
3cc87ec0
MK
5645 * NEWS: Mention that %cs and %ss have been added to the AMD64
5646 configurations
5647
5bf00f29
MK
5648 * frame.c: Update copyright year.
5649 (get_prev_frame): Improve comment.
5650
4f7ec84e
MK
5651 * sparc64fbsd-tdep.c: Include "regset.h".
5652 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
5653 Remove variables.
5654 (fetch_core_registers): Remove function.
5655 (sparc64fbsd_core_fns): Remove variable.
5656 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
5657 functions.
5658 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
5659 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 5660 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 5661
4e7b0cd3
MK
5662 * sparcnbsd-tdep.c: Include "regset.h".
5663 (fetch_core_registers): Remove function.
5664 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
5665 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
5666 functions.
5667 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
5668 TDEP->fpregset.
46b58ce9 5669 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 5670
a54124c5
MK
5671 * sparc-tdep.h (struct regset): Provide opaque declaration.
5672 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
5673 fpregset and sizeof_fpregset members.
5674 * sparc-tdep.c (struct regset): Provide opaque declaration.
5675 (sparc_regset_from_core_section): New function.
5676 (sparc32_gdbarch_init): Initialize TDEP->gregset,
5677 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
5678 Set regset_from_core_section when appropriate.
5679
29ff87c5
MK
56802004-01-10 Mark Kettenis <kettenis@gnu.org>
5681
79b1ab3d
MK
5682 * x86-64-tdep.c (amd64_non_pod_p): New function.
5683 (amd64_classify_aggregate): Return class memory for non-POD
5684 C++ structure types.
5685
6470d250
MK
5686 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
5687 argument. Use it to reserve a register if necessary.
5688 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
5689 amd64_push_arguments.
5690
562c50c2
MK
5691 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
5692
af233647
MK
5693 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
5694 register numbers in comments.
5695 * x86-64-tdep.h: Update copyright year.
5696 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
5697 Adjust for addition of %cs and %ss.
5698 * amd64fbsd-nat.c: Update copyright year.
5699 (reg_offset): Add register offsets for %cs and %ss.
5700 * amd64fbsd-tdep.c: Update copyright year.
5701 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
5702 (amd64fbsd_sc_reg_offset): Likewise.
5703 * x86-64-linux-nat.c: Update copyright year.
5704 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
5705 and %ss.
5706 * amd64nbsd-nat.c: Update copyright year.
5707 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
5708 * amd64nbsd-tdep.c: Update copyright year.
5709 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
5710 * x86-64-linux-tdep.c: Update copyright year.
5711 (user_to_gdb_regmap): Add mapping for %cs and %ss.
5712 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
5713 * regformats/reg-x86-64.dat: Add %cs and %ss.
5714
29ff87c5
MK
5715 * blockframe.c (inside_entry_func): Reformat. Introduce new local
5716 variables to prevent long lines. Update comments to reflect
5717 reality.
5718
38d518c9
EZ
57192004-01-09 David Carlton <carlton@kealia.com>
5720
5721 Checked in by Elena Zannoni <ezannoni@redhat.com>.
5722 * dwarf2read.c (read_namespace): Pull out name-generating code
5723 into namespace_name. Rename previous_namespace to previous_prefix
5724 and processing_current_namespace to processing_current_prefix..
5725 (namespace_name): New function.
5726 (add_partial_symbol): Substitute uses of pdi->name with
5727 actual_name.
5728 * cp-support.h: Rename processing_current_namespace to
5729 processing_current_prefix.
5730 Update copyright year.
5731 * cp-namespace.c: Rename processing_current_namespace to
5732 processing_current_prefix.
5733 Update copyright year.
fe61caab 5734
1e4728e7
AC
57352004-01-09 Andrew Cagney <cagney@redhat.com>
5736
5737 * jv-valprint.c, ser-unix.c: Add missing copyright years.
5738
c77c642a
MK
57392004-01-09 Mark Kettenis <kettenis@gnu.org>
5740
5741 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
5742 complaining.
5743 (process_one_symbol): Deal with N_PATCH stabs.
5744
b44e9041
EZ
57452004-01-09 Elena Zannoni <ezannoni@redhat.com>
5746
5747 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
5748 ifdeffed code.
5749 Update copyright year.
38d518c9 5750
eccfb640
MC
57512004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5752
5753 * config/pa/tm-hppa.h: Update extern declarations for
5754 hppa32_hpux_frame_saved_pc_in_sigtramp,
5755 hppa32_hpux_frame_base_before_sigtramp, and
5756 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
5757
848c5feb
MC
57582004-01-08 Michael Chastain <mec.gnu@mindspring.com>
5759
5760 * config/pa/tm-hppah.h: Update copyright years.
5761
3cc5d663
AC
57622004-01-08 Andrew Cagney <cagney@redhat.com>
5763
5764 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
5765 (mips_o32_reg_struct_has_addr): Delete function.
5766 (mips_gdbarch_init): Update.
5767 (mips_extract_struct_value_address): Delete function.
5768
bfec0b41
JJ
57692004-01-08 David Mosberger <davidm@hpl.hp.com>
5770
5771 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
5772 reality.
5773
16e109ca
AC
57742004-01-07 Andrew Cagney <cagney@redhat.com>
5775
6214a8a1
AC
5776 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
5777 architecture's elf flags (when available).
5778
8d5838b5
AC
5779 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
5780 FPU to the start, check the MIPS FPU when looking for an old
5781 architecture.
5782 (set_mipsfpu_single_command): Update the architecture.
5783 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
5784
480d3dd2
AC
5785 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
5786 (mips_mask_address_p): Add "tdep" parameter.
5787 (show_mask_address, mips_addr_bits_remove): Update.
5788 (mips_dump_tdep): Update.
5789 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
5790 (MIPS_STACK_ARGSIZE): Delete macro.
5791 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
5792 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
5793 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
5794 (mips_dump_tdep): Update.
5795 (MIPS_SAVED_REGSIZE): Delete macro.
5796 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
5797 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
5798 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
5799 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
5800 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
5801 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
5802 (mips_pop_frame, return_value_location): Update.
5803 (mips_n32n64_return_value, mips_dump_tdep): Update.
5804
ec03c1ac
AC
5805 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
5806 MIPS ABI.
5807
16e109ca
AC
5808 * mips-tdep.c: Update copyright.
5809 (mips_gdbarch_init): Merge two code blocks handling the register
5810 name and number layout.
5811
15255275
MS
58122004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
5813
5814 * tracepoint.c (validate_actionline): Fix segv at EOF
5815
9f9057da
MC
58162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
5817
5818 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
5819 properly for static fields.
5820
0127c0d3 58212004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 5822 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
5823
5824 * disasm.c: Update copyright to include 2004.
5825 (do_mixed_source_and_assembly): For uiout asm list
5826 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 5827 NULL and do so prior to loop. Only reset when we close off
0127c0d3 5828 the tuple/list. Move check for whether to close off the
fe61caab 5829 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
5830 on each loop iteration.
5831
5269965e
AC
58322004-01-05 Andrew Cagney <cagney@redhat.com>
5833
54f1137d
AC
5834 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
5835 should be a switch case and not a label.
5836 * mips-tdep.c (mips32_next_pc): Delete unused labels
5837 "greater_equal_branch" and "less_zero_branch".
5838 * jv-valprint.c (java_print_value_fields): Delete unused label
5839 "flush_it".
5840
5269965e
AC
5841 * target.c (unpush_target): Only close a target that is in the
5842 target stack.
5843
dbc22fa1
MK
58442004-01-05 Mark Kettenis <kettenis@gnu.org>
5845
9515395e
MK
5846 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
5847 address from [sp + 64] instead of %o2.
5848
dbc22fa1
MK
5849 * frame.c (get_prev_frame): Don't try to unwind the PC. This
5850 fixes PR backtrace/1476.
5851
5439edaa
AC
58522004-01-05 Andrew Cagney <cagney@redhat.com>
5853
5854 * libunwind-frame.h (struct frame_id): Add opaque declaration,
5855 move to start of file.
5856 * i386-tdep.h (struct regcache): Add opaque declaration.
5857 * config/ia64/nm-linux.h (struct target_ops): Add opaque
5858 declaration.
5859 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
5860 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
5861 * win32-nat.c (fake_create_process): Use ISO C style definition.
5862 * stabsread.c (define_symbol): Delete #ifndef
5863 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
5864 stabs_argument_has_addr call, macro never defined.
5865
19061abe
MC
58662004-01-04 Michael Chastain <mec.gnu@mindspring.com>
5867
5868 * op50-rom.c: Delete.
5869 * w89k-rom.c: Delete.
5870 * Makefile.in: Remove references.
5871
e53bef9f
MK
58722004-01-04 Mark Kettenis <kettenis@gnu.org>
5873
5874 * x86-64-tdep.c: Update copyright year.
5875 (struct amd64_register_info): Rename from x86_64_register_info.
5876 (amd64_register_info): Rename from x86_64_register_info.
5877 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
5878 (amd64_register_name): Rename from x86_64_register_name.
5879 (amd64_register_type): Rename from x86_64_register_type.
5880 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
5881 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
5882 (amd64_dwarf_reg_to_regnum): Rename from
5883 x86_64_dwarf_reg_to_regnum.
5884 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
5885 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
5886 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
5887 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
5888 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
5889 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
5890 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
5891 (amd64_frame_cache): Rename from x86_64_frame_cache.
5892 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
5893 (amd64_frame_prev_register): Rename from
5894 x86_64_frame_prev_register.
5895 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
5896 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
5897 (amd64_sigtramp_frame_cache): Rename from
5898 x86_64_sigtramp_frame_cache.
5899 (amd64_sigtramp_frame_prev_register): Rename from
5900 x86_64_sigtramp_frame_prev_register.
5901 (amd64_sigtramp_frame_unwind): Rename from
5902 x86_64_sigtramp_frame_unwind.
5903 (amd64_sigtramp_frame_sniffer): Rename from
5904 x86_64_sigtramp_frame_sniffer.
5905 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
5906 (amd64_frame_base): Rename from x86_64_frame_base.
5907 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
5908 (amd64_frame_align): Rename from x86_64_frame_align.
5909 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
5910 (amd64_regset_from_core_section): Rename from
5911 x86_64_regset_from_core_section.
5912 (x86_64_init_abi): Update comments.
5913
fca6aa58
NR
59142004-01-04 Nick Roberts <nick@nick.uklinux.net>
5915
5916 * MAINTAINERS (write after approval): Add myself.
5917
8ada74e3
MK
59182004-01-04 Mark Kettenis <kettenis@gnu.org>
5919
5920 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
5921 `float' arguments.
5922
5154b0cd
MK
59232004-01-04 Mark Kettenis <kettenis@gnu.org>
5924
5925 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
5926 such that it mentions a specific version of GCC that exhibits this
5927 bug.
5928
fb316966
MK
59292004-01-03 Mark Kettenis <kettenis@gnu.org>
5930
200cc553
MK
5931 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
5932 structure that has a single `float' member, store it in %f1 in
5933 addition to %f0.
5934
e226a4a0
MK
5935 * sparc-sol2-nat.c: Add missing '\'.
5936
b9d4c5ed
MK
5937 * sparc-tdep.c (sparc32_return_value): New function.
5938 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
5939 Remove functions.
5940 (sparc32_gdbarch_init): Set return_value, don't set
5941 extract_return_value, store_return_value, use_struct_convention
5942 and return_value_on_stack.
5943
fb316966
MK
5944 * sparc-sol2-nat.c: Add missing ')'.
5945
1af510a8
JB
59462004-01-03 J. Brobecker <brobecker@gnat.com>
5947
5948 * infrun.c (handle_step_into_function): New function.
5949 (handle_inferior_event): Extract out some code into the new
5950 function above.
5951
5cf4d23a
JB
59522004-01-03 J. Brobecker <brobecker@gnat.com>
5953
5954 * infrun.c (handle_inferior_event): Move the declaration of
5955 real_stop_pc inside the if blocks where it is used.
5956
60af1db2
MK
59572004-01-03 Mark Kettenis <kettenis@gnu.org>
5958
5959 * sparc64-tdep.c (sparc64_16_byte_align_p)
5960 (sparc64_store_floating_fields, sparc64_store_floating_fields):
5961 Use check_typedef to get subtypes of structures and unions.
5962 (sparc64_store_return_value): Fix calculation of the appropriate
5963 offset into VALBUF when storing a structure or union.
5964 (sparc64_return_value): New function.
5965 (sparc64_use_struct_convention): Remove function.
5966 (sparc64_init_abi): Set return_value, don't set
5967 extract_return_value, store_return_value and
5968 use_struct_convention.
5969
1a901d3f
EZ
59702004-01-03 Eli Zaretskii <eliz@elta.co.il>
5971
5972 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
5973 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
5974 gdb/config/alpha/xm-alphaosf.h,
5975 gdb/config/powerpc/tm-ppcle-eabi.h,
5976 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
5977 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
5978 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
5979 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
5980 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
5981 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
5982 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
5983 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
5984 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
5985 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
5986 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
5987 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
5988 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
5989 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
5990 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
5991 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
5992 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
5993 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
5994 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
5995 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
5996 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
5997 Remove lines for .cvsignore files.
5998
ef52e463
JB
59992004-01-03 J. Brobecker <brobecker@gnat.com>
6000
6001 * infrun.c: Back out the previous change.
6002
cb1bf9dc
MK
60032004-01-03 Mark Kettenis <kettenis@gnu.org>
6004
f0424ef6
MK
6005 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
6006 sparc-*-sunos4* to the list of REMOVED configurations.
6007
cb1bf9dc
MK
6008 * configure.tgt: Add back sparc-*-vxworks*.
6009 * remote-vxsparc.c: Remove all includes except for "defs.h",
6010 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
6011 Include "sparc-tdep.h".
6012 (SPARC_R_G1): New define.
6013 (vxsparc_gregset): New variable.
6014 (ext_format_sparc): Remove extern declaration.
6015 (vx_read_register): Rewrite to use sparc32_supply_gregset and
6016 sparc32_supply_fpregset.
6017 (vx_write_register): Rewrite to use sparc32_collect_gregset,
6018 sparc_collect_rwindow and sparc32_collect_fpregset.
6019 * config/sparc/tm-vxworks.h: New file, based on recently removed
6020 tm-vxsparc.h.
6021 * config/sparc/vxworks.mt: New file, based on recently removed
6022 vxworks.mt.
fe61caab 6023
5e938f9f
JB
60242004-01-03 J. Brobecker <brobecker@gnat.com>
6025
6026 * infrun.c (handle_step_into_function): New function.
6027 (handle_inferior_event): Extract out some code into the new
6028 function above.
6029
386c036b
MK
60302004-01-02 Mark Kettenis <kettenis@gnu.org>
6031
6032 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
6033 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
6034 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
6035 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
6036 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
6037 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
6038 (sparc_nat_h): New variable.
6039 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
6040 (tm-sun4os4.h): Remove dependency.
6041 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
6042 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
6043 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
6044 sparc-tdep.o): Update dependencies.
6045 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
6046 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
6047 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
6048 dependencies.
6049 * configure.host: Remove existing sparc-*-lynxos*,
6050 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
6051 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
6052 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
6053 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
6054 triplets.
6055 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
6056 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
6057 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
6058 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
6059 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
6060 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
6061 sparc64-*-solaris2* and sparc64-*-* triplets.
6062 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
6063 "symtab.h" and "objfiles.h".
6064 (BIAS): Remove define.
6065 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
6066 (X_DISP19): Remove macros.
6067 (sparc_fetch_instruction): Remove function.
6068 (struct gdbarch_tdep): Remove definition.
6069 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
6070 (sparc_breakpoint_from_pc): Remove function.
6071 (struct sparc64_frame_cache): Remove definition.
6072 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
6073 sparc64_unwind_pc): Remove functions.
6074 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
6075 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
6076 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
6077 (sparc64_frame_cache): Change return type to `struct
6078 sparc_frame_cache *'. Simply call sparc_frame_cache.
6079 (sparc64_frame_this_id, sparc64_frame_prev_register,
6080 sparc64_frame_base_address): Use `struct sparc_frame_cache'
6081 instead of `struct sparc64_frame_cache.
6082 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
6083 sparc_analyze_control_transfer, sparc_software_single_step,
6084 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
6085 _initialize_sparc64_tdep): Remove functions.
6086 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
6087 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
6088 macros.
6089 (sparc64_supply_gregset, sparc64_collect_gregset,
6090 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
6091 (sparc64_init_abi): New function.
6092 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
6093 inclusion guard. Include "sparc-tdep.h".
6094 (BIAS): Define.
6095 (r_tstate_offset, r_fprs_offset): New defines.
6096 (enum sparc_regnum): Remove defenition.
6097 (enum sparc64_regnum): Reformat.
6098 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
6099 (sparc64_init_abi, sparc64_supply_gregset,
6100 sparc64_collect_gregset, sparc64_supply_fpregset,
6101 sparc64_collect_fpregset): New prototypes.
6102 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
6103 Add extern declarations.
6104 (sparc64_sol2_init_abi): New prototype.
6105 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
6106 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
6107 prototypes.
6108 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
6109 "sparnbsd-nat.h".
6110 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
6111 functions.
6112 (_initialize_sparc64fbsd_nat): Remove initialization of
6113 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
6114 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 6115 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
6116 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
6117 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
6118 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
6119 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
6120 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
6121 (sparc64fbsd_r_y_offset): Remove variables.
6122 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
6123 Make static and const.
6124 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
6125 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
6126 functions.
6127 (sparc64fbsd_gregset): New variable.
6128 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
6129 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
6130 and sparc64_supply_fpregset.
6131 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
6132 (sparc64fbsd_sigtramp_frame_this_id)
6133 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
6134 (sparc64fbsd_sigtramp_frame_unwind): New variable.
6135 (sparc64fbsd_sigtramp_frame_sniffer): New function.
6136 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
6137 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
6138 * sparcnbsd-tdep.c: Update copyright year. Include
6139 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
6140 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
6141 "value.h" and "sparcnbsd-tdep.h".
6142 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
6143 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
6144 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
6145 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
6146 defines.
6147 (sparcnbsd_gregset): New variable.
6148 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
6149 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
6150 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
6151 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
6152 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
6153 variables.
6154 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
6155 (sparc32nbsd_sigcontext_frame_this_id)
6156 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
6157 (sparc32nbsd_sigcontext_frame_unwind): New variable.
6158 (sparc32nbsd_sigtramp_frame_sniffer): New function.
6159 (sparcnbsd_get_longjmp_target_32,
6160 sparcnbsd_get_longjmp_target_64): Remove functions.
6161 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
6162 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
6163 sparcnbsd_init_elf): Remove.
6164 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
6165 (sparcnbsd_elf_init_abi): New functions.
6166 (_initialize_sparcnbsd_tdep): New prototype.
6167 (_initialize_sparnbsd_tdep): Update.
6168 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
6169 corelow.o. Add sparc64-nat.o and sparc-nat.o.
6170 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
6171 * config/sparc/linux.mh: Update comment.
6172 (XM_FILE, HOST_IPC): Remove variables.
6173 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
6174 sparc-linux-nat.o.
6175 * config/sparc/linux.mt: Update comment.
6176 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
6177 * config/sparc/nbsd.mt: Reformat.
6178 * config/sparc/nbsd64.mh: Update comment.
6179 (NATDEPFILES): Add sparc-nat.o.
6180 * config/sparc/nbsd64.mt: Update comment.
6181 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
6182 (TM_FILE): Set to tm-nbsd.h.
6183 * config/sparc/nbsdelf.mh: Update comment.
6184 (NATDEPFILES): Add sparc-nat.o.
6185 (XM_FILE): Delete.
6186 * config/sparc/nbsdaout.mh: Update comment.
6187 (NATDEPFILES): Add sparc-nat.o
6188 (XM_FILE): Delete.
6189 * config/sparc/nm-linux.h: Update copyright year. Don't include
6190 "config/nm-svr4.h" and "solib.h". Add protection against multiple
6191 inclusion.
6192 (KERNEL_U_SIZE): Remove define.
6193 (kernel_u_size): Remove prototype.
6194 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
6195 * config/sparc/nm-nbsd.h: Update copyright. Don't include
6196 "regcache.h".
6197 (CHILD_PREPARE_TO_STORE): Remove define.
6198 * config/sparc/nm-nbsdaout.h: Tweak some comments.
6199 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
6200 sparcnbsd-nat.c: Rewrite files.
6201 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
6202 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
6203 sparcnbsd-tdep.h: Remove files.
6204 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
6205 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
6206 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
6207 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
6208 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
6209 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
6210 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
6211 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
6212 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
6213 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
6214 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
6215 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
6216 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
6217 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
6218 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
6219 * config/sparc/linux64.mh, config/sparc/linux64.mt,
6220 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
6221 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
6222 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
6223
ee84457a
AC
62242004-01-02 Andrew Cagney <cagney@redhat.com>
6225
6226 From 2003-12-18 Kazuhiro Inaoka:
6227 * configure.host: Add m32r-linux target.
6228
0bc2134e
MC
62292004-01-02 Michael Chastain <mec.gnu@mindspring.com>
6230
6231 * top.c (print_gdb_version): Update year to 2004.
6232
89a72f9c
MM
62332004-01-02 Mark Mitchell <mark@codesourcery.com>
6234
6235 * MAINTAINERS: Add myself to the write-after-approval category.
6236
86b013ed
DJ
62372004-01-02 Daniel Jacobowitz <drow@mvista.com>
6238
6239 From Bernardo Innocenti <bernie@develer.com>:
6240 * configure.tgt: Add uClinux target.
6241
e42c9534
AC
62422004-01-02 Andrew Cagney <cagney@redhat.com>
6243
6244 * utils.c (do_my_cleanups): Make static, add forward declaration.
6245 * defs.h (do_my_cleanups): Delete declaration.
6246
162467d3
EZ
62472004-01-02 Eli Zaretskii <eliz@elta.co.il>
6248
6249 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
6250 bfd/ChangeLog-0203.
6251
78434e59
MK
62522004-01-02 Mark Kettenis <kettenis@gnu.org>
6253
6254 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
6255 in <machine/reg.h>.
6256 * configure, config.in: Regenerate.
6257
48efe704
AC
6258For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
6259tui/ChangeLog-1998-2003.
c906108c
SS
6260\f
6261Local Variables:
6262mode: change-log
6263left-margin: 8
6264fill-column: 74
6265version-control: never
6266End:
This page took 0.816841 seconds and 4 git commands to generate.