* procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2
3 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
4 when writing to memory.
5
6 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
7
8 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
9 (m32r_extract_struct_value_address): Delete function.
10 (m32r_return_value): New function.
11 (m32r_gdbarch_init): Instead of store_return_value,
12 extract_return_value, deprecated_extract_struct_value_address
13 and deprecated_use_struct_convention, set return_value.
14
15 2004-10-03 Daniel Jacobowitz <dan@debian.org>
16
17 * dwarf2read.c (read_subrange_type): Add comment for variable
18 sized arrays.
19
20 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
21
22 * Makefile.in (.l.c): Modify rule for compatibility with recent
23 versions of flex, and remove most command-line options.
24 * ada-lex.l: Add %options line in place of -I -i and -s command-line
25 options.
26
27 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
28
29 Turn on initial Ada support (mainly expression evaluation).
30
31 * Makefile.in (SFILES): Remove ada-tasks.c.
32 (HFILES_NO_SRCDIR): Add ada-lang.h.
33 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
34 (YYOBJ): Add ada-exp.o.
35 (rule .l.c): Generalize to not mention ada.
36 * symtab.c: Include ada-lang.h.
37 (symbol_natural_name, symbol_demangled_name)
38 (symbol_search_name): Add Ada case.
39
40 2004-10-01 Andrew Cagney <cagney@gnu.org>
41
42 * Makefile.in (COMMON_OBS): Add inf-child.o.
43 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
44 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
45 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
46 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
47 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
48 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
49 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
50 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
51 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
52 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
53 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
54 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
55 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
56
57 * target.c (xfer_using_stratum): Change return type to LONGEST.
58 On each iteration offset, readbuf and writebuf.
59 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
60 partial_length, and read/modify/write predicate, update comments.
61 Pass buffer.word to ptrace write.
62
63 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
64
65 * symfile.c (init_filename_language_table): Add extensions for
66 Ada.
67 * defs.h (enum language): Add language_ada.
68 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
69 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
70 (add_symbols_from_enclosing_procs): Make a no-op for now.
71 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
72 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
73 (find_line_in_linetable, find_next_line_in_linetable)
74 (read_all_symtabs, is_plausible_func_for_line)
75 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
76 (is_runtime_sym_defined, check_size): Remove declaration.
77 (function_name_from_pc, ada_translate_error_message)
78 (ada_lookup_minimal_symbol): Remove definition.
79 (ada_add_block_symbols): Remove useless label.
80 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
81 useless declaration.
82 (ada_is_exception_sym): Likewise.
83
84 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
85
86 Add m32r-linux support.
87 * configure.tgt: Add m32r*-*-linux*.
88 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
89 and m32r-linux-tdep.c.
90 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
91 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
92 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
93 m32r-linux-tdep.c.
94 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
95 config/m32r/linux.mh, config/m32r/linux.mt,
96 config/m32r/nm-linux.h: New files.
97
98 2004-09-30 Joel Brobecker <brobecker@gnat.com>
99
100 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
101 (mips32_fetch_instruction): Remove, unused.
102
103 2004-09-30 Joel Brobecker <brobecker@gnat.com>
104
105 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
106 conditions that will always be true.
107
108 2004-09-30 Mark Kettenis <kettenis@gnu.org>
109
110 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
111 (vaxbsd_fetch_inferior_registers): Rename from
112 fetch_inferior_registers. Make static.
113 (vaxbsd_store_inferior_registers): Rename from
114 store_inferior_registers. Make static.
115 (_initialize_vaxbsd_nat): Construct and add target vector.
116 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
117 inftarg.o. Add inf-child.o and inf-ptrace.o.
118 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
119 inftarg.o. Add inf-child.o and inf-ptrace.o.
120 (NAT_FILE): Remove.
121 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
122 inftarg.o. Add inf-child.o and inf-ptrace.o.
123 (NAT_FILE): Remove.
124 * Makefile.in (vaxbsd-nat.o): Update dependencies.
125
126 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
127 (m88kbsd_fetch_inferior_registers): Rename from
128 fetch_inferior_registers. Make static.
129 (m88kbsd_store_inferior_registers): Rename from
130 store_inferior_registers. Make static.
131 (_initialize_m88kbsd_nat): New prototype and function.
132 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
133 inftarg.o. Add inf-child.o and inf-ptrace.o.
134 (NAT_FILE): Remove.
135 * Makefile.in (m88kbsd-nat.o): Update dependencies.
136
137 2004-09-30 Andrew Cagney <cagney@gnu.org>
138
139 * target.c (target_xfer_partial): New function.
140 (target_read_memory_partial, target_write_memory_partial)
141 (default_xfer_partial, target_read_partial, target_write_partial)
142 (xfer_using_stratum): Use.
143 (debug_to_xfer_partial): Delete function.
144 (setup_target_debug): Do not override to_xfer_partial.
145
146 2004-09-30 Mark Kettenis <kettenis@chello.nl>
147
148 * fork-child.c: Update copyright year. Fix coding style.
149
150 2004-09-29 Mark Kettenis <kettenis@gnu.org>
151
152 * defs.h (msavestring, mstrsave): Remove prototypes.
153 * utils.c (msavestring, mstrsave): Remove functions.
154 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
155 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
156 of mstrsave.
157 * source.c (find_and_open_source): Use xstrdup instead of
158 mstrsave.
159
160 2004-09-30 Andrew Cagney <cagney@gnu.org>
161
162 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
163 (inf_ptrace_xfer_memory): Delete.
164 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
165 (target_read_memory, target_write_memory): Use xfer_using_stratum
166 when target_xfer_partial_p.
167 (debug_target): Move to start of file.
168 (target_read_memory_partial, target_write_memory_partial): Use
169 to_xfer_partial when target_xfer_partial_p.
170
171 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
172 inf_ptrace_xfer_memory with equivalent code.
173 * inftarg.c (child_xfer_partial): When performing a write, pass
174 writebuf to child_xfer_memory.
175
176 * target.c (target_read_string): Use target_read_memory instead of
177 target_xfer_memory.
178
179 2004-09-29 Andrew Cagney <cagney@gnu.org>
180
181 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
182 the address of status.
183
184 * infptrace.c (ptrace_wait): Mention problem with HPUX.
185 (kill_inferior): Inline ptrace_wait call.
186 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
187 * inftarg.c (child_wait): Inline ptrace_wait call.
188
189 * target.h (struct target_ops): Delete field to_post_wait.
190 (target_post_wait): Delete macro.
191 (child_post_wait): Delete declaration.
192 * target.c (update_current_target, update_current_target)
193 (debug_to_post_wait, setup_target_debug): Delete functions and
194 references.
195 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
196 * inftarg.c (child_post_wait): Delete.
197 (init_child_ops): Do not set to_post_wait.
198 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
199 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
200 * inf-child.c (inf_child_post_wait): Delete.
201 (inf_child_target): Do not set to_post_wait.
202 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
203 (inf_ptrace_target): Do not set to_post_wait.
204
205 * wince.c (child_ops): Delete.
206 * win32-nat.c (child_ops): Delete.
207
208 * inftarg.c (inftarg_set_find_memory_regions)
209 (inftarg_set_make_corefile_notes): Delete functions.
210 (_initialize_linux_nat): Inline calls.
211
212 * target.h (child_ops): Declare.
213 * inftarg.c (child_ops): Move from here ...
214 * target.c (child_ops): ... to here.
215 * wince.c (child_ops): Delete extern declaration.
216 * win32-nat.c (child_ops): Delete extern declaration.
217 * linux-nat.c (child_ops): Delete extern declaration.
218 * hpux-thread.c (child_ops): Delete extern declaration.
219
220 2004-09-28 Mark Kettenis <kettenis@gnu.org>
221
222 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
223
224 2004-09-28 Mark Kettenis <kettenis@gnu.org>
225
226 * configure.in: Only set host_makefile_frag when building a native
227 debugger.
228 * configure: Regenerate.
229
230 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
231 for OpenBSD ELF.
232
233 2004-09-28 Andrew Cagney <cagney@gnu.org>
234
235 Problem identified by Paul Hilfinger.
236 * Makefile.in (ada_lex_c): Define.
237 (ada-lex.o): Delete rule.
238
239 * linux-proc.c: Delete file.
240 * Makefile.in: Update.
241 * config/sparc/linux64.mh (NATDEPFILES):
242 * config/sparc/linux.mh (NATDEPFILES): Update.
243 * config/s390/s390.mh (NATDEPFILES): Update.
244 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
245 * config/powerpc/linux.mh (NATDEPFILES): Update.
246 * config/pa/linux.mh (NATDEPFILES): Update.
247 * config/mips/linux.mh (NATDEPFILES): Update.
248 * config/m68k/linux.mh (NATDEPFILES): Update.
249 * config/ia64/linux.mh (NATDEPFILES): Update.
250 * config/i386/linux64.mh (NATDEPFILES): Update.
251 * config/i386/linux.mh (NATDEPFILES): Update.
252 * config/arm/linux.mh (NATDEPFILES): Update.
253 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
254 * linux-nat.c: Update copyright. Include <sys/param.h>,
255 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
256 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
257 (O_LARGEFILE): Possibly define.
258 (_initialize_linux_nat, linux_proc_pending_signals)
259 (add_line_to_sigset, linux_proc_xfer_memory)
260 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
261 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
262 (struct linux_corefile_thread_data)
263 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
264 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
265
266 2004-09-16 Andrew Cagney <cagney@gnu.org>
267
268 * lin-lwp.c: Delete file.
269 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
270 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
271 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
272 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
273 (linux_nat_attach, detach_callback, linux_nat_detach)
274 (resume_callback, resume_clear_callback, linux_nat_resume)
275 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
276 (stop_wait_callback, linux_nat_has_pending, flush_callback)
277 (status_callback, running_callback, count_events_callback)
278 (select_singlestep_lwp_callback, select_event_lwp_callback)
279 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
280 (child_wait, stop_and_resume_callback, linux_nat_wait)
281 (kill_callback, kill_wait_callback, linux_nat_kill)
282 (linux_nat_create_inferior, linux_nat_mourn_inferior)
283 (linux_nat_xfer_memory, linux_nat_thread_alive)
284 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
285 (_initialize_linux_nat): New functions.
286 * Makefile.in: Update all dependencies.
287 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
288 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
289 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
290 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
291 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
292 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
293 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
294 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
295 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
296 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
297 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
298 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
299 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
300
301 2004-09-27 Mark Kettenis <kettenis@gnu.org>
302
303 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
304 config/i386/obsd64.mh (NAT_FILE): Remove variable.
305
306 * configure.in: Don't comment out NATDEPFILES in the generated
307 Makefile if NAT_FILE is unset.
308 * configure: Regenerate.
309
310 2004-09-27 Andrew Cagney <cagney@gnu.org>
311
312 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
313 (insert_step_resume_breakpoint): Delete.
314 (insert_step_resume_breakpoint_at_frame): New function.
315 (insert_step_resume_breakpoint_at_sal): New function.
316 (handle_inferior_event, step_into_function)
317 (insert_step_resume_breakpoint): Simplify by using same.
318
319 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
320
321 2004-09-26 Mark Kettenis <kettenis@gnu.org>
322
323 * fbsd-proc.c: Remove file.
324 * Makefile.in (fbsd-proc.o): Remove dependency.
325
326 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
327 code together.
328
329 * config/i386/nm-fbsd64.h: Remove file.
330 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
331
332 2004-09-26 Mark Kettenis <kettenis@gnu.org>
333
334 * amd64-nat.h: Update copyright year.
335 (amd64bsd_target): New prototype.
336 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
337 (amd64bsd_target): New function.
338 (amd64bsd_fetch_inferior_registers): Rename from
339 fetch_inferior_registers. Make static.
340 (amd64bsd_store_inferior_registers): Rename from
341 store_inferior_registers. Make static.
342 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
343 (_initialize_amd64fbsd_nat): Construct and add target vector.
344 * amd64nbsd-nat.o: Include "target.h".
345 (_initialize_amd64nbsd_nat): Construct and add target vector.
346 * amd64obsd-nat.c: Include "target.h".
347 (_initialize_amd64obsd_nat): Construct and add target vector.
348 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
349 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
350 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
351 fbsd-nat.o.
352 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
353 Remove infptrace.o and inftarg.o. Add inf-child.o and
354 inf-ptrace.o.
355 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
356 (amd64obsd-nat.o): Update dependencies.
357
358 2004-09-25 Mark Kettenis <kettenis@gnu.org>
359
360 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
361 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
362 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
363 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
364 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
365
366 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
367 Inline attach call.
368 (inf_ptrace_detach): Inline detach call.
369
370 * configure.in: Check for waddstr instead of mvwaddstr when
371 searching for curses library. Check for wborder.
372 * configure, config.in: Regenerate.
373 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
374 available.
375
376 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
377
378 2004-09-24 Robert Picco <Robert.Picco@hp.com>
379
380 Committed by Andrew Cagney.
381 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
382 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
383 configuration.
384 (fetch_register_using_p): Implement 'p' packet. Based on code by
385 Fernando Nasser.
386 (remote_fetch_registers): Call fetch_register_using_p.
387 (init_all_packet_configs, show_remote_cmd)
388 (_initialize_remote): Add p-packet.
389
390 2004-09-24 Mark Kettenis <kettenis@gnu.org>
391
392 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
393 instead of call_ptrace. Call wait directly instead of
394 ptrace_wait.
395 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
396 (inf_ptrace_wait): Inline ptrace_wait call.
397
398 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
399
400 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
401 rolled back instead.
402
403 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
404
405 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
406 the new argument order.
407
408 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
409
410 * MAINTAINERS: Remove "broken" from XStormy16 entry.
411 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
412 (struct gdbarch_tdep): Remove.
413 (struct xstormy16_frame_cache): New frame cache structure.
414 (xstormy16_register_byte, xstormy16_register_raw_size)
415 (xstormy16_reg_virtual_type, xstormy16_register_type)
416 (xstormy16_push_arguments, xstormy16_push_return_address)
417 (xstormy16_pop_frame, xstormy16_store_struct_return)
418 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
419 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
420 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
421 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
422 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
423 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
424 (xstormy16_use_struct_convention): Drop gcc_p parameter.
425 (xstormy16_extract_return_value, xstormy16_store_return_value):
426 Regcachify. Drop useless struct convention handling.
427 (xstormy16_register_type, xstormy16_return_value)
428 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
429 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
430 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
431 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
432 (xstormy16_unwind_sp, xstormy16_unwind_pc)
433 (xstormy16_unwind_dummy_id) : New functions.
434 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
435 of xstormy16_scan_prologue.
436 (xstormy16_frame_unwind): New frame_unwind structure.
437 (xstormy16_frame_base): New frame_base structure.
438 (xstormy16_gdbarch_init): Accomodate all of the above changes.
439 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
440
441 2004-09-22 Mark Kettenis <kettenis@gnu.org>
442
443 * language.c (language_gdbarch_post_init): Fix off-by one error.
444
445 2004-09-21 Daniel Jacobowitz <dan@debian.org>
446
447 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
448 (struct dwarf2_offset_and_type): New.
449 (set_die_type, reset_die_and_siblings_types, get_die_type)
450 (offset_and_type_hash, offset_and_type_eq): New functions.
451 (read_structure_type, read_enumeration_type, read_array_type)
452 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
453 (read_tag_reference_type, read_tag_const_type)
454 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
455 (read_typedef, read_base_type, read_subrange_type): Use
456 set_die_type.
457
458 2004-09-20 Daniel Jacobowitz <dan@debian.org>
459
460 * Makefile.in (dwarf2read.o): Update dependencies.
461 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
462 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
463 and read_in_chain.
464 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
465 mark, and has_form_ref_addr.
466 (struct dwarf2_per_cu_data): New.
467 (dwarf2_max_cache_age): New.
468 (dwarf2_build_psymtabs_hard): Free cached compilation units
469 after loading. Create and manage the list of compilation units.
470 Remove unnecessary NULL initialization. Fix indentation.
471 (psymtab_to_symtab_1): Initialize all of CU.
472 (dwarf2_read_abbrevs): Set has_form_ref_addr.
473 (find_partial_die): Use dwarf2_find_containing_comp_unit
474 and load_comp_unit.
475 (free_stack_comp_unit): Update comments. Clear the per-cu
476 pointer. Handle aging.
477 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
478 (age_cached_comp_units, free_one_cached_comp_unit)
479 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
480 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
481 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
482 (show_dwarf2_cmd): New.
483 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
484 and "maint show dwarf2 max-cache-age".
485 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
486 externs.
487 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
488 global.
489
490 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
491
492 * dwarf2read.c (typename_concat): Change prototype to accept obstack
493 and dwarf2_cu struct pointer as arguments. Change function to use
494 obstack if provided and use dwarf2_cu to determine language-specific
495 separator.
496 (partial_die_parent_scope): Change comment to include java. Use
497 new version of typename_concat instead of obconcat.
498 (partial_die_full_name): Use typename_concat.
499 (read_namespace): Ditto.
500 (read_enumeration_type): Use typename_concat instead of obconcat.
501 (new_symbol): Ditto.
502 (add_partial_symbol): Enhance tests for C++ to also test for Java.
503 (guess_structure_name): Ditto.
504 (read_subroutine_type): Ditto.
505 (read_structure_type): Ditto.
506 (is_vtable_name): Add Java support.
507 (determine_class_name): Switch to new typename_concat call.
508 (determine_prefix): Switch to new typename_concat call.
509 * jv-exp.y (FuncStart): New pattern.
510 (MethodInvocation): Add support for simple function calls. Change
511 warning message for other forms of inferior call currently not
512 supported.
513 * valarith.c (value_subscript): Treat an array with upper-bound
514 of -1 as unknown size.
515
516 2004-09-20 Daniel Jacobowitz <dan@debian.org>
517
518 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
519 (lookup_partial_symtab): Use symtab_to_fullname.
520
521 2004-09-19 Jim Blandy <jimb@redhat.com>
522
523 * minsyms.c (lookup_minimal_symbol): Doc fix.
524
525 2004-09-20 Andrew Cagney <cagney@gnu.org>
526
527 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
528 CHILD_RESUME.
529 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
530 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
531 KILL_INFERIOR.
532 * infptrace.c: Update.
533
534 2004-09-19 Daniel Jacobowitz <dan@debian.org>
535
536 * symtab.c (output_source_filename): Mark first argument as const.
537 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
538 for "info sources" output.
539
540 2004-09-20 Mark Kettenis <kettenis@gnu.org>
541
542 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
543 <machine/vmparam.h>.
544 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
545 (register_u_addr): Remove prototype.
546
547 2004-09-19 Mark Kettenis <kettenis@gnu.org>
548
549 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
550 (i386bsd_fetch_inferior_registers): Rename from
551 fetch_inferior_registers. Make static.
552 (i386bsd_store_inferior_registers): Rename from
553 store_inferior_registers. Make static.
554 (i386bsd_target): New function.
555 * i386bsd-nat.h: New file.
556 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
557 "i386bsd-nat.h".
558 (i386fbsd_resume): Rename from child_resume. Make static.
559 (_initialize_i386fbsd_nat): Construct and add target vector.
560 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
561 (_initialize_i386nbsd_nat): Construct and add target vector.
562 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
563 Remove defines.
564 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
565 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
566 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
567 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
568 (LOADLIBES): New variable.
569 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
570 inf-ptrace.o. Remove inftarg.o.
571 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
572 inf-ptrace.o. Remove inftarg.o.
573 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
574 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
575 (LOADLIBES): New variable.
576 * Makefile.in (i386bsd_nat_h): New variable.
577 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
578 dependencies.
579
580 * sparc64nbsd-tdep.c: Include "objfiles.h".
581 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
582 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
583 svr4_lp64_fetch_link_map_offsets.
584 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
585 "nbsd-tdep.h".
586 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
587 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
588 svr4_lp64_fetch_link_map_offsets.
589 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
590 dependencies.
591
592 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
593 * fbsd-nat.h: New file.
594 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
595 (fbsd_nat_h): New variable.
596 (fbsd-nat.o): New dependency.
597
598 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
599 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
600
601 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
602 comment.
603
604 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
605
606 * ada-exp.y (type_int): New function to add layer of abstraction
607 around references to expression types.
608 (type_long): Ditto.
609 (type_long_long): Ditto.
610 (type_float): Ditto.
611 (type_double): Ditto.
612 (type_long_double): Ditto.
613 (type_char): Ditto.
614 (type_system_address): Ditto.
615 (simple_exp): Use type_* functions in place of builtin_*
616 variables.
617 (exp): Ditto.
618 (write_var_from_name): Ditto.
619 (write_object_renaming): Ditto.
620 * ada-lang.c (ada_create_fundamental_type): Remove redundant
621 declaration.
622 (build_ada_types): Remove, replacing with...
623 (ada_language_arch_info): New function to initialize primitive
624 type vector in language_arch_info.
625 (ada_array_length): Remove use of builtin_type_ada_int.
626 (value_pos_atr): Ditto.
627 (ada_evaluate_subexp): Ditto.
628 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
629 builtin_type_ada_long_long, builtin_type_ada_char,
630 builtin_type_ada_float, builtin_type_ada_double,
631 builtin_type_ada_long_double, builtin_type_ada_natural,
632 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
633 (ada_builtin_types): Remove.
634 (ada_language_defn): Remove entries for la_builtin_type_vector and
635 string_char_type and use ada_language_arch_info.
636 (_initialize_ada_language): Do type-vector initialization along
637 the lines of c-lang.c.
638 (ada_create_fundamental_type): Break up line.
639 (ada_dump_symtab): Remove unused function.
640 (enum ada_primitive_types): Define.
641 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
642 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
643 builtin_type_ada_float, builtin_type_ada_double,
644 builtin_type_ada_long_double, builtin_type_ada_natural,
645 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
646 * ada-lex.l: Use type_* functions in place of builtin_* variables.
647 (processInt): Ditto.
648 (processReal): Ditto.
649 (name_lookup): Ditto.
650 * ada-typeprint.c (print_range): Use builtin_type_int, not
651 builtin_type_ada_int.
652
653 2004-09-18 Mark Kettenis <kettenis@gnu.org>
654
655 * i386-tdep.c (i386_register_name): Rename regno to regnum.
656
657 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
658 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
659 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
660 * configure.in: Improve checks for curses library by checking for
661 mvwaddstr instead of initscr. Drop HP curses in favour of
662 standard curses on HP-UX.
663 * configure: Regenerated.
664
665 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
666
667 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
668 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
669 Minor formatting changes.
670 (empty_array): Slight rewrite for formatting.
671 (emit_char,parse,ada_language_defn,build_ada_types,
672 ada_is_exception_sym, _initialize_ada_language): Move
673 definitions around.
674 (ada_dump_symtab): Remove unused definition.
675 (ada_maybe_exception_partial_symbol): Remove unused definition.
676
677 2004-09-16 Andrew Cagney <cagney@gnu.org>
678
679 * inf-child.c: Include "gdb_string.h".
680 (inf_child_core_file_to_sym_file): Delete.
681 (inf_child_target): Set to_fetch_registers and to_store_registers.
682 * inf-ptrace.c: Include "gdb_string.h".
683 * Makefile.in: Update all dependencies.
684
685 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
686 problem.
687
688 2004-09-14 Joel Brobecker <brobecker@gnat.com>
689
690 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
691 call to heuristic_proc_desc. Remove code that became redundant
692 as a consequence.
693 (read_next_frame_reg): Remove special case for SP_REGNUM.
694 (set_reg_offset): Fix small typo.
695 (reset_saved_regs): New procedure.
696 (mips32_heuristic_proc_desc): No longer compute a fake
697 procedure descriptor. Compute the full frame cache instead.
698 Some minor comment reformatting.
699
700 2004-09-14 Andrew Cagney <cagney@gnu.org>
701
702 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
703 maintainer.
704
705 * thread-db.c (thread_db_new_objfile): Assume that there is a
706 child process.
707
708 2004-09-13 Jim Blandy <jimb@redhat.com>
709
710 * valops.c (value_assign): Move 'buffer' to the enclosing block,
711 so that its storage isn't referenced after its lifetime ends.
712
713 * valops.c (value_assign): 'use_buffer' is initialized to zero,
714 and never assigned to. Delete it, and the 'if (use_buffer)'
715 clauses. Delete 'raw_buffer', since it is now unused.
716
717 2004-09-13 Andrew Cagney <cagney@gnu.org>
718
719 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
720 * configure: Re-generate.
721 * nlm/Makefile.in (TAGS): Update.
722 * Makefile.in (TAGS): Update.
723 * config/vax/nbsd.mt (TM_FILE): Update.
724 * config/sparc/vxworks.mt (TM_FILE): Update.
725 * config/sparc/sol2.mt (TM_FILE): Update.
726 * config/sparc/sol2-64.mt (TM_FILE): Update.
727 * config/sparc/obsd64.mt (TM_FILE): Update.
728 * config/sparc/obsd.mt (TM_FILE): Update.
729 * config/sparc/nbsd64.mt (TM_FILE): Update.
730 * config/sparc/nbsd.mt (TM_FILE): Update.
731 * config/sparc/linux64.mt (TM_FILE): Update.
732 * config/sparc/linux.mt (TM_FILE): Update.
733 * config/sparc/fbsd.mt (TM_FILE): Update.
734 * config/sh/wince.mt (TM_FILE): Update.
735 * config/sh/nbsd.mt (TM_FILE): Update.
736 * config/sh/linux.mt (TM_FILE): Update.
737 * config/sh/embed.mt (TM_FILE): Update.
738 * config/s390/s390.mt (TM_FILE): Update.
739 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
740 * config/rs6000/rs6000.mt (TM_FILE): Update.
741 * config/rs6000/aix4.mt (TM_FILE): Update.
742 * config/powerpc/vxworks.mt (TM_FILE): Update.
743 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
744 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
745 * config/powerpc/obsd.mt (TM_FILE): Update.
746 * config/powerpc/nbsd.mt (TM_FILE): Update.
747 * config/powerpc/linux.mt (TM_FILE): Update.
748 * config/powerpc/aix.mt (TM_FILE): Update.
749 * config/pa/obsd.mt (TM_FILE): Update.
750 * config/pa/linux.mt (TM_FILE): Update.
751 * config/pa/hppahpux.mt (TM_FILE): Update.
752 * config/pa/hppa64.mt (TM_FILE): Update.
753 * config/pa/hppa.mt (TM_FILE): Update.
754 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
755 * config/mips/wince.mt (TM_FILE): Update.
756 * config/mips/vxmips.mt (TM_FILE): Update.
757 * config/mips/nbsd.mt (TM_FILE): Update.
758 * config/mips/linux.mt (TM_FILE): Update.
759 * config/mips/irix6.mt (TM_FILE): Update.
760 * config/mips/irix5.mt (TM_FILE): Update.
761 * config/mips/embed.mt (TM_FILE): Update.
762 * config/m68k/vxworks68.mt (TM_FILE): Update.
763 * config/m68k/st2000.mt (TM_FILE): Update.
764 * config/m68k/os68k.mt (TM_FILE): Update.
765 * config/m68k/obsd.mt (TM_FILE): Update.
766 * config/m68k/nbsd.mt (TM_FILE): Update.
767 * config/m68k/monitor.mt (TM_FILE): Update.
768 * config/m68k/linux.mt (TM_FILE): Update.
769 * config/m68k/cisco.mt (TM_FILE): Update.
770 * config/ia64/linux.mt (TM_FILE): Update.
771 * config/ia64/aix.mt (TM_FILE): Update.
772 * config/ia64/ia64.mt (TM_FILE): Update.
773 * config/i386/vxworks.mt (TM_FILE): Update.
774 * config/i386/obsd64.mt (TM_FILE): Update.
775 * config/i386/obsd.mt (TM_FILE): Update.
776 * config/i386/nto.mt (TM_FILE): Update.
777 * config/i386/nbsd64.mt (TM_FILE): Update.
778 * config/i386/nbsd.mt (TM_FILE): Update.
779 * config/i386/linux64.mt (TM_FILE): Update.
780 * config/i386/linux.mt (TM_FILE): Update.
781 * config/i386/i386sol2.mt (TM_FILE): Update.
782 * config/i386/i386lynx.mt (TM_FILE): Update.
783 * config/i386/fbsd64.mt (TM_FILE): Update.
784 * config/i386/fbsd.mt (TM_FILE): Update.
785 * config/i386/cygwin.mt (TM_FILE): Update.
786 * config/h8300/h8300.mt (TM_FILE): Update.
787 * config/frv/frv.mt (TM_FILE): Update.
788 * config/cris/cris.mt (TM_FILE): Update.
789 * config/arm/wince.mt (TM_FILE): Update.
790 * config/arm/nbsd.mt (TM_FILE): Update.
791 * config/arm/linux.mt (TM_FILE): Update.
792 * config/arm/embed.mt (TM_FILE): Update.
793 * config/alpha/nbsd.mt (TM_FILE): Update.
794 * config/alpha/fbsd.mt (TM_FILE): Update.
795 * config/alpha/alpha.mt (TM_FILE): Update.
796 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
797 * config/alpha/alpha-linux.mt (TM_FILE): Update.
798
799 Eliminate event_loop_p, always has the value 1.
800 * defs.h (event_loop_p): Delete macro.
801 * breakpoint.c (until_break_command): Simplify.
802 * utils.c (prompt_for_continue): Simplify.
803 * tracepoint.c (read_actions): Simplify.
804 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
805 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
806 (set_prompt, init_main): Simplify.
807 (init_signals, disconnect): Delete, unused.
808 * remote.c (remote_async_resume)
809 (extended_remote_async_create_inferior): Simplify.
810 * mi/mi-interp.c (mi_input): Delete, unused.
811 (mi_interpreter_resume, mi_command_loop): Simplify.
812 * interps.c (current_interp_command_loop): Simplify.
813 * infrun.c (proceed): Simplify.
814 * infcmd.c (run_command, continue_command, step_1, jump_command)
815 (until_command, advance_command, finish_command)
816 (interrupt_target_command): Simplify.
817 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
818
819 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
820 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
821 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
822 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
823 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
824 * mips-tdep.c (mips_dump_tdep): Do not print same.
825
826 2004-09-12 Andrew Cagney <cagney@gnu.org>
827
828 * valprint.c (print_longest): Use fputs_filtered. Make "val"
829 const.
830 * Makefile.in (valprint.o): Delete explict rule.
831
832 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
833 reported by Dave Anderson.
834
835 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
836
837 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
838
839 2004-09-12 Salvador E. Tropea <set@users.sf.net>
840 Andrew Cagney <cagney@gnu.org>
841
842 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
843 (mi_cmd_data_list_register_values)
844 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
845 the register number computation.
846
847 2004-09-12 Andrew Cagney <cagney@gnu.org>
848
849 * ppcnbsd-nat.c: Include "inf-ptrace.h".
850 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
851 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
852 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
853 target.
854 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
855 inf-ptrace.o and inf-child.o.
856 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
857 * Makefile.in: Update dependencies.
858
859 2004-09-11 Andrew Cagney <cagney@gnu.org>
860
861 * language.c (hex_string, hex_string_custom): Move from here ...
862 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
863 (CELLSIZE): Increase to 50.
864 * language.h (hex_string, hex_string_custom): Move from here ...
865 * defs.h: ... to here.
866 * Makefile.in: Update all dependencies.
867
868 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
869
870 * language.c (local_hex_format_custom): Remove.
871 (local_hex_string): Rename to hex_string, use C format, and move to
872 utils.c
873 (local_hex_string_custom): Rename to hex_string_custom and change
874 interface. Now uses C format. Move to utils.c
875 (local_octal_format_custom): Remove.
876 (local_decimal_format_custom): Remove.
877 (unknown_language_defn): Remove language-specific number
878 formatting entries.
879 (auto_language_defn): Ditto.
880 (local_language_defn): Ditto.
881 * language.h (struct language_format_info): Delete declaration.
882 (struct language_defn): Remove language_format_info fields
883 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
884 (local_binary_format): Remove macro.
885 (local_binary_format_prefix): Remove macro.
886 (local_binary_format_specifier): Remove macro.
887 (local_binary_format_suffix): Remove macro.
888 (local_octal_format): Remove macro.
889 (local_octal_format_prefix): Remove macro.
890 (local_octal_format_specifier): Remove macro.
891 (local_octal_format_suffix): Remove macro.
892 (local_decimal_format): Remove macro.
893 (local_decimal_format_prefix): Remove macro.
894 (local_decimal_format_specifier): Remove macro.
895 (local_decimal_format_suffix): Remove macro.
896 (local_hex_format): Remove macro.
897 (local_hex_format_prefix): Remove macro.
898 (local_hex_format_specifier): Remove macro.
899 (local_hex_format_suffix): Remove macro.
900 (local_decimal_format_custom): Remove.
901 (local_octal_format_custom): Remove.
902 (local_hex_format_custom): Remove.
903 (local_hex_string): Rename to hex_string and move to defs.h.
904 (local_hex_string_custom): Rename to hex_string_custom, change
905 interface, and move to defs.h.
906 * utils.c: (int_string): New function.
907 (hex_string): New function (from language.c).
908 (hex_string_custom): New function (from language.c).
909 (octal2str): New function.
910 (decimal2str): Add width parameter.
911 (paddr_u): Use new decimal2str interface.
912 (paddr_d): Ditto.
913 * defs.h (hex_string): Declare.
914 (hex_string_custom): Declare.
915 (int_string): Declare.
916 * printcmd.c (print_scalar_formatted): Remove localized binary
917 formatting.
918 * valprint.c (print_longest): Use int_string.
919 (print_floating): Use C hex format.
920 (print_hex_chars): Ditto.
921 (print_binary_chars): Remove language-specific formatting.
922 (print_octal_chars): Use C octal format.
923 (print_decimal_chars): Delocalize format.
924 (print_decimal): Remove.
925 * ada-lang.c (ada_language_defn): Remove language-specific number
926 formatting entries.
927 * p-lang.c (pascal_language_defn): Ditto.
928 * c-lang.c (c_language_defn): Ditto.
929 (cplus_language_defn): Ditto.
930 (asm_language_defn): Ditto.
931 (minimal_language_defn): Ditto.
932 * f-lang.c (f_language_defn): Ditto.
933 * jv-lang.c (java_language_defn): Ditto.
934 * m2-lang.c (m2_language_defn): Ditto.
935 * scm-lang.c (scm_language_defn): Ditto.
936 * objc-lang.c (objc_language_defn): Ditto.
937 * memattr.c (mem_info_command): Use renamed hex_string_custom with
938 new interface.
939 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
940 * ui-out.c (ui_out_field_core_addr): Ditto.
941 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
942 * exec.c (print_section_info): Ditto.
943 * i387-tdep.c (print_i387_status_word): Ditto.
944 (print_i387_control_word): Ditto.
945 (i387_print_float_info): Ditto.
946 * maint.c (maint_print_section_info): Ditto.
947 * solib.c (info_sharedlibrary_command): Ditto.
948 * somsolib.c (som_sharedlibrary_info_command): Ditto.
949 * symtab.c (print_msymbol_info): Ditto.
950 * tracepoint.c (tracepoints_info): Ditto.
951 * solib-frv.c (lm_base): Ditto.
952 (frv_current_sos): Ditto.
953 (enable_break2): Ditto.
954 (enable_break): Ditto.
955 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
956 (process_one_symbol): Ditto.
957 * infcmd.c (program_info): Ditto.
958 * mdebugread.c (parse_partial_symbols): Ditto.
959 * symfile.c (add_symbol_file_command): Ditto.
960 * cli/cli-cmds.c (edit_command): Ditto.
961 (list_command): Ditto.
962 * infcall.c (call_function_by_hand): Ditto.
963 * remote-vx.c (vx_run_files_info): Ditto.
964 (vx_wait): Ditto.
965 (vx_attach): Ditto.
966 (vx_detach): Ditto.
967 (vx_kill): Ditto.
968 * aix-thread.c (pdc_symbol_addrs): Ditto.
969 (pdc_read_regs): Ditto.
970 (pdc_write_regs): Ditto.
971 (pdc_read_data): Ditto.
972 (pdc_write_data): Ditto.
973 * d10v-tdep.c (display_trace): Ditto.
974 * rs6000-nat.c (find_toc_address): Ditto.
975 * aix-thread.c: Don't include language.h.
976 * buildsym.c: Ditto.
977 * dbxread.c: Ditto.
978 * mdebugread.c: Ditto.
979 * rs6000-nat.c: Ditto.
980 * buildsym.c (make_blockvector): Use renamed hex_string.
981
982 2004-09-10 Jason Molenda (jmolenda@apple.com)
983
984 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
985 chars after 'if' or 'while' commands in user-defined commands.
986
987 2004-09-08 Jim Blandy <jimb@redhat.com>
988
989 Fix bug reported and analyzed by Olivier Crete:
990 * symfile.c (copy_section_addr_info): New function.
991 (symbol_file_add_with_addrs_or_offsets): Use it to save the
992 original set of address arguments, instead of handwritten code
993 that uses one length to allocate and a different length to
994 initialize. Use make_cleanup_free_section_addr_info.
995 * symfile.h (copy_section_addr_info): New declaration.
996 * utils.c: #include "symfile.h".
997 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
998 New functions.
999 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1000 * Makefile.in (utils.o): Update dependencies.
1001
1002 2004-09-08 Andrew Cagney <cagney@gnu.org>
1003
1004 * thread-db.c (keep_thread_db): Delete.
1005 (thread_db_new_objfile, thread_db_create_inferior)
1006 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1007
1008 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1009
1010 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1011 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1012 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1013 (i386_frameless_signal_p): Remove prototype.
1014 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1015 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1016 I386_SSE_NUM_REGS.
1017 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1018 instead of FP0_REGNUM.
1019 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1020 of FP0_REGNUM and FPC_REGNUM.
1021
1022 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1023 (sunos_solib_create_inferior_hook): Don't call
1024 sunos_relocate_main_executable.
1025
1026 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1027 solib_svr4_fetch_link_map_offsets to
1028 svr4_ilp32_fetch_link_map_offsets.
1029 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1030 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1031 svr4_ilp32_fetch_link_map_offsets.
1032 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1033
1034 2004-09-07 Jim Blandy <jimb@redhat.com>
1035
1036 * frame.h (frame_register): Doc fix.
1037
1038 2004-09-07 Andrew Cagney <cagney@gnu.org>
1039
1040 * vx-share/wait.h: Delete #ifdef USG.
1041 * utils.c (request_quit): Ditto.
1042 * tui/tui.c (tui_reset): Ditto.
1043 * remote.c: Ditto.
1044 * remote-sds.c: Ditto.
1045 * remote-rdi.c: Ditto.
1046 * mdebugread.c: Ditto.
1047 * m68klinux-nat.c: Ditto.
1048 * infttrace.c: Ditto.
1049 * infptrace.c: Ditto.
1050 * i386v-nat.c: Ditto.
1051 * exec.c: Ditto.
1052 * dbxread.c: Ditto.
1053 * core-aout.c: Ditto.
1054
1055 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1056
1057 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1058 heuristic_proc_desc.
1059 (mips_insn32_frame_cache): Likewise.
1060
1061 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1062
1063 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1064 left behind by error.
1065
1066 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1067
1068 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1069 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1070
1071 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1072
1073 * config/rs6000/xm-aix4.h: Remove this file.
1074 * config/rs6000/aix4.mh (XM_FILE): Delete.
1075
1076 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1077
1078 * config/rs6000/xm-rs6000.h: Remove this file.
1079 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1080
1081 2004-09-03 Andrew Cagney <cagney@gnu.org>
1082
1083 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1084 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1085 only use.
1086
1087 * mips-tdep.c (temp_saved_regs): Delete.
1088 (set_reg_offset): Replace saved_regs parameter with this_cache.
1089 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1090 (mips32_heuristic_proc_desc): Add this_cache parameter.
1091 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1092 (after_prologue): Pass a NULL this_cache.
1093
1094 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1095 non-kernel trap prologues.
1096
1097 * mips-tdep.c (find_proc_desc): Delete function.
1098 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1099 simplify.
1100 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1101 mips_insn32_frame_cache.
1102
1103 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1104 Simplify as NEXT_FRAME is NULL.
1105 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1106
1107 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1108 local variable.
1109 (mips_skip_prologue): Update.
1110
1111 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1112 "cur_frame" parameter.
1113 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1114 (mips_insn32_frame_cache, find_proc_desc): Update
1115
1116 * config/vax/nm-obsd.h: Delete file.
1117 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1118 * config/vax/nm-nbsd.h: Delete file.
1119 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1120 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1121 * config/sh/nm-nbsd.h: Delete file.
1122 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1123 * config/rs6000/nm-rs6000ly.h: Delete file.
1124 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1125 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1126 * config/powerpc/nm-obsd.h: Delete file.
1127 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1128 * config/powerpc/nm-nbsd.h: Delete file.
1129 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1130 * config/pa/nm-obsd.h: Delete file.
1131 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1132 * config/mips/nm-nbsd.h: Delete file.
1133 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1134 * config/m88k/nm-obsd.h: Delete file.
1135 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1136 * config/m68k/nm-nbsd.h: Delete file.
1137 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1138 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1139 * config/i386/nm-nbsd.h: Delete file.
1140 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1141 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1142 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1143 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1144 * config/i386/nm-i386lynx.h: Delete file.
1145 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1146 * config/arm/nm-nbsd.h: Delete file.
1147 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1148 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1149
1150 * config/i386/tm-fbsd.h: Delete file.
1151 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1152 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1153
1154 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1155 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1156 * config/rs6000/aix4.mt (TM_FILE): Set to
1157 config/rs6000/tm-rs6000.h.
1158 * config/powerpc/tm-ppc-aix.h: Delete file.
1159 * config/powerpc/aix.mt (TM_FILE): Set to
1160 config/rs6000/tm-rs6000.h.
1161 * config/m68k/tm-linux.h: Delete file.
1162 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1163 * config/i386/tm-linux64.h: Delete file.
1164 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1165 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1166
1167 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1168 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1169 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1170 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1171 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1172 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1173 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1174 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1175 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1176
1177 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1178 gdb_host_cpu.
1179
1180 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1181
1182 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1183 Minor reformatting. Some code factoring.
1184
1185 2004-09-02 Andrew Cagney <cagney@gnu.org>
1186
1187 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1188 * config/vax/tm-nbsd.h: Delete file.
1189 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1190 * config/sparc/tm-vxworks.h: Delete file.
1191 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1192 * config/sparc/tm-nbsd.h: Delete file.
1193 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1194 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1195 * config/sparc/tm-linux.h: Delete file.
1196 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1197 * config/s390/tm-linux.h: Delete file.
1198 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1199 * config/pa/tm-bsd.h: Delete file.
1200 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1201 * config/m68k/tm-obsd.h: Delete file.
1202 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1203 * config/m68k/tm-nbsd.h: Delete file.
1204 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1205 * config/i386/tm-vxworks.h: Delete file.
1206 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1207 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1208 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1209 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1210 * config/i386/tm-nbsd.h: Delete file.
1211 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1212 * config/i386/tm-i386lynx.h: Delete file.
1213 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1214 * config/cris/tm-cris.h: Delete file.
1215
1216 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1217 * configure: Re-generate.
1218 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1219 * config/arm/tm-nbsd.h: Delete file.
1220
1221 * config/powerpc/tm-ppcle-sim.h: Delete.
1222 * config/powerpc/tm-ppcle-eabi.h: Delete.
1223 * config/powerpc/tm-nbsd.h: Delete.
1224 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1225 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1226 tm-ppcle-eabi.h.
1227
1228 * config/i386/nto.mh (NAT_FILE): Delete.
1229 * config/i386/nm-nto.h: Delete.
1230
1231 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1232 * config/m68k/tm-os68k.h: Ditto.
1233 * config/m68k/tm-monitor.h: Ditto.
1234 * config/m68k/tm-cisco.h: Ditto.
1235 * config/m68k/st2000.mt (TM_FILE): Delete.
1236 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1237 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1238 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1239 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1240
1241 * config/m68k/tm-st2000.h: Delete.
1242 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1243 * config/sparc/fbsd.mt (TM_FILE): Delete.
1244 * config/sparc/tm-fbsd.h: Delete.
1245
1246 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1247 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1248 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1249
1250 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1251 GDB_TM_FILE and GDB_XM_FILE.
1252 * gdbarch.c: Re-generate.
1253 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1254 quotes in macro definition.
1255 * configure.in: Re-generate.
1256
1257 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1258 validating architecture methods.
1259 * gdbarch.c: Re-generate.
1260
1261 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1262 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1263 GDB_MULTI_ARCH_PARTIAL.
1264 * gdbarch.h: Re-generate.
1265
1266 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1267 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1268 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1269 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1270 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1271 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1272 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1273 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1274 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1275 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1276 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1277 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1278
1279 2004-09-01 Andrew Cagney <cagney@gnu.org>
1280
1281 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1282 and main_func_highpc.
1283 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1284 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1285 * nlmread.c (nlm_symfile_read): Update.
1286
1287 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1288
1289 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1290 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1291 (find_proc_desc): Remove dead code.
1292
1293 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1294
1295 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1296
1297 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1298
1299 * observer.sh: Add struct so_list declaration.
1300 * Makefile.in: Add dependencies on observer.h for solib.c and
1301 breakpoint.c.
1302 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1303 function.
1304 (_initialize_breakpoint): Register
1305 disable_breakpoints_in_unloaded_shlib as an observer of the
1306 "solib unloaded" observation event.
1307 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1308 call decode_line_1 so unfound breakpoint errors are silent.
1309 * solib.c (update_solib_list): When a solib is discovered to have
1310 been unloaded by the program, notify all observers of the
1311 "solib unloaded" observation event.
1312
1313 2004-09-01 Andrew Cagney <cagney@gnu.org>
1314
1315 * frame.c: Include "objfiles.h".
1316 (inside_main_func): New function.
1317 (get_prev_frame): Use new inside_main_func.
1318 * Makefile.in (frame.o): Update dependencies.
1319 * defs.h (inside_main_func): Delete declaration.
1320 * blockframe.c (inside_main_func): Delete function.
1321
1322 2004-08-31 Jim Blandy <jimb@redhat.com>
1323
1324 * dwarf2read.c (is_vtable_name): New function, based on logic from
1325 read_structure_type, but passing the correct length to strncmp,
1326 and using 'sizeof' instead of 'strlen'.
1327 (read_structure_type): Call it.
1328
1329 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1330
1331 * config/powerpc/aix.mh: Add comment.
1332
1333 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1334
1335 * MAINTAINERS: Add self to Write-After-Approval.
1336
1337 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1338
1339 * MAINTAINERS: Add self to Write-After-Approval.
1340
1341 2004-08-30 Andrew Cagney <cagney@gnu.org>
1342
1343 Fix PR breakpoints/1757.
1344 * infrun.c (struct execution_control_state): Replace
1345 remove_breakpoints_on_following_step with
1346 step_after_step_resume_breakpoint.
1347 (init_execution_control_state): Update.
1348 (handle_inferior_event): For signals, when stepping off a
1349 breakpoint, set step_after_step_resume_breakpoint. When
1350 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1351 (keep_going): Delete code handling
1352 remove_breakpoints_on_following_step.
1353
1354 2004-08-29 David Lecomber <david@streamline-computing.com>
1355
1356 Fix PR gdb/648
1357 * language.h (enum array_ordering): New enum.
1358 * language.h (struct language_defn): New la_array_ordering
1359 attribute.
1360 * language.c (unknown_language_defn, auto_language_defn)
1361 (local_language_defn): Ditto.
1362 * ada-lang.c (ada_language_defn): Ditto.
1363 * c-lang.c (c_language_defn, cplus_language_defn)
1364 (asm_language_defn, minimal_language_defn): Ditto.
1365 * f-lang.c (f_language_defn): Ditto.
1366 * jv-lang.c (java_language_defn): Ditto.
1367 * m2-lang.c (f_language_defn): Ditto.
1368 * objc-lang.c (objc_language_defn): Ditto.
1369 * p-lang.c (pascal_language_defn): Ditto.
1370 * scm-lang.c (scm_language_defn): Ditto.
1371 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1372 oriented large to small in type structure.
1373 * dwarf2read.c (read_array_order): New function.
1374 (read_array_type): Use read_array_order to check row/column
1375 major ordering.
1376
1377 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1378
1379 * target.c (target_resize_to_sections): Check
1380 current_target.to_sections for an old value when updating.
1381
1382 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1383
1384 * procfs.c (dbx_link_bpt_addr): New static global variable.
1385 (dbx_link_shadow_contents): New static global variable.
1386 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1387 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1388 if we just hit it.
1389 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1390 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1391 from run to run.
1392 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1393 after the inferior has been forked.
1394 (remove_dbx_link_breakpoint): New function.
1395 (dbx_link_addr): New function.
1396 (insert_dbx_link_bpt_in_file): New function.
1397 (insert_dbx_link_bpt_in_region): New function.
1398 (insert_dbx_link_breakpoint): New function.
1399 (proc_trace_syscalls_1): New function, extracted from
1400 proc_trace_syscalls.
1401 (proc_trace_syscalls): Replace extract code by call to
1402 proc_trace_syscalls_1.
1403 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1404 is no longer valid.
1405
1406 2004-08-25 Jim Blandy <jimb@redhat.com>
1407
1408 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1409
1410 2004-08-25 Andrew Cagney <cagney@gnu.org>
1411
1412 * infrun.c (struct execution_control_state): Delete field
1413 "stepping_through_sigtramp".
1414 (init_execution_control_state): Do not set same.
1415 (context_switch): Do not pass same to save_infrun_state and
1416 load_infrun_state.
1417 * gdbthread.h (struct thread_info): Delete field
1418 stepping_through_sigtramp.
1419 (save_infrun_state, load_infrun_state): Delete parameter
1420 stepping_through_sigtramp.
1421 * thread.c (load_infrun_state, save_infrun_state): Update.
1422
1423 * infrun.c: Re-indent. Move expression operators to the beginning
1424 of the line. Remove long disabled #if 0 code.
1425
1426 2004-08-24 Andrew Cagney <cagney@gnu.org>
1427
1428 * doublest.h (floatformat_ieee_quad): Rename
1429 floatformat_ia64_quad.
1430 * doublest.c (floatformat_ieee_quad): Rename
1431 floatformat_ia64_quad.
1432 (_initialize_doublest): Update.
1433
1434 2004-08-24 Jim Blandy <jimb@redhat.com>
1435
1436 * dwarf2expr.h (struct dwarf_expr_context): New members
1437 'num_pieces' and 'pieces', for returning the result of an
1438 expression that uses DW_OP_piece.
1439 (struct dwarf_expr_piece): New struct type.
1440 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1441 pieces.
1442 (free_dwarf_expr_context): Free pieces, if any.
1443 (add_piece): New function.
1444 (execute_stack_op): Implement DW_OP_piece.
1445 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1446 expression is a list of pieces, print an error message.
1447 (dwarf2_loc_desc_needs_frame): If the expression yields
1448 pieces, and any piece is in a register, then we need a frame.
1449
1450 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1451 the stack until we've decided what sort of result the evaluation
1452 has produced. Use separate variables, with more specific names.
1453
1454 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1455
1456 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1457 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1458 (arm_netbsd_init_abi_common): Register them.
1459
1460 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1461
1462 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1463
1464 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1465 safe_frame_unwind_memory instead of target_read_memory.
1466
1467 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1468 Reorder includes.
1469 (fetch_register, store_register): Remove prototypes.
1470 (child_resume): Reorganize code and comments such that it is
1471 grouped a bit more logically.
1472 (attach): Explicitly compare errno against 0.
1473 (detach): Likewise. Use perror_with_name instead of
1474 print_sys_errmsg.
1475 * Makefile.in (infptrace.o): Update dependencies.
1476
1477 * ia64-linux-nat.c: Update copyright year.
1478 (fetch_debug_register, store_debug_register)
1479 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1480 PTRACE_TYPE_ARG3.
1481 * config/ia64/nm-linux.h: Update copyright year.
1482 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1483
1484 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1485 from CORE_ADDR to struct frame_info *. Use
1486 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1487 (amd64_linux_sigtramp_p): Adjust for changed signature of
1488 and64_linux_sigtramp_start
1489
1490 * gdb_ptrace.h: GNU/Linux.
1491
1492 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1493 Remove defines.
1494
1495 * infptrace.c: Include "gdb_assert.h".
1496 (PTRACE_XFER_TYPE): Remove define.
1497 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1498 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1499 Tweak comment.
1500 (fetch_inferior_registers, store_inferior_registers): Remove
1501 redundant culry braces. Tweak comment. s/regno/regnum.
1502 * Makefile.in (infptrace.o): Update dependencies.
1503
1504 * configure.in: Change test for return type of ptrace to default
1505 to `long' instead of `int'.
1506 * configure: Regenerate.
1507
1508 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1509
1510 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1511
1512 * configure.in: Check for ttrace function.
1513 * configure, config.in: Regenerate.
1514
1515 * gdb_ptrace.h: New file.
1516 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1517 <sys/ptrace.h>.
1518 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1519 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1520 (attach): Don't define PT_ATTACH.
1521 (detach): Don't define PT_DETACH.
1522 * Makefile.in (gdb_ptrace_h): New variable.
1523 (infptrace.o): Update dependencies.
1524
1525 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1526
1527 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1528 instead of `int' if not already defined.
1529 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1530 PTRACE_TYPE_ARG3.
1531 * infptrace.c (call_ptrace): Revert change that replaced
1532 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1533
1534 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1535
1536 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1537 Remove defines.
1538
1539 * linux-nat.c (kill_inferior): Add missing third and fourth
1540 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1541
1542 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1543 PTRACE_TYPE_RET.
1544
1545 * proc-why.c (proc_prettyfprint_why): Fix format string.
1546
1547 * solib-osf.c (osf_current_sos): Remove unsused label.
1548
1549 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1550 curses headers.
1551 * configure, config.in: Regenerate.
1552 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1553 <ncurses/ncurses.h>.
1554
1555 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1556 * config/nm-nbsd.h: Update copyright year.
1557 (PTRACE_ARG3_TYPE): Remove define.
1558
1559 * sparc-nat.c (fetch_inferior_registers)
1560 (store_inferior_registers, sparc_xfer_wcookie):
1561 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1562
1563 * alphabsd-nat.c (fetch_inferior_registers):
1564 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1565 PTRACE_TYPE_ARG3.
1566 * amd64bsd-nat.c (fetch_inferior_registers)
1567 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1568 PTRACE_TYPE_ARG3.
1569 * armnbsd-nat.c: Update copyright year.
1570 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1571 (store_register, store_regs, store_fp_register, store_fp_regs):
1572 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1573 * hppabsd-nat.c (fetch_inferior_registers)
1574 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1575 PTRACE_TYPE_ARG3.
1576 * i386bsd-nat.c (fetch_inferior_registers)
1577 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1578 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1579 * m68kbsd-nat.c (fetch_inferior_registers)
1580 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1581 PTRACE_TYPE_ARG3.
1582 * m88kbsd-nat.c (fetch_inferior_registers)
1583 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1584 PTRACE_TYPE_ARG3.
1585 * mipsnbsd-nat.c: Update copyright year.
1586 (fetch_inferior_registers, store_inferior_registers):
1587 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1588 * ns32knbsd-nat.c: Update copyright year.
1589 (fetch_inferior_registers, store_inferior_registers):
1590 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1591 * ppcnbsd-nat.c (fetch_inferior_registers):
1592 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1593 PTRACE_TYPE_ARG3.
1594 * ppcobsd-nat.c (fetch_inferior_registers):
1595 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1596 PTRACE_TYPE_ARG3.
1597 * shnbsd-nat.c: Update copyright year.
1598 (fetch_inferior_registers, store_inferior_registers):
1599 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1600 * vaxbsd-nat.c (fetch_inferior_registers)
1601 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1602 PTRACE_TYPE_ARG3.
1603
1604 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1605 PTRACE_TYPE_ARG3.
1606 * infptrace.c (call_ptrace, child_resume, attach, detach)
1607 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1608 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1609 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1610 PTRACE_TYPE_ARG3.
1611
1612 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1613
1614 * defs.h: Remove out-of-date comment.
1615 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1616 [!GETENV_PROVIDED] (getenv): Remove prototype.
1617
1618 * standalone.c: Remove file.
1619 * Makefile.in (standalone.o): Remove dependency.
1620
1621 * i386-linux-nat.c (dummy_sse_values): Remove function and
1622 prototype.
1623 (i386_linux_dr_get): Fix typo in comment.
1624 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1625
1626 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1627
1628 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1629 from declaration.
1630 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1631 from definition.
1632
1633 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1634
1635 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1636 parenthesis in definition.
1637 * configure: Regenerated.
1638
1639 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1640
1641 * PROBLEMS: Mention build/1411.
1642
1643 2004-08-09 Robert Millan <robertmh@gnu.org>
1644
1645 Committed by Nathanael Nerode.
1646 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1647 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1648
1649 2004-08-12 Andrew Cagney <cagney@gnu.org>
1650
1651 * NEWS: Mention fixes in GDB 6.2.1.
1652 * PROBLEMS: Remove mention of mips-irix.
1653
1654 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1655
1656 * config/powerpc/xm-aix.h: Delete.
1657 * config/powerpc/aix.mh (MH_FILE): Remove.
1658 * config/powerpc/aix432.mh (MH_FILE): Remove.
1659
1660 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1661
1662 * config/powerpc/aix.mh: Remove obsolete comment.
1663 * config/powerpc/aix432.mh: Likewise.
1664
1665 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1666
1667 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1668
1669 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1670
1671 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1672 this file is now empty.
1673 * config/xm-aix4.h: Remove, this file is no longer included
1674 anywhere.
1675
1676 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1677
1678 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1679 that file is now empty.
1680 (termdef): Remove prototype, function no longer used.
1681
1682 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1683
1684 * doc/gdbint.texinfo (Host Definition): Remove documentation
1685 for USE_O_NOCTTY, no longer used.
1686 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1687 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1688
1689 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1690
1691 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1692 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1693 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1694
1695 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1696
1697 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1698 instead of FIVE_ARG_PTRACE.
1699
1700 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1701 (new_tty): Use O_NOCTTY unconditionally.
1702
1703 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1704
1705 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1706 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1707 fflush on stdout.
1708
1709 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1710
1711 * xcoff_symfile_finish: Replace last call to xmfree by call
1712 to xfree.
1713
1714 2004-08-10 Andrew Cagney <cagney@gnu.org>
1715
1716 * main.c (captured_main): Delete call to init_malloc.
1717 * defs.h (init_malloc): Delete declaration.
1718 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1719 (init_malloc): Delete functions.
1720
1721 * defs.h (xmfree): Delete.
1722 * utils.c (xmfree): Delete function.
1723 (xfree): Inline calls to xmfree and mfree.
1724 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1725 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1726 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1727 * somread.c (som_symfile_finish): Ditto.
1728 * objfiles.c (allocate_objfile, free_objfile):
1729 * nlmread.c (nlm_symfile_finish): Ditto.
1730 * hpread.c (hpread_symfile_finish): Ditto.
1731 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1732 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1733 * coffread.c (coff_symfile_finish): Ditto.
1734
1735 * defs.h (xmcalloc): Delete declaration.
1736 * utils.c (xmcalloc): Delete.
1737 (xcalloc): Inline calls to xmcalloc and mcalloc.
1738 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1739 xcalloc and xfree.
1740 * symtab.c (create_demangled_names_hash): Ditto.
1741
1742 * defs.h (xmrealloc): Delete.
1743 * utils.c (xmrealloc): Delete.
1744 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1745 * symmisc.c (extend_psymbol_list): Use xrealloc.
1746 * source.c (find_source_lines): Ditto.
1747 * hpread.c (hpread_lookup_type): Ditto.
1748 * dbxread.c (add_bincl_to_list): Ditto.
1749
1750 * utils.c (xmmalloc): Delete.
1751 (xmalloc): Inline xmmalloc and mmalloc calls.
1752 (msavestring): Use xmalloc.
1753 * defs.h (xmmalloc): Delete declaration.
1754 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1755 xmmalloc.
1756 * symmisc.c (extend_psymbol_list): Ditto.
1757 * symfile.c (init_psymbol_list): Ditto.
1758 * source.c (find_source_lines): Ditto.
1759 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1760 * elfread.c (elf_symtab_read): Ditto.
1761 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1762 * coffread.c (coff_symfile_init): Ditto.
1763
1764 2004-08-10 David Carlton <carlton@bactrian.org>
1765
1766 * MAINTAINERS: Remove David Carlton from c++ testsuite
1767 maintainers.
1768
1769 2004-08-10 Jerome Guitton <guitton@gnat.com>
1770
1771 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1772 print a line feed before the prompt.
1773
1774 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1775
1776 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1777
1778 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1779
1780 General cleanup of the AIX xm include file:
1781 * config/xm-aix4.h (fd_set): Remove undefine.
1782 Remove include of <sys/select.h>.
1783 (HAVE_TERMIO): Remove define.
1784 (USG): Likewise.
1785 (NULL): Remove redefine.
1786 (alloca): Remove #pragma.
1787 (vfork): Remove define.
1788 (termdef): Remove.
1789 (SIGWINCH_HANDLER): Remove.
1790 (SIGWINCH_HANDLER_BODY): Remove.
1791
1792 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1793
1794 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1795 GDB_OSABI_OPENBSD_ELF.
1796
1797 2004-08-07 Robert Millan <robertmh@gnu.org>
1798
1799 * bsd-kvm.c: Check for nlist.h before including it.
1800
1801 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1802
1803 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1804 sigcontext' offset consistency checks for ancient BSD.
1805
1806 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1807
1808 * configure.in: Check for <sys/types.h>. Check return and
1809 argument types of ptrace.
1810 * configure, config.in: Regenerate.
1811
1812 2004-08-09 Jim Blandy <jimb@redhat.com>
1813
1814 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1815 rs6000_register_sim_regno): Doc fixes.
1816
1817 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1818
1819 * mips-tdep.c: Include "floatformat.h".
1820 (n32n64_floatformat_always_valid): New function.
1821 (floatformat_n32n64_long_double_big): New constant.
1822 (mips_gdbarch_init): Set size and format of long double
1823 for N32 and N64 ABIs.
1824 * Makefile.in (mips-tdep.o): Update dependencies.
1825
1826 2004-08-08 Andrew Cagney <cagney@gnu.org>
1827
1828 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1829 print. Improve script's error messages.
1830 * gdbarch.h: Re-generate.
1831
1832 * gdbarch.sh (pformat): New function.
1833 (float_format, double_format, long_double_format): List with bit
1834 members. Use pformat when printing.
1835 * gdbarch.c, gdbarch.h: Re-generate.
1836
1837 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1838
1839 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1840 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1841 (ppcnbsd_supply_pcb): New function.
1842 (_initialize_ppcnbsd_nat): New prototype and function.
1843 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1844 (LOADLIBES): New variable.
1845 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1846
1847 2004-08-08 Andrew Cagney <cagney@gnu.org>
1848
1849 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1850 (builtin_type_ieee_double, builtin_type_ia64_quad)
1851 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1852 BE/LE floating-point types.
1853 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1854 (builtin_type_ieee_double, builtin_type_ia64_quad)
1855 (builtin_type_ia64_spill): Declare.
1856 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1857 (floatformat_ieee_double, floatformat_arm_ext)
1858 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1859 of LE/BE floatformats.
1860 * doublest.h: (struct floatformat, floatformat_ieee_single)
1861 (floatformat_ieee_double, floatformat_arm_ext)
1862 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1863
1864 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1865
1866 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1867
1868 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1869 instead of regcache_raw_supply when storing the registers.
1870
1871 * i386gnu-nat.c: Update copyright year.
1872 (gnu_store_registers): Don't use deprecated_registers and
1873 deprecated_registers_valid. Use regcache_valid_p and
1874 regcache_raw_supply instead.
1875
1876 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1877 frame_pc_unwind.
1878
1879 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1880 variables. Incapitalized "process".
1881
1882 * configure.in: Add cursesX to the list of possible curses libs.
1883 Add cursesX.h to the list of possible curses headers.
1884 * configure, config.in: Regenerate.
1885
1886 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1887
1888 * configure.in: Test for struct lwp in <sys/lwp.h>.
1889 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1890 the offset of l_addr in struct lwp.
1891
1892 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1893
1894 * bsd-kvm.c: Include "gdbcore.h"
1895 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1896
1897 2004-08-07 Andrew Cagney <cagney@gnu.org>
1898
1899 * gdbtypes.c (build_flt, build_complex): New functions.
1900 (gdbtypes_post_init): Use.
1901
1902 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1903
1904 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1905 through to builtin_type_uint128.
1906
1907 * c-exp.y: Use builtin_type function to obtain builtin types.
1908
1909 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1910 builtin_uint128.
1911 * gdbtypes.c (gdbtypes_post_init): Update.
1912 (build_gdbtypes): Move initialization of builtin_type_int0
1913 through to builtin_type_uint128 from here ...
1914 (_initialize_gdbtypes): ... to here.
1915 * d10v-tdep.c (d10v_register_type): Update.
1916
1917 * doublest.c: Update copyright.
1918 (floatformat_from_length): Call error when floatformat is NULL.
1919 (extract_floating_by_length): Remove NULL fmt check.
1920 (store_floating_by_length): Ditto.
1921
1922 2004-08-07 Andrew Cagney <cagney@gnu.org>
1923
1924 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1925 that the register is valid.
1926
1927 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1928
1929 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1930 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1931 struct frame_info *. Use safe_frame_unwind_memory instead of
1932 deprecated_read_memory_nobpt.
1933 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1934 changed signature of i386_linux_sigtramp_start and
1935 i386_linux_rt_sigtramp_start.
1936
1937 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1938 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1939 instead of deprecated_read_memory_nobpt.
1940 (i386nbsd_sigtramp_p): Adjust for changed signature of
1941 i386nbsd_sigtramp_offset.
1942
1943 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1944 safe_frame_unwind_memory instead of target_read_memory.
1945
1946 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1947 !NO_SYS_FILE.
1948 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1949 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1950 (_initialize_kernel_u_addr): Remove prototype and function.
1951 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1952 !NO_SYS_FILE.
1953 * xcoffread.c: Likewise.
1954
1955 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1956
1957 * vax-nat.c: New file.
1958 * vaxbsd-nat.c: Tweak comment.
1959 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1960 vaxnbsd-tdep.c.
1961 (vax-nat.o): New dependency.
1962 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1963 (vax-*-ultrix2*): Remove.
1964 * config/vax/vax.mh: New file.
1965 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1966 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1967 (vax_register_u_addr): New prototype.
1968 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1969 * config/vax/vaxult2.mh: Remove file.
1970 * config/vax/vaxult.mh: Remove file.
1971 * config/vax/vaxbsd.mh: Remove file.
1972 * config/vax/vax.mt (TM_FILE): Remove.
1973 * config/vax/tm-vaxbsd.h: Remove file.
1974
1975 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1976
1977 * aix-thread.c (get_signaled_thread): New function.
1978 (iter_trap): Delete, no longer used.
1979 (iter_tid): New function.
1980 (pd_update): Find the thread that received the SIGTRAP signal
1981 by first locating the kernel thread, and then finding its
1982 associated thread.
1983
1984 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1985
1986 * lin-lwp.c (child_wait): Continue inferior after processing
1987 PTRACE_EVENT_CLONE event.
1988
1989 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1990
1991 * MAINTAINERS: Add self to Write-After-Approval.
1992
1993 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1994
1995 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1996 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1997
1998 2004-08-05 Andrew Cagney <cagney@gnu.org>
1999
2000 * config/xm-sysv4.h: Delete file.
2001 * config/mips/xm-irix5.h: Delete file.
2002 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2003 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2004 * config/ia64/xm-aix.h: Delete file.
2005 * config/ia64/aix.mh (XM_FILE): Delete.
2006 * config/pa/xm-hppah.h: Delete file.
2007 * config/pa/hpux11w.mh (XM_FILE): Delete.
2008 * config/pa/hpux11.mh (XM_FILE): Delete.
2009 * config/pa/hpux1020.mh (XM_FILE): Delete.
2010 * config/pa/hppahpux.mh (XM_FILE): Delete.
2011
2012 * config/alpha/xm-alphalinux.h: Delete file.
2013 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2014 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2015 * config/alpha/xm-alphaosf.h: Delete file.
2016 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2017 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2018 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2019 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2020
2021 * config/i386/xm-i386v.h: Delete file.
2022 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2023 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2024 * config/i386/xm-i386sco.h: Delete file.
2025 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2026 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2027 * config/i386/xm-i386v4.h: Delete file.
2028 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2029 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2030 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2031 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2032
2033 * config/vax/xm-vax.h: Delete file.
2034 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2035 * config/vax/xm-vaxult2.h: Delete file.
2036 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2037 * config/vax/vaxult2.mh (XM_FILE): Delete.
2038 * config/vax/xm-vaxult.h: Delete file.
2039 * config/vax/vaxult.mh (XM_FILE): Delete.
2040 * config/vax/xm-vaxbsd.h: Delete file.
2041 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2042
2043 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2044 * gdbarch.h, gdbarch.c: Re-generate.
2045 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2046 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2047 * frame.h: Delete deprecated_read_fp from comments.
2048 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2049 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2050
2051 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2052
2053 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2054 trampoline in OpenBSD 3.5-current.
2055
2056 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2057 SSE registers.
2058
2059 * Makefile.in: Remove embedded page breaks.
2060
2061 2004-08-04 Jim Blandy <jimb@redhat.com>
2062
2063 * regcache.c (regcache_raw_read): Assert that, after calling
2064 target_fetch_registers, the register we're reading is cached.
2065
2066 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2067 a call to 'internal_error', with a more helpful error message.
2068 * rs6000-tdep.c (e500_pseudo_register_read,
2069 e500_pseudo_register_write, rs6000_store_return_value): Same.
2070
2071 2004-08-04 Andrew Cagney <cagney@gnu.org>
2072
2073 * Makefile.in: Update dependencies.
2074
2075 2004-08-04 Jim Blandy <jimb@redhat.com>
2076
2077 Change the layout of the PowerPC E500 raw register cache to allow
2078 the lower 32-bit halves of the GPRS to be their own raw registers,
2079 not pseudoregisters.
2080 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2081 add ppc_ev0_upper_regnum flag.
2082 * rs6000-tdep.c: #include "reggroups.h".
2083 (spe_register_p): Recognize the ev upper half registers as SPE
2084 registers.
2085 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2086 registers.
2087 (e500_move_ev_register): New function.
2088 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2089 vector registers are the pseudo-registers now, formed by splicing
2090 together the gprs and the upper-half registers.
2091 (e500_register_reggroup_p): New function.
2092 (P): Macro deleted.
2093 (P8, A4): New macro.
2094 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2095 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2096 macros.
2097 (registers_e500): Rearrange register set so that the raw register
2098 set contains 32-bit GPRs and upper-half registers, and the SPE
2099 vector registers become pseudo-registers.
2100 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2101 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2102 register numbers are now the same for the E500 as they are for
2103 other PowerPC variants. Register e500_register_reggroup_p as the
2104 register group function for the E500.
2105 * Makefile.in (rs6000-tdep.o): Update dependencies.
2106
2107 Adapt PPC E500 native support to the new raw regcache layout.
2108 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2109 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2110 (fetch_spe_register, store_spe_register): Handle fetching/storing
2111 all the SPE registers at once, if regno == -1. These now take
2112 over the job of fetch_spe_registers and store_spe_registers.
2113 (fetch_spe_registers, store_spe_registers): Deleted.
2114 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2115 unconditionally; they're always raw. Fetch/store SPE upper half
2116 registers, if present, instead of ev registers.
2117 (fetch_register, store_register): Remove sanity checks: gprs are
2118 never pseudo-registers now, so we never need to even mention any
2119 registers that are ever pseudoregisters.
2120
2121 Use a fixed register numbering when communicating with the PowerPC
2122 simulator.
2123 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2124 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2125 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2126 New functions.
2127 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2128 init_sim_regno_table.
2129 * Makefile.in (gdb_sim_ppc_h): New variable.
2130 (rs6000-tdep.o): Update dependencies.
2131
2132 2004-08-02 Andrew Cagney <cagney@gnu.org>
2133
2134 * cris-tdep.c (cris_register_size): Restore function, still used
2135 locally.
2136
2137 * gdbarch.sh (deprecated_target_read_fp)
2138 (deprecated_frame_locals_address, deprecated_frame_args_address)
2139 (deprecated_frame_chain_valid, deprecated_frame_chain)
2140 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2141 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2142 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2143 * gdbarch.h, gdbarch.c: Re-generate.
2144 * regcache.c (deprecated_read_fp): Do not call
2145 DEPRECATED_TARGET_READ_FP_P.
2146 * infcmd.c (default_print_registers_info): Do not call
2147 DEPRECATED_DO_REGISTERS_INFO.
2148 * frame-base.c (default_frame_locals_address): Do not call
2149 DEPRECATED_FRAME_LOCALS_ADDRESS.
2150 (default_frame_args_address): Do not call
2151 DEPRECATED_FRAME_ARGS_ADDRESS.
2152
2153 * gdbarch.sh (deprecated_register_raw_size)
2154 (deprecated_register_virtual_size:int): Delete.
2155 * gdbarch.h, gdbarch.c: Re-generate.
2156 * cris-tdep.c (cris_register_size): Delete.
2157 (cris_gdbarch_init): Update.
2158 * alpha-tdep.c (alpha_register_raw_size)
2159 (alpha_register_virtual_size): Delete.
2160 (alpha_gdbarch_init): Update.
2161
2162 * gdbarch.sh (deprecated_register_virtual_type)
2163 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2164 (deprecated_dummy_write_sp): Delete.
2165 * gdbarch.h, gdbarch.c: Re-generate.
2166
2167 * gdbarch.sh (deprecated_register_bytes): Delete.
2168 * gdbarch.h, gdbarch.c: Re-generate.
2169 * regcache.c (deprecated_register_bytes): New function.
2170 * regcache.h (deprecated_register_bytes): Declare.
2171 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2172 * v850-tdep.c (v850_gdbarch_init): Update.
2173 * sh64-tdep.c (sh64_gdbarch_init): Update.
2174 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2175 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2176 * mcore-tdep.c (mcore_gdbarch_init): Update.
2177 * cris-tdep.c (cris_gdbarch_init): Update.
2178 * arm-tdep.c (arm_gdbarch_init): Update.
2179 * remote.c (init_remote_state): Update.
2180 * remote-vx.c (vx_prepare_to_store): Update.
2181 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2182 * irix5-nat.c (fetch_core_registers): Update.
2183 * cris-tdep.c (cris_register_bytes_ok): Update.
2184 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2185
2186 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2187 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2188 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2189 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2190 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2191 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2192 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2193 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2194 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2195 with mips_insn16 and mips_insn32.
2196
2197 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2198 * rs6000-tdep.c (rs6000_push_dummy_call)
2199 (rs6000_extract_return_value): Use register_size.
2200 * xstormy16-tdep.c (xstormy16_get_saved_register)
2201 (xstormy16_extract_return_value): Ditto.
2202 * valops.c (value_assign): Ditto.
2203 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2204 * v850-tdep.c (v850_extract_return_value): Ditto.
2205 * tracepoint.c (collect_symbol): Ditto.
2206 * target.c (debug_print_register): Ditto.
2207 * stack.c (frame_info): Ditto.
2208 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2209 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2210 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2211 (store_register_using_P): Ditto.
2212 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2213 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2214 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2215 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2216 * regcache.c (deprecated_read_register_bytes)
2217 (deprecated_write_register_bytes, read_register)
2218 (write_register): Ditto.
2219 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2220 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2221 * monitor.c (monitor_supply_register, monitor_fetch_register)
2222 (monitor_store_register): Ditto.
2223 * mn10300-tdep.c (mn10300_pop_frame_regular)
2224 (mn10300_print_register): Ditto.
2225 * mipsv4-nat.c (fill_fpregset): Ditto.
2226 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2227 (mips64_fill_fpregset): Ditto.
2228 * mi/mi-main.c (register_changed_p, get_register)
2229 (mi_cmd_data_write_register_values): Ditto.
2230 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2231 * irix5-nat.c (fill_gregset, fetch_core_registers):
2232 * infrun.c (write_inferior_status_register): Ditto.
2233 * infptrace.c (fetch_register, store_register): Ditto.
2234 * infcmd.c (default_print_registers_info): Ditto.
2235 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2236 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2237 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2238 * hpux-thread.c (hpux_thread_fetch_registers)
2239 (hpux_thread_store_registers): Ditto.
2240 * hppah-nat.c (store_inferior_registers, fetch_register):
2241 * findvar.c (value_from_register): Ditto.
2242 * dve3900-rom.c (fetch_bitmapped_register):
2243 * cris-tdep.c (cris_gdbarch_init): Ditto.
2244 * alpha-tdep.h: Ditto.
2245 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2246
2247 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2248 DEPRECATED_REGISTER_RAW_SIZE from comments.
2249 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2250 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2251 DEPRECATED_REGISTER_RAW_SIZE.
2252 * findvar.c (value_of_register): Simplify by assuming that the
2253 registers raw and virtual sizes are identical.
2254 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2255 comment.
2256 * arch-utils.c (generic_register_size): Simplify by assuming
2257 register_type.
2258
2259 * regcache.c (legacy_read_register_gen, real_register)
2260 (legacy_write_register_gen): Delete, not used.
2261
2262 * regcache.c (struct regcache_descr): Delete legacy_p.
2263 (init_legacy_regcache_descr): Delete function.
2264 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2265 Do not use deprecated register functions.
2266 (regcache_raw_read, deprecated_write_register_gen):
2267 (deprecated_read_register_gen, regcache_raw_write): Delete code
2268 predicated on legacy_p.
2269 (register_size): Delete check against register raw size.
2270
2271 * cris-tdep.c (cris_register_type): Replace
2272 cris_register_virtual_type.
2273 (cris_gdbarch_init): Update, set register_type.
2274
2275 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2276 * gdbarch.h, gdbarch.c: Re-generate.
2277 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2278 (arm_gdbarch_init) Do not set frameless function invocation.
2279 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2280 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2281 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2282 (frv_gdbarch_init): Do not set frameless function invocation.
2283 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2284 * sh-tdep.c (sh_gdbarch_init): Ditto.
2285 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2286 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2287 * avr-tdep.c (avr_gdbarch_init): Ditto.
2288
2289 * blockframe.c (legacy_frame_chain_valid): Delete function.
2290
2291 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2292 and pc. Update comments.
2293 (pc_in_dummy_frame): Delete function.
2294 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2295 use the "id".
2296 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2297 call_hi, top and pc, use the id.
2298 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2299
2300 * dummy-frame.c: Include "gdb_string.h".
2301 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2302 (generic_save_dummy_frame_tos): Delete.
2303 (dummy_frame_push): New function, replaces above.
2304 * dummy-frame.h: Update copyright.
2305 (dummy_frame_push): Declare.
2306 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2307 (generic_save_call_dummy_addr): Delete declarations.
2308 * infcall.c: Include "dummy-frame.h".
2309 (call_function_by_hand): Add locals caller_regcache,
2310 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2311 with call to frame_save_as_regcache plus cleanup. Delete calls to
2312 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2313 Move clear_proceed_status to just before the resume, add call to
2314 dummy_frame_push (discard cleanup).
2315 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2316 (dummy-frame.o): Add $(gdb_string_h).
2317
2318 2004-08-01 Andrew Cagney <cagney@gnu.org>
2319
2320 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2321 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2322 * dummy-frame.c (find_dummy_frame): Delete.
2323 (struct dummy_frame_cache, dummy_frame_sniffer)
2324 (dummy_frame_prev_register, dummy_frame_this_id)
2325 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2326 frame unwinder using a dummy_frame_cache.
2327
2328 2004-08-01 Andrew Cagney <cagney@gnu.org>
2329
2330 * frame.h (frame_save_as_regcache): Declare.
2331 * frame.c (frame_save_as_regcache): New function.
2332 (do_frame_read_register): Replace do_frame_unwind_register.
2333 (frame_pop): Use frame_save_as_regcache.
2334 * dummy-frame.c (generic_push_dummy_frame): Use
2335 frame_save_as_regcache.
2336
2337 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2338
2339 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2340 file as included until we record the first line in the linetable.
2341
2342 2004-08-01 Andrew Cagney <cagney@gnu.org>
2343
2344 * frame.h (deprecated_pop_dummy_frame)
2345 (deprecated_read_register_dummy)
2346 (deprecated_generic_find_dummy_frame): Delete.
2347 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2348 (deprecated_read_register_dummy)
2349 (deprecated_find_dummy_frame_regcache)
2350 (discard_innermost_dummy)
2351 (deprecated_pop_dummy_frame): Delete.
2352 (dummy_frame_this_id): Simplify.
2353 (struct dummy_frame): Delete "fp" and "sp".
2354 (find_dummy_frame): Simplify.
2355 (generic_push_dummy_frame): Do not set "fp" or "sp".
2356 (fprint_dummy_frames): Do not print "fp" and "sp"
2357
2358 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2359
2360 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2361 (struct i386_insn): New structure.
2362 (i386_match_insn): New function.
2363 (i386_frame_setup_skip_insns): New variable.
2364 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2365 array i386_frame_setup_insns of instructions that should be
2366 skipped inside the frame setup sequence.
2367
2368 2004-08-01 Andrew Cagney <cagney@gnu.org>
2369
2370 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2371 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2372 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2373 * stack.c (frame_info): Delete references to
2374 DEPRECATED_FRAME_INIT_SAVED_REGS and
2375 deprecated_get_frame_saved_regs.
2376 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2377 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2378 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2379 (frame_unwind_register_signed)
2380 (frame_unwind_register_unsigned)
2381 (frame_unwind_unsigned_register): Use register_size.
2382 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2383 (deprecated_frame_xmalloc_with_cleanup)
2384 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2385 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2386
2387 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2388 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2389 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2390 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2391
2392 * infcall.c (call_function_by_hand): Do not use
2393 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2394 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2395 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2396 DEPRECATED_STACK_ALIGN.
2397
2398 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2399
2400 Committed by Andrew Cagney.
2401 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2402
2403 2004-08-01 Andrew Cagney <cagney@gnu.org>
2404
2405 * mips-tdep.c (mips16_frame_cache)
2406 (mips16_frame_this_id, mips16_frame_prev_register)
2407 (mips16_frame_unwind, mips16_frame_sniffer)
2408 (mips16_frame_base_address, mips16_frame_base)
2409 (mips16_frame_base_sniffer, mips32_frame_cache)
2410 (mips32_frame_this_id, mips32_frame_prev_register)
2411 (mips32_frame_unwind, mips32_frame_sniffer)
2412 (mips32_frame_base_address, mips32_frame_base)
2413 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2414 separate heuristic mips16 and mips32 unwinders.
2415 (mips_stub_frame_cache, mips_stub_frame_this_id)
2416 (mips_stub_frame_prev_register)
2417 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2418 (mips_stub_frame_base_address, mips_stub_frame_base)
2419 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2420 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2421 match true mdebug frames.
2422 (non_heuristic_proc_desc): Add forward declaration.
2423
2424 2004-08-01 Andrew Cagney <cagney@gnu.org>
2425
2426 * config/mips/tm-irix6.h: Delete file.
2427 * config/mips/tm-irix5.h: Delete file.
2428 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2429 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2430
2431 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2432 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2433 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2434 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2435 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2436 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2437 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2438 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2439 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2440 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2441 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2442 (TARGET_SIGNAL_RAW_VALUES): Delete.
2443 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2444 Delete.
2445 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2446 (TARGET_HW_WATCH_LIMIT): Delete.
2447 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2448 * minimon.h: Delete file.
2449
2450 * trad-frame.c (trad_frame_get_this_base)
2451 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2452 functions.
2453 * trad-frame.h (trad_frame_set_this_base)
2454 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2455
2456 2004-07-31 Andrew Cagney <cagney@gnu.org>
2457
2458 * trad-frame.c (trad_frame_get_prev_register): Rename
2459 trad_frame_get_prev_register.
2460 * vax-tdep.c (vax_frame_prev_register): Update.
2461 * trad-frame.h: Update.
2462 * trad-frame.c (trad_frame_get_register): Update.
2463 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2464 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2465 Update.
2466 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2467 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2468 Update.
2469 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2470 Update.
2471 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2472 Update.
2473 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2474 Update.
2475 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2476 Update.
2477 * s390-tdep.c (s390_frame_prev_register)
2478 (s390_stub_frame_prev_register)
2479 (s390_sigtramp_frame_prev_register): Update.
2480 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2481 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2482 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2483 * m88k-tdep.c (m88k_frame_prev_register)
2484 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2485 * m32r-tdep.c (m32r_frame_prev_register): Update.
2486 * hppa-tdep.c (hppa_frame_prev_register_helper)
2487 * frv-tdep.c (frv_frame_prev_register): Update.
2488 * d10v-tdep.c (d10v_frame_prev_register): Update.
2489 * cris-tdep.c (cris_frame_prev_register): Update.
2490 * avr-tdep.c (avr_frame_prev_register): Update.
2491 * arm-tdep.c (arm_prologue_prev_register)
2492 (arm_sigtramp_prev_register): Update.
2493
2494 2004-07-31 Andrew Cagney <cagney@gnu.org>
2495
2496 * frame.h (legacy_saved_regs_unwind)
2497 (legacy_frame_chain_valid, legacy_frame_p)
2498 (enum frame_type): Delete UNKNOWN_FRAME.
2499 * dummy-frame.c (dummy_frame_this_id): Simplify.
2500 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2501 * frame.c (struct frame_info): Delete the field "type".
2502 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2503 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2504 (legacy_saved_regs_unwind, legacy_frame_p)
2505 (frame_type_from_pc): Delete.
2506 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2507 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2508
2509 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2510
2511 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2512 indentation.
2513
2514 * mips-nat.c: Remove file.
2515 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2516 (mips-nat.o): Remove dependency.
2517
2518 * infptrace.c: Update copyright year.
2519 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2520 explicitly setting the buffer to all zeroes.
2521
2522 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2523 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2524
2525 2004-07-30 Andrew Cagney <cagney@gnu.org>
2526
2527 * GDB 6.2 released from gdb_6_2-branch.
2528
2529 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2530
2531 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2532
2533 * exec.c (exec_file_attach):
2534 * nto-tdep.c (nto_find_and_open_solib):
2535 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2536 * solib.c (solib_open):
2537 * somsolib.c (som_solib_sizeof_symbol_table):
2538 * source.c (is_regular_file, openp, open_source_file):
2539 * symfile.c (symfile_bfd_open):
2540 * wince.c (upload_to_device): Differentiate between the search for
2541 binary and source files.
2542
2543 2004-07-30 Andrew Cagney <cagney@gnu.org>
2544
2545 * complaints.c (_initialize_complaints): Pass NULL to
2546 add_setshow_zinteger_cmd for help_doc.
2547 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2548
2549 2004-07-30 Andrew Cagney <cagney@gnu.org>
2550
2551 Fix PR i18n/761.
2552 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2553 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2554 $(PACKAGE).pot and update-po.
2555 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2556 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2557 (update-po): New rules.
2558 (localedir): Define using autoconf.
2559 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2560 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2561 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2562 * configure.in: Generate CATALOGS and LINGUAS from contents of
2563 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2564 * configure: Re-generate.
2565 * po/gdbtext: New file
2566
2567 2004-07-30 Jerome Guitton <guitton@gnat.com>
2568
2569 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2570 order.
2571
2572 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2573
2574 * dwarf2read.c (read_file_scope): Set producer if attribute
2575 present.
2576 (struct dwarf2_cu): Added new member producer.
2577
2578 2004-07-30 Jerome Guitton <guitton@gnat.com>
2579
2580 * inflow.c (kill_command): release file handles in BFD.
2581 * exec.c (exec_file_attach): Ditto.
2582 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2583
2584 2004-07-29 Andrew Cagney <cagney@gnu.org>
2585
2586 * PROBLEMS (mips-irix): Note that it is broken.
2587
2588 2004-07-29 Andrew Cagney <cagney@gnu.org>
2589
2590 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2591 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2592
2593 * config/xm-nbsd.h: Delete file.
2594 * config/arm/xm-nbsd.h: Delete file.
2595 * config/i386/xm-nbsd.h: Delete file.
2596 * config/ns32k/xm-nbsd.h: Delete file.
2597 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2598 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2599 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2600 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2601 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2602
2603 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2604 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2605 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2606 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2607 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2608 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2609
2610 * config/powerpc/xm-linux.h: Delete empty file.
2611 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2612 * config/powerpc/linux.mh (XM_FILE): Delete.
2613 * config/m68k/xm-linux.h: Delete empty file.
2614 * config/m68k/linux.mh (XM_FILE): Delete.
2615 * config/ia64/xm-linux.h: Delete empty file.
2616 * config/ia64/linux.mh (XM_FILE): Delete.
2617 * config/arm/xm-linux.h: Delete empty file.
2618 * config/arm/linux.mh (XM_FILE): Delete.
2619
2620 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2621 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2622 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2623 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2624 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2625 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2626 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2627 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2628
2629 * config/m68k/xm-m68k.h: Delete file.
2630 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2631 copyright.
2632 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2633 * config/pa/xm-linux.h: Delete empty file.
2634 * config/pa/linux.mh (XM_FILE): Delete.
2635 * config/i386/xm-i386.h: Delete empty file.
2636 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2637 "i386/xm-i386.h".
2638 * config/i386/obsdaout.mh (XM_FILE): Delete.
2639 * config/i386/obsd64.mh (XM_FILE): Delete.
2640 * config/i386/fbsd64.mh (XM_FILE): Delete.
2641 * config/i386/nto.mh (XM_FILE): Delete.
2642 * config/i386/obsd.mh (XM_FILE): Delete.
2643 * config/i386/linux64.mh (XM_FILE): Delete.
2644 * config/i386/linux.mh (XM_FILE): Delete.
2645 * config/i386/i386sol2.mh (XM_FILE): Delete.
2646 * config/i386/i386gnu.mh (XM_FILE): Delete.
2647 * config/i386/fbsd.mh (XM_FILE): Delete.
2648 * config/i386/nbsd64.mh (XM_FILE): Delete.
2649
2650 2004-07-29 Andrew Cagney <cagney@gnu.org>
2651
2652 * config/pa/xm-linux.h: Do not include "floatformat.h".
2653 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2654 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2655 * config/i386/xm-i386.h: Do not include "floatformat.h".
2656 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2657 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2658 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2659 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2660 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2661 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2662 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2663 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2664 * configure, config.in: Regenerate.
2665 * configure.host (gdb_host_float_format, gdb_host_double_format)
2666 (gdb_host_long_double_format): Set according to the host.
2667
2668 2004-07-29 Andrew Cagney <cagney@gnu.org>
2669
2670 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2671
2672 2004-07-28 Andrew Cagney <cagney@gnu.org>
2673
2674 * PROBLEMS: Mention threads/1650.
2675 * NEWS: Mention the NPTL fix.
2676
2677 2004-07-28 Andrew Cagney <cagney@gnu.org>
2678
2679 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2680 (add_setshow_cmd_full): Make static.
2681 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2682 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2683 * cli/cli-decode.c (add_setshow_filename_cmd)
2684 (add_setshow_string_cmd): New functions.
2685 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2686 * mips-tdep.c (_initialize_mips_tdep): Update.
2687 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2688 * cli/cli-logging.c (_initialize_cli_logging): Update.
2689 * complaints.c (_initialize_complaints): Update.
2690 * remote.c (_initialize_remote): Update.
2691
2692 2004-07-28 Andrew Cagney <cagney@gnu.org>
2693
2694 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2695 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2696 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2697 print parameters. Make string parameters constant.
2698 * command.h: Update. Update copyright.
2699 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2700 * observer.c (_initialize_observer): Ditto.
2701 * frame.c (_initialize_frame): Ditto.
2702 * complaints.c (_initialize_complaints): Ditto.
2703 * maint.c (_initialize_maint_cmds): Ditto.
2704 * target.c (initialize_targets): Ditto.
2705 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2706 * infcall.c (_initialize_infcall): Ditto.
2707 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2708 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2709 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2710 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2711 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2712
2713 2004-07-28 Andrew Cagney <cagney@gnu.org>
2714
2715 * gdbtypes.c (lookup_primitive_typename): Delete function.
2716 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2717 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2718 * gdbtypes.c (lookup_typename): Ditto.
2719 * f-exp.y (yylex): Ditto.
2720 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2721
2722 * scm-lang.c (c_builtin_types): Delete extern declaration.
2723 (scm_language_defn): Replace
2724 string_char_type and primitive_type_vector with
2725 la_language_arch_info.
2726 * jv-lang.c (java_language_defn): Replace
2727 string_char_type and primitive_type_vector with
2728 la_language_arch_info.
2729 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2730 c_builtin_types in comment.
2731 * c-lang.h (struct language_arch_info): Declare opaque.
2732 (c_language_arch_info): Declare.
2733 (c_builtin_types): Delete declaration.
2734 * c-lang.c (c_language_arch_info): Set string_char_type to
2735 builtin_char, not builtin_true_char. Make global.
2736 (c_builtin_types): Delete array.
2737 (asm_language_defn, minimal_language_defn): Replace
2738 string_char_type and primitive_type_vector with
2739 la_language_arch_info.
2740
2741 2004-07-28 Andrew Cagney <cagney@gnu.org>
2742
2743 * gdbtypes.h (struct builtin_type): Rename true_char to
2744 builtin_true_char.
2745 * gdbtypes.c (gdbtypes_post_init): Update.
2746 * c-lang.c (arch_info): New function.
2747 (enum c_primitive_types): New enum.
2748 (c_language_defn): Instead of string_char_type and
2749 primitive_type_vector set la_language_arch_info.
2750
2751 2004-07-28 Andrew Cagney <cagney@gnu.org>
2752
2753 * language.h (struct language_arch_info): Fix typo
2754 s/primative/primitive/.
2755 * gdbtypes.c (lookup_primitive_typename): Ditto.
2756 * language.c (language_lookup_primitive_type_by_name)
2757 (unknown_language_arch_info): Ditto.
2758
2759 2004-07-27 Andrew Cagney <cagney@gnu.org>
2760
2761 * defs.h (enum language): Add nr_languages.
2762 * language.h (struct language_arch_info): Define.
2763 (struct language_defn): Add la_language_arch_info.
2764 (language_lookup_primative_type_by_name): Declare.
2765 (language_string_char_type): Declare.
2766 * language.c (_initialize_language, language_gdbarch_post_init)
2767 (struct language_gdbarch, language_gdbarch_data): Implement
2768 per-architecture language information.
2769 (unknown_language_arch_info, language_string_char_type)
2770 (language_lookup_primative_type_by_name): New functions.
2771 (unknown_language_defn, auto_language_defn)
2772 (local_language_defn): Set la_language_arch_info to
2773 unknown_language_arch_info.
2774 (unknown_builtin_types): Delete.
2775 * gdbtypes.c (lookup_primitive_typename): Use
2776 language_lookup_primative_type_by_name.
2777 (create_string_type): Use language_string_char_type.
2778 * values.c (value_from_string): Use language_string_char_type.
2779 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2780 * p-lang.c (pascal_language_defn): Ditto.
2781 * m2-lang.c (m2_language_defn): Ditto.
2782 * jv-lang.c (java_language_defn): Ditto.
2783 * objc-lang.c (objc_language_defn): Ditto.
2784 * f-lang.c (f_language_defn): Ditto.
2785 * c-lang.c (c_language_defn, cplus_language_defn)
2786 (asm_language_defn, minimal_language_defn): Ditto.
2787
2788 2004-07-27 Andrew Cagney <cagney@gnu.org>
2789
2790 * gdbtypes.h (struct builtin_type): Declare.
2791 (builtin_type): Declare.
2792 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2793 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2794 (gdbtypes_post_init): New function.
2795 (builtin_type): New function.
2796
2797 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2798
2799 * remote-m32r-sdi.c: Fix breakpoint bug.
2800 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2801 recv_char_data, recv_long_data): New functions to replace communication
2802 sequences.
2803
2804 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2805
2806 Document PR threads/1650.
2807 * PROBLEMS (Threads): Document problem with many threads
2808
2809 2004-07-26 Andrew Cagney <cagney@gnu.org>
2810
2811 * gdb-mi.el: Move from here ...
2812 * mi/gdb-mi.el: ... to here.
2813
2814 2004-07-26 Andrew Cagney <cagney@gnu.org>
2815
2816 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2817 * main.c (captured_main): When in batch mode always detach.
2818
2819 2004-07-26 Andrew Cagney <cagney@gnu.org>
2820
2821 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2822 and h8300 as broken.
2823 * NEWS: END-OF-LIFE frame compatibility module.
2824 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2825 specific comments.
2826
2827 2004-07-26 Andrew Cagney <cagney@gnu.org>
2828
2829 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2830 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2831 * wince.c (_initialize_wince): Update.
2832 * win32-nat.c (_initialize_win32_nat): Update.
2833 * varobj.c (_initialize_varobj): Update.
2834 * valops.c (_initialize_valops): Update.
2835 * utils.c (initialize_utils, initialize_utils): Update.
2836 * tui/tui-win.c (_initialize_tui_win): Update.
2837 * top.c (init_main): Update.
2838 * symfile.c (_initialize_symfile): Update.
2839 * source.c (_initialize_source): Update.
2840 * somsolib.c (_initialize_som_solib): Update.
2841 * solib.c (_initialize_solib): Update.
2842 * solib-frv.c (_initialize_frv_solib): Update.
2843 * serial.c (_initialize_serial): Update.
2844 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2845 * remote.c (_initialize_remote, _initialize_remote): Update.
2846 * remote-vx.c (_initialize_vx): Update.
2847 * remote-utils.c (_initialize_sr_support): Update.
2848 * remote-sds.c (_initialize_remote_sds): Update.
2849 * remote-mips.c (_initialize_remote_mips): Update.
2850 * remote-e7000.c (_initialize_remote_e7000): Update.
2851 * proc-api.c (_initialize_proc_api): Update.
2852 * printcmd.c: Update.
2853 * parse.c (_initialize_parse): Update.
2854 * pa64solib.c (_initialize_pa64_solib): Update.
2855 * p-valprint.c (_initialize_pascal_valprint): Update.
2856 * monitor.c (_initialize_remote_monitors): Update.
2857 * mips-tdep.c (_initialize_mips_tdep): Update.
2858 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2859 * maint.c (_initialize_maint_cmds): Update.
2860 * lin-lwp.c (_initialize_lin_lwp): Update.
2861 * language.c (_initialize_language): Update.
2862 * kod.c (_initialize_kod): Update.
2863 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2864 * i386-tdep.c (_initialize_i386_tdep): Update.
2865 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2866 * gdbarch.sh: Update.
2867 * gdbarch.c: Re-generate.
2868 * gdb-events.sh: Update.
2869 * gdb-events.c: Re-generate.
2870 * frame.c (_initialize_frame): Update.
2871 * exec.c: Update.
2872 * demangle.c (_initialize_demangler): Update.
2873 * dcache.c (_initialize_dcache): Update.
2874 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2875 * cp-valprint.c (_initialize_cp_valprint): Update.
2876 * corefile.c (_initialize_core): Update.
2877 * command.h: Update.
2878 * cli/cli-decode.h: Update.
2879 * cli/cli-cmds.c (init_cli_cmds): Update.
2880 * charset.c (_initialize_charset): Update.
2881 * breakpoint.c (_initialize_breakpoint): Update.
2882 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2883 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2884 * aix-thread.c (_initialize_aix_thread): Update.
2885
2886 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2887
2888 Partial fix for PR backtrace/1718.
2889 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2890 that GCC migrates into the prolugue. Don't handle any
2891 instructions that clobber %ebx.
2892
2893 2004-07-23 Andrew Cagney <cagney@gnu.org>
2894
2895 Use regcache_raw_collect instead of regcache_collect.
2896 * regcache.h (regcache_collect): Delete declaration.
2897 * regcache.c (regcache_colect): Delete function.
2898 * win32-nat.c (do_child_store_inferior_registers): Update.
2899 * sol-thread.c (sol_thread_store_registers): Update.
2900 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2901 * rs6000-nat.c (store_register): Update.
2902 * remote.c (store_register_using_P, remote_store_registers): Update.
2903 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2904 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2905 (fill_vrregset, store_spe_registers, fill_gregset)
2906 (fill_gregset): Update.
2907 * nto-procfs.c (procfs_store_registers): Update.
2908 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2909 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2910 * m68klinux-nat.c (store_register, fill_gregset): Update.
2911 * m68k-tdep.c (fill_gregset): Update.
2912 * infptrace.c (store_register): Update.
2913 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2914 * i386-linux-nat.c (store_register, fill_gregset): Update.
2915 * hppa-linux-nat.c (fill_gregset): Update.
2916 * go32-nat.c (store_register): Update.
2917 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2918 (store_fp_regs): Update.
2919 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2920 (store_nwfpe_extended, store_fpregister, store_fpregs)
2921 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2922 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2923 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2924 (store_regs_user_thread, store_regs_kernel_thread): Update.
2925
2926 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2927
2928 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2929 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2930 encoding.
2931 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2932 member of `struct comp_unit'.
2933
2934 2004-07-23 Andrew Cagney <cagney@gnu.org>
2935
2936 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2937 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2938
2939 2004-07-23 Martin Hunt <hunt@redhat.com>
2940 Kevin Buettner <kevinb@redhat.com>
2941
2942 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2943 alignment was being added to the offset instead of multiplied.
2944
2945 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2946
2947 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2948 changed signal trampoline in OpenBSD 3.5-current.
2949
2950 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2951 <machine/pcb.h> and "bsd-kvm.h".
2952 (sparc64nbsd_supply_pcb): New function.
2953 (_initialize_sparc64nbsd_nat): Renamed from
2954 _initialize_sparcnbsd_nat. Enable libkvm interface.
2955 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2956 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2957 (LOADLIBES): New variable.
2958
2959 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2960
2961 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2962
2963 2004-07-21 Andrew Cagney <cagney@gnu.org>
2964
2965 Use regcache_raw_supply instead of supply_register.
2966 * regcache.h (supply_register): Delete declaration.
2967 * regcache.c (supply_register): Delete function.
2968 * wince.c (do_child_fetch_inferior_registers): Update.
2969 * win32-nat.c (do_child_fetch_inferior_registers)
2970 (fetch_elf_core_registers): Update.
2971 * v850ice.c (v850ice_fetch_registers): Update.
2972 * thread-db.c (thread_db_store_registers): Update.
2973 * sol-thread.c (sol_thread_store_registers): Update.
2974 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2975 * rs6000-nat.c (fetch_register): Update.
2976 * rom68k-rom.c (rom68k_supply_one_register): Update.
2977 * remote.c (remote_wait, remote_async_wait): Update.
2978 * remote-st.c (get_hex_regs): Update.
2979 * remote-sim.c (gdbsim_fetch_register): Update.
2980 * remote-sds.c (sds_fetch_registers): Update.
2981 * remote-rdp.c (remote_rdp_fetch_register): Update.
2982 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2983 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2984 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2985 * remote-hms.c (init_hms_cmds): Update.
2986 * remote-est.c (init_est_cmds): Update.
2987 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2988 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2989 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2990 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2991 (fetch_register, supply_vrregset, supply_vrregset)
2992 (fetch_spe_registers): Update.
2993 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2994 * monitor.c (monitor_supply_register): Update.
2995 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2996 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2997 (mipsnbsd_supply_fpreg): Update.
2998 * mips-nat.c (fetch_inferior_registers)
2999 (fetch_core_registers): Update.
3000 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3001 (supply_fpregset, mips64_supply_gregset)
3002 (mips64_supply_fpregset): Update.
3003 * m68klinux-nat.c (fetch_register, supply_gregset)
3004 (supply_fpregset): Update.
3005 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3006 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3007 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3008 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3009 * infptrace.c (fetch_register): Update.
3010 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3011 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3012 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3013 (gnu_fetch_registers, gnu_store_registers): Update.
3014 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3015 * i386-linux-nat.c (fetch_register, supply_gregset)
3016 (dummy_sse_values): Update.
3017 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3018 * hppah-nat.c (fetch_register): Update.
3019 * hppa-linux-nat.c (fetch_register, supply_gregset)
3020 (supply_fpregset): Update.
3021 * go32-nat.c (fetch_register): Update.
3022 * dve3900-rom.c (fetch_bitmapped_register)
3023 (_initialize_r3900_rom): Update.
3024 * cris-tdep.c (supply_gregset): Update.
3025 * abug-rom.c (init_abug_cmds): Update.
3026 * core-aout.c (fetch_core_registers): Update.
3027 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3028 (fetch_register, fetch_fp_register): Update.
3029 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3030 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3031 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3032 * alphanbsd-tdep.c (fetch_core_registers): Update.
3033 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3034 * alpha-nat.c (fetch_osf_core_registers)
3035 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3036 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3037 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3038
3039 2004-07-21 Andrew Cagney <cagney@gnu.org>
3040
3041 * PROBLEMS: Mention breakpoints/1702.
3042 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3043 that is known to work.
3044
3045 2004-07-21 Andrew Cagney <cagney@gnu.org>
3046
3047 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3048 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3049 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3050 (handle_inferior_event): Wrap call to deprecated
3051 IGNORE_HELPER_CALL in #ifdef.
3052 * config/mips/tm-nbsd.h: Update.
3053
3054 2004-07-20 Jim Blandy <jimb@redhat.com>
3055
3056 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3057 bfd_mach_ppc has no segment registers.
3058
3059 Include PowerPC SPR numbers for special-purpose registers.
3060 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3061 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3062 new member in initializer.
3063 (S, S4, SN4, S64): New macros for defining special-purpose
3064 registers.
3065 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3066 registers_403, registers_403GC, registers_505, registers_860,
3067 registers_601, registers_602, registers_603, registers_604,
3068 registers_750, registers_e500): Use them.
3069
3070 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3071 replace references with expression used to initialize variable.
3072
3073 2004-07-20 Andrew Cagney <cagney@gnu.org>
3074
3075 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3076 read_memory_nobpt.
3077 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3078 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3079 (s390_sigtramp_frame_sniffer): Update.
3080 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3081 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3082 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3083 (mips32_fetch_instruction): Update.
3084 * mcore-tdep.c (get_insn): Update.
3085 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3086 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3087 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3088 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3089 (i386_linux_rt_sigtramp_start): Update.
3090 * i386-linux-nat.c (child_resume): Update.
3091 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3092 * hppa-linux-tdep.c (insns_match_pattern): Update.
3093 * gdbcore.h: Update.
3094 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3095 * frame.c (safe_frame_unwind_memory): Update.
3096 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3097 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3098 * alpha-tdep.c (alpha_read_insn): Update.
3099
3100 2004-07-20 Andrew Cagney <cagney@gnu.org>
3101
3102 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3103 containing both bytes and mask. Add "frame_type".
3104 * tramp-frame.c (tramp_frame_start): Update.
3105 (tramp_frame_prepend_unwinder): Update.
3106 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3107 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3108 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3109 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3110
3111 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3112
3113 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3114 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3115 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3116 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3117
3118 2004-07-17 Andrew Cagney <cagney@gnu.org>
3119
3120 * NEWS, PROBLEMS: Update for 6.2.
3121
3122 * README: Update to 6.2.
3123
3124 * utils.c (xvasprintf): Call xstrvprintf.
3125
3126 * parse.c: Update copyright.
3127 (null_post_parser): Eliminate ARGSUSED.
3128
3129 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3130 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3131 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3132
3133 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3134 * ppc-linux-nat.c: Use "Linux kernel".
3135 * hppa-linux-tdep.c: Use GNU/Linux.
3136 * hppa-linux-nat.c: Use GNU/Linux.
3137 * dwarfread.c: Add [sic] to use of Linux.
3138
3139 * hppa-linux-nat.c: Do not include <string.h>.
3140 (supply_fpregset): Remove "register" attribute.
3141
3142 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3143
3144 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3145
3146 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3147 * configure, config.in: Regenerated.
3148
3149 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3150 "bsd-kvm.h".
3151 (vaxbsd_supply_pcb): New function.
3152 (_initialize_vaxbsd_nat): New prototype and function.
3153 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3154 solib-sunos.o.
3155 (LOADLIBES): New variable.
3156 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3157 (LOADLIBES): New variable.
3158 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3159 (LOADLIBES): New variable.
3160 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3161
3162 2004-07-16 Andrew Cagney <cagney@gnu.org>
3163
3164 * defs.h (event_loop_p): Replace variable declaration with macro,
3165 always 1.
3166 * main.c (captured_main): Delete options "-async" and "-noasync".
3167 (event_loop_p): Delete variable.
3168 * NEWS: Mention that "-async" and "-noasync" were removed.
3169
3170 2004-07-16 Andrew Cagney <cagney@gnu.org>
3171
3172 * remote-m32r-sdi.c: Re-indent.
3173
3174 2004-07-16 Jim Blandy <jimb@redhat.com>
3175
3176 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3177 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3178 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3179 missing MPC823 SPRs.
3180 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3181 incorrect. (This was corrected in GDB's register name tables on
3182 2004-07-14.)
3183
3184 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3185 should be "esasrr" ("ESA Save and Restore Register").
3186
3187 2004-07-16 Andrew Cagney <cagney@gnu.org>
3188
3189 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3190 calls, no longer applicable. Update comments and rename parameter
3191 "step_frame" to "return_frame".
3192
3193 2004-07-16 Andrew Cagney <cagney@gnu.org>
3194
3195 * frame.c (fprint_field): New function.
3196 (fprint_frame_id): Use fprint_field.
3197
3198 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3199
3200 * ada-lang.c (ada_language_defn): Remove commented out code.
3201
3202 2004-07-15 Jim Blandy <jimb@redhat.com>
3203
3204 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3205 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3206
3207 2004-07-14 Jim Blandy <jimb@redhat.com>
3208
3209 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3210
3211 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3212
3213 * ppc-tdep.h (ppc_num_srs): New enum constant.
3214
3215 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3216 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3217 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3218 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3219 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3220 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3221 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3222 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3223 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3224 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3225 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3226 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3227 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3228 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3229 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3230 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3231 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3232 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3233 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3234 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3235 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3236 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3237 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3238 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3239 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3240 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3241 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3242 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3243 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3244 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3245 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3246 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3247 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3248 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3249 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3250 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3251 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3252 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3253 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3254 special-purpose register numbers.
3255
3256 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3257 manual mentions 'md_twb', but many mention 'm_twb', and at that
3258 point in the register list.)
3259
3260 2004-07-14 Andrew Cagney <cagney@gnu.org>
3261
3262 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3263 instead of "internal-error".
3264
3265 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3266
3267 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3268 that was inserted inside a comment.
3269
3270 2004-07-10 Randolph Chung <tausq@debian.org>
3271
3272 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3273 function.
3274 (hppa_hpux_push_dummy_code): New function.
3275 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3276 Set find_global_pointer method.
3277
3278 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3279
3280 * NEWS: Mention BSD libkvm interface.
3281
3282 2004-07-10 Michael Snyder <msnyder@redhat.com>
3283
3284 * symfile.c (generic_load): Comment typo.
3285 * stack.c (get_selected_block): Ditto.
3286 * regcache.c (regcache_cooked_read): Ditto.
3287 * monitor.c (monitor_debug): Ditto.
3288 * mips-tdep.c (mips_read_pc): Ditto.
3289 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3290 * gdb_mbuild.sh: Ditto.
3291 * gdbarch.sh: Ditto.
3292 * gdbarch.h: Ditto.
3293
3294 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3295
3296 * ada-tasks.c: Remove file.
3297
3298 Remove ARI problems:
3299
3300 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3301 beginning of line.
3302
3303 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3304 Add comment.
3305 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3306 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3307 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3308 (UMIN_OF_SIZE): Remove.
3309 (max_of_type): New function to replace orphan macro in gdbtypes.h
3310 (min_of_type): Ditto.
3311 (discrete_type_high_bound): Use max_of_type.
3312 (discrete_type_low_bound): Use min_of_type.
3313 (possible_user_operator_p): Move operator to beginning of line.
3314 (ada_is_variant_part): Ditto.
3315 (ensure_lval): Rewrite to avoid deprecated operations.
3316 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3317 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3318 (ada_enum_name): Remove assignments in 'if' statements.
3319 (build_ada_types): Add gdbarch parameter.
3320 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3321 with gdbarch_data_register_post_init.
3322 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3323 add_show_from_set.
3324
3325 * ada-valprint.c (inspect_it): Remove declaration.
3326 (repeat_count_threshold): Remove declaration.
3327 (ada_print_floating): Remove assignments in 'if' statements.
3328 (print_str): Move operator to beginning of line.
3329
3330 2004-07-08 Jim Blandy <jimb@redhat.com>
3331
3332 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3333
3334 2004-07-08 Bob Rossi <bob@brasko.net>
3335
3336 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3337
3338 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3339
3340 * language.h (struct_language_defn): Add new function pointer:
3341 la_class_name_from_physname. Also add new prototype for
3342 language_class_name_from_physname.
3343 * language.c (language_class_name_from_physname): New function.
3344 (unk_lang_class_name): Ditto.
3345 (unknown_language_defn, auto_language_defn): Change
3346 to add unk_lang_class_name function pointer for
3347 la_class_name_from_physname.
3348 (local_language_defn): Ditto.
3349 * dwarf2read.c (guess_structure_name): Change to call
3350 language_class_name_from_physname.
3351 (determine_class_name): Ditto.
3352 * cp-support.c (class_name_from_physname): Renamed.
3353 (cp_class_name_from_physname): New name of function.
3354 * cp-support.h: Ditto.
3355 * c-lang.c (c_language_defn): Change to add NULL
3356 for class_name_from_physname function pointer.
3357 (cplus_language_defn): Change to add cp_class_name_from_physname.
3358 * jv-lang.c (java_class_name_physname): New function.
3359 (java_find_last_component): New static routine.
3360 (java_language_defn): Add java_class_name_from_physname pointer.
3361 * ada-lang.c (ada_language_defn): Change to add NULL
3362 for class_name_from_physname function pointer.
3363 * f-lang.c (f_language_defn): Ditto.
3364 * m2-lang.c (m2_language_defn): Ditto.
3365 * objc-lang.c (objc_language_defn): Ditto.
3366 * p-lang.c (pascal_language_defn): Ditto.
3367 * scm-lang.c (scm_language_defn): Ditto.
3368
3369 2004-07-06 Andrew Cagney <cagney@gnu.org>
3370
3371 Patch from Bart Robinson.
3372 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3373 (O_LARGEFILE): Define to 0, if not defined.
3374
3375 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3376
3377 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3378 <machine/pcb.h> and "bsd-kvm.h".
3379 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3380 (m68kbsd_supply_pcb): New function.
3381 (_initialize_m68kbsd_nat): New prototype and function.
3382 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3383 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3384 (LOADLIBES): New variable.
3385 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3386 (LOADLIBES): New variable.
3387
3388 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3389
3390 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3391
3392 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3393 <sys/proc.h>.
3394 (bsd_kvm_cmdlist): New variable.
3395 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3396 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3397 command and "kvm proc" command.
3398 * Makefile.in (bsd-kvm.o): Update dependencies.
3399
3400 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3401
3402 * osabi.c: Update copyright year.
3403 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3404 notes if EI_OSABI is set to ELFOSABI_HPUX.
3405
3406 2004-07-01 Michael Snyder <msnyder@redhat.com>
3407
3408 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3409 that seems to have gotten whacked out of line.
3410
3411 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3412
3413 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3414 code.
3415
3416 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3417
3418 * ada-lang.c (decode_packed_array): Minor change to comment.
3419 (ada_value_slice_ptr): New function.
3420 (ada_value_slice): New function.
3421 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3422 test. Don't know why it is there.
3423 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3424 to avoid dereferencing huge arrays from which one is slicing.
3425 (empty_array): Correct to return an array rather than
3426 a subrange value.
3427 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3428 on empty arrays (let'em use 'FIRST instead).
3429
3430 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3431
3432 Address complaints from gdb_ari.sh:
3433
3434 * ada-exp.y: Include gdb_string.h rather than string.h.
3435 (convert_char_literal): Reformat declaration.
3436 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3437 * ada-lex.l: Change use of free to xfree (the macro would do so
3438 anyway, but this is harmless).
3439 Include gdb_string.h rather than string.h.
3440 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3441
3442 * ada-lang.c (parse): Remove K&Rism in parameter list.
3443 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3444
3445 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3446
3447 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3448 dead code.
3449
3450 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3451
3452 * alphabsd-nat.c: Update copyright year.
3453 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3454
3455 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3456
3457 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3458 (i386_cygwin_in_solib_call_trampoline): New function.
3459 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3460 and skip_trampoline_code gdbarch methods.
3461
3462 2004-06-29 Jim Blandy <jimb@redhat.com>
3463
3464 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3465 name actually used in the dependency lists.
3466
3467 2004-06-29 Randolph Chung <tausq@debian.org>
3468
3469 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3470
3471 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3472
3473 * win32-nat.c (child_pid_to_exec_file): New function.
3474 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3475 functionality.
3476
3477 2004-06-28 Andrew Cagney <cagney@gnu.org>
3478
3479 * defs.h (xstrvprintf): Declare.
3480 * utils.c (xstrvprintf): New function.
3481 (internal_vproblem, xstrprintf, xasprintf)
3482 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3483 * serial.c (serial_printf): Ditto.
3484 * complaints.c (vcomplaint): Ditto.
3485
3486 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3487
3488 * infcmd.c (attach_command): Move call to target_terminal_inferior
3489 behind loading symbol table.
3490
3491 2004-06-28 Andrew Cagney <cagney@gnu.org>
3492
3493 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3494 change - add back extern deprecated_ui_loop_hook declaration.
3495
3496 2004-06-28 Andrew Cagney <cagney@gnu.org>
3497
3498 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3499 xstrprintf.
3500 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3501 (c_value_of_variable): Ditto.
3502 * utils.c (internal_vproblem): Ditto.
3503 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3504 * remote.c (add_packet_config_cmd): Ditto.
3505 * remote-rdp.c (rdp_set_command_line): Ditto.
3506 * regcache.c (regcache_dump): Ditto.
3507 * frv-tdep.c (new_variant, new_variant): Ditto.
3508 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3509 (fbsd_find_memory_regions): Ditto.
3510 * breakpoint.c (create_thread_event_breakpoint)
3511 (create_breakpoints): Ditto.
3512 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3513 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3514
3515 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3516
3517 * ada-lang.c: Re-indent file, with some massaging to help indent
3518 a bit when the result is otherwise really too ugly.
3519
3520 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3521
3522 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3523 code_addr_p and special_addr_p to 'unsigned int'.
3524
3525 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3526
3527 * i386v4-nat.c: Update copyright year and tweak comment.
3528 (regmap): Remove trailing comma.
3529 (supply_gregset): Rename local variable i to regnum. Call
3530 regcache_raw_supply instead of supply_register.
3531 (fill_gregset): Rename argument regno to regnum. Call
3532 regcache_raw_collect instead of regcache_collect.
3533
3534 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3535
3536 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3537 and special_addr_p.
3538 (frame_id_build, frame_id_build_special): Update comments.
3539 (frame_id_build_wild): New prototype.
3540 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3541 struct frame_id fields.
3542 (frame_id_build_wild): New function.
3543 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3544
3545 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3546
3547 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3548 hppabsd-tdep.c.
3549
3550 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3551
3552 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3553
3554 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3555
3556 * ada-lang.c: Re-indent file.
3557
3558 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3559
3560 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3561 (no_symtab_msg): Likewise.
3562
3563 2004-06-27 Andreas Schwab <schwab@suse.de>
3564
3565 * source.c: Fix whitespace.
3566
3567 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3568
3569 * configure.in: Include <sys/param.h> for td_pcb test.
3570 * configure: Regenerated.
3571
3572 * i386nbsd-nat.c: New file.
3573 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3574 i386obsd-nat.c and i386obsd-tdep.c.
3575 (i386nbsd-nat.o): New dependency.
3576 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3577 bsd-kvm.o.
3578 (LOADLIBES): New variable.
3579 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3580 bsd-kvm.o.
3581 (LOADLIBES): New variable.
3582
3583 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3584 (LOADLIBES): New variable.
3585
3586 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3587 fetching from BSD_KVM_PADDR. Correctly lookup address for
3588 "_thread0".
3589
3590 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3591 "bsd-kvm.h".
3592 (amd64fbsd_supply_pcb): New funcion.
3593 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3594
3595 2004-06-27 <david@streamline-computing.com>
3596
3597 Partial fix for PR cli/1056.
3598 * valarith.c: Check for zero in division and remainder
3599 evaluation.
3600
3601 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3602
3603 * i387-tdep.c: Remove excessive whitespace.
3604
3605 2004-06-26 Andrew Cagney <cagney@gnu.org>
3606
3607 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3608 * gdb-events.h, gdb-events.c: Re-generate.
3609 * tui/tui-hooks.c (tui_install_hooks): Update.
3610 (tui_remove_hooks): Update.
3611 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3612
3613 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3614
3615 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3616 (gregset_t, fpregset_t): Remove typedefs.
3617 (REG_OFFSET): Rename argument.
3618 (amd64bsd_r_reg_offset): Rename from reg_offset.
3619 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3620 Remove functions.
3621 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3622 of reg_offset.
3623 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3624
3625 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3626
3627 * vax-tdep.c: Tweak comment.
3628
3629 Add OpenBSD/hppa support.
3630 * NEWS (New native configurations): Mention OpenBSD/hppa.
3631 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3632 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3633 files.
3634 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3635 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3636 * configure.host: Add hppa*-*-openbsd*.
3637 * configure.tgt: Add hppa*-*-openbsd*.
3638
3639 2004-06-25 Andrew Cagney <cagney@gnu.org>
3640
3641 * defs.h (deprecated_ui_loop_hook): Deprecated.
3642 * wince.c (child_wait): Update.
3643 * win32-nat.c (child_wait): Update.
3644 * v850ice.c (v850ice_wait): Update.
3645 * top.c (deprecated_ui_loop_hook): Update.
3646 * serial.h: Update.
3647 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3648 (do_unix_readchar): Update.
3649 * ser-tcp.c (net_open): Update.
3650 * remote-sim.c (gdb_os_poll_quit): Update.
3651 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3652
3653 2004-06-24 Andrew Cagney <cagney@gnu.org>
3654
3655 * defs.h (deprecated_pre_add_symbol_hook)
3656 (deprecated_post_add_symbol_hook): Deprecated.
3657 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3658 (symbol_file_add_with_addrs_or_offsets): Update references.
3659
3660 2004-06-24 Andrew Cagney <cagney@gnu.org>
3661
3662 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3663 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3664 * wince.c (ui_loop_hook): Delete extern declaration.
3665 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3666 * v850ice.c (ui_loop_hook): Delete extern declaration..
3667 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3668 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3669 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3670 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3671 ui_loop_hook declaration.
3672
3673 2004-06-24 Andrew Cagney <cagney@gnu.org>
3674
3675 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3676 entry_func_highpc fields.
3677 * objfiles.c (init_entry_point_info): Do not clear
3678 entry_func_lowpc and entry_func_highpc.
3679 (objfile_relocate): Do not relocate entry_func_lowpc and
3680 entry_func_highpc.
3681 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3682 entry_func_highpc.
3683 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3684 entry_func_highpc.
3685 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3686 entry_func_lowpc and entry_func_highpc with call to
3687 inside_entry_func.
3688
3689 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3690
3691 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3692 quad-precision floating point arguments in registers.
3693
3694 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3695
3696 From Michael Mueller <m.mueller99@kay-mueller.de>:
3697 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3698 account.
3699
3700 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3701
3702 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3703 to -1.
3704 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3705 untriggered watchpoints to a separate if clause. Update function
3706 comment regarding STOPPED_BY_WATCHPOINT argument.
3707
3708 2004-06-22 Jim Blandy <jimb@redhat.com>
3709
3710 * gdbarch.sh: Doc fix.
3711
3712 2004-06-21 Martin Hunt <hunt@redhat.com>
3713 Kevin Buettner <kevinb@redhat.com>
3714
3715 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3716 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3717 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3718 to set_gdbarch_sp_regnum(). Use cooked register number.
3719 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3720
3721 2004-06-21 Andrew Cagney <cagney@gnu.org>
3722
3723 * gdbarch.sh: When the macro field is empty, do not generate a
3724 macro definition. When the macro field is "=", generate the macro
3725 name from the upper-case function name.
3726 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3727 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3728 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3729 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3730 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3731 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3732 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3733 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3734 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3735 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3736 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3737 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3738 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3739 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3740 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3741 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3742 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3743 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3744 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3745 (DEPRECATED_USE_STRUCT_CONVENTION)
3746 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3747 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3748 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3749 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3750 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3751 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3752 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3753 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3754 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3755 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3756 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3757 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3758 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3759 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3760 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3761 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3762 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3763 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3764
3765 2004-06-21 Andrew Cagney <cagney@gnu.org>
3766
3767 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3768 macro name, and the function rather than macro value. Only wrap
3769 macro print statements in #ifdef. Move format logic to where it
3770 is needed.
3771 * gdbarch.c: Re-generate.
3772
3773 * gdbarch.sh (read): Delete "print_p" and "description", add
3774 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3775 Delete references to print_p.
3776 (TARGET_ARCHITECTURE): Delete print predicate.
3777 * gdbarch.c: Re-generate.
3778
3779 * gdbarch.sh: Check that multi-arch methods do not provide a
3780 macro.
3781 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3782 (print_registers_info, print_float_info, print_vector_info)
3783 (adjust_breakpoint_address, remote_translate_xfer_address)
3784 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3785 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3786 name from the multi-arch definition.
3787
3788 2004-06-20 Andrew Cagney <cagney@gnu.org>
3789
3790 * gdbarch.sh: Sort by the function, instead of macro name.
3791 * gdbarch.c: Re-generate.
3792
3793 2004-06-20 Andrew Cagney <cagney@gnu.org>
3794
3795 * gdbarch.sh: Use the function, instead of macro name in
3796 errors and the log file.
3797 (return_value): Remove stray ":" in spec.
3798
3799 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3800 * gdbarch.h, gdbarch.c: Re-generate.
3801 * Makefile.in (arch-utils.o): Update dependencies.
3802 * values.c (using_struct_return): Move code calling
3803 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3804 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3805 to legacy_return_value, simplify.
3806 * infcmd.c (print_return_value): Move code calling
3807 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3808 to legacy_return_value, simplify.
3809 * infcall.c (call_function_by_hand): Move code calling
3810 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3811 * arch-utils.c: Update copyright. Include "gdbcore.h".
3812 (legacy_return_value): New function.
3813 * arch-utils.h: Update copyright.
3814 (legacy_return_value): Declare.
3815
3816 2004-06-20 Andrew Cagney <cagney@gnu.org>
3817
3818 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3819 * gdbarch.h, gdbarch.c: Re-generate.
3820 * values.c (using_struct_return): Update call.
3821 * mcore-tdep.c: Update comment.
3822 * infcall.c (call_function_by_hand): Update comment.
3823 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3824 * arch-utils.h (always_use_struct_convention): Update.
3825 * v850-tdep.c (v850_gdbarch_init): Update.
3826 * sh64-tdep.c (sh64_gdbarch_init): Update.
3827 * sh-tdep.c (sh_gdbarch_init): Update.
3828 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3829 * mips-tdep.c (mips_gdbarch_init): Update.
3830 * mcore-tdep.c (mcore_gdbarch_init): Update.
3831 * m32r-tdep.c (m32r_gdbarch_init): Update.
3832 * ia64-tdep.c (ia64_gdbarch_init): Update.
3833 * h8300-tdep.c (h8300_gdbarch_init): Update.
3834 * frv-tdep.c (frv_gdbarch_init): Update.
3835 * cris-tdep.c (cris_gdbarch_init): Update.
3836 * arm-tdep.c (arm_gdbarch_init): Update.
3837 * alpha-tdep.c (alpha_gdbarch_init): Update.
3838
3839 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3840
3841 * PROBLEMS: Add more specific information, and a work-around,
3842 for PR gdb/1458.
3843
3844 2004-06-18 Andrew Cagney <cagney@gnu.org>
3845
3846 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3847 * gdbarch.h, gdbarch.c: Re-generate.
3848 * ada-lang.c (ada_finish_decode_line_1): Update.
3849 * infrun.c (handle_inferior_event): Update.
3850 * infcall.c (find_function_addr): Update.
3851 * linespec.c (minsym_found): Update.
3852 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3853 Update.
3854 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3855 * cli/cli-cmds.c (disassemble_command): Update.
3856 * vax-tdep.c (vax_gdbarch_init): Update.
3857
3858 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3859
3860 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3861
3862 2004-06-17 Andrew Cagney <cagney@gnu.org>
3863
3864 GDB 6.1.1 released from the GDB 6.1 branch.
3865 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3866 * PROBLEMS: Ditto.
3867
3868 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3869
3870 PR gdb/1658
3871 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3872 operation as a uleb128. Found by Michael Coulter.
3873
3874 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3875
3876 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3877 make it non-static.
3878 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3879 to ada-lang.h; this is needed to be able to implement the kill command
3880 in multi-task mode.
3881 (task_ptid): Ditto.
3882 (task_entry): Ditto.
3883 (task_list): Ditto.
3884 (ada_build_task_list): Ditto.
3885
3886 * ada-lang.c: Conditionalize routines and data structures related
3887 to breakpoints, exceptions, completion, and symbol caching on
3888 GNAT_GDB, since these are not yet used in the submitted public sources.
3889 (ada_main_name): Editorial: Move definition out of exception-related
3890 code.
3891
3892 2004-06-15 Andrew Cagney <cagney@gnu.org>
3893
3894 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3895 deprecated_pc_in_call_dummy.
3896
3897 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3898
3899 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3900 bfd_get_section_size_before_reloc or _raw_size.
3901 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3902 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3903 (dwarf2_read_section): Likewise.
3904 * elfread.c (elf_locate_sections): Likewise.
3905 * gcore.c (derive_heap_segment): Likewise.
3906 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3907 * remote-e7000.c (e7000_load): Likewise.
3908 * remote-m32r-sdi.c (m32r_load): Likewise.
3909 * remote-mips.c (mips_load_srec): Likewise.
3910 (pmon_load_fast): Likewise.
3911 * remote.c (compare_sections_command): Likewise.
3912 * symfile.c (add_section_size_callback): Likewise.
3913 (load_section_callback): Likewise.
3914 (pc_in_unmapped_range): Likewise.
3915 (pc_in_mapped_range): Likewise.
3916 (sections_overlap): Likewise.
3917 (list_overlays_command): Likewise.
3918 (simple_overlay_update_1): Likewise.
3919 (simple_overlay_update): Likewise.
3920 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3921 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3922
3923 2004-06-14 Randolph Chung <tausq@debian.org>
3924
3925 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3926 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3927 static.
3928 (hppa_hpux_inferior_created): New function.
3929 (hppa_hpux_init_abi): Register observer.
3930 * symfile.c (hp_cxx_exception_support_initialized)
3931 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3932 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3933
3934 2004-06-14 Randolph Chung <tausq@debian.org>
3935
3936 * MAINTAINERS (Write After Approval): Alphabetize my entry
3937 correctly.
3938
3939 2004-06-14 Andrew Cagney <cagney@gnu.org>
3940
3941 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3942 testsuite maintainer.
3943
3944 2004-06-13 Andrew Cagney <cagney@gnu.org>
3945
3946 * infcmd.c (print_return_value): Fix logic, allow
3947 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3948
3949 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3950 defining any macros.
3951 * gdbarch.h: Re-generate.
3952
3953 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3954 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3955 * gdbarch.h: Re-generate.
3956
3957 * values.c (generic_use_struct_convention): Don't check gcc_p.
3958
3959 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3960 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3961 * gdbarch.h, gdbarch.c: Regenerate.
3962 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3963 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3964 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3965 deprecated_max_register_raw_size and
3966 deprecated_max_register_virtual_size.
3967 * v850-tdep.c (v850_gdbarch_init): Ditto.
3968 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3969 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3970 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3971 * cris-tdep.c (cris_gdbarch_init): Ditto.
3972
3973 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3974 * gdbarch.h, gdbarch.c: Re-generate.
3975 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3976 (m68hc11_use_struct_convention): Delete function.
3977 (m68hc11_extract_struct_value_address): Delete function.
3978 (m68hc11_return_value): New function.
3979 (m68hc11_gdbarch_init): Instead of store_return_value,
3980 extract_return_value, return_value_on_stack,
3981 deprecated_extract_struct_value_address and use_struct_convention,
3982 set return_value.
3983 * values.c (using_struct_return): Do not call
3984 RETURN_VALUE_ON_STACK.
3985 * arch-utils.h (generic_return_value_on_stack_not): Delete
3986 declaration.
3987 * arch-utils.c (generic_return_value_on_stack_not): Delete
3988 function.
3989
3990 2004-06-12 Andrew Cagney <cagney@gnu.org>
3991
3992 * values.c (register_value_being_returned): Delete function.
3993 * infcmd.c (legacy_return_value): Delete function.
3994 * infcall.c (call_function_by_hand): Inline
3995 "register_value_being_returned", simplify.
3996 * values.c (using_struct_return): Update comment, refer to
3997 print_return_value instead of register_value_being_returned.
3998 * infcmd.c (print_return_value): Inline calls to
3999 register_value_being_returned and legacy_return_value. Simplify.
4000
4001 2004-06-11 Randolph Chung <tausq@debian.org>
4002
4003 * somread.c (som_symtab_read): Exclude gcc local symbols.
4004
4005 2004-06-11 Randolph Chung <tausq@debian.org>
4006
4007 * infrun.c (handle_inferior_event): Handle the case when a
4008 trampoline ends up in the runtime resolver, and if the trampoline
4009 has no name. Rearrange the code so that all the trampoline
4010 processing happens before other step-out-of-range handling.
4011
4012 2004-06-11 Martin Hunt <hunt@redhat.com>
4013
4014 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4015 has no fpu.
4016
4017 2004-06-10 Andrew Cagney <cagney@gnu.org>
4018
4019 * blockframe.c (legacy_inside_entry_func): Delete.
4020 (legacy_frame_chain_valid): Inline call to
4021 legacy_inside_entry_func, simplify.
4022
4023 2004-06-10 Bob Rossi <bob@brasko.net>
4024
4025 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4026 * dwarf2read.c (partial_die_info): Add dirname field.
4027 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4028 (read_partial_die): Save away DW_AT_comp_dir.
4029 * defs.h (symtab_to_filename): Removed.
4030 * source.c (find_and_open_source): Added.
4031 (open_source_file): Just calls find_and_open_source.
4032 (symtab_to_filename): Removed.
4033 (symtab_to_fullname, psymtab_to_fullname): Added.
4034 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4035 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4036 symtab_to_filename.
4037 * symtab.h (partial_symtab): Add dirname field.
4038 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4039 (mi_cmd_file_list_exec_source_file): Call new function
4040 symtab_to_fullname to find fullname.
4041 (mi_cmd_file_list_exec_source_files): Added.
4042 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4043 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4044
4045 2004-06-10 Andrew Cagney <cagney@gnu.org>
4046
4047 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4048 to generic_use_struct_convention, the default value.
4049
4050 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4051 of abort.
4052
4053 * ns32k-tdep.c (ns32k_push_arguments): New function.
4054 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4055 * infcall.c (call_function_by_hand): Call error instead of
4056 legacy_push_arguments.
4057 * value.h (legacy_push_arguments): Delete declaration.
4058 * valops.c (legacy_push_arguments): Delete function.
4059 (value_push): Delete function.
4060
4061 2004-06-10 Brian Ford <ford@vss.fsi.com>
4062
4063 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4064 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4065 info.
4066 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4067
4068 2004-06-10 Andrew Cagney <cagney@gnu.org>
4069
4070 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4071 * gdbarch.h, gdbarch.c: Re-generate.
4072 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4073 parameters.
4074 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4075 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4076 deprecated_pc_in_call_dummy instead of
4077 DEPRECATED_PC_IN_CALL_DUMMY.
4078 (arm_skip_prologue): Ditto.
4079 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4080 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4081 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4082 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4083 Ditto.
4084 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4085 (sh64_init_extra_frame_info, sh64_get_saved_register)
4086 (sh64_pop_frame): Ditto.
4087 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4088 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4089 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4090 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4091 (h8300_pop_frame): Ditto.
4092 * blockframe.c (legacy_inside_entry_func)
4093 (legacy_frame_chain_valid): Ditto.
4094 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4095 to deprecated_pc_in_call_dummy.
4096
4097 2004-06-09 Andrew Cagney <cagney@gnu.org>
4098
4099 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4100 provide a default value.
4101 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4102 * gdbarch.h, gdbarch.c: Re-generate.
4103 * arch-utils.c (generic_convert_register_p): Rename
4104 legacy_convert_register_p
4105 (legacy_register_to_value, legacy_value_to_register): Delete
4106 functions.
4107 * arch-utils.h (generic_convert_register_p): Rename
4108 legacy_convert_register_p.
4109 (legacy_register_to_value, legacy_value_to_register): Delete
4110 declarations.
4111
4112 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4113 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4114 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4115 * gdbarch.h, gdbarch.c: Re-generate.
4116 * infcmd.c (default_print_registers_info): Simplify.
4117 * findvar.c (value_of_register): Simplify.
4118 * mi/mi-main.c (get_register): Simplify.
4119 * arch-utils.c (legacy_convert_register_p): Always return 0.
4120 (legacy_register_to_value, legacy_value_to_register): Always call
4121 internal_error.
4122
4123 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4124 #ifdef CLEAR_INSN_CACHE code.
4125 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4126 Delete #ifdef CLEAR_DEFERRED_STORES code.
4127
4128 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4129
4130 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4131 copyright.
4132 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4133
4134 * config/mips/mipsv4.mh: Delete file.
4135
4136 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4137 unreferenced macro.
4138 (hpread_adjust_stack_address): Delete declaration.
4139
4140 2004-06-08 Andrew Cagney <cagney@gnu.org>
4141
4142 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4143 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4144 PTRACE_ATTACH / PTRACE_DETACH available call error.
4145 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4146 * infttrace.c (update_thread_state_after_attach, attach, detach):
4147 Remove #ifdef wrappers.
4148 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4149 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4150 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4151 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4152 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4153 * config/nm-linux.h (ATTACH_DETACH): Delete.
4154 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4155 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4156 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4157 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4158 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4159
4160 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4161
4162 * configure.in: Set $configdir to the right OS specific value.
4163 Use value when setting $tcldir and $tkdir.
4164 * configure: Regenerate.
4165
4166 2004-06-06 Paul Brook <paul@codesourcery.com>
4167
4168 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4169 records.
4170
4171 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4172
4173 * ada-lang.c (lookup_symbol_in_language): New function to allow
4174 re-use of another language's symbol lookup code. (Placed here
4175 temporarily while Ada support is being integrated into the public
4176 tree).
4177 (restore_language): New auxiliary function for
4178 lookup_symbol_in_language.
4179 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4180 temporarily while Ada support is being integrated into the public
4181 tree).
4182
4183 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4184
4185 * Makefile.in (check//%): New.
4186
4187 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4188 (mn10300_store_return_value): Rewrite.
4189 (mn10300_type_align): New.
4190 (mn10300_use_struct_convention): Rewrite.
4191 (mn10300_return_value): New, using all of the above.
4192 (mn10300_pop_frame_regular): Add saved_regs_size.
4193 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4194
4195 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4196 regs if PC is on movm.
4197
4198 2004-06-07 Jim Blandy <jimb@redhat.com>
4199
4200 Add native Linux support for the PowerPC E500.
4201 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4202 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4203 all architectures except the E500.
4204 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4205 #definitions.
4206 (struct gdb_evrregset_t): New type.
4207 (have_ptrace_getsetevrregs): New variable.
4208 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4209 fetch_spe_registers): New functions.
4210 (fetch_register): Call fetch_spe_register as appropriate.
4211 Assert that we're only passed raw register numbers.
4212 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4213 Don't fetch gprs if they're pseudoregisters.
4214 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4215 store_spe_registers): New functions.
4216 (store_register): Call store_spe_register as appropriate.
4217 Assert that we're only passed raw register numbers.
4218 (store_ppc_registers): Call store_spe_registers as appropriate.
4219 Don't store gprs if they're pseudoregisters.
4220
4221 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4222
4223 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4224 struct if one exists, even if we are dealing with a zombie thread.
4225
4226 2004-06-07 Andrew Cagney <cagney@gnu.org>
4227
4228 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4229 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4230 Rename PC_REQUIRES_RUN_BEFORE_USE.
4231 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4232 #ifdef.
4233
4234 2004-06-07 Randolph Chung <tausq@debian.org>
4235
4236 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4237 unwinding after sp has been saved to the stack but before the end
4238 of the prologue, and after the fp has been modified but before it has
4239 been saved to the stack.
4240 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4241 Remove superfluous definitions.
4242 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4243
4244 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4245
4246 Committed by Randolph Chung.
4247 * hppa-linux-nat.c: Include the correct version of the header file
4248 depending on the kernel version.
4249
4250 2004-06-06 Randolph Chung <tausq@debian.org>
4251
4252 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4253 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4254
4255 2004-06-06 Randolph Chung <tausq@debian.org>
4256
4257 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4258 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4259 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4260 * hppa-tdep.c (hppa_symbol_address): New function definition.
4261 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4262
4263 2004-06-06 Randolph Chung <tausq@debian.org>
4264
4265 * hppa-tdep.h (struct value): Forward declaration.
4266 (gdbarch_tdep): Define tdep find_global_pointer method.
4267 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4268 associated with the function we are trying to call, and write it
4269 to the gp register.
4270 (hppa32_convert_from_funct_ptr_addr): New function.
4271 (hppa_find_global_pointer): New function.
4272 (hppa_gdbarch_init): Set default find_global_pointer method; set
4273 convert_from_func_ptr_addr method.
4274 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4275 (hppa_linux_init_abi): Set find_global_pointer method.
4276 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4277
4278 2004-06-06 Randolph Chung <tausq@debian.org>
4279
4280 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4281 to struct value *function.
4282 * gdbarch.c: Regenerate.
4283 * gdbarch.h: Likewise.
4284 * infcall.c (call_function_by_hand): Pass entire function value
4285 to push_dummy_call.
4286
4287 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4288 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4289 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4290 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4291 * arm-tdep.c (arm_push_dummy_call): Likewise.
4292 * avr-tdep.c (avr_push_dummy_call): Likewise.
4293 * cris-tdep.c (cris_push_dummy_call): Likewise.
4294 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4295 * frv-tdep.c (frv_push_dummy_call): Likewise.
4296 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4297 * hppa-tdep.c (hppa32_push_dummy_call)
4298 (hppa64_push_dummy_call): Likewise.
4299 * i386-tdep.c (i386_push_dummy_call): Likewise.
4300 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4301 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4302 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4303 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4304 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4305 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4306 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4307 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4308 (ppc64_sysv_abi_push_dummy_call): Likewise.
4309 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4310 (ppc64_sysv_abi_push_dummy_call): Likewise.
4311 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4312 * s390-tdep.c (s390_push_dummy_call): Likewise.
4313 * sh-tdep.c (sh_push_dummy_call_fpu)
4314 (sh_push_dummy_call_nofpu): Likewise.
4315 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4316 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4317 * vax-tdep.c (vax_push_dummy_call): Likewise.
4318
4319 2004-06-04 Jim Blandy <jimb@redhat.com>
4320
4321 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4322 gdbarch argument to register_size.
4323
4324 * rs6000-tdep.c (rs6000_store_return_value): Use
4325 regcache_cooked_write_part instead of
4326 deprecated_write_register_bytes.
4327 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4328 not gdbarch_deprecated_store_return_value.
4329
4330 * ppc-linux-nat.c (store_register, fetch_register): Remove
4331 incorrect assertions. Simplify and generalize handling of
4332 transfers whose sizes are not multiples of, or less than, sizeof
4333 (PTRACE_XFER_TYPE).
4334
4335 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4336
4337 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4338 as a new thread event.
4339 * thread-db.c (thread_get_info_callback): If the thread is a
4340 zombie, return TD_THR_ZOMBIE.
4341 (thread_from_lwp): If thread_get_info_callback returns
4342 TD_THR_ZOMBIE, check if the thread is still on the thread list
4343 and return a -1 ptid if not found.
4344 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4345 change the status to TARGET_WAITKIND_SPURIOUS.
4346
4347 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4348
4349 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4350 double values in little endian mode.
4351
4352 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4353
4354 Committed by Andrew Cagney.
4355 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4356 after last enum constant to avoid error from IBM C
4357 compiler.
4358
4359 2004-06-02 Jim Blandy <jimb@redhat.com>
4360
4361 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4362 to 'message', and make it local to the lone block that uses it.
4363
4364 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4365
4366 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4367
4368 * ada-exp.y: Update copyright notice.
4369 Include block.h.
4370
4371 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4372 SPECIAL_VARIABLE and unify the treatment of these cases.
4373
4374 (write_attribute_call0): Remove.
4375 (write_attribute_call1): Remove.
4376 (write_attribute_calln): Remove.
4377 (save_qualifier): Add missing semicolon.
4378
4379 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4380 temporarily disabled to allow compilation with FSF head version.
4381
4382 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4383 use individual operators (OP_*) for all attributes.
4384 (exp syntax): Use write_int.
4385 Handle STRING literals with OP_STRING.
4386 (variable syntax): Add limit parameter to calls to
4387 write_object_renaming.
4388
4389 (temp_parse_space): New definition to hold entities that need
4390 only live until the next call to ada_parse.
4391 (string_to_operator): Rename fields of ada_opname_table entries.
4392
4393 (write_var_from_sym): Record block.
4394 (write_var_from_name): Minor reformatting.
4395 Make sure saved name is properly encoded in the case of multiple
4396 matches, and set its language to Ada.
4397 Update comment.
4398 Modify to indicate unresolved name as symbol in the UNRESOLVED
4399 namespace, allocated in temp_parse_space.
4400 (write_int): New function.
4401
4402 (write_object_renaming): Add max_depth parameter to limit
4403 chains of object renamings.
4404 Handle case where root of renaming expression is itself a renaming.
4405 Use temp_parse_space for temporary name buffer.
4406 Handle renamings to dereferenced pointers (___XEXA suffices).
4407
4408 (ada_parse, yyerror, string_to_operator,
4409 write_var_from_sym, write_var_from_name, write_attribute_call0,
4410 write_attribute_call1, write_attribute_calln,
4411 write_object_renaming): Protoize.
4412
4413 (_initialize_ada_exp): New function.
4414
4415 * ada-lang.c: Update copyright notice.
4416 General terminology change to conform to GNAT compiler usage:
4417 mangle => encode, demangle => decode
4418 Include gdb_obstack.h.
4419 Include gdb_regex.h
4420 Include frame.h
4421 Include hashtab.h
4422 Include completer.h
4423 Include gdb_stat.h
4424 Include block.h
4425 Include infcall.h
4426
4427 (ADA_RETAIN_DOTS): Make sure this is defined.
4428 (TRUNCATION_TOWARDS_ZERO): Define.
4429 (struct string_vector): Define.
4430 (unresolved_names): Remove definition.
4431 (xnew_string_vector): New function.
4432 (string_vector_append): New function.
4433 (extract_string): Make static.
4434 (ada_unqualified_name): New function.
4435 (add_angle_brackets): New function.
4436 (function_name_from_pc): New function.
4437 (place_on_stack): Rename to ensure_lval.
4438
4439 (ensure_lval): Renamed from place_on_stack.
4440 Make identity on lvals.
4441 Update comment.
4442 (is_nonfunction): New interface.
4443 Only symbols in LOC_CONST class can be enumerals.
4444 (fill_in_ada_prototype): Remove; now independent of language.
4445 (add_defn_to_vec): Add obstack and symtab arguments.
4446 Use obstack to hold collected definitions.
4447 (num_defns_collected): New function.
4448 (defns_collected): New function.
4449 (ada_resolve_subexp): Rename to resolve_subexp.
4450 (resolve_subexp): Renamed from ada_resolve_subexp.
4451 (ada_op_name): Return non-const result.
4452 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4453 other purposes.
4454
4455 (to_fixed_array_type): Add declaration.
4456 (coerce_unspec_val_to_type): Remove offset parameter.
4457 (find_sal_from_funcs_and_line): New interface.
4458 (find_line_in_linetable): Ditto.
4459
4460 (all_sals_for_line): Rename to ada_sals_for_line and make
4461 global.
4462 Add new parameter. When set, do not ask the user to choose the
4463 instance, but use the first one found instead.
4464 Use given line number in returned sals.
4465 Fix comment.
4466 Skip the prologue if funfirstline is set.
4467 Correct for memory leak when 0 lines found.
4468
4469 (value_pos_atr): Use pos_atr.
4470 (pos_atr): New function.
4471 (standard_lookup): Add block parameter.
4472
4473 (makeTimeStart): Remove declaration and uses.
4474 (makeTimeStop): Remove declaration and uses.
4475
4476 (ada_completer_word_break_characters): Allow for VMS.
4477 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4478 (raise_sym_name): New constant.
4479 (raise_unhandled_sym_name): New constant.
4480 (raise_assert_sym_name): New constant.
4481 (process_raise_exception_name): New constant.
4482 (longest_exception_template): New constant.
4483 (warning_limit): New variable to limit warnings during expression
4484 evaluation.
4485 (warnings_issued): New variable to keep track of warnings issued.
4486 (known_runtime_file_name_patterns): New constant.
4487 (known_auxiliary_function_name_patterns): New constant.
4488 (symbol_list_obstack): New variable.
4489
4490 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4491 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4492 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4493 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4494 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4495 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4496 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4497 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4498 and strcmp.
4499
4500 (ada_get_field_index): New function.
4501 (lim_warning): New function.
4502 (ada_translate_error_message): New function.
4503 (MAX_OF_SIZE): New function.
4504 (MIN_OF_SIZE): New function.
4505 (UMAX_OF_SIZE): New function.
4506 (UMIN_OF_SIZE): New function.
4507 (discrete_type_high_bound): New function.
4508 (discrete_type_low_bound): New function.
4509 (base_type): New function.
4510 (do_command): Remove.
4511
4512 (ada_update_initial_language): Use language_ada, not language_unknown.
4513 (ada_encode): Renamed from ada_mangle.
4514 Obey ADA_RETAIN_DOTS.
4515 (ada_decode): Renamed from ada_demangle.
4516 Update coding conventions.
4517 (decoded_names_store): New hash table.
4518 (ada_decode_symbol): New function.
4519 (ada_la_decode): New function.
4520
4521 (modify_general_field): Correct computations of offset and bit
4522 position.
4523 (desc_base_type): Handle ref types, too.
4524 (ada_is_direct_array_type): New function.
4525
4526 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4527 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4528 (ada_is_bogus_array_descriptor,ada_type_of_array,
4529 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4530 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4531 ada_is_array_descriptor_type.
4532
4533 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4534 (ada_is_packed_array_type): Handle pointers or
4535 references to packed arrays as well.
4536 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4537 (decode_packed_array_type): Search for the packed array type
4538 symbol in the currently selected block and associated
4539 superblocks too.
4540 Use lookup_symbol again.
4541
4542 (decode_packed_array): Handle pointers and references.
4543 Update call to coerce_unspec_val_to_type.
4544 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4545 (ada_value_primitive_packed_val): Improve comment.
4546
4547 (ada_index_type): Substitute int type for "undefined".
4548 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4549 ada_array_langth, ada_is_string_type): Use renamed
4550 ada_is_simple_array_type.
4551 (empty_array): New function.
4552
4553 (ada_resolve): Rename to resolve.
4554 (resolve): Make static.
4555 Call renamed resolve_subexp.
4556 Update comment.
4557 (ada_resolve_subexp): Rename to resolve_subexp.
4558 (resolve_subexp): Update comment.
4559 Decomment disabled code.
4560 Add LOC_COMPUTED* cases.
4561 Modify to use temporary struct symbols (marked as being in
4562 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4563 OP_UNRESOLVED_VALUE.
4564 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4565 Add OP_STRING case.
4566 Remove OP_ARRAY.
4567 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4568 Use new ada_lookup_symbol_list interface.
4569 Use new ada_resolve_function interface.
4570 Remove OP_TYPE case.
4571
4572 (ada_args_match): Idiot proof against null actuals.
4573 Use intermediate variables to clarify.
4574 (ada_resolve_function): Update comment and interface.
4575 (mangled_ordered_before): Rename to encoded_ordered_before and
4576 update comment.
4577 (sort_choices): Update comment and interface.
4578 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4579 (user_select_syms): New interface.
4580 Use new sort_choices interface.
4581 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4582 (possible_user_operator_p): Idiot-proof against null values.
4583 (ada_simple_renamed_entity): Don't make cleanup; rely on
4584 caller to free result string.
4585 Remove const from return type.
4586 (make_array_descriptor): Rename uses of place_on_stack to
4587 ensure_lval.
4588 Make sure that arrays are on stack.
4589
4590 (HASH_SIZE): Define.
4591 (struct cache_entry): Define.
4592 (cache_space): Define.
4593 (cache): Define.
4594 (clear_ada_sym_cache): New function.
4595 (find_entry): New function.
4596 (lookup_cached_symbol): New function.
4597 (defn_vector_size): Define.
4598 (cache_symbol): New function.
4599 (defn_symbols): Remove.
4600
4601 (standard_lookup): Use lookup_symbol_in_language to get effect of
4602 C lookup.
4603 Cache results.
4604
4605 (symbol_completion_match): New function.
4606 (symbol_completion_add): New function.
4607 (ada_make_symbol_completion_list): New function.
4608
4609 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4610 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4611 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4612 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4613
4614 (ada_lookup_simple_minsym): New function.
4615 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4616
4617 (add_symbols_from_enclosing_procs): New interface.
4618 Conditionalize more helpfully.
4619 Don't bother if program isn't running.
4620 Use new interface to get_frame_block.
4621 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4622
4623 (remove_extra_symbols): New interface.
4624 (xget_renaming_scope): New function.
4625 (is_package_name): New function.
4626 (renaming_is_visible): New function.
4627 (remove_out_of_scope_renamings): New function.
4628
4629 (ada_lookup_symbol_list): New interface.
4630 Properly reinitialize the symbol list obstack.
4631 Don't call add_symbols_from_enclosing_procs if we start from a
4632 static or global block.
4633 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4634 add_symbols_from_enclosing_procs.
4635 Add symtab data to cached entries.
4636 Handle symbols prefixed with
4637 "standard__" specially; strip prefix and don't look in local symbols.
4638 Do not include out of scope renaming symbols in list of
4639 symbols returned.
4640 Add const to block parameter.
4641 Move check for non-local, non-global symbols earlier.
4642 Remove timing stuff.
4643 (ada_lookup_symbol): New interface.
4644 Find symtab as well.
4645 (ada_lookup_symbol_nonlocal): New function.
4646
4647 (is_name_suffix): Enhance suffix detection to recognize
4648 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4649 (is_dot_digits_suffix): New function.
4650 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4651
4652 (ada_add_block_symbols): New interface. Use obstack to return results
4653 in a vector of struct ada_symbol_infos. Add symtab argument.
4654 Use new interface to add_defn_to_vec.
4655 Remove calls to fill_in_ada_prototype.
4656 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4657
4658 (ada_finish_decode_line_1): Add const qualification to local to fix
4659 warning.
4660 Start looking in static block for functions to avoid attempts
4661 to search frame chain for up-level variables.
4662 Adapt to new ada_sals_for_line interface.
4663 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4664 Handle quoting of the function name inside the spec string.
4665 Skip prologue when funfirstline is set and update the
4666 function documentation to that effect.
4667
4668 (debug_print_lines, debug_print_block, debug_print_blocks,
4669 debug_print_symtab): Remove.
4670
4671 (ada_main_name): New function.
4672 (ada_exception_breakpoint_type): New function.
4673 (is_known_support_routine): New function.
4674 (ada_find_printable_frame): Renamed from find_printable_frame and made
4675 global.
4676 Remove level parameter.
4677 Use new interface to select_frame.
4678
4679 (begin_command): Remove.
4680 (ada_adjust_exception_stop): New function.
4681 (ada_print_exception_stop): New function.
4682 (exception_name_from_cond): New function.
4683 (ada_report_exception_break): Replace disabled code with
4684 conditionalization on GNAT_GDB.
4685 Get the exception name from the condition string.
4686 Remove and move functionality into new functions
4687 ada_print_exception_breakpoint_task and
4688 ada_print_exception_breakpoint_nontask.
4689 (error_breakpoint_runtime_sym_not_found): New function.
4690 (is_runtime_sym_defined): New function.
4691 (ada_breakpoint_rewrite): Uncomment suppressed code.
4692 Use symbolic error-message and runtime-symbol names.
4693 Surround runtime symbol names in quotes.
4694 Allow non-specific breakpoints on exceptions and assertions before
4695 program starts.
4696
4697 (ada_is_tagged_type): Add parameter.
4698 (ada_is_tag_type): New function.
4699 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4700 (ada_variant_discrim_type): Ditto.
4701 (value_tag_from_contents_and_address): New function.
4702 (type_from_tag): New function.
4703 (struct tag_args): New structure used to communicate with
4704 ada_tag_name_1.
4705 (ada_tag_name_1): New function.
4706 (ada_tag_name): New function.
4707
4708 (ada_scan_number): Update comment.
4709 (find_struct_field): New function.
4710 (ada_search_struct_field): Make static.
4711 (ada_value_struct_elt): New version that returns references when
4712 given pointers or references to structs.
4713 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4714 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4715 interface.
4716 (ada_value_ind): Use new ada_to_fixed_value interface.
4717 (ada_coerce_ref): Ditto.
4718 (field_offset): Remove.
4719
4720 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4721 (ada_find_renaming_symbol): New function.
4722 (ada_prefer_type): Prefer named types over unnamed ones.
4723 (variant_field_index): New function.
4724 (contains_variant_part): Removed: subsumed by variant_field_index.
4725 (ada_template_to_fixed_record_type): New function, mostly from
4726 template_to_fixed_record_type.
4727 (template_to_fixed_record_type):
4728 Do not scan the type fields beyond the last one; prevents a
4729 potential SEGV.
4730 Handle case where variant field is listed BEFORE discriminant it
4731 depends on.
4732 Fix calculation of record length when bit length is
4733 not evenly divisible by char length.
4734 Move code to ada_template_to_fixed_record_type and call it.
4735
4736 (template_to_static_fixed_type): Revise comment.
4737 Modify to work on ordinary record types as well as templates,
4738 so as to handle fields that use ___XVE or ___XVU encodings.
4739 (to_record_with_fixed_variant_part): Fill out comment.
4740 Initialize C++ stuff in right type.
4741 Allow case where DVAL is null.
4742 Handle case where variant field is not last.
4743 Fix typo concerning record length.
4744 (to_fixed_record_type): Decomment disabled code.
4745 (to_fixed_record_type): Use variant_field_index instead of
4746 contains_variant_part.
4747 (to_fixed_variant_branch_type): Ditto.
4748 (to_fixed_array_type): Decomment disabled code.
4749 (ada_to_fixed_type): Convert tagged types to the specific type.
4750 Deactivate the size-check for array types in order to avoid
4751 some false size alarms.
4752 (to_static_fixed_type): Decomment disabled code.
4753 Modify to call template_to_static_fixed_type
4754 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4755 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4756 Remove valaddr argument, as it is never really used.
4757 (ada_to_fixed_value): Change interface to act on single struct value*
4758 operand.
4759 (adjust_pc_past_prologue): New function.
4760 (ada_attribute_name): Modify to take enum exp_opcode argument.
4761
4762 (ada_enum_name): Recognize new homonym-distinguishing convention.
4763 Adjust local variable's type to remove compiler warning.
4764 Fix a small problem in the part that unqualifies the enumeration name.
4765 (ada_value_binop): New function.
4766 (ada_value_equal): New function.
4767
4768 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4769 Don't give error message when not doing normal evaluation
4770 and a tagged type doesn't seem to contain a structure member.
4771 Give error message for packed arrays.
4772 For indexing arrays, handle pointers to packed arrays correctly.
4773 Handle case of 'first and 'last attributes of bare integral type
4774 without encoded subtype info.
4775 Remove some unnecessary casts.
4776 Fix uninitialized value of type in computing 'first, 'last, or 'length
4777 of array object.
4778 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4779 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4780 calls.
4781 Attributes are now exp_opcode values.
4782 Correct treatment of 'modulus.
4783 Better error message for taking 'length of wrong kind of type;
4784 improve comment.
4785 Change EVAL_NORMAL to noside for consistency.
4786 Use ada_value_binop for DIV, MOD, REM.
4787 Make special case out of array of length 0, since an argument
4788 of 0 upsets some platforms' malloc.
4789 Use OP_STRING instead of OP_ARRAY.
4790 For slice, add check that we have an array type before extracting
4791 a slice out of it. Avoids a SEGV.
4792 When evaluating an array slice, if the array type is a reference to
4793 an aligner type, then replace the aligner type by the actual type.
4794 Decomment disabled code.
4795 Remove some dead code.
4796 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4797 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4798 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4799 and UNOP_MBR to UNOP_IN_RANGE.
4800 If an array type has a parallel ___XVE type, then use it.
4801 Turn arrays into pointers for lvalue arrays.
4802 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4803 bounds error and handle 0-length slices.
4804 Use lim_warning.
4805 When selecting fields, apply ada_to_fixed_value (because the fields
4806 might have ___XVU or ___XVE encodings even if not dynamic.)
4807 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4808 (ada_is_system_address_type): New function.
4809
4810 (get_var_value): Use new interface to ada_lookup_symbol_list.
4811 (get_int_var_value): New interface.
4812 (to_fixed_range_type): Allow unknown bound, with warning.
4813 (ada_is_modular_type): Decomment disabled code.
4814 (ADA_OPERATORS): New definition.
4815 (ada_operator_length): New function.
4816 (ada_expr_op_name): New function.
4817 (ada_forward_operator_length): New function.
4818 (ada_dump_subexp_body): New function.
4819 (ada_print_subexp): New function.
4820 (ada_exp_descriptor): New constant.
4821 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4822 (ada_language_defn): Add ada_exp_descriptor entry.
4823 Change ada_parse => parse.
4824 Add post-parser entry.
4825 Use ada-specific non-local symbol lookup.
4826 Don't use C-style arrays.
4827 String lower-bound is 1.
4828 Decomment disabled code.
4829 (parse): New function.
4830 New fields ada_translate_error_message, ada_lookup_symbol,
4831 ada_lookup_minimal_symbol.
4832
4833 * ada-lang.h: Update copyright dates.
4834 Replace the mangle/demangle terminology throughout by the
4835 more appropriate encode/decode one.
4836 Include breakpoint.h.
4837 Forward declare struct partial_symbol, struct block.
4838 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4839 (EXTRACT_ADDRESS): Remove.
4840 (EXTRACT_INT): Remove.
4841 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4842 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4843 (MAX_RENAMING_CHAIN_LENGTH): Define.
4844 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4845
4846 (enum task_states): Remove.
4847 ada_task_states: Remove.
4848 (fat_string): Remove.
4849 (struct entry_call): Remove.
4850 (struct task_fields): Remove.
4851 (struct task_entry): Remove.
4852
4853 (struct ada_symbol_info): Define.
4854 (enum ada_attribute): Remove.
4855 (enum ada_operator): Define.
4856
4857 (ada_get_field_index): Declare.
4858 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4859 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4860 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4861 (ada_lookup_symbol_list): New interface.
4862 (ada_decode_symbol): Declare.
4863 (ada_decode): Declare.
4864 (ada_lookup_symbol): New interface.
4865 (ada_update_initial_language): Declare.
4866 (ada_lookup_simple_minsym): Declare.
4867 (user_select_syms): New interface.
4868 (ada_sals_for_line): Declare.
4869 (ada_is_tagged_type): New interface.
4870 (ada_tag_name): Declare.
4871 (ada_lookup_struct_elt_type): Remove declaration.
4872 (ada_search_struct_field): Remove declaration.
4873 (ada_attribute_name): New interface.
4874 (ada_is_system_address_type): Declare.
4875 (ada_to_fixed_value): Remove declaration.
4876 (ada_template_to_fixed_record_type_1): Declare.
4877 (get_int_var_value): New interface.
4878 (ada_find_any_symbol): Declare.
4879 (ada_find_renaming_symbol): Declare.
4880 (ada_mangle): Rename to ada_encode.
4881 (ada_simple_renamed_entity): Remove const.
4882 (ada_main_name): Declare.
4883 (get_current_task): Rename to ada_get_current_task.
4884 (get_entry_number): Remove declaration.
4885 (ada_report_exception_break): Remove declaration.
4886 (ada_print_exception_breakpoint_nontask): Declare.
4887 (ada_print_exception_breakpoint_task): Declare.
4888 (ada_find_printable_frame): Declare.
4889
4890 * ada-lex.l: Update copyright notices.
4891 Use xmalloc and xfree instead of malloc and free.
4892 Use new interface to name_lookup.
4893 Use new interface to
4894 ada_mangle=>ada_encode.
4895 Redo handling of '$...' variable to parallel current treatment
4896 in c-exp.y.
4897 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4898 digit_to_int, strtoulst, processInt, processReal, processId,
4899 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4900 yywrap): Protoize.
4901
4902 (processInt): Use cast to remove harmless warning.
4903 (processReal): Modify to get rid of compiler warning on scan formats.
4904
4905 (processId): Replace xmalloc with obstack_alloc for name and remove
4906 call to ada_name_string_cleanup.
4907 Remove obsolete disabled code.
4908 (name_lookup): Ditto.
4909 New interface.
4910 Use obsavestring on temp_parse_space instead of savestring
4911 on name, and remove call to ada_name_string_cleanup.
4912 Free string returned from ada_simple_renamed_entity.
4913 Use new interface to ada_lookup_symbol_list.
4914 Decomment disabled code.
4915 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4916 not types.
4917 When a type name lookup succeeds as a result of
4918 lookup_primitive_typename, check for regular type entry that has not
4919 yet been read in.
4920 Limit length of chain of renamed symbols we are willing to follow.
4921 Do not break names beginning with "standard__" into segments.
4922 (block_lookup): Use new interface to ada_lookup_symbol_list.
4923
4924 * ada-typeprint.c: Update copyright notice.
4925 (demangled_type_name): Rename to decoded_type_name.
4926 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4927 (print_range_bound): Correct handling of negative
4928 bounds that make the index type looked unsigned under STABS.
4929 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4930 (print_range_type_named): Use the builtin int type if no type
4931 corresponding to the given type name could be found.
4932 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4933 Add some bullet-proofing.
4934 (print_variant_clauses): Allow for variant branches with ___XVU
4935 encodings that are not dynamic fields.
4936 Use new interface to ada_is_tagged_type.
4937 (print_record_type): Allow for fields with ___XVE encodings that
4938 are not dynamic fields.
4939 Use new interface to ada_is_tagged_type.
4940 (ada_print_type): ada_is_array_descriptor =>
4941 ada_is_array_descriptor_type.
4942
4943 * ada-valprint.c: Update copyright notice.
4944 Include gdb_string.h
4945 Include infcall.h
4946 (ui_memcpy): New function.
4947 (ada_print_floating): New function.
4948 (ada_print_str): Order arguments correctly.
4949 Correct handling of empty arrays and arrays of 0-length items.
4950 ada_is_array_descriptor => ada_is_array_descriptor_type
4951 Print values of type System.Address in hexadecimal format.
4952 Use ada_print_floating to print floating-point numbers in Ada format.
4953 Print class tag values with type names.
4954 No longer print the address of reference values. Avoids
4955 a potential confusion.
4956 (ada_value_print): Stop printing the object type for reference
4957 values, but preserve that behavior for access types. Avoids
4958 a potential confusion.
4959 Simplify one conditional expression, as the first part is now
4960 necessarily true.
4961 ada_is_array_descriptor => ada_is_array_descriptor_type
4962 Add check for arrays for null records, and print them by hand.
4963
4964 2004-06-01 Jim Blandy <jimb@redhat.com>
4965
4966 * ppc-tdep.h: Delete unused 'regoff' member.
4967 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4968
4969 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4970
4971 Fix PR symtab/1661.
4972 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4973 (hpread_read_struct_type): Likewise.
4974
4975 2004-06-01 Andrew Cagney <cagney@gnu.org>
4976
4977 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4978 instead of xasprintf.
4979 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4980 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4981 (mi_cmd_data_list_register_names)
4982 (mi_cmd_data_list_changed_registers)
4983 (mi_cmd_data_list_register_values)
4984 (get_register, mi_cmd_data_write_register_values)
4985 (mi_cmd_data_write_register_values)
4986 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4987 (mi_cmd_target_download, mi_cmd_target_select)
4988 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4989 (mi_execute_cli_command, mi_execute_async_cli_command)
4990 (mi_execute_async_cli_command): Ditto.
4991 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4992 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4993
4994 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4995 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4996 error_last_message instead of mi_error_last_message.
4997 * mi/mi-main.c (mi_error_last_message): Delete function.
4998
4999 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5000 "invalid number of columns" error. Delete redundant "out of
5001 memory" check.
5002
5003 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5004
5005 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5006 (gregset_t, fpregset_t): Remove typedefs.
5007 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5008 (REG_OFFSET): Rename argument.
5009 (i386bsd_r_reg_offset): Rename from reg_offset.
5010 (REG_ADDR): Remove macro.
5011 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5012 functions.
5013 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5014 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5015 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5016 instead of supply_gregset.
5017 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5018 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5019 instead of fill_gregset.
5020 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5021
5022 * i386bsd-nat.c: Don't include "gregset.h".
5023 (supply_gregset, fill_gregset): Make static.
5024 (supply_fpregset, fill_fpregset): Remove.
5025 * Makefile.in (i386bsd-nat.o): Update dependencies.
5026
5027 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5028
5029 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5030 "gdb_assert.h". Con't include "gregset.h".
5031 (fbsd_make_corefile_notes): Use regset-based core file support
5032 instead off fill_gregset and fill_fpregset.
5033 * Makefile.in (fbsd-proc.o): Update dependencies.
5034
5035 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5036 instructions.
5037 (m88k_frame_prev_register): Simplify code a bit.
5038
5039 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5040 (amd64_collect_fpregset): New function.
5041 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5042
5043 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5044
5045 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5046 (i386_collect_gregset): New function.
5047 (i386_supply_fpregset): Adjust comment.
5048 (i386_collect_fpregset): New function.
5049 (i386_regset_from_core_section): Use i386_collect_gregset and
5050 i386_collect_fpregset.
5051
5052 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5053 handle VALUEP being null.
5054
5055 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5056
5057 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5058
5059 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5060
5061 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5062 assembler in OpenBSD 3.5-current.
5063 (amd64obsd_sigcontext_addr): Likewise.
5064
5065 2004-05-28 Jim Blandy <jimb@redhat.com>
5066
5067 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5068 register set, so our regcache isn't declared "legacy" and our E500
5069 pseudoregister read and write functions aren't ignored.
5070 (rs6000_register_byte, rs6000_register_raw_size,
5071 rs6000_register_virtual_type, rs6000_register_convertible,
5072 rs6000_register_convert_to_virtual,
5073 rs6000_register_convert_to_raw): Deleted.
5074 (rs6000_register_type, rs6000_convert_register_p,
5075 rs6000_register_to_value, rs6000_value_to_register): New
5076 functions.
5077 (rs6000_gdbarch_init): Don't register
5078 gdbarch_deprecated_register_size,
5079 gdbarch_deprecated_register_bytes,
5080 gdbarch_deprecated_register_byte,
5081 gdbarch_deprecated_register_raw_size,
5082 gdbarch_deprecated_register_virtual_type,
5083 gdbarch_deprecated_register_convertible,
5084 gdbarch_deprecated_register_convert_to_virtual, or
5085 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5086 register gdbarch_register_type, gdbarch_convert_register_p,
5087 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5088
5089 2004-05-26 Jim Blandy <jimb@redhat.com>
5090
5091 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5092 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5093 functions, updated to match the register numberings used in GCC.
5094 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5095 rs6000_dwarf2_reg_to_regnum as register number conversions
5096 functions for STABS and Dwarf2.
5097
5098 2004-05-26 Randolph Chung <tausq@debian.org>
5099
5100 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5101 in header file.
5102
5103 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5104
5105 * NEWS: Document new "start" command.
5106
5107 2004-05-25 Randolph Chung <tausq@debian.org>
5108
5109 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5110 hppa-linux.
5111
5112 2004-05-25 Randolph Chung <tausq@debian.org>
5113
5114 * hppa-hpux-tdep.c (offsetof): Define.
5115 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5116 (hppa32_hpux_frame_base_before_sigtramp)
5117 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5118 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5119 (hppa64_hpux_frame_base_before_sigtramp)
5120 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5121 functions.
5122 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5123 (hppa_hpux_sigtramp_frame_unwind_cache)
5124 (hppa_hpux_sigtramp_frame_this_id)
5125 (hppa_hpux_sigtramp_frame_prev_register)
5126 (hppa_hpux_sigtramp_frame_unwind)
5127 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5128 (hppa_hpux_init_abi): Register sigtramp unwinder.
5129 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5130
5131 2004-05-25 Randolph Chung <tausq@debian.org>
5132
5133 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5134 and multiple stack unwinds.
5135 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5136
5137 2004-05-25 Andrew Cagney <cagney@gnu.org>
5138
5139 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5140 * symfile-mem.h: Delete file.
5141 * symfile-mem.c: Do not include "symfile-mem.h".
5142 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5143 "struct bfd_section". When an error do not bother returning NULL.
5144 (add_symbol_file_from_memory_command): Use "struct bfd" and
5145 "struct bfd_section".
5146 * Makefile.in (symfile_mem_h): Delete.
5147 (symfile-mem.o): Update dependencies.
5148
5149 2004-05-25 Nick Roberts <nickrob@gnu.org>
5150
5151 * gdb-mi.el: New file.
5152
5153 2004-05-25 Andrew Cagney <cagney@gnu.org>
5154
5155 * inftarg.c: Include "observer.h".
5156 (child_attach, child_create_inferior): Notify inferior_created.
5157 * corelow.c: Include "observer.h".
5158 (core_open): Notify inferior_created.
5159 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5160
5161 2004-05-25 Andrew Cagney <cagney@gnu.org>
5162
5163 * target.h (struct target_ops): Add from_tty to
5164 to_create_inferior.
5165 (target_create_inferior, find_default_create_inferior): Update.
5166 * infcmd.c (run_command): Update.
5167 * wince.c (child_create_inferior): Update.
5168 * win32-nat.c (child_create_inferior): Update.
5169 * uw-thread.c (uw_thread_create_inferior): Update.
5170 * thread-db.c (thread_db_create_inferior): Update.
5171 * target.c (debug_to_create_inferior)
5172 (find_default_create_inferior): Update.
5173 (maybe_kill_then_create_inferior): Update.
5174 * sol-thread.c (sol_thread_create_inferior): Update.
5175 * remote.c (extended_remote_async_create_inferior)
5176 (extended_remote_create_inferior): Update.
5177 * remote-vx.c (vx_create_inferior): Update.
5178 * remote-st.c (st2000_create_inferior): Update.
5179 * remote-sim.c (gdbsim_create_inferior): Update.
5180 * remote-sds.c (sds_create_inferior): Update.
5181 * remote-rdp.c (remote_rdp_create_inferior): Update.
5182 * remote-rdi.c (arm_rdi_create_inferior): Update.
5183 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5184 * remote-e7000.c (e7000_create_inferior): Update.
5185 * procfs.c (procfs_create_inferior): Update.
5186 * ocd.c (ocd_create_inferior): Update.
5187 * ocd.h (ocd_create_inferior): Update.
5188 * nto-procfs.c (procfs_create_inferior): Update.
5189 * monitor.c (monitor_create_inferior): Update.
5190 * lin-lwp.c (lin_lwp_create_inferior): Update.
5191 * inftarg.c (child_create_inferior): Update.
5192 * hpux-thread.c (hpux_thread_create_inferior): Update.
5193 * gnu-nat.c (gnu_create_inferior): Update.
5194
5195 2004-05-25 Andrew Cagney <cagney@gnu.com>
5196
5197 * MAINTAINERS: Update e-mail address.
5198
5199 2004-05-24 Randolph Chung <tausq@debian.org>
5200
5201 * thread.c (info_threads_command, thread_apply_all_command)
5202 (thread_apply_command, thread_command, do_captured_thread_select):
5203 Remove HPUXHPPA-specific code.
5204
5205 2004-05-24 Randolph Chung <tausq@debian.org>
5206
5207 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5208 unused symbols.
5209 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5210 references.
5211
5212 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5213
5214 * infcmd.c (kill_if_already_running): New function, extracted
5215 from run_command().
5216 (run_command): Replace extracted code by call to
5217 kill_if_already_running().
5218 (start_command): New function.
5219 (_initialize_infcmd): Add "start" command.
5220
5221 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5222
5223 Add OpenBSD/m88k support.
5224 * NEWS (New native configurations): Mention OpenBSD/m88k.
5225 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5226 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5227 * Makefile.in (m88k_tdep_h): New variable.
5228 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5229 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5230 * configure.host: Add m88*-*-openbsd*.
5231 * configure.tgt: Add m88*-*-openbsd*.
5232
5233 2004-05-24 Jim Blandy <jimb@redhat.com>
5234
5235 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5236 to approve changes.
5237
5238 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5239
5240 * symtab.c (fixup_section): Search section table when lookup by
5241 name fails.
5242
5243 2004-05-24 Randolph Chung <tausq@debian.org>
5244
5245 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5246 be "small_struct".
5247
5248 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5249
5250 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5251 register number in regcache_raw_collect call.
5252 (m68kbsd_collect_fpregset): Likewise.
5253 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5254
5255 * regset.h (struct regset): Add back `regset' member.
5256
5257 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5258
5259 * configure.in: Check for td_pcb in `struct thread'.
5260 * configure, config.in: Regenerated.
5261
5262 * dpx2-nat.c: Remove file.
5263 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5264 (dpx2-nat.o): Remove dependencies.
5265
5266 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5267 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5268 (amd64obsd_supply_pcb): New function.
5269 (_initialize_amd64obsd_nat): Enable libkvm interface.
5270 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5271 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5272 (LOADLIBES): New variable.
5273
5274 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5275 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5276 (sparc32nbsd_supply_pcb): New function.
5277 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5278 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5279 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5280 (LOADLIBES): New variable.
5281
5282 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5283
5284 * bsd-kvm.c, bsd-kvm.h: New files.
5285 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5286 "bsd-kvm.h".
5287 (i386fbsd_supply_pcb): New function.
5288 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5289 (i386fbsd-nat.o): Update dependencies.
5290 (bsd_kvm_h): New variable.
5291 (bsd-kvm.o): New dependency.
5292 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5293 (LOADLIBES): New variable.
5294
5295 * regset.c: Tweak comment.
5296 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5297 macro.
5298 * regset.h: Update copyright year.
5299 (struct regset): Remove `descr' member, add `gdbarch' member.
5300 (regset_alloc): Adjust prototype and comment.
5301 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5302 (i386_supply_fpregset): Likewise.
5303 (i386_regset_from_core_section): Update call to regset_alloc.
5304 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5305 REGSET->arch.
5306 (i386obsd_aout_regset_from_core_section): Update call to
5307 regset_alloc.
5308 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5309 REGSET->arch.
5310 (i386nbsd_aout_regset_from_core_section): Update call to
5311 regset_alloc.
5312 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5313 REGSET->arch.
5314 (amd64_regset_from_core_section): Update call to regset_alloc.
5315 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5316 REGSET->arch.
5317 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5318 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5319 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5320 (sparc32nbsd_init_abi): Update call to regset_alloc.
5321 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5322 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5323 (sparc64obsd_init_abi): Update call to regset_alloc.
5324 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5325 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5326 (sparc64nbsd_init_abi): Update call to regset_alloc.
5327 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5328 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5329 (sparc64fbsd_init_abi): Update call to regset_alloc.
5330
5331 2004-05-22 Jim Blandy <jimb@redhat.com>
5332
5333 * ppc-tdep.h (spe_register_p): New declaration.
5334 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5335 ppc_spefscr_regnum.
5336 * rs6000-tdep.c (spe_register_p): New function.
5337 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5338 spefscr.
5339 (rs6000_gdbarch_init): Initialize the new members of the tdep
5340 structure.
5341
5342 2004-05-21 Jim Blandy <jimb@redhat.com>
5343
5344 * ppc-linux-nat.c (fetch_register): Move code back to be next
5345 to the comment that describes it. (Moved code, instead of
5346 comment, for symmetry with store_register.)
5347
5348 Allocate regset structures in the gdbarch's obstack, not using
5349 xmalloc.
5350 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5351 Add 'arch' argument. Allocate the regset on arch's obstack, not
5352 using xmalloc.
5353 * regset.h (regset_alloc): Update declaration.
5354 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5355 gdbarch argument.
5356 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5357 * i386-tdep.c (i386_regset_from_core_section): Same.
5358 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5359 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5360 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5361 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5362 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5363 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5364
5365 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5366
5367 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5368
5369 2004-05-21 Jim Blandy <jimb@redhat.com>
5370
5371 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5372 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5373
5374 2004-05-20 Jim Blandy <jimb@redhat.com>
5375
5376 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5377
5378 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5379
5380 * regset.h: Make prototype const-correct.
5381 * regset.c (regset_xmalloc): Make const-correct.
5382
5383 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5384
5385 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5386 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5387 (symbol_search_name): Declare.
5388
5389 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5390 (iter_name_next_hashed): Ditto.
5391 (iter_name_next_linear): Ditto.
5392 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5393
5394 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5395 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5396 (symbol_search_name): New function.
5397
5398 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5399
5400 * minsyms.c (build_minimal_symbol_hash_tables): Change
5401 test for adding to demangled hash table to check for difference
5402 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5403
5404 2004-05-19 Jim Blandy <jimb@redhat.com>
5405
5406 Use a constructor function to create regset structures.
5407 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5408 (struct regset): Use supply_regset_ftype. Add new
5409 'collect_regset' member.
5410 (regset_xmalloc): New declaration.
5411 * regset.c: New file.
5412 * am64-tdep.c (amd64_regset_from_core_section): Use
5413 regset_xmalloc to construct regset structures.
5414 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5415 * i386-tdep.c (i386_regset_from_core_section): Same.
5416 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5417 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5418 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5419 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5420 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5421 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5422 * Makefile.in (COMMON_OBS): Add regset.o.
5423 (regset.o): New rule.
5424
5425 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5426
5427 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5428 and pthread_cond_wait.c.
5429
5430 2004-05-18 Jim Blandy <jimb@redhat.com>
5431
5432 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5433 before the mach-specific switch, and then let the individual cases
5434 override the defaults, rather than leaving them uninitialized
5435 until the switch and then setting them in each case.
5436
5437 2004-05-18 Randolph Chung <tausq@debian.org>
5438
5439 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5440 millicode functions.
5441
5442 2004-05-18 Randolph Chung <tausq@debian.org>
5443
5444 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5445 references to dld_flags_buffer consistent.
5446
5447 2004-05-18 Randolph Chung <tausq@debian.org>
5448
5449 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5450 it for unwinding the stack.
5451
5452 2004-05-18 Randolph Chung <tausq@debian.org>
5453
5454 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5455 Undefine these so we can overide them using gdbarch.
5456
5457 2004-05-18 Randolph Chung <tausq@debian.org>
5458
5459 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5460 handling for 64-bit HPUX (elf).
5461
5462 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5463
5464 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5465 constants.
5466 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5467 * ia64-tdep.c (examine_prologue): Likewise.
5468 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5469 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5470
5471 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5472
5473 * vax-tdep.c (vax_return_value): Implement
5474 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5475
5476 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5477
5478 * vax-tdep.c (vax_return_value): Fix typo.
5479
5480 2004-05-17 Andrew Cagney <cagney@redhat.com>
5481
5482 * MAINTAINERS: Mark Salter was also responsible for
5483 testsuite/config/
5484
5485 * NEWS: Mention signal fixes.
5486
5487 2004-05-17 Randolph Chung <tausq@debian.org>
5488
5489 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5490 check to see if we are unwinding an export stub. Export stubs clobber
5491 the %rp in the call path and stores the original rp in a stack slot.
5492
5493 2004-05-17 Jim Blandy <jimb@redhat.com>
5494
5495 * MAINTAINERS: Update address for J.T. Conklin.
5496
5497 2004-05-17 Randolph Chung <tausq@debian.org>
5498
5499 * hppa-tdep.c: Remove superfluous #include's.
5500 * Makefile.in (hppa-tdep.o): Update dependencies.
5501
5502 2004-05-17 Randolph Chung <tausq@debian.org>
5503
5504 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5505 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5506 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5507 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5508 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5509 Remove static function declarations.
5510
5511 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5512
5513 * alphabsd-nat.c: Update copyright year.
5514 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5515
5516 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5517 and M68K_A2_REGNUM.
5518
5519 * m68k-tdep.c (m68k_svr4_return_value): Implement
5520 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5521
5522 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5523
5524 * sol-thread.c Update copyright year. Fix various coding
5525 standards violations. Tweak a few comments.
5526 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5527 Delete prototypes.
5528
5529 2004-05-15 Randolph Chung <tausq@debian.org>
5530
5531 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5532 as pointer instead of array reference since HPUX compiler does
5533 not accept unsized array arguments.
5534 * somsolib.c (dld_flags_buffer): Use constant array size.
5535
5536 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5537
5538 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5539 offset with decimal offset.
5540 (amd64obsd_sigcontext_addr): Return correct address for entire
5541 signal trampoline.
5542
5543 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5544 instead of get_frame_base.
5545
5546 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5547 (fill_gregset): Use regcache_raw_collect.
5548
5549 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5550 ppcobsd-tdep.c.
5551
5552 * config/sparc/tm-nbsd64.h: Remove file.
5553 * config/tm-sunos.h: Remove file.
5554
5555 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5556
5557 * rs6000-tdep.c (store_param_on_stack_p): New function,
5558 an improved version of some code extracted from skip_prologue().
5559 (skip_prologue): Use store_param_on_stack_p() to detect
5560 instructions saving a parameter on the stack. Detect when r0
5561 is used to save a parameter.
5562 Do not mark "li rx, SIMM" instructions as part of the prologue,
5563 unless the following instruction is also part of the prologue.
5564
5565 2004-05-14 Andrew Cagney <cagney@redhat.com>
5566
5567 * infrun.c (handle_inferior_event): Simplify
5568 STEP_OVER_UNDEBUGGABLE.
5569
5570 * infrun.c (handle_step_into_function): Delete function.
5571 (handle_inferior_event): Inline calls to
5572 handle_step_into_function.
5573
5574 2004-05-14 Jerome Guitton <guitton@gnat.com>
5575
5576 * rs6000-nat.c: Fix a comment.
5577
5578 2004-05-12 David Anderson <davea@sgi.com>
5579
5580 Committed by Jim Blandy <jimb@redhat.com>:
5581 * regcache.c (struct regcache_descr): fix comment spelling.
5582
5583 2004-05-13 J. Brobecker <brobecker@gnat.com>
5584
5585 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5586 Fixes a link link failure.
5587
5588 2004-05-13 J. Brobecker <brobecker@gnat.com>
5589
5590 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5591 error that was causing the build to fail.
5592
5593 2004-05-13 J. Brobecker <brobecker@gnat.com>
5594
5595 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5596 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5597
5598 2004-05-13 Andrew Cagney <cagney@redhat.com>
5599
5600 * infrun.c (handle_inferior_event): Check for
5601 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5602 calls. Update comments.
5603
5604 2004-05-13 Jim Blandy <jimb@redhat.com>
5605
5606 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5607 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5608 (store_regs_user_thread, store_regs_kernel_thread): Use
5609 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5610 * ppc-linux-nat.c (fill_gregset): Same.
5611 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5612 (ppc_linux_sigtramp_cache): Same.
5613 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5614 (ppcnbsd_sigtramp_cache_init): Same.
5615 * rs6000-nat.c (fetch_core_registers): Same.
5616 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5617 (rs6000_frame_cache): Same.
5618
5619 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5620 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5621 of assuming that the gprs are numbered starting with zero.
5622 * ppc-linux-nat.c (fill_gregset): Same.
5623 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5624 * ppcnbsd-nat.c (getregs_supplies): Same.
5625 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5626 * rs6000-nat.c (fetch_core_registers): Same.
5627 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5628
5629 2004-05-07 Michael Snyder <msnyder@redhat.com>
5630
5631 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5632 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5633
5634 2004-05-13 Andrew Cagney <cagney@redhat.com>
5635
5636 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5637
5638 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5639
5640 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5641 base_address for shared libraries.
5642
5643 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5644
5645 * MAINTAINERS (write after approval): Add myself.
5646
5647 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5648
5649 * breakpoint.c (bpstat_stop_status): Add new argument
5650 STOPPED_BY_WATCHPOINT. Use it instead of testing
5651 target_stopped_data_address agaist 0 to check whether
5652 or not we stopped due to a hardware watchpoint.
5653 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5654 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5655 with new argument.
5656
5657 2004-05-12 Jim Blandy <jimb@redhat.com>
5658
5659 * configure.in: When checking whether we should use the -bbigtoc
5660 option, don't forget to restore the original value of LDFLAGS.
5661 * configure: Regenerated.
5662
5663 2004-05-12 Andrew Cagney <cagney@redhat.com>
5664
5665 * thread.c (load_infrun_state): Delete step_sp.
5666 * infrun.c (context_switch): Ditto.
5667 * inferior.h (step_sp): Ditto.
5668 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5669 * gdbthread.h (struct thread_info, save_infrun_state)
5670 (restore_infrun_state): Ditto.
5671
5672 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5673
5674 * MAINTAINERS (write after approval): Add myself.
5675
5676 2004-05-12 Andrew Cagney <cagney@redhat.com>
5677
5678 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5679 eliminate reference to step_sp.
5680 (struct execution_control_state, init_execution_control_state)
5681 (handle_inferior_event, keep_going): Delete update_step_sp and
5682 step_sp.
5683 * infcmd.c (step_sp): Note that variable is unused.
5684
5685 2004-05-11 Andrew Cagney <cagney@redhat.com>
5686
5687 * infrun.c (step_over_function): Delete function.
5688 (handle_step_into_function): Use insert_step_resume_breakpoint.
5689 (insert_step_resume_breakpoint): Fix assertion.
5690
5691 2004-05-11 Nick Roberts <nickrob@gnu.org>
5692
5693 * utils.c (defaulted_query): Just use the normal query input type
5694 when printing the annotations.
5695
5696 2004-05-11 Andrew Cagney <cagney@redhat.com>
5697
5698 * infrun.c (handle_inferior_event): Simplify code handling
5699 step-into or return-from a signal trampoline.
5700
5701 2004-05-11 Andrew Cagney <cagney@redhat.com>
5702
5703 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5704 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5705
5706 2004-05-10 Jim Blandy <jimb@redhat.com>
5707
5708 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5709 with a call to internal_error.
5710
5711 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5712 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5713 processor variant lacks those registers.
5714 (ppc_floating_point_unit_p): Change description to make it clear
5715 that this returns info about the ISA, not the ABI.
5716 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5717 return true or false by checking tdep->ppc_fp0_regnum and
5718 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5719 arch/mach switching done in rs6000_gdbarch_init; it's better to
5720 keep that logic there, and just check the results here.
5721 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5722 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5723 floating-point registers.
5724 (ppc_supply_fpregset, ppc_collect_fpregset)
5725 (rs6000_push_dummy_call, rs6000_extract_return_value)
5726 (rs6000_store_return_value): Assert that we have floating-point
5727 registers.
5728 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5729 (rs6000_frame_cache): Don't note the locations at which
5730 floating-point registers were saved if we have no fprs.
5731 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5732 registers.
5733 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5734 (store_regs_user_thread, store_regs_kernel_thread): Only call
5735 supply_fprs / fill_fprs if we actually have floating-point
5736 registers.
5737 (special_register_p): Check ppc_fpscr_regnum before matching
5738 against it.
5739 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5740 supply / collect fpscr if we don't have it.
5741 * ppc-bdm.c: #include "gdb_assert.h".
5742 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5743 have floating-point registers, since I can't test this code on
5744 FP-free systems to adapt it.
5745 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5746 fpscr and floating point register numbers if they don't exist.
5747 (fetch_register): Assert that we have floating-point registers
5748 before we reach the code that handles them.
5749 (store_register): Same. And use tdep instead of calling
5750 gdbarch_tdep again.
5751 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5752 don't have them.
5753 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5754 fprs and fpscr if we don't have them.
5755 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5756 don't have them.
5757 * ppcnbsd-nat.c: #include "gdb_assert.h".
5758 (getfpregs_supplies): Assert that we have floating-point registers.
5759 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5760 * ppcobsd-tdep.c: #include "gdb_assert.h".
5761 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5762 have floating-point registers.
5763 * rs6000-nat.c (regmap): Don't match against the fpscr and
5764 floating point register numbers if they don't exist.
5765 (fetch_inferior_registers, store_inferior_registers,
5766 fetch_core_registers): Only fetch / store / supply the
5767 floating-point registers and the fpscr if we have them.
5768 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5769 (ppcobsd-tdep.o): Update dependencies.
5770
5771 2004-05-10 Andrew Cagney <cagney@redhat.com>
5772
5773 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5774 (context_switch): Do not switch through_sigtramp_breakpoint.
5775 * gdbthread.h (save_infrun_state, load_infrun_state)
5776 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5777 and structure member.
5778 * thread.c (load_infrun_state, save_infrun_state): Update.
5779
5780 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5781
5782 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5783
5784 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5785
5786 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5787 throughout.
5788 * aclocal.m4: Regenerate.
5789
5790 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5791
5792 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5793
5794 2004-05-10 Andrew Cagney <cagney@redhat.com>
5795
5796 * infrun.c (check_sigtramp2): Delete function.
5797 (handle_inferior_event): When single stepping, and taking a
5798 signal, set a breakpoint at the signal return address. Delete
5799 redundant calls to check_sigtramp2.
5800 (insert_step_resume_breakpoint): New function.
5801 (through_sigtramp_breakpoint, handle_inferior_event)
5802 (follow_exec, wait_for_inferior, fetch_inferior_event)
5803 (currently_stepping, keep_going): Delete most uses of
5804 through_sigtramp_breakpoint, not that it should be deleted.
5805 (delete_breakpoint_current_contents): Delete function.
5806
5807 2004-05-10 Randolph Chung <tausq@debian.org>
5808
5809 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5810 target.
5811 * config/pa/tm-linux.h: New file.
5812
5813 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5814
5815 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5816 of prefixes. Don't print the prefix twice in the CLI.
5817
5818 2004-05-10 Jim Blandy <jimb@redhat.com>
5819
5820 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5821 collect all the gprs.
5822
5823 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5824 loop collecting gprs.
5825
5826 2004-05-09 Andrew Cagney <cagney@redhat.com>
5827
5828 * remote-vx.c (net_step): Delete step-range code.
5829 * remote.c (remote_resume, init_all_packet_configs)
5830 (set_remote_protocol_E_packet_cmd)
5831 (show_remote_protocol_E_packet_cmd)
5832 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5833 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5834 (show_remote_protocol_e_packet_cmd): Ditto.
5835
5836 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5837
5838 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5839
5840 * hppa-tdep.h: Update copyright year.
5841 (struct trad_frame_saved_reg): Add opaque declaration.
5842
5843 * amd64-tdep.c (amd64_return_value): Implement
5844 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5845
5846 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5847 (m68k_value_to_register): New functions.
5848 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5849 value_to_register.
5850
5851 * defs.h (enum return_value_convention): Add
5852 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5853 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5854 * infcmd.c (legacy_return_value): New function.
5855 (print_return_value): Rwerite to implement
5856 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5857 * values.c (using_struct_return): Check for inequality to
5858 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5859 RETURN_VALUE_STRUCT_CONVENTION.
5860 * i386-tdep.c (i386_return_value): Implement
5861 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5862
5863 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5864 include "symtab.h", "opcode/vax.h" and "inferior.h".
5865 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5866 to read_memory_unsigned_integer.
5867 (vax_gdbarch_init): Reorder.
5868 (_initialize_vax_tdep): Spell out prototype.
5869 * Makefile.in (vax-tdep.o): Update dependencies.
5870
5871 2004-05-08 Andrew Cagney <cagney@redhat.com>
5872
5873 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5874 * target.c (target_detach, target_disconnect): Ditto.
5875
5876 * infcall.c (call_function_by_hand): When no
5877 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5878 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5879 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5880 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5881 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5882
5883 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5884 * gdbarch.h, gdbarch.c: Re-generate.
5885 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5886 deprecated_fix_call_dummy.
5887 * v850-tdep.c (v850_gdbarch_init): Ditto.
5888 * infcall.c (call_function_by_hand): Do not call
5889 DEPRECATED_FIX_CALL_DUMMY.
5890
5891 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5892 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5893 * gdbarch.h, gdbarch.c: Re-generate.
5894 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5895 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5896 deprecated_sizeof_call_dummy_words.
5897 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5898 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5899 * v850-tdep.c (v850_gdbarch_init): Ditto.
5900 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5901 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5902 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5903 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5904 * arch-utils.h (legacy_call_dummy_words)
5905 (legacy_sizeof_call_dummy_words): Delete declarations.
5906 * arch-utils.c (legacy_call_dummy_words)
5907 (legacy_sizeof_call_dummy_words): Delete variables.
5908
5909 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5910 * gdbarch.h, gdbarch.c: Re-generate.
5911 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5912 * infcall.c (call_function_by_hand): Eliminate call to
5913 DEPRECATED_PUSH_DUMMY_FRAME.
5914 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5915 push_dummy_frame.
5916 (ns32k_push_dummy_frame): Delete function.
5917
5918 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5919 deprecated_call_dummy_breakpoint_offset or
5920 deprecated_call_dummy_start_offset.
5921 * dummy-frame.c, arm-tdep.c: Update comments.
5922 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5923 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5924 * gdbarch.h, gdbarch.c: Re-generate.
5925
5926 * infcall.c (legacy_push_dummy_code): Delete function.
5927 (push_dummy_code): Delete call.
5928
5929 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5930 * gdbarch.h, gdbarch.c: Re-generate.
5931 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5932 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5933 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5934 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5935
5936 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5937 (struct frame_info): Delete opaque declaration.
5938 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5939 * frame.c (get_frame_type): Delete call.
5940
5941 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5942 pc_in_call_dummy.
5943 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5944 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5945
5946 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5947
5948 * alphanbsd-tdep.c: Include "gdb_string.h".
5949 * armnbsd-tdep.c: Update copyright year.
5950 Include "gdb_string.h".
5951 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5952 dependencies.
5953
5954 * delta68-nat.c: Remove file.
5955 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5956 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5957 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5958 (delta68-nat.o): Remove dependency.
5959
5960 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5961 function.
5962 (m68k_gdbarch_init): Don't set
5963 deprecated_frameless_function_invocation.
5964
5965 2004-05-07 Randolph Chung <tausq@debian.org>
5966
5967 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5968 read_memory_nobpt for code reading when doing frame unwinding.
5969 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5970
5971 2004-05-07 Randolph Chung <tausq@debian.org>
5972
5973 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5974 instead of sp, handle sigaltstack case.
5975 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5976 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5977 signal handler and not that of the caller.
5978 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5979 hppa_linux_sigtramp_find_sigcontext.
5980
5981 2004-05-07 Randolph Chung <tausq@debian.org>
5982
5983 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5984 hppa-linux-nat.c.
5985 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5986 * hppa-linux-nat.c (fetch_register, store_register): Define.
5987 (fetch_inferior_registers, store_inferior_registers): Define.
5988 (supply_gregset): Add comment and clean up some unneeded code.
5989 (fill_gregset): Add comment and fix so that it saves registers in
5990 the right place in the gregset.
5991 (fill_fpregset): Fix buffer overrun problem.
5992 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5993
5994 2004-05-07 Randolph Chung <tausq@debian.org>
5995
5996 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5997 do common handling of the pcoqt register.
5998 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5999 to use helper function.
6000 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6001 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6002 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6003 generic fallback unwinder when all else fails.
6004 (hppa_gdbarch_init): Add fallback sniffer.
6005 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6006 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6007 to use helper function.
6008
6009 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6010
6011 * config/djgpp/fnchange.lst: Add translation rules for
6012 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6013
6014 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6015
6016 * frame.c (get_prev_frame_1): Work around GCC bug.
6017 * frame.h: Add comment about GCC bug.
6018
6019 2004-05-07 Andrew Cagney <cagney@redhat.com>
6020
6021 * observer.c: Include "commands.h" and "gdbcmd.h".
6022 (observer_debug, _initialize_observer): Add the
6023 command "set/show debug observer".
6024 * observer.sh: When observer debugging, log notify calls.
6025 * Makefile.in (observer.o): Update dependencies.
6026
6027 2004-05-07 Jason Molenda (jmolenda@apple.com)
6028
6029 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6030
6031 2004-05-07 Jim Blandy <jimb@redhat.com>
6032
6033 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6034 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6035 to recognize gpr regnums, instead of assuming that
6036 tdep->ppc_fp0_regnum marks the end of the general-purpose
6037 registers.
6038
6039 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6040 the given architecture has floating-point registers.
6041
6042 2004-05-07 Andrew Cagney <cagney@redhat.com>
6043
6044 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6045 macro defined to 1.
6046 * gdbarch.h, gdbarch.c: Re-generate.
6047 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6048 deprecated_use_generic_dummy_frames.
6049
6050 2004-05-07 Brian Ford <ford@vss.fsi.com>
6051
6052 * NEWS: Mention Cygwin DWARF 2 support.
6053
6054 2004-05-07 Andrew Cagney <cagney@redhat.com>
6055
6056 * objfiles.h (struct entry_info): Delete unused fields
6057 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6058 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6059 * mipsread.c (mipscoff_symfile_read): Update.
6060 * mdebugread.c (parse_partial_symbols): Update.
6061 * dwarfread.c (read_file_scope): Update.
6062 * dwarf2read.c (read_file_scope): Update.
6063 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6064 * coffread.c (complete_symtab): Update.
6065
6066 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6067
6068 * infcall.c (_initialize_infcall): Fix typo.
6069
6070 2004-05-07 Andrew Cagney <cagney@redhat.com>
6071
6072 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6073 * command.h (add_setshow_zinteger_cmd): Declare.
6074
6075 2004-05-06 Randolph Chung <tausq@debian.org>
6076
6077 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6078 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6079 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6080 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6081 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6082 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6083 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6084 definitions ...
6085 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6086 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6087 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6088 (hppa64_hpux_frame_find_saved_regs_in_sig)
6089 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6090 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6091 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6092 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6093 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6094 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6095 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6096 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6097 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6098 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6099 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6100 (hppa32_register_type, hppa_cannot_store_register)
6101 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6102 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6103 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6104 * pa64solib.c (pa64_solib_have_load_event)
6105 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6106 (pa64_solib_unloaded_library_pathname): Likewise.
6107 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6108 (som_solib_library_pathname): Likewise.
6109
6110 2004-05-05 Jim Ingham <jingham@apple.com>
6111
6112 * breakpoint.c (create_breakpoints): Copy the ignore count and
6113 thread id over from the pended breakpoint to the actual
6114 breakpoint.
6115
6116 2004-05-05 Andrew Cagney <cagney@redhat.com>
6117
6118 * gdbarch.sh (PARM_BOUNDARY): Delete.
6119 gdbarch.h, gdbarch.c: Re-generate.
6120 * valops.c (PARM_BOUNDARY): Delete macro.
6121 (value_push): Delete PARM_BOUNDARY code.
6122 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6123
6124 2004-05-04 Jim Blandy <jimb@redhat.com>
6125
6126 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6127 Don't assume that the gprs, fprs, and UISA sprs are
6128 contiguous, start at register number zero, and end with fpscr.
6129 Instead, use the numbers from the tdep structure.
6130
6131 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6132 should no longer be used in code specific to the RS6000 and its
6133 derivatives.
6134 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6135 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6136 tdep->ppc_fp0_regnum.
6137 (ppc_supply_fpregset, ppc_collect_fpregset)
6138 (rs6000_push_dummy_call, rs6000_extract_return_value)
6139 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6140 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6141 FP0_REGNUM.
6142 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6143 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6144 Same.
6145 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6146 bdm_ppc_store_registers): Same.
6147 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6148 (store_register, fill_fpregset): Same.
6149 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6150 (ppc_linux_supply_fpregset): Same.
6151 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6152 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6153 Same.
6154 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6155 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6156 ppc64_sysv_abi_return_value): Same.
6157 * rs6000-nat.c (regmap, fetch_inferior_registers)
6158 (store_inferior_registers, fetch_core_registers): Same.
6159
6160 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6161
6162 * m68knbsd-nat.c: Remove file.
6163 * m68knbsd-tdep.c: Remove file.
6164 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6165 dependencies.
6166 * configure.host: Add m68k-*-netbsdelf*.
6167 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6168 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6169 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6170 (XM_FILE): Remove.
6171 * config/m68k/nbsdelf.mh: New file.
6172 * config/m68k/nbsd.mt: New file.
6173 * config/m68k/nbsdaout.mt: Remove file.
6174 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6175 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6176 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6177 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6178 (use_struct_convention): Remove prototype.
6179 (USE_STRUCT_CONVENTION): Remove define.
6180 * config/m68k/xm-nbsd.h: Remove file.
6181
6182 2004-05-04 Michael Snyder <msnyder@redhat.com>
6183
6184 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6185 reg_struct_return method (as gcc usually does for cross targets).
6186
6187 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6188
6189 Committed by Andrew Cagney.
6190 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6191 alignment padding when accessing ucontext struct members.
6192
6193 2004-05-04 Jim Blandy <jimb@redhat.com>
6194
6195 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6196 'ppc_gplast_regnum' member.
6197 (ppc_num_gprs): New enum constant.
6198 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6199 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6200 * rs6000-nat.c (regmap, fetch_inferior_registers,
6201 store_inferior_registers): Same.
6202 * rs6000-tdep.c (e500_pseudo_register_read)
6203 (e500_pseudo_register_write): Same.
6204 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6205
6206 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6207 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6208 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6209 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6210 FPLAST_REGNUM.
6211 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6212 Same.
6213 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6214 * rs6000-nat.c (regmap, fetch_inferior_registers)
6215 (store_inferior_registers): Same.
6216
6217 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6218 with FPLAST_REGNUM.
6219
6220 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6221
6222 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6223 failure detected by recent versions of GCC.
6224 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6225 to be consistent with the usage in dwarf2_create_include_psymtab.
6226
6227 2004-05-03 Michael Snyder <msnyder@redhat.com>
6228
6229 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6230 (heuristic_proc_start): Whitespace cleanup.
6231
6232 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6233
6234 * sun3-nat.c: Remove file.
6235 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6236 dependencies.
6237 (ALLDEPFILES): Remove sun3-nat.c.
6238 (sun3-nat.o): Remove dependencies.
6239
6240 * i386-interix-nat.c, i386-interix-tdep.c,
6241 config/i386/nm-interix.h, config/i386/interix.mh,
6242 config/i386/interix.mt: Remove files.
6243 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6244 dependencies.
6245
6246 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6247
6248 * m68k-tdep.h (struct gdbarch_tdep): Add member
6249 struct_value_regnum.
6250 (m68k_svr4_init_abi): New prototype.
6251 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6252 different calling conventions.
6253 (m68k_extract_return_value): Remove code dealing with single-field
6254 structs.
6255 (m68k_store_return_value): Remove code dealing with single-field
6256 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6257 (m68k_extract_struct_value_address): Remove function.
6258 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6259 (m68k_reg_struct_return_p, m68k_return_value)
6260 (m68k_svr4_return_value): New functions.
6261 (m68k_use_struct_convention): Remove function.
6262 (m68k_push_dummy_call): Use new struct_value_regnum member of
6263 `struct gdbarch_tdep' instead of hardcoded register number to
6264 store STRUCT_ADDR.
6265 (m68k_svr4_init_abi): New function.
6266 (m68k_gdbarch_init): Don't set extract_return_value,
6267 store_return_values, deprecated_extract_struct_value_address and
6268 use_struct_convention. Set return_value instead. Initialize new
6269 struct_value_regnum member of `struct gdbarch_tdep'.
6270 * m68klinux-tdep.c: Update copyright year.
6271 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6272 (m68k_linux_extract_struct_value_address): Remove function.
6273 (m68k_linux_init_abi): Don't set extract_return_value,
6274 store_return_values, deprecated_extract_struct_value_address and
6275 use_struct_convention. Call m68k_svr4_init_abi but override the
6276 new struct_value_regnum member of `struct gdbarch_tdep'.
6277 * Makefile.in (m68k-tdep.o): Update dependencies.
6278
6279 2004-05-03 J. Brobecker <brobecker@gnat.com>
6280
6281 * dwarf2read.c (line_header): Add new included_p field in
6282 field file_names.
6283 (partial_die_info): New field has_stmt_list. New field line_offset.
6284 (dwarf2_create_include_psymtab): New function.
6285 (dwarf2_build_include_psymtabs): New function.
6286 (add_file_name): Add forward declaration. Initialize new field.
6287 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6288 to be able to determine the list of files included by the
6289 given unit, and build their associated psymtabs.
6290 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6291 files as well.
6292 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6293 (read_file_scope): Update call to dwarf_decode_lines.
6294 (read_partial_die): Handle DW_AT_stmt_list attributes.
6295
6296 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6297
6298 Unfix PR gdb/1626.
6299 * configure.in: Revert special case for osf5.*.
6300 * configure: Regenerate.
6301
6302 2004-05-02 Jim Blandy <jimb@redhat.com>
6303
6304 Move the symbol-file-from-memory functions into their own file.
6305 * symfile-mem.c, symfile-mem.h: New files.
6306 * symfile.c (symbol_file_add_from_bfd): New function.
6307 (symbol_file_add): Call symbol_file_add_from_bfd.
6308 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6309 Moved to symfile-mem.c.
6310 (_initialize_symfile): Move definition of
6311 add-symbol-file-from-memory command to symfile-mem.c.
6312 * symfile.h (symbol_file_add_from_bfd): New declaration.
6313 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6314 * config/powerpc/linux.mt (TDEPFILES): Same.
6315 * Makefile.in (SFILES): Add symfile-mem.c.
6316 (symfile_mem_h): New variable.
6317 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6318 (symfile-mem.o): New rule.
6319
6320 2004-05-01 Andrew Cagney <cagney@redhat.com>
6321
6322 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6323 frame_find_by_id instead of frame_relative_level.
6324 (do_enable_breakpoint): Ditto.
6325 * thread.c: Update copyright.
6326 (info_threads_command): Ditto, simplify.
6327
6328 * frame.c (deprecated_generic_get_saved_register): Delete
6329 function, moved to "xstormy16-tdep.c".
6330 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6331 deprecated_generic_get_saved_register from "frame.c".
6332 (xstormy16_frame_saved_register): Call
6333 xstormy16_get_saved_register.
6334 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6335 static.
6336 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6337 * frame.h (deprecated_generic_get_saved_register): Delete.
6338
6339 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6340
6341 * dwarfread.c: Update documentation on the state of dwarf-1.
6342
6343 2004-05-01 Andrew Cagney <cagney@redhat.com>
6344
6345 * stack.c (select_frame_command): Delete call to
6346 frame_relative_level.
6347 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6348 Delete #if0 code.
6349 (frame_info): Do not print FRAMELESS.
6350 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6351 (catch_info): Delete #if0 code.
6352
6353 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6354 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6355 of frame_relative_level.
6356 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6357 to SENTINEL_FRAME.
6358 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6359 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6360 frame_relative_level.
6361
6362 * frame.h (deprecated_set_frame_type): Delete declaration.
6363 * frame.c (deprecated_set_frame_type): Delete function, update
6364 comments.
6365
6366 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6367 * gdbarch.h, gdbarch.c: Re-generate.
6368 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6369 (shnbsd_pc_in_sigtramp): Delete.
6370 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6371 pc_in_sigtramp.
6372 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6373 pc_in_sigtramp.
6374 * frame.h: Update comments.
6375 * ppc-linux-tdep.c: Update comments.
6376 * breakpoint.c (bpstat_what): Update comments.
6377
6378 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6379 m68klinux-tdep.o's dependencies, were previously added to
6380 m68klinux-nat.o.
6381
6382 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6383 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6384 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6385 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6386 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6387
6388 * Makefile.in (m68klinux-nat.o): Update dependencies.
6389 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6390 (m68k_linux_sigtramp_frame_cache)
6391 (m68k_linux_sigtramp_frame_this_id)
6392 (m68k_linux_sigtramp_frame_prev_register)
6393 (m68k_linux_sigtramp_frame_unwind)
6394 (m68k_linux_sigtramp_frame_sniffer)
6395 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6396 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6397 names, use trad-frame.h.
6398 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6399 (struct m68k_sigtramp_info): Delete.
6400 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6401 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6402 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6403 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6404 "m68klinux-tdep.c".
6405
6406 * infrun.c (check_sigtramp2): Delete check for
6407 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6408
6409 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6410
6411 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6412
6413 2004-05-01 Andrew Cagney <cagney@redhat.com>
6414
6415 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6416 (frv_linux_sigtramp_frame_cache)
6417 (frv_linux_sigtramp_frame_this_id)
6418 (frv_linux_sigtramp_frame_prev_register)
6419 (frv_linux_sigtramp_frame_unwind)
6420 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6421 include "linux" in function and variable names, directly call
6422 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6423 the latest trad-frame code.
6424 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6425 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6426 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6427 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6428 * frv-tdep.c (frv_sigtramp_frame_cache)
6429 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6430 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6431 frv-linux-tdep.c.
6432 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6433 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6434 (frv_set_sigcontext_reg_addr): Delete function.
6435
6436 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6437 (DEPRECATED_SIGTRAMP_END): Delete.
6438 * gdbarch.h, gdbarch.c: Re-generate.
6439 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6440 * config/vax/tm-vaxbsd.h: Update copyright.
6441 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6442 (DEPRECATED_IN_SIGTRAMP): Define.
6443 * config/m68k/tm-nbsd.h: Update copyright.
6444 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6445 (DEPRECATED_IN_SIGTRAMP): Define.
6446
6447 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6448
6449 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6450 encondings. Fixes PR gdb/1628.
6451
6452 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6453 DW_CFA_restore state without a matching DW_CFA_remember_state
6454 instead of aborting. Fixes PR backtrace/1589.
6455
6456 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6457
6458 * MAINTAINERS: Add self as AIX maintainer.
6459 Update my e-mail address in write-after-approval section.
6460
6461 2004-04-30 Andrew Cagney <cagney@redhat.com>
6462
6463 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6464 (legacy_get_prev_frame): Ditto.
6465
6466 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6467 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6468 * mipsread.c (sigtramp_address): Delete extern variable.
6469 (mipscoff_new_init): Delete reference.
6470 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6471 (fixup_sigtramp): Delete function.
6472 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6473 (fixup_sigtramp): Delete declarations.
6474
6475 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6476 deprecated_pc_in_sigtramp.
6477 (ppcnbsd_pc_in_sigtramp): Delete function.
6478
6479 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6480
6481 * config/m68k/nm-nbsd.h: Tweak comments.
6482 * config/m68k/nm-nbsdaout.h: Likewise.
6483
6484 2004-04-30 Andrew Cagney <cagney@redhat.com>
6485
6486 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6487 legacy_pc_in_sigtramp.
6488 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6489
6490 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6491
6492 Add OpenBSD/m68k support.
6493 * NEWS (New native configurations): Mention OpenBSD/m68k.
6494 * m68kbsd-tdep.c: New file.
6495 * m68kbsd-nat.c: New file.
6496 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6497 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6498 * configure.host: Add m68k-*-openbsd.
6499 * configure.tgt: Add m68k-*-openbsd.
6500 * config/m68k/tm-obsd.h: New file.
6501 * config/m68k/obsd.mt: New file.
6502 * config/m68k/obsd.mh: New file.
6503 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6504 m68kbsd-tdep.c.
6505
6506 2004-04-30 Andrew Cagney <cagney@redhat.com>
6507
6508 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6509 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6510
6511 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6512
6513 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6514 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6515
6516 2004-04-30 Brian Ford <ford@vss.fsi.com>
6517
6518 Revert 2004-04-16 change.
6519 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6520 (i386_coff_init_abi): Remove.
6521 * i386-tdep.h (i386_coff_init_abi): Remove.
6522 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6523
6524 2004-04-30 Andrew Cagney <cagney@redhat.com>
6525
6526 * blockframe.c (find_pc_partial_function): Delete use of
6527 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6528 DEPRECATED_SIGTRAMP_END.
6529
6530 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6531 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6532 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6533 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6534 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6535
6536 * defs.h (deprecated_inside_entry_file): Delete declaration.
6537 * blockframe.c (deprecated_inside_entry_file): Delete function.
6538 (legacy_frame_chain_valid): Delete call.
6539 * sh64-tdep.c (sh64_frame_chain): Delete call.
6540 * objfiles.h: Update comments.
6541 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6542 call.
6543 * frame.c (get_prev_frame): Delete call, update comments.
6544
6545 2004-04-30 Brian Ford <ford@vss.fsi.com>
6546
6547 * MAINTAINERS (Write After Approval): Add myself.
6548
6549 2004-04-30 Andrew Cagney <cagney@redhat.com>
6550
6551 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6552 * gdbarch.h, gdbarch.c: Re-generate.
6553 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6554 code.
6555
6556 2004-04-30 Andrew Cagney <cagney@redhat.com>
6557
6558 * gdb-events.sh (selected_thread_changed)
6559 (selected_frame_level_changed, target_changed): Delete.
6560 * gdb-events.h, gdb-events.c: Re-generate.
6561 * valops.c (value_assign): Update.
6562 * stack.c (select_frame_command, up_silently_base)
6563 (down_silently_base): Update.
6564
6565 2004-04-29 Andrew Cagney <cagney@redhat.com>
6566
6567 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6568 registers correctly.
6569 (print_gp_register_row, mips32_heuristic_proc_desc)
6570 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6571 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6572 references to mips_isa_regsize.
6573
6574 2004-04-29 Andrew Cagney <cagney@redhat.com>
6575
6576 * mips-tdep.c (struct gdbarch_tdep): Delete
6577 mips_fp_register_double.
6578 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6579 mips_abi_regsize.
6580 (mips_gdbarch_init): Do not set mips_fp_register_double.
6581 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6582
6583 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6584
6585 Committed by Andrew Cagney.
6586 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6587 function calls.
6588
6589 2004-04-29 Andrew Cagney <cagney@redhat.com>
6590
6591 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6592 gdbarch, use mips_abi, update callers.
6593 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6594 mips_abi_regsize, update callers.
6595 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6596 mips_default_abi_regsize.
6597 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6598 mips_default_abi_regsize.
6599
6600 2004-04-29 Andrew Cagney <cagney@redhat.com>
6601
6602 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6603 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6604 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6605 mips_default_abi_regsize.
6606 (mips_isa_regsize): Rename mips_regisze.
6607 * mipsnbsd-tdep.c: Update.
6608 * mips-linux-tdep.c: Update.
6609 * irix5-nat.c: Update.
6610 * mips-tdep.h (mips_isa_regsize): Update.
6611
6612 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6613 Delete all disabled code.
6614 * gdb-events.h, gdb-events.c: Re-generate.
6615
6616 2004-04-19 Jerome Guitton <guitton@gnat.com>
6617 Mark Kettenis <kettenis@gnu.org>
6618
6619 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6620 the function begins with a branch instruction.
6621
6622 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6623
6624 * i386-tdep.c: Fix spelling mistakes.
6625
6626 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6627 Andrew Cagney <cagney@redhat.com>
6628
6629 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6630 <sys/proc.h>.
6631 * acconfig.h: Provide default _KMEMUSER value.
6632 * config.in, configure: Re-generate.
6633 * NEWS: Mention fix.
6634
6635 2004-04-24 Randolph Chung <tausq@debian.org>
6636
6637 * configure.host (hppa*-*-linux*): New target.
6638 * configure.tgt (hppa*-*-linux*): Likewise.
6639 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6640 gdbarch_init_osabi() call earlier so that osabi-specific frame
6641 unwinders can be registered first.
6642 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6643 hppa-linux-nat.c.
6644 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6645 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6646 * config/pa/linux.mh: New file.
6647 * config/pa/linux.mt: New file.
6648 * config/pa/nm-linux.h: New file.
6649 * config/pa/xm-linux.h: New file.
6650 * hppa-linux-nat.c: New file.
6651 * hppa-linux-tdep.c: New file.
6652
6653 2004-04-28 Randolph Chung <tausq@debian.org>
6654
6655 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6656 return values.
6657 (hppa32_push_dummy_call): Fix small struct and floating point argument
6658 passing, and make sure the stack frame is properly aligned.
6659
6660 2004-04-28 Andrew Cagney <cagney@redhat.com>
6661
6662 * stack.c (print_stack_frame): Fix description.
6663
6664 * NEWS: Mention gdb/gdbserver/configure execute permission
6665 changed. PR server/519.
6666
6667 2004-04-28 Andrew Cagney <cagney@redhat.com>
6668
6669 * stack.c (print_stack_frame_stub): Delete declaration.
6670 (struct print_stack_frame_args, print_stack_frame)
6671 (print_frame_info, print_frame): Replace "source" with print what.
6672 Replace "print" with "print_level". Replace "args" with
6673 "print_args".
6674 * frame.h (show_and_print_stack_frame, print_stack_frame)
6675 (print_frame_info): Update declarations.
6676 * stack.c (select_and_print_frame, frame_command)
6677 (current_frame_command, up_command, down_command): Update calls -
6678 use get_selected_frame, pass "enum print_what" for source, do not
6679 call frame_relative_level.
6680 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6681 * remote-rdp.c (remote_rdp_open): Ditto.
6682 * remote-mips.c (common_open): Ditto.
6683 * remote-e7000.c (e7000_start_remote): Ditto.
6684 * ocd.c (ocd_start_remote): Ditto.
6685 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6686 * infrun.c (normal_stop): Ditto.
6687 * inflow.c (kill_command): Ditto.
6688 * infcmd.c (finish_command): Ditto.
6689 * corelow.c (core_open): Ditto.
6690 * tracepoint.c (finish_tfind_command): Ditto.
6691 * thread.c (info_threads_command, info_threads_command)
6692 (restore_current_thread, do_captured_thread_select): Ditto.
6693 * ada-tasks.c (task_command): Ditto.
6694
6695 2004-04-26 Orjan Friberg <orjanf@axis.com>
6696
6697 * frame.c: Include "observer.h".
6698 (frame_observer_target_changed): New function.
6699 (_initialize_frame): Attach target_changed observer.
6700 * regcache.c: Include "observer.h".
6701 (regcache_observer_target_changed): New function.
6702 (_initialize_regcache): Attach target_changed observer.
6703 * valops.c: Include "observer.h".
6704 (value_assign): Notify target_changed event when modifying register.
6705 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6706
6707 2004-04-26 Orjan Friberg <orjanf@axis.com>
6708
6709 From Paul Koning <pkoning@equallogic.com>:
6710 * breakpoint.c (free_valchain): New function.
6711 (insert_bp_location, delete_breakpoint): Use free_valchain.
6712 (remove_breakpoint): Do not remove the valchain.
6713 (bpstat_stop_status): If not stopped by watchpoint, skip
6714 watchpoints when generating stop status list.
6715 * infrun.c (handle_inferior_event): Make
6716 stepped_after_stopped_by_watchpoint a global variable.
6717 * remote.c (remote_stopped_data_address): Return watch data
6718 address rather than zero if stepped_after_stopped_by_watchpoint is
6719 set.
6720
6721 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6722
6723 Fix PR gdb/1626.
6724 * configure.in: Check for curses after termcap.
6725 On osf5.*, do not check for ncurses.
6726 * configure: Regenerate.
6727
6728 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6729
6730 * ppcobsd-nat.c: Include "ppc-tdep.h".
6731 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6732
6733 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6734 Fixes PR tdep/1623 and PR tdep/1624.
6735
6736 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6737
6738 * xmodem.h, xmodem.c: Remove files.
6739 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6740
6741 2004-04-23 Randolph Chung <tausq@debian.org>
6742
6743 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6744 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6745 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6746 for handling stackless frames.
6747 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6748
6749 2004-04-23 Randolph Chung <tausq@debian.org>
6750
6751 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6752 starts at a pc before the frame is created.
6753
6754 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6755
6756 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6757
6758 2004-04-23 Jerome Guitton <guitton@gnat.com>
6759
6760 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6761 use convert_typed_floating to get the appropriate format.
6762
6763 2004-04-22 Randolph Chung <tausq@debian.org>
6764
6765 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6766 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6767 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6768 (hppa_sign_extend): Add prototype.
6769 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6770 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6771 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6772 hppa targets will also use these functions.
6773 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6774 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6775 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6776 (hppa_gdbarch_init): Remove gdbarch setting of
6777 skip_trampoline_code, in_solib_call_trampoline and
6778 in_solib_return_trampoline.
6779 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6780 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6781 hppa_in_solib_call_trampoline.
6782 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6783 Moved from hppa-tdep.c.
6784 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6785 in_solib_call_trampoline and in_solib_return_trampoline.
6786
6787 2004-04-22 Randolph Chung <tausq@debian.org>
6788
6789 * hppa-tdep.c (hppa_debug): New variable.
6790 (find_unwind_entry, hppa_frame_cache): Add debug output.
6791 (_initialize_hppa_tdep): Add command to set debug flag.
6792
6793 2004-04-22 Andrew Cagney <cagney@redhat.com>
6794
6795 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6796 "trad-frame.h".
6797 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6798 signal trampoline unwinder.
6799 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6800
6801 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6802
6803 Add OpenBSD/powerpc support.
6804 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6805 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6806 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6807 (ppc_collect_fpregset): New prototypes.
6808 * ppcobsd-nat.c: New file.
6809 * ppcobsd-tdep.c: New file.
6810 * ppcobsd-tdep.h: New file.
6811 * rs6000-tdep.c: Include "regset.h".
6812 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6813 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6814 New functions.
6815 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6816 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6817 (rs6000-tdep.o): Update dependencies.
6818 * configure.host: Add powerpc-*-openbsd.
6819 * configure.tgt: Add powerpc-*-openbsd.
6820 * config/powerpc/obsd.mh: New file.
6821 * config/powerpc/nm-obsd.h: New file.
6822 * config/powerpc/obsd.mt: New file.
6823
6824 2004-04-22 Andrew Cagney <cagney@redhat.com>
6825
6826 * frame.h (show_frame_info): Delete declaration.
6827
6828 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6829 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6830 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6831 * frv-tdep.c (frv_frame_this_id): Ditto.
6832 * avr-tdep.c (avr_frame_this_id): Ditto.
6833
6834 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6835
6836 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6837
6838 2004-04-22 Jim Blandy <jimb@redhat.com>
6839
6840 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6841 register number zero.
6842
6843 2004-04-21 Michael Snyder <msnyder@redhat.com>
6844
6845 * mips-tdep.c (heuristic_proc_start):
6846 Warning() already prefixes "Warning: ".
6847
6848 2004-04-21 Andrew Cagney <cagney@redhat.com>
6849
6850 * annotate.h (deprecated_annotate_starting_hook)
6851 (deprecated_annotate_stopped_hook)
6852 (deprecated_annotate_exited_hook)
6853 (deprecated_annotate_signal_hook)
6854 (deprecated_annotate_signalled_hook): Deprecate.
6855 * tracepoint.h (deprecated_create_tracepoint_hook)
6856 (deprecated_delete_tracepoint_hook)
6857 (deprecated_modify_tracepoint_hook)
6858 (deprecated_trace_find_hook)
6859 (deprecated_trace_start_stop_hook): Deprecate.
6860 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6861 * remote.h (deprecated_target_resume_hook)
6862 (deprecated_target_wait_loop_hook): Deprecate.
6863 * gdbcore.h (deprecated_exec_file_display_hook)
6864 (deprecated_file_changed_hook): Deprecate.
6865 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6866 * defs.h (deprecated_modify_breakpoint_hook)
6867 (deprecated_command_loop_hook, deprecated_show_load_progress)
6868 (deprecated_print_frame_info_listing_hook)
6869 (deprecated_query_hook, deprecated_warning_hook)
6870 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6871 (deprecated_delete_breakpoint_hook)
6872 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6873 (deprecated_readline_begin_hook, deprecated_readline_hook)
6874 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6875 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6876 (deprecated_context_hook, deprecated_target_wait_hook)
6877 (deprecated_attach_hook, deprecated_detach_hook)
6878 (deprecated_call_command_hook, deprecated_set_hook)
6879 (deprecated_error_hook, deprecated_error_begin_hook)
6880 (deprecated_ui_load_progress_hook): Deprecate.
6881 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6882 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6883 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6884 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6885 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6886 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6887 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6888 * annotate.c, aix-thread.c: Update.
6889
6890 2004-04-21 Andrew Cagney <cagney@redhat.com>
6891
6892 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6893 * vaxnbsd-tdep.c: Include "gdb_string.h".
6894
6895 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6896 (add_symbol_file_from_memory_command): #if 0 function body, call
6897 error instead.
6898
6899 2004-04-21 Andrew Cagney <cagney@redhat.com>
6900
6901 * gdbcore.h: Update copyright.
6902 (deprecated_add_core_fns): Rename add_core_fns.
6903 * win32-nat.c (_initialize_core_win32): Update.
6904 * sun3-nat.c (_initialize_core_sun3): Update.
6905 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6906 * rs6000-nat.c (_initialize_core_rs6000): Update.
6907 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6908 * nto-tdep.c (_initialize_nto_tdep): Update.
6909 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6910 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6911 * mips-nat.c (_initialize_core_mips): Update.
6912 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6913 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6914 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6915 * lynx-nat.c (_initialize_core_lynx): Update.
6916 * irix5-nat.c (_initialize_core_irix5): Update.
6917 * i386-interix-nat.c (_initialize_core_interix): Update.
6918 * cris-tdep.c (_initialize_cris_tdep): Update.
6919 * corelow.c (deprecated_add_core_fns): Update.
6920 * core-regset.c (_initialize_core_regset): Update.
6921 * core-aout.c (_initialize_core_aout): Update.
6922 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6923 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6924 * alpha-nat.c (_initialize_core_alpha): Update.
6925
6926 2004-04-21 Jim Blandy <jimb@redhat.com>
6927
6928 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6929
6930 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6931
6932 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6933 Delete.
6934 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6935 (read_attribute_value): Update calls to dwarf_alloc_block.
6936 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6937 dwarf2_tmp_obstack.
6938 (psymtab_to_symtab_1): Likewise. Clean up using
6939 free_stack_comp_unit.
6940 (add_to_cu_func_list): Use the comp_unit_obstack.
6941
6942 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6943
6944 * dwarf2read.c (dwarf2_flag_true_p): New function.
6945 (die_is_declaration): Use the function above. Add some comments.
6946
6947 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6948
6949 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6950 architecture when registering sparcnbsd_core_osabi_sniffer.
6951 Adjust comment.
6952
6953 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6954
6955 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6956 return value.
6957
6958 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6959 * i386-tdep.c: Correct register numbering scheme comments
6960 throughout.
6961 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6962 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6963 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6964 (i386_gdb_arch_init): Likewise.
6965
6966 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6967 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6968 ppcnbsd-tdep.o.
6969
6970 * m68k-tdep.h: Tweak comments.
6971 * m68k-tdep.c: Tweak comment.
6972
6973 2004-04-17 Randolph Chung <tausq@debian.org>
6974
6975 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6976 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6977 (hppa_hpux_som_init_abi): Set is_elf to 0.
6978 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6979 * hppa-tdep.c (low_text_segment_address): Remove global.
6980 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6981 section offset to calculate segment address.
6982 (internalize_unwinds): Define low_text_segment_address as local and
6983 pass to record_text_segment_lowaddr for ELF targets.
6984 (hppa_gdbarch_init): Zero fill tdep structure.
6985 (hppa_dump_tdep): Print tdep structure.
6986 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6987
6988 2004-04-17 Randolph Chung <tausq@debian.org>
6989
6990 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6991 (hppa_gdbarch_init): Set pseudo_register_read.
6992 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6993 * regcache.c (supply_register): Remove check for
6994 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6995
6996 2004-04-17 Randolph Chung <tausq@debian.org>
6997
6998 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6999 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7000 (hpread_adjust_stack_address): Move to hpread.c.
7001 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7002 obj_private_struct): Move from tm-hppa.h.
7003 * hpread.c (hppa-tdep.h): Include.
7004 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7005 (hpread_read_function_type, hpread_read_doc_function_type)
7006 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7007 directly.
7008 * pa64solib.c (hppa-tdep.h): Include.
7009 * somsolib.c (hppa-tdep.h): Include.
7010 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7011 inferior_status): Remove unused forward declarations.
7012 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7013 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7014 obj_private_struct): Move to hppa-tdep.h.
7015 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7016
7017 2004-04-17 Randolph Chung <tausq@debian.org>
7018
7019 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7020 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7021 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7022 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7023 Remove forward declaration and make static.
7024 (hppa_reg_struct_has_addr): Remove.
7025
7026 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7027
7028 * observer.sh: Move comments in sed command to first column.
7029
7030 2004-04-16 Jason Molenda (jmolenda@apple.com)
7031
7032 * frame.c: Minor typeo corrections in comments.
7033
7034 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7035
7036 * observer.c (observer_test_first_notification_function): Update
7037 function profile.
7038 (observer_test_second_notification_function): Likewise.
7039 (observer_test_third_notification_function): Likewise.
7040
7041 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7042
7043 From Brian Ford <ford@vss.fsi.com>:
7044 * i386-tdep.c (i386_coff_init_abi): New function.
7045 * i386-tdep.h (i386_coff_init_abi): New prototype.
7046 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7047 register number translation functions for DWARF and DWARF 2.
7048
7049 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7050
7051 * dwarf2read.c: Back out my previous change, it was incorrect.
7052
7053 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7054
7055 * dwarf2read.c: Include "hashtab.h".
7056 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7057 has_namespace_info.
7058 (struct partial_die_info): Add comments. Use bitfields to reduce
7059 memory footprint. Add scope, scope_set, has_specification,
7060 spec_offset, die_parent, die_child, and die_sibling.
7061 (peek_die_abbrev): Add prototype.
7062 (partial_read_comp_unit_head): New function, broken out from
7063 dwarf2_build_psymtabs_hard.
7064 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7065 Use partial_read_comp_unit_head. Initialize the CU and
7066 comp_unit_obstack. Update calls to read_partial_die and
7067 scan_partial_symbols. Use free_stack_comp_unit and
7068 load_partial_dies.
7069 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7070 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7071 Update calls to helper functions. Remove NAMESPACE argument.
7072 Update comments.
7073 (partial_die_parent_scope, partial_die_full_name): New functions.
7074 (add_partial_symbol): Remove namespace argument. Update call to
7075 pdi_needs_namespace. Use partial_die_full_name. Handle
7076 DW_TAG_namespace. Check has_namespace_info flag.
7077 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7078 tag. Handle namespaces.
7079 (add_partial_namespace, add_partial_enumeration): Simplify.
7080 (guess_structure_name): New function, derived from
7081 add_partial_structure.
7082 (add_partial_structure): Remove.
7083 (determine_class_name): Update comment.
7084 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7085 (is_type_tag_for_partial, load_partial_dies): New functions.
7086 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7087 Record specifications instead of following them immediately.
7088 (find_partial_die_in_comp_unit, find_partial_die)
7089 (fixup_partial_die, free_stack_comp_unit)
7090 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7091 (partial_die_hash, partial_die_eq): New functions.
7092 * Makefile.in (hashtab_h): Define.
7093 (dwarf2read.o): Update dependencies.
7094 (observer_inc, observer_h): Move to the correct section.
7095
7096 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7097
7098 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7099 (die_is_declaration): Use the function above. Add comment.
7100
7101 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7102
7103 * dwarf2read.c (read_structure_scope): Identify stub types
7104 using die_is_declaration() only.
7105
7106 2004-04-15 Roland McGrath <roland@redhat.com>
7107
7108 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7109 argument instead of NAME.
7110 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7111 in call to symbol_file_add_with_addrs_or_offsets.
7112 (build_addr_info): New function, helper for ...
7113 (symbol_file_add_from_memory): New function.
7114 (add_symbol_file_from_memory_command): New function using that.
7115 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7116 (pre_add_symbol_hook): Add const to argument type.
7117 * symfile.h (symbol_file_add_from_memory): Declare it.
7118
7119 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7120
7121 * NEWS (New native configurations): Mention OpenBSD/vax.
7122 * configure.host: Add vax-*-openbsd*.
7123 * config/vax/obsd.mh: New file.
7124 * config/vax/nm-obsd.h: New file.
7125
7126 * vax-tdep.c: Include "regset.h".
7127 (vax_supply_gregset): New function.
7128 (vax_gregset): New variable.
7129 (vax_regset_from_core_section): New function.
7130 (vax_gdbarch_init): Set regset_from_core_section.
7131 * Makefile.in (vax-tdep.o): Update dependencies.
7132
7133 2004-04-15 Andrew Cagney <cagney@redhat.com>
7134
7135 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7136 (observer_normal_stop_notification_stub)
7137 (observer_attach_normal_stop, observer_detach_normal_stop):
7138 Delete, replaced by #include "observer.inc".
7139 * infrun.c (normal_stop): Pass "stop_bpstat" to
7140 observer_notify_normal_stop.
7141 * Makefile.in (observer_inc): Define.
7142 (observer.o): Update dependencies.
7143 (observer.h, observer.inc): New rules.
7144 * observer.h: Delete file.
7145 * observer.sh: New file.
7146
7147 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7148
7149 * vax-tdep.c (vax_frame_cache): Fix typo.
7150
7151 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7152
7153 * NEWS (New native configurations): Mention NetBSD/vax.
7154 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7155 * config/vax/nbsdelf.mh: New file.
7156 * config/vax/nbsdaout.mh: New file.
7157 * config/vax/nm-nbsd.h: New file.
7158 * config/vax/nm-nbsdaout.h: New file.
7159
7160 * vaxnbsd-tdep.c: New file.
7161 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7162 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7163 * config/vax/nbsd.mt: New file.
7164 * config/vax/tm-nbsd.h: New file.
7165
7166 * Makefile.in (vaxbsd-nat.o): New dependency.
7167
7168 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7169 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7170 struct_addr arguments. Don't push return value address.
7171 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7172 arguments to vax_store_arguments. Store return value address in
7173 R1.
7174 (vax_store_struct_return, vax_extract_return_value)
7175 (vax_store_return_value): Remove functions.
7176 (vax_return_value): New function.
7177 (vax_gdbarch_init): Set return value. Don't set
7178 deprecated_store_struct_return, deprecated_extract_struct_return
7179 and deprecated_store_return_value.
7180
7181 2004-04-14 Andreas Schwab <schwab@suse.de>
7182
7183 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7184 value buffer.
7185 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7186
7187 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7188
7189 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7190 (vax_unwind_dummy_id): New functions.
7191 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7192 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7193 variables.
7194 (vax_fix_call_dummy): Remove function.
7195 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7196 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7197 call_dummy_location, deprecated_call_dummy_words,
7198 deprecated_sizeof_call_dummy_words,
7199 deprecated_call_dummy_breakpoint_offset,
7200 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7201 and deprecated_dummy_write_sp.
7202
7203 2004-04-13 David Carlton <carlton@kealia.com>
7204
7205 * MAINTAINERS: Move myself to "paper trail" section.
7206
7207 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7208
7209 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7210 "trad-frame.h".
7211 (vax_frame_init_saved_regs): Remove function.
7212 (vax_sigtramp_saved_pc): Remove function.
7213 (vax_frame_saved_pc): Remove function.
7214 (vax_frame_args_address): Remove function.
7215 (vax_frame_num_args): Rewrite.
7216 (vax_frame_chain): Remove function.
7217 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7218 VAX_FP_REGNUM.
7219 (vax_pop_frame): Likewise.
7220 (vax_saved_pc_after_call): Remove function.
7221 (struct vax_frame_cache): New structure.
7222 (vax_frame_cache): New function.
7223 (vax_frame_this_id): New function.
7224 (vax_frame_prev_register): New function.
7225 (vax_frame_unwind): New variable.
7226 (vax_frame_sniffer): New function.
7227 (vax_frame_base_address): New function.
7228 (vax_frame_args_address): New function.
7229 (vax_frame_base): New variable.
7230 (vax_unwind_pc): New function.
7231 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7232 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7233 deprecated_frame_chain, deprecated_frame_saved_pc,
7234 deprecated_frame_args_address and
7235 deprecated_frame_init_saved_regs.
7236 * Makefile.in (vax-tdep.o): Update dependencies.
7237
7238 * vaxbsd-nat.c: New file.
7239
7240 * vax-tdep.h: Update copyright year. Adjust comments.
7241 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7242 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7243 (vax_regnum): New enum. Replacing...
7244 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7245 (VAX_PS_REGNUM): ... these removed macros.
7246 * vax-tdep.c (vax_register_name): Remove prototype.
7247 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7248 (vax_register_byte, vax_register_raw_size,
7249 vax_register_virtual_size, vax_register_virtual_type): Remove
7250 functions.
7251 (vax_register_type): New function.
7252 (vax_breakpoint_from_pc): Reorganize.
7253 (vax_gdbarch_init): Set register_type. Don't set
7254 deprecated_register_size, deprecated_register_bytes,
7255 deprecated_register_byte, deprecated_register_raw_size,
7256 deprecated_max_register_raw_size,
7257 deprecated_register_virtual_size,
7258 deprecated_max_register_virtual_size and
7259 deprecated_register_virtual_type. Add comment on stack direction.
7260
7261 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7262
7263 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7264 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7265 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7266
7267 2004-04-10 Randolph Chung <tausq@debian.org>
7268
7269 * MAINTAINERS (write after approval): Add myself.
7270
7271 2004-04-07 Randolph Chung <tausq@debian.org>
7272
7273 * hppa-tdep.c (hppa_inner_than): Remove.
7274 (is_pa_2): Remove unused static variable.
7275 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7276
7277 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7278
7279 * language.h (language_defn): Add new la_post_parser field.
7280 * parser-defs.h (null_post_parser): New declaration (default for
7281 la_post_parser).
7282
7283 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7284 insert call to that function.
7285 (parse_exp_in_context): New function, including code formerly in
7286 parse_exp_1. Calls language-dependent post-parser after
7287 prefixification.
7288 (parse_expression_in_context): New exported function.
7289 (null_post_parser): New definition.
7290 * expression.h (parse_expression_in_context): Add declaration.
7291
7292 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7293 * c-lang.c (c_language_defn): Ditto.
7294 (cplus_language_defn): Ditto.
7295 (asm_language_defn): Ditto.
7296 (minimal_language_defn): Ditto.
7297 * f-lang.c (f_language_defn): Ditto.
7298 * jv-lang.c (java_language_defn): Ditto.
7299 * language.c (unknown_language_defn): Ditto.
7300 (auto_language_defn): Ditto.
7301 (local_language_defn): Ditto.
7302 * m2-lang.c (m2_language_defn): Ditto.
7303 * scm-lang.c (scm_language_defn): Ditto.
7304 * obj-lang.c (objc_language_defn): Ditto.
7305
7306 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7307
7308 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7309 (amd64nbsd_mcontext_addr): New function.
7310 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7311 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7312 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7313
7314 * corelow.c (core_xfer_partial): Fix coding standards violation.
7315 Add support for TARGET_OBJECT_WCOOKIE.
7316
7317 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7318 deprecated_pc_in_sigtramp.
7319 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7320 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7321 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7322 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7323 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7324 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7325 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7326
7327 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7328 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7329 Fix typo.
7330
7331 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7332 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7333 (amd64_collect_fxsave): Likewise.
7334
7335 * i386-sol2-tdep.c: Include "gdb_string.h".
7336 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7337 name.
7338 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7339
7340 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7341
7342 * i386-sol2-tdep.c: Include "solib-svr4.h".
7343 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7344 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7345 * config/i386/tm-i386sol2.h: Include :solib.h".
7346 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7347 solib-svr4.o and solib-legacy.o.
7348 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7349 solib-svr4.o.
7350
7351 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7352
7353 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7354 whether a register is supplied by PTRACE_GETFPREGS.
7355 (store_inferior_registers): Likewise.
7356 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7357 whether a register is supplied by PT_GETFPREGS.
7358 (store_inferior_registers): Likewise.
7359
7360 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7361 * config/i386/linux64.mt (TDEPFILES): Likewise.
7362
7363 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7364
7365 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7366 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7367 the program counter is in the range specified by `struct
7368 gdbarch_tdep'.
7369 * amd64-linux-tdep.c: Include "symtab.h".
7370 (amd64_linux_pc_in_sigtramp): Remove function.
7371 (amd64_linux_sigtramp_p): New function.
7372 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7373 deprecated_pc_in_sigtramp.
7374 * amd64nbsd-tdep.c: Include "symtab.h".
7375 (amd64nbsd_sigtramp_p): New function.
7376 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7377 deprecated_pc_in_sigtramp.
7378 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7379 few comments.
7380 (amd64obsd_pc_in_sigtramp): Remove function.
7381 (amd64obsd_sigtramp_p): New function.
7382 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7383 deprecated_pc_in_sigtramp.
7384 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7385 (i386bsd_pc_ins_sigtramp): Remove prototype.
7386 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7387 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7388 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7389 the program counter is in the range specified by `struct
7390 gdbarch_tdep'.
7391 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7392 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7393 (i386_go32_pc_in_sigtramp): Remove function.
7394 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7395 Initialize TDEP->sigtramp_p.
7396 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7397 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7398 deprecated_pc_in_sigtramp.
7399 * i386-linux-tdep.c: Adjust comments.
7400 (i386_linux_pc_in_sigtramp): Remove function.
7401 (i386_linux_sigtramp_p): New function.
7402 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7403 deprecated_pc_in_sigtramp.
7404 * i386-nto-tdep.c: Update copyright year.
7405 (i386nto_pc_in_sigtramp): Remove function.
7406 (i386nto_sigtramp_p): New function.
7407 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7408 SP_REGNUM.
7409 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7410 deprecated_pc_in_sigtramp.
7411 * i386-sol2-tdep.c: Update copyright year.
7412 (i386_sol2_pc_in_sigtramp): Remove function.
7413 (i386_sol2_sigtramp_p): New function.
7414 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7415 deprecated_pc_in_sigtramp.
7416 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7417 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7418 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7419 deprecated_sigtramp_start and deprecated_sigtramp_end.
7420 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7421 (i386nbsd_pc_in_sigtramp): Remove function.
7422 (i386nbsd_sigtramp_p): New function.
7423 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7424 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7425 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7426 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7427 (i386obsd_pc_in_sigtramp): Remove function.
7428 (i386obsd_sigtramp_p): New function.
7429 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7430 functions.
7431 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7432 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7433 TDEP->sigtramp_p.
7434 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7435 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7436 dependencies.
7437
7438 * config/i386/i386aout.mt: Remove file.
7439
7440 * configure.tgt: Remove i[34567]86-*-go32*,
7441 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7442 and i[34567]86-*-isc*. Set gdb_target to i386 for
7443 i[34567]86-*-netware* and i[34567]86-*-*.
7444 * config/i386/i386.mt: New file.
7445 * config/i386/embed.mt: Remove file.
7446 * config/i386/go32.mt: Remove file.
7447 * config/i386/i386nw.mt: Remove file.
7448 * config/i386/i386v.mt: Remove file.
7449 * config/i386/tm-go32.h: Remove file.
7450
7451 * tui/tui-hooks.c: Include "readline/readline.h" after
7452 "gdb_curses.h" instead of before.
7453 * tui/tui-io.c: Likewise.
7454
7455 * tui/tui.c: Fix typo in comment.
7456
7457 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7458
7459 2004-04-08 Andrew Cagney <cagney@redhat.com>
7460
7461 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7462 (deprecated_exception_support_initialized): Declare.
7463 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7464 (initialize_hp_cxx_exception_support)
7465 (child_enable_exception_callback): Update.
7466 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7467 (deprecated_exception_support_initialized): Rename
7468 deprecated_exception_catchpoints_are_fragile and
7469 deprecated_exception_support_initialized.
7470 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7471
7472 * symtab.c (deprecated_hp_som_som_object_present): Rename
7473 hp_som_som_object_present.
7474 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7475 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7476 Update. Delete extern declaration.
7477 * valops.c (hp_som_som_object_present): Ditto.
7478 * parse.c (deprecated_hp_som_som_object_present)
7479 (parse_nested_classes_for_hpacc): Ditto.
7480 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7481 * hppa-hpux-tdep.c (hp_som_som_object_present)
7482 (initialize_hp_cxx_exception_support): Ditto.
7483 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7484 * cp-valprint.c (hp_som_som_object_present)
7485 (cp_print_class_method): Ditto.
7486 * c-typeprint.c (hp_som_som_object_present):
7487 (c_type_print_base): Ditto.
7488 * c-exp.y (hp_som_som_object_present): Ditto.
7489
7490 2004-04-08 Andrew Cagney <cagney@redhat.com>
7491
7492 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7493 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7494 (frame_unwind_find_by_frame): Re-implement the unwind code so
7495 that it can both prepend and append sniffers. Replace
7496 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7497 * tramp-frame.c (tramp_frame_append): Use
7498 frame_unwind_prepend_unwinder.
7499 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7500 frame_unwind_register_unwinder.
7501 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7502 tramp_frame_append.
7503 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7504 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7505 (mips_linux_init_abi): Update.
7506
7507 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7508
7509 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7510 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7511 file support.
7512
7513 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7514
7515 * ia64-tdep.c (elf.h): Don't include.
7516 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7517
7518 2004-04-07 Jason Molenda (jmolenda@apple.com)
7519
7520 * frame.h: Typeo corrections in comments.
7521
7522 2004-04-07 Jim Blandy <jimb@redhat.com>
7523
7524 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7525 %esp and %ebp
7526
7527 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7528
7529 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7530 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7531 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7532 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7533 and solib-legacy.o.
7534 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7535 solib-svr4.o.
7536 * config/sparc/tm-sol2.h: Update copyright year. Include
7537 "solib.h".
7538
7539 * sparc-sol2-tdep.c: Update copyright year. Include
7540 "solib-svr4.h".
7541 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7542 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7543 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7544 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7545 dependencies.
7546
7547 2004-04-06 Andrew Cagney <cagney@redhat.com>
7548
7549 * infttrace.c: Include "infttrace.h".
7550 * infttrace.h: Include "target.h".
7551 * Makefile.in (infttrace_h): Update.
7552 (infttrace.o): Update.
7553
7554 2004-04-06 Andrew Cagney <cagney@redhat.com>
7555
7556 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7557 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7558 move extern declarations from here ...
7559 * infttrace.h: ... to here.
7560 * Makefile.in (hppah-nat.o): Update dependencies.
7561
7562 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7563 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7564 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7565 (hppa_breakpoint_from_pc): Delete.
7566
7567 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7568
7569 2004-04-05 Andrew Cagney <cagney@redhat.com>
7570
7571 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7572 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7573 <sys/file.h>.
7574
7575 2004-04-06 Randolph Chung <tausq@debian.org>
7576
7577 Committed by Andrew Cagney (mechanical change).
7578 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7579 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7580 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7581 child_enable_exception_callback, current_ex_event,
7582 null_symtab_and_line, child_get_current_exception_event,
7583 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7584 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7585 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7586 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7587 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7588 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7589 Move hpux-specific definitions ...
7590 * hppa-hpux-tdep.c: ... to here.
7591
7592 2004-04-05 Andrew Cagney <cagney@redhat.com>
7593
7594 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7595 skip_prologue_using_sal.
7596
7597 2004-04-05 Andrew Cagney <cagney@redhat.com>
7598
7599 * config/i386/tm-i386.h: Delete file.
7600 * config/i386/tm-vxworks.h: Update copyright, do not include
7601 "tm-i386.h".
7602 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7603 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7604 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7605 * config/i386/ncr3000.mt (TM_FILE): Delete.
7606 * config/i386/interix.mt (TM_FILE): Delete.
7607 * config/i386/i386v.mt (TM_FILE): Delete.
7608 * config/i386/i386nw.mt (TM_FILE): Delete.
7609 * config/i386/i386gnu.mt (TM_FILE): Delete.
7610 * config/i386/i386aout.mt (TM_FILE): Delete.
7611 * config/i386/embed.mt (TM_FILE): Delete.
7612
7613 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7614
7615 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7616 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7617 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7618 (accg7_regnum): New constants.
7619 (last_spr_regnum, last_pseudo_regnum): Update.
7620 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7621 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7622 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7623 for accg registers.
7624 (frv_register_sim_regno): Update spr_map[].
7625
7626 2004-04-04 Andrew Cagney <cagney@redhat.com>
7627
7628 * config/mips/xm-riscos.h: Delete.
7629 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7630 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7631 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7632 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7633 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7634 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7635 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7636 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7637 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7638 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7639 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7640 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7641 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7642 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7643 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7644 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7645 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7646 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7647 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7648 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7649 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7650 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7651 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7652 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7653 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7654 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7655
7656 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7657 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7658 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7659 * configure.host: Remove m680[01]0-sun-sunos3*,
7660 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7661 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7662 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7663 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7664 mips-*-riscos*.
7665 * NEWS: Mention removed systems.
7666
7667 2004-04-04 Andrew Cagney <cagney@redhat.com>
7668
7669 GDB 6.1 release created from 6.1 branch.
7670
7671 2004-04-04 Andrew Cagney <cagney@redhat.com>
7672
7673 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7674 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7675 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7676
7677 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7678 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7679 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7680
7681 2004-04-03 Jim Blandy <jimb@redhat.com>
7682
7683 * MAINTAINERS: Chris Faylor has changed employers; add him to
7684 "paper trail" section, and update his E-mail address.
7685
7686 2004-04-03 Andrew Cagney <cagney@redhat.com>
7687
7688 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7689 generic dummy frames.
7690 * dummy-frame.c: Update copyright.
7691 (dummy_frame_sniffer): Delete check for generic dummy frames.
7692
7693 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7694 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7695 (REG_PARM_STACK_SPACE): Delete.
7696 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7697 Inline reference to REG_PARM_STACK_SPACE.
7698
7699 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7700 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7701 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7702 (FRAME_BASE_BEFORE_SIGTRAMP)
7703 (hppa32_hpux_frame_base_before_sigtramp)
7704 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7705 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7706 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7707 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7708 (FRAME_BASE_BEFORE_SIGTRAMP)
7709 (hppa64_hpux_frame_base_before_sigtramp)
7710 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7711
7712 2004-04-03 Andrew Cagney <cagney@redhat.com>
7713
7714 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7715
7716 2004-04-02 Andrew Cagney <cagney@redhat.com>
7717
7718 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7719 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7720 * dummy-frame.h: Delete out-of-date comments.
7721 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7722 * gdbarch.h, gdbarch.c: Re-generate.
7723
7724 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7725
7726 Committed by Andrew Cagney <cagney@redhat.com>.
7727 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7728 into account an instruction saving a register if we have already
7729 seen an earlier instruction saving that same register.
7730
7731 2004-04-02 Andrew Cagney <cagney@redhat.com>
7732
7733 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7734 * gdbarch.h, gdbarch.c: Re-generate.
7735 * frame.c (legacy_get_prev_frame): Delete references to
7736 DEPRECATED_INIT_FRAME_PC_FIRST.
7737
7738 * infrun.c (pc_in_sigtramp): Delete function.
7739 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7740 get_frame_type.
7741
7742 2004-04-02 Andrew Cagney <cagney@redhat.com>
7743
7744 * infrun.c (handle_step_into_function): Delete code conditional on
7745 legacy_frame_p.
7746 (handle_inferior_event, step_over_function): Ditto.
7747
7748 2004-04-02 Andrew Cagney <cagney@redhat.com>
7749
7750 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7751 "previous frame inner to this frame" test.
7752
7753 2004-04-02 Andrew Cagney <cagney@redhat.com>
7754
7755 * frame.c (safe_frame_unwind_memory): New function.
7756 * frame.h (safe_frame_unwind_memory): Declare. Update description
7757 of /safe_/ methods.
7758 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7759 "next_frame". Use safe_frame_unwind_memory.
7760 (tramp_frame_sniffer): Update call to tramp_frame_start.
7761
7762 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7763
7764 * dwarf2read.c (dwarf2_objfile_data_key): New.
7765 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7766 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7767 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7768 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7769 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7770 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7771 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7772 Remove variables.
7773 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7774 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7775 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7776 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7777 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7778 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7779 Remove macros.
7780 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7781 data.
7782 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7783 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7784 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7785 (read_partial_die, read_full_die, read_indirect_string)
7786 (dwarf_decode_line_header, dwarf_decode_macros)
7787 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7788 Update uses of removed variables.
7789 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7790 of removed macros.
7791 (_initialize_dwarf2_read): New function.
7792 * symfile.h (dwarf2_has_info): Update prototype.
7793 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7794 * elfread.c (elf_symfile_read): Likewise.
7795
7796 2004-04-01 Jim Blandy <jimb@redhat.com>
7797
7798 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7799 function for register numbers on all the rs6000-derived targets.
7800 (rs6000_gdbarch_init): Don't register a separate
7801 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7802 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7803 variants.
7804
7805 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7806 numbering.
7807
7808 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7809
7810 * valarith.c: Update copyright notice.
7811 (value_add): Handle range types.
7812 (value_sub): Ditto.
7813 (value_equal): Ditto.
7814 (value_less): Ditto.
7815 (value_neg): Ditto.
7816 (value_complement): Ditto.
7817 (value_binop): Simplify slightly by using is_integral_type and
7818 eliminiating unnecessary COERCE_ENUMs.
7819
7820 2004-03-31 Andrew Cagney <cagney@redhat.com>
7821
7822 * frame.h (frame_unwind_id): Declare.
7823 * frame.c (frame_unwind_id): New function.
7824 (get_prev_frame_1): New function.
7825 (frame_debug_got_null_frame): New function.
7826 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7827 code proper to prev_frame, update description.
7828 * infrun.c (step_over_function): Use frame_unwind_id.
7829
7830 2004-04-31 J. Brobecker <brobecker@gnat.com>
7831
7832 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7833 (hppa64_push_dummy_call): Likewise.
7834
7835 2004-03-30 Jim Blandy <jimb@redhat.com>
7836
7837 From Ulrich Weigand:
7838 * utils.c (query): Do not use a va_list variable multiple times.
7839
7840 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7841
7842 * Makefile.in (linux_nat_h): Update dependencies.
7843 * configure.in: Check for <gnu/libc-version.h>.
7844 * configure: Regenerate.
7845 * config.in: Regenerate.
7846 * linux-nat.h: Include "target.h". Add waitstatus field to
7847 struct lwp_info.
7848 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7849 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7850 to.
7851 (lin_lwp_handle_extended): New function. Handle clone events.
7852 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7853 thread exit events.
7854 (child_wait): Handle clone events.
7855 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7856 * linux-nat.c (linux_enable_event_reporting): Turn on
7857 PTRACE_O_TRACECLONE.
7858 (linux_handle_extended_wait): Handle clone events.
7859 * thread-db.c: Include <gnu/libc-version.h>.
7860 (struct private_thread_info): Add dying flag.
7861 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7862 higher.
7863 (attach_thread): Update comments. Handle dying threads.
7864 (detach_thread): Set the dying flag.
7865 (check_event): Always call attach_thread.
7866
7867 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7868
7869 * mips-tdep.c (mips_pdr_data): New.
7870 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7871 (_initialize_mips_tdep): Initialize mips_pdr_data.
7872
7873 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7874
7875 * minsyms.c (install_minimal_symbols): Move dropping leading
7876 char from linkage name from here...
7877 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7878 test for "__gnu_compiled*" symbols.
7879
7880 2004-03-28 Jim Blandy <jimb@redhat.com>
7881
7882 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7883 registers to temp register r0 and byte stores as prologue
7884 instructions.
7885
7886 2004-03-28 Andrew Cagney <cagney@redhat.com>
7887
7888 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7889 arm*-*-*.
7890
7891 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7892
7893 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7894 and switch the layout to force a display of register window.
7895
7896 2004-02-26 J. Brobecker <brobecker@gnat.com>
7897
7898 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7899 of the INTEGER class.
7900
7901 2004-03-26 Jim Blandy <jimb@redhat.com>
7902
7903 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7904 bytes long on PPC GNU/Linux.
7905
7906 2004-03-26 David Carlton <carlton@kealia.com>
7907
7908 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7909
7910 2004-03-25 Andrew Cagney <cagney@redhat.com>
7911
7912 * PROBLEMS: Add general section titles, remove references to
7913 specific releases.
7914
7915 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7918 INT_REGISTER_SIZE.
7919 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7920 FP_REGISTER_VIRTUAL_SIZE.
7921 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7922 of DEPRECATED_REGISTER_RAW_SIZE.
7923 (arm_register_type): Add gdbarch argument.
7924 (arm_register_raw_size, arm_register_virtual_size): Delete.
7925 (arm_register_byte, arm_extract_return_value)
7926 (arm_store_return_value, arm_get_longjmp_target): Update references
7927 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7928 (arm_gdbarch_init): Likewise. Don't set
7929 deprecated_register_raw_size, deprecated_register_virtual_size,
7930 deprecated_max_register_raw_size,
7931 deprecated_max_register_virtual_size, or
7932 deprecated_max_register_virtual_type. Do set register_type.
7933 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7934 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7935 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7936 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7937 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7938 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7939 INT_REGISTER_SIZE.
7940 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7941 (remote_rdp_store_register): Likewise.
7942
7943 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7944
7945 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7946 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7947 to after osabi initialization.
7948 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7949 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7950 functions.
7951 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7952 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7953 variables.
7954 (mips_linux_init_abi): Append signal trampoline unwinders.
7955
7956 2004-03-24 Andrew Cagney <cagney@redhat.com>
7957
7958 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7959 * tramp-frame.c: Include "gdb_assert.h".
7960 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7961 correct sizeof.
7962 (tramp_frame_append): Validate the tramp frame's instructions.
7963 * Makefile.in (tramp-frame.o): Update dependencies.
7964
7965 2004-03-23 Andrew Cagney <cagney@redhat.com>
7966
7967 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7968
7969 2004-03-23 Andrew Cagney <cagney@redhat.com>
7970
7971 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7972 Nasser as past testsuite/lib/ (and other) maintainers.
7973
7974 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7975
7976 * infcmd.c (attach_command): Reread symbols if we already have
7977 an exec file.
7978
7979 2004-03-23 Andrew Cagney <cagney@redhat.com>
7980
7981 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7982
7983 2004-03-23 Andrew Cagney <cagney@redhat.com>
7984
7985 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7986 * gdbarch.h, gdbarch.c: Re-generate.
7987 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7988 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7989 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7990 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7991 (DEPRECATED_SIGTRAMP_START): Update.
7992 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7993 (DEPRECATED_SIGTRAMP_START): Update.
7994 * blockframe.c (find_pc_sect_partial_function): Update.
7995 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7996
7997 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7998
7999 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8000 if necessary.
8001
8002 2004-03-23 Andrew Cagney <cagney@redhat.com>
8003
8004 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8005 predicate, deprecate.
8006 * gdbarch.h, gdbarch.c: Re-generate.
8007 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8008 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8009 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8010 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8011 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8012 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8013 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8014 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8015 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8016 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8017 * blockframe.c (find_pc_partial_function): Update.
8018 * breakpoint.c (bpstat_what): Update.
8019 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8020 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8021 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8022 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8023 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8024 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8025 * i386-nto-tdep.c (i386nto_init_abi): Update.
8026 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8027 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8028 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8029 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8030 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8031 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8032 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8033 * infrun.c (pc_in_sigtramp): Update.
8034 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8035 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8036 * mips-tdep.c (mips_gdbarch_init): Update.
8037 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8038 * ppc-linux-tdep.c: Update comment.
8039 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8040 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8041 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8042 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8043 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8044 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8045 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8046 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8047 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8048 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8049
8050 2004-03-23 Andrew Cagney <cagney@redhat.com>
8051
8052 * tramp-frame.h, tramp-frame.h: New files.
8053 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8054 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8055
8056 * Makefile.in: Update all dependencies.
8057
8058 2004-03-23 Andrew Cagney <cagney@redhat.com>
8059
8060 * Makefile.in (trad_frame_h): Add $(frame_h).
8061 * trad-frame.h: Update copyright. Include "frame.h".
8062 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8063 (trad_frame_set_id, trad_frame_get_id): Declare.
8064 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8065 * trad-frame.c: Update copyright.
8066 (struct trad_frame_cache): Define.
8067 (trad_frame_cache_zalloc): New function.
8068 (trad_frame_set_id, trad_frame_get_id): New functions.
8069 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8070
8071 2004-03-22 Andrew Cagney <cagney@redhat.com>
8072
8073 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8074 s390_pltstub_unwind_cache.
8075 (s390_stub_frame_unwind_cache): Rename
8076 s390_pltstub_frame_unwind_cache.
8077 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8078 (s390_stub_frame_prev_register): Rename
8079 s390_pltstub_frame_prev_register.
8080 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8081 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8082
8083 From Ulrich Weigand:
8084 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8085 pointer calls like PLT calls.
8086
8087 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8088
8089 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8090 PC rather than the partial function start address. Use the start
8091 address to sanity check the found PDR.
8092
8093 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8094
8095 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8096 linux_handle_extended_wait.
8097
8098 2004-03-22 Andrew Cagney <cagney@redhat.com>
8099
8100 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8101 function.
8102
8103 * frame.h (generic_pop_current_frame): Delete declaration.
8104 (deprecate_pop_dummy_frame): Deprecate
8105 generic_pop_dummy_frame.
8106 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8107 (generic_pop_current_frame): Delete function.
8108 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8109 generic_pop_current_frame.
8110 * v850-tdep.c (v850_pop_frame): Update.
8111 * mcore-tdep.c (mcore_pop_frame): Update.
8112 * sh64-tdep.c (sh64_pop_frame): Update.
8113 * h8300-tdep.c (h8300_pop_frame): Update.
8114
8115 2004-03-22 Andrew Cagney <cagney@redhat.com>
8116
8117 * frame.h (deprecated_pc_in_call_dummy): Rename
8118 generic_pc_in_call_dummy.
8119 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8120 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8121 generic_pc_in_call_dummy.
8122 (pc_in_dummy_frame): Make static.
8123 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8124 * gdbarch.h, gdbarch.c: Re-generate.
8125 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8126 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8127 (legacy_get_prev_frame): Ditto.
8128 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8129 comment.
8130
8131 2004-03-21 Andrew Cagney <cagney@redhat.com>
8132
8133 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8134 declaration and out-of-date comment.
8135 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8136 Delete function.
8137 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8138 deprecated_pc_in_call_dummy.
8139
8140 * infrun.c (handle_inferior_event): For non legacy frames, use the
8141 frame ID and frame type to identify a signal trampoline. Update
8142 comments.
8143
8144 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8145
8146 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8147 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8148
8149 2004-03-21 Andrew Cagney <cagney@redhat.com>
8150
8151 * frame-unwind.h: Update copyright.
8152 (struct frame_data): Add opaque declaration.
8153 (frame_sniffer_ftype): Declare.
8154 (struct frame_unwind): Add "unwind_data" and "sniffer".
8155 (frame_unwind_register_unwinder): Declare.
8156 (frame_unwind_find_by_frame): Add parameter "this_cache".
8157 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8158 (legacy_get_prev_frame, legacy_get_prev_frame)
8159 (get_frame_type): Pass the prologue_cache to
8160 frame_unwind_find_by_frame.
8161 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8162 "unwinder".
8163 (frame_unwind_register_unwinder): New function.
8164 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8165
8166 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8167
8168 * bcache.c (print_percentage): Use floating point to avoid
8169 incorrect results when portion*100 overflows.
8170
8171 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8172
8173 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8174 (ppc_linux_init_extra_frame_info)
8175 (ppc_linux_frameless_function_invocation)
8176 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8177 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8178 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8179 (rs6000_frame_chain): Delete declarations.
8180 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8181 (ppc_linux_init_extra_frame_info)
8182 (ppc_linux_frameless_function_invocation)
8183 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8184 (ppc_linux_init_abi): Remove registration of above deleted functions.
8185 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8186 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8187 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8188 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8189 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8190 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8191 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8192 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8193 frame management for all OSABIs.
8194
8195 2004-03-19 Andrew Cagney <cagney@redhat.com>
8196
8197 Committed by Kevin Buettner <kevinb@redhat.com>.
8198
8199 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8200 Update copyright.
8201 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8202 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8203 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8204 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8205 unwinders. #ifdef legacy frame code.
8206 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8207 "frame-base.h".
8208 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8209 (struct rs6000_frame_cache, rs6000_frame_cache)
8210 (rs6000_frame_this_id, rs6000_frame_prev_register)
8211 (rs6000_frame_sniffer, rs6000_frame_unwind)
8212 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8213 (rs6000_frame_base): Implement a traditional frame unwinder.
8214 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8215 frame unwinder.
8216
8217 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8218
8219 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8220 breakpoint address for watchpoints or the catch eventpoints.
8221 Add new paramter ``bptype''. Adjust all callers.
8222
8223 2004-03-19 Andrew Cagney <cagney@redhat.com>
8224
8225 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8226
8227 * PROBLEMS: Delete note that ARM does not use frame code, problem
8228 fixed.
8229
8230 2004-03-18 Andrew Cagney <cagney@redhat.com>
8231
8232 * stack.c (return_command): Delete code wrapped in #ifdef
8233 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8234
8235 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8236
8237 2004-03-18 Andrew Cagney <cagney@redhat.com>
8238
8239 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8240 DEPRECATED_IN_SIGTRAMP.
8241 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8242 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8243 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8244 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8245 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8246 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8247 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8248 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8249 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8250 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8251
8252 2004-03-18 Andrew Cagney <cagney@redhat.com>
8253
8254 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8255 (struct frame_base_table_entry): Define.
8256 (struct frame_base_table): Re-implement as a linked list.
8257 (frame_base_init): Re-implement.
8258 (frame_base_table): Delete function.
8259 (append_predicate): Delete function.
8260 (frame_base_append_sniffer): Update.
8261 (frame_base_set_default): Update.
8262 (frame_base_find_by_frame): Update.
8263 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8264 * Makefile.in (frame-base.o): Update dependencies.
8265
8266 2004-03-17 Andrew Cagney <cagney@redhat.com>
8267
8268 * frame.c (legacy_get_prev_frame): Pass correct frame to
8269 frame_unwind_find_by_frame.
8270
8271 2004-03-17 David Carlton <carlton@kealia.com>
8272
8273 * NEWS: Mention C++ nested types and namespaces
8274
8275 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8276
8277 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8278 and "Regressions since gdb 5.3.". Add known regressions since
8279 gdb 6.0.
8280
8281 2004-03-16 David Carlton <carlton@kealia.com>
8282
8283 * dwarf2read.c (process_structure_scope): Process children even
8284 when we're a declaration.
8285
8286 2004-03-16 Andrew Cagney <cagney@redhat.com>
8287
8288 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8289 * blockframe.c (find_pc_partial_function)
8290 (find_pc_sect_partial_function): Merge into a single
8291 find_pc_partial_function.
8292
8293 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8294
8295 * i386bsd-nat.c: s/regno/regnum/g.
8296 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8297 FP0_REGNUM.
8298 (store_inferior_registers): Likewise.
8299
8300 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8301
8302 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8303 of i387_fill_fsave.
8304 (store_inferior_registers): Call i387_collect_fsave and
8305 i387_collect_fxsave instead of i387_fill_fsave and
8306 i387_fill_fxsave.
8307
8308 2004-03-15 Andrew Cagney <cagney@redhat.com>
8309
8310 * Makefile.in (frame-unwind.o): Update dependencies.
8311 * frame-unwind.c: Include "gdb_obstack.h".
8312 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8313 parameter.
8314 (append_predicate): Delete function.
8315 (struct frame_unwind_table_entry): New structure.
8316 (struct frame_unwind_table): Replace "sniffer" with "head" and
8317 "tail".
8318 (frame_unwind_append_sniffer): Update.
8319 (frame_unwind_find_by_frame): Update.
8320 (_initialize_frame_unwind): Registe frame_unwind_init using
8321 gdbarch_data_register_pre_init.
8322
8323 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8324
8325 * i386bsd-nat.c: Update copyright year.
8326 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8327 define unconditionally.
8328
8329 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8330
8331 * i387-tdep.h (i387_collect_fsave): New prototype.
8332 * i387-tdep.c (i387_collect_fsave): New function containing most
8333 of the code from i387_fill_fsave.
8334 (i387_fill_fsave): Call i387_collect_fsave.
8335
8336 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8337
8338 * i386-linux-tdep.c: Update copyright year.
8339 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8340 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8341 svr4_ilp32_link_map_offsets instead of
8342 i386_linux_svr4_fetch_link_map_offsets.
8343
8344 2004-03-15 David Carlton <carlton@kealia.com>
8345
8346 Fix for PR c++/1553:
8347 * dwarf2read.c (read_structure_type): Determine type name by
8348 calling determine_class_name.
8349 (determine_class_name): New.
8350 (determine_prefix): Look at TYPE_TAG_NAME and call
8351 determine_class_name when appropriate.
8352 (determine_prefix_aux, class_name): Delete.
8353 (read_namespace): Set die->type.
8354
8355 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8356
8357 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8358 unused macro definition. The definition in target.h (or perhaps
8359 elsewhere) takes precedence.
8360
8361 2004-03-15 Andrew Cagney <cagney@redhat.com>
8362
8363 * ppc-tdep.h: Update copyright.
8364 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8365 function signatures to match "regsets.h".
8366 * ppc-linux-tdep.c: Include "regset.h".
8367 (ELF_GREGSET_SIZE): Delete.
8368 (right_supply_register): New function.
8369 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8370 using right_supply_register.
8371 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8372 functions.
8373 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8374 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8375 (_initialize_ppc_linux_tdep): Do not register
8376 ppc_linux_regset_core_fns.
8377 (ppc_linux_regset_from_core_section): Replace
8378 fetch_core_registers.
8379 (ppc_linux_regset_core_fns): Delete.
8380 * ppc-linux-nat.c: (right_fill_reg): New function.
8381 (supply_gregset): Update call to ppc_linux_supply_gregset.
8382 (fill_gregset): Clear the register set, use right_fill_reg.
8383 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8384 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8385
8386 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8387 unsigned.
8388
8389 2004-03-15 Andrew Cagney <cagney@redhat.com>
8390
8391 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8392 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8393 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8394 and register_gdbarch_data.
8395 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8396 (struct gdbarch_data): Replace "init" by "pre_init" and
8397 "post_init".
8398 * gdbarch.h, gdbarch.c: Re-generate.
8399 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8400 with"obstack", use OBSTACK_ZALLOC.
8401 (dwarf2_frame_ops): Delete.
8402 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8403 (dwarf2_frame_init_reg): Use gdbarch_data.
8404 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8405 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8406 (_initialize_svr4_solib): Update.
8407 * user-regs.c (_initialize_user_regs): Update.
8408 * reggroups.c (_initialize_reggroup): Update.
8409 * regcache.c (_initialize_regcache): Update.
8410 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8411 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8412 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8413 * frame-unwind.c (_initialize_frame_unwind): Update.
8414 * frame-base.c (_initialize_frame_base): Update.
8415 * user-regs.c (user_reg_add): Update.
8416 * reggroups.c (reggroup_add): Update.
8417 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8418 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8419 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8420 * frame-base.c (frame_base_table): Update.
8421 * remote.c (_initialize_remote): Update.
8422 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8423
8424 2004-03-15 Andrew Cagney <cagney@redhat.com>
8425
8426 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8427
8428 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8429
8430 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8431 * frv-linux-tdep.c: New file.
8432 * frv-tdep.c (struct gdbarch_tdep): Add new field
8433 ``sigcontext_reg_addr''.
8434 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8435 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8436 (frv_sigramp_frame_sniffer): New functions.
8437 (frv_sigtramp_frame_unwind): New static global.
8438 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8439 sniffers.
8440 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8441 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8442
8443 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8444
8445 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8446 but not via a call to error(), when unable to read memory.
8447
8448 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8449
8450 * frv-tdep.c (frv_call_dummy_words): Delete.
8451 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8452
8453 2004-03-15 Andrew Cagney <cagney@redhat.com>
8454
8455 * infrun.c (handle_step_into_function, step_over_function): Only
8456 update and use STEP_FRAME_ID when the system is using legacy
8457 frames. Update comments.
8458
8459 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8460
8461 * amd64-linux-tdep.h: Remove file.
8462 * amd64-linux-tdep.c: Don't include "inferior.h" and
8463 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8464 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8465 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8466 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8467 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8468 macros.
8469 (user_to_gdb_regmap): Remove variable.
8470 (amd64_linux_gregset_reg_offset): New variable.
8471 (amd64_core_fns): Remove variable.
8472 (fetch_core_registers): Remove function.
8473 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8474 functions.
8475 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8476 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8477 * Makefile.in (amd64_linux_tdep_h): Remove.
8478 (amd64-linux-nat.o): Update dependencies.
8479 (amd64-linux-tdep.o): Update dependencies.
8480
8481 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8482 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8483 functions.
8484 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8485
8486 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8487 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8488
8489 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8490
8491 * dwarf2read.c (read_structure_type): Rename from
8492 read_structure_scope. Don't create a symbol or call process_die.
8493 Return immediately if die->type is set. Call read_type_die before
8494 dwarf2_add_member_fn.
8495 (process_structure_scope): New function.
8496 (read_enumeration_type, process_enumeration_scope): New functions,
8497 broken out from read_enumeration. Don't create the enumeration
8498 type if it has already been created.
8499 (read_enumeration): Removed.
8500 (process_die): Call read_structure_type, process_structure_scope,
8501 read_enumeration_type, and process_enumeration_scope. Just call
8502 new_symbol for base and subrange types. Add a comment about other
8503 type dies.
8504 (read_type_die): Call read_enumeration_type.
8505 (add_partial_structure, new_symbol): Update comments.
8506
8507 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8508
8509 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8510
8511 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8512
8513 * tui/tui-win.h (tui_get_cmd_list): Declare.
8514 * tui/tui-win.c (tui_command): New function.
8515 (tui_get_cmd_list): New function.
8516 (_initialize_tui_win): Moved initialization of tui command in
8517 tui_get_cmd_list.
8518
8519 * tui/tui-data.c (init_content_element): Setup new data members.
8520 (init_win_info): Likewise.
8521 (free_content_elements): Free it.
8522 * tui/tui-data.h (struct tui_data_element): Store the register
8523 content to print.
8524 (struct tui_data_info): Keep the current register group.
8525
8526 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8527
8528 * tui/tui-regs.h (tui_show_registers): Update prototype.
8529 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8530 (tui_resize_all): No need to calculate anything for register window.
8531 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8532 (tui_set_register_element, tui_set_general_regs_content): Remove.
8533 (tui_set_special_regs_content): Remove.
8534 (tui_set_general_and_special_regs_content): Remove.
8535 (tui_set_float_regs_content): Remove.
8536 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8537 (tui_set_regs_content): Remove.
8538 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8539 (tui_v_show_registers_command_support): Remove.
8540 (tui_show_registers): Use a reggroup to specify the registers to show.
8541 (tui_show_register_group): New function.
8542 (tui_display_registers_from): Compute the layout of register window
8543 and refresh with new API; be sure to delete old register windows.
8544 (tui_check_register_values): Update to use tui_get_register and
8545 tui_display_data.
8546 (tui_display_register): Just refresh the register window part.
8547 (tui_register_format): Format registers and save in tui_data_element.
8548 (tui_get_register): New to combine tui_reg_value_has_changed and
8549 tui_get_register_raw_value; fix to use the new gdb API.
8550 (tui_show_float_command): Renamed tui_reg_float_command.
8551 (tui_show_general_command): Renamed tui_reg_general_command.
8552 (tui_show_special_command): Renamed tui_reg_system_command.
8553 (_initialize_tui_regs): Remove unused commands.
8554
8555 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8556
8557 * NEWS (New native configurations): Mention OpenBSD/amd64.
8558
8559 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8560 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8561 Remove defines.
8562 * config/i386/nm-fbsd64.h: Likewise.
8563 * config/i386/nm-obsd.h: Likewise.
8564 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8565 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8566
8567 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8568
8569 * frv-tdep.c (set_variant_scratch_registers): New function.
8570 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8571 New constants.
8572
8573 From Richard Sandiford <rsandifo@redhat.com>:
8574 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8575
8576 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8577
8578 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8579 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8580 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8581 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8582 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8583 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8584 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8585 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8586 definitions from frv-tdep.c to frv-tdep.h.
8587
8588 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8589
8590 Add shared library support for FR-V FDPIC ABI:
8591 * Makefile.in (solib-frv.o): Add dependencies.
8592 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8593 New functions.
8594 (frv_push_dummy_call): Add support for FDPIC ABI.
8595 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8596 for FDPIC ABI.
8597 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8598 (frv_fdpic_find_canonical_descriptor): Declare.
8599 * solib-frv.c: New file.
8600 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8601 * config/frv/tm-frv.h (solib.h): Include.
8602
8603 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8604
8605 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8606 (frv-tdep.o): Update dependencies.
8607 * frv-tdep.h: New file.
8608 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8609 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8610 constants.
8611 (struct gdbarch_tdep): Add new member ``frv_abi''.
8612 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8613 functions.
8614 (new_variant): Set ``frv_abi'' field.
8615 (gdb_arch_init): Detect FDPIC executables.
8616
8617 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8618
8619 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8620 wrapper.
8621
8622 2004-03-11 Andrew Cagney <cagney@redhat.com>
8623
8624 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8625
8626 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8627
8628 * solist.h (master_so_list): New function.
8629 * solib.c (master_so_list): Likewise.
8630 * solib-svr4.c (enable_break): Iterate over so_list entries
8631 obtained from master list instead of entries obtained directly
8632 via svr4_current_sos().
8633
8634 2004-03-10 Ben Elliston <bje@gnu.org>
8635
8636 * MAINTAINERS: Update my mail address.
8637
8638 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8639
8640 * remote-m32r-sdi.c: Support hardware watchpoint.
8641
8642 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8643
8644 * user-regs.c: Update copyright years.
8645 (struct user_regs): Rename to gdb_user_regs.
8646 (append_user_reg, builtin_user_regs, user_regs_init)
8647 (user_reg_add, user_reg_map_name_to_regnum)
8648 (usernum_to_user_reg): Update.
8649
8650 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8651
8652 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8653 (skip_children): New functions.
8654 (locate_pdi_sibling): Call skip_children.
8655
8656 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8657
8658 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8659 * gdbtypes.c (check_typedef): Update comments.
8660
8661 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8662
8663 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8664 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8665 pointer. Update comment about comp_unit_head.
8666 (struct abbrev_info): Shorten two int flags.
8667 (dwarf_alloc_abbrev): Take a CU argument.
8668 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8669 each time through the loop. Update cleanup argument.
8670 (psymtab_to_symtab_1): Update cleanup call.
8671 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8672 abbrev_obstack.
8673 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8674 Just call obstack_free and clear the pointer.
8675
8676 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8677
8678 * infrun.c (handle_inferior_event): Remove short-circuit code for
8679 events in a different thread.
8680
8681 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8682
8683 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8684 print the whole transfer.
8685 (initialize_targets): Update description of "set debug target".
8686
8687 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8688
8689 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8690
8691 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8692
8693 * MAINTAINERS (write after approval): Add myself.
8694
8695 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8696
8697 * sh-tdep.c (sh_print_registers_info): Use for loop.
8698 Don't skip multiple registers when a float register is encountered.
8699
8700 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8701
8702 Fix PR tdep/1291.
8703 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8704 to official SH documentation.
8705
8706 2004-03-07 Andrew Cagney <cagney@redhat.com>
8707
8708 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8709 unused function.
8710
8711 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8712
8713 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8714 (arm_get_next_pc): Handle BX and BLX.
8715
8716 2004-03-07 Andrew Cagney <cagney@redhat.com>
8717
8718 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8719 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8720 HPPA_SP_REGNUM.
8721 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8722 (hppa_target_read_fp): Delete.
8723 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8724 register_virtual_size, max_register_raw_size,
8725 max_register_virtual_size, register_byte, register_size,
8726 target_read_fp, fp_regnum, and register_bytes. Set register_type
8727 instead of register_virtual_type.
8728 (hppa32_register_type, hppa64_register_type): Replace
8729 hppa32_register_virtual_type and hppa64_register_virtual_type.
8730 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8731 (HPPA_FP_REGNUM): Define.
8732
8733 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8734
8735 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8736 (pa_do_registers_info): Delete.
8737 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8738 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8739 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8740
8741 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8742 GDB_TARGET_IS_HPPA code.
8743 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8744 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8745 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8746 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8747 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8748 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8749 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8750 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8751 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8752 (hppa_frameless_function_invocation, hppa64_store_return_value)
8753 (hppa_store_struct_return, hppa64_extract_return_value)
8754 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8755 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8756 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8757 (find_proc_framesize, deposit_21, restore_pc_queue)
8758 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8759 (rp_saved, pc_in_linker_stub): Delete.
8760
8761 Unconditionally enable 64-bit frame and ABI code.
8762 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8763 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8764 push_dummy_frame, fix_call_dummy, push_arguments,
8765 call_dummy_location, extract_return_value, use_struct_convention,
8766 store_return_value, store_struct_return, saved_pc_after_call,
8767 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8768 frame_chain, frame_chain_valid, frameless_function_invocation,
8769 frame_saved_pc, and pop_frame.
8770
8771 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8772 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8773 (hppa_gdbarch_init): Do not set PC_REGNUM.
8774
8775 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8776
8777 * config/alpha/tm-fbsd.h: Remove file.
8778 * config/alpha/fbsd.mt: Tweak comment.
8779 (TM_FILE): Set to tm-alpha.h.
8780
8781 2004-03-05 Andrew Cagney <cagney@redhat.com>
8782
8783 * infrun.c (step_over_function): When non-legacy code, and no
8784 step_frame_id, use the unwinder to get the caller's frame ID.
8785
8786 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8787
8788 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8789 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8790 bfd_arch_unknown. Adjust comment.
8791
8792 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8793 * i386obsd-tdep.c: Correct spelling in comment.
8794 * i386nbsd-tdep.c: Correct spelling in comment.
8795 * sparc-tdep.c: Correct spelling in comments.
8796
8797 2004-03-05 David Carlton <carlton@kealia.com>
8798
8799 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8800 bug.
8801
8802 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8803
8804 * sparc-tdep.c: Fix typo in comment.
8805
8806 2004-03-04 J. Brobecker <brobecker@gnat.com>
8807
8808 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8809
8810 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8811
8812 * dwarf2read.c: Add comment describing memory lifetimes.
8813 (struct dwarf2_pinfo): Update comment.
8814 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8815 (read_enumeration, new_symbol): Don't use obsavestring.
8816
8817 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8818
8819 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8820 instead of amd64_fill_fxsave.
8821 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8822 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8823
8824 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8825 Reorganize code a bit.
8826
8827 2004-03-04 Orjan Friberg <orjanf@axis.com>
8828
8829 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8830 when the frame pointer is pushed. Don't set the frame pointer's
8831 address on the stack unless it's actually located there.
8832 Set the SRP's address on the stack correctly when the PC is still in
8833 the prologue.
8834 (cris_return_value): New function.
8835 (cris_gdbarch_init): Clear deprecated store_return_value,
8836 extract_return_value.
8837
8838 2004-03-02 Jim Blandy <jimb@redhat.com>
8839
8840 * stabsread.c (reg_value_complaint): The maximum register number
8841 is one less than the number of registers.
8842
8843 2004-03-02 Andrew Cagney <cagney@redhat.com>
8844
8845 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8846 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8847 trailing comma and redundant assignment of I386_ST0_REGNUM.
8848 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8849 32-bit segment registers.
8850
8851 2004-03-01 Andrew Cagney <cagney@redhat.com>
8852
8853 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8854 use frame_relative_level and get_next_frame.
8855
8856 2004-02-29 Andrew Cagney <cagney@redhat.com>
8857
8858 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8859 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8860 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8861 Delete macro.
8862
8863 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8864
8865 * inflow.c (terminal_inferior): Don't give up the terminal if we
8866 previously couldn't get the inferior's terminal state.
8867
8868 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8869
8870 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8871 PC_REGNUM.
8872
8873 2004-02-28 Andrew Cagney <cagney@redhat.com>
8874
8875 * NEWS: Refer to GDB 6.1.
8876 * README: Refer to GDB 6.1.
8877 * PROBLEMS: Refer to GDB 6.1.
8878
8879 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8880
8881 * thread-db.c (disable_thread_signals): Remove unused function.
8882
8883 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8884
8885 * amd64-nat.c: Include "gdb_string.h".
8886 (amd64_collect_native_gregset): Zero-extend the 32-bit
8887 general-purpose registers and %eip.
8888
8889 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8890 * amd64-tdep.c (amd64_collect_fxsave): New function.
8891 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8892
8893 * i387-tdep.h: Update copyright year.
8894 (i387_collect_fxsave): New prototype.
8895 * i387-tdep.c: Update copyright year.
8896 (i387_collect_fxsave): New function containing most of the code
8897 from i387_fill_fxsave.
8898 (i387_fill_fxsave): Call i387_collect_fxsave.
8899
8900 2004-02-28 Andrew Cagney <cagney@redhat.com>
8901
8902 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8903 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8904
8905 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8906
8907 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8908
8909 2004-02-28 Andrew Cagney <cagney@redhat.com>
8910
8911 * utils.c: Use "", instead of <>, to include readline.
8912 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8913 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8914 * source.c, solib.c, exec.c, event-top.c: Ditto.
8915 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8916 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8917 * Makefile.in: Update all dependencies.
8918 (readline_tilde_h, readline_history_h): Define.
8919 (readline_headers): Delete.
8920
8921 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8922
8923 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8924 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8925 "config/i386/tm-lx64.h".
8926
8927 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8928 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8929 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8930
8931 2004-02-28 Andrew Cagney <cagney@redhat.com>
8932
8933 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8934
8935 * breakpoint.c (_initialize_breakpoint): Use
8936 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8937 Add help to show command.
8938
8939 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8940
8941 * i386-nat.c: Reformat to be closer to coding standards.
8942 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8943 `retval'. Make variables `align' and `size' local to while-loop.
8944 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8945 (_initialize_i386_nat): New prototype.
8946
8947 * tui/tui.c: Include <readline/readline.h> instead of
8948 "readline/readline.h". Include it after <term.h> and
8949 "gdb_curses.h".
8950
8951 2004-02-27 Andrew Cagney <cagney@redhat.com>
8952
8953 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8954 the new frame unwind code.
8955 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8956 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8957 PCOQ_HEAD_REGNUM.
8958
8959 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8960 "return_value" and "push_dummy_call".
8961 (hppa32_use_struct_convention): Delete unused function.
8962 (hppa32_store_return_value): Delete unused function.
8963 (hppa32_extract_return_value): Delete unused function.
8964 (hppa32_stack_align): Delete function.
8965
8966 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8967
8968 * coffread.c (enter_linenos): Don't let rawptr reference memory
8969 outside linetab[]'s limits.
8970
8971 2004-02-27 Andrew Cagney <cagney@redhat.com>
8972
8973 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8974 inferior stack space - the stack needs to grow upwards.
8975 (hppa32_frame_align): New function.
8976 (hppa64_frame_align): Replace hppa_frame_align.
8977 (hppa_gdbarch_init): Update.
8978
8979 2004-02-26 Orjan Friberg <orjanf@axis.com>
8980
8981 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8982 (dwarf2-frame.h): Include.
8983 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8984 Remove static variables related to ABI setting.
8985 (struct gdbarch_tdep): Remove cris_abi member.
8986 (struct frame_extra_info): Remove.
8987 (cris_unwind_cache, stack_item): New structs.
8988 (cris_frame_unwind, cris_frame_base): New variables.
8989 (push_stack_item, pop_stack_item)
8990 (cris_frame_unwind_cache, cris_frame_this_id)
8991 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8992 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8993 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8994 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8995 (cris_reg_struct_has_addr): New functions.
8996 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8997 (cris_frame_saved_pc, cris_saved_pc_after_call,
8998 (cris_store_struct_return, cris_frameless_function_invocation)
8999 (cris_pop_frame, cris_skip_prologue_main)
9000 (cris_abi_original_store_return_value)
9001 (cris_abi_v2_store_return_value)
9002 (cris_abi_original_extract_return_value)
9003 (cris_abi_v2_extract_return_value)
9004 (cris_abi_original_reg_struct_has_addr)
9005 (cris_abi_v2_reg_struct_has_addr)
9006 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9007 (cris_push_return_address, cris_abi_update): Remove.
9008 (_initialize_cris_tdep): Remove ABI command.
9009 (cris_dump_tdep): Ditto.
9010 (cris_gdbarch_init): Remove ABI command.
9011 Set store_return_value, extract_return_value, push_dummy_code,
9012 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9013 frame_unwind_append_sniffer, frame_base_set_default.
9014 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9015 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9016 sizeof_call_dummy_words, get_saved_register, push_return_address,
9017 pop_frame, store_struct_return, frame_init_saved_regs,
9018 init_extra_frame_info, frameless_function_invocation, frame_chain,
9019 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9020 dummy_write_sp.
9021
9022 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9023
9024 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9025 * valprint.c (print_hex_chars): Change from static to external.
9026 (print_char_chars): New function.
9027 * printcmd.c (print_scalar_formatted): For integer and enum types
9028 that are longer than LONGEST, perform processing via appropriate
9029 print_*_chars routines.
9030
9031 2004-02-26 Andrew Cagney <cagney@redhat.com>
9032
9033 * Makefile.in: Update dependencies.
9034 Changes from Ulrich Weigand,
9035 * s390-tdep.c: Include "dwarf2-frame.h".
9036 (s390_dwarf2_frame_init_reg): New function.
9037 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9038 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9039
9040 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9041
9042 * breakpoint.c (pending_break_support): New setting variable.
9043 (break_command_1): Account for pending_break_support setting
9044 when creating pending breakpoints.
9045 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9046 (_initialize_breakpoint): Add "set breakpoint pending" and
9047 "show breakpoint pending" commands.
9048
9049 2004-02-26 Andrew Cagney <cagney@redhat.com>
9050
9051 Fix PR i18n/1570.
9052 * charset.c (backslashable, backslashed, represented): Remove 'e'
9053 from list of escaped characters, not part of ISO-C.
9054
9055 2004-02-25 J. Brobecker <brobecker@gnat.com>
9056
9057 From Peter Schauer <schauer@pdf.de>:
9058 * tui/tui.c: Move system header includes after local includes.
9059 Fixes a build failure on solaris systems.
9060
9061 2004-02-25 J. Brobecker <brobecker@gnat.com>
9062
9063 * configure.in: Refine the previous change.
9064 * configure: Regenerate.
9065
9066 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9067
9068 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9069 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9070 "amd64-tdep.h" instead of "x86-64-tdep.h".
9071 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9072 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9073 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9074 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9075 and "x86-64-tdep.c".
9076 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9077 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9078 and "x86-64-tdep.c".
9079 * amd64bsd-nat.c: Update copyright year.
9080 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9081 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9082 "x86-64-tdep.h".
9083 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9084 "x86-64-tdep.h".
9085 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9086 "x86-64-tdep.h".
9087 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9088 "x86-64-tdep.h".
9089 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9090 "x86-64-tdep.h".
9091 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9092 "x86-64-tdep.h".
9093 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9094 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9095 * Makefile.in (amd64_linux_tdep_h): Renamed from
9096 x86_64_linux_tdep_h.
9097 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9098 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9099 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9100 (amd64obsd-tdep.o): Update dependencies.
9101 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9102 dependencies.
9103 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9104 dependencies.
9105 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9106 amd64-linux-nat.c amd64-linux-tdep.c.
9107 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9108 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9109 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9110 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9111 amd64-tdep.o and amd64-linux-tdep.o.
9112 (TM_FILE): Set to tm-linux64.h.
9113 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9114 (NAT_FILE): Set to nm-linux64.h.
9115 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9116 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9117 amd64-tdep.o.
9118 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9119 amd64-tdep.o.
9120 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9121 amd64-tdep.o.
9122
9123 2004-02-25 Roland McGrath <roland@redhat.com>
9124
9125 * remote.c (remote_protocol_qPart_auxv): New variable.
9126 (init_all_packet_configs): Initialize it.
9127 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9128 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9129 (show_remote_cmd): Call it.
9130 (_initialize_remote): Initialize commands.
9131 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9132 service TARGET_OBJECT_AUXV requests.
9133
9134 2004-02-25 J. Brobecker <brobecker@gnat.com>
9135
9136 * configure.in: Make sure that the wborder function is available.
9137 Otherwise, search for it in the cur_colr library.
9138 * configure: Regenerate.
9139
9140 2004-02-25 Andrew Cagney <cagney@redhat.com>
9141
9142 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9143
9144 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9145
9146 * config/i386/tm-x86-64linux.h: Tweak comments.
9147
9148 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9149
9150 * MAINTAINERS: Add self to write-after-approval list.
9151
9152 2004-02-25 Andrew Cagney <cagney@redhat.com>
9153
9154 PR cli/1566. Problem found, and fix suggested by David Allan.
9155 * cli/cli-script.c (execute_control_command): Unconditionally
9156 install a cleanup. Default "ret" to "invalid_control". Use
9157 "break" instead of "return" to escape from the switch.
9158
9159 2004-02-24 J. Brobecker <brobecker@gnat.com>
9160
9161 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9162 with the lines macro defined in term.h on AiX.
9163 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9164 a collision with the label_width macro defined in term.h on AiX.
9165
9166 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9167
9168 Committed by Kevin Buettner <kevinb@redhat.com>.
9169
9170 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9171 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9172 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9173 instead of ia64_write_pc().
9174 * ia64-linux-tdep.c (regcache.h): Include.
9175 (ia64_linux_write_pc): New function.
9176
9177 2004-02-23 Roland McGrath <roland@redhat.com>
9178
9179 * auxv.c (info_auxv_command): Fix typos in error messages.
9180
9181 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9182
9183 * x86-64-tdep.h: Tweak comment.
9184 (enum amd64_regnum): New.
9185 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9186 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9187 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9188 (X86_64_XMM1_REGNUM): Removed.
9189 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9190 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9191 prototypes for renamed functions.
9192 * x86-64-tdep.c: Fix typo.
9193 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9194 register numbers.
9195 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9196 Use constants from `enum amd64_regnum' for register numbers.
9197 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9198 (amd64_analyze_prologue, amd64_frame_cache,
9199 amd64_sigtramp_frame_cache): Use constants from `enum
9200 amd64_regnum' for register numbers.
9201 (amd64_supply_fpregset): Adjust for renamed functions.
9202 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9203 `enum amd64_regnum' for register numbers.
9204 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9205 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9206 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9207 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9208 (amd64_linux_fill_gregset): Adjust for renamed macros.
9209 (fetch_core_registers): Adjust for renamed functions.
9210 (amd64_linux_init_abi): Adjust for renamed functions.
9211 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9212 renamed functions.
9213 * amd64-nat.c: Adjust for renamed macros.
9214 * amd64bsd-nat.c (fetch_inferior_registers)
9215 (store_inferior_registers): Use constants from `enum amd64_regnum'
9216 for register numbers. Adjust for renamed variables.
9217 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9218 renamed variables.
9219 (_initialize_amd64fbsd_nat): Use constants from `enum
9220 amd64_regnum' for register numbers.
9221 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9222 `enum amd64_regnum' for register numbers.
9223 (amd64fbsd_init_abi): Adjust for renamed functions.
9224 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9225 `enum amd64_regnum' for register numbers.
9226 (amd64nbsd_init_abi): Adjust for renamed functions.
9227 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9228 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9229 `enum amd64_regnum' for register numbers.
9230 (amd64obsd_init_abi): Adjust for renamed functions.
9231 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9232
9233 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9234
9235 * breakpoint.c (print_one_breakpoint): Do not output spaces
9236 after printing <PENDING> for a pending breakpoint.
9237
9238 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9239
9240 * printcmd.c (print_scalar_formatted): Initialize val_long
9241 to remove compiler warning message.
9242
9243 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9244
9245 * defs.h (nquery, yquery): New prototypes.
9246 * breakpoint.c (break_command_1): Use new nquery interface.
9247 * utils.c (defaulted_query, nquery, yquery): New functions.
9248
9249 2004-02-23 Andrew Cagney <cagney@redhat.com>
9250
9251 * hppa-tdep.c (hppa_frame_align): New function.
9252 (hppa32_push_dummy_call): New function.
9253 (hppa64_push_dummy_call): New function.
9254 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9255 disabled.
9256
9257 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9258 FIX_CALL_DUMMY when push_dummy_call is available.
9259 (call_function_by_hand, push_dummy_code): Ditto.
9260
9261 2004-02-22 Andrew Cagney <cagney@redhat.com>
9262
9263 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9264 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9265 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9266 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9267 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9268 call_dummy_location to ON_STACK.
9269
9270 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9271
9272 * x86-64-linux-tdep.c: Tweak comment.
9273 (amd64_linux_supply_gregset): Renamed from
9274 x86_64_linux_supply_gresget.
9275 (amd64_linux_fill_gregset): Renamed from
9276 x86_64_linux_fill_gregset.
9277 (fetch_core_registers): Adjust for renamed functions.
9278 (amd64_core_fns): Renamed from x86_64_core_fns.
9279 (amd64_linux_sigtramp_start): Renamed from
9280 x86_64_linux_sigtramp_start.
9281 (amd64_linux_pc_in_sigtramp): Renamed from
9282 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9283 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9284 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9285 (amd64_linux_sigcontext_addr): Renamed from
9286 x86_64_linux_sigcontext_addr.
9287 (amd64_linux_sc_reg_offset): Renamed from
9288 x86_64_linux_sc_reg_offset.
9289 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9290 Adjust for renamed functions and variables.
9291 (_initialize_amd64_linux_tdep): Renamed from
9292 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9293 variables.
9294 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9295 Adjust for renamed functions.
9296
9297 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9298 from x86_64_linux_gregset64_reg_offset.
9299 (amd64_linux_gregset32_reg_offset): Rename from
9300 x86_64_linux_gregset64_reg_offset.
9301 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9302 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9303 (amd64_linux_dr_set_control): Renamed from
9304 x86_64_linux_dr_set_control. Adjust for renamed functions.
9305 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9306 Adjust for renamed functions.
9307 (amd64_linux_dr_reset_addr): Renamed from
9308 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9309 (amd64_linux_dr_get_status): Renamed from
9310 x86_64_linux_dr_get_status. Adjust for renamed functions.
9311 (_initialize_amd64_linux_nat): Renamed from
9312 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9313 functions.
9314 * config/i386/nm-x86-64linux.h: Update copyright year.
9315 Adjust for renamed functions.
9316
9317 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9318 amd64fbsd_sigtramp_start.
9319 (amd64fbsd_sigtramp_end_addr): Renamed from
9320 amd64fbsd_sigtramp_end.
9321 (amd64fbsd_init_abi): Adjust for renamed variables.
9322 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9323 variables.
9324 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9325 amd64fbsd_sigtramp_start.
9326 (amd64fbsd_sigtramp_end_addr): Renamed from
9327 amd64fbsd_sigtramp_end.
9328
9329 2004-02-22 Andrew Cagney <cagney@redhat.com>
9330
9331 * hppa-tdep.c (hppa32_return_value): New function.
9332 (hppa64_return_value): New function.
9333 (hppa_gdbarch_init): Set return_value; keep disabled.
9334
9335 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9336 struct-return and inferior function call methods.
9337
9338 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9339 "frame-base.h".
9340 (struct hppa_frame_cache): Define.
9341 (hppa_frame_cache, hppa_frame_this_id): New functions.
9342 (hppa_frame_prev_register): New function.
9343 (hppa_frame_unwind, hppa_frame_base): New variables.
9344 (hppa_frame_unwind_sniffer): New function.
9345 (hppa_frame_base_address, hppa_unwind_pc): New function.
9346 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9347 sniffer, and frame base sniffer; keep disabled.
9348 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9349 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9350
9351 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9352 to predicates for "seriously old code".
9353
9354 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9355 runtime if(0).
9356
9357 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9358 unsigned.
9359 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9360
9361 * config/pa/tm-hppa.h: Update copyright.
9362 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9363 (deprecated_init_frame_pc_default): Delete declaration.
9364 (hppa_frame_init_saved_regs): Delete declaration.
9365 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9366 * hppa-tdep.c: Include "arch-utils.h".
9367 (hppa_gdbarch_init): Set deprecated init_frame_pc
9368 and deprecated frame_init_saved_regs.
9369 (hppa_frame_init_saved_regs): Make static.
9370
9371 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9372
9373 Remove old 386BSD support.
9374 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9375 * configure.host: Remove i[34567]86-*-bsd*.
9376 * configure.tgt: Remove i[34567]86-*-bsd*.
9377 * i386b-nat.c: Removed.
9378 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9379 (i386b-nat.o): Remove dependencies.
9380
9381 * config/i386/i386bsd.mh: Removed.
9382 * config/i386/i386bsd.mt: Removed.
9383 * config/i386/nm-i386bsd.h: Removed.
9384 * config/i386/tm-i386bsd.h: Removed.
9385 * config/i386/xm-i386bsd.h: Removed.
9386
9387 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9388
9389 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9390 (amd64fbsd_init_abi): Set link map offsets.
9391 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9392 (amd64nbsd_init_abi): Set link map offsets.
9393 * amd64obsd-tdep.c: Include "solib-svr4.h".
9394 (amd64obsd_init_abi): Set link map offsets.
9395 * i386fbsd-tdep.c: Include "solib-svr4.h".
9396 (i386fbsd_init_abi): Set link map offsets.
9397 * i386nbsd-tdep.c: Include "solib-svr4.h".
9398 (i386nbsdelf_init_abi): Set link map offsets.
9399 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9400 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9401 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9402 solib-legacy.o and core-aout.o. Reformat.
9403 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9404 solib-svr4.o, solib-legacy.o. Reformat.
9405 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9406 * config/i386/nbsdelf.mh: Reformat.
9407 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9408 solib-svr4.o, solib-legacy.o and corelow.o.
9409 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9410 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9411 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9412 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9413 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9414 (TM_FILE): Set to tm-fbsd.h.
9415 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9416 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9417 solib-svr4.o.
9418 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9419 solib-svr4.o.
9420 (TM_FILE): Set to nm-nbsd.h.
9421 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9422 Simplify shared library support. Don't include "elf/common.h".
9423 (SVR4_SHARED_LIBS): Don't define.
9424 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9425 "solib.h".
9426 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9427 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9428 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9429 Don't include "i386/tm-i386.h". Include "solib.h".
9430 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9431 Don't include "i386/tm-i386.h".
9432 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9433 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9434 Include "i386/xm-i386.h".
9435 (HOST_LONG_DOUBLE_FORMAT): Remove.
9436
9437 Fix OpenBSD/i386 sigtramp recognition.
9438 * i386-tdep.h: Update copyright year.
9439 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9440 (i386bsd_sigtramp_end): New prototypes.
9441 (i386fbsd_sigtramp_start_addr): Renamed from
9442 i386fbsd_sigtramp_start.
9443 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9444 (i386obsd_sigtramp_start_addr): Renamed from
9445 i386obsd_sigtramp_start.
9446 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9447 * i386bsd-tdep.c: Update copyright year.
9448 (i386bsd_pc_in_sigtramp): Make public.
9449 * i386fbsd-nat.c: Update copyright year.
9450 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9451 * i386fbsd-tdep.c: Update copyright year.
9452 (i386fbsd_sigtramp_start_addr): Renamed from
9453 i386fbsd_sigtramp_start.
9454 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9455 (i386fbsdaout_init_abi): Adjust for renamed variables.
9456 * i386obsd-nat.c: Update copyright year.
9457 (_initialize_i386obsd_nat): Adjust for renamed variables.
9458 * i386obsd-tdep.c: Include "target.h".
9459 (i386obsd_page_size): New variable.
9460 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9461 (i386obsd_sigtramp_end): New functions.
9462 (i386obsd_sigtramp_start_addr): Renamed from
9463 i386obsd_sigtramp_start.
9464 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9465 (i386obsd_init_abi): Adjust for renamed variables. Set
9466 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9467 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9468
9469 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9470 trampoline change in OpenBSD kernel.
9471
9472 * amd64-nat.c: Update copyright year.
9473 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9474 architecture from REGCACHE.
9475
9476 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9477 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9478
9479 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9480
9481 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9482 i[34567]86-*-openbsd3.[0-3].
9483 * config/i386/obsdaout.mh: New file.
9484
9485 * config/i386/obsd.mh (MH_FLAGS): Remove.
9486
9487 Fix PR build/1549.
9488 * i386obsd-tdep.c: Update copyright years. Include
9489 "solib-svr4.h".
9490 (i386obsd_init_abi): Don't set regset_from_core_section here.
9491 (i386obsd_aout_init_abi): New function. Set
9492 regset_from_core_section here.
9493 (i386obsd_elf_init_abi): New function.
9494 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9495 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9496 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9497 (TM_FILE): Set to tm-nbsd.h.
9498
9499 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9500 solib-sunos.o.
9501
9502 * solib-svr4.h: Update copyright year.
9503 (svr4_ilp32_fetch_link_map_offsets)
9504 (svr4_lp64_fetch_link_map_offsets): New prototype.
9505 * solib-svr4.c: Update copyright year.
9506 (svr4_ilp32_fetch_link_map_offsets)
9507 (svr4_lp64_fetch_link_map_offsets): New function.
9508
9509 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9510
9511 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9512 to the partial symbol table.
9513
9514 2004-02-20 J. brobecker <brobecker@gnat.com>
9515
9516 * PROBLEMS: Add description of problem documented under gdb/1560.
9517
9518 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9519
9520 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9521 comments.
9522 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9523 functions.
9524 (amd64obsd_init_abi): Reorder initializations. Use
9525 amd64obsd_r_reg_offset to initialize the general-purpose register
9526 set details. Set regset_from_core_section.
9527 (_initialize_amd64obsd_tdep): Rename from
9528 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9529 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9530 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9531
9532 * NEWS (New native configurations): Mention OpenBSD/alpha.
9533 * configure.tgt: Add alpha*-*-openbsd*.
9534 * configure.host: Add alpha*-*-openbsd*.
9535 * alphanbsd-tdep.c: Update copyright year.
9536 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9537
9538 2004-02-20 Andrew Cagney <cagney@redhat.com>
9539
9540 Fix PR tdep/1372.
9541 * configure.tgt: Delete target "none-*-*".
9542 * configure.host: Delete host "none-*-*".
9543 * config/none/none.mh: Delete file.
9544 * config/none/none.mt: Delete file.
9545 * config/none/xm-none.h: Delete file.
9546 * config/none/tm-none.h: Delete file.
9547 * config/none/nm-none.h: Delete file.
9548
9549 2004-02-19 Fred Fish <fnf@redhat.com>
9550
9551 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9552 cache->uses_fp prior to setting it.
9553
9554 2004-02-19 Fred Fish <fnf@redhat.com>
9555
9556 Fix for PR breakpoint/1558.
9557 * sh-tdep.c (IS_JSR): New macro.
9558 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9559
9560 2004-02-19 Jim Blandy <jimb@redhat.com>
9561
9562 * findvar.c (value_from_register): Doc fix.
9563
9564 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9565
9566 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9567 type being greater than sizeof of host's LONGEST. Always use
9568 unpack_long() unless format 'f' chosen.
9569
9570 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9571
9572 Committed by Elena Zannoni <ezannoni@redhat.com>
9573
9574 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9575 contains a symbol wich is the best, non-exact match for the given
9576 pc. Update comments.
9577
9578 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9579
9580 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9581 macro, which was part of the now removed Mach 3 port.
9582 * utils.c (request_quit): Ditto.
9583
9584 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9585
9586 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9587 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9588
9589 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9590
9591 Committed by Mark Kettenis <kettenis@gnu.org>.
9592
9593 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9594 Define.
9595
9596 2004-02-18 Andrew Cagney <cagney@redhat.com>
9597
9598 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9599 CONFIG_INSTALL and CONFIG_UNINSTALL.
9600 * configure: Re-generate.
9601 * interps.h (INTERP_TUI): Define.
9602 * Makefile.in: Update dependencies.
9603 (TUI): New macro.
9604 (tui-main.o): Specify dependencies.
9605 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9606 * tui/tui-main.c: New file.
9607
9608 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9609
9610 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9611 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9612 dependencies.
9613 * configure.host: Add x86_64-*-openbsd*.
9614 * configure.tgt: Add x86_64-*-openbsd*.
9615 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9616
9617 * tui/tui.c: Don't include <malloc.h>.
9618
9619 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9620 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9621 amd64nbsd-tdep.c.
9622
9623 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9624 static. Remove extraneous whitespace.
9625 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9626 static.
9627
9628 2004-02-17 Jim Blandy <jimb@redhat.com>
9629
9630 * findvar.c (value_from_register): Doc fix.
9631
9632 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9633
9634 Committed by Jim Blandy <jimb@redhat.com>.
9635
9636 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9637 CORE_ADDR as type for selectors. Correct types for GNU run time
9638 message lookup function to use double indirection.
9639 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9640 * objc-lang.h (lookup_child_selector): Adapt prototype.
9641
9642 * s390-nat.c (SUBOFF): New macro.
9643 (supply_gregset, fill_gregset): Use it to handle debugging
9644 of 32-bit exectuables running under a 64-bit kernel.
9645 * s390-tdep.c: Include "solib-svr4.h".
9646 (s390_svr4_fetch_link_map_offset): New function.
9647 (s390x_svr_fetch_link_map_offset): Likewise.
9648 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9649 * Makefile.in (s390-tdep.o): Update dependencies.
9650
9651 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9652 "frame-unwind.h".
9653 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9654 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9655 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9656 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9657 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9658 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9659 S390_SIGNAL_FRAMESIZE,
9660 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9661 (struct frame_extra_info): Remove.
9662 (s390_memset_extra_info): Remove.
9663 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9664 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9665 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9666 (is_rse): Renamed to ...
9667 (is_rsy): ... this. Support long displacements.
9668 (is_rxe): Renamed to ...
9669 (is_rxy): ... this. Support long displacements.
9670 (compute_x_addr): Support long displacements.
9671 (struct s390_prologue_data): New data type.
9672 (s390_on_stack): Change API to use struct s390_prologue_data.
9673 (s390_store): Reimplement.
9674 (s390_load): New function.
9675 (s390_get_signal_frame_info): Remove.
9676 (s390_get_frame_info): Remove, replace by ...
9677 (s390_analyze_prolog): ... this new function.
9678 (s390_check_function_end): Remove.
9679 (s390_function_start): Remove.
9680 (s390_frameless_function_invokation): Remove.
9681 (s390_is_sigreturn): Remove.
9682 (s390_init_frame_pc_first): Remove.
9683 (s390_init_frame_extra_info): Remove.
9684 (s390_frame_init_saved_regs): Remove.
9685 (s390_frame_saved_pc_nofix): Remove.
9686 (s390_frame_saved_pc): Remove.
9687 (s390_frame_chain): Remove.
9688 (s390_fp_regnum, s390_read_fp): Remove.
9689 (s390_pop_frame_regular, s390_pop_frame): Remove.
9690 (s390_saved_pc_after_call): Remove.
9691 (s390_skip_prologue): Reimplement.
9692 (s390_in_function_epilogue_p): Support long displacements.
9693 (struct s390_unwind_cache): New data structure.
9694 (s390_frame_unwind_cache): New function.
9695 (s390_prologue_frame_unwind_cache): Likewise.
9696 (s390_backchain_frame_unwind_cache): Likewise.
9697 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9698 (s390_frame_unwind): Define.
9699 (s390_frame_sniffer): New function.
9700 (struct s390_pltstub_unwind_cache): New data structure.
9701 (s390_pltstub_frame_unwind_cache): New function.
9702 (s390_pltstub_frame_this_id): Likewise.
9703 (s390_pltstub_frame_prev_register): Likewise.
9704 (s390_pltstub_frame_unwind): Define.
9705 (s390_pltstub_frame_sniffer): New function.
9706 (struct s390_sigtramp_unwind_cache): New data structure.
9707 (s390_sigtramp_frame_unwind_cache): New function.
9708 (s390_sigtramp_frame_this_id): Likewise.
9709 (s390_sigtramp_frame_prev_register): Likewise.
9710 (s390_sigtramp_frame_unwind): Define.
9711 (s390_sigtramp_frame_sniffer): New function.
9712 (s390_frame_base_address, s390_local_base_address): New functions.
9713 (s390_frame_base): Define.
9714 (s390_unwind_pc, s390_unwind_sp): New function.
9715 (s390_push_dummy_call): Use new frame base location.
9716 (s390_unwind_dummy_id): Likewise.
9717 (s390_gdbarch_init): Remove calls to:
9718 set_gdbarch_frameless_function_invocation,
9719 set_gdbarch_deprecated_init_frame_pc,
9720 set_gdbarch_deprecated_frame_chain,
9721 set_gdbarch_deprecated_frame_init_saved_regs,
9722 set_gdbarch_deprecated_pop_frame,
9723 set_gdbarch_deprecated_init_extra_frame_info,
9724 set_gdbarch_deprecated_init_frame_pc_first,
9725 set_gdbarch_deprecated_target_read_fp,
9726 set_gdbarch_deprecated_frame_saved_pc,
9727 set_gdbarch_deprecated_saved_pc_after_call,
9728 set_gdbarch_deprecated_fp_regnum.
9729 Add calls to:
9730 set_gdbarch_in_solib_call_trampoline,
9731 frame_unwind_append_sniffer,
9732 frame_base_set_default,
9733 set_gdbarch_unwind_pc,
9734 set_gdbarch_unwind_sp.
9735 * Makefile.in (s390-tdep.o): Update dependencies.
9736
9737 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9738 (S390_STACK_FRAME_OVERHEAD): Remove.
9739 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9740 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9741 (s390_promote_integer_argument): Remove.
9742 (s390_cannot_extract_struct_value_address): Remove.
9743 (s390_use_struct_convention, s390_store_struct_return): Remove.
9744 (s390_extract_return_value, s390_store_return_value): Remove.
9745 (s390_return_value_convention, s390_return_value): New functions.
9746 (is_float_singleton): Handle typedefs.
9747 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9748 Remove, replace by ...
9749 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9750 s390_function_arg_integer): ... these new functions.
9751 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9752 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9753 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9754 Fill in tdep->abi.
9755 Remove calls to:
9756 set_gdbarch_deprecated_store_struct_return,
9757 set_gdbarch_deprecated_extract_return_value,
9758 set_gdbarch_deprecated_store_return_value,
9759 set_gdbarch_use_struct_convention,
9760 set_gdbarch_extract_struct_value_address,
9761 set_gdbarch_deprecated_pc_in_call_dummy,
9762 set_gdbarch_deprecated_push_arguments,
9763 set_gdbarch_deprecated_save_dummy_frame_tos,
9764 set_gdbarch_deprecated_push_return_address,
9765 set_gdbarch_deprecated_sizeof_call_dummy_words,
9766 set_gdbarch_deprecated_call_dummy_words,
9767 set_gdbarch_deprecated_dummy_write_sp.
9768 Add calls to:
9769 set_gdbarch_push_dummy_call,
9770 set_gdbarch_unwind_dummy_id,
9771 set_gdbarch_return_value.
9772
9773 * config/s390/nm-linux.h: Update comments.
9774 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9775 (STOPPED_BY_WATCHPOINT): Redefine.
9776 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9777 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9778 (s390_stopped_by_watchpoint): Likewise.
9779 (watch_area_cnt): Remove.
9780 * s390-nat.c: Update comments.
9781 (watch_area): Remove typedef.
9782 Global replace watch_area by struct watch_area.
9783 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9784 (s390_stopped_by_watchpoint): Remove pid argument,
9785 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9786 (s390_fix_watch_points): Remove pid argument,
9787 use s390_inferior_tid. Recompute area spanned by watchpoints.
9788 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9789 argument. Reimplement.
9790
9791 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9792 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9793 (FETCH_INFERIOR_REGISTERS): Define.
9794 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9795 core-regset.o.
9796 * config/s390/s390x.mt: Remove.
9797 * config/s390/tm-s390.h: Remove.
9798 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9799 (TARGET_ELF64): Remove.
9800 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9801 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9802 s390*-*-* case; always set gdb_target to s390.
9803 * regformats/reg-s390.dat: Remove control registers.
9804 * regformats/reg-s390x.dat: Likewise.
9805 * s390-tdep.h: New file.
9806 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9807 Include "inferior.h" and "s390-tdep.h".
9808 Remove private definition of offsetof.
9809 (s390_register_u_addr): Remove.
9810 (regmap_gregset, regmap_fpregset): Define.
9811 (supply_gregset, fill_gregset): Reimplement.
9812 (supply_fpregset, fill_fpregset): Likewise.
9813 (s390_inferior_tid): New function.
9814 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9815 (fetch_inferior_registers, store_inferior_registers): Likewise.
9816 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9817 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9818 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9819 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9820 (struct gdbarch_tdep): Define.
9821 (struct s390_register_info): Define.
9822 (s390_register_info): New variable.
9823 (s390_register_name): Reimplement.
9824 (s390_register_type): New function.
9825 (s390_register_raw_size, s390x_register_raw_size): Remove.
9826 (s390_cannot_fetch_register): Remove.
9827 (s390_register_byte): Remove.
9828 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9829 (s390_dwarf_regmap): New variable.
9830 (s390_dwarf_reg_to_regnum): New function.
9831 (s390_stab_reg_to_regnum): Remove.
9832 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9833 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9834 (s390_convert_register_p): Likewise.
9835 (s390_register_to_value, s390_value_to_register): Likewise.
9836 (s390_register_reggroup_p): Likewise.
9837 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9838 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9839 (s390_supply_regset, s390_regset_from_core_section): New functions.
9840 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9841 (S390_FPR_SIZE): Likewise.
9842 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9843 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9844 (S390_NUM_GPRS): Move here from tm-s390.h.
9845 (S390_NUM_FPRS): Likewise.
9846 (s390_in_function_epilogue_p): New function.
9847 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9848 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9849 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9850 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9851 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9852 Remove calls to:
9853 set_gdbarch_deprecated_max_register_raw_size,
9854 set_gdbarch_deprecated_max_register_virtual_size,
9855 set_gdbarch_deprecated_register_byte,
9856 set_gdbarch_cannot_fetch_register,
9857 set_gdbarch_cannot_store_register,
9858 set_gdbarch_deprecated_register_size,
9859 set_gdbarch_deprecated_register_raw_size,
9860 set_gdbarch_deprecated_register_virtual_size,
9861 set_gdbarch_deprecated_register_virtual_type,
9862 set_gdbarch_deprecated_register_bytes.
9863 Add calls to:
9864 set_gdbarch_num_pseudo_regs,
9865 set_gdbarch_register_type,
9866 set_gdbarch_convert_register_p,
9867 set_gdbarch_register_to_value,
9868 set_gdbarch_value_to_register,
9869 set_gdbarch_register_reggroup_p,
9870 set_gdbarch_regset_from_core_section,
9871 set_gdbarch_pseudo_register_read,
9872 set_gdbarch_pseudo_register_write,
9873 set_gdbarch_in_function_epilogue_p.
9874 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9875 (s390_tdep_h): New variable.
9876
9877 2004-02-17 Jim Blandy <jimb@redhat.com>
9878
9879 * findvar.c (value_from_register): If the type has no length, just
9880 return an acceptable value --- don't report an internal error.
9881
9882 * stabsread.c (read_type): If we find any type numbers that are
9883 forward references, complain if the references aren't resolved by
9884 the time we're finished reading.
9885 (cleanup_undefined_types): Make error message more appropriate for
9886 a complaint.
9887
9888 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9889
9890 * Makefile.in (defs_h): Remove dependency on progress_h.
9891 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9892 progress.h.
9893 * main.c (captured_main): Delete use of START_PROGRESS and
9894 END_PROGRESS.
9895
9896 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9897
9898 * objfiles.c (terminate_minimal_symbol_table): Add back
9899 initialization of MSYMBOL_TYPE.
9900
9901 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9902
9903 Committed by Andrew Cagney.
9904 * Makefile.in (ia64_tdep_h): New macro.
9905 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9906 (ia64-tdep.o): Likewise.
9907 * ia64-tdep.h: New file.
9908 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9909 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9910 (ia64_aix_sigcontext_register_address): Likewise.
9911 (ia64_linux_getunwind_table): Delete declaration.
9912 * ia64-linux-tdep.c: Likewise.
9913
9914 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9915
9916 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9917 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9918 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9919
9920 2004-02-17 Andrew Cagney <cagney@redhat.com>
9921
9922 * symtab.c (skip_prologue_using_sal): New function.
9923 * symtab.h (skip_prologue_using_sal): Declare.
9924 * frv-tdep.c: Include "symtab.h".
9925 (skip_prologue_using_sal): Delete function.
9926 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9927 * rs6000-tdep.c (refine_prologue_limit): Mention
9928 skip_prologue_using_sal.
9929 * ia64-tdep.c (refine_prologue_limit): Ditto.
9930 * Makefile.in: Update dependencies.
9931
9932 2004-02-16 Andrew Cagney <cagney@redhat.com>
9933
9934 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9935 START_INFERIOR_TRAPS_EXPECTED.
9936 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9937 START_INFERIOR_TRAPS_EXPECTED.
9938 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9939 Delete macro.
9940 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9941 macro, moved to "nm-osf.h". Update copyright.
9942 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9943 update copyright.
9944
9945 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9946 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9947 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9948 frameless_look_for_prologue.
9949 * frame.h (legacy_frameless_look_for_prologue): Rename
9950 frameless_look_for_prologue.
9951 * gdbarch.h, gdbarch.c: Re-generate.
9952 * sh64-tdep.c (sh64_gdbarch_init): Update.
9953 * sh-tdep.c (sh_gdbarch_init): Update.
9954 * s390-tdep.c (s390_gdbarch_init): Update.
9955 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9956 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9957 * m68k-tdep.c (m68k_gdbarch_init): Update.
9958 (delta68_frame_args_address): Update.
9959 * m32r-tdep.c (m32r_gdbarch_init): Update.
9960 * hppa-tdep.c (hppa_gdbarch_init): Update.
9961 * h8300-tdep.c (h8300_gdbarch_init): Update.
9962 * frv-tdep.c (frv_gdbarch_init): Update.
9963 (frv_frameless_function_invocation): Update.
9964 * cris-tdep.c (cris_gdbarch_init): Update.
9965 (cris_frameless_function_invocation): Update.
9966 * avr-tdep.c (avr_gdbarch_init): Update.
9967 * arm-tdep.c (arm_gdbarch_init): Update.
9968 * stack.c (frame_info): Update, call predicate.
9969 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9970 * frame.c (legacy_get_prev_frame): Update, call predicate..
9971 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9972 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9973 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9974 invocation.
9975 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9976 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9977 * vax-tdep.c (vax_gdbarch_init): Ditto.
9978
9979 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9980 function.
9981
9982 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9983
9984 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9985 initializations.
9986
9987 2004-02-16 Andrew Cagney <cagney@redhat.com>
9988
9989 * tui/tui-windata.c: Include "gdb_string.h".
9990 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9991 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9992 * Makefile.in: Update dependencies.
9993
9994 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9995
9996 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9997 * infrun.c: Include "gdb_assert.h".
9998 (singlestep_ptid, saved_singlestep_ptid)
9999 (stepping_past_singlestep_breakpoint): New variables.
10000 (resume): Set singlestep_ptid. Check for singlestep thread
10001 hop.
10002 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10003 (handle_inferior_event): Handle singlestep thread hop.
10004
10005 2004-02-16 Andrew Cagney <cagney@redhat.com>
10006
10007 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10008 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10009 (dwarf2_frame_init_reg): Ditto.
10010
10011 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10012 suggested by Joshua Neuheisel
10013
10014 * configure.in: Always check for curses, including pdcurses.
10015 Warn, instead of error, when no curses are found. Enable TUI when
10016 curses is available.
10017 * configure: Re-generate.
10018
10019 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10020
10021 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10022 sh_sh4_register_convert_to_virtual.
10023 (sh_register_convert_to_raw): Rename from
10024 sh_sh4_register_convert_to_raw.
10025 (sh_pseudo_register_read): Accomodate above name change.
10026 (sh_pseudo_register_write): Ditto.
10027
10028 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10029
10030 * sh-tdep.c (sh_generic_register_name): Remove.
10031 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10032
10033 2004-02-15 Andrew Cagney <cagney@redhat.com>
10034
10035 * configure.in (build_warnings): Add -Wunused-function.
10036 * configure: Re-generate.
10037
10038 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10039 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10040
10041 * procfs.c (procfs_init_inferior): Assume that
10042 START_INFERIOR_TRAPS_EXPECTED is defined.
10043 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10044 * config/ns32k/tm-nbsd.h: Delete file,
10045 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10046
10047 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10048 * config/vax/tm-vax.h: Delete file.
10049
10050 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10051 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10052 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10053 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10054 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10055 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10056 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10057
10058 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10059
10060 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10061 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10062 (struct dwarf2_frame_ops): New.
10063 (dwarf2_frame_default_init_reg): New function, based on
10064 dwarf2_frame_init_reg.
10065 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10066 (dwarf2_frame_init_reg): Call architecture-specific function.
10067 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10068 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10069 instead of dwarf2_frame_data.
10070 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10071 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10072
10073 2004-02-15 Andrew Cagney <cagney@redhat.com>
10074
10075 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10076 register_gdbarch_swap.
10077 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10078 * f-lang.c (_initialize_f_language): Update, use
10079 DEPRECATED_REGISTER_GDBARCH_SWAP.
10080 * remote.c (_initialize_remote): Ditto.
10081 * regcache.c (_initialize_regcache): Ditto.
10082 * parse.c (_initialize_parse): Ditto.
10083 * infrun.c (_initialize_infrun): Ditto.
10084 * mi/mi-main.c (_initialize_mi_main): Ditto.
10085 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10086
10087 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10088 poking .cacheable directly.
10089 * symfile.c (symfile_bfd_open): Ditto.
10090
10091 * Makefile.in: Update all dependencies.
10092
10093 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10094 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10095 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10096 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10097 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10098
10099 2004-02-14 Andrew Cagney <cagney@redhat.com>
10100
10101 * arch-utils.c (legacy_convert_register_p): Check
10102 DEPRECATED_REGISTER_CONVERTIBLE_P.
10103 * findvar.c (value_of_register): Ditto.
10104
10105 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10106 * gdbarch.h, gdbarch.c: Re-generate.
10107 * arch-utils.c (deprecated_register_convertible_not): Delete.
10108 * arch-utils.h (deprecated_register_convertible_not): Delete.
10109 * mi/mi-main.c (get_register): Update. Update copyright.
10110 * infcmd.c (default_print_registers_info): Update.
10111
10112 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10113 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10114 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10115 * gdbarch.h, gdbarch.c: Re-generate.
10116 * frame.c (deprecated_get_next_frame_hack): Delete function.
10117 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10118 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10119 Update.
10120 * infcall.c (call_function_by_hand): Update.
10121
10122 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10123
10124 * symfile.c (init_entry_point_info, entry_point_address): Move
10125 from here...
10126 * objfiles.c (init_entry_point_info, entry_point_address):..to
10127 here.
10128 * symfile.h (init_entry_point_info, entry_point_address): Remove
10129 prototypes.
10130 * objfiles.h (init_entry_point_info, entry_point_address):Add
10131 prototypes.
10132 * cris-tdep.c: Remove include of symfile.h. Add include of
10133 objfiles.h.
10134 * infcall.c: Ditto.
10135 * mcore-tdep.c: Ditto.
10136 * mn10300-tdep.c: Ditto.
10137 * sh64-tdep.c: Ditto.
10138 * v850-tdep.c: Ditto.
10139 * arm-tdep.c: Remove include of symfile.h.
10140 * blockframe.c: Ditto.
10141 * coffread.c: Ditto.
10142 * dbxread.c: Ditto.
10143 * dwarf2read.c: Ditto.
10144 * dwarfread.c: Ditto.
10145 * frv-tdep.c: Ditto.
10146 * ia64-tdep.c: Ditto.
10147 * mdebugread.c: Ditto.
10148 * mipsread.c: Ditto.
10149 * rs6000-tdep.c: Ditto.
10150 * s390-tdep.c: Ditto.
10151 * sh-tdep.c: Ditto.
10152 * xstormy16-tdep.c: Ditto.
10153 * gdbarch.sh: Remove include of symfile.h.
10154 * gdbarch.c: Regenerate.
10155 * solib-irix.c (enable_break): Use entry_point_address().
10156 Add comment about include file.
10157 * xcoffread.c: Add comment about include file.
10158 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10159 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10160 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10161 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10162 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10163
10164 2004-02-13 Andrew Cagney <cagney@redhat.com>
10165
10166 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10167 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10168 copyright.
10169 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10170
10171 2004-02-12 Fred Fish <fnf@redhat.com>
10172
10173 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10174 set_gdbarch_store_return_value.
10175
10176 2004-02-12 Andrew Cagney <cagney@redhat.com>
10177
10178 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10179 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10180 (interrupt_query): Ditto.
10181 (ofunc): Delete unused variable.
10182 * cris-tdep.c (cris_abi): Delete unused function.
10183 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10184 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10185 (cris_get_asr_quick_shift_steps): Ditto.
10186 (cris_skip_prologue_frameless_p): Ditto.
10187 * arm-tdep.c (arm_push_return_address): Delete unused function.
10188 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10189 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10190 * s390-tdep.c (s390_function_start): Delete unused function.
10191
10192 2004-02-12 Andrew Cagney <cagney@redhat.com>
10193
10194 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10195 gdbarch.h, gdbarch.c: Re-generate.
10196 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10197 to generic_prologue_frameless_p.
10198 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10199 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10200
10201 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * mips-linux-tdep.c: Include "frame.h".
10204 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10205 (mips_linux_skip_resolver): New functions.
10206 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10207 and set_gdbarch_in_solib_call_trampoline.
10208 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10209 to after set_gdbarch_in_solib_return_trampoline. Only set the
10210 solib hooks to mips16 functions if the OS ABI is unknown.
10211 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10212 including "config/tm-linux.h".
10213 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10214 * Makefile.in (mips-linux-tdep.o): Update.
10215
10216 2004-02-11 David Carlton <carlton@kealia.com>
10217
10218 * linespec.c (decode_compound): Only look for a class symbol when
10219 considering all but the rightmost component.
10220
10221 2004-02-11 Andrew Cagney <cagney@redhat.com>
10222
10223 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10224 abi code are are separatly grouped.
10225
10226 2004-02-11 Andrew Cagney <cagney@redhat.com>
10227
10228 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10229 * gdbarch.h, gdbarch.c: Re-generate.
10230 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10231 * v850-tdep.c (v850_gdbarch_init): Update.
10232 * sh64-tdep.c (sh64_gdbarch_init): Update.
10233 * sh-tdep.c (sh_gdbarch_init): Update.
10234 * s390-tdep.c (s390_gdbarch_init): Update.
10235 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10236 * mips-tdep.c (mips_gdbarch_init): Update.
10237 * mcore-tdep.c (mcore_gdbarch_init): Update.
10238 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10239 * m32r-tdep.c (m32r_gdbarch_init): Update.
10240 * ia64-tdep.c (ia64_gdbarch_init): Update.
10241 * hppa-tdep.c (hppa_gdbarch_init): Update.
10242 * h8300-tdep.c (h8300_gdbarch_init): Update.
10243 * frv-tdep.c (frv_gdbarch_init): Update.
10244 * d10v-tdep.c (d10v_gdbarch_init): Update.
10245 * cris-tdep.c (cris_gdbarch_init): Update.
10246 * avr-tdep.c (avr_gdbarch_init): Update.
10247 * arm-tdep.c (arm_gdbarch_init): Update.
10248 * alpha-tdep.c (alpha_gdbarch_init): Update.
10249
10250 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10251
10252 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10253 comma.
10254 (sh_sh4al_dsp_register_name): Ditto.
10255
10256 2004-02-10 Andrew Cagney <cagney@redhat.com>
10257
10258 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10259 (mips_init_frame_pc_first): Delete function.
10260 (mips_frame_saved_pc): Delete function.
10261 (mips_frame_chain): Delete function.
10262 (mips_init_extra_frame_info): Delete function.
10263 (mips_xfer_register): Delete unused variable "reg".
10264 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10265 (mips_n32n64_return_value): Delete unused variable "reg".
10266 (mips_n32n64_return_value): Delete unused variable "pos".
10267 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10268 (mips_o32_return_value): Delete unused variable "pos".
10269 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10270 (mips_print_fp_register): Delete unused variable "namelen"
10271 (mips_print_fp_register): Delete unused variable "flt2"
10272 (get_frame_pointer): Delete function.
10273 (cached_proc_desc): Delete static variable.
10274 (mips_pop_frame): Delete function.
10275 (mips_find_saved_regs): Delete function.
10276 (mips_get_saved_register): Delete function.
10277 (mips_saved_pc_after_call): Delete function.
10278 (SIGFRAME_BASE): Delete macro.
10279 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10280 (SIGFRAME_PC_OFF): Delete macro.
10281 (SIGFRAME_REGSAVE_OFF): Delete macro.
10282 (mips_dump_tdep): Do not print deleted macro definitions.
10283
10284 2004-02-10 Andrew Cagney <cagney@redhat.com>
10285
10286 * Makefile.in (SFILES): Remove explictly listed tui files.
10287 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10288
10289 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10290
10291 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10292 to use paddr functions to format ia64 addresses and long values.
10293 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10294 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10295 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10296 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10297 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10298
10299 2004-02-10 Andrew Cagney <cagney@redhat.com>
10300
10301 * defs.h: Do not include "tui.h".
10302 * gdb_curses.h: New file.
10303 * tui/tui-hooks.h: New file.
10304 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10305 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10306 (tui_initialize_io): Delete declaration.
10307 (tui_initialize_readline: Delete redundant declaration.
10308 (struct tui_point): Delete definition.
10309 * tui/tui-data.h (struct tui_point): Define.
10310 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10311 * utils.c: Include "tui/tui.h".
10312 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10313 * printcmd.c [TUI]: Include "tui/tui.h".
10314 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10315 * tui/tui-command.c: Include "gdb_curses.h".
10316 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10317 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10318 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10319 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10320 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10321 * Makefile.in: Update all dependencies.
10322 (tui_hooks_h, gdb_curses_h): Define.
10323 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10324
10325 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10326
10327 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10328 auxf2. Add comments about some other rarely used fields.
10329
10330 2004-02-10 Andrew Cagney <cagney@redhat.com>
10331
10332 * Makefile.in (init.c): Fix script removing duplicates. Problem
10333 reported by Peter Schauer.
10334
10335 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10336
10337 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10338 obstack_specify_allocation.
10339 * objfiles.c (allocate_objfile): Ditto.
10340 * solib-sunos.c (solib_add_common_symbols)
10341 (allocate_rt_common_objfile): Ditto.
10342 * symfile.c (reread_symbols): Ditto.
10343 * gdb_obstack.h: Add comment.
10344
10345 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10346
10347 * linespec.c (decode_line_1, locate_first_half)
10348 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10349 commented out code.
10350
10351 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10352
10353 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10354 obstack_free.
10355
10356 2004-02-09 Andrew Cagney <cagney@redhat.com>
10357
10358 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10359 fails, try find_pc_section. Fix PR c++/1267.
10360 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10361 instead of find_pc_mapped_section.
10362 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10363 not default to the section containing PC. Fix PR symtab/1519.
10364
10365 2004-02-09 Andrew Cagney <cagney@redhat.com>
10366
10367 * Makefile.in (mips-tdep.o): Update dependencies.
10368 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10369 "trad-frame.h".
10370 (mips_unwind_pc): Return the pseudo PC register.
10371 (mips_unwind_dummy_id): New function.
10372 (mips16_fetch_instruction): New function.
10373 (mips32_fetch_instruction): New function.
10374 (struct mips_frame_cache): Define.
10375 (mips_mdebug_frame_cache): New function.
10376 (mips_mdebug_frame_this_id): New function.
10377 (mips_mdebug_frame_prev_register): New function.
10378 (mips_mdebug_frame_unwind): Define.
10379 (mips_mdebug_frame_sniffer): New function.
10380 (mips_mdebug_frame_base_address): New function.
10381 (mips_mdebug_frame_base): Define.
10382 (mips_mdebug_frame_base_sniffer): New function.
10383 (mips_gdbarch_init): Append unwind and base sniffers. Set
10384 unwind_dummy_id.
10385
10386 2004-02-08 Andrew Cagney <cagney@redhat.com>
10387
10388 * frame.c: Print both the register number and name.
10389
10390 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10391 and a sed into a single sed. Make .c and .o patterns more robust.
10392 (OBS): Delete.
10393 (INIT_FILES): Replace OBS with COMMON_OBS.
10394 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10395
10396 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10397
10398 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10399 the PT_WCOOKIE request.
10400
10401 2004-02-08 Andrew Cagney <cagney@redhat.com>
10402
10403 * mips-tdep.c (mips_unwind_pc): New function.
10404 (mips_gdbarch_init): Set mips_unwind_pc.
10405
10406 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10407 (get_frame_id): Allow the UNKNOWN_FRAME.
10408 (frame_register_unwind, get_frame_type): Ditto.
10409
10410 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10411 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10412 unwind_dummy_id indicates a legacy frame.
10413
10414 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10415 * configure: Re-generate.
10416
10417 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10418 methods.
10419
10420 2004-02-08 Andrew Cagney <cagney@redhat.com>
10421
10422 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10423 makefile macro.
10424 * configure: Re-generate.
10425 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10426 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10427 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10428 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10429 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10430 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10431 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10432 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10433 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10434 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10435
10436 2004-02-07 Andrew Cagney <cagney@redhat.com>
10437
10438 * Makefile.in: Update all dependencies.
10439
10440 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10441 * configure: Re-generate.
10442 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10443 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10444 (COMMON_OBS): Add "main.o" and "annotate.o".
10445 (ANNOTATE_OBS): Delete.
10446 (OBS): Remove ANNOTATE_OBS.
10447 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10448 CONFIG_INITS.
10449 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10450 against CONFIG_OBS and "main.o".
10451 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10452 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10453
10454 * tui/tui-command.c: Include "gdb_string.h", delete register
10455 attribute, use ISO-C function signatures.
10456 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10457 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10458 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10459 * tui/tui.c: Ditto.
10460
10461 * tui/tui-command.c: Change variable and function names to lower
10462 case.
10463 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10464 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10465 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10466 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10467 * tui/tui-winsource.c, tui/tui.c: Ditto.
10468
10469 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10470
10471 * buildsym.c (free_pending_blocks, finish_block)
10472 (record_pending_block, make_blockvector, end_symtab): Replace
10473 symbol_obstack with objfile_obstack.
10474 * coffread.c (process_coff_symbol, coff_read_struct_type)
10475 (coff_read_enum_type): Ditto.
10476 * cp-namespace.c (initialize_namespace_symtab)
10477 (check_one_possible_namespace_symbol): Ditto.
10478 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10479 (dwarf2_symbol_mark_computed): Ditto.
10480 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10481 * elfread.c (elf_symtab_read): Ditto.
10482 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10483 (hpread_read_enum_type, hpread_read_function_type)
10484 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10485 Ditto.
10486 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10487 (java_link_class_type): Ditto.
10488 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10489 (new_symbol): Ditto.
10490 * minsyms.c (install_minimal_symbols): Ditto.
10491 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10492 (terminate_minimal_symbol_table): Replace symbol_obstack with
10493 objfile_obstack.
10494 (free_objfile): Remove freeing of symbol_obstack.
10495 * objfiles.h: Remove symbol_obstack field.
10496 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10497 objfile_obstack.
10498 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10499 symbol_obstack.
10500 (solib_add_common_symbols): Replace symbol_obstack with
10501 objfile_obstack.
10502 * somsolib.c (som_solib_add): Ditto.
10503 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10504 (common_block_start, common_block_end): Ditto.
10505 * symfile.c (reread_symbols): Remove freeing and init of
10506 symbol_obstack.
10507 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10508 * symfile.h: Update comment.
10509 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10510 stats printing.
10511 * symtab.c (symbol_set_names): Replace symbol_obstack with
10512 objfile_obstack.
10513 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10514 Update comments.
10515 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10516 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10517 objfile_obstack.
10518
10519 2004-02-07 Andrew Cagney <cagney@redhat.com>
10520
10521 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10522 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10523 fields and variables.
10524 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10525 (m_beInvisible): Delete macro.
10526 * tui/tui-data.h: Fix case case fields and variables.
10527 (m_genWinPtrIsNull): Delete macro.
10528 (tui_win_list): Rename winList.
10529 (TUI_SRC_WIN): Rename srcWin.
10530 (TUI_DISASM_WIN): Rename disassemWin.
10531 (TUI_DATA_WIN): Rename dataWin.
10532 (TUI_CMD_WIN): Rename cmdWin.
10533 (m_genWinPtrNotNull): Delete macro.
10534 (m_winPtrIsNull): Delete macro.
10535 (m_winPtrNotNull): Delete macro.
10536 (tui_win_is_source_type): Replace m_winIsSourceType
10537 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10538 (tui_win_has_locator): Replace m_hasLocator.
10539 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10540 m_setWinHighlightOff.
10541 * tui/tui-data.c: Update references.
10542 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10543 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10544 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10545 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10546 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10547 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10548 * tui/tui-winsource.c, tui/tui.c: Ditto.
10549
10550 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10551
10552 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10553 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10554 StackGhost.
10555
10556 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10557 variable `i6' to `i7'.
10558 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10559
10560 2004-02-07 Andrew Cagney <cagney@redhat.com>
10561
10562 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10563 (TuiPoint, TuiPointPtr): Ditto.
10564 (TuiStatus, TuiStatusPtr): Ditto.
10565 (TuiWinType, TuiWinTypePtr): Ditto.
10566 (struct tui_point): Rename _TuiPoint.
10567 (tui_get_low_disassembly_address): Rename
10568 tuiGetLowDisassemblyAddress.
10569 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10570 (tuiFree): Delete declaration.
10571 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10572 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10573 * tui/tui.c (tuiFree): Delete function.
10574 * cli/cli-cmds.c (disassemble_command): Update references.
10575 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10576 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10577 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10578 * tui/tui-winsource.c: Ditto.
10579
10580 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10581
10582 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10583 coffstab_build_psymtabs, elfstab_build_psymtabs)
10584 (stabsect_build_psymtabs): Replace psymbol_obstack with
10585 objfile_obstack.
10586 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10587 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10588 Ditto.
10589 * dwarfread.c (scan_compilation_units): Ditto.
10590 * elfread.c (elfstab_offset_sections): Ditto.
10591 * hppa-tdep.c (read_unwind_info): Ditto.
10592 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10593 (hpread_end_psymtab): Ditto.
10594 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10595 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10596 Ditto.
10597 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10598 * objfiles.c (add_to_objfile_sections)
10599 (build_objfile_section_table): Ditto.
10600 (allocate_objfile): Remove init of psymbol_obstack.
10601 (free_objfile): Remove freeing of psymbol_obstack.
10602 * objfiles.h (struct objfile): Remove field
10603 psymbol_obstack. Update comments.
10604 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10605 psymbol_obstack with objfile_obstack.
10606 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10607 psymbol_obstack.
10608 * somread.c (som_symfile_offsets, init_import_symbols)
10609 (init_export_symbols): Replace psymbol_obstack with
10610 objfile_obstack.
10611 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10612 * symfile.c (default_symfile_offsets, syms_from_objfile)
10613 (reread_symbols): Remove freeing and init of psymbol_obstack.
10614 (cashier_psymtab): Update comment.
10615 * symmisc.c (print_objfile_statistics): Don't report stats for
10616 psymbol obstack.
10617 * symtab.h (struct general_symbol_info, struct partial_symtab):
10618 Update comments.
10619 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10620 (xcoff_symfile_offsets): Replace psymbol_obstack with
10621 objfile_obstack.
10622
10623 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10624
10625 * objfiles.h (struct objfile): Add objfile_obstack field.
10626 Remove type_obstack field.
10627
10628 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10629 read_structure_scope read_enumeration, new_symbol): Replace
10630 type_obstack with objfile_obstack.
10631 * dwarfread.c (struct_type, enum_type): Ditto.
10632 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10633 (lookup_fundamental_type): Ditto.
10634 * gdbtypes.h (TYPE_ALLOC): Ditto.
10635 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10636 (hpread_read_doc_function_type, hpread_read_struct_type)
10637 (fix_static_member_physnames, hpread_read_array_type)
10638 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10639 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10640 (java_link_class_type): Ditto.
10641 * mdebugread.c (parse_type): Ditto.
10642 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10643 * solib-sunos.c (solib_add_common_symbols): Ditto.
10644 * stabsread.c (define_symbol, read_type, read_member_functions,
10645 read_cpp_abbrev, read_one_struct_field): Ditto.
10646 * symfile.c (reread_symbols): Ditto.
10647 * symmisc.c (print_objfile_statistics): Ditto.
10648
10649 2004-02-07 Andrew Cagney <cagney@redhat.com>
10650
10651 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10652 (tui_exec_info_content): Rename TuiExecInfoContent.
10653 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10654 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10655 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10656 (TuiList, TuiListPtr): Ditto.
10657 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10658 (TuiDataType, TuiDataTypePtr): Ditto.
10659 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10660 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10661 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10662 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10663 (TuiDataElement, TuiDataElementPtr): Ditto.
10664 (TuiWinElement, TuiWinElementPtr): Ditto.
10665 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10666 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10667 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10668 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10669 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10670 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10671 * tui/tui-command.c, tui/tui-data.c: Update references.
10672 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10673 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10674 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10675 * tui/tui-winsource.c, tui/tui.c: Ditto.
10676
10677 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10678
10679 * dwarf2-frame.h: Update copyright.
10680 (enum dwarf2_frame_reg_rule): New.
10681 (struct dwarf2_frame_state_reg): New.
10682 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10683 * dwarf2-frame.c: Update copyright.
10684 (enum dwarf2_reg_rule): Remove.
10685 (struct dwarf2_frame_state): Remove defenition of `struct
10686 dwarf2_frame_state_reg'.
10687 (read_reg): Call get_frame_arch to get the architecture instead of
10688 using CURRENT_GDBARCH.
10689 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10690 DWARF2_FRAME_.
10691 (dwarf2_frame_init_reg): New function.
10692 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10693 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10694 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10695 tags with DWARF2_FRAME_.
10696 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10697 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10698 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10699
10700 2004-02-06 Andrew Cagney <cagney@redhat.com>
10701
10702 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10703 (enum tui_data_type): Rename _TuiDataType.
10704 (struct tui_layout_def): Rename _TuiLayoutDef.
10705 (struct tui_source_element): Rename _TuiSourceElement.
10706 (struct tui_data_element): Rename _TuiDataElement.
10707 (struct tui_command_element): Rename _TuiCommandElement.
10708 (struct tui_locator_element): Rename _TuiLocatorElement.
10709 (union tui_which_element): Define.
10710 (struct tui_win_element): Rename _TuiWinElement.
10711 (struct tui_data_info): Rename _TuiDataInfo.
10712 (struct tui_source_info): Rename _TuiSourceInfo.
10713 (struct tui_command_info): Rename _TuiCommandInfo.
10714 (tui_initialize_static_data): Rename initializeStaticData.
10715 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10716 (tui_alloc_win_info): Rename allocWinInfo.
10717 (tui_init_generic_part): Rename initGenericPart.
10718 (tui_init_win_info): Rename initWinInfo.
10719 (tui_alloc_content): Rename allocContent.
10720 (tui_add_content_elements): Rename addContentElements.
10721 (tui_init_content_element): Rename initContentElement.
10722 (tui_free_window): Rename freeWindow.
10723 (tui_free_win_content): Rename freeWinContent.
10724 (tui_free_data_content): Rename freeDataContent.
10725 (tui_free_all_source_wins_content): Rename
10726 freeAllSourceWinsContent.
10727 (tui_del_window): Rename tuiDelWindow.
10728 (tui_del_data_windows): Rename tuiDelDataWindows.
10729 (tui_partial_win_by_name): Rename partialWinByName.
10730 (tui_win_name): Rename winName.
10731 (tui_current_layout): Rename currentLayout.
10732 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10733 (tui_term_height): Rename termHeight.
10734 (tui_set_term_height_to): Rename setTermHeightTo.
10735 (tui_term_width): Rename termWidth.
10736 (tui_set_term_width_to): Rename setTermWidthTo.
10737 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10738 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10739 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10740 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10741 (tui_source_windows): Rename sourceWindows.
10742 (tui_clear_source_windows): Rename clearSourceWindows.
10743 (tui_clear_source_windows_detail): Rename
10744 clearSourceWindowsDetail.
10745 (tui_clear_win_detail): Rename clearWinDetail.
10746 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10747 (tui_default_tab_len): Rename tuiDefaultTabLen.
10748 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10749 (tui_win_with_focus): Rename tuiWinWithFocus.
10750 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10751 (tui_layout_def): Rename tuiLayoutDef.
10752 (tui_win_resized): Rename tuiWinResized.
10753 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10754 (tui_next_win): Rename tuiNextWin.
10755 (tui_prev_win): Rename tuiPrevWin.
10756 (tui_add_to_source_windows): Rename addToSourceWindows.
10757 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10758 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10759 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10760 * tui/tui.c, tui/tui-data.c: Ditto.
10761 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10762 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10763
10764 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10765 (struct symtab): Declare.
10766 (tui_set_source_content): Rename tuiSetSourceContent.
10767 (tui_show_symtab_source): Rename tuiShowSource.
10768 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10769 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10770 * tui/tui-source.c: Update copyright. Update references.
10771 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10772 * tui/tui-stack.c: Update references.
10773
10774 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10775 (struct tui_win_info): Declare.
10776 (tui_scroll_forward): Rename tuiScrollForward.
10777 (tui_scroll_backward): Rename tuiScrollBackward.
10778 (tui_scroll_left): Rename tuiScrollLeft.
10779 (tui_scroll_right): Rename tuiScrollRight.
10780 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10781 (tui_resize_all): Rename tuiResizeAll.
10782 (tui_refresh_all_win): Rename tuiRefreshAll.
10783 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10784 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10785 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10786 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10787
10788 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10789 (tui_erase_data_content): Rename tuiEraseDataContent.
10790 (tui_display_all_data): Rename tuiDisplayAllData.
10791 (tui_check_data_values): Rename tuiCheckDataValues.
10792 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10793 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10794 (tui_first_data_element_no_in_line): Rename
10795 tuiFirstDataElementNoInLine.
10796 (tui_delete_data_content_windows): Rename
10797 tuiDeleteDataContentWindows.
10798 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10799 (tui_display_data_from): Rename tuiDisplayDataFrom.
10800 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10801 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10802 * tui/tui-win.c, tui/tui-regs.c: Update references.
10803 * tui/tui-layout.c, tui/tui.c: Update references.
10804
10805 * tui/tui-wingeneral.h: Update copyright.
10806 (m_allBeVisible): Delete macro.
10807 (m_allBeInvisible): Delete macro.
10808 (struct tui_gen_win_info): Declare.
10809 (struct tui_win_info): Declare.
10810 (tui_unhighlight_win): Rename unhighlightWin.
10811 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10812 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10813 (tui_make_window): Rename makeWindow.
10814 (tui_copy_win): Rename copyWin.
10815 (tui_box_win): Rename boxWin.
10816 (tui_highlight_win): Rename highlightWin.
10817 (tui_check_and_display_highlight_if_needed): Rename
10818 checkAndDisplayHighlightIfNeeded.
10819 (tui_refresh_all): Rename refreshAll.
10820 (tui_delete_win): Rename tuiDelwin.
10821 (tui_refresh_win): Rename tuiRefreshWin.
10822 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10823 (tui_make_visible, tui_make_invisible): New functions.
10824 (tui_make_all_visible, tui_make_all_invisible): New functions.
10825 (make_all_visible): Rename makeAllVisible.
10826 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10827 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10828 * tui/tui-windata.c, tui/tui-win.c: Update references.
10829 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10830 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10831
10832 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10833
10834 * proc-api.c (write_with_trace): Initialize local variable to
10835 silence compiler warning.
10836
10837 2004-02-06 Andrew Cagney <cagney@redhat.com>
10838
10839 * tui/tui-source.h: Do not include "defs.h".
10840 (struct tui_win_info): Declare.
10841 (tui_set_source_content_nil): Declare.
10842 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10843 (union tui_line_or_address): Rename _TuiLineOrAddress.
10844 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10845 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10846 (tui_update_source_window_as_is): Rename
10847 tuiUpdateSourceWindowAsIs.
10848 (tui_update_source_windows_with_addr): Rename
10849 tuiUpdateSourceWindowsWithAddr.
10850 (tui_update_source_windows_with_line): Rename
10851 tuiUpdateSourceWindowsWithLine.
10852 (tui_clear_source_content): Rename tuiClearSourceContent.
10853 (tui_erase_source_content): Rename tuiEraseSourceContent.
10854 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10855 (tui_show_source_content): Rename tuiShowSourceContent.
10856 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10857 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10858 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10859 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10860 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10861 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10862 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10863 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10864 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10865 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10866 (struct tui_win_info): Declare.
10867 * tui/tui-stack.c: Update references.
10868 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10869 * tui/tui-win.c, tui/tui-source.c: Ditto.
10870 * tui/tui.c, tui/tui-disasm.c: Ditto.
10871
10872 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10873
10874 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10875 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10876
10877 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10878
10879 * infrun.c (handle_inferior_event): Allow for breakpoint
10880 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10881 and SIGEMT. Update comments.
10882 * NEWS (Revised SPARC target): Mention support for non-executable
10883 stack.
10884
10885 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10886
10887 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10888 * inftarg.c: Update copyright year.
10889 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10890 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10891 (sparc_xfer_wcookie): New function.
10892 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10893 * Makefile.in (sparc-nat.o): Update dependencies.
10894 * config/sparc/nm-nbsd.h: Include "target.h".
10895 (NATIVE_XFER_WCOOKIE): New define.
10896 (sparc_xfer_wcookie): New prototype.
10897
10898 2004-02-04 Andrew Cagney <cagney@redhat.com>
10899
10900 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10901 SYSCALL_TRAP function.
10902 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10903
10904 2004-02-04 Andrew Cagney <cagney@redhat.com>
10905 Daniel Jacobowitz <drow@mvista.com>
10906
10907 * objfiles.h: Delete comments refering to inside_entry_func and
10908 DEPRECATED_FRAME_CHAIN_VALID.
10909 * defs.h (inside_entry_func): Update prototype..
10910 * blockframe.c (inside_entry_func): Rename to
10911 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10912 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10913
10914 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10915
10916 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10917 outside of #ifdef SOLIB_ADD region.
10918 (do_restore_lang_radix_cleanup): Ditto.
10919 (resolve_pending_breakpoint): Ditto.
10920
10921 2004-02-03 Andrew Cagney <cagney@redhat.com>
10922
10923 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10924 (process_note_abi_tag_sections): Delete unused function.
10925 (ia64_read_fp): Delete unused function.
10926 (gdbarch_extract_struct_value_address): Delete declaration.
10927
10928 2004-02-02 Andrew Cagney <cagney@redhat.com>
10929
10930 * vax-tdep.c (vax_frame_chain): Delete call to
10931 deprecated_inside_entry_file.
10932 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10933
10934 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10935
10936 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10937 column that's "empty" or "same value" when eliminating REG_RA
10938 rules.
10939
10940 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10941
10942 * NEWS: Add information about new pending breakpoint support.
10943
10944 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10945
10946 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10947 and pending fields for pending breakpoint support.
10948 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10949 (condition_command): Only parse condition if not a pending
10950 breakpoint.
10951 (print_one_breakpoint): Add support for pending breakpoints.
10952 (describe_other_breakpoints): Add checks to verify we are not
10953 dealing with pending breakpoints.
10954 (check_duplicates): Don't check pending breakpoints.
10955 (set_raw_breakpoint): Initialize pending flag.
10956 (do_restore_lang_radix_cleanup): New cleanup routine.
10957 (resolve_pending_breakpoint): New function.
10958 (re_enable_breakpoints_in_shlibs): Try and resolve any
10959 pending breakpoints via resolve_pending_breakpoint.
10960 (mention): Add pending breakpoint support.
10961 (parse_breakpoint_sals): Add new parameter to pass to
10962 decode_line_1 to indicate silent errors when files or functions
10963 are not found. Change all callers.
10964 (do_captured_parse_breakpoint): New function.
10965 (break_command_1): Change prototype to return an rc value and to
10966 take an optional pending breakpoint pointer. Support creating
10967 a pending breakpoint if a "not found" form of error occurs when
10968 parsing the breakpoint. Also support resolving an existing pending
10969 breakpoint and be silent if the resolution fails.
10970 (create_breakpoints): Change prototype to take pending breakpoint
10971 pointer. When resolving a pending breakpoint, use the new pointer
10972 to provide a conditional or commands added by the end-user.
10973 (delete_breakpoint): Add appropriate check for pending.
10974 (breakpoint_re_set_one): Ditto.
10975 (do_enable_breakpoint): Ditto.
10976
10977 2004-02-02 David Carlton <carlton@kealia.com>
10978
10979 * valops.c (enum oload_classification): New.
10980 (find_overload_match): Break implementation into separate
10981 functions; delete #if 0'd code; look for symbols within
10982 namespaces.
10983 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10984 (find_oload_champ,oload_method_static,classify_oload_match): New.
10985 * cp-support.h: Add declaration for cp_func_name; update
10986 declaration for make_symbol_overload_list.
10987 * cp-support.c (cp_func_name): New.
10988 (overload_list_add_symbol): Fix comment, use
10989 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10990 (make_symbol_overload_list): Take a function name and a namespace
10991 instead of a symbol; change implementation.
10992 (make_symbol_overload_list_using): New.
10993 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10994
10995 2004-02-02 Fred Fish <fnf@redhat.com>
10996
10997 * main.c (gdb_stdtarg): Move definition to group with other
10998 gdb_stdtarg definitions and update copyright years.
10999 * remote-sim.c (gdb_os_write_stderr): Write output to
11000 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11001 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11002 gdb_stderr stream and update copyright years.
11003
11004 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11005
11006 * Makefile.in (mips-linux-nat.o): Update dependencies.
11007 * mips-linux-nat.c: Include mips-tdep.h.
11008
11009 2004-02-01 Roland McGrath <roland@redhat.com>
11010
11011 * sol-thread.c (sol_thread_xfer_partial): New function.
11012 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11013 (init_sol_core_ops): Likewise.
11014
11015 * procfs.c (procfs_xfer_partial): New function.
11016 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11017 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11018
11019 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11020 procfs_xfer_auxv function.
11021
11022 * procfs.c (procfs_make_note_section): If we can read
11023 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11024 * linux-proc.c (linux_make_note_section): Likewise.
11025
11026 * auxv.h: New file.
11027 * auxv.c: New file.
11028 * Makefile.in (auxv_h): New variable.
11029 (COMMON_OBS): Add auxv.o here.
11030 (auxv.o): New target.
11031
11032 * corelow.c (core_xfer_partial): New function.
11033 (init_core_ops): Use it for core_ops.to_xfer_partial.
11034
11035 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11036 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11037 macro if that is defined.
11038
11039 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11040
11041 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11042 and check the specified thread for each breakpoint.
11043 * breakpoint.h (bpstat_stop_status): Update prototype.
11044 * infrun.c (handle_inferior_event): Update calls to
11045 bpstat_stop_status.
11046
11047 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11048
11049 * Makefile.in (cli-cmds.o): Add $(readline_h).
11050
11051 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11052
11053 * cli/cli-cmds.c: Include readline.h.
11054 (complete_command): Pass the start of the last word to
11055 complete_line.
11056
11057 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11058
11059 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11060 argument, and change first argument to a CORE_ADDR.
11061 * breakpoint.h (bpstat_stop_status): Update prototype.
11062 * infrun.c (adjust_pc_after_break): Add a new comment.
11063 (handle_inferior_event): Update calls to bpstat_stop_status.
11064
11065 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11066
11067 * breakpoint.h: Update copyright years.
11068
11069 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11070
11071 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11072 (bpstat_stop_status): Don't decrement PC.
11073 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11074 prototype.
11075 * infrun.c (adjust_pc_after_break): New function.
11076 (handle_inferior_event): Call it, early. Remove later references
11077 to DECR_PC_AFTER_BREAK.
11078 (normal_stop): Add commentary.
11079
11080 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11081
11082 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11083 2004-01-27 double-free fix.
11084
11085 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11086
11087 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11088 (sparc32_frame_prev_register): Handle StackGhost.
11089 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11090
11091 2004-01-29 Roland McGrath <roland@redhat.com>
11092
11093 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11094 * configure: Regenerated.
11095
11096 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11097 * Makefile.in (procfs.o): Add dep.
11098
11099 2004-01-28 Andrew Cagney <cagney@redhat.com>
11100
11101 * tui/tui-stack.h: Update copyright.
11102 (struct frame_info): Add opaque declaration.
11103 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11104 (tui_show_locator_content): Rename tuiShowLocatorContent.
11105 (tui_show_frame_info): Rename tuiShowFrameInfo.
11106 * tui/tui-stack.c: Update copyright. Update references.
11107 * tui/tui-winsource.c: Update references.
11108 * tui/tui-win.c: Update references.
11109 * tui/tui-layout.c: Update references.
11110 * tui/tui-hooks.c: Update copyright, update references.
11111 * tui/tui.c: Update copyright, update references.
11112 * tui/tui-disasm.c: Update references.
11113
11114 2004-01-28 David Carlton <carlton@kealia.com>
11115
11116 * dwarf2read.c (add_partial_structure): Use demangled name if
11117 namespace equals "".
11118
11119 2004-01-27 Jim Blandy <jimb@redhat.com>
11120
11121 Clean up misapplied patch:
11122 * dwarf2read.c (determine_prefix): Change one of the two forward
11123 declarations for 'determine_prefix_aux' to a declaration for this.
11124 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11125 argument to 'die_specification'.
11126
11127 * dwarf2read.c (read_func_scope): Re-indent comment.
11128
11129 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11130
11131 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11132 b->exp to NULL after freeing so that error during re-parsing or
11133 evaluation of expressions associated with breakpoint don't
11134 eventually lead to re-freeing of storage.
11135 Committed by Andrew Cagney.
11136
11137 2004-01-27 Andrew Cagney <cagney@redhat.com>
11138
11139 * source.c (ambiguous_line_spec): Delete undefined declaration.
11140 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11141 (m32r_set_server_address, m32r_set_download_path): Ditto.
11142 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11143
11144 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11145
11146 * dwarf2read.c: Update calls to changed and renamed functions, and
11147 references to moved variables.
11148
11149 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11150 language, language_defn, list_in_scope, and ftypes members.
11151 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11152 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11153 (baseaddr): Remove globals.
11154
11155 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11156 (set_cu_language, die_is_declaration, die_specification)
11157 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11158 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11159 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11160 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11161
11162 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11163 cu.list_in_scope. Don't initialize cu_header_offset.
11164 (add_partial_symbol): Add local baseaddr.
11165 (psymtab_to_symtab_1): Add local baseaddr. Use
11166 objfile->section_offsets for consistency. Don't initialize
11167 cu_header_offset; do initialize cu.header.offset and
11168 cu.list_in_scope.
11169 (read_file_scope, read_func_scope, read_lexical_block_scope)
11170 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11171
11172 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11173
11174 * PROBLEMS: Add gdb/1516.
11175
11176 2003-12-29 Robert Millan <robertmh@gnu.org>
11177
11178 Patch committed by Andrw Cagney.
11179 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11180 * configure.tgt: Match knetbsd*-gnu.
11181
11182 2004-01-26 Andrew Cagney <cagney@redhat.com>
11183
11184 * breakpoint.c (catch_command_1): Delete #ifdef code.
11185 (catch_fork_command_1): Delete #ifdef wrapper.
11186 (catch_exec_command_1): Ditto.
11187 (catch_load_command_1): Ditto.
11188 (catch_unload_command_1): Ditto.
11189
11190 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11191 (catch_breakpoint): Delete #if0ed function.
11192 (disable_catch_breakpoint): Ditto.
11193 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11194 (disable_catch, enable_catch, delete_catch): Ditto.
11195
11196 2004-01-26 Andrew Cagney <cagney@redhat.com>
11197
11198 * remote.c (echo_check, quit_flag): Delete variables.
11199 (cisco_kernel_mode): Delete variable.
11200 (minitelnet_return, tty_input, escape_count): Delete variables.
11201 (remote_cisco_mode): Delete variable.
11202 (remote_cisco_open, remote_cisco_close): Delete function.
11203 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11204 (init_remote_cisco_ops): Delete function.
11205 (_initialize_remote): Do not install "remote cisco" code.
11206 (read_frame): Delete cisco specific code.
11207 (remote_info_process): Delete function.
11208 (remote_wait): Delete cisco specific code.
11209 (remote_cisco_section_offsets): Delete function.
11210 (remote_cisco_objfile_relocate): Delete function.
11211 (remote_async_wait): Delete cisco specific code.
11212 (minitelnet, readtty, readsocket): Delete function.
11213
11214 2004-01-26 Andrew Cagney <cagney@redhat.com>
11215
11216 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11217 comments mentioning extract_returned_value_address.
11218 * infcmd.c (print_return_value): Update. Add comments on
11219 extract_returned_value_address.
11220 * stack.c (return_command): Add comments on
11221 extract_returned_value_address.
11222 * values.c: Update comment.
11223 * m32r-tdep.c: Update comment.
11224 * sparc-tdep.c: Update comment.
11225 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11226 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11227 * sh64-tdep.c (sh64_gdbarch_init): Update.
11228 * sh-tdep.c (sh_gdbarch_init): Update.
11229 * s390-tdep.c (s390_gdbarch_init): Update.
11230 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11231 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11232 * m68k-tdep.c (m68k_gdbarch_init): Update.
11233 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11234 * m32r-tdep.c (m32r_gdbarch_init): Update.
11235 * ia64-tdep.c (ia64_gdbarch_init): Update.
11236 * h8300-tdep.c (h8300_gdbarch_init): Update.
11237 * frv-tdep.c (frv_gdbarch_init): Update.
11238 * arm-tdep.c (arm_gdbarch_init): Update.
11239 * alpha-tdep.c (alpha_gdbarch_init): Update.
11240
11241 2004-01-26 Andrew Cagney <cagney@redhat.com>
11242
11243 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11244 SYMBOL_LOCATION_FUNCS
11245 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11246 "struct symbol_ops".
11247 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11248 type to "struct symbol_ops".
11249 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11250 (struct symbol): Replace ".aux_value.loc.funcs" and
11251 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11252 (SYMBOL_OBJFILE): Delete macro.
11253 (SYMBOL_LOCATION_FUNCS): Delete macro.
11254 (SYMBOL_LOCATION_BATON): Update.
11255 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11256 intead of SYMBOL_LOCATION_FUNCS.
11257 * ax-gdb.c (gen_var_ref): Ditto.
11258 * printcmd.c (address_info): Ditto.
11259 * findvar.c (read_var_value): Ditto.
11260 (symbol_read_needs_frame): Ditto.
11261
11262 2004-01-26 Andrew Cagney <cagney@redhat.com>
11263
11264 * dwarf2read.c (read_func_scope): Document frame-base hack.
11265
11266 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11267
11268 * infcmd.c (print_return_value): Plug memory leak; delete
11269 ui_stream object. Rename argument `structure_return' to
11270 `struct_return'.
11271
11272 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11273
11274 * infcmd.c (print_return_value): Wrap long lines.
11275 (finish_command_continuation, finish_command): Remove unused
11276 variable `funcaddr'. Fix some coding-standards problems.
11277
11278 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11279 SECT_SIZE is large enough, not whether it's exactly the right size.
11280 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11281 TDEP->fpregset to zero.
11282
11283 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11284 floating-point registers for traditional NetBSD core files.
11285 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11286 TDEP->sizeof_fpregset here.
11287
11288 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11289
11290 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11291 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11292 function with code split out from
11293 sparc32nbsd_sigcontext_frame_cache.
11294 (sparc32nbsd_sigcontext_frame_cache): Use
11295 sparc32nbsd_sigcontext_saved_regs.
11296 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11297 OpenBSD.
11298 * sparcobsd-tdep.c: New file.
11299 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11300 (sparcobsd-tdep.o): New dependency.
11301 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11302 * config/sparc/obsd.mt: New file.
11303
11304 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11305 TDEP->fpregset to be initialized to enable core file register
11306 sets.
11307
11308 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11309
11310 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11311 Add opaque declarations.
11312 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11313 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11314 function with code split out from
11315 sparc64nbsd_sigcontext_frame_cache.
11316 (sparc64nbsd_sigcontext_frame_cache): Use
11317 sparc64nbsd_sigcontext_saved_regs.
11318 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11319 OpenBSD.
11320 * sparc64obsd-tdep.c: New file.
11321 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11322 (sparc64obsd-tdep.o): New dependency.
11323 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11324 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11325 * config/sparc/obsd64.mt: New file.
11326
11327 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11328 read the instruction at PC.
11329
11330 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11331 value of GDB_OSABI_DEFAULT.
11332 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11333 instead of GDB_OSABI_NETBSD_AOUT.
11334
11335 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11336
11337 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11338 copyright.
11339
11340 2004-01-23 Andrew Cagney <cagney@redhat.com>
11341
11342 * printcmd.c (display_command): Replace tui_set_display call with
11343 tui_set_layout_for_display_command.
11344 * tui/tui.h (enum tui_win_type): Define.
11345 (tui_set_layout): Delete declaration.
11346 (tui_set_layout_for_display_command): Rename set_tui_layout.
11347 * tui/tui-data.h (enum tui_layout_type): Define.
11348 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11349 "tui.h".
11350 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11351 (tui_default_win_height): Rename tuiDefaultWinHeight.
11352 (tui_default_win_viewport_height): Rename
11353 tuiDefaultWinViewportHeight.
11354 (tui_set_layout): RenametuiSetLayout.
11355 * tui/tui-layout.c: Update references.
11356 * tui/tui.c: Update references.
11357 * tui/tui-disasm.c: Update references.
11358
11359 2004-01-23 David Carlton <carlton@kealia.com>
11360
11361 Partial workaround for PR c++/1511:
11362 * cp-namespace.c: Include frame.h.
11363 (cp_lookup_transparent_type): New
11364 (cp_lookup_transparent_type_loop): New.
11365 * cp-support.h: Declare cp_lookup_transparent_type.
11366 * symtab.c (basic_lookup_transparent_type): Renamed from
11367 lookup_transparent_type.
11368 (lookup_transparent_type): Replace old body by a call to
11369 current_language->la_lookup_transparent_type.
11370 * symtab.h: Update copyright. Declare
11371 basic_lookup_transparent_type.
11372 * language.h: Update copyright.
11373 (struct language_defn): Add la_lookup_transparent_type.
11374 * language.c: Update copyright.
11375 (unknown_language_defn): Add basic_lookup_transparent_type.
11376 (auto_language_defn): Add basic_lookup_transparent_type.
11377 (local_language_defn): Add basic_lookup_transparent_type.
11378 * ada-lang.c: Update copyright.
11379 (ada_language_defn): Add basic_lookup_transparent_type.
11380 * c-lang.c: Update copyright.
11381 (c_language_defn): Add basic_lookup_transparent_type.
11382 (cplus_language_defn): Add basic_lookup_transparent_type.
11383 (asm_language_defn): Add basic_lookup_transparent_type.
11384 (minimal_language_defn): Add basic_lookup_transparent_type.
11385 * f-lang.c: Update copyright.
11386 (f_language_defn): Add basic_lookup_transparent_type.
11387 * jv-lang.c: Update copyright.
11388 (java_language_defn): Add basic_lookup_transparent_type.
11389 * m2-lang.c: Update copyright.
11390 (m2_language_defn): Add basic_lookup_transparent_type.
11391 * objc-lang.c: Update copyright.
11392 (objc_language_defn): Add basic_lookup_transparent_type.
11393 * p-lang.c: Update copyright.
11394 (p_language_defn): Add basic_lookup_transparent_type.
11395 * scm-lang.c: Update copyright.
11396 (scm_language_defn): Add basic_lookup_transparent_type.
11397 * Makefile.in (cp-namespace.o): Depend on frame.h.
11398
11399 2004-01-23 David Carlton <carlton@kealia.com>
11400
11401 Patch for PR c++/1520:
11402 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11403 properly if we have a specification die.
11404 (determine_prefix_aux): Rename from determine_prefix.
11405 (determine_prefix): Like the old determine_prefix, but never
11406 returns NULL.
11407
11408 2004-01-23 Theodore A. Roth <troth@openavr.org>
11409
11410 * avr-tdep.c: Update copyright.
11411 (avr_iaddr_p): Delete unused function.
11412 (avr_saddr_p): Delete unused function.
11413
11414 2004-01-23 David Carlton <carlton@kealia.com>
11415
11416 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11417 Fix for PR symtab/1534.
11418
11419 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11420
11421 * NEWS (New native configurations): Mention OpenBSD/sparc and
11422 OpenBSD/sparc64.
11423 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11424 * configure.host: Likewise.
11425 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11426 handler for OpenBSD.
11427 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11428
11429 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11430
11431 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11432 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11433
11434 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11435 * cli/cli-cmds.c (shell_escape): Likewise.
11436
11437 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11438 OpenBSD .note.openbsd.ident sections.
11439
11440 2004-01-22 David Carlton <carlton@kealia.com>
11441
11442 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11443 get_scope_pc_bounds.
11444 (read_file_scope): Ditto.
11445 (get_scope_pc_bounds): New function, produced by extracting code
11446 from the above two functions, consolidating it, and adding support
11447 for DW_TAG_namespace.
11448
11449 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11450
11451 * osabi.c (MAX_NOTESZ): New define.
11452 (check_note): New function.
11453 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11454 check_note.
11455
11456 2004-01-21 Roland McGrath <roland@redhat.com>
11457
11458 * MAINTAINERS (write after approval): Add myself.
11459
11460 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11461
11462 * utils.c (init_page_info): Move declarations of `rows' and
11463 `cols' before the __GO32__-specific code. Move the closing brace
11464 outside the #ifdef __GO32__..#endif block.
11465 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11466
11467 2004-01-21 Paul Brook <paul@codesourcery.com>
11468
11469 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11470 BPSTAT_WHAT_CHECK_SHLIBS.
11471
11472 2004-01-21 Paul Brook <paul@codesourcery.com>
11473
11474 * MAINTAINERS: Add myself to write-after-approval.
11475
11476 2004-01-20 Andrew Cagney <cagney@redhat.com>
11477
11478 * ax-gdb.c (print_axs_value): Delete unused function.
11479 * jv-lang.c (java_lookup_type): Delete unused function.
11480 * cli/cli-dump.c (dump_filetype): Delete unused function.
11481 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11482 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11483 (mips_getstring): Delete unused function.
11484 (pmon_insert_breakpoint): Delete #if0ed function.
11485 (PMON_MAX_BP): Delete #if0ed MACRO.
11486 (mips_pmon_bp_info): Delete #if0ed variable.
11487 (pmon_remove_breakpoint): Delete #if0ed function.
11488 * monitor.c (monitor_write_even_block): Delete unused function.
11489 (monitor_write_memory_block): Delete #if0ed code.
11490 * dink32-rom.c (dink32_load): Delete unused function.
11491 (_initialize_dink32_rom): Delete #if0ed code.
11492 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11493
11494 * tui/tui-command.c: Update references.
11495 * tui/tui-io.c: Update references.
11496 * tui/tui-command.h: Update copyright.
11497 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11498
11499 * source.c (ambiguous_line_spec): Delete never-defined function.
11500 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11501 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11502 * cli/cli-cmds.c (validate_comname): Ditto.
11503
11504 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11505 "tui-data.h".
11506 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11507 (tui_show_disassem): Rename tuiShowDisassem.
11508 (tui_show_disassem_and_update_source): Rename
11509 tuiVerticalDisassemScroll.
11510 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11511 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11512 * tui/tui.h: Update copyright.
11513 (enum tui_status): Define.
11514 * tui/tui-data.h (enum tui_scroll_direction): Define.
11515 * tui/tui-disasm.c: Update copyright. Update references.
11516 * tui/tui-winsource.c: Update copyright. Update references.
11517 * tui/tui-win.c: Update references.
11518 * tui/tui-layout.c: Update references.
11519
11520 2004-01-20 Andrew Cagney <cagney@redhat.com>
11521
11522 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11523 sym2 to start of block.
11524
11525 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11526
11527 * MAINTAINERS: Delete mmalloc.
11528 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11529 * NEWS: Mention removal of --with-malloc.
11530 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11531 * config.in: Regenerate.
11532 * configure: Regenerate.
11533 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11534 USE_MMALLOC, MMCHECK_FORCE.
11535 * gdbinit.in: Remove mmalloc.
11536 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11537 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11538 * config/i386/go32.mh: Likewise.
11539 * config/i386/interix.mh: Likewise.
11540 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11541
11542 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11543
11544 * linespec.c (decode_variable, symtab_from_filename): Call
11545 error_silent with error message instead of throwing an exception
11546 directly.
11547 * defs.h (error_silent, error_output_message): Add prototypes.
11548 (catch_exceptions_with_msg): Ditto.
11549 * utils.c (error_silent, error_output_message): New functions.
11550 * top.c (catch_exceptions_with_msg): New function.
11551
11552 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11553
11554 * mi/mi-cmds.h (enum print_values): Add definition.
11555
11556 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11557 type and value for simple data types and just the name and type
11558 for complex ones, if required.
11559
11560 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11561 children, if required.
11562
11563 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11564
11565 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11566 unused declarations.
11567
11568 2004-01-19 Andrew Cagney <cagney@redhat.com>
11569
11570 * top.h (mapped_symbol_files): Delete declaration.
11571 * main.c (captured_main): Delete option "m" and "mapped".
11572 * objfiles.c (mapped_symbol_files): Delete variable.
11573 * symfile.c (symbol_file_command): Delete mmap code.
11574 (symbol_file_add_with_addrs_or_offsets): Ditto.
11575 (add_symbol_file_command, reread_separate_symbols): Ditto.
11576 * objfiles.h (OBJF_MAPPED): Delete.
11577 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11578 (free_objfile) [USE_MMALLOC]: Ditto.
11579 (open_existing_mapped_file): Delete function.
11580 (open_mapped_file): Delete function.
11581 (map_to_file): Delete function.
11582
11583 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11584
11585 * infrun.c (step_into_function): Account for possible breakpoint
11586 adjustment when computing ``stop_func_start''.
11587
11588 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11589
11590 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11591 the region size against the size of a pointer, not the size of
11592 a register as given by DEPRECATED_REGISTER_SIZE.
11593
11594 2004-01-19 Andrew Cagney <cagney@redhat.com>
11595
11596 * tui/tui-regs.h: Include "tui-data.h".
11597 (tuiFirstRegElementNoInLine): Delete declaration.
11598 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11599 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11600 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11601 (tui_calculate_regs_column_count): Rename
11602 tuiCalculateRegsColumnCount.
11603 (tui_check_register_values): Rename tuiCheckRegisterValues.
11604 (tui_show_registers): Rename tuiShowRegisters.
11605 (tui_display_registers_from_line): Rename
11606 tuiDisplayRegistersFromLine.
11607 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11608 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11609 (tui_first_reg_element_no_inline): Rename
11610 tuiFirstRegElementNoInLine.
11611 * tui/tui-data.h: Update copyright.
11612 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11613 * tui/tui-windata.c: Update copyright, update references.
11614 * tui/tui-regs.c: Update copyright, update references.
11615 * tui/tui-win.c: Update copyright, update references.
11616 * tui/tui-layout.c: Update copyright, update references.
11617
11618 2004-01-18 Andrew Cagney <cagney@redhat.com>
11619
11620 * tui/tui-io.c: Update copyright.
11621 (key_is_end_sequence, key_is_backspace): New functions.
11622 (key_is_command_char, key_is_start_sequence): New function.
11623 (tui_getc): Update references.
11624 * tui/tui-io.h: Update copyright.
11625 (m_tuiStartNewLine): Delete macro.
11626 (m_isBackspace, m_isDeleteChar): Delete macros.
11627 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11628 (m_isNextPage, m_isPrevPage): Delete macros.
11629 (m_isLeftArrow, m_isRightArrow): Delete macros.
11630 (m_isXdbStyleCommandChar): Delete macro.
11631 (key_is_start_sequence): Declare, replace m_isStartSequence.
11632 (key_is_end_sequence): Declare, replace m_isEndSequence.
11633 (key_is_backspace): Declare ,replace m_isBackspace.
11634 (key_is_command_char): Declare, replace m_isCommandChar.
11635 * tui/tui-command.c: Update copyright.
11636 (tuiDispatchCtrlChar): Update references.
11637
11638 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11639 tuiSourceWin.h.
11640
11641 * tui/tui-command.c: Rename tui/tuiCommand.c.
11642 * tui/tui-command.h: Rename tui/tuiCommand.h.
11643 * tui/tui-data.c: Rename tui/tuiData.c.
11644 * tui/tui-data.h: Rename tui/tuiData.h.
11645 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11646 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11647 * tui/tui-io.c: Rename tui/tuiIO.c.
11648 * tui/tui-io.h: Rename tui/tuiIO.h.
11649 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11650 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11651 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11652 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11653 * tui/tui-source.c: Rename tui/tuiSource.c.
11654 * tui/tui-source.h: Rename tui/tuiSource.h.
11655 * tui/tui-stack.c: Rename tui/tuiStack.c.
11656 * tui/tui-stack.h: Rename tui/tuiStack.h.
11657 * tui/tui-win.c: Rename tui/tuiWin.c.
11658 * tui/tui-win.h: Rename tui/tuiWin.h.
11659 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11660 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11661 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11662 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11663 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11664 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11665 * tui/tui-file.c: Update includes.
11666 * tui/tui-hooks.c: Update includes.
11667 * tui/tui-interp.c: Update includes.
11668 * tui/tui.c: Update includes.
11669 * Makefile.in: Update all tui/ dependencies.
11670 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11671
11672 * Makefile.in: Update copyright. Update dependencies.
11673
11674 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11675 problem.
11676
11677 2004-01-18 Andrew Cagney <cagney@redhat.com>
11678
11679 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11680 instead of register_gdbarch_init.
11681
11682 * remote-sds.c (tohex): Delete unused function. Update copyright.
11683 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11684 * v850-tdep.c (v850_register_virtual_size): Ditto.
11685 * target.c (normal_target_post_startup_inferior): Ditto.
11686 * source.c (ambiguous_line_spec): Ditto.
11687 * remote.c (adapt_remote_get_threadinfo): Ditto.
11688 * mi/mi-out.c (out_field_fmt): Ditto.
11689 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11690 (output_control_change_notification): Ditto.
11691 * m68k-tdep.c (m68k_register_byte): Ditto.
11692 (m68k_remote_breakpoint_from_pc): Ditto.
11693 * ui-out.c (init_ui_out_state): Delete unused declaration.
11694 * stabsread.c (search_value): Ditto.
11695 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11696 * maint.c (print_section_table): Ditto.
11697 * infrun.c (set_follow_fork_mode_command): Ditto.
11698
11699 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11700
11701 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11702 DW_CFA_def_cfa_exporession. Add support for
11703 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11704 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11705
11706 2004-01-18 Andrew Cagney <cagney@redhat.com>
11707
11708 * ocd.c: Update copyright.
11709 (bdm_read_register_command): Delete unused function.
11710 (_initialize_remote_ocd): Delete commented out reference.
11711 (get_quoted_char, reset_packet): Delete #if0ed function.
11712 (output_packet, put_quoted_char): Delete #if0ed function.
11713 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11714 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11715 (BDM_BREAKPOINT): Delete #if0ed macro.
11716 (remote_timeout): Delete #if0ed variable.
11717
11718 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11719
11720 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11721 (core-sol2.o): Remove dependency.
11722 * core-sol2.c: Remove file.
11723
11724 2004-01-17 Andrew Cagney <cagney@redhat.com>
11725
11726 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11727 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11728 enums.
11729
11730 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11731
11732 * remote.c: Update copyright years.
11733
11734 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11735
11736 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11737
11738 2004-01-17 Andrew Cagney <cagney@redhat.com>
11739
11740 * mdebugread.c: Update copyright.
11741 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11742 (parse_type, parse_procedure): Ditto.
11743 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11744
11745 * cris-tdep.c (cris_store_struct_return): Put back accidently
11746 deleted function.
11747
11748 * gdbarch.sh: Update copyright year.
11749 * gdbarch.h, gdbarch.c: Re-generate.
11750
11751 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11752
11753 Suggested by George Anzinger.
11754 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11755 correct stack offset. Include unknown opcode numbers in the error
11756 message.
11757
11758 2004-01-17 Andrew Cagney <cagney@redhat.com>
11759
11760 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11761 extract_struct_value_address, i386 does not set it.
11762 * sparc64-tdep.c (sparc64_init_abi): Do not set
11763 extract_struct_value_address, never called.
11764 (sparc64_extract_struct_value_address): Delete function.
11765 * m68hc11-tdep.c: Update copyright.
11766 (m68hc11_gdbarch_init): Delete redundant assignment of
11767 extract_struct_value_address.
11768 * i386-tdep.c: Update copyright.
11769 (i386_gdbarch_init): Do not set extract_struct_value_address,
11770 never called.
11771 (i386_extract_struct_value_address): Delete function.
11772 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11773 extract_struct_value_address, never called.
11774 (sparc32_extract_struct_value_address): #if 0 function. Add
11775 comments explaining its future.
11776
11777 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11778
11779 * arm-tdep.c (arm_write_pc): New function.
11780 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11781
11782 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11783
11784 * breakpoint.c (must_shift_inst_regs): Delete.
11785 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11786 and SHIFT_INST_REGS.
11787 * infcmd.c (step_1, step_1_continuation): Delete references to
11788 SHIFT_INST_REGS.
11789 * infrun.c (keep_going): Likewise.
11790 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11791 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11792
11793 2004-01-17 Andrew Cagney <cagney@redhat.com>
11794
11795 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11796 * gdbarch.h, gdbarch.c: Re-generate.
11797 * infcmd.c (print_return_value): Delete reference to
11798 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11799
11800 * cris-tdep.c (cris_gdbarch_init): Do not set
11801 deprecated_extract_struct_value_address.
11802
11803 * xstormy16-tdep.c: Update copyright.
11804 (xstormy16_extract_struct_value_address): Update to current
11805 extract struct value address interface.
11806 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11807 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11808 current extract struct value address interface.
11809 (sh64_gdbarch_init): Set extract_struct_value_address.
11810
11811 * cris-tdep.c: Update copyright.
11812 (cris_extract_struct_value_address): Delete function.
11813 (struct_return_address): Delete variable.
11814 (cris_store_struct_return): Do not set struct_return_address.
11815
11816 * mcore-tdep.c: Update copyright.
11817 (mcore_extract_struct_value_address): Delete function. Update
11818 comments.
11819 (mcore_gdbarch_init): Update.
11820 * mn10300-tdep.c: Update copyright.
11821 (mn10300_extract_struct_value_address): Delete function.
11822 (mn10300_gdbarch_init): Update.
11823 * v850-tdep.c: Update copyright.
11824 (v850_extract_struct_value_address): Delete.
11825 (v850_gdbarch_init): Update.
11826 * ns32k-tdep.c: Update copyright.
11827 (ns32k_extract_struct_value_address): Delete.
11828 (ns32k_gdbarch_init): Update.
11829 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11830 (hppa_gdbarch_init): Update.
11831 * vax-tdep.c: Update copyright.
11832 (vax_extract_struct_value_address): Delete.
11833 (vax_gdbarch_init): Update.
11834
11835 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11836 * gdbarch.h, gdbarch.c: Re-generate.
11837 * procfs.c (procfs_fetch_registers): Delete reference to
11838 DEPRECATED_NPC_REGNUM.
11839 (procfs_store_registers): Ditto.
11840 * regcache.c (generic_target_write_pc): Simplify.
11841 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11842
11843 * core-sol2.c (fetch_core_registers): Replace
11844 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11845
11846 * hppa-tdep.c: Update copyright year.
11847 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11848 NPC_REGNUM.
11849 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11850
11851 * mips-tdep.c (mips_write_pc): New function.
11852 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11853 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11854 (mips_find_saved_regs, mips_software_single_step: Ditto.
11855 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11856 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11857
11858 2004-01-17 Andrew Cagney <cagney@redhat.com>
11859
11860 * mips-tdep.c: Re-indent. Group functions by ABI.
11861
11862 2004-01-17 Andrew Cagney <cagney@redhat.com>
11863
11864 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11865 * gdbarch.c: Re-generate.
11866 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11867 DECR_PC_AFTER_BREAK to zero.
11868 * vax-tdep.c (vax_gdbarch_init): Ditto.
11869 * v850-tdep.c (v850_gdbarch_init): Ditto.
11870 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11871 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11872 * sh-tdep.c (sh_gdbarch_init): Ditto.
11873 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11874 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11875 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11876 * mips-tdep.c (mips_gdbarch_init): Ditto.
11877 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11878 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11879 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11880 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11881 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11882 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11883 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11884 * frv-tdep.c (frv_gdbarch_init): Ditto.
11885 * cris-tdep.c (cris_gdbarch_init): Ditto.
11886 * avr-tdep.c (avr_gdbarch_init): Ditto.
11887 * arm-tdep.c (arm_gdbarch_init): Ditto.
11888 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11889
11890 2004-01-17 J. Brobecker <brobecker@gnat.com>
11891
11892 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11893 Delete, no longer used.
11894 (read_subrange_type): New function, mostly extracted from
11895 read_array_type().
11896 (read_array_type): Replace extracted code by call to
11897 read_subrange_type().
11898 (dwarf2_get_attr_constant_value): New function.
11899 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11900 (add_partial_symbol): Likewise.
11901 (process_die): Likewise.
11902 (new_symbol): Likewise.
11903 (read_type_die): Likewise.
11904
11905 2004-01-16 Andrew Cagney <cagney@redhat.com>
11906
11907 * symfile.c: Update copyright year.
11908 (compare_symbols): Delete unused function.
11909 * stabsread.c: Update copyright year.
11910 (lrs_general_complaint): Delete unused function.
11911 (ref_search_value): Ditto.
11912 (get_substring): Delete declaration.
11913 * sh64-tdep.c: Update copyright year.
11914 (sh64_get_gdb_regnum): Delete unused function.
11915 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11916 Delete unused function.
11917
11918 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11919
11920 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11921 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11922
11923 2004-01-16 Andrew Cagney <cagney@redhat.com>
11924
11925 Changes from Peter Schauer.
11926 * rs6000-tdep.c: Update copyright year.
11927 (rs6000_push_dummy_call): Update the stack pointer before
11928 accessing the corresponding stack region.
11929 * rs6000-nat.c: Update copyright year.
11930 (set_host_arch): Set "info.abfd" to "exec_bfd".
11931
11932 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11933
11934 * blockframe.c: Update copyright year.
11935 (inside_entry_func): Don't treat a zero PC specially.
11936
11937 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11938
11939 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11940 variable.
11941 (gcore_create_callback): Ditto. Skip any memory segment that has
11942 no permissions set.
11943
11944 2004-01-14 David Carlton <carlton@kealia.com>
11945
11946 Change symbols for C++ nested types to contain the fully qualified
11947 name, if possible. (At least in the DWARF-2 case.) Partial fix
11948 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11949 c++/895.
11950 * c-exp.y (qualified_type): Handle types nested within classes.
11951 * cp-namespace.c: Update comments.
11952 (cp_set_block_scope): Delete #if 0.
11953 (cp_lookup_nested_type): Handle types nested within classes.
11954 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11955 when appropriate.
11956 (add_partial_symbol): Add the name of the enclosing namespace to
11957 types.
11958 (pdi_needs_namespace): New.
11959 (add_partial_namespace): Tweak comment.
11960 (add_partial_structure): New.
11961 (psymtab_to_symtab_1): Initialize processing_current_prefix
11962 here...
11963 (process_die): instead of here.
11964 (read_structure_scope): Try to figure out the name of the class or
11965 namespace that the structure might be defined within.
11966 (read_enumeration): Generate fully-qualified names, if possible.
11967 (read_namespace): Don't set name to NULL.
11968 (die_specification): New.
11969 (new_symbol): Generate fully-qualified names for types.
11970 (read_type_die): Determine appropriate prefix.
11971 (determine_prefix): New.
11972 (typename_concat): New.
11973 (class_name): New.
11974 * valops.c (value_aggregate_elt): Pass NOSIDE to
11975 value_struct_elt_for_reference.
11976 (value_struct_elt_for_reference): Make static, add NOSIDE
11977 parameter, call value_maybe_namespace_elt as a last resort.
11978 (value_namespace_elt): Break out code into
11979 value_maybe_namespace_elt.
11980 (value_maybe_namespace_elt): New.
11981
11982 2004-01-12 Andrew Cagney <cagney@redhat.com>
11983
11984 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11985 cooked floating-point registers.
11986 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11987 and value_to_register.
11988
11989 2004-01-13 Andrew Cagney <cagney@redhat.com>
11990
11991 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11992 * gdbarch.c: Re-generate.
11993 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11994 FUNCTION_START_OFFSET.
11995 * v850-tdep.c (v850_gdbarch_init): Ditto.
11996 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11997 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11998 * sh-tdep.c (sh_gdbarch_init): Ditto.
11999 * s390-tdep.c (s390_gdbarch_init): Ditto.
12000 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12001 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12002 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12003 * mips-tdep.c (mips_gdbarch_init): Ditto.
12004 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12005 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12006 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12007 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12008 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12009 * i386-tdep.c (i386_gdbarch_init): Ditto.
12010 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12011 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12012 * frv-tdep.c (frv_gdbarch_init): Ditto.
12013 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12014 * cris-tdep.c (cris_gdbarch_init): Ditto.
12015 * avr-tdep.c (avr_gdbarch_init): Ditto.
12016 * arm-tdep.c (arm_gdbarch_init): Ditto.
12017 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12018
12019 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12020
12021 * infrun.c (follow_fork_mode_ask): Remove.
12022 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12023 (follow_fork): Simplify and remove internal error for
12024 follow_fork_mode_ask.
12025 (_initialize_infrun): Update "set follow-fork-mode" help text.
12026
12027 2004-01-13 Andrew Cagney <cagney@redhat.com>
12028
12029 * configure.in: Update copyright year.
12030 (build_warnings): Add -Wunused-label.
12031 * configure: Re-generate.
12032
12033 2004-01-12 Andrew Cagney <cagney@redhat.com>
12034
12035 * exec.h (exec_ops): Make "extern".
12036
12037 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12038 the function is void.
12039 (mips_pseudo_register_write): Ditto.
12040
12041 2004-01-12 Andrew Cagney <cagney@redhat.com>
12042
12043 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12044 call. Never defined.
12045 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12046 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12047 (struct sparc_gregset, struct regcache): Ditto.
12048 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12049
12050 2004-01-12 Andrew Cagney <cagney@redhat.com>
12051
12052 * mi/ChangeLog: Delete file. Renamed to ...
12053 * mi/ChangeLog-1999-2003: New file.
12054 * tui/ChangeLog: Delete file. Renamed to ...
12055 * tui/ChangeLog-1998-2003: New file.
12056
12057 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12058
12059 * sparc64nbsd-tdep.c: Include "regset.h".
12060 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12061 Remove variables.
12062 (fetch_core_registers): Remove function.
12063 (sparc64nbsd_core_fns): Remove variable.
12064 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12065 functions.
12066 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12067 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12068 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12069
12070 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12071 sparc_extract_struct_value_address.
12072 (sparc32_gdbarch_init): Set extract_struct_value_address.
12073 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12074 function.
12075 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12076 return_value_on_stack.
12077
12078 * NEWS: Mention that %cs and %ss have been added to the AMD64
12079 configurations
12080
12081 * frame.c: Update copyright year.
12082 (get_prev_frame): Improve comment.
12083
12084 * sparc64fbsd-tdep.c: Include "regset.h".
12085 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12086 Remove variables.
12087 (fetch_core_registers): Remove function.
12088 (sparc64fbsd_core_fns): Remove variable.
12089 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12090 functions.
12091 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12092 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12093 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12094
12095 * sparcnbsd-tdep.c: Include "regset.h".
12096 (fetch_core_registers): Remove function.
12097 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12098 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12099 functions.
12100 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12101 TDEP->fpregset.
12102 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12103
12104 * sparc-tdep.h (struct regset): Provide opaque declaration.
12105 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12106 fpregset and sizeof_fpregset members.
12107 * sparc-tdep.c (struct regset): Provide opaque declaration.
12108 (sparc_regset_from_core_section): New function.
12109 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12110 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12111 Set regset_from_core_section when appropriate.
12112
12113 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12114
12115 * x86-64-tdep.c (amd64_non_pod_p): New function.
12116 (amd64_classify_aggregate): Return class memory for non-POD
12117 C++ structure types.
12118
12119 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12120 argument. Use it to reserve a register if necessary.
12121 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12122 amd64_push_arguments.
12123
12124 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12125
12126 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12127 register numbers in comments.
12128 * x86-64-tdep.h: Update copyright year.
12129 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12130 Adjust for addition of %cs and %ss.
12131 * amd64fbsd-nat.c: Update copyright year.
12132 (reg_offset): Add register offsets for %cs and %ss.
12133 * amd64fbsd-tdep.c: Update copyright year.
12134 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12135 (amd64fbsd_sc_reg_offset): Likewise.
12136 * x86-64-linux-nat.c: Update copyright year.
12137 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12138 and %ss.
12139 * amd64nbsd-nat.c: Update copyright year.
12140 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12141 * amd64nbsd-tdep.c: Update copyright year.
12142 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12143 * x86-64-linux-tdep.c: Update copyright year.
12144 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12145 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12146 * regformats/reg-x86-64.dat: Add %cs and %ss.
12147
12148 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12149 variables to prevent long lines. Update comments to reflect
12150 reality.
12151
12152 2004-01-09 David Carlton <carlton@kealia.com>
12153
12154 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12155 * dwarf2read.c (read_namespace): Pull out name-generating code
12156 into namespace_name. Rename previous_namespace to previous_prefix
12157 and processing_current_namespace to processing_current_prefix..
12158 (namespace_name): New function.
12159 (add_partial_symbol): Substitute uses of pdi->name with
12160 actual_name.
12161 * cp-support.h: Rename processing_current_namespace to
12162 processing_current_prefix.
12163 Update copyright year.
12164 * cp-namespace.c: Rename processing_current_namespace to
12165 processing_current_prefix.
12166 Update copyright year.
12167
12168 2004-01-09 Andrew Cagney <cagney@redhat.com>
12169
12170 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12171
12172 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12173
12174 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12175 complaining.
12176 (process_one_symbol): Deal with N_PATCH stabs.
12177
12178 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12179
12180 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12181 ifdeffed code.
12182 Update copyright year.
12183
12184 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12185
12186 * config/pa/tm-hppa.h: Update extern declarations for
12187 hppa32_hpux_frame_saved_pc_in_sigtramp,
12188 hppa32_hpux_frame_base_before_sigtramp, and
12189 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12190
12191 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12192
12193 * config/pa/tm-hppah.h: Update copyright years.
12194
12195 2004-01-08 Andrew Cagney <cagney@redhat.com>
12196
12197 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12198 (mips_o32_reg_struct_has_addr): Delete function.
12199 (mips_gdbarch_init): Update.
12200 (mips_extract_struct_value_address): Delete function.
12201
12202 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12203
12204 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12205 reality.
12206
12207 2004-01-07 Andrew Cagney <cagney@redhat.com>
12208
12209 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12210 architecture's elf flags (when available).
12211
12212 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12213 FPU to the start, check the MIPS FPU when looking for an old
12214 architecture.
12215 (set_mipsfpu_single_command): Update the architecture.
12216 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12217
12218 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12219 (mips_mask_address_p): Add "tdep" parameter.
12220 (show_mask_address, mips_addr_bits_remove): Update.
12221 (mips_dump_tdep): Update.
12222 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12223 (MIPS_STACK_ARGSIZE): Delete macro.
12224 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12225 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12226 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12227 (mips_dump_tdep): Update.
12228 (MIPS_SAVED_REGSIZE): Delete macro.
12229 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12230 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12231 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12232 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12233 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12234 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12235 (mips_pop_frame, return_value_location): Update.
12236 (mips_n32n64_return_value, mips_dump_tdep): Update.
12237
12238 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12239 MIPS ABI.
12240
12241 * mips-tdep.c: Update copyright.
12242 (mips_gdbarch_init): Merge two code blocks handling the register
12243 name and number layout.
12244
12245 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12246
12247 * tracepoint.c (validate_actionline): Fix segv at EOF
12248
12249 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12250
12251 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12252 properly for static fields.
12253
12254 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12255 Jason Molenda <jmolenda@apple.com>
12256
12257 * disasm.c: Update copyright to include 2004.
12258 (do_mixed_source_and_assembly): For uiout asm list
12259 and tuple cleanups, initialize to null_cleanup instead of
12260 NULL and do so prior to loop. Only reset when we close off
12261 the tuple/list. Move check for whether to close off the
12262 asm tuple/list to after dump_insns call where it will be run
12263 on each loop iteration.
12264
12265 2004-01-05 Andrew Cagney <cagney@redhat.com>
12266
12267 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12268 should be a switch case and not a label.
12269 * mips-tdep.c (mips32_next_pc): Delete unused labels
12270 "greater_equal_branch" and "less_zero_branch".
12271 * jv-valprint.c (java_print_value_fields): Delete unused label
12272 "flush_it".
12273
12274 * target.c (unpush_target): Only close a target that is in the
12275 target stack.
12276
12277 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12278
12279 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12280 address from [sp + 64] instead of %o2.
12281
12282 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12283 fixes PR backtrace/1476.
12284
12285 2004-01-05 Andrew Cagney <cagney@redhat.com>
12286
12287 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12288 move to start of file.
12289 * i386-tdep.h (struct regcache): Add opaque declaration.
12290 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12291 declaration.
12292 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12293 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12294 * win32-nat.c (fake_create_process): Use ISO C style definition.
12295 * stabsread.c (define_symbol): Delete #ifndef
12296 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12297 stabs_argument_has_addr call, macro never defined.
12298
12299 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12300
12301 * op50-rom.c: Delete.
12302 * w89k-rom.c: Delete.
12303 * Makefile.in: Remove references.
12304
12305 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12306
12307 * x86-64-tdep.c: Update copyright year.
12308 (struct amd64_register_info): Rename from x86_64_register_info.
12309 (amd64_register_info): Rename from x86_64_register_info.
12310 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12311 (amd64_register_name): Rename from x86_64_register_name.
12312 (amd64_register_type): Rename from x86_64_register_type.
12313 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12314 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12315 (amd64_dwarf_reg_to_regnum): Rename from
12316 x86_64_dwarf_reg_to_regnum.
12317 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12318 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12319 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12320 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12321 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12322 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12323 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12324 (amd64_frame_cache): Rename from x86_64_frame_cache.
12325 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12326 (amd64_frame_prev_register): Rename from
12327 x86_64_frame_prev_register.
12328 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12329 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12330 (amd64_sigtramp_frame_cache): Rename from
12331 x86_64_sigtramp_frame_cache.
12332 (amd64_sigtramp_frame_prev_register): Rename from
12333 x86_64_sigtramp_frame_prev_register.
12334 (amd64_sigtramp_frame_unwind): Rename from
12335 x86_64_sigtramp_frame_unwind.
12336 (amd64_sigtramp_frame_sniffer): Rename from
12337 x86_64_sigtramp_frame_sniffer.
12338 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12339 (amd64_frame_base): Rename from x86_64_frame_base.
12340 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12341 (amd64_frame_align): Rename from x86_64_frame_align.
12342 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12343 (amd64_regset_from_core_section): Rename from
12344 x86_64_regset_from_core_section.
12345 (x86_64_init_abi): Update comments.
12346
12347 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12348
12349 * MAINTAINERS (write after approval): Add myself.
12350
12351 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12352
12353 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12354 `float' arguments.
12355
12356 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12357
12358 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12359 such that it mentions a specific version of GCC that exhibits this
12360 bug.
12361
12362 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12363
12364 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12365 structure that has a single `float' member, store it in %f1 in
12366 addition to %f0.
12367
12368 * sparc-sol2-nat.c: Add missing '\'.
12369
12370 * sparc-tdep.c (sparc32_return_value): New function.
12371 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12372 Remove functions.
12373 (sparc32_gdbarch_init): Set return_value, don't set
12374 extract_return_value, store_return_value, use_struct_convention
12375 and return_value_on_stack.
12376
12377 * sparc-sol2-nat.c: Add missing ')'.
12378
12379 2004-01-03 J. Brobecker <brobecker@gnat.com>
12380
12381 * infrun.c (handle_step_into_function): New function.
12382 (handle_inferior_event): Extract out some code into the new
12383 function above.
12384
12385 2004-01-03 J. Brobecker <brobecker@gnat.com>
12386
12387 * infrun.c (handle_inferior_event): Move the declaration of
12388 real_stop_pc inside the if blocks where it is used.
12389
12390 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12391
12392 * sparc64-tdep.c (sparc64_16_byte_align_p)
12393 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12394 Use check_typedef to get subtypes of structures and unions.
12395 (sparc64_store_return_value): Fix calculation of the appropriate
12396 offset into VALBUF when storing a structure or union.
12397 (sparc64_return_value): New function.
12398 (sparc64_use_struct_convention): Remove function.
12399 (sparc64_init_abi): Set return_value, don't set
12400 extract_return_value, store_return_value and
12401 use_struct_convention.
12402
12403 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12404
12405 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12406 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12407 gdb/config/alpha/xm-alphaosf.h,
12408 gdb/config/powerpc/tm-ppcle-eabi.h,
12409 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12410 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12411 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12412 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12413 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12414 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12415 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12416 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12417 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12418 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12419 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12420 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12421 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12422 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12423 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12424 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12425 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12426 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12427 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12428 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12429 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12430 Remove lines for .cvsignore files.
12431
12432 2004-01-03 J. Brobecker <brobecker@gnat.com>
12433
12434 * infrun.c: Back out the previous change.
12435
12436 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12437
12438 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12439 sparc-*-sunos4* to the list of REMOVED configurations.
12440
12441 * configure.tgt: Add back sparc-*-vxworks*.
12442 * remote-vxsparc.c: Remove all includes except for "defs.h",
12443 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12444 Include "sparc-tdep.h".
12445 (SPARC_R_G1): New define.
12446 (vxsparc_gregset): New variable.
12447 (ext_format_sparc): Remove extern declaration.
12448 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12449 sparc32_supply_fpregset.
12450 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12451 sparc_collect_rwindow and sparc32_collect_fpregset.
12452 * config/sparc/tm-vxworks.h: New file, based on recently removed
12453 tm-vxsparc.h.
12454 * config/sparc/vxworks.mt: New file, based on recently removed
12455 vxworks.mt.
12456
12457 2004-01-03 J. Brobecker <brobecker@gnat.com>
12458
12459 * infrun.c (handle_step_into_function): New function.
12460 (handle_inferior_event): Extract out some code into the new
12461 function above.
12462
12463 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12464
12465 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12466 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12467 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12468 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12469 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12470 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12471 (sparc_nat_h): New variable.
12472 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12473 (tm-sun4os4.h): Remove dependency.
12474 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12475 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12476 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12477 sparc-tdep.o): Update dependencies.
12478 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12479 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12480 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12481 dependencies.
12482 * configure.host: Remove existing sparc-*-lynxos*,
12483 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12484 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12485 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12486 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12487 triplets.
12488 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12489 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12490 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12491 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12492 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12493 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12494 sparc64-*-solaris2* and sparc64-*-* triplets.
12495 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12496 "symtab.h" and "objfiles.h".
12497 (BIAS): Remove define.
12498 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12499 (X_DISP19): Remove macros.
12500 (sparc_fetch_instruction): Remove function.
12501 (struct gdbarch_tdep): Remove definition.
12502 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12503 (sparc_breakpoint_from_pc): Remove function.
12504 (struct sparc64_frame_cache): Remove definition.
12505 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12506 sparc64_unwind_pc): Remove functions.
12507 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12508 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12509 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12510 (sparc64_frame_cache): Change return type to `struct
12511 sparc_frame_cache *'. Simply call sparc_frame_cache.
12512 (sparc64_frame_this_id, sparc64_frame_prev_register,
12513 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12514 instead of `struct sparc64_frame_cache.
12515 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12516 sparc_analyze_control_transfer, sparc_software_single_step,
12517 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12518 _initialize_sparc64_tdep): Remove functions.
12519 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12520 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12521 macros.
12522 (sparc64_supply_gregset, sparc64_collect_gregset,
12523 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12524 (sparc64_init_abi): New function.
12525 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12526 inclusion guard. Include "sparc-tdep.h".
12527 (BIAS): Define.
12528 (r_tstate_offset, r_fprs_offset): New defines.
12529 (enum sparc_regnum): Remove defenition.
12530 (enum sparc64_regnum): Reformat.
12531 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12532 (sparc64_init_abi, sparc64_supply_gregset,
12533 sparc64_collect_gregset, sparc64_supply_fpregset,
12534 sparc64_collect_fpregset): New prototypes.
12535 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12536 Add extern declarations.
12537 (sparc64_sol2_init_abi): New prototype.
12538 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12539 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12540 prototypes.
12541 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12542 "sparnbsd-nat.h".
12543 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12544 functions.
12545 (_initialize_sparc64fbsd_nat): Remove initialization of
12546 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12547 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12548 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12549 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12550 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12551 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12552 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12553 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12554 (sparc64fbsd_r_y_offset): Remove variables.
12555 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12556 Make static and const.
12557 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12558 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12559 functions.
12560 (sparc64fbsd_gregset): New variable.
12561 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12562 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12563 and sparc64_supply_fpregset.
12564 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12565 (sparc64fbsd_sigtramp_frame_this_id)
12566 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12567 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12568 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12569 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12570 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12571 * sparcnbsd-tdep.c: Update copyright year. Include
12572 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12573 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12574 "value.h" and "sparcnbsd-tdep.h".
12575 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12576 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12577 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12578 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12579 defines.
12580 (sparcnbsd_gregset): New variable.
12581 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12582 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12583 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12584 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12585 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12586 variables.
12587 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12588 (sparc32nbsd_sigcontext_frame_this_id)
12589 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12590 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12591 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12592 (sparcnbsd_get_longjmp_target_32,
12593 sparcnbsd_get_longjmp_target_64): Remove functions.
12594 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12595 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12596 sparcnbsd_init_elf): Remove.
12597 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12598 (sparcnbsd_elf_init_abi): New functions.
12599 (_initialize_sparcnbsd_tdep): New prototype.
12600 (_initialize_sparnbsd_tdep): Update.
12601 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12602 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12603 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12604 * config/sparc/linux.mh: Update comment.
12605 (XM_FILE, HOST_IPC): Remove variables.
12606 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12607 sparc-linux-nat.o.
12608 * config/sparc/linux.mt: Update comment.
12609 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12610 * config/sparc/nbsd.mt: Reformat.
12611 * config/sparc/nbsd64.mh: Update comment.
12612 (NATDEPFILES): Add sparc-nat.o.
12613 * config/sparc/nbsd64.mt: Update comment.
12614 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12615 (TM_FILE): Set to tm-nbsd.h.
12616 * config/sparc/nbsdelf.mh: Update comment.
12617 (NATDEPFILES): Add sparc-nat.o.
12618 (XM_FILE): Delete.
12619 * config/sparc/nbsdaout.mh: Update comment.
12620 (NATDEPFILES): Add sparc-nat.o
12621 (XM_FILE): Delete.
12622 * config/sparc/nm-linux.h: Update copyright year. Don't include
12623 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12624 inclusion.
12625 (KERNEL_U_SIZE): Remove define.
12626 (kernel_u_size): Remove prototype.
12627 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12628 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12629 "regcache.h".
12630 (CHILD_PREPARE_TO_STORE): Remove define.
12631 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12632 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12633 sparcnbsd-nat.c: Rewrite files.
12634 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12635 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12636 sparcnbsd-tdep.h: Remove files.
12637 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12638 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12639 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12640 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12641 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12642 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12643 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12644 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12645 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12646 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12647 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12648 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12649 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12650 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12651 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12652 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12653 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12654 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12655 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12656
12657 2004-01-02 Andrew Cagney <cagney@redhat.com>
12658
12659 From 2003-12-18 Kazuhiro Inaoka:
12660 * configure.host: Add m32r-linux target.
12661
12662 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12663
12664 * top.c (print_gdb_version): Update year to 2004.
12665
12666 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12667
12668 * MAINTAINERS: Add myself to the write-after-approval category.
12669
12670 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12671
12672 From Bernardo Innocenti <bernie@develer.com>:
12673 * configure.tgt: Add uClinux target.
12674
12675 2004-01-02 Andrew Cagney <cagney@redhat.com>
12676
12677 * utils.c (do_my_cleanups): Make static, add forward declaration.
12678 * defs.h (do_my_cleanups): Delete declaration.
12679
12680 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12681
12682 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12683 bfd/ChangeLog-0203.
12684
12685 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12686
12687 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12688 in <machine/reg.h>.
12689 * configure, config.in: Regenerate.
12690
12691 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12692 tui/ChangeLog-1998-2003.
12693 \f
12694 Local Variables:
12695 mode: change-log
12696 left-margin: 8
12697 fill-column: 74
12698 version-control: never
12699 End:
This page took 0.274136 seconds and 5 git commands to generate.