* nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-12-10 Kris Warkentin <kewarken@qnx.com>
2
3 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
4 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
5 function and nto_set_target function.
6 (struct nto_target_ops): Put comments inline with struct. Add osabi
7 sniffer hook. Redefine macros to permit testing/assignment. Remove
8 nto_ prefix from members.
9 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
10 dynamically to support arbitrary root paths. Check for basename of
11 lib in search path and then check for absolute.
12 (nto_in_dynsym_resolve_code): New function.
13 (nto_core_sniffer): New function.
14 (regset_core_fns): Register core sniffer.
15 (nto_initialize_signals): New function.
16 (_initialize_nto_tdep): Move signal initialization code to above to
17 avoid initialization race conditions.
18 (nto_set_target): New function.
19 * nto-procfs.c: Minor formatting/indenting changes.
20 (procfs_is_nto_target): New function.
21 (procfs_open): Set nto_is_nto_target.
22 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
23 initialization race conditions.
24 (procfs_create_inferior): Resume inferior after creation.
25 * i386-nto-tdep.c: Declare i386_nto_target.
26 (init_i386nto_ops): Initialize i386_nto_target instead of
27 current_nto_target.
28 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
29 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
30 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi sniffer.
31
32 2004-12-10 Mark Kettenis <kettenis@gnu.org>
33
34 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
35 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
36 (hppa_hpux_init_abi): Reformat long line.
37
38 2004-12-09 Mark Kettenis <kettenis@gnu.org>
39
40 * hppa-hpux-tdep.c: Include "regset.h".
41 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
42 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
43 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
44 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
45 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
46 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
47 functions.
48 (hppa_hpux_regset): New variable.
49 (hppa_hpux_regset_from_core_section): New function.
50 (hppa_hpux_init_abi): Set regset_from_core_section.
51 (hppa_hpux_core_osabi_sniffer): New function.
52 (_initialize_hppa_hpux_tdep): Register
53 hppa_hpux_core_osabi_sniffer.
54 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
55 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
56
57 2004-12-09 Randolph Chung <tausq@debian.org>
58
59 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
60 text and data sections.
61 (pa64_current_sos): Also include the dld in the list of current shared
62 objects.
63 (pa64_solib_get_solib_by_pc): Update comments.
64 (pa64_solib_get_text_base): New function.
65 (pa64_solib_select): Set solib_get_text_base method.
66
67 2004-12-08 Daniel Jacobowitz <dan@debian.org>
68
69 * linux-thread-db.c (BUILD_THREAD): Delete.
70 (thread_get_info_callback): Include LWP ID in thread ID.
71 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
72 (lwp_from_thread): Use the LWP ID from the thread ID.
73
74 2004-12-07 Randolph Chung <tausq@debian.org>
75
76 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
77 register for both 32- and 64-bit targets.
78
79 2004-12-07 Randolph Chung <tausq@debian.org>
80
81 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
82 are unwinding through a dummy frame.
83
84 2004-12-07 Randolph Chung <tausq@debian.org>
85
86 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
87 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
88 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
89 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
90 if defined.
91
92 2004-12-07 Randolph Chung <tausq@debian.org>
93
94 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
95 unwinding from a frame with pc == 0.
96 (hppa_stub_frame_this_id): Likewise.
97 (hppa_stub_frame_prev_register): Only provide real values if the frame
98 cache is not NULL.
99
100 2004-12-07 Randolph Chung <tausq@debian.org>
101
102 * solib-som.c: New file.
103 * solib-som.h: New file.
104 * solib-pa64.c: New file.
105 * solib-pa64.h: New file.
106
107 2004-12-07 Mark Kettenis <kettenis@gnu.org>
108
109 * Makefile.in (inf-ttrace.o): Fix typo.
110
111 2004-12-07 Jim Blandy <jimb@redhat.com>
112
113 * remote.c (remote_threads_info, remote_current_thread): Use
114 strtoul to parse thread ID numbers.
115
116 2004-12-07 Mark Kettenis <kettenis@gnu.org>
117
118 * inf-ttrace.c: Include "gdbthread.h".
119 (inf_ttrace_num_lwps): New variable.
120 (inf_ttrace_num_lwps_in_syscall): Renamed from
121 inf_ttrace_num_threads_in_syscall.
122 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
123 TTEVT_LWP_TERMINATE events.
124 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
125 zero.
126 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
127 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
128 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
129 events.
130 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
131 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
132 TTEVT_LWP_TERMINATE events.
133 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
134 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
135 * Makefile.in (inf-ttrace.o): Update dependencies.
136
137 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
138 prototypes.
139 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
140 Make global. Remove HP-UX specific code. Use
141 frame_unwind_register_unsigned instead of
142 frame_unwind_register_signed.
143 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
144 Remove HP-UX specific code.
145 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
146 (hppa_frame_prev_register_helper): Set "flags" register to zero
147 for all unwound frames.
148 (hppa_gdbarch_init): Adjust.
149 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
150 (hppa_hpux_read_pc, hppa_hpux_write_pc)
151 (hppa_hpux_unwind_pc): New functions.
152 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
153
154 2004-12-07 Andreas Schwab <schwab@suse.de>
155
156 * main.c (long_options): Add entry for "-l".
157 (print_gdb_help): Add line for -l option.
158 * NEWS: Mention it.
159
160 2004-12-05 Randolph Chung <tausq@debian.org>
161
162 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
163 DEPRECATED_REGISTER_BYTE.
164
165 2004-12-05 Randolph Chung <tausq@debian.org>
166
167 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
168 records.
169
170 2004-12-05 Mark Kettenis <kettenis@gnu.org>
171
172 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
173 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
174
175 * hppa-hpux-tdep.c: Update copyright notice and year.
176
177 2004-12-05 Richard Earnshaw <rearnsha@arm.com>
178
179 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
180 (get_field, put_field): Assert that the format is one we can handle.
181 Simplify logic accordingly.
182 (floatformat_normalize_byteorder): New function.
183 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
184 to normalize and select modified byte order. Pass modified byte order
185 to get_field.
186 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
187 Likewise.
188 (convert_doublest_to_floatformat): Select an appropriate intermediate
189 byte order if necessary. Always convert to the final format before
190 returning.
191
192 2004-12-04 Daniel Jacobowitz <dan@debian.org>
193
194 PR tui/1703
195 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
196 Suggested by Joshua Neuheisel.
197
198 2004-12-03 Randolph Chung <tausq@debian.org>
199
200 * gdbarch.sh (instruction_nullified): Delete.
201 * gdbarch.c: Regenerate.
202 * gdbarch.h: Regenerate.
203 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
204 nullified.
205 (hppa_unwind_pc): Likewise.
206 (hppa_instruction_nullified): Delete.
207 (hppa_gdbarch_init): Don't set instruction_nullified method.
208 * infrun.c (infwait_states): Remove infwait_nullified_state.
209 (handle_inferior_event): Remove handling of infwait_nullified_state.
210 Remove handling of nullified instructions.
211
212 2004-12-03 Mark Kettenis <kettenis@gnu.org>
213
214 * inf-ttrace.c: Include <sys/mman.h>.
215 (struct inf_ttrace_page): New.
216 (struct inf_ttrace_page_dict): New.
217 (inf_ttrace_num_threads_in_syscall)
218 (inf_ttrace_reenable_page_protections): New variables.
219 (inf_ttrace_enable_syscall_events)
220 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
221 (inf_ttrace_add_page, inf_ttrace_insert_page)
222 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
223 (inf_ttrace_enable_page_protections)
224 (inf_ttrace_disable_page_protections)
225 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
226 (inf_ttrace_can_use_hw_breakpoint)
227 (inf_ttrace_region_size_ok_for_hw_watchpoint)
228 (inf_ttrace_stopped_by_watchpoint): New functions.
229 (inf_ttrace_him): Remove unsused varaible `tts'.
230 (inf_ttrace_create_inferior): Add assertionts.
231 (inf_ttrace_mourn_inferior): Clear page dictionary.
232 (inf_ttrace_attach): Set initial event mask.
233 (inf_ttrace_detach): Reset number of threads in system call.
234 (inf_ttrace_wait): Deal with system call events.
235 (inf_ttrace_target): Initialize "hardware" watchpoint-related
236 parts of the target vector.
237 (_initialize_inf_ttrace): New prototype and function.
238
239 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
240 type of `gp' variable.
241
242 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
243
244 * README: Remove config.if from directory listing.
245
246 2004-12-01 Joel Brobecker <brobecker@gnat.com>
247
248 * alpha-tdep.c (alpha_register_name): Add comment.
249 (alpha_cannot_fetch_register): Exclude registers numbers which
250 are no longer used from the list of registers that can be fetched.
251 (alpha_cannot_store_register): Exclude registers numbers which
252 are no longer used from the list of registers that can be stored.
253 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
254 core_reg_mapping array.
255
256 2004-12-01 Joel Brobecker <brobecker@gnat.com>
257
258 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
259 the register value from the correct frame.
260
261 2004-11-30 Randolph Chung <tausq@debian.org>
262
263 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
264 (hppa_linux_in_dyncall): Check that we are inside the range of
265 $$dyncall, not necessarily at the first insn.
266 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
267 even if the pc does not point to the first insn of the trampoline.
268
269 2004-11-30 Randolph Chung <tausq@debian.org>
270
271 * breakpoint.c (break_at_finish_command): Delete.
272 (break_at_finish_command_1): Delete.
273 (break_at_finish_at_depth_command): Delete.
274 (break_at_finish_at_depth_command_1): Delete.
275 (tbreak_at_finish_command): Delete.
276 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
277 and bx commands.
278
279 2004-11-30 Andrew Cagney <cagney@gnu.org>
280
281 * config/nm-gnu.h: Delete file.
282 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
283
284 * config/nm-sysv4.h: Delete file.
285 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
286 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
287 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
288 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
289 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
290
291 2004-11-29 Andrew Cagney <cagney@gnu.org>
292
293 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
294 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
295 as can-commit architecture developers.
296
297 2004-11-29 Mark Kettenis <kettenis@gnu.org>
298
299 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
300 (sparc32_skip_prologue): Skip instructions that store arguments in
301 registers into their corresponding stack slots.
302
303 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
304 tm-solib.h.
305 * config/m68k/obsd.mh (NAT_FILE): Likewise.
306
307 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
308 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
309 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
310 sparc32nbsd_elf_init_abi. Remove duplicate code.
311
312 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
313 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
314 * config/sparc/nm-nbsd.h: Remove file.
315 * config/sparc/nm-nbsdaout.h: Remove file.
316
317 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
318 (sparc_xfer_partial): New function.
319 (sparc_target): Save value of to_xfer_partial from ptrace vector.
320 Set to_xfer_partial.
321
322 * fork-child.c (fork_inferior): Fork instead of vfork if
323 PRE_TRACE_FUN is non-null.
324
325 2004-11-24 Fred Fish <fnf@specifixinc.com>
326
327 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
328 compiler generated function calls made as part of a prologue.
329
330 2004-11-23 Mark Kettenis <kettenis@gnu.org>
331
332 * inf-ttrace.c: New file.
333 * inf-ttrace.h: New file.
334 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
335 Include "inf-ttrace.h".
336 (ss_mpsfu_high): Define to ss_tlsp if necessary.
337 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
338 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
339 ptrace systems.
340 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
341 instead of inf_ptrace_target.
342 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
343 * Makefile.in (inf_ttrace_h): New variable.
344 (hppa-hpux-nat.o): Update dependency.
345 (inf-ttrace.o): New dependency.
346 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
347
348 2004-11-23 Randolph Chung <tausq@debian.org>
349
350 * arch-utils.c (generic_instruction_nullified): New.
351 * arch-utils.h (generic_instruction_nullified): New.
352 * gdbarch.sh (instruction_nullified): New method.
353 * gdbarch.c: Regenerate.
354 * gdbarch.h: Regenerate.
355 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
356 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
357 new gdbarch method.
358 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
359 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
360 static. Rewrite to work directly off the passed regcache.
361 (hppa_gdbarch_init): Set instruction_nullified method.
362
363 2004-11-23 Joel Brobecker <brobecker@gnat.com>
364
365 * sparc-tdep.c (sparc_is_unimp_insn): New function.
366 (sparc32_frame_cache): For functions where there is no debugging
367 information to help us determine whether it's a struct-return
368 function or not, fallback on checking whether the instruction
369 at the return address is an "unimp" instruction or not.
370
371 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
372
373 * MAINTAINERS: Add myself to write after approval section.
374
375 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
376 hpux-thread.c to suppress children from running.
377 (hppa_hpux_child_can_run): New function.
378 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
379 * hpux-thread.c: Include string.h and hppa-tdep.h.
380 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
381 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
382 (hpux_thread_store_registers): Replace deprecated_registers with
383 calls to regcache_raw_read.
384 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
385
386 2004-11-21 Mark Kettenis <kettenis@gnu.org>
387
388 * sparc64fbsd-nat.c: Update copyright year.
389 (_initialize_sparc64fbsd_nat): Construct and add target vector.
390 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
391 inftarg.o.
392
393 2004-11-21 Daniel Jacobowitz <dan@debian.org>
394
395 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
396
397 2004-11-21 Daniel Jacobowitz <dan@debian.org>
398
399 * linux-nat.c (my_waitpid): New function.
400 (linux_test_for_tracefork): Make more robust and verbose. Take
401 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
402 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
403 argument. Update calls to linux_test_for_tracefork.
404 (linux_enable_event_reporting, child_follow_fork)
405 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
406 (child_insert_exec_catchpoint): Update calls to
407 linux_supports_tracefork and linux_supports_tracevforkdone.
408
409 2004-11-21 Daniel Jacobowitz <dan@debian.org>
410
411 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
412 (value_subscripted_rvalue): Likewise.
413 * valops.c (search_struct_field, value_slice): Likewise.
414
415 2004-11-21 Mark Kettenis <kettenis@gnu.org>
416
417 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
418 Reorder includes a bit. Fix comment.
419 * Makefile.in (inf-ptrace.o): Update dependencies.
420
421 2004-11-21 Andreas Schwab <schwab@suse.de>
422
423 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
424 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
425 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
426 to glibc_skip_solib_resolver.
427 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
428 solib-legacy.o.
429 * Makefile.in (m68klinux-tdep.o): Update dependencies.
430
431 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
432
433 * infttrace.h (ttrace_write_reg_64): Add prototype.
434 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
435 expression.
436 (store_inferior_registers): Correct formatting. Replace uses of
437 deprecated_registers with calls to regcache_raw_read,
438 regcache_raw_write_part and regcache_raw_read_part.
439
440 2004-11-21 Mark Kettenis <kettenis@gnu.org>
441
442 * config/pa/hppahpux.mh: Remove file.
443 * config/pa/hpux1020.mh: Remove file.
444
445 2004-11-20 Andreas Schwab <schwab@suse.de>
446
447 * configure.host: Set host floatformat for m68k.
448
449 2004-11-20 Eli Zaretskii <eliz@gnu.org>
450
451 * config/djgpp/fnchange.lst: Resolve file-name clash between
452 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
453
454 2004-11-20 Mark Kettenis <kettenis@gnu.org>
455
456 * hppa-hpux-nat.c: New file.
457 * config/pa/hpux.mh (NATDEPFILES): New file.
458 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
459 (hppa-hpux-nat.o): New dependency.
460 * configure.host: Remove hppa*-*-hpux10.20.
461 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
462
463 * inf-ptrace.c: Fix coding style.
464
465 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
466 * infptrace.c (call_ptrace): Simply call ptrace with four
467 arguments.
468
469 * dbxread.c (process_one_symbol): Fix a few coding standard
470 issues. Improve code formatting.
471
472 * dbxread.c: Include "gdb_string.h".
473 (record_minimal_symbol, read_ofile_symtab): Replace
474 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
475 * Makefile.in (dbxread.o): Update dependencies.
476
477 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
478 of bytes read for aligned LEB128 encodings.
479
480 2004-11-19 Mark Kettenis <kettenis@gnu.org>
481
482 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
483 parse_and_eval_address to u_long before converting it to a pointer
484 type.
485 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
486 ps_strings from int to u_long.
487 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
488 u_long instead of CORE_ADDR.
489
490 2004-11-18 Mark Kettenis <kettenis@gnu.org>
491
492 * dbxread.c (process_one_symbol): Do not adjust address of first
493 N_SLINE stab for a function for code generated by non-GCC
494 compilers.
495
496 2004-11-18 Kevin Buettner <kevinb@redhat.com>
497
498 * solib-null.c: New file.
499
500 2004-11-17 Andrew Cagney <cagney@gnu.org>
501
502 * MAINTAINERS: Drop MIPS and remote.
503
504 2004-11-15 Andrew Cagney <cagney@gnu.org>
505
506 * findvar.c (value_of_register): Set the frame ID.
507 * value.c (value_primitive_field): Copy the frame ID.
508 * valops.c (value_assign): Simplify lval_register case, there's
509 always a frame.
510
511 2004-11-14 Daniel Jacobowitz <dan@debian.org>
512
513 * Makefile.in (mips-linux-tdep.o): Update dependencies.
514 * mips-linux-tdep.c: Include "regcache.h".
515 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
516
517 2004-11-14 Daniel Jacobowitz <dan@debian.org>
518
519 * Makefile.in (linux-thread-db.o): Fix typo in last change.
520
521 2004-11-14 Daniel Jacobowitz <dan@debian.org>
522
523 * linux-thread-db.c: New file, renamed from thread-db.c.
524 * thread-db.c: Remove.
525 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
526 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
527 to linux-thread-db.o.
528 * config/arm/linux.mh (NATDEPFILES): Likewise.
529 * config/i386/linux.mh (NATDEPFILES): Likewise.
530 * config/i386/linux64.mh (NATDEPFILES): Likewise.
531 * config/ia64/linux.mh (NATDEPFILES): Likewise.
532 * config/m32r/linux.mh (NATDEPFILES): Likewise.
533 * config/m68k/linux.mh (NATDEPFILES): Likewise.
534 * config/mips/linux.mh (NATDEPFILES): Likewise.
535 * config/pa/linux.mh (NATDEPFILES): Likewise.
536 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
537 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
538 * config/s390/s390.mh (NATDEPFILES): Likewise.
539 * config/sparc/linux.mh (NATDEPFILES): Likewise.
540 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
541
542 2004-11-13 Andrew Cagney <cagney@gnu.org>
543
544 * config/i386/i386lynx.mh: Delete file.
545 * config/i386/i386lynx.mt: Delete file.
546 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
547 * i386ly-tdep.c: Delete.
548
549 * config/tm-lynx.h: Delete, inline contents ...
550 * config/rs6000/tm-rs6000ly.h: ... here.
551
552 * config/tm-sysv4.h: Delete file, inlining contents.
553 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
554 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
555 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
556
557 * regcache.h (deprecated_register_valid): Delete.
558 (deprecated_registers): Delete.
559 * regcache.c (deprecated_register_valid): Delete.
560 (deprecated_registers): Delete.
561 (deprecated_read_register_byte, _initialize_regcache)
562 (deprecated_write_register_bytes, build_regcache): Update.
563 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
564 remote-sds.o.
565 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
566 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
567
568 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
569 v850-*-* under removed.
570 * configure.host: Delete ns32k-*-netbsd*.
571 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
572 ns32k-*-netbsd*, and v850*-*-*.
573 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
574 "Deleted"
575 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
576 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
577 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
578 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
579 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
580 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
581 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
582 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
583 * v850-tdep.c: Delete.
584
585 2004-11-13 Joel Brobecker <brobecker@gnat.com>
586
587 * irix5-nat.c (fetch_core_registers): Replace use of
588 deprecated_registers by equivalent code.
589
590 2004-11-13 Joel Brobecker <brobecker@gnat.com>
591
592 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
593 with equivalent code.
594 (fill_fpregset): Likewise.
595
596 2004-11-13 Andrew Cagney <cagney@gnu.org>
597
598 * MAINTAINERS: Do not list "Deleted" architectures.
599
600 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
601 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
602 sparc-*-vxworks*.
603 * NEWS: Mention that vxworks was deleted.
604 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
605 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
606 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
607 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
608 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
609 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
610 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
611 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
612 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
613 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
614 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
615 * remote-vxmips.c, remote-vx.c: Delete.
616 * remote-vx68.c: Delete.
617 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
618 * config/m68k/os68k.mt, ada-lang.h: Ditto.
619 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
620 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
621
622 2004-11-13 Eli Zaretskii <eliz@gnu.org>
623
624 * config/i386/xm-go32.h: Don't include fopen-bin.h.
625 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
626
627 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
628 branch that doesn't define CRLF_SOURCE_FILES; always use
629 binary-mode open.
630 (print_source_lines_base, forward_search_command)
631 (reverse_search_command): Enable the code that accepts DOS-style
632 CRLF line endings on all platforms (this removes the need for
633 CRLF_SOURCE_FILES).
634
635 * defs.h: Fix wording of the comment before FOPEN_RB.
636 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
637
638 * config/djgpp/fnchange.lst: Group renames for opcode directory
639 together.
640
641 * config/djgpp/djconfig.sh: Replace file names that don't exist
642 anymore with existing files, for checking the unpacked
643 distribution.
644
645 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
646 Export pre-cooked values in configure-* targets that begin with
647 "@test -f stage_last".
648
649 2004-11-12 Andrew Cagney <cagney@gnu.org>
650
651 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
652 * value.h (struct value): Update comment.
653 * valops.c (value_assign): Fold lval_reg_fame_relative into
654 lval_register.
655 * findvar.c (value_from_register, locate_var_value): Ditto.
656
657 2004-11-12 Randolph Chung <tausq@debian.org>
658
659 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
660 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
661 (write_exp_msymbol): Remove conditional check for symbols starting
662 with $. Update comments.
663
664 2004-11-12 Randolph Chung <tausq@debian.org>
665
666 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
667 so_lib_thread_start_addr.
668 * pa64solib.h (so_list): Forward declare.
669 (pa64_solib_thread_start_addr): Prototype.
670 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
671 (no_shared_libraries): Remove.
672 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
673 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
674 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
675 the elf solib handler to find the start address.
676
677 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
678 files to the target makefile.
679 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
680 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
681 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
682
683 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
684 files for symbol reading and shared library handling here.
685 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
686 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
687 without bringing in 64-bit support.
688
689 2004-11-12 Andrew Cagney <cagney@gnu.org>
690
691 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
692 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
693 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
694 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
695 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
696 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
697 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
698
699 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
700 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
701 (VALUE_REGNUM): Define.
702 (struct value): Delete location.regnum, rename "regno" to
703 "regnum".
704 * value.c, valops.c, valarith.c, findvar.c: Update.
705
706 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
707 (VALUE_BITPOS): Delete.
708 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
709 * value.c (value_type, value_offset, value_bitpos)
710 (value_bitsize): New functions. Update references.
711 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
712 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
713 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
714 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
715 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
716 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
717 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
718 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
719 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
720
721 2004-11-12 Andrew Cagney <cagney@gnu.org>
722
723 * cris-tdep.c (cris_register_offset): Delete, never called.
724 (cris_spec_reg_applicable): Delete cris_ver_sim.
725 * MAINTAINERS: List d10v as OBSOLETE.
726 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
727 FOPEN_WB et.al., defined by "fopen-bin.h".
728
729 2004-11-12 Randolph Chung <tausq@debian.org>
730
731 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
732 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
733 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
734 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
735
736 2004-11-12 Mark Kettenis <kettenis@jive.nl>
737
738 * tui/tui-io.c: Don't include "terminal.h".
739 * Makefile.in (tui-io.o): Update dependencies.
740
741 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
742
743 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
744 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
745 set_gdbarch_regset_from_core_section for core file support.
746 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
747 New functions.
748
749 2004-11-11 Randolph Chung <tausq@debian.org>
750
751 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
752 stop_after_branch parameter and use it to determine if we should look
753 at the delay slot of the first branch insn to find prologue insns.
754 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
755 (hppa_frame_cache): Likewise.
756
757 2004-11-11 Randolph Chung <tausq@debian.org>
758
759 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
760 register so that it can be unwound from anywhere in the prologue.
761
762 2004-11-10 msnyder <msnyder@redhat.com>
763
764 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
765 must invalidate lr_reg (so we don't try to save it again).
766 Ditto for cr_offset and cr_reg.
767
768 2004-11-05 Jon Beniston <jon@beniston.com>
769
770 Committed by Andrew Cagney.
771 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
772 when an unexpected packet is received, as the target stubs
773 continually retransmit the same packet until ACKed.
774
775 2004-11-10 Randolph Chung <tausq@debian.org>
776
777 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
778 frame's type.
779
780 2004-11-10 Randolph Chung <tausq@debian.org>
781
782 * blockframe.c (inside_entry_func): Move to .....
783 * frame.c (inside_entry_func): ... here, and make static.
784 (backtrace_past_entry): New flag.
785 (get_prev_frame): Stop backtrace at the entry function if enabled
786 by flag. Update comments.
787 (_initialize_frame): Add command to set backtrace_past_entry flag.
788 * defs.h (inside_entry_func): Remove prototype.
789
790 2004-11-10 Mark Kettenis <kettenis@gnu.org>
791
792 * dwarf2read.c: Fix formatting.
793
794 2004-11-10 Andrew Cagney <cagney@gnu.org>
795
796 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
797 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
798 macros with function declarations.
799 * value.c (coerce_ref, coerce_array, coerce_number)
800 (coerce_enum): New functions.
801 (value_as_long, value_as_address): Update.
802 * ada-lang.c (ada_coerce_ref, ada_value_binop)
803 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
804 * jv-lang.c (evaluate_subexp_java): Update.
805 * valarith.c (value_less, value_neg, value_complement)
806 (value_binop, value_add, value_subscript, value_x_binop)
807 (value_logical_not, value_sub): Update.
808 * valops.c (check_field, value_struct_elt, value_ind)
809 (value_find_oload_method_list, value_cast, value_assign): Update.
810 * eval.c (evaluate_subexp_standard): Update.
811
812 2004-11-10 Mark Kettenis <kettenis@gnu.org>
813
814 * mips-tdep.c (mips32_relative_offset): Change return type to
815 LONGEST, change argument type to ULONGEST. Fix sign-extension.
816
817 2004-11-10 Randolph Chung <tausq@debian.org>
818
819 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
820 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
821 (hppa_fetch_pointer_argument): Likewise.
822 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
823 deprecated_read_memory_nobpt.
824 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
825 add_set_cmd sequence with add_setshow_boolean_cmd.
826
827 2004-11-09 Andrew Cagney <cagney@gnu.org>
828
829 GDB 6.3 released from GDB 6.3 branch.
830
831 2004-11-09 Andrew Cagney <cagney@gnu.org>
832
833 * values.c: Rename to ...
834 * value.c: ..., new file.
835 * Makefile.in: Update.
836
837 2004-11-09 Daniel Jacobowitz <dan@debian.org>
838
839 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
840 size.
841
842 2004-11-09 Andrew Cagney <cagney@gnu.org>
843
844 * TODO: Delete.
845
846 * value.h (struct value): Delete field bfd_section.
847 (VALUE_BFD_SECTION): Delete macro.
848 (COERCE_REF): Update.
849 (value_at, value_at_lazy): Delete asection parameter.
850 * printcmd.c (print_formatted, x_command): Update.
851 (do_examine): Delete asection parameter.
852 (next_section): Delete variable.
853 * valops.c (value_cast, value_at, value_at_lazy)
854 (value_coerce_function, value_addr, value_ind, value_string)
855 (find_rt_vbase_offset, value_full_object): Update.
856 * hpacc-abi.c (hpacc_virtual_fn_field)
857 (hpacc_value_rtti_type): Update.
858 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
859 (gnuv3_baseclass_offset): Update.
860 * f-valprint.c (f_val_print): Update.
861 * c-valprint.c (c_val_print): Update.
862 * p-valprint.c (pascal_val_print): Update.
863 * jv-valprint.c (java_value_print): Update.
864 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
865 * ada-lang.c (ada_value_primitive_packed_val)
866 (ada_evaluate_subexp): Update.
867 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
868 * expprint.c (print_subexp_standard): Update.
869 * infcall.c (call_function_by_hand): Update.
870 * valarith.c (value_add): Update.
871 * eval.c (evaluate_subexp_standard): Update.
872 * values.c (allocate_value, value_copy, value_static_field): Update.
873 * findvar.c (read_var_value, locate_var_value): Update.
874
875 2004-11-09 Andrew Cagney <cagney@gnu.org>
876
877 * i386-linux-tdep.c: Include "dwarf2-frame.h".
878 * Makefile.in: Update all dependencies.
879
880 2004-11-08 Andrew Cagney <cagney@gnu.org>
881
882 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
883 (sentinel_frame_unwinder): Add the prev_pc method.
884 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
885 available. Do not handle the sentinel-frame case.
886 * frame-unwind.h (frame_prev_register_ftype): Define.
887 (struct frame_unwind): Add prev_pc;
888
889 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
890
891 * configure.in: Check for ncurses/term.h.
892 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
893 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
894 * tui/tui.c: Don't include term.h.
895 * configure, config.in: Rebuilt.
896
897 2004-11-08 Mark Kettenis <kettenis@gnu.org>
898
899 * m68kbsd-nat.c: Include "inf-ptrace.h".
900 (_initialize_m68kbsd_nat): Fix pasto.
901 * Makefile.in (m68kbsd-nat.o): Update dependencies.
902
903 2004-11-08 Randolph Chung <tausq@debian.org>
904
905 * infrun.c (debug_infrun): New variable.
906 (resume, proceed, wait_for_inferior): Annotate with debug messages.
907 (handle_inferior_event, keep_going): Likewise.
908 (_initialize_infrun): Register "set debug infrun" command.
909
910 2004-11-08 Andreas Schwab <schwab@suse.de>
911
912 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
913 PTRACE_EVENT_VFORKDONE.
914 (child_follow_fork): Adjust.
915
916 2004-11-08 Andrew Cagney <cagney@gnu.org>
917
918 * README: Refer to 6.3, not 6.2, update directory listing droppng
919 references to intl/ and mmalloc/.
920 * PROBLEMS: Refer to 6.3 not 6.2.
921
922 * PROBLEMS: Delete no-longer applicable problems.
923
924 2004-11-07 Andrew Cagney <cagney@redhat.com>
925 Daniel Jacobowitz <dan@debian.org>
926 Roland McGrath <roland@redhat.com>
927
928 * Makefile.in (symfile-mem.o): Update dependencies.
929 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
930 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
931 * inf-ptrace.c (inf_ptrace_attach): Call
932 observer_notify_inferior_created.
933 * inftarg.c (child_attach): Likewise.
934 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
935 (symbol_file_add_from_memory): Take NAME argument. Use it for
936 the new BFD's filename.
937 (add_symbol_file_from_memory_command): Update call to
938 symbol_file_add_from_memory.
939 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
940 (symbol_file_add_from_memory_wrapper): New.
941 (_initialize_symfile_mem): Register add_vsyscall_page as an
942 inferior_created observer.
943
944 2004-11-07 Mark Kettenis <kettenis@gnu.org>
945
946 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
947 fetch_inferior_registers. Make static.
948 (m68kbsd_store_inferior_registers): Rename from
949 store_inferior_registers. Make static.
950 (_initialize_m68kbsd_nat): Construct and add target vector.
951 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
952 inftarg.o. Add inf-ptrace.o.
953 (NAT_FILE): Set to tm-solib.h.
954 (LOADLIBES): New variable.
955 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
956 inftarg.o. Add inf-ptrace.o.
957 (NAT_FILE): Delete variable.
958 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
959 inftarg.o. Add inf-ptrace.o.
960 (NAT_FILE): Set to tm-solib.h.
961 * config/m68k/nm-nbsdaout.h: Remove file.
962
963 2004-11-07 Daniel Jacobowitz <dan@debian.org>
964
965 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
966 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
967 (dwarf2_signal_frame_unwind): New.
968 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
969 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
970
971 2004-11-07 Mark Kettenis <kettenis@gnu.org>
972
973 * Makefile.in (mips64obsd-tdep.o): Fix typo.
974
975 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
976 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
977 to only include the structure members we actually need.
978 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
979 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
980 only include the structure members we actually need.
981 (mipsnbsd_init_abi): Update.
982
983 * mips64obsd-nat.c: Include "mips-tdep.h".
984 (MIPS64OBSD_NUM_REGS): Remove define.
985 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
986 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
987 floating-point registers correctly.
988 * Makefile.in (mips64obsd-nat.o): Update dependencies.
989
990 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
991 "gdb_assert.h".
992 (mips64obsd_sigframe_init): New function.
993 (mips64obsd_sigframe): New variable.
994 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
995 unwinder.
996 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
997
998 2004-11-06 Joel Brobecker <brobecker@gnat.com>
999
1000 * alpha-mdebug-tdep.c: #include mdebugread.h.
1001 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1002 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1003
1004 2004-11-05 Andrew Cagney <cagney@gnu.org>
1005
1006 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1007 CFI and the init_reg method leave the register unspecified.
1008 Include the register name in the "Incomplete CFI data" complaint.
1009 Supress leading zeros in the address.
1010
1011 2004-11-05 Mark Kettenis <kettenis@gnu.org>
1012
1013 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1014 skipping a personality routine in a CIE augmentation.
1015
1016 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1017
1018 * defs.h (fatal, vfatal): New function prototypes.
1019 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1020 via catch_errors.
1021 (backtrace_command): Change to call backtrace_command_stub via
1022 catch_errors instead of calling backtrace_command_1 directly.
1023 (backtrace_full_command): Ditto.
1024 * utils.c (error_stream_1): New static function.
1025 (verror): Change to call error_stream_1 instead of error_stream.
1026 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1027 (vfatal, fatal): New functions.
1028
1029 2004-11-05 Andrew Cagney <cagney@gnu.org>
1030
1031 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1032 when not using selected frame.
1033
1034 2004-11-05 Mark Kettenis <kettenis@jive.nl>
1035
1036 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1037 personality routine in a CIE augmentation.
1038
1039 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
1040
1041 * stack.c (set_current_sal_from_frame): New function.
1042 (print_args_stub): Use it.
1043 (print_frame_info): Don't set sal here.
1044
1045 2004-11-04 Mark Kettenis <kettenis@gnu.org>
1046
1047 * dwarf2-frame.c (read_encoded_value): Change type of third
1048 argument to `unsigned char *'. Add support for LEB128 encodings.
1049
1050 2004-11-04 Jim Blandy <jimb@redhat.com>
1051
1052 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1053 prevent cross-objfile references.
1054 (make_cv_type): Doc fix. Don't create cross-objfile references,
1055 even for stub types.
1056 (replace_type): Add assertion to prevent cross-objfile references.
1057 (check_typedef): Never resolve a stub type by copying over a type
1058 from another file.
1059
1060 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1061
1062 * Makefile.in (m32r-tdep.o): Update dependencies.
1063 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1064 ABI-specific overrides.
1065
1066 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1067
1068 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1069 unnecessary parallel execution bit.
1070 (m32r_memory_remove_breakpoint): Ditto.
1071 (m32r_breakpoint_from_pc): Update.
1072
1073 2004-11-03 Randolph Chung <tausq@debian.org>
1074
1075 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1076 frame_func_unwind to locate the unwind entry.
1077 (hppa_frame_this_id): Likewise.
1078
1079 2004-11-03 Andrew Cagney <cagney@gnu.org>
1080
1081 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1082 packet, obsolete configurations, end-of-life deprecated_registers.
1083
1084 2004-11-02 Mark Kettenis <kettenis@gnu.org>
1085
1086 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1087 encodings as well as unsigned encodings.
1088
1089 2004-11-02 Andrew Cagney <cagney@gnu.org>
1090
1091 * value.h (COERCE_VARYING_ARRAY): Delete.
1092 * valops.c (value_cast, value_slice): Delete use.
1093 * valarith.c (value_subscript, value_concat): Delete use.
1094
1095 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1096
1097 * NEWS: GDB understands GNAT Ada.
1098
1099 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1100
1101 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1102 (amd64-sol2-tdep.o): Add dependencies.
1103 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1104 config/i386/sol2-64.mt: New files.
1105 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1106 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1107 (supply_gregset): Correct order of arguments to
1108 amd64_supply_native_gregset.
1109 (fill_gregset): Correct order of arguments to
1110 amd64_collect_native_gregset.
1111 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1112 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1113 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1114 for definition of NEW_PROC_API.
1115 * configure: Regenerate.
1116
1117 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1118
1119 * MAINTAINERS (Write After Approval): Add myself.
1120
1121 2004-11-01 Andrew Cagney <cagney@gnu.org>
1122
1123 * configure.tgt: Mark d10v-*-* as obsolete.
1124 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1125
1126 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1127
1128 * values.c (modify_field): Correct handling of bit-fields that
1129 don't fit in 32 bits. Use unsigned operations throughout and
1130 simplify the code a bit. Document preconditions.
1131
1132 2004-10-31 Andrew Cagney <cagney@gnu.org>
1133
1134 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1135 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1136 (in_plt_section): Delete.
1137
1138 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1139 (mips_gdbarch_init): Do not set same.
1140
1141 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1142 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1143
1144 * gdbarch.sh (in_solib_call_trampoline): Delete.
1145 * gdbarch.h, gdbarch.c: Re-generate.
1146
1147 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1148 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1149 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1150 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1151 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1152
1153 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1154
1155 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1156 (mipsnbsd_fetch_inferior_registers): Rename from
1157 fetch_inferior_registers. Make static.
1158 (mipsnbsd_store_inferior_registers): Rename from
1159 store_inferior_registers. Make static.
1160 (_initialize_mipsnbsd_nat): New function and prototype.
1161 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1162 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1163 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1164 inf-ptrace.o.
1165
1166 2004-10-31 Andrew Cagney <cagney@gnu.org>
1167
1168 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1169 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1170 delete corresponding unused function.
1171 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1172 in_solib_call_trampoline.
1173 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1174 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1175 * config/mips/tm-nbsd.h: Ditto.
1176 * config/arm/tm-linux.h: Ditto.
1177 * config/mips/tm-linux.h: Ditto.
1178
1179 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1180 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1181 in_solib_call_trampoline, delete corresponding unused function.
1182 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1183 (vaxnbsd_aout_init_abi): Ditto.
1184 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1185 (sparc32nbsd_aout_init_abi): Ditto.
1186 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1187 (ppc_linux_init_abi): Ditto.
1188 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1189 (ns32knbsd_init_abi_aout): Ditto.
1190 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1191 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1192 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1193 (m68kbsd_aout_init_abi): Ditto.
1194 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1195 (i386_cygwin_init_abi): Ditto.
1196 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1197 (i386bsd_init_abi): Ditto.
1198
1199 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1200 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1201 isn't used by this architecture.
1202 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1203 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1204 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1205 * s390-tdep.c (s390_gdbarch_init): Ditto.
1206 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1207 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1208 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1209 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1210 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1211 * amd64-tdep.c (amd64_init_abi): Ditto.
1212
1213 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1214 in_solib_call_trampoline to its default value of
1215 generic_in_solib_call_trampoline.
1216 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1217 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1218 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1219 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1220 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1221 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1222
1223 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1224
1225 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1226
1227 * config/mips/tm-mips.h: Delete file.
1228 * remote-mips.c: Delete tm-mips.h from comment.
1229 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1230 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1231 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1232 * config/mips/tm-linux.h: Don't include tm-mips.h.
1233 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1234 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1235 * config/mips/tm-wince.h: Don't include.
1236
1237 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1238 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1239 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1240 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1241
1242 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1243 * mdebugread.c (ecoff_relocate_efi): Delete function.
1244 * objfiles.c (objfile_relocate): Delete #ifdef
1245 MDEBUG_EFI_SYMBOL_NAME code.
1246
1247 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
1248 Andrew Cagney <cagney@gnu.org>
1249
1250 * gdbarch.sh (single_step_through_delay): Add.
1251 * gdbarch.h, gdbarch.c: Re-generate.
1252 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1253 (mips_step_skips_delay): Delete.
1254 * mips-tdep.c (mips_single_step_through_delay): Replace
1255 mips_step_skips_delay.
1256 (mips_gdbarch_init): Set single_step_through_delay.
1257 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1258
1259 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1260
1261 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1262 from TRAMP_FRAME frame type.
1263
1264 2004-10-31 Andrew Cagney <cagney@gnu.org>
1265
1266 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1267
1268 * mips-tdep.c (mips_ignore_helper): Delete.
1269 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1270 * infrun.c (handle_inferior_event): Delete #ifdef
1271 DEPRECATED_IGNORE_HELPER_CALL code.
1272
1273 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1274
1275 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1276
1277 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1278 (fill_fpregset): Do not compile for 64-bit systems.
1279 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1280 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1281 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1282
1283 2004-10-30 Andrew Cagney <cagney@gnu.org>
1284
1285 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1286 (struct mdebug_extra_func_info): Define.
1287 * config/alpha/tm-alpha.h: Delete same.
1288 * config/mips/tm-mips.h: Delete same.
1289 * mdebugread.c: Delete same.
1290 * Makefile.in: Update dependencies.
1291 * mips-mdebug-tdep.c: Include "mdebugread.h".
1292
1293 * objfiles.c: Include "mdebugread.h".
1294 * mdebugread.c: Include "mdebugread.h".
1295 (ecoff_relocate_cfi): Delete.
1296 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1297 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1298 * mdebugread.h (ecoff_relocate_efi): New file.
1299 * Makefile.in: Update dependencies.
1300
1301 * mips-tdep.c (struct frame_extra_info): Delete.
1302 (temp_proc_desc): Delete.
1303
1304 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1305 MIPS_EFI_SYMBOL_NAME.
1306 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1307 (struct mdebug_extra_func_info): Replace struct
1308 alpha_extra_func_info and alpha_extra_func_info_t.
1309 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1310 MIPS_EFI_SYMBOL_NAME.
1311 (struct mdebug_extra_func_info): Replace struct
1312 alpha_extra_func_info and alpha_extra_func_info_t.
1313 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1314 * mdebugread.c, alpha-mdebug-tdep.c:
1315
1316 Suggested by Mark Kettenis.
1317 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1318 fields frame_adjust and high_addr.
1319 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1320 (non_heuristic_proc_desc): Delete references.
1321
1322 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1323 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1324 * mips-tdep.c: Update.
1325
1326 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1327 (MIPS_LAST_EMBED_REGNUM): Add.
1328 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1329 (LAST_EMBED_REGNUM): Delete.
1330 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1331
1332 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1333 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1334 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1335 * mips-linux-nat.c: Update.
1336
1337 * mips-tdep.h: Add comments on registers.
1338 (MIPS_UNUSED_REGNUM): Define.
1339 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1340 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1341 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1342 * mips-linux-nat.c, remote-mips.c: Update.
1343
1344 * config/mips/tm-mips.h (t_insn): Delete.
1345 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1346 Replace t_insn with ULONGEST.
1347
1348 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1349
1350 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1351 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1352 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1353 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1354 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1355 (mipsnbsd_core_osabi_sniffer): New function.
1356 (mipsnbsd_init_abi): Set regset_from_core_section.
1357 (_initialize_mipsnbsd_tdep): Remove calls to
1358 deprecated_add_core_fns.
1359 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1360 (mipsnbsd_regset_from_core_section): New functions.
1361 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1362 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1363
1364 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1365 Remove optimization for DEPRECATED_FP_REGNUM.
1366
1367 2004-10-30 Andrew Cagney <cagney@gnu.org>
1368
1369 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1370 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1371 (alpha_setup_arbitrary_frame): Delete.
1372 * mips-tdep.c (setup_arbitrary_frame): Delete.
1373 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1374 (setup_arbitrary_frame): Delete.
1375 * stack.c (parse_frame_specification_1): When specified, call
1376 create_new_frame with two parameters. Delete #ifdef
1377 SETUP_ARBITRARY_FRAME.
1378
1379 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1380 (MIPS_INSTLEN): Delete.
1381 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1382 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1383 * remote-mips.c, mips-tdep.c: Update.
1384
1385 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1386 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1387 * mips-tdep.c (mips_mdebug_frame_cache)
1388 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1389 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1390 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1391 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1392 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1393 (mips_gdbarch_init): Do not append mdebug sniffers.
1394 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1395 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1396 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1397 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1398 * Makefile.in: Update dependencies.
1399
1400 * mips-tdep.h (mips_abi_regsize): Declare.
1401 * mips-tdep.c (mips_abi_regsize): Make non-static.
1402
1403 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1404 (make_mips16_addr): Delete.
1405
1406 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1407
1408 * i386-sol2-nat.c: New file.
1409 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1410 i386-sol2-tdep.c.
1411 (i386-sol2-nat.o): Update dependencies.
1412 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1413 i386-sol2-nat.o.
1414
1415 2004-10-30 Andrew Cagney <cagney@gnu.org>
1416
1417 Total breakage identified by Joel Brobecker.
1418 * mips-tdep.c (after_prologue): Delete.
1419 (mips_skip_prologue): Use skip_prologue_using_sal.
1420 (heuristic_proc_desc): Delete, unused.
1421
1422 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1423
1424 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1425 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1426 Cleanup coding style.
1427
1428 2004-10-30 Andrew Cagney <cagney@gnu.org>
1429
1430 * mips-tdep.h (mips_pc_is_mips16): Declare.
1431 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1432 non-static. Update calls.
1433
1434 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1435 * command.h (add_setshow_enum_cmd): Declare.
1436 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1437
1438 * mips-tdep.c (_initialize_mips_tdep): Use
1439 add_setshow_zinteger_cmd.
1440
1441 * mips-tdep.c (mips_eabi_extract_return_value)
1442 (mips_o64_extract_return_value, mips_o64_store_return_value)
1443 (return_value_location, mips_eabi_reg_struct_has_addr)
1444 (mips_eabi_use_struct_convention)
1445 (mips_eabi_store_return_value): Delete.
1446 (mips_eabi_store_return_value): New function.
1447 (mips_eabi_return_value): New function.
1448 (mips_gdbarch_init): For O64 and EABI, delete
1449 extract_return_value, store_return_value, use_struct_convention
1450 and reg_struct_has_addr, add return_value.
1451
1452 * mips-tdep.c (read_signed_register): Use
1453 regcache_cooked_read_signed.
1454
1455 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1456
1457 * mipsread.c: Cleanup coding style.
1458 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1459 (mipscoff_symfile_finish): Remove prototypes.
1460
1461 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1462
1463 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1464 (mips_mdebug_frame_cache, mips16_scan_prologue)
1465 (mips32_scan_prologue, mips_stub_frame_cache)
1466 (heuristic_proc_start, heuristic_proc_desc)
1467 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1468 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1469 (mips_o32_return_value, mips_o64_push_dummy_call)
1470 (mips_step_skips_delay, mips_skip_trampoline_code)
1471 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1472 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1473 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1474 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1475 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1476 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1477 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1478 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1479 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1480 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1481 ZERO_REGNUM.
1482 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1483 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1484 ZERO_REGNUM.
1485 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1486 A0_REGNUM.
1487 * mipsnbsd-nat.c: Include "mips-tdep.h".
1488 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1489 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1490
1491 2004-10-29 Andrew Cagney <cagney@gnu.org>
1492
1493 * stack.c (parse_frame_specification_1): New function based on
1494 parse_frame_specification. Add message and selected_frame_p
1495 paramters. Truely always return non-NULL.
1496 (parse_frame_specification): Call parse_frame_specification_1.
1497 (frame_info): Update. Eliminate target_has_stack check.
1498 (select_frame_command): Update.
1499
1500 2004-10-29 Andrew Cagney <cagney@gnu.org>
1501
1502 * frame.h (get_selected_frame): Add message parameter.
1503 * frame.c (get_selected_frame): Add and use message parameter.
1504 * stack.c (current_frame_command, return_command, locals_info)
1505 (catch_info, args_info, up_silently_base, down_silently_base): Use
1506 get_selected_frame with an explicit message.
1507 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1508 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1509 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1510 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1511 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1512 * breakpoint.c: Update.
1513
1514 2004-10-29 Andrew Cagney <cagney@gnu.org>
1515
1516 * trad-frame.c (trad_frame_get_prev_register): Use
1517 frame_unwind_register instead of frame_register_unwind, do not
1518 recurse the register's location.
1519 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1520 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1521 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1522 * sh-tdep.c (sh_frame_prev_register): Ditto.
1523 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1524 * i386-tdep.c (i386_frame_prev_register): Ditto.
1525 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1526 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1527
1528 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1529
1530 * proc-events.c: Fix several coding-style issues. Consistently
1531 use #ifdef instead of #if defined().
1532 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1533 ARRAY_SIZE.
1534 (_initialize_proc_events): New prototype.
1535
1536 * proc-why.c: Fix several coding-style issues.
1537 (proc_prettyfprint_why): Use ARRAY_SIZE.
1538
1539 2004-10-27 Jim Blandy <jimb@redhat.com>
1540
1541 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1542 manner independent of the host byte order.
1543
1544 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1545
1546 * mips-tdep.c (id_delayed): Remove prototype.
1547
1548 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1549
1550 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1551 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1552 to enum with register numbers.
1553 (enum mips_insn_size): New enum.
1554
1555 2004-10-26 Andrew Cagney <cagney@gnu.org>
1556
1557 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1558 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1559 (mips_gdbarch_init): Update.
1560 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1561
1562 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1563 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1564 IN_SOLIB_RETURN_TRAMPOLINE.
1565 * mips-tdep.c (mips_dump_tdep): Do not print
1566 IN_SOLIB_RETURN_TRAMPOLINE.
1567 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1568 (mips_gdbarch_init): Update.
1569
1570 * mips-tdep.h (mips_software_single_step): Move to here ...
1571 * config/mips/tm-mips.h: ... from here.
1572 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1573 (SOFTWARE_SINGLE_STEP): Delete.
1574 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1575
1576 2004-10-25 Andrew Cagney <cagney@gnu.org>
1577
1578 * NEWS: Add Changes since GDB 6.3 section.
1579
1580 2004-10-23 Andreas Schwab <schwab@suse.de>
1581
1582 * ada-lang.c (grow_vect): Return the new array instead of
1583 expecting pointer to pointer to avoid violation of aliasing rules.
1584 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1585
1586 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1587
1588 * s390-tdep.c (enum pv_boolean): Remove.
1589 (pv_is_array_ref): Remove.
1590 (s390_on_stack): Remove.
1591 (S390_NUM_SPILL_SLOTS): Remove.
1592 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1593 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1594 (s390_store): Track all stores of orginal incoming registers to the
1595 stack constant offsets relative to the CFA, instead of only tracking
1596 stores into specific spill slots.
1597 (s390_load): Likewise.
1598 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1599 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1600 defined as call-saved by the ABI.
1601 (s390_push_dummy_call): Use bottom of dummy call argument save area
1602 as return value, not the top. Do not store to the called function's
1603 register save area.
1604 (s390_unwind_dummy_id): Adapt accordingly.
1605
1606 2004-10-23 Andrew Cagney <cagney@gnu.org>
1607
1608 * objfiles.h (struct objfile): Rename obj_private to
1609 deprecated_obj_private, sym_private to deprecated_sym_private, and
1610 sym_stab_info to deprecated_sym_stab_info.
1611 * gdb-stabs.h: Update.
1612 * elfread.c: Update.
1613 * dbxread.c: Update.
1614 * coffread.c: Update.
1615 * xcoffread.c: Update.
1616 * symfile.c: Update.
1617 * somread.c: Update.
1618 * nlmread.c: Update.
1619 * mdebugread.c: Update.
1620 * hpread.c: Update.
1621 * coffread.c: Update.
1622
1623 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1624
1625 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1626 * configure.host: Add mips64*-*-openbsd*.
1627 * configure.tgt: Add mips64*-*-openbsd*.
1628 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1629 mips64obsd-tdep.c.
1630 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1631 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1632
1633 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1634
1635 * symtab.c (symbol_search_name): Minor reformatting.
1636
1637 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1638
1639 * symtab.h: Fix typo in comment.
1640
1641 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1642
1643 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1644 (dwarf_decode_line_header): Likewise.
1645
1646 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1647
1648 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1649
1650 2004-10-19 Andrew Cagney <cagney@gnu.org>
1651
1652 GDB 6.3 branch created.
1653 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1654
1655 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1656
1657 * dwarf2read.c (set_cu_language): Set language to Ada for
1658 DW_LANG_Ada83 and DW_LANG_Ada95.
1659
1660 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1661
1662 From Andreas Schwab <schwab@suse.de>:
1663 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1664 for xmalloc and xrealloc.
1665
1666 2004-10-15 Andrew Cagney <cagney@gnu.org>
1667
1668 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1669 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1670 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1671 Update dependencies.
1672
1673 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1674
1675 * ada-lang.c (ada_lookup_symbol): Correct comment.
1676 (ada_evaluate_subexp): Change error message for
1677 OP_FUNCALL case so as not to indicate an internal error.
1678
1679 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1680
1681 Committed by Paul Hilfinger.
1682 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1683 type sizes in XVE/XVU types, and emit a warning when that happens,
1684 instead of rounding up the size of the resulting type.
1685 Some minor reformatting.
1686 (ada_is_aligner_type): Do not consider a type as an aligner type
1687 if there is a corresponding XVS type as well.
1688 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1689 have several levels of pointer indirection to the array.
1690
1691 2004-10-15 Jerome Guitton <guitton@gnat.com>
1692
1693 Committed by Paul Hilfinger.
1694 * ada-lang.c (check_size): New function.
1695 (coerce_unspec_val_to_type): call check_size to make sure
1696 that the object size is reasonable.
1697 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1698 Implements the case when we get a reference when we evaluate
1699 the expression of one of the bounds of the slice.
1700 (ada_value_struct_elt): when a packed array field is
1701 a reference, use ada_coerce_ref to dereference it; use
1702 ada_value_ind only if it is a pointer.
1703
1704 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1705
1706 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1707 a bit to avoid the necessity of an advance declaration. Remove
1708 declaration.
1709 (set_reg_offset): Move implemenation up.
1710 (mips16_get_imm): Likewise.
1711 (mips16_scan_prologue): Likewise.
1712 (reset_saved_regs): Likewise.
1713 (mips32_scan_prologue): Likewise.
1714
1715 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1716
1717 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1718 Remove sp as a parameter, compute it internally instead. Move
1719 prologue scanning limit from heuristic_proc_desc to here.
1720 (mips16_scan_prologue): Likewise.
1721 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1722 by call to mips16_scan_prologue.
1723 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1724 by call to mips32_scan_prologue.
1725 (heuristic_proc_desc): Remove code that's no longer necessary.
1726 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1727 (mips_skip_prologue): Update calls to mips16_scan_prologue
1728 and mips32_scan_prologue.
1729
1730 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1731
1732 * mips-tdep.c (mips16_scan_prologue): Merge code from
1733 mips16_skip_prologue. Now return the address of the first
1734 instruction past the function prologue.
1735 (mips16_skip_prologue): Remove, no longer necessary.
1736 (mips_skip_prologue): Replace call to mips16_skip_prologue
1737 by call to mips16_scan_prologue.
1738
1739 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1740
1741 * mips-tdep.c (mips32_scan_prologue): Merge code from
1742 mips32_skip_prologue. Now return the address of the first
1743 instruction past the function prologue.
1744 (mips32_skip_prologue): Remove. No longer necessary.
1745 (mips16_skip_prologue): Add parameter end_pc instead of
1746 computing it.
1747 (mips_skip_prologue): Compute the upper limit for the
1748 prologue scanning. Update call to mips16_skip_prologue.
1749 Replace call to mips32_skip_prologue by call to
1750 mips32_scan_prologue.
1751
1752 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1753
1754 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1755 NetBSD system call stubs that store %rp in the ERP slot of the
1756 stack frame.
1757
1758 * source.c: Always define O_BINARY to 0 if not defined already.
1759 (openp): Unconditionally use O_BINARY.
1760
1761 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1762 * event-top.c (gdb_readline2): Likewise.
1763
1764 2004-10-14 Orjan Friberg <orjanf@axis.com>
1765
1766 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1767 deprecated_add_core_fns which was removed by mistake.
1768
1769 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1770
1771 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1772 references to deprecated_registers[] with equivalent code.
1773
1774 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1775
1776 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1777 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1778 instead of explicit test and print statement.
1779
1780 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1781
1782 * sparc-nat.c: Include "inf-ptrace.h".
1783 (sparc_target): New function.
1784 * sparc-nat.h: Update copyright year.
1785 (sparc_target): New prototype.
1786 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1787 (_initialize_sparcnbsd_nat): Construct and add target vector.
1788 * sparc64nbsd-nat.c: Include "target.h".
1789 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1790 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1791 Update dependencies.
1792 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1793 inftarg.o, add inf-ptrace.o.
1794 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1795 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1796 (NAT_FILE): Set to nm-bsd.h.
1797 (LOADLIBES): New variable.
1798 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1799 infarg.o, add inf-ptrace.o.
1800 * config/sparc/nm-nbsdaout.h: Remove file.
1801 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1802 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1803 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1804
1805 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1806 "fopen-same.h". Update comment.
1807
1808 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1809
1810 * i386gnu-nat.c: Include "gdb_string.h".
1811 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1812 registers when the floating-point state isn't initialized.
1813 * Makefile.in (i386gnu-nat.o): Update dependencies.
1814
1815 2004-10-11 David Anderson <davea@sgi.com>
1816
1817 * regcache.c (regcache_raw_read): Comment was missing "to".
1818 Extraneous ' removed.
1819 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1820 comment now describes use.
1821
1822 2004-10-11 Orjan Friberg <orjanf@axis.com>
1823
1824 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1825 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1826 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1827 (cris_sigtramp_frame_sniffer): New functions.
1828 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1829 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1830 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1831 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1832 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1833 command.
1834 (cris_version_update): Remove, replace with ...
1835 (set_cris_version): New function.
1836 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1837 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1838 (_initialize_cris_tdep): Remove CRIS mode command.
1839 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1840 cris-fpless-backtrace command.
1841 (cris_scan_prologue): Fix prologue scanning limit.
1842 (cris_register_type): Update to reflect actual registers.
1843 (cris_register_bytes_ok) Remove.
1844 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1845 Remove set_gdbarch_deprecated_register_size,
1846 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1847
1848 2004-10-10 Andrew Cagney <cagney@gnu.org>
1849
1850 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1851 comment.
1852
1853 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1854
1855 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1856
1857 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1858
1859 * mips-tdep.c (mips16_scan_prologue): Renames
1860 mips16_heuristic_proc_desc. Update comment.
1861 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1862 (heuristic_proc_desc): Update calls to the 2 functions above.
1863
1864 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1865
1866 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1867 Update comments. Also immediately return empty cache when the start
1868 address of our function could not be found.
1869 (mips_insn32_frame_cache): Likewise.
1870
1871 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1872
1873 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1874 (mips_insn16_frame_cache): Pass frame cache in call to
1875 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1876 Remove code that became redundant as a consequence.
1877 (mips32_heuristic_proc_desc): No longer compute a fake
1878 procedure descriptor. Compute the full frame cache instead.
1879 Some minor comment reformatting.
1880
1881 2004-10-10 Jim Blandy <jimb@redhat.com>
1882
1883 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1884 reader, tracing bytecode stuff): Remove self.
1885
1886 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1887
1888 * sparc64-linux-tdep.c: Update copyright year. Don't include
1889 "solib-svr4.h".
1890 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1891 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1892 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1893
1894 * sparc-linux-tdep.c: Update copyright year.
1895 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1896 to struct frame_info *. Use safe_frame_unwind_memory instead of
1897 deprecated_read_memory_nobpt.
1898 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1899 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1900 changed signature of sparc_linux_sigtramp_start.
1901 (sparc32_linux_pc_in_sigtramp): Remove function.
1902 (sparc32_linux_sigtramp_p): New function.
1903 (sparc32_linux_sigtramp_frame_sniffer): Use
1904 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1905
1906 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1907 Remove function.
1908 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1909
1910 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1911 (decode_packed_array_type, value_subscript_packed)
1912 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1913 argument in call to lim_warning.
1914
1915 * configure.in: Really disable the TUI if an enhanced curses
1916 library isn't found.
1917 * configure: Regenerate.
1918
1919 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1920
1921 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1922 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1923 * config/i386/nm-nbsdaout.h: Remove file.
1924 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1925 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1926 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1927 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1928 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1929 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1930 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1931 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1932 (ldd, ld_un, ld_2): Remove defines.
1933 * config/i386/nm-obsd.h: Likewise.
1934
1935 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1936
1937 * ada-lex.l: Remove useless rule whose right-context clause
1938 causes unreferenced static function warning for yyrealloc.
1939 (ada_flex_use): Remove the artificial reference to yyrealloc.
1940
1941 2004-10-08 Andrew Cagney <cagney@gnu.org>
1942
1943 * target.h (struct target_ops): Rename to_xfer_memory to
1944 deprecated_xfer_memory.
1945 * target.c: Update.
1946 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1947 * wince.c: Update.
1948 * win32-nat.c: Update.
1949 * v850ice.c: Update.
1950 * uw-thread.c: Update.
1951 * thread-db.c: Update.
1952 * sol-thread.c: Update.
1953 * remote.c: Update.
1954 * remote-vx.c: Update.
1955 * remote-st.c: Update.
1956 * remote-sim.c: Update.
1957 * remote-sds.c: Update.
1958 * remote-rdp.c: Update.
1959 * remote-rdi.c: Update.
1960 * remote-mips.c: Update.
1961 * remote-m32r-sdi.c: Update.
1962 * remote-e7000.c: Update.
1963 * procfs.c: Update.
1964 * ppc-bdm.c: Update.
1965 * nto-procfs.c: Update.
1966 * monitor.c: Update.
1967 * linux-nat.c: Update.
1968 * inftarg.c: Update.
1969 * hpux-thread.c: Update.
1970 * go32-nat.c: Update.
1971 * gnu-nat.c: Update.
1972 * exec.c: Update.
1973 * corelow.c: Update.
1974 * bsd-kvm.c: Update.
1975 * aix-thread.c: Update.
1976
1977 2004-10-08 Andrew Cagney <cagney@gnu.org>
1978
1979 * target.c (debug_target): Move to near start of file.
1980 (target_stopped_data_address_p): Re-org logic, add casts.
1981
1982 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1983
1984 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1985 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1986 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1987 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1988 New defines.
1989
1990 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1991
1992 * target.h (to_stopped_data_address): Change prototype to
1993 take a CORE_ADDR pointer and return an int.
1994 * target.c (update_current_target): Change to_stopped_data_address
1995 to match new prototype.
1996 (debug_to_stopped_data_address): Change appropriately.
1997 * breakpoint.c (bpstat_stop_status): Change call to
1998 target_stopped_data_address to use new prototype.
1999 * frv-tdep.c (frv_have_stopped_data_address): New function.
2000 (frv_stopped_data_address): Change to new prototype and
2001 functionality.
2002 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2003 prototype and functionality.
2004 (ia64_stopped_by_watchpoint): New function.
2005 * i386-nat.c (i386_stopped_data_address): Change to new
2006 prototype and functionality.
2007 (i386_stopped_by_watchpoint): New function.
2008 * remote.c (remote_stopped_data_address): Change to new prototype
2009 and functionality.
2010 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2011 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2012 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2013 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2014 new i386_stopped_by_watchpoint function.
2015 (i386_stopped_by_watchpoint): New prototype.
2016 (i386_stoppped_data_address): Change to new prototype.
2017 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2018 new ia64_stopped_by_watchpoint function.
2019 (ia64_stopped_by_watchpoint): New prototype.
2020 (ia64_stopped_data_address): Ditto.
2021
2022 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2023
2024 * ada-typeprint.c (ada_print_type): Use int_string for printing
2025 modulus of modular type.
2026 * ada-lang.h (ada_modulus): Change return type to unsigned.
2027 * ada-lang.c (ada_language_arch_info): Correct type of
2028 string_char_type.
2029 (ada_modulus): Return unsigned result.
2030 (ada_lookup_symbol): Remove user disambiguation and modify comment
2031 accordingly.
2032
2033 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2034
2035 Committed by Paul Hilfinger.
2036 * ada-lang.c (decode_packed_array): On big-endian targets,
2037 left-justify the value if it comes with a modular type.
2038
2039 2004-10-08 Joel Brobecker <brobecker@gnat.com>
2040
2041 Committed by Paul Hilfinger.
2042 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2043 (is_name_suffix): Add support for "___JM" suffixes.
2044 (ada_check_typedef): Renames ada_completed_type.
2045 Update all users of CHECK_TYPEDEF, check_typedef, and
2046 ada_complete_type to call ada_check_typedef.
2047 * ada-typeprint.c: Likewise.
2048 * ada-valprint.c: Likewise.
2049
2050 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
2051
2052 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2053
2054 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
2055
2056 * MAINTAINERS: Update e-mail address.
2057
2058 2004-10-07 Daniel Jacobowitz <dan@debian.org>
2059
2060 From Maciej W. Rozycki <macro@mips.com>:
2061 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2062 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2063
2064 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2065
2066 * m32r-tdep.c (decode_prologue): Support functions written
2067 in assembler language. Recognize trap instructions as the
2068 end of prologue.
2069 (m32r_frame_unwind_cache): Ditto.
2070 (m32r_skip_prologue): Extend search limit. Quit analyzing
2071 prologue if pc's location is not readable.
2072
2073 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2074
2075 * Makefile.in (.l.c): Do conversions of names of alloc and free
2076 functions that are done for .y.c files, plus special one
2077 for yy_flex_realloc. Also, correct missing-file tests here.
2078 * ada-lex.l (malloc, free): Remove macros.
2079 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2080 xrealloc.
2081 (ada_flex_use): Dummy definition to remove warnings about unused
2082 functions.
2083 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2084 to suppress warning.
2085
2086 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2087
2088 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2089 RETURN_VALUE.
2090 (sh_return_value_fpu): Ditto for CPUs with FPU.
2091 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2092 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2093 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2094 RETURN_VALUE functions.
2095
2096 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2097
2098 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2099 (sh_pseudo_register_write): Ditto.
2100
2101 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2102
2103 * sh-tdep.c (IS_MACL_STS): New define.
2104 (IS_MOVI20): Ditto.
2105 (IS_MACL_LDS): Ditto.
2106 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2107 instructions in prologue.
2108 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2109 instructions in epilogue.
2110
2111 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2112
2113 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2114 (sh_sh_register_name): Add eight empty register names.
2115 (sh_sh3_register_name): Ditto.
2116 (sh_sh3e_register_name): Ditto.
2117 (sh_sh2e_register_name): Ditto.
2118 (sh_sh2a_register_name): New function, defining SH2A register set.
2119 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2120 in nofpu case.
2121 (sh_sh_dsp_register_name): Add eight empty register names.
2122 (sh_sh3_dsp_register_name): Ditto.
2123 (sh_sh4_register_name): Ditto.
2124 (sh_sh4_nofpu_register_name): Ditto.
2125 (sh_sh4al_dsp_register_name): Ditto.
2126 (sh2a_show_regs): New function.
2127 (sh2a_nofpu_show_regs): New function.
2128 (sh_sh2a_register_type): New function.
2129 (do_bank_register_info): New function.
2130 (sh_print_pseudo_register): Call do_bank_register_info.
2131 Call sh_print_pseudo_register for valid "bank" register.
2132 (sh_sh2a_register_sim_regno): New function.
2133 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2134 Increment pseudo register count by one for all sh variants with
2135 pseudo registers to accomodate pseudo bank register.
2136 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2137 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2138 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2139 Increment pseudo register numbers.
2140
2141 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2142
2143 * dwarf2read.c (read_subroutine_type): Call make_function_type
2144 instead of lookup_function_type.
2145
2146 2004-10-05 Jim Blandy <jimb@redhat.com>
2147
2148 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2149 (Previous change missed some uses.)
2150
2151 2004-10-05 Andrew Cagney <cagney@gnu.org>
2152
2153 * target.h (deprecated_child_ops): Rename child_ops.
2154 * wince.c: Update copyright. Rename child_ops.
2155 * win32-nat.c: Rename child_ops.
2156 * target.c: Rename child_ops.
2157 * rs6000-nat.c: Rename child_ops.
2158 * linux-nat.c: Rename child_ops.
2159 * infttrace.c: Rename child_ops.
2160 * inftarg.c: Rename child_ops.
2161 * infptrace.c: Rename child_ops.
2162 * hppah-nat.c: Update copyright. Rename child_ops.
2163 * hpux-thread.c: Update copyright. Rename child_ops.
2164
2165 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2166
2167 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2168
2169 2004-10-05 Andrew Cagney <cagney@gnu.org>
2170
2171 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2172
2173 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2174
2175 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2176 (die_ref_table): Remove.
2177 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2178 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2179 the usage of this type.
2180 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2181 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2182 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2183 (dwarf2_create_include_psymtab): Update comment.
2184 (find_partial_die): Remove third argument. Remove unreachable call
2185 to error ().
2186 (dwarf2_find_containing_comp_unit): Update comments. Change one
2187 assertion to an error. Remove an unreachable error.
2188 (dwarf2_find_comp_unit): Update comments.
2189 (type_at_offset): Remove dead code.
2190 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2191 (store_in_ref_table): Add CU argument.
2192 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2193 inter-compilation-unit references.
2194 (load_full_comp_unit, process_full_comp_unit): New functions, based
2195 on psymtab_to_symtab_1.
2196 (psymtab_to_symtab_1): Use them.
2197 (dwarf2_add_dependence): New function.
2198 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2199 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2200 (partial_die_parent_scope, guess_structure_name): Update for changes
2201 to find_partial_die.
2202 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2203 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2204 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2205 (read_die_and_children): Update call to store_in_ref_table.
2206 (do_free_die_list_cleanup): Remove.
2207 (fixup_partial_die): Update for changes to find_partial_die.
2208 (read_full_die): Handle queueing absolute references.
2209 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2210 (dwarf2_attr, die_specification, die_type)
2211 (die_containing_type, dwarf2_extension): Update calls to
2212 follow_die_ref.
2213 (dump_die): Update DW_FORM_ref* handling.
2214 (dwarf2_get_ref_die_offset): Likewise.
2215 (free_one_comp_unit): Release the dies list.
2216 (dwarf2_mark_helper): New function.
2217 (dwarf2_mark): Use it.
2218
2219 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2220
2221 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2222 when writing to memory.
2223
2224 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2225
2226 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2227 (m32r_extract_struct_value_address): Delete function.
2228 (m32r_return_value): New function.
2229 (m32r_gdbarch_init): Instead of store_return_value,
2230 extract_return_value, deprecated_extract_struct_value_address
2231 and deprecated_use_struct_convention, set return_value.
2232
2233 2004-10-03 Daniel Jacobowitz <dan@debian.org>
2234
2235 * dwarf2read.c (read_subrange_type): Add comment for variable
2236 sized arrays.
2237
2238 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2239
2240 * Makefile.in (.l.c): Modify rule for compatibility with recent
2241 versions of flex, and remove most command-line options.
2242 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2243 options.
2244
2245 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2246
2247 Turn on initial Ada support (mainly expression evaluation).
2248
2249 * Makefile.in (SFILES): Remove ada-tasks.c.
2250 (HFILES_NO_SRCDIR): Add ada-lang.h.
2251 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2252 (YYOBJ): Add ada-exp.o.
2253 (rule .l.c): Generalize to not mention ada.
2254 * symtab.c: Include ada-lang.h.
2255 (symbol_natural_name, symbol_demangled_name)
2256 (symbol_search_name): Add Ada case.
2257
2258 2004-10-01 Andrew Cagney <cagney@gnu.org>
2259
2260 * Makefile.in (COMMON_OBS): Add inf-child.o.
2261 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2262 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2263 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2264 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2265 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2266 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2267 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2268 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2269 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2270 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2271 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2272 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2273 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2274
2275 * target.c (xfer_using_stratum): Change return type to LONGEST.
2276 On each iteration offset, readbuf and writebuf.
2277 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2278 partial_length, and read/modify/write predicate, update comments.
2279 Pass buffer.word to ptrace write.
2280
2281 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2282
2283 * symfile.c (init_filename_language_table): Add extensions for
2284 Ada.
2285 * defs.h (enum language): Add language_ada.
2286 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2287 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2288 (add_symbols_from_enclosing_procs): Make a no-op for now.
2289 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2290 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2291 (find_line_in_linetable, find_next_line_in_linetable)
2292 (read_all_symtabs, is_plausible_func_for_line)
2293 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2294 (is_runtime_sym_defined, check_size): Remove declaration.
2295 (function_name_from_pc, ada_translate_error_message)
2296 (ada_lookup_minimal_symbol): Remove definition.
2297 (ada_add_block_symbols): Remove useless label.
2298 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2299 useless declaration.
2300 (ada_is_exception_sym): Likewise.
2301
2302 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2303
2304 Add m32r-linux support.
2305 * configure.tgt: Add m32r*-*-linux*.
2306 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2307 and m32r-linux-tdep.c.
2308 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2309 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2310 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2311 m32r-linux-tdep.c.
2312 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2313 config/m32r/linux.mh, config/m32r/linux.mt,
2314 config/m32r/nm-linux.h: New files.
2315
2316 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2317
2318 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2319 (mips32_fetch_instruction): Remove, unused.
2320
2321 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2322
2323 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2324 conditions that will always be true.
2325
2326 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2327
2328 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2329 (vaxbsd_fetch_inferior_registers): Rename from
2330 fetch_inferior_registers. Make static.
2331 (vaxbsd_store_inferior_registers): Rename from
2332 store_inferior_registers. Make static.
2333 (_initialize_vaxbsd_nat): Construct and add target vector.
2334 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2335 inftarg.o. Add inf-child.o and inf-ptrace.o.
2336 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2337 inftarg.o. Add inf-child.o and inf-ptrace.o.
2338 (NAT_FILE): Remove.
2339 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2340 inftarg.o. Add inf-child.o and inf-ptrace.o.
2341 (NAT_FILE): Remove.
2342 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2343
2344 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2345 (m88kbsd_fetch_inferior_registers): Rename from
2346 fetch_inferior_registers. Make static.
2347 (m88kbsd_store_inferior_registers): Rename from
2348 store_inferior_registers. Make static.
2349 (_initialize_m88kbsd_nat): New prototype and function.
2350 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2351 inftarg.o. Add inf-child.o and inf-ptrace.o.
2352 (NAT_FILE): Remove.
2353 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2354
2355 2004-09-30 Andrew Cagney <cagney@gnu.org>
2356
2357 * target.c (target_xfer_partial): New function.
2358 (target_read_memory_partial, target_write_memory_partial)
2359 (default_xfer_partial, target_read_partial, target_write_partial)
2360 (xfer_using_stratum): Use.
2361 (debug_to_xfer_partial): Delete function.
2362 (setup_target_debug): Do not override to_xfer_partial.
2363
2364 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2365
2366 * fork-child.c: Update copyright year. Fix coding style.
2367
2368 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2369
2370 * defs.h (msavestring, mstrsave): Remove prototypes.
2371 * utils.c (msavestring, mstrsave): Remove functions.
2372 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2373 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2374 of mstrsave.
2375 * source.c (find_and_open_source): Use xstrdup instead of
2376 mstrsave.
2377
2378 2004-09-30 Andrew Cagney <cagney@gnu.org>
2379
2380 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2381 (inf_ptrace_xfer_memory): Delete.
2382 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2383 (target_read_memory, target_write_memory): Use xfer_using_stratum
2384 when target_xfer_partial_p.
2385 (debug_target): Move to start of file.
2386 (target_read_memory_partial, target_write_memory_partial): Use
2387 to_xfer_partial when target_xfer_partial_p.
2388
2389 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2390 inf_ptrace_xfer_memory with equivalent code.
2391 * inftarg.c (child_xfer_partial): When performing a write, pass
2392 writebuf to child_xfer_memory.
2393
2394 * target.c (target_read_string): Use target_read_memory instead of
2395 target_xfer_memory.
2396
2397 2004-09-29 Andrew Cagney <cagney@gnu.org>
2398
2399 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2400 the address of status.
2401
2402 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2403 (kill_inferior): Inline ptrace_wait call.
2404 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2405 * inftarg.c (child_wait): Inline ptrace_wait call.
2406
2407 * target.h (struct target_ops): Delete field to_post_wait.
2408 (target_post_wait): Delete macro.
2409 (child_post_wait): Delete declaration.
2410 * target.c (update_current_target, update_current_target)
2411 (debug_to_post_wait, setup_target_debug): Delete functions and
2412 references.
2413 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2414 * inftarg.c (child_post_wait): Delete.
2415 (init_child_ops): Do not set to_post_wait.
2416 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2417 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2418 * inf-child.c (inf_child_post_wait): Delete.
2419 (inf_child_target): Do not set to_post_wait.
2420 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2421 (inf_ptrace_target): Do not set to_post_wait.
2422
2423 * wince.c (child_ops): Delete.
2424 * win32-nat.c (child_ops): Delete.
2425
2426 * inftarg.c (inftarg_set_find_memory_regions)
2427 (inftarg_set_make_corefile_notes): Delete functions.
2428 (_initialize_linux_nat): Inline calls.
2429
2430 * target.h (child_ops): Declare.
2431 * inftarg.c (child_ops): Move from here ...
2432 * target.c (child_ops): ... to here.
2433 * wince.c (child_ops): Delete extern declaration.
2434 * win32-nat.c (child_ops): Delete extern declaration.
2435 * linux-nat.c (child_ops): Delete extern declaration.
2436 * hpux-thread.c (child_ops): Delete extern declaration.
2437
2438 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2439
2440 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2441
2442 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2443
2444 * configure.in: Only set host_makefile_frag when building a native
2445 debugger.
2446 * configure: Regenerate.
2447
2448 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2449 for OpenBSD ELF.
2450
2451 2004-09-28 Andrew Cagney <cagney@gnu.org>
2452
2453 Problem identified by Paul Hilfinger.
2454 * Makefile.in (ada_lex_c): Define.
2455 (ada-lex.o): Delete rule.
2456
2457 * linux-proc.c: Delete file.
2458 * Makefile.in: Update.
2459 * config/sparc/linux64.mh (NATDEPFILES):
2460 * config/sparc/linux.mh (NATDEPFILES): Update.
2461 * config/s390/s390.mh (NATDEPFILES): Update.
2462 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2463 * config/powerpc/linux.mh (NATDEPFILES): Update.
2464 * config/pa/linux.mh (NATDEPFILES): Update.
2465 * config/mips/linux.mh (NATDEPFILES): Update.
2466 * config/m68k/linux.mh (NATDEPFILES): Update.
2467 * config/ia64/linux.mh (NATDEPFILES): Update.
2468 * config/i386/linux64.mh (NATDEPFILES): Update.
2469 * config/i386/linux.mh (NATDEPFILES): Update.
2470 * config/arm/linux.mh (NATDEPFILES): Update.
2471 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2472 * linux-nat.c: Update copyright. Include <sys/param.h>,
2473 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2474 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2475 (O_LARGEFILE): Possibly define.
2476 (_initialize_linux_nat, linux_proc_pending_signals)
2477 (add_line_to_sigset, linux_proc_xfer_memory)
2478 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2479 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2480 (struct linux_corefile_thread_data)
2481 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2482 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2483
2484 2004-09-16 Andrew Cagney <cagney@gnu.org>
2485
2486 * lin-lwp.c: Delete file.
2487 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2488 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2489 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2490 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2491 (linux_nat_attach, detach_callback, linux_nat_detach)
2492 (resume_callback, resume_clear_callback, linux_nat_resume)
2493 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2494 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2495 (status_callback, running_callback, count_events_callback)
2496 (select_singlestep_lwp_callback, select_event_lwp_callback)
2497 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2498 (child_wait, stop_and_resume_callback, linux_nat_wait)
2499 (kill_callback, kill_wait_callback, linux_nat_kill)
2500 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2501 (linux_nat_xfer_memory, linux_nat_thread_alive)
2502 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2503 (_initialize_linux_nat): New functions.
2504 * Makefile.in: Update all dependencies.
2505 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2506 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2507 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2508 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2509 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2510 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2511 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2512 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2513 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2514 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2515 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2516 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2517 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2518
2519 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2520
2521 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2522 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2523
2524 * configure.in: Don't comment out NATDEPFILES in the generated
2525 Makefile if NAT_FILE is unset.
2526 * configure: Regenerate.
2527
2528 2004-09-27 Andrew Cagney <cagney@gnu.org>
2529
2530 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2531 (insert_step_resume_breakpoint): Delete.
2532 (insert_step_resume_breakpoint_at_frame): New function.
2533 (insert_step_resume_breakpoint_at_sal): New function.
2534 (handle_inferior_event, step_into_function)
2535 (insert_step_resume_breakpoint): Simplify by using same.
2536
2537 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2538
2539 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2540
2541 * fbsd-proc.c: Remove file.
2542 * Makefile.in (fbsd-proc.o): Remove dependency.
2543
2544 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2545 code together.
2546
2547 * config/i386/nm-fbsd64.h: Remove file.
2548 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2549
2550 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2551
2552 * amd64-nat.h: Update copyright year.
2553 (amd64bsd_target): New prototype.
2554 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2555 (amd64bsd_target): New function.
2556 (amd64bsd_fetch_inferior_registers): Rename from
2557 fetch_inferior_registers. Make static.
2558 (amd64bsd_store_inferior_registers): Rename from
2559 store_inferior_registers. Make static.
2560 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2561 (_initialize_amd64fbsd_nat): Construct and add target vector.
2562 * amd64nbsd-nat.o: Include "target.h".
2563 (_initialize_amd64nbsd_nat): Construct and add target vector.
2564 * amd64obsd-nat.c: Include "target.h".
2565 (_initialize_amd64obsd_nat): Construct and add target vector.
2566 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2567 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2568 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2569 fbsd-nat.o.
2570 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2571 Remove infptrace.o and inftarg.o. Add inf-child.o and
2572 inf-ptrace.o.
2573 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2574 (amd64obsd-nat.o): Update dependencies.
2575
2576 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2577
2578 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2579 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2580 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2581 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2582 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2583
2584 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2585 Inline attach call.
2586 (inf_ptrace_detach): Inline detach call.
2587
2588 * configure.in: Check for waddstr instead of mvwaddstr when
2589 searching for curses library. Check for wborder.
2590 * configure, config.in: Regenerate.
2591 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2592 available.
2593
2594 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2595
2596 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2597
2598 Committed by Andrew Cagney.
2599 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2600 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2601 configuration.
2602 (fetch_register_using_p): Implement 'p' packet. Based on code by
2603 Fernando Nasser.
2604 (remote_fetch_registers): Call fetch_register_using_p.
2605 (init_all_packet_configs, show_remote_cmd)
2606 (_initialize_remote): Add p-packet.
2607
2608 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2609
2610 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2611 instead of call_ptrace. Call wait directly instead of
2612 ptrace_wait.
2613 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2614 (inf_ptrace_wait): Inline ptrace_wait call.
2615
2616 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2617
2618 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2619 rolled back instead.
2620
2621 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2622
2623 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2624 the new argument order.
2625
2626 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2627
2628 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2629 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2630 (struct gdbarch_tdep): Remove.
2631 (struct xstormy16_frame_cache): New frame cache structure.
2632 (xstormy16_register_byte, xstormy16_register_raw_size)
2633 (xstormy16_reg_virtual_type, xstormy16_register_type)
2634 (xstormy16_push_arguments, xstormy16_push_return_address)
2635 (xstormy16_pop_frame, xstormy16_store_struct_return)
2636 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2637 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2638 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2639 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2640 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2641 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2642 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2643 (xstormy16_extract_return_value, xstormy16_store_return_value):
2644 Regcachify. Drop useless struct convention handling.
2645 (xstormy16_register_type, xstormy16_return_value)
2646 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2647 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2648 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2649 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2650 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2651 (xstormy16_unwind_dummy_id) : New functions.
2652 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2653 of xstormy16_scan_prologue.
2654 (xstormy16_frame_unwind): New frame_unwind structure.
2655 (xstormy16_frame_base): New frame_base structure.
2656 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2657 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2658
2659 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2660
2661 * language.c (language_gdbarch_post_init): Fix off-by one error.
2662
2663 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2664
2665 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2666 (struct dwarf2_offset_and_type): New.
2667 (set_die_type, reset_die_and_siblings_types, get_die_type)
2668 (offset_and_type_hash, offset_and_type_eq): New functions.
2669 (read_structure_type, read_enumeration_type, read_array_type)
2670 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2671 (read_tag_reference_type, read_tag_const_type)
2672 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2673 (read_typedef, read_base_type, read_subrange_type): Use
2674 set_die_type.
2675
2676 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2677
2678 * Makefile.in (dwarf2read.o): Update dependencies.
2679 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2680 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2681 and read_in_chain.
2682 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2683 mark, and has_form_ref_addr.
2684 (struct dwarf2_per_cu_data): New.
2685 (dwarf2_max_cache_age): New.
2686 (dwarf2_build_psymtabs_hard): Free cached compilation units
2687 after loading. Create and manage the list of compilation units.
2688 Remove unnecessary NULL initialization. Fix indentation.
2689 (psymtab_to_symtab_1): Initialize all of CU.
2690 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2691 (find_partial_die): Use dwarf2_find_containing_comp_unit
2692 and load_comp_unit.
2693 (free_stack_comp_unit): Update comments. Clear the per-cu
2694 pointer. Handle aging.
2695 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2696 (age_cached_comp_units, free_one_cached_comp_unit)
2697 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2698 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2699 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2700 (show_dwarf2_cmd): New.
2701 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2702 and "maint show dwarf2 max-cache-age".
2703 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2704 externs.
2705 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2706 global.
2707
2708 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2709
2710 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2711 and dwarf2_cu struct pointer as arguments. Change function to use
2712 obstack if provided and use dwarf2_cu to determine language-specific
2713 separator.
2714 (partial_die_parent_scope): Change comment to include java. Use
2715 new version of typename_concat instead of obconcat.
2716 (partial_die_full_name): Use typename_concat.
2717 (read_namespace): Ditto.
2718 (read_enumeration_type): Use typename_concat instead of obconcat.
2719 (new_symbol): Ditto.
2720 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2721 (guess_structure_name): Ditto.
2722 (read_subroutine_type): Ditto.
2723 (read_structure_type): Ditto.
2724 (is_vtable_name): Add Java support.
2725 (determine_class_name): Switch to new typename_concat call.
2726 (determine_prefix): Switch to new typename_concat call.
2727 * jv-exp.y (FuncStart): New pattern.
2728 (MethodInvocation): Add support for simple function calls. Change
2729 warning message for other forms of inferior call currently not
2730 supported.
2731 * valarith.c (value_subscript): Treat an array with upper-bound
2732 of -1 as unknown size.
2733
2734 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2735
2736 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2737 (lookup_partial_symtab): Use symtab_to_fullname.
2738
2739 2004-09-19 Jim Blandy <jimb@redhat.com>
2740
2741 * minsyms.c (lookup_minimal_symbol): Doc fix.
2742
2743 2004-09-20 Andrew Cagney <cagney@gnu.org>
2744
2745 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2746 CHILD_RESUME.
2747 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2748 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2749 KILL_INFERIOR.
2750 * infptrace.c: Update.
2751
2752 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2753
2754 * symtab.c (output_source_filename): Mark first argument as const.
2755 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2756 for "info sources" output.
2757
2758 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2759
2760 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2761 <machine/vmparam.h>.
2762 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2763 (register_u_addr): Remove prototype.
2764
2765 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2766
2767 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2768 (i386bsd_fetch_inferior_registers): Rename from
2769 fetch_inferior_registers. Make static.
2770 (i386bsd_store_inferior_registers): Rename from
2771 store_inferior_registers. Make static.
2772 (i386bsd_target): New function.
2773 * i386bsd-nat.h: New file.
2774 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2775 "i386bsd-nat.h".
2776 (i386fbsd_resume): Rename from child_resume. Make static.
2777 (_initialize_i386fbsd_nat): Construct and add target vector.
2778 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2779 (_initialize_i386nbsd_nat): Construct and add target vector.
2780 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2781 Remove defines.
2782 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2783 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2784 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2785 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2786 (LOADLIBES): New variable.
2787 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2788 inf-ptrace.o. Remove inftarg.o.
2789 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2790 inf-ptrace.o. Remove inftarg.o.
2791 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2792 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2793 (LOADLIBES): New variable.
2794 * Makefile.in (i386bsd_nat_h): New variable.
2795 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2796 dependencies.
2797
2798 * sparc64nbsd-tdep.c: Include "objfiles.h".
2799 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2800 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2801 svr4_lp64_fetch_link_map_offsets.
2802 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2803 "nbsd-tdep.h".
2804 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2805 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2806 svr4_lp64_fetch_link_map_offsets.
2807 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2808 dependencies.
2809
2810 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2811 * fbsd-nat.h: New file.
2812 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2813 (fbsd_nat_h): New variable.
2814 (fbsd-nat.o): New dependency.
2815
2816 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2817 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2818
2819 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2820 comment.
2821
2822 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2823
2824 * ada-exp.y (type_int): New function to add layer of abstraction
2825 around references to expression types.
2826 (type_long): Ditto.
2827 (type_long_long): Ditto.
2828 (type_float): Ditto.
2829 (type_double): Ditto.
2830 (type_long_double): Ditto.
2831 (type_char): Ditto.
2832 (type_system_address): Ditto.
2833 (simple_exp): Use type_* functions in place of builtin_*
2834 variables.
2835 (exp): Ditto.
2836 (write_var_from_name): Ditto.
2837 (write_object_renaming): Ditto.
2838 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2839 declaration.
2840 (build_ada_types): Remove, replacing with...
2841 (ada_language_arch_info): New function to initialize primitive
2842 type vector in language_arch_info.
2843 (ada_array_length): Remove use of builtin_type_ada_int.
2844 (value_pos_atr): Ditto.
2845 (ada_evaluate_subexp): Ditto.
2846 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2847 builtin_type_ada_long_long, builtin_type_ada_char,
2848 builtin_type_ada_float, builtin_type_ada_double,
2849 builtin_type_ada_long_double, builtin_type_ada_natural,
2850 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2851 (ada_builtin_types): Remove.
2852 (ada_language_defn): Remove entries for la_builtin_type_vector and
2853 string_char_type and use ada_language_arch_info.
2854 (_initialize_ada_language): Do type-vector initialization along
2855 the lines of c-lang.c.
2856 (ada_create_fundamental_type): Break up line.
2857 (ada_dump_symtab): Remove unused function.
2858 (enum ada_primitive_types): Define.
2859 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2860 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2861 builtin_type_ada_float, builtin_type_ada_double,
2862 builtin_type_ada_long_double, builtin_type_ada_natural,
2863 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2864 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2865 (processInt): Ditto.
2866 (processReal): Ditto.
2867 (name_lookup): Ditto.
2868 * ada-typeprint.c (print_range): Use builtin_type_int, not
2869 builtin_type_ada_int.
2870
2871 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2872
2873 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2874
2875 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2876 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2877 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2878 * configure.in: Improve checks for curses library by checking for
2879 mvwaddstr instead of initscr. Drop HP curses in favour of
2880 standard curses on HP-UX.
2881 * configure: Regenerated.
2882
2883 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2884
2885 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2886 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2887 Minor formatting changes.
2888 (empty_array): Slight rewrite for formatting.
2889 (emit_char,parse,ada_language_defn,build_ada_types,
2890 ada_is_exception_sym, _initialize_ada_language): Move
2891 definitions around.
2892 (ada_dump_symtab): Remove unused definition.
2893 (ada_maybe_exception_partial_symbol): Remove unused definition.
2894
2895 2004-09-16 Andrew Cagney <cagney@gnu.org>
2896
2897 * inf-child.c: Include "gdb_string.h".
2898 (inf_child_core_file_to_sym_file): Delete.
2899 (inf_child_target): Set to_fetch_registers and to_store_registers.
2900 * inf-ptrace.c: Include "gdb_string.h".
2901 * Makefile.in: Update all dependencies.
2902
2903 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2904 problem.
2905
2906 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2907
2908 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2909 call to heuristic_proc_desc. Remove code that became redundant
2910 as a consequence.
2911 (read_next_frame_reg): Remove special case for SP_REGNUM.
2912 (set_reg_offset): Fix small typo.
2913 (reset_saved_regs): New procedure.
2914 (mips32_heuristic_proc_desc): No longer compute a fake
2915 procedure descriptor. Compute the full frame cache instead.
2916 Some minor comment reformatting.
2917
2918 2004-09-14 Andrew Cagney <cagney@gnu.org>
2919
2920 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2921 maintainer.
2922
2923 * thread-db.c (thread_db_new_objfile): Assume that there is a
2924 child process.
2925
2926 2004-09-13 Jim Blandy <jimb@redhat.com>
2927
2928 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2929 so that its storage isn't referenced after its lifetime ends.
2930
2931 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2932 and never assigned to. Delete it, and the 'if (use_buffer)'
2933 clauses. Delete 'raw_buffer', since it is now unused.
2934
2935 2004-09-13 Andrew Cagney <cagney@gnu.org>
2936
2937 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2938 * configure: Re-generate.
2939 * nlm/Makefile.in (TAGS): Update.
2940 * Makefile.in (TAGS): Update.
2941 * config/vax/nbsd.mt (TM_FILE): Update.
2942 * config/sparc/vxworks.mt (TM_FILE): Update.
2943 * config/sparc/sol2.mt (TM_FILE): Update.
2944 * config/sparc/sol2-64.mt (TM_FILE): Update.
2945 * config/sparc/obsd64.mt (TM_FILE): Update.
2946 * config/sparc/obsd.mt (TM_FILE): Update.
2947 * config/sparc/nbsd64.mt (TM_FILE): Update.
2948 * config/sparc/nbsd.mt (TM_FILE): Update.
2949 * config/sparc/linux64.mt (TM_FILE): Update.
2950 * config/sparc/linux.mt (TM_FILE): Update.
2951 * config/sparc/fbsd.mt (TM_FILE): Update.
2952 * config/sh/wince.mt (TM_FILE): Update.
2953 * config/sh/nbsd.mt (TM_FILE): Update.
2954 * config/sh/linux.mt (TM_FILE): Update.
2955 * config/sh/embed.mt (TM_FILE): Update.
2956 * config/s390/s390.mt (TM_FILE): Update.
2957 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2958 * config/rs6000/rs6000.mt (TM_FILE): Update.
2959 * config/rs6000/aix4.mt (TM_FILE): Update.
2960 * config/powerpc/vxworks.mt (TM_FILE): Update.
2961 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2962 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2963 * config/powerpc/obsd.mt (TM_FILE): Update.
2964 * config/powerpc/nbsd.mt (TM_FILE): Update.
2965 * config/powerpc/linux.mt (TM_FILE): Update.
2966 * config/powerpc/aix.mt (TM_FILE): Update.
2967 * config/pa/obsd.mt (TM_FILE): Update.
2968 * config/pa/linux.mt (TM_FILE): Update.
2969 * config/pa/hppahpux.mt (TM_FILE): Update.
2970 * config/pa/hppa64.mt (TM_FILE): Update.
2971 * config/pa/hppa.mt (TM_FILE): Update.
2972 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2973 * config/mips/wince.mt (TM_FILE): Update.
2974 * config/mips/vxmips.mt (TM_FILE): Update.
2975 * config/mips/nbsd.mt (TM_FILE): Update.
2976 * config/mips/linux.mt (TM_FILE): Update.
2977 * config/mips/irix6.mt (TM_FILE): Update.
2978 * config/mips/irix5.mt (TM_FILE): Update.
2979 * config/mips/embed.mt (TM_FILE): Update.
2980 * config/m68k/vxworks68.mt (TM_FILE): Update.
2981 * config/m68k/st2000.mt (TM_FILE): Update.
2982 * config/m68k/os68k.mt (TM_FILE): Update.
2983 * config/m68k/obsd.mt (TM_FILE): Update.
2984 * config/m68k/nbsd.mt (TM_FILE): Update.
2985 * config/m68k/monitor.mt (TM_FILE): Update.
2986 * config/m68k/linux.mt (TM_FILE): Update.
2987 * config/m68k/cisco.mt (TM_FILE): Update.
2988 * config/ia64/linux.mt (TM_FILE): Update.
2989 * config/ia64/aix.mt (TM_FILE): Update.
2990 * config/ia64/ia64.mt (TM_FILE): Update.
2991 * config/i386/vxworks.mt (TM_FILE): Update.
2992 * config/i386/obsd64.mt (TM_FILE): Update.
2993 * config/i386/obsd.mt (TM_FILE): Update.
2994 * config/i386/nto.mt (TM_FILE): Update.
2995 * config/i386/nbsd64.mt (TM_FILE): Update.
2996 * config/i386/nbsd.mt (TM_FILE): Update.
2997 * config/i386/linux64.mt (TM_FILE): Update.
2998 * config/i386/linux.mt (TM_FILE): Update.
2999 * config/i386/i386sol2.mt (TM_FILE): Update.
3000 * config/i386/i386lynx.mt (TM_FILE): Update.
3001 * config/i386/fbsd64.mt (TM_FILE): Update.
3002 * config/i386/fbsd.mt (TM_FILE): Update.
3003 * config/i386/cygwin.mt (TM_FILE): Update.
3004 * config/h8300/h8300.mt (TM_FILE): Update.
3005 * config/frv/frv.mt (TM_FILE): Update.
3006 * config/cris/cris.mt (TM_FILE): Update.
3007 * config/arm/wince.mt (TM_FILE): Update.
3008 * config/arm/nbsd.mt (TM_FILE): Update.
3009 * config/arm/linux.mt (TM_FILE): Update.
3010 * config/arm/embed.mt (TM_FILE): Update.
3011 * config/alpha/nbsd.mt (TM_FILE): Update.
3012 * config/alpha/fbsd.mt (TM_FILE): Update.
3013 * config/alpha/alpha.mt (TM_FILE): Update.
3014 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3015 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3016
3017 Eliminate event_loop_p, always has the value 1.
3018 * defs.h (event_loop_p): Delete macro.
3019 * breakpoint.c (until_break_command): Simplify.
3020 * utils.c (prompt_for_continue): Simplify.
3021 * tracepoint.c (read_actions): Simplify.
3022 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3023 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3024 (set_prompt, init_main): Simplify.
3025 (init_signals, disconnect): Delete, unused.
3026 * remote.c (remote_async_resume)
3027 (extended_remote_async_create_inferior): Simplify.
3028 * mi/mi-interp.c (mi_input): Delete, unused.
3029 (mi_interpreter_resume, mi_command_loop): Simplify.
3030 * interps.c (current_interp_command_loop): Simplify.
3031 * infrun.c (proceed): Simplify.
3032 * infcmd.c (run_command, continue_command, step_1, jump_command)
3033 (until_command, advance_command, finish_command)
3034 (interrupt_target_command): Simplify.
3035 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3036
3037 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3038 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3039 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3040 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3041 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3042 * mips-tdep.c (mips_dump_tdep): Do not print same.
3043
3044 2004-09-12 Andrew Cagney <cagney@gnu.org>
3045
3046 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3047 const.
3048 * Makefile.in (valprint.o): Delete explict rule.
3049
3050 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3051 reported by Dave Anderson.
3052
3053 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3054
3055 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3056
3057 2004-09-12 Salvador E. Tropea <set@users.sf.net>
3058 Andrew Cagney <cagney@gnu.org>
3059
3060 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3061 (mi_cmd_data_list_register_values)
3062 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3063 the register number computation.
3064
3065 2004-09-12 Andrew Cagney <cagney@gnu.org>
3066
3067 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3068 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3069 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3070 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3071 target.
3072 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3073 inf-ptrace.o and inf-child.o.
3074 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3075 * Makefile.in: Update dependencies.
3076
3077 2004-09-11 Andrew Cagney <cagney@gnu.org>
3078
3079 * language.c (hex_string, hex_string_custom): Move from here ...
3080 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3081 (CELLSIZE): Increase to 50.
3082 * language.h (hex_string, hex_string_custom): Move from here ...
3083 * defs.h: ... to here.
3084 * Makefile.in: Update all dependencies.
3085
3086 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3087
3088 * language.c (local_hex_format_custom): Remove.
3089 (local_hex_string): Rename to hex_string, use C format, and move to
3090 utils.c
3091 (local_hex_string_custom): Rename to hex_string_custom and change
3092 interface. Now uses C format. Move to utils.c
3093 (local_octal_format_custom): Remove.
3094 (local_decimal_format_custom): Remove.
3095 (unknown_language_defn): Remove language-specific number
3096 formatting entries.
3097 (auto_language_defn): Ditto.
3098 (local_language_defn): Ditto.
3099 * language.h (struct language_format_info): Delete declaration.
3100 (struct language_defn): Remove language_format_info fields
3101 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3102 (local_binary_format): Remove macro.
3103 (local_binary_format_prefix): Remove macro.
3104 (local_binary_format_specifier): Remove macro.
3105 (local_binary_format_suffix): Remove macro.
3106 (local_octal_format): Remove macro.
3107 (local_octal_format_prefix): Remove macro.
3108 (local_octal_format_specifier): Remove macro.
3109 (local_octal_format_suffix): Remove macro.
3110 (local_decimal_format): Remove macro.
3111 (local_decimal_format_prefix): Remove macro.
3112 (local_decimal_format_specifier): Remove macro.
3113 (local_decimal_format_suffix): Remove macro.
3114 (local_hex_format): Remove macro.
3115 (local_hex_format_prefix): Remove macro.
3116 (local_hex_format_specifier): Remove macro.
3117 (local_hex_format_suffix): Remove macro.
3118 (local_decimal_format_custom): Remove.
3119 (local_octal_format_custom): Remove.
3120 (local_hex_format_custom): Remove.
3121 (local_hex_string): Rename to hex_string and move to defs.h.
3122 (local_hex_string_custom): Rename to hex_string_custom, change
3123 interface, and move to defs.h.
3124 * utils.c: (int_string): New function.
3125 (hex_string): New function (from language.c).
3126 (hex_string_custom): New function (from language.c).
3127 (octal2str): New function.
3128 (decimal2str): Add width parameter.
3129 (paddr_u): Use new decimal2str interface.
3130 (paddr_d): Ditto.
3131 * defs.h (hex_string): Declare.
3132 (hex_string_custom): Declare.
3133 (int_string): Declare.
3134 * printcmd.c (print_scalar_formatted): Remove localized binary
3135 formatting.
3136 * valprint.c (print_longest): Use int_string.
3137 (print_floating): Use C hex format.
3138 (print_hex_chars): Ditto.
3139 (print_binary_chars): Remove language-specific formatting.
3140 (print_octal_chars): Use C octal format.
3141 (print_decimal_chars): Delocalize format.
3142 (print_decimal): Remove.
3143 * ada-lang.c (ada_language_defn): Remove language-specific number
3144 formatting entries.
3145 * p-lang.c (pascal_language_defn): Ditto.
3146 * c-lang.c (c_language_defn): Ditto.
3147 (cplus_language_defn): Ditto.
3148 (asm_language_defn): Ditto.
3149 (minimal_language_defn): Ditto.
3150 * f-lang.c (f_language_defn): Ditto.
3151 * jv-lang.c (java_language_defn): Ditto.
3152 * m2-lang.c (m2_language_defn): Ditto.
3153 * scm-lang.c (scm_language_defn): Ditto.
3154 * objc-lang.c (objc_language_defn): Ditto.
3155 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3156 new interface.
3157 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3158 * ui-out.c (ui_out_field_core_addr): Ditto.
3159 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3160 * exec.c (print_section_info): Ditto.
3161 * i387-tdep.c (print_i387_status_word): Ditto.
3162 (print_i387_control_word): Ditto.
3163 (i387_print_float_info): Ditto.
3164 * maint.c (maint_print_section_info): Ditto.
3165 * solib.c (info_sharedlibrary_command): Ditto.
3166 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3167 * symtab.c (print_msymbol_info): Ditto.
3168 * tracepoint.c (tracepoints_info): Ditto.
3169 * solib-frv.c (lm_base): Ditto.
3170 (frv_current_sos): Ditto.
3171 (enable_break2): Ditto.
3172 (enable_break): Ditto.
3173 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3174 (process_one_symbol): Ditto.
3175 * infcmd.c (program_info): Ditto.
3176 * mdebugread.c (parse_partial_symbols): Ditto.
3177 * symfile.c (add_symbol_file_command): Ditto.
3178 * cli/cli-cmds.c (edit_command): Ditto.
3179 (list_command): Ditto.
3180 * infcall.c (call_function_by_hand): Ditto.
3181 * remote-vx.c (vx_run_files_info): Ditto.
3182 (vx_wait): Ditto.
3183 (vx_attach): Ditto.
3184 (vx_detach): Ditto.
3185 (vx_kill): Ditto.
3186 * aix-thread.c (pdc_symbol_addrs): Ditto.
3187 (pdc_read_regs): Ditto.
3188 (pdc_write_regs): Ditto.
3189 (pdc_read_data): Ditto.
3190 (pdc_write_data): Ditto.
3191 * d10v-tdep.c (display_trace): Ditto.
3192 * rs6000-nat.c (find_toc_address): Ditto.
3193 * aix-thread.c: Don't include language.h.
3194 * buildsym.c: Ditto.
3195 * dbxread.c: Ditto.
3196 * mdebugread.c: Ditto.
3197 * rs6000-nat.c: Ditto.
3198 * buildsym.c (make_blockvector): Use renamed hex_string.
3199
3200 2004-09-10 Jason Molenda (jmolenda@apple.com)
3201
3202 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3203 chars after 'if' or 'while' commands in user-defined commands.
3204
3205 2004-09-08 Jim Blandy <jimb@redhat.com>
3206
3207 Fix bug reported and analyzed by Olivier Crete:
3208 * symfile.c (copy_section_addr_info): New function.
3209 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3210 original set of address arguments, instead of handwritten code
3211 that uses one length to allocate and a different length to
3212 initialize. Use make_cleanup_free_section_addr_info.
3213 * symfile.h (copy_section_addr_info): New declaration.
3214 * utils.c: #include "symfile.h".
3215 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3216 New functions.
3217 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3218 * Makefile.in (utils.o): Update dependencies.
3219
3220 2004-09-08 Andrew Cagney <cagney@gnu.org>
3221
3222 * thread-db.c (keep_thread_db): Delete.
3223 (thread_db_new_objfile, thread_db_create_inferior)
3224 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3225
3226 2004-09-08 Mark Kettenis <kettenis@gnu.org>
3227
3228 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3229 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3230 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3231 (i386_frameless_signal_p): Remove prototype.
3232 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3233 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3234 I386_SSE_NUM_REGS.
3235 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3236 instead of FP0_REGNUM.
3237 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3238 of FP0_REGNUM and FPC_REGNUM.
3239
3240 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3241 (sunos_solib_create_inferior_hook): Don't call
3242 sunos_relocate_main_executable.
3243
3244 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3245 solib_svr4_fetch_link_map_offsets to
3246 svr4_ilp32_fetch_link_map_offsets.
3247 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3248 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3249 svr4_ilp32_fetch_link_map_offsets.
3250 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3251
3252 2004-09-07 Jim Blandy <jimb@redhat.com>
3253
3254 * frame.h (frame_register): Doc fix.
3255
3256 2004-09-07 Andrew Cagney <cagney@gnu.org>
3257
3258 * vx-share/wait.h: Delete #ifdef USG.
3259 * utils.c (request_quit): Ditto.
3260 * tui/tui.c (tui_reset): Ditto.
3261 * remote.c: Ditto.
3262 * remote-sds.c: Ditto.
3263 * remote-rdi.c: Ditto.
3264 * mdebugread.c: Ditto.
3265 * m68klinux-nat.c: Ditto.
3266 * infttrace.c: Ditto.
3267 * infptrace.c: Ditto.
3268 * i386v-nat.c: Ditto.
3269 * exec.c: Ditto.
3270 * dbxread.c: Ditto.
3271 * core-aout.c: Ditto.
3272
3273 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3274
3275 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3276 heuristic_proc_desc.
3277 (mips_insn32_frame_cache): Likewise.
3278
3279 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3280
3281 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3282 left behind by error.
3283
3284 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3285
3286 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3287 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3288
3289 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3290
3291 * config/rs6000/xm-aix4.h: Remove this file.
3292 * config/rs6000/aix4.mh (XM_FILE): Delete.
3293
3294 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3295
3296 * config/rs6000/xm-rs6000.h: Remove this file.
3297 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3298
3299 2004-09-03 Andrew Cagney <cagney@gnu.org>
3300
3301 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3302 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3303 only use.
3304
3305 * mips-tdep.c (temp_saved_regs): Delete.
3306 (set_reg_offset): Replace saved_regs parameter with this_cache.
3307 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3308 (mips32_heuristic_proc_desc): Add this_cache parameter.
3309 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3310 (after_prologue): Pass a NULL this_cache.
3311
3312 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3313 non-kernel trap prologues.
3314
3315 * mips-tdep.c (find_proc_desc): Delete function.
3316 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3317 simplify.
3318 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3319 mips_insn32_frame_cache.
3320
3321 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3322 Simplify as NEXT_FRAME is NULL.
3323 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3324
3325 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3326 local variable.
3327 (mips_skip_prologue): Update.
3328
3329 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3330 "cur_frame" parameter.
3331 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3332 (mips_insn32_frame_cache, find_proc_desc): Update
3333
3334 * config/vax/nm-obsd.h: Delete file.
3335 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3336 * config/vax/nm-nbsd.h: Delete file.
3337 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3338 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3339 * config/sh/nm-nbsd.h: Delete file.
3340 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3341 * config/rs6000/nm-rs6000ly.h: Delete file.
3342 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3343 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3344 * config/powerpc/nm-obsd.h: Delete file.
3345 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3346 * config/powerpc/nm-nbsd.h: Delete file.
3347 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3348 * config/pa/nm-obsd.h: Delete file.
3349 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3350 * config/mips/nm-nbsd.h: Delete file.
3351 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3352 * config/m88k/nm-obsd.h: Delete file.
3353 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3354 * config/m68k/nm-nbsd.h: Delete file.
3355 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3356 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3357 * config/i386/nm-nbsd.h: Delete file.
3358 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3359 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3360 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3361 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3362 * config/i386/nm-i386lynx.h: Delete file.
3363 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3364 * config/arm/nm-nbsd.h: Delete file.
3365 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3366 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3367
3368 * config/i386/tm-fbsd.h: Delete file.
3369 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3370 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3371
3372 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3373 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3374 * config/rs6000/aix4.mt (TM_FILE): Set to
3375 config/rs6000/tm-rs6000.h.
3376 * config/powerpc/tm-ppc-aix.h: Delete file.
3377 * config/powerpc/aix.mt (TM_FILE): Set to
3378 config/rs6000/tm-rs6000.h.
3379 * config/m68k/tm-linux.h: Delete file.
3380 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3381 * config/i386/tm-linux64.h: Delete file.
3382 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3383 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3384
3385 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3386 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3387 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3388 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3389 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3390 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3391 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3392 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3393 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3394
3395 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3396 gdb_host_cpu.
3397
3398 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3399
3400 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3401 Minor reformatting. Some code factoring.
3402
3403 2004-09-02 Andrew Cagney <cagney@gnu.org>
3404
3405 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3406 * config/vax/tm-nbsd.h: Delete file.
3407 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3408 * config/sparc/tm-vxworks.h: Delete file.
3409 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3410 * config/sparc/tm-nbsd.h: Delete file.
3411 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3412 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3413 * config/sparc/tm-linux.h: Delete file.
3414 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3415 * config/s390/tm-linux.h: Delete file.
3416 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3417 * config/pa/tm-bsd.h: Delete file.
3418 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3419 * config/m68k/tm-obsd.h: Delete file.
3420 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3421 * config/m68k/tm-nbsd.h: Delete file.
3422 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3423 * config/i386/tm-vxworks.h: Delete file.
3424 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3425 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3426 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3427 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3428 * config/i386/tm-nbsd.h: Delete file.
3429 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3430 * config/i386/tm-i386lynx.h: Delete file.
3431 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3432 * config/cris/tm-cris.h: Delete file.
3433
3434 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3435 * configure: Re-generate.
3436 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3437 * config/arm/tm-nbsd.h: Delete file.
3438
3439 * config/powerpc/tm-ppcle-sim.h: Delete.
3440 * config/powerpc/tm-ppcle-eabi.h: Delete.
3441 * config/powerpc/tm-nbsd.h: Delete.
3442 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3443 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3444 tm-ppcle-eabi.h.
3445
3446 * config/i386/nto.mh (NAT_FILE): Delete.
3447 * config/i386/nm-nto.h: Delete.
3448
3449 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3450 * config/m68k/tm-os68k.h: Ditto.
3451 * config/m68k/tm-monitor.h: Ditto.
3452 * config/m68k/tm-cisco.h: Ditto.
3453 * config/m68k/st2000.mt (TM_FILE): Delete.
3454 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3455 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3456 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3457 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3458
3459 * config/m68k/tm-st2000.h: Delete.
3460 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3461 * config/sparc/fbsd.mt (TM_FILE): Delete.
3462 * config/sparc/tm-fbsd.h: Delete.
3463
3464 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3465 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3466 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3467
3468 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3469 GDB_TM_FILE and GDB_XM_FILE.
3470 * gdbarch.c: Re-generate.
3471 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3472 quotes in macro definition.
3473 * configure.in: Re-generate.
3474
3475 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3476 validating architecture methods.
3477 * gdbarch.c: Re-generate.
3478
3479 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3480 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3481 GDB_MULTI_ARCH_PARTIAL.
3482 * gdbarch.h: Re-generate.
3483
3484 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3485 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3486 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3487 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3488 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3489 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3490 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3491 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3492 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3493 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3494 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3495 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3496
3497 2004-09-01 Andrew Cagney <cagney@gnu.org>
3498
3499 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3500 and main_func_highpc.
3501 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3502 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3503 * nlmread.c (nlm_symfile_read): Update.
3504
3505 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3506
3507 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3508 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3509 (find_proc_desc): Remove dead code.
3510
3511 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3512
3513 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3514
3515 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3516
3517 * observer.sh: Add struct so_list declaration.
3518 * Makefile.in: Add dependencies on observer.h for solib.c and
3519 breakpoint.c.
3520 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3521 function.
3522 (_initialize_breakpoint): Register
3523 disable_breakpoints_in_unloaded_shlib as an observer of the
3524 "solib unloaded" observation event.
3525 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3526 call decode_line_1 so unfound breakpoint errors are silent.
3527 * solib.c (update_solib_list): When a solib is discovered to have
3528 been unloaded by the program, notify all observers of the
3529 "solib unloaded" observation event.
3530
3531 2004-09-01 Andrew Cagney <cagney@gnu.org>
3532
3533 * frame.c: Include "objfiles.h".
3534 (inside_main_func): New function.
3535 (get_prev_frame): Use new inside_main_func.
3536 * Makefile.in (frame.o): Update dependencies.
3537 * defs.h (inside_main_func): Delete declaration.
3538 * blockframe.c (inside_main_func): Delete function.
3539
3540 2004-08-31 Jim Blandy <jimb@redhat.com>
3541
3542 * dwarf2read.c (is_vtable_name): New function, based on logic from
3543 read_structure_type, but passing the correct length to strncmp,
3544 and using 'sizeof' instead of 'strlen'.
3545 (read_structure_type): Call it.
3546
3547 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3548
3549 * config/powerpc/aix.mh: Add comment.
3550
3551 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3552
3553 * MAINTAINERS: Add self to Write-After-Approval.
3554
3555 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3556
3557 * MAINTAINERS: Add self to Write-After-Approval.
3558
3559 2004-08-30 Andrew Cagney <cagney@gnu.org>
3560
3561 Fix PR breakpoints/1757.
3562 * infrun.c (struct execution_control_state): Replace
3563 remove_breakpoints_on_following_step with
3564 step_after_step_resume_breakpoint.
3565 (init_execution_control_state): Update.
3566 (handle_inferior_event): For signals, when stepping off a
3567 breakpoint, set step_after_step_resume_breakpoint. When
3568 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3569 (keep_going): Delete code handling
3570 remove_breakpoints_on_following_step.
3571
3572 2004-08-29 David Lecomber <david@streamline-computing.com>
3573
3574 Fix PR gdb/648
3575 * language.h (enum array_ordering): New enum.
3576 * language.h (struct language_defn): New la_array_ordering
3577 attribute.
3578 * language.c (unknown_language_defn, auto_language_defn)
3579 (local_language_defn): Ditto.
3580 * ada-lang.c (ada_language_defn): Ditto.
3581 * c-lang.c (c_language_defn, cplus_language_defn)
3582 (asm_language_defn, minimal_language_defn): Ditto.
3583 * f-lang.c (f_language_defn): Ditto.
3584 * jv-lang.c (java_language_defn): Ditto.
3585 * m2-lang.c (f_language_defn): Ditto.
3586 * objc-lang.c (objc_language_defn): Ditto.
3587 * p-lang.c (pascal_language_defn): Ditto.
3588 * scm-lang.c (scm_language_defn): Ditto.
3589 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3590 oriented large to small in type structure.
3591 * dwarf2read.c (read_array_order): New function.
3592 (read_array_type): Use read_array_order to check row/column
3593 major ordering.
3594
3595 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3596
3597 * target.c (target_resize_to_sections): Check
3598 current_target.to_sections for an old value when updating.
3599
3600 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3601
3602 * procfs.c (dbx_link_bpt_addr): New static global variable.
3603 (dbx_link_shadow_contents): New static global variable.
3604 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3605 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3606 if we just hit it.
3607 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3608 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3609 from run to run.
3610 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3611 after the inferior has been forked.
3612 (remove_dbx_link_breakpoint): New function.
3613 (dbx_link_addr): New function.
3614 (insert_dbx_link_bpt_in_file): New function.
3615 (insert_dbx_link_bpt_in_region): New function.
3616 (insert_dbx_link_breakpoint): New function.
3617 (proc_trace_syscalls_1): New function, extracted from
3618 proc_trace_syscalls.
3619 (proc_trace_syscalls): Replace extract code by call to
3620 proc_trace_syscalls_1.
3621 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3622 is no longer valid.
3623
3624 2004-08-25 Jim Blandy <jimb@redhat.com>
3625
3626 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3627
3628 2004-08-25 Andrew Cagney <cagney@gnu.org>
3629
3630 * infrun.c (struct execution_control_state): Delete field
3631 "stepping_through_sigtramp".
3632 (init_execution_control_state): Do not set same.
3633 (context_switch): Do not pass same to save_infrun_state and
3634 load_infrun_state.
3635 * gdbthread.h (struct thread_info): Delete field
3636 stepping_through_sigtramp.
3637 (save_infrun_state, load_infrun_state): Delete parameter
3638 stepping_through_sigtramp.
3639 * thread.c (load_infrun_state, save_infrun_state): Update.
3640
3641 * infrun.c: Re-indent. Move expression operators to the beginning
3642 of the line. Remove long disabled #if 0 code.
3643
3644 2004-08-24 Andrew Cagney <cagney@gnu.org>
3645
3646 * doublest.h (floatformat_ieee_quad): Rename
3647 floatformat_ia64_quad.
3648 * doublest.c (floatformat_ieee_quad): Rename
3649 floatformat_ia64_quad.
3650 (_initialize_doublest): Update.
3651
3652 2004-08-24 Jim Blandy <jimb@redhat.com>
3653
3654 * dwarf2expr.h (struct dwarf_expr_context): New members
3655 'num_pieces' and 'pieces', for returning the result of an
3656 expression that uses DW_OP_piece.
3657 (struct dwarf_expr_piece): New struct type.
3658 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3659 pieces.
3660 (free_dwarf_expr_context): Free pieces, if any.
3661 (add_piece): New function.
3662 (execute_stack_op): Implement DW_OP_piece.
3663 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3664 expression is a list of pieces, print an error message.
3665 (dwarf2_loc_desc_needs_frame): If the expression yields
3666 pieces, and any piece is in a register, then we need a frame.
3667
3668 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3669 the stack until we've decided what sort of result the evaluation
3670 has produced. Use separate variables, with more specific names.
3671
3672 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3673
3674 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3675 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3676 (arm_netbsd_init_abi_common): Register them.
3677
3678 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3679
3680 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3681
3682 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3683 safe_frame_unwind_memory instead of target_read_memory.
3684
3685 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3686 Reorder includes.
3687 (fetch_register, store_register): Remove prototypes.
3688 (child_resume): Reorganize code and comments such that it is
3689 grouped a bit more logically.
3690 (attach): Explicitly compare errno against 0.
3691 (detach): Likewise. Use perror_with_name instead of
3692 print_sys_errmsg.
3693 * Makefile.in (infptrace.o): Update dependencies.
3694
3695 * ia64-linux-nat.c: Update copyright year.
3696 (fetch_debug_register, store_debug_register)
3697 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3698 PTRACE_TYPE_ARG3.
3699 * config/ia64/nm-linux.h: Update copyright year.
3700 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3701
3702 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3703 from CORE_ADDR to struct frame_info *. Use
3704 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3705 (amd64_linux_sigtramp_p): Adjust for changed signature of
3706 and64_linux_sigtramp_start
3707
3708 * gdb_ptrace.h: GNU/Linux.
3709
3710 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3711 Remove defines.
3712
3713 * infptrace.c: Include "gdb_assert.h".
3714 (PTRACE_XFER_TYPE): Remove define.
3715 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3716 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3717 Tweak comment.
3718 (fetch_inferior_registers, store_inferior_registers): Remove
3719 redundant culry braces. Tweak comment. s/regno/regnum.
3720 * Makefile.in (infptrace.o): Update dependencies.
3721
3722 * configure.in: Change test for return type of ptrace to default
3723 to `long' instead of `int'.
3724 * configure: Regenerate.
3725
3726 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3727
3728 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3729
3730 * configure.in: Check for ttrace function.
3731 * configure, config.in: Regenerate.
3732
3733 * gdb_ptrace.h: New file.
3734 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3735 <sys/ptrace.h>.
3736 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3737 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3738 (attach): Don't define PT_ATTACH.
3739 (detach): Don't define PT_DETACH.
3740 * Makefile.in (gdb_ptrace_h): New variable.
3741 (infptrace.o): Update dependencies.
3742
3743 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3744
3745 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3746 instead of `int' if not already defined.
3747 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3748 PTRACE_TYPE_ARG3.
3749 * infptrace.c (call_ptrace): Revert change that replaced
3750 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3751
3752 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3753
3754 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3755 Remove defines.
3756
3757 * linux-nat.c (kill_inferior): Add missing third and fourth
3758 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3759
3760 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3761 PTRACE_TYPE_RET.
3762
3763 * proc-why.c (proc_prettyfprint_why): Fix format string.
3764
3765 * solib-osf.c (osf_current_sos): Remove unsused label.
3766
3767 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3768 curses headers.
3769 * configure, config.in: Regenerate.
3770 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3771 <ncurses/ncurses.h>.
3772
3773 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3774 * config/nm-nbsd.h: Update copyright year.
3775 (PTRACE_ARG3_TYPE): Remove define.
3776
3777 * sparc-nat.c (fetch_inferior_registers)
3778 (store_inferior_registers, sparc_xfer_wcookie):
3779 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3780
3781 * alphabsd-nat.c (fetch_inferior_registers):
3782 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3783 PTRACE_TYPE_ARG3.
3784 * amd64bsd-nat.c (fetch_inferior_registers)
3785 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3786 PTRACE_TYPE_ARG3.
3787 * armnbsd-nat.c: Update copyright year.
3788 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3789 (store_register, store_regs, store_fp_register, store_fp_regs):
3790 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3791 * hppabsd-nat.c (fetch_inferior_registers)
3792 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3793 PTRACE_TYPE_ARG3.
3794 * i386bsd-nat.c (fetch_inferior_registers)
3795 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3796 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3797 * m68kbsd-nat.c (fetch_inferior_registers)
3798 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3799 PTRACE_TYPE_ARG3.
3800 * m88kbsd-nat.c (fetch_inferior_registers)
3801 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3802 PTRACE_TYPE_ARG3.
3803 * mipsnbsd-nat.c: Update copyright year.
3804 (fetch_inferior_registers, store_inferior_registers):
3805 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3806 * ns32knbsd-nat.c: Update copyright year.
3807 (fetch_inferior_registers, store_inferior_registers):
3808 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3809 * ppcnbsd-nat.c (fetch_inferior_registers):
3810 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3811 PTRACE_TYPE_ARG3.
3812 * ppcobsd-nat.c (fetch_inferior_registers):
3813 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3814 PTRACE_TYPE_ARG3.
3815 * shnbsd-nat.c: Update copyright year.
3816 (fetch_inferior_registers, store_inferior_registers):
3817 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3818 * vaxbsd-nat.c (fetch_inferior_registers)
3819 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3820 PTRACE_TYPE_ARG3.
3821
3822 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3823 PTRACE_TYPE_ARG3.
3824 * infptrace.c (call_ptrace, child_resume, attach, detach)
3825 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3826 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3827 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3828 PTRACE_TYPE_ARG3.
3829
3830 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3831
3832 * defs.h: Remove out-of-date comment.
3833 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3834 [!GETENV_PROVIDED] (getenv): Remove prototype.
3835
3836 * standalone.c: Remove file.
3837 * Makefile.in (standalone.o): Remove dependency.
3838
3839 * i386-linux-nat.c (dummy_sse_values): Remove function and
3840 prototype.
3841 (i386_linux_dr_get): Fix typo in comment.
3842 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3843
3844 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3845
3846 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3847 from declaration.
3848 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3849 from definition.
3850
3851 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3852
3853 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3854 parenthesis in definition.
3855 * configure: Regenerated.
3856
3857 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3858
3859 * PROBLEMS: Mention build/1411.
3860
3861 2004-08-09 Robert Millan <robertmh@gnu.org>
3862
3863 Committed by Nathanael Nerode.
3864 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3865 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3866
3867 2004-08-12 Andrew Cagney <cagney@gnu.org>
3868
3869 * NEWS: Mention fixes in GDB 6.2.1.
3870 * PROBLEMS: Remove mention of mips-irix.
3871
3872 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3873
3874 * config/powerpc/xm-aix.h: Delete.
3875 * config/powerpc/aix.mh (MH_FILE): Remove.
3876 * config/powerpc/aix432.mh (MH_FILE): Remove.
3877
3878 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3879
3880 * config/powerpc/aix.mh: Remove obsolete comment.
3881 * config/powerpc/aix432.mh: Likewise.
3882
3883 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3884
3885 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3886
3887 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3888
3889 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3890 this file is now empty.
3891 * config/xm-aix4.h: Remove, this file is no longer included
3892 anywhere.
3893
3894 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3895
3896 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3897 that file is now empty.
3898 (termdef): Remove prototype, function no longer used.
3899
3900 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3901
3902 * doc/gdbint.texinfo (Host Definition): Remove documentation
3903 for USE_O_NOCTTY, no longer used.
3904 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3905 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3906
3907 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3908
3909 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3910 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3911 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3912
3913 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3914
3915 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3916 instead of FIVE_ARG_PTRACE.
3917
3918 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3919 (new_tty): Use O_NOCTTY unconditionally.
3920
3921 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3922
3923 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3924 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3925 fflush on stdout.
3926
3927 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3928
3929 * xcoff_symfile_finish: Replace last call to xmfree by call
3930 to xfree.
3931
3932 2004-08-10 Andrew Cagney <cagney@gnu.org>
3933
3934 * main.c (captured_main): Delete call to init_malloc.
3935 * defs.h (init_malloc): Delete declaration.
3936 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3937 (init_malloc): Delete functions.
3938
3939 * defs.h (xmfree): Delete.
3940 * utils.c (xmfree): Delete function.
3941 (xfree): Inline calls to xmfree and mfree.
3942 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3943 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3944 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3945 * somread.c (som_symfile_finish): Ditto.
3946 * objfiles.c (allocate_objfile, free_objfile):
3947 * nlmread.c (nlm_symfile_finish): Ditto.
3948 * hpread.c (hpread_symfile_finish): Ditto.
3949 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3950 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3951 * coffread.c (coff_symfile_finish): Ditto.
3952
3953 * defs.h (xmcalloc): Delete declaration.
3954 * utils.c (xmcalloc): Delete.
3955 (xcalloc): Inline calls to xmcalloc and mcalloc.
3956 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3957 xcalloc and xfree.
3958 * symtab.c (create_demangled_names_hash): Ditto.
3959
3960 * defs.h (xmrealloc): Delete.
3961 * utils.c (xmrealloc): Delete.
3962 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3963 * symmisc.c (extend_psymbol_list): Use xrealloc.
3964 * source.c (find_source_lines): Ditto.
3965 * hpread.c (hpread_lookup_type): Ditto.
3966 * dbxread.c (add_bincl_to_list): Ditto.
3967
3968 * utils.c (xmmalloc): Delete.
3969 (xmalloc): Inline xmmalloc and mmalloc calls.
3970 (msavestring): Use xmalloc.
3971 * defs.h (xmmalloc): Delete declaration.
3972 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3973 xmmalloc.
3974 * symmisc.c (extend_psymbol_list): Ditto.
3975 * symfile.c (init_psymbol_list): Ditto.
3976 * source.c (find_source_lines): Ditto.
3977 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3978 * elfread.c (elf_symtab_read): Ditto.
3979 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3980 * coffread.c (coff_symfile_init): Ditto.
3981
3982 2004-08-10 David Carlton <carlton@bactrian.org>
3983
3984 * MAINTAINERS: Remove David Carlton from c++ testsuite
3985 maintainers.
3986
3987 2004-08-10 Jerome Guitton <guitton@gnat.com>
3988
3989 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3990 print a line feed before the prompt.
3991
3992 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3993
3994 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3995
3996 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3997
3998 General cleanup of the AIX xm include file:
3999 * config/xm-aix4.h (fd_set): Remove undefine.
4000 Remove include of <sys/select.h>.
4001 (HAVE_TERMIO): Remove define.
4002 (USG): Likewise.
4003 (NULL): Remove redefine.
4004 (alloca): Remove #pragma.
4005 (vfork): Remove define.
4006 (termdef): Remove.
4007 (SIGWINCH_HANDLER): Remove.
4008 (SIGWINCH_HANDLER_BODY): Remove.
4009
4010 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4011
4012 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4013 GDB_OSABI_OPENBSD_ELF.
4014
4015 2004-08-07 Robert Millan <robertmh@gnu.org>
4016
4017 * bsd-kvm.c: Check for nlist.h before including it.
4018
4019 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4020
4021 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4022 sigcontext' offset consistency checks for ancient BSD.
4023
4024 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4025
4026 * configure.in: Check for <sys/types.h>. Check return and
4027 argument types of ptrace.
4028 * configure, config.in: Regenerate.
4029
4030 2004-08-09 Jim Blandy <jimb@redhat.com>
4031
4032 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4033 rs6000_register_sim_regno): Doc fixes.
4034
4035 2004-08-08 Joel Brobecker <brobecker@gnat.com>
4036
4037 * mips-tdep.c: Include "floatformat.h".
4038 (n32n64_floatformat_always_valid): New function.
4039 (floatformat_n32n64_long_double_big): New constant.
4040 (mips_gdbarch_init): Set size and format of long double
4041 for N32 and N64 ABIs.
4042 * Makefile.in (mips-tdep.o): Update dependencies.
4043
4044 2004-08-08 Andrew Cagney <cagney@gnu.org>
4045
4046 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4047 print. Improve script's error messages.
4048 * gdbarch.h: Re-generate.
4049
4050 * gdbarch.sh (pformat): New function.
4051 (float_format, double_format, long_double_format): List with bit
4052 members. Use pformat when printing.
4053 * gdbarch.c, gdbarch.h: Re-generate.
4054
4055 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4056
4057 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4058 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4059 (ppcnbsd_supply_pcb): New function.
4060 (_initialize_ppcnbsd_nat): New prototype and function.
4061 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4062 (LOADLIBES): New variable.
4063 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4064
4065 2004-08-08 Andrew Cagney <cagney@gnu.org>
4066
4067 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4068 (builtin_type_ieee_double, builtin_type_ia64_quad)
4069 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4070 BE/LE floating-point types.
4071 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4072 (builtin_type_ieee_double, builtin_type_ia64_quad)
4073 (builtin_type_ia64_spill): Declare.
4074 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4075 (floatformat_ieee_double, floatformat_arm_ext)
4076 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4077 of LE/BE floatformats.
4078 * doublest.h: (struct floatformat, floatformat_ieee_single)
4079 (floatformat_ieee_double, floatformat_arm_ext)
4080 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4081
4082 2004-08-08 Mark Kettenis <kettenis@gnu.org>
4083
4084 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4085
4086 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4087 instead of regcache_raw_supply when storing the registers.
4088
4089 * i386gnu-nat.c: Update copyright year.
4090 (gnu_store_registers): Don't use deprecated_registers and
4091 deprecated_registers_valid. Use regcache_valid_p and
4092 regcache_raw_supply instead.
4093
4094 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4095 frame_pc_unwind.
4096
4097 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4098 variables. Incapitalized "process".
4099
4100 * configure.in: Add cursesX to the list of possible curses libs.
4101 Add cursesX.h to the list of possible curses headers.
4102 * configure, config.in: Regenerate.
4103
4104 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4105
4106 * configure.in: Test for struct lwp in <sys/lwp.h>.
4107 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4108 the offset of l_addr in struct lwp.
4109
4110 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4111
4112 * bsd-kvm.c: Include "gdbcore.h"
4113 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4114
4115 2004-08-07 Andrew Cagney <cagney@gnu.org>
4116
4117 * gdbtypes.c (build_flt, build_complex): New functions.
4118 (gdbtypes_post_init): Use.
4119
4120 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4121
4122 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4123 through to builtin_type_uint128.
4124
4125 * c-exp.y: Use builtin_type function to obtain builtin types.
4126
4127 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4128 builtin_uint128.
4129 * gdbtypes.c (gdbtypes_post_init): Update.
4130 (build_gdbtypes): Move initialization of builtin_type_int0
4131 through to builtin_type_uint128 from here ...
4132 (_initialize_gdbtypes): ... to here.
4133 * d10v-tdep.c (d10v_register_type): Update.
4134
4135 * doublest.c: Update copyright.
4136 (floatformat_from_length): Call error when floatformat is NULL.
4137 (extract_floating_by_length): Remove NULL fmt check.
4138 (store_floating_by_length): Ditto.
4139
4140 2004-08-07 Andrew Cagney <cagney@gnu.org>
4141
4142 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4143 that the register is valid.
4144
4145 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4146
4147 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4148 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4149 struct frame_info *. Use safe_frame_unwind_memory instead of
4150 deprecated_read_memory_nobpt.
4151 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4152 changed signature of i386_linux_sigtramp_start and
4153 i386_linux_rt_sigtramp_start.
4154
4155 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4156 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4157 instead of deprecated_read_memory_nobpt.
4158 (i386nbsd_sigtramp_p): Adjust for changed signature of
4159 i386nbsd_sigtramp_offset.
4160
4161 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4162 safe_frame_unwind_memory instead of target_read_memory.
4163
4164 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4165 !NO_SYS_FILE.
4166 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4167 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4168 (_initialize_kernel_u_addr): Remove prototype and function.
4169 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4170 !NO_SYS_FILE.
4171 * xcoffread.c: Likewise.
4172
4173 2004-08-06 Mark Kettenis <kettenis@gnu.org>
4174
4175 * vax-nat.c: New file.
4176 * vaxbsd-nat.c: Tweak comment.
4177 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4178 vaxnbsd-tdep.c.
4179 (vax-nat.o): New dependency.
4180 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4181 (vax-*-ultrix2*): Remove.
4182 * config/vax/vax.mh: New file.
4183 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4184 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4185 (vax_register_u_addr): New prototype.
4186 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4187 * config/vax/vaxult2.mh: Remove file.
4188 * config/vax/vaxult.mh: Remove file.
4189 * config/vax/vaxbsd.mh: Remove file.
4190 * config/vax/vax.mt (TM_FILE): Remove.
4191 * config/vax/tm-vaxbsd.h: Remove file.
4192
4193 2004-08-06 Joel Brobecker <brobecker@gnat.com>
4194
4195 * aix-thread.c (get_signaled_thread): New function.
4196 (iter_trap): Delete, no longer used.
4197 (iter_tid): New function.
4198 (pd_update): Find the thread that received the SIGTRAP signal
4199 by first locating the kernel thread, and then finding its
4200 associated thread.
4201
4202 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4203
4204 * lin-lwp.c (child_wait): Continue inferior after processing
4205 PTRACE_EVENT_CLONE event.
4206
4207 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4208
4209 * MAINTAINERS: Add self to Write-After-Approval.
4210
4211 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4212
4213 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4214 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4215
4216 2004-08-05 Andrew Cagney <cagney@gnu.org>
4217
4218 * config/xm-sysv4.h: Delete file.
4219 * config/mips/xm-irix5.h: Delete file.
4220 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4221 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4222 * config/ia64/xm-aix.h: Delete file.
4223 * config/ia64/aix.mh (XM_FILE): Delete.
4224 * config/pa/xm-hppah.h: Delete file.
4225 * config/pa/hpux11w.mh (XM_FILE): Delete.
4226 * config/pa/hpux11.mh (XM_FILE): Delete.
4227 * config/pa/hpux1020.mh (XM_FILE): Delete.
4228 * config/pa/hppahpux.mh (XM_FILE): Delete.
4229
4230 * config/alpha/xm-alphalinux.h: Delete file.
4231 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4232 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4233 * config/alpha/xm-alphaosf.h: Delete file.
4234 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4235 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4236 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4237 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4238
4239 * config/i386/xm-i386v.h: Delete file.
4240 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4241 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4242 * config/i386/xm-i386sco.h: Delete file.
4243 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4244 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4245 * config/i386/xm-i386v4.h: Delete file.
4246 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4247 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4248 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4249 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4250
4251 * config/vax/xm-vax.h: Delete file.
4252 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4253 * config/vax/xm-vaxult2.h: Delete file.
4254 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4255 * config/vax/vaxult2.mh (XM_FILE): Delete.
4256 * config/vax/xm-vaxult.h: Delete file.
4257 * config/vax/vaxult.mh (XM_FILE): Delete.
4258 * config/vax/xm-vaxbsd.h: Delete file.
4259 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4260
4261 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4262 * gdbarch.h, gdbarch.c: Re-generate.
4263 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4264 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4265 * frame.h: Delete deprecated_read_fp from comments.
4266 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4267 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4268
4269 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4270
4271 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4272 trampoline in OpenBSD 3.5-current.
4273
4274 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4275 SSE registers.
4276
4277 * Makefile.in: Remove embedded page breaks.
4278
4279 2004-08-04 Jim Blandy <jimb@redhat.com>
4280
4281 * regcache.c (regcache_raw_read): Assert that, after calling
4282 target_fetch_registers, the register we're reading is cached.
4283
4284 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4285 a call to 'internal_error', with a more helpful error message.
4286 * rs6000-tdep.c (e500_pseudo_register_read,
4287 e500_pseudo_register_write, rs6000_store_return_value): Same.
4288
4289 2004-08-04 Andrew Cagney <cagney@gnu.org>
4290
4291 * Makefile.in: Update dependencies.
4292
4293 2004-08-04 Jim Blandy <jimb@redhat.com>
4294
4295 Change the layout of the PowerPC E500 raw register cache to allow
4296 the lower 32-bit halves of the GPRS to be their own raw registers,
4297 not pseudoregisters.
4298 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4299 add ppc_ev0_upper_regnum flag.
4300 * rs6000-tdep.c: #include "reggroups.h".
4301 (spe_register_p): Recognize the ev upper half registers as SPE
4302 registers.
4303 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4304 registers.
4305 (e500_move_ev_register): New function.
4306 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4307 vector registers are the pseudo-registers now, formed by splicing
4308 together the gprs and the upper-half registers.
4309 (e500_register_reggroup_p): New function.
4310 (P): Macro deleted.
4311 (P8, A4): New macro.
4312 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4313 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4314 macros.
4315 (registers_e500): Rearrange register set so that the raw register
4316 set contains 32-bit GPRs and upper-half registers, and the SPE
4317 vector registers become pseudo-registers.
4318 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4319 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4320 register numbers are now the same for the E500 as they are for
4321 other PowerPC variants. Register e500_register_reggroup_p as the
4322 register group function for the E500.
4323 * Makefile.in (rs6000-tdep.o): Update dependencies.
4324
4325 Adapt PPC E500 native support to the new raw regcache layout.
4326 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4327 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4328 (fetch_spe_register, store_spe_register): Handle fetching/storing
4329 all the SPE registers at once, if regno == -1. These now take
4330 over the job of fetch_spe_registers and store_spe_registers.
4331 (fetch_spe_registers, store_spe_registers): Deleted.
4332 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4333 unconditionally; they're always raw. Fetch/store SPE upper half
4334 registers, if present, instead of ev registers.
4335 (fetch_register, store_register): Remove sanity checks: gprs are
4336 never pseudo-registers now, so we never need to even mention any
4337 registers that are ever pseudoregisters.
4338
4339 Use a fixed register numbering when communicating with the PowerPC
4340 simulator.
4341 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4342 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4343 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4344 New functions.
4345 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4346 init_sim_regno_table.
4347 * Makefile.in (gdb_sim_ppc_h): New variable.
4348 (rs6000-tdep.o): Update dependencies.
4349
4350 2004-08-02 Andrew Cagney <cagney@gnu.org>
4351
4352 * cris-tdep.c (cris_register_size): Restore function, still used
4353 locally.
4354
4355 * gdbarch.sh (deprecated_target_read_fp)
4356 (deprecated_frame_locals_address, deprecated_frame_args_address)
4357 (deprecated_frame_chain_valid, deprecated_frame_chain)
4358 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4359 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4360 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4361 * gdbarch.h, gdbarch.c: Re-generate.
4362 * regcache.c (deprecated_read_fp): Do not call
4363 DEPRECATED_TARGET_READ_FP_P.
4364 * infcmd.c (default_print_registers_info): Do not call
4365 DEPRECATED_DO_REGISTERS_INFO.
4366 * frame-base.c (default_frame_locals_address): Do not call
4367 DEPRECATED_FRAME_LOCALS_ADDRESS.
4368 (default_frame_args_address): Do not call
4369 DEPRECATED_FRAME_ARGS_ADDRESS.
4370
4371 * gdbarch.sh (deprecated_register_raw_size)
4372 (deprecated_register_virtual_size:int): Delete.
4373 * gdbarch.h, gdbarch.c: Re-generate.
4374 * cris-tdep.c (cris_register_size): Delete.
4375 (cris_gdbarch_init): Update.
4376 * alpha-tdep.c (alpha_register_raw_size)
4377 (alpha_register_virtual_size): Delete.
4378 (alpha_gdbarch_init): Update.
4379
4380 * gdbarch.sh (deprecated_register_virtual_type)
4381 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4382 (deprecated_dummy_write_sp): Delete.
4383 * gdbarch.h, gdbarch.c: Re-generate.
4384
4385 * gdbarch.sh (deprecated_register_bytes): Delete.
4386 * gdbarch.h, gdbarch.c: Re-generate.
4387 * regcache.c (deprecated_register_bytes): New function.
4388 * regcache.h (deprecated_register_bytes): Declare.
4389 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4390 * v850-tdep.c (v850_gdbarch_init): Update.
4391 * sh64-tdep.c (sh64_gdbarch_init): Update.
4392 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4393 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4394 * mcore-tdep.c (mcore_gdbarch_init): Update.
4395 * cris-tdep.c (cris_gdbarch_init): Update.
4396 * arm-tdep.c (arm_gdbarch_init): Update.
4397 * remote.c (init_remote_state): Update.
4398 * remote-vx.c (vx_prepare_to_store): Update.
4399 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4400 * irix5-nat.c (fetch_core_registers): Update.
4401 * cris-tdep.c (cris_register_bytes_ok): Update.
4402 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4403
4404 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4405 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4406 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4407 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4408 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4409 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4410 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4411 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4412 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4413 with mips_insn16 and mips_insn32.
4414
4415 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4416 * rs6000-tdep.c (rs6000_push_dummy_call)
4417 (rs6000_extract_return_value): Use register_size.
4418 * xstormy16-tdep.c (xstormy16_get_saved_register)
4419 (xstormy16_extract_return_value): Ditto.
4420 * valops.c (value_assign): Ditto.
4421 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4422 * v850-tdep.c (v850_extract_return_value): Ditto.
4423 * tracepoint.c (collect_symbol): Ditto.
4424 * target.c (debug_print_register): Ditto.
4425 * stack.c (frame_info): Ditto.
4426 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4427 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4428 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4429 (store_register_using_P): Ditto.
4430 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4431 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4432 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4433 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4434 * regcache.c (deprecated_read_register_bytes)
4435 (deprecated_write_register_bytes, read_register)
4436 (write_register): Ditto.
4437 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4438 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4439 * monitor.c (monitor_supply_register, monitor_fetch_register)
4440 (monitor_store_register): Ditto.
4441 * mn10300-tdep.c (mn10300_pop_frame_regular)
4442 (mn10300_print_register): Ditto.
4443 * mipsv4-nat.c (fill_fpregset): Ditto.
4444 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4445 (mips64_fill_fpregset): Ditto.
4446 * mi/mi-main.c (register_changed_p, get_register)
4447 (mi_cmd_data_write_register_values): Ditto.
4448 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4449 * irix5-nat.c (fill_gregset, fetch_core_registers):
4450 * infrun.c (write_inferior_status_register): Ditto.
4451 * infptrace.c (fetch_register, store_register): Ditto.
4452 * infcmd.c (default_print_registers_info): Ditto.
4453 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4454 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4455 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4456 * hpux-thread.c (hpux_thread_fetch_registers)
4457 (hpux_thread_store_registers): Ditto.
4458 * hppah-nat.c (store_inferior_registers, fetch_register):
4459 * findvar.c (value_from_register): Ditto.
4460 * dve3900-rom.c (fetch_bitmapped_register):
4461 * cris-tdep.c (cris_gdbarch_init): Ditto.
4462 * alpha-tdep.h: Ditto.
4463 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4464
4465 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4466 DEPRECATED_REGISTER_RAW_SIZE from comments.
4467 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4468 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4469 DEPRECATED_REGISTER_RAW_SIZE.
4470 * findvar.c (value_of_register): Simplify by assuming that the
4471 registers raw and virtual sizes are identical.
4472 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4473 comment.
4474 * arch-utils.c (generic_register_size): Simplify by assuming
4475 register_type.
4476
4477 * regcache.c (legacy_read_register_gen, real_register)
4478 (legacy_write_register_gen): Delete, not used.
4479
4480 * regcache.c (struct regcache_descr): Delete legacy_p.
4481 (init_legacy_regcache_descr): Delete function.
4482 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4483 Do not use deprecated register functions.
4484 (regcache_raw_read, deprecated_write_register_gen):
4485 (deprecated_read_register_gen, regcache_raw_write): Delete code
4486 predicated on legacy_p.
4487 (register_size): Delete check against register raw size.
4488
4489 * cris-tdep.c (cris_register_type): Replace
4490 cris_register_virtual_type.
4491 (cris_gdbarch_init): Update, set register_type.
4492
4493 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4494 * gdbarch.h, gdbarch.c: Re-generate.
4495 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4496 (arm_gdbarch_init) Do not set frameless function invocation.
4497 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4498 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4499 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4500 (frv_gdbarch_init): Do not set frameless function invocation.
4501 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4502 * sh-tdep.c (sh_gdbarch_init): Ditto.
4503 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4504 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4505 * avr-tdep.c (avr_gdbarch_init): Ditto.
4506
4507 * blockframe.c (legacy_frame_chain_valid): Delete function.
4508
4509 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4510 and pc. Update comments.
4511 (pc_in_dummy_frame): Delete function.
4512 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4513 use the "id".
4514 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4515 call_hi, top and pc, use the id.
4516 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4517
4518 * dummy-frame.c: Include "gdb_string.h".
4519 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4520 (generic_save_dummy_frame_tos): Delete.
4521 (dummy_frame_push): New function, replaces above.
4522 * dummy-frame.h: Update copyright.
4523 (dummy_frame_push): Declare.
4524 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4525 (generic_save_call_dummy_addr): Delete declarations.
4526 * infcall.c: Include "dummy-frame.h".
4527 (call_function_by_hand): Add locals caller_regcache,
4528 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4529 with call to frame_save_as_regcache plus cleanup. Delete calls to
4530 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4531 Move clear_proceed_status to just before the resume, add call to
4532 dummy_frame_push (discard cleanup).
4533 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4534 (dummy-frame.o): Add $(gdb_string_h).
4535
4536 2004-08-01 Andrew Cagney <cagney@gnu.org>
4537
4538 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4539 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4540 * dummy-frame.c (find_dummy_frame): Delete.
4541 (struct dummy_frame_cache, dummy_frame_sniffer)
4542 (dummy_frame_prev_register, dummy_frame_this_id)
4543 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4544 frame unwinder using a dummy_frame_cache.
4545
4546 2004-08-01 Andrew Cagney <cagney@gnu.org>
4547
4548 * frame.h (frame_save_as_regcache): Declare.
4549 * frame.c (frame_save_as_regcache): New function.
4550 (do_frame_read_register): Replace do_frame_unwind_register.
4551 (frame_pop): Use frame_save_as_regcache.
4552 * dummy-frame.c (generic_push_dummy_frame): Use
4553 frame_save_as_regcache.
4554
4555 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4556
4557 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4558 file as included until we record the first line in the linetable.
4559
4560 2004-08-01 Andrew Cagney <cagney@gnu.org>
4561
4562 * frame.h (deprecated_pop_dummy_frame)
4563 (deprecated_read_register_dummy)
4564 (deprecated_generic_find_dummy_frame): Delete.
4565 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4566 (deprecated_read_register_dummy)
4567 (deprecated_find_dummy_frame_regcache)
4568 (discard_innermost_dummy)
4569 (deprecated_pop_dummy_frame): Delete.
4570 (dummy_frame_this_id): Simplify.
4571 (struct dummy_frame): Delete "fp" and "sp".
4572 (find_dummy_frame): Simplify.
4573 (generic_push_dummy_frame): Do not set "fp" or "sp".
4574 (fprint_dummy_frames): Do not print "fp" and "sp"
4575
4576 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4577
4578 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4579 (struct i386_insn): New structure.
4580 (i386_match_insn): New function.
4581 (i386_frame_setup_skip_insns): New variable.
4582 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4583 array i386_frame_setup_insns of instructions that should be
4584 skipped inside the frame setup sequence.
4585
4586 2004-08-01 Andrew Cagney <cagney@gnu.org>
4587
4588 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4589 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4590 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4591 * stack.c (frame_info): Delete references to
4592 DEPRECATED_FRAME_INIT_SAVED_REGS and
4593 deprecated_get_frame_saved_regs.
4594 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4595 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4596 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4597 (frame_unwind_register_signed)
4598 (frame_unwind_register_unsigned)
4599 (frame_unwind_unsigned_register): Use register_size.
4600 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4601 (deprecated_frame_xmalloc_with_cleanup)
4602 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4603 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4604
4605 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4606 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4607 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4608 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4609
4610 * infcall.c (call_function_by_hand): Do not use
4611 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4612 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4613 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4614 DEPRECATED_STACK_ALIGN.
4615
4616 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4617
4618 Committed by Andrew Cagney.
4619 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4620
4621 2004-08-01 Andrew Cagney <cagney@gnu.org>
4622
4623 * mips-tdep.c (mips16_frame_cache)
4624 (mips16_frame_this_id, mips16_frame_prev_register)
4625 (mips16_frame_unwind, mips16_frame_sniffer)
4626 (mips16_frame_base_address, mips16_frame_base)
4627 (mips16_frame_base_sniffer, mips32_frame_cache)
4628 (mips32_frame_this_id, mips32_frame_prev_register)
4629 (mips32_frame_unwind, mips32_frame_sniffer)
4630 (mips32_frame_base_address, mips32_frame_base)
4631 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4632 separate heuristic mips16 and mips32 unwinders.
4633 (mips_stub_frame_cache, mips_stub_frame_this_id)
4634 (mips_stub_frame_prev_register)
4635 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4636 (mips_stub_frame_base_address, mips_stub_frame_base)
4637 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4638 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4639 match true mdebug frames.
4640 (non_heuristic_proc_desc): Add forward declaration.
4641
4642 2004-08-01 Andrew Cagney <cagney@gnu.org>
4643
4644 * config/mips/tm-irix6.h: Delete file.
4645 * config/mips/tm-irix5.h: Delete file.
4646 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4647 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4648
4649 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4650 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4651 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4652 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4653 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4654 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4655 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4656 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4657 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4658 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4659 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4660 (TARGET_SIGNAL_RAW_VALUES): Delete.
4661 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4662 Delete.
4663 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4664 (TARGET_HW_WATCH_LIMIT): Delete.
4665 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4666 * minimon.h: Delete file.
4667
4668 * trad-frame.c (trad_frame_get_this_base)
4669 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4670 functions.
4671 * trad-frame.h (trad_frame_set_this_base)
4672 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4673
4674 2004-07-31 Andrew Cagney <cagney@gnu.org>
4675
4676 * trad-frame.c (trad_frame_get_prev_register): Rename
4677 trad_frame_get_prev_register.
4678 * vax-tdep.c (vax_frame_prev_register): Update.
4679 * trad-frame.h: Update.
4680 * trad-frame.c (trad_frame_get_register): Update.
4681 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4682 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4683 Update.
4684 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4685 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4686 Update.
4687 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4688 Update.
4689 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4690 Update.
4691 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4692 Update.
4693 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4694 Update.
4695 * s390-tdep.c (s390_frame_prev_register)
4696 (s390_stub_frame_prev_register)
4697 (s390_sigtramp_frame_prev_register): Update.
4698 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4699 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4700 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4701 * m88k-tdep.c (m88k_frame_prev_register)
4702 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4703 * m32r-tdep.c (m32r_frame_prev_register): Update.
4704 * hppa-tdep.c (hppa_frame_prev_register_helper)
4705 * frv-tdep.c (frv_frame_prev_register): Update.
4706 * d10v-tdep.c (d10v_frame_prev_register): Update.
4707 * cris-tdep.c (cris_frame_prev_register): Update.
4708 * avr-tdep.c (avr_frame_prev_register): Update.
4709 * arm-tdep.c (arm_prologue_prev_register)
4710 (arm_sigtramp_prev_register): Update.
4711
4712 2004-07-31 Andrew Cagney <cagney@gnu.org>
4713
4714 * frame.h (legacy_saved_regs_unwind)
4715 (legacy_frame_chain_valid, legacy_frame_p)
4716 (enum frame_type): Delete UNKNOWN_FRAME.
4717 * dummy-frame.c (dummy_frame_this_id): Simplify.
4718 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4719 * frame.c (struct frame_info): Delete the field "type".
4720 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4721 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4722 (legacy_saved_regs_unwind, legacy_frame_p)
4723 (frame_type_from_pc): Delete.
4724 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4725 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4726
4727 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4728
4729 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4730 indentation.
4731
4732 * mips-nat.c: Remove file.
4733 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4734 (mips-nat.o): Remove dependency.
4735
4736 * infptrace.c: Update copyright year.
4737 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4738 explicitly setting the buffer to all zeroes.
4739
4740 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4741 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4742
4743 2004-07-30 Andrew Cagney <cagney@gnu.org>
4744
4745 * GDB 6.2 released from gdb_6_2-branch.
4746
4747 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4748
4749 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4750
4751 * exec.c (exec_file_attach):
4752 * nto-tdep.c (nto_find_and_open_solib):
4753 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4754 * solib.c (solib_open):
4755 * somsolib.c (som_solib_sizeof_symbol_table):
4756 * source.c (is_regular_file, openp, open_source_file):
4757 * symfile.c (symfile_bfd_open):
4758 * wince.c (upload_to_device): Differentiate between the search for
4759 binary and source files.
4760
4761 2004-07-30 Andrew Cagney <cagney@gnu.org>
4762
4763 * complaints.c (_initialize_complaints): Pass NULL to
4764 add_setshow_zinteger_cmd for help_doc.
4765 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4766
4767 2004-07-30 Andrew Cagney <cagney@gnu.org>
4768
4769 Fix PR i18n/761.
4770 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4771 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4772 $(PACKAGE).pot and update-po.
4773 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4774 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4775 (update-po): New rules.
4776 (localedir): Define using autoconf.
4777 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4778 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4779 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4780 * configure.in: Generate CATALOGS and LINGUAS from contents of
4781 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4782 * configure: Re-generate.
4783 * po/gdbtext: New file
4784
4785 2004-07-30 Jerome Guitton <guitton@gnat.com>
4786
4787 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4788 order.
4789
4790 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4791
4792 * dwarf2read.c (read_file_scope): Set producer if attribute
4793 present.
4794 (struct dwarf2_cu): Added new member producer.
4795
4796 2004-07-30 Jerome Guitton <guitton@gnat.com>
4797
4798 * inflow.c (kill_command): release file handles in BFD.
4799 * exec.c (exec_file_attach): Ditto.
4800 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4801
4802 2004-07-29 Andrew Cagney <cagney@gnu.org>
4803
4804 * PROBLEMS (mips-irix): Note that it is broken.
4805
4806 2004-07-29 Andrew Cagney <cagney@gnu.org>
4807
4808 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4809 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4810
4811 * config/xm-nbsd.h: Delete file.
4812 * config/arm/xm-nbsd.h: Delete file.
4813 * config/i386/xm-nbsd.h: Delete file.
4814 * config/ns32k/xm-nbsd.h: Delete file.
4815 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4816 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4817 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4818 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4819 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4820
4821 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4822 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4823 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4824 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4825 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4826 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4827
4828 * config/powerpc/xm-linux.h: Delete empty file.
4829 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4830 * config/powerpc/linux.mh (XM_FILE): Delete.
4831 * config/m68k/xm-linux.h: Delete empty file.
4832 * config/m68k/linux.mh (XM_FILE): Delete.
4833 * config/ia64/xm-linux.h: Delete empty file.
4834 * config/ia64/linux.mh (XM_FILE): Delete.
4835 * config/arm/xm-linux.h: Delete empty file.
4836 * config/arm/linux.mh (XM_FILE): Delete.
4837
4838 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4839 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4840 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4841 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4842 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4843 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4844 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4845 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4846
4847 * config/m68k/xm-m68k.h: Delete file.
4848 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4849 copyright.
4850 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4851 * config/pa/xm-linux.h: Delete empty file.
4852 * config/pa/linux.mh (XM_FILE): Delete.
4853 * config/i386/xm-i386.h: Delete empty file.
4854 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4855 "i386/xm-i386.h".
4856 * config/i386/obsdaout.mh (XM_FILE): Delete.
4857 * config/i386/obsd64.mh (XM_FILE): Delete.
4858 * config/i386/fbsd64.mh (XM_FILE): Delete.
4859 * config/i386/nto.mh (XM_FILE): Delete.
4860 * config/i386/obsd.mh (XM_FILE): Delete.
4861 * config/i386/linux64.mh (XM_FILE): Delete.
4862 * config/i386/linux.mh (XM_FILE): Delete.
4863 * config/i386/i386sol2.mh (XM_FILE): Delete.
4864 * config/i386/i386gnu.mh (XM_FILE): Delete.
4865 * config/i386/fbsd.mh (XM_FILE): Delete.
4866 * config/i386/nbsd64.mh (XM_FILE): Delete.
4867
4868 2004-07-29 Andrew Cagney <cagney@gnu.org>
4869
4870 * config/pa/xm-linux.h: Do not include "floatformat.h".
4871 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4872 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4873 * config/i386/xm-i386.h: Do not include "floatformat.h".
4874 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4875 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4876 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4877 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4878 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4879 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4880 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4881 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4882 * configure, config.in: Regenerate.
4883 * configure.host (gdb_host_float_format, gdb_host_double_format)
4884 (gdb_host_long_double_format): Set according to the host.
4885
4886 2004-07-29 Andrew Cagney <cagney@gnu.org>
4887
4888 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4889
4890 2004-07-28 Andrew Cagney <cagney@gnu.org>
4891
4892 * PROBLEMS: Mention threads/1650.
4893 * NEWS: Mention the NPTL fix.
4894
4895 2004-07-28 Andrew Cagney <cagney@gnu.org>
4896
4897 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4898 (add_setshow_cmd_full): Make static.
4899 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4900 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4901 * cli/cli-decode.c (add_setshow_filename_cmd)
4902 (add_setshow_string_cmd): New functions.
4903 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4904 * mips-tdep.c (_initialize_mips_tdep): Update.
4905 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4906 * cli/cli-logging.c (_initialize_cli_logging): Update.
4907 * complaints.c (_initialize_complaints): Update.
4908 * remote.c (_initialize_remote): Update.
4909
4910 2004-07-28 Andrew Cagney <cagney@gnu.org>
4911
4912 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4913 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4914 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4915 print parameters. Make string parameters constant.
4916 * command.h: Update. Update copyright.
4917 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4918 * observer.c (_initialize_observer): Ditto.
4919 * frame.c (_initialize_frame): Ditto.
4920 * complaints.c (_initialize_complaints): Ditto.
4921 * maint.c (_initialize_maint_cmds): Ditto.
4922 * target.c (initialize_targets): Ditto.
4923 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4924 * infcall.c (_initialize_infcall): Ditto.
4925 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4926 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4927 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4928 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4929 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4930
4931 2004-07-28 Andrew Cagney <cagney@gnu.org>
4932
4933 * gdbtypes.c (lookup_primitive_typename): Delete function.
4934 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4935 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4936 * gdbtypes.c (lookup_typename): Ditto.
4937 * f-exp.y (yylex): Ditto.
4938 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4939
4940 * scm-lang.c (c_builtin_types): Delete extern declaration.
4941 (scm_language_defn): Replace
4942 string_char_type and primitive_type_vector with
4943 la_language_arch_info.
4944 * jv-lang.c (java_language_defn): Replace
4945 string_char_type and primitive_type_vector with
4946 la_language_arch_info.
4947 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4948 c_builtin_types in comment.
4949 * c-lang.h (struct language_arch_info): Declare opaque.
4950 (c_language_arch_info): Declare.
4951 (c_builtin_types): Delete declaration.
4952 * c-lang.c (c_language_arch_info): Set string_char_type to
4953 builtin_char, not builtin_true_char. Make global.
4954 (c_builtin_types): Delete array.
4955 (asm_language_defn, minimal_language_defn): Replace
4956 string_char_type and primitive_type_vector with
4957 la_language_arch_info.
4958
4959 2004-07-28 Andrew Cagney <cagney@gnu.org>
4960
4961 * gdbtypes.h (struct builtin_type): Rename true_char to
4962 builtin_true_char.
4963 * gdbtypes.c (gdbtypes_post_init): Update.
4964 * c-lang.c (arch_info): New function.
4965 (enum c_primitive_types): New enum.
4966 (c_language_defn): Instead of string_char_type and
4967 primitive_type_vector set la_language_arch_info.
4968
4969 2004-07-28 Andrew Cagney <cagney@gnu.org>
4970
4971 * language.h (struct language_arch_info): Fix typo
4972 s/primative/primitive/.
4973 * gdbtypes.c (lookup_primitive_typename): Ditto.
4974 * language.c (language_lookup_primitive_type_by_name)
4975 (unknown_language_arch_info): Ditto.
4976
4977 2004-07-27 Andrew Cagney <cagney@gnu.org>
4978
4979 * defs.h (enum language): Add nr_languages.
4980 * language.h (struct language_arch_info): Define.
4981 (struct language_defn): Add la_language_arch_info.
4982 (language_lookup_primative_type_by_name): Declare.
4983 (language_string_char_type): Declare.
4984 * language.c (_initialize_language, language_gdbarch_post_init)
4985 (struct language_gdbarch, language_gdbarch_data): Implement
4986 per-architecture language information.
4987 (unknown_language_arch_info, language_string_char_type)
4988 (language_lookup_primative_type_by_name): New functions.
4989 (unknown_language_defn, auto_language_defn)
4990 (local_language_defn): Set la_language_arch_info to
4991 unknown_language_arch_info.
4992 (unknown_builtin_types): Delete.
4993 * gdbtypes.c (lookup_primitive_typename): Use
4994 language_lookup_primative_type_by_name.
4995 (create_string_type): Use language_string_char_type.
4996 * values.c (value_from_string): Use language_string_char_type.
4997 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4998 * p-lang.c (pascal_language_defn): Ditto.
4999 * m2-lang.c (m2_language_defn): Ditto.
5000 * jv-lang.c (java_language_defn): Ditto.
5001 * objc-lang.c (objc_language_defn): Ditto.
5002 * f-lang.c (f_language_defn): Ditto.
5003 * c-lang.c (c_language_defn, cplus_language_defn)
5004 (asm_language_defn, minimal_language_defn): Ditto.
5005
5006 2004-07-27 Andrew Cagney <cagney@gnu.org>
5007
5008 * gdbtypes.h (struct builtin_type): Declare.
5009 (builtin_type): Declare.
5010 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5011 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5012 (gdbtypes_post_init): New function.
5013 (builtin_type): New function.
5014
5015 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5016
5017 * remote-m32r-sdi.c: Fix breakpoint bug.
5018 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5019 recv_char_data, recv_long_data): New functions to replace communication
5020 sequences.
5021
5022 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5023
5024 Document PR threads/1650.
5025 * PROBLEMS (Threads): Document problem with many threads
5026
5027 2004-07-26 Andrew Cagney <cagney@gnu.org>
5028
5029 * gdb-mi.el: Move from here ...
5030 * mi/gdb-mi.el: ... to here.
5031
5032 2004-07-26 Andrew Cagney <cagney@gnu.org>
5033
5034 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5035 * main.c (captured_main): When in batch mode always detach.
5036
5037 2004-07-26 Andrew Cagney <cagney@gnu.org>
5038
5039 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5040 and h8300 as broken.
5041 * NEWS: END-OF-LIFE frame compatibility module.
5042 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5043 specific comments.
5044
5045 2004-07-26 Andrew Cagney <cagney@gnu.org>
5046
5047 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5048 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5049 * wince.c (_initialize_wince): Update.
5050 * win32-nat.c (_initialize_win32_nat): Update.
5051 * varobj.c (_initialize_varobj): Update.
5052 * valops.c (_initialize_valops): Update.
5053 * utils.c (initialize_utils, initialize_utils): Update.
5054 * tui/tui-win.c (_initialize_tui_win): Update.
5055 * top.c (init_main): Update.
5056 * symfile.c (_initialize_symfile): Update.
5057 * source.c (_initialize_source): Update.
5058 * somsolib.c (_initialize_som_solib): Update.
5059 * solib.c (_initialize_solib): Update.
5060 * solib-frv.c (_initialize_frv_solib): Update.
5061 * serial.c (_initialize_serial): Update.
5062 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5063 * remote.c (_initialize_remote, _initialize_remote): Update.
5064 * remote-vx.c (_initialize_vx): Update.
5065 * remote-utils.c (_initialize_sr_support): Update.
5066 * remote-sds.c (_initialize_remote_sds): Update.
5067 * remote-mips.c (_initialize_remote_mips): Update.
5068 * remote-e7000.c (_initialize_remote_e7000): Update.
5069 * proc-api.c (_initialize_proc_api): Update.
5070 * printcmd.c: Update.
5071 * parse.c (_initialize_parse): Update.
5072 * pa64solib.c (_initialize_pa64_solib): Update.
5073 * p-valprint.c (_initialize_pascal_valprint): Update.
5074 * monitor.c (_initialize_remote_monitors): Update.
5075 * mips-tdep.c (_initialize_mips_tdep): Update.
5076 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5077 * maint.c (_initialize_maint_cmds): Update.
5078 * lin-lwp.c (_initialize_lin_lwp): Update.
5079 * language.c (_initialize_language): Update.
5080 * kod.c (_initialize_kod): Update.
5081 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5082 * i386-tdep.c (_initialize_i386_tdep): Update.
5083 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5084 * gdbarch.sh: Update.
5085 * gdbarch.c: Re-generate.
5086 * gdb-events.sh: Update.
5087 * gdb-events.c: Re-generate.
5088 * frame.c (_initialize_frame): Update.
5089 * exec.c: Update.
5090 * demangle.c (_initialize_demangler): Update.
5091 * dcache.c (_initialize_dcache): Update.
5092 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5093 * cp-valprint.c (_initialize_cp_valprint): Update.
5094 * corefile.c (_initialize_core): Update.
5095 * command.h: Update.
5096 * cli/cli-decode.h: Update.
5097 * cli/cli-cmds.c (init_cli_cmds): Update.
5098 * charset.c (_initialize_charset): Update.
5099 * breakpoint.c (_initialize_breakpoint): Update.
5100 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5101 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5102 * aix-thread.c (_initialize_aix_thread): Update.
5103
5104 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5105
5106 Partial fix for PR backtrace/1718.
5107 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5108 that GCC migrates into the prolugue. Don't handle any
5109 instructions that clobber %ebx.
5110
5111 2004-07-23 Andrew Cagney <cagney@gnu.org>
5112
5113 Use regcache_raw_collect instead of regcache_collect.
5114 * regcache.h (regcache_collect): Delete declaration.
5115 * regcache.c (regcache_colect): Delete function.
5116 * win32-nat.c (do_child_store_inferior_registers): Update.
5117 * sol-thread.c (sol_thread_store_registers): Update.
5118 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5119 * rs6000-nat.c (store_register): Update.
5120 * remote.c (store_register_using_P, remote_store_registers): Update.
5121 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5122 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5123 (fill_vrregset, store_spe_registers, fill_gregset)
5124 (fill_gregset): Update.
5125 * nto-procfs.c (procfs_store_registers): Update.
5126 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5127 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5128 * m68klinux-nat.c (store_register, fill_gregset): Update.
5129 * m68k-tdep.c (fill_gregset): Update.
5130 * infptrace.c (store_register): Update.
5131 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5132 * i386-linux-nat.c (store_register, fill_gregset): Update.
5133 * hppa-linux-nat.c (fill_gregset): Update.
5134 * go32-nat.c (store_register): Update.
5135 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5136 (store_fp_regs): Update.
5137 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5138 (store_nwfpe_extended, store_fpregister, store_fpregs)
5139 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5140 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5141 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5142 (store_regs_user_thread, store_regs_kernel_thread): Update.
5143
5144 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5145
5146 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5147 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5148 encoding.
5149 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5150 member of `struct comp_unit'.
5151
5152 2004-07-23 Andrew Cagney <cagney@gnu.org>
5153
5154 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5155 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5156
5157 2004-07-23 Martin Hunt <hunt@redhat.com>
5158 Kevin Buettner <kevinb@redhat.com>
5159
5160 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5161 alignment was being added to the offset instead of multiplied.
5162
5163 2004-07-23 Mark Kettenis <kettenis@gnu.org>
5164
5165 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5166 changed signal trampoline in OpenBSD 3.5-current.
5167
5168 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5169 <machine/pcb.h> and "bsd-kvm.h".
5170 (sparc64nbsd_supply_pcb): New function.
5171 (_initialize_sparc64nbsd_nat): Renamed from
5172 _initialize_sparcnbsd_nat. Enable libkvm interface.
5173 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5174 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5175 (LOADLIBES): New variable.
5176
5177 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5178
5179 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5180
5181 2004-07-21 Andrew Cagney <cagney@gnu.org>
5182
5183 Use regcache_raw_supply instead of supply_register.
5184 * regcache.h (supply_register): Delete declaration.
5185 * regcache.c (supply_register): Delete function.
5186 * wince.c (do_child_fetch_inferior_registers): Update.
5187 * win32-nat.c (do_child_fetch_inferior_registers)
5188 (fetch_elf_core_registers): Update.
5189 * v850ice.c (v850ice_fetch_registers): Update.
5190 * thread-db.c (thread_db_store_registers): Update.
5191 * sol-thread.c (sol_thread_store_registers): Update.
5192 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5193 * rs6000-nat.c (fetch_register): Update.
5194 * rom68k-rom.c (rom68k_supply_one_register): Update.
5195 * remote.c (remote_wait, remote_async_wait): Update.
5196 * remote-st.c (get_hex_regs): Update.
5197 * remote-sim.c (gdbsim_fetch_register): Update.
5198 * remote-sds.c (sds_fetch_registers): Update.
5199 * remote-rdp.c (remote_rdp_fetch_register): Update.
5200 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5201 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5202 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5203 * remote-hms.c (init_hms_cmds): Update.
5204 * remote-est.c (init_est_cmds): Update.
5205 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5206 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5207 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5208 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5209 (fetch_register, supply_vrregset, supply_vrregset)
5210 (fetch_spe_registers): Update.
5211 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5212 * monitor.c (monitor_supply_register): Update.
5213 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5214 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5215 (mipsnbsd_supply_fpreg): Update.
5216 * mips-nat.c (fetch_inferior_registers)
5217 (fetch_core_registers): Update.
5218 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5219 (supply_fpregset, mips64_supply_gregset)
5220 (mips64_supply_fpregset): Update.
5221 * m68klinux-nat.c (fetch_register, supply_gregset)
5222 (supply_fpregset): Update.
5223 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5224 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5225 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5226 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5227 * infptrace.c (fetch_register): Update.
5228 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5229 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5230 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5231 (gnu_fetch_registers, gnu_store_registers): Update.
5232 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5233 * i386-linux-nat.c (fetch_register, supply_gregset)
5234 (dummy_sse_values): Update.
5235 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5236 * hppah-nat.c (fetch_register): Update.
5237 * hppa-linux-nat.c (fetch_register, supply_gregset)
5238 (supply_fpregset): Update.
5239 * go32-nat.c (fetch_register): Update.
5240 * dve3900-rom.c (fetch_bitmapped_register)
5241 (_initialize_r3900_rom): Update.
5242 * cris-tdep.c (supply_gregset): Update.
5243 * abug-rom.c (init_abug_cmds): Update.
5244 * core-aout.c (fetch_core_registers): Update.
5245 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5246 (fetch_register, fetch_fp_register): Update.
5247 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5248 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5249 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5250 * alphanbsd-tdep.c (fetch_core_registers): Update.
5251 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5252 * alpha-nat.c (fetch_osf_core_registers)
5253 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5254 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5255 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5256
5257 2004-07-21 Andrew Cagney <cagney@gnu.org>
5258
5259 * PROBLEMS: Mention breakpoints/1702.
5260 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5261 that is known to work.
5262
5263 2004-07-21 Andrew Cagney <cagney@gnu.org>
5264
5265 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5266 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5267 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5268 (handle_inferior_event): Wrap call to deprecated
5269 IGNORE_HELPER_CALL in #ifdef.
5270 * config/mips/tm-nbsd.h: Update.
5271
5272 2004-07-20 Jim Blandy <jimb@redhat.com>
5273
5274 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5275 bfd_mach_ppc has no segment registers.
5276
5277 Include PowerPC SPR numbers for special-purpose registers.
5278 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5279 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5280 new member in initializer.
5281 (S, S4, SN4, S64): New macros for defining special-purpose
5282 registers.
5283 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5284 registers_403, registers_403GC, registers_505, registers_860,
5285 registers_601, registers_602, registers_603, registers_604,
5286 registers_750, registers_e500): Use them.
5287
5288 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5289 replace references with expression used to initialize variable.
5290
5291 2004-07-20 Andrew Cagney <cagney@gnu.org>
5292
5293 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5294 read_memory_nobpt.
5295 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5296 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5297 (s390_sigtramp_frame_sniffer): Update.
5298 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5299 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5300 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5301 (mips32_fetch_instruction): Update.
5302 * mcore-tdep.c (get_insn): Update.
5303 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5304 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5305 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5306 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5307 (i386_linux_rt_sigtramp_start): Update.
5308 * i386-linux-nat.c (child_resume): Update.
5309 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5310 * hppa-linux-tdep.c (insns_match_pattern): Update.
5311 * gdbcore.h: Update.
5312 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5313 * frame.c (safe_frame_unwind_memory): Update.
5314 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5315 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5316 * alpha-tdep.c (alpha_read_insn): Update.
5317
5318 2004-07-20 Andrew Cagney <cagney@gnu.org>
5319
5320 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5321 containing both bytes and mask. Add "frame_type".
5322 * tramp-frame.c (tramp_frame_start): Update.
5323 (tramp_frame_prepend_unwinder): Update.
5324 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5325 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5326 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5327 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5328
5329 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5330
5331 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5332 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5333 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5334 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5335
5336 2004-07-17 Andrew Cagney <cagney@gnu.org>
5337
5338 * NEWS, PROBLEMS: Update for 6.2.
5339
5340 * README: Update to 6.2.
5341
5342 * utils.c (xvasprintf): Call xstrvprintf.
5343
5344 * parse.c: Update copyright.
5345 (null_post_parser): Eliminate ARGSUSED.
5346
5347 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5348 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5349 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5350
5351 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5352 * ppc-linux-nat.c: Use "Linux kernel".
5353 * hppa-linux-tdep.c: Use GNU/Linux.
5354 * hppa-linux-nat.c: Use GNU/Linux.
5355 * dwarfread.c: Add [sic] to use of Linux.
5356
5357 * hppa-linux-nat.c: Do not include <string.h>.
5358 (supply_fpregset): Remove "register" attribute.
5359
5360 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5361
5362 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5363
5364 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5365 * configure, config.in: Regenerated.
5366
5367 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5368 "bsd-kvm.h".
5369 (vaxbsd_supply_pcb): New function.
5370 (_initialize_vaxbsd_nat): New prototype and function.
5371 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5372 solib-sunos.o.
5373 (LOADLIBES): New variable.
5374 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5375 (LOADLIBES): New variable.
5376 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5377 (LOADLIBES): New variable.
5378 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5379
5380 2004-07-16 Andrew Cagney <cagney@gnu.org>
5381
5382 * defs.h (event_loop_p): Replace variable declaration with macro,
5383 always 1.
5384 * main.c (captured_main): Delete options "-async" and "-noasync".
5385 (event_loop_p): Delete variable.
5386 * NEWS: Mention that "-async" and "-noasync" were removed.
5387
5388 2004-07-16 Andrew Cagney <cagney@gnu.org>
5389
5390 * remote-m32r-sdi.c: Re-indent.
5391
5392 2004-07-16 Jim Blandy <jimb@redhat.com>
5393
5394 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5395 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5396 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5397 missing MPC823 SPRs.
5398 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5399 incorrect. (This was corrected in GDB's register name tables on
5400 2004-07-14.)
5401
5402 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5403 should be "esasrr" ("ESA Save and Restore Register").
5404
5405 2004-07-16 Andrew Cagney <cagney@gnu.org>
5406
5407 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5408 calls, no longer applicable. Update comments and rename parameter
5409 "step_frame" to "return_frame".
5410
5411 2004-07-16 Andrew Cagney <cagney@gnu.org>
5412
5413 * frame.c (fprint_field): New function.
5414 (fprint_frame_id): Use fprint_field.
5415
5416 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5417
5418 * ada-lang.c (ada_language_defn): Remove commented out code.
5419
5420 2004-07-15 Jim Blandy <jimb@redhat.com>
5421
5422 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5423 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5424
5425 2004-07-14 Jim Blandy <jimb@redhat.com>
5426
5427 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5428
5429 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5430
5431 * ppc-tdep.h (ppc_num_srs): New enum constant.
5432
5433 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5434 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5435 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5436 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5437 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5438 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5439 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5440 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5441 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5442 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5443 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5444 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5445 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5446 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5447 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5448 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5449 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5450 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5451 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5452 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5453 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5454 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5455 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5456 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5457 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5458 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5459 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5460 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5461 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5462 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5463 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5464 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5465 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5466 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5467 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5468 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5469 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5470 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5471 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5472 special-purpose register numbers.
5473
5474 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5475 manual mentions 'md_twb', but many mention 'm_twb', and at that
5476 point in the register list.)
5477
5478 2004-07-14 Andrew Cagney <cagney@gnu.org>
5479
5480 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5481 instead of "internal-error".
5482
5483 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5484
5485 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5486 that was inserted inside a comment.
5487
5488 2004-07-10 Randolph Chung <tausq@debian.org>
5489
5490 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5491 function.
5492 (hppa_hpux_push_dummy_code): New function.
5493 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5494 Set find_global_pointer method.
5495
5496 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5497
5498 * NEWS: Mention BSD libkvm interface.
5499
5500 2004-07-10 Michael Snyder <msnyder@redhat.com>
5501
5502 * symfile.c (generic_load): Comment typo.
5503 * stack.c (get_selected_block): Ditto.
5504 * regcache.c (regcache_cooked_read): Ditto.
5505 * monitor.c (monitor_debug): Ditto.
5506 * mips-tdep.c (mips_read_pc): Ditto.
5507 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5508 * gdb_mbuild.sh: Ditto.
5509 * gdbarch.sh: Ditto.
5510 * gdbarch.h: Ditto.
5511
5512 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5513
5514 * ada-tasks.c: Remove file.
5515
5516 Remove ARI problems:
5517
5518 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5519 beginning of line.
5520
5521 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5522 Add comment.
5523 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5524 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5525 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5526 (UMIN_OF_SIZE): Remove.
5527 (max_of_type): New function to replace orphan macro in gdbtypes.h
5528 (min_of_type): Ditto.
5529 (discrete_type_high_bound): Use max_of_type.
5530 (discrete_type_low_bound): Use min_of_type.
5531 (possible_user_operator_p): Move operator to beginning of line.
5532 (ada_is_variant_part): Ditto.
5533 (ensure_lval): Rewrite to avoid deprecated operations.
5534 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5535 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5536 (ada_enum_name): Remove assignments in 'if' statements.
5537 (build_ada_types): Add gdbarch parameter.
5538 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5539 with gdbarch_data_register_post_init.
5540 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5541 add_show_from_set.
5542
5543 * ada-valprint.c (inspect_it): Remove declaration.
5544 (repeat_count_threshold): Remove declaration.
5545 (ada_print_floating): Remove assignments in 'if' statements.
5546 (print_str): Move operator to beginning of line.
5547
5548 2004-07-08 Jim Blandy <jimb@redhat.com>
5549
5550 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5551
5552 2004-07-08 Bob Rossi <bob@brasko.net>
5553
5554 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5555
5556 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5557
5558 * language.h (struct_language_defn): Add new function pointer:
5559 la_class_name_from_physname. Also add new prototype for
5560 language_class_name_from_physname.
5561 * language.c (language_class_name_from_physname): New function.
5562 (unk_lang_class_name): Ditto.
5563 (unknown_language_defn, auto_language_defn): Change
5564 to add unk_lang_class_name function pointer for
5565 la_class_name_from_physname.
5566 (local_language_defn): Ditto.
5567 * dwarf2read.c (guess_structure_name): Change to call
5568 language_class_name_from_physname.
5569 (determine_class_name): Ditto.
5570 * cp-support.c (class_name_from_physname): Renamed.
5571 (cp_class_name_from_physname): New name of function.
5572 * cp-support.h: Ditto.
5573 * c-lang.c (c_language_defn): Change to add NULL
5574 for class_name_from_physname function pointer.
5575 (cplus_language_defn): Change to add cp_class_name_from_physname.
5576 * jv-lang.c (java_class_name_physname): New function.
5577 (java_find_last_component): New static routine.
5578 (java_language_defn): Add java_class_name_from_physname pointer.
5579 * ada-lang.c (ada_language_defn): Change to add NULL
5580 for class_name_from_physname function pointer.
5581 * f-lang.c (f_language_defn): Ditto.
5582 * m2-lang.c (m2_language_defn): Ditto.
5583 * objc-lang.c (objc_language_defn): Ditto.
5584 * p-lang.c (pascal_language_defn): Ditto.
5585 * scm-lang.c (scm_language_defn): Ditto.
5586
5587 2004-07-06 Andrew Cagney <cagney@gnu.org>
5588
5589 Patch from Bart Robinson.
5590 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5591 (O_LARGEFILE): Define to 0, if not defined.
5592
5593 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5594
5595 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5596 <machine/pcb.h> and "bsd-kvm.h".
5597 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5598 (m68kbsd_supply_pcb): New function.
5599 (_initialize_m68kbsd_nat): New prototype and function.
5600 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5601 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5602 (LOADLIBES): New variable.
5603 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5604 (LOADLIBES): New variable.
5605
5606 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5607
5608 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5609
5610 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5611 <sys/proc.h>.
5612 (bsd_kvm_cmdlist): New variable.
5613 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5614 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5615 command and "kvm proc" command.
5616 * Makefile.in (bsd-kvm.o): Update dependencies.
5617
5618 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5619
5620 * osabi.c: Update copyright year.
5621 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5622 notes if EI_OSABI is set to ELFOSABI_HPUX.
5623
5624 2004-07-01 Michael Snyder <msnyder@redhat.com>
5625
5626 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5627 that seems to have gotten whacked out of line.
5628
5629 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5630
5631 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5632 code.
5633
5634 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5635
5636 * ada-lang.c (decode_packed_array): Minor change to comment.
5637 (ada_value_slice_ptr): New function.
5638 (ada_value_slice): New function.
5639 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5640 test. Don't know why it is there.
5641 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5642 to avoid dereferencing huge arrays from which one is slicing.
5643 (empty_array): Correct to return an array rather than
5644 a subrange value.
5645 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5646 on empty arrays (let'em use 'FIRST instead).
5647
5648 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5649
5650 Address complaints from gdb_ari.sh:
5651
5652 * ada-exp.y: Include gdb_string.h rather than string.h.
5653 (convert_char_literal): Reformat declaration.
5654 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5655 * ada-lex.l: Change use of free to xfree (the macro would do so
5656 anyway, but this is harmless).
5657 Include gdb_string.h rather than string.h.
5658 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5659
5660 * ada-lang.c (parse): Remove K&Rism in parameter list.
5661 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5662
5663 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5664
5665 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5666 dead code.
5667
5668 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5669
5670 * alphabsd-nat.c: Update copyright year.
5671 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5672
5673 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5674
5675 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5676 (i386_cygwin_in_solib_call_trampoline): New function.
5677 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5678 and skip_trampoline_code gdbarch methods.
5679
5680 2004-06-29 Jim Blandy <jimb@redhat.com>
5681
5682 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5683 name actually used in the dependency lists.
5684
5685 2004-06-29 Randolph Chung <tausq@debian.org>
5686
5687 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5688
5689 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5690
5691 * win32-nat.c (child_pid_to_exec_file): New function.
5692 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5693 functionality.
5694
5695 2004-06-28 Andrew Cagney <cagney@gnu.org>
5696
5697 * defs.h (xstrvprintf): Declare.
5698 * utils.c (xstrvprintf): New function.
5699 (internal_vproblem, xstrprintf, xasprintf)
5700 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5701 * serial.c (serial_printf): Ditto.
5702 * complaints.c (vcomplaint): Ditto.
5703
5704 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5705
5706 * infcmd.c (attach_command): Move call to target_terminal_inferior
5707 behind loading symbol table.
5708
5709 2004-06-28 Andrew Cagney <cagney@gnu.org>
5710
5711 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5712 change - add back extern deprecated_ui_loop_hook declaration.
5713
5714 2004-06-28 Andrew Cagney <cagney@gnu.org>
5715
5716 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5717 xstrprintf.
5718 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5719 (c_value_of_variable): Ditto.
5720 * utils.c (internal_vproblem): Ditto.
5721 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5722 * remote.c (add_packet_config_cmd): Ditto.
5723 * remote-rdp.c (rdp_set_command_line): Ditto.
5724 * regcache.c (regcache_dump): Ditto.
5725 * frv-tdep.c (new_variant, new_variant): Ditto.
5726 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5727 (fbsd_find_memory_regions): Ditto.
5728 * breakpoint.c (create_thread_event_breakpoint)
5729 (create_breakpoints): Ditto.
5730 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5731 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5732
5733 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5734
5735 * ada-lang.c: Re-indent file, with some massaging to help indent
5736 a bit when the result is otherwise really too ugly.
5737
5738 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5739
5740 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5741 code_addr_p and special_addr_p to 'unsigned int'.
5742
5743 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5744
5745 * i386v4-nat.c: Update copyright year and tweak comment.
5746 (regmap): Remove trailing comma.
5747 (supply_gregset): Rename local variable i to regnum. Call
5748 regcache_raw_supply instead of supply_register.
5749 (fill_gregset): Rename argument regno to regnum. Call
5750 regcache_raw_collect instead of regcache_collect.
5751
5752 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5753
5754 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5755 and special_addr_p.
5756 (frame_id_build, frame_id_build_special): Update comments.
5757 (frame_id_build_wild): New prototype.
5758 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5759 struct frame_id fields.
5760 (frame_id_build_wild): New function.
5761 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5762
5763 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5764
5765 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5766 hppabsd-tdep.c.
5767
5768 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5769
5770 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5771
5772 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5773
5774 * ada-lang.c: Re-indent file.
5775
5776 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5777
5778 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5779 (no_symtab_msg): Likewise.
5780
5781 2004-06-27 Andreas Schwab <schwab@suse.de>
5782
5783 * source.c: Fix whitespace.
5784
5785 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5786
5787 * configure.in: Include <sys/param.h> for td_pcb test.
5788 * configure: Regenerated.
5789
5790 * i386nbsd-nat.c: New file.
5791 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5792 i386obsd-nat.c and i386obsd-tdep.c.
5793 (i386nbsd-nat.o): New dependency.
5794 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5795 bsd-kvm.o.
5796 (LOADLIBES): New variable.
5797 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5798 bsd-kvm.o.
5799 (LOADLIBES): New variable.
5800
5801 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5802 (LOADLIBES): New variable.
5803
5804 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5805 fetching from BSD_KVM_PADDR. Correctly lookup address for
5806 "_thread0".
5807
5808 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5809 "bsd-kvm.h".
5810 (amd64fbsd_supply_pcb): New funcion.
5811 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5812
5813 2004-06-27 <david@streamline-computing.com>
5814
5815 Partial fix for PR cli/1056.
5816 * valarith.c: Check for zero in division and remainder
5817 evaluation.
5818
5819 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5820
5821 * i387-tdep.c: Remove excessive whitespace.
5822
5823 2004-06-26 Andrew Cagney <cagney@gnu.org>
5824
5825 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5826 * gdb-events.h, gdb-events.c: Re-generate.
5827 * tui/tui-hooks.c (tui_install_hooks): Update.
5828 (tui_remove_hooks): Update.
5829 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5830
5831 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5832
5833 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5834 (gregset_t, fpregset_t): Remove typedefs.
5835 (REG_OFFSET): Rename argument.
5836 (amd64bsd_r_reg_offset): Rename from reg_offset.
5837 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5838 Remove functions.
5839 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5840 of reg_offset.
5841 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5842
5843 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5844
5845 * vax-tdep.c: Tweak comment.
5846
5847 Add OpenBSD/hppa support.
5848 * NEWS (New native configurations): Mention OpenBSD/hppa.
5849 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5850 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5851 files.
5852 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5853 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5854 * configure.host: Add hppa*-*-openbsd*.
5855 * configure.tgt: Add hppa*-*-openbsd*.
5856
5857 2004-06-25 Andrew Cagney <cagney@gnu.org>
5858
5859 * defs.h (deprecated_ui_loop_hook): Deprecated.
5860 * wince.c (child_wait): Update.
5861 * win32-nat.c (child_wait): Update.
5862 * v850ice.c (v850ice_wait): Update.
5863 * top.c (deprecated_ui_loop_hook): Update.
5864 * serial.h: Update.
5865 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5866 (do_unix_readchar): Update.
5867 * ser-tcp.c (net_open): Update.
5868 * remote-sim.c (gdb_os_poll_quit): Update.
5869 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5870
5871 2004-06-24 Andrew Cagney <cagney@gnu.org>
5872
5873 * defs.h (deprecated_pre_add_symbol_hook)
5874 (deprecated_post_add_symbol_hook): Deprecated.
5875 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5876 (symbol_file_add_with_addrs_or_offsets): Update references.
5877
5878 2004-06-24 Andrew Cagney <cagney@gnu.org>
5879
5880 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5881 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5882 * wince.c (ui_loop_hook): Delete extern declaration.
5883 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5884 * v850ice.c (ui_loop_hook): Delete extern declaration..
5885 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5886 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5887 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5888 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5889 ui_loop_hook declaration.
5890
5891 2004-06-24 Andrew Cagney <cagney@gnu.org>
5892
5893 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5894 entry_func_highpc fields.
5895 * objfiles.c (init_entry_point_info): Do not clear
5896 entry_func_lowpc and entry_func_highpc.
5897 (objfile_relocate): Do not relocate entry_func_lowpc and
5898 entry_func_highpc.
5899 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5900 entry_func_highpc.
5901 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5902 entry_func_highpc.
5903 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5904 entry_func_lowpc and entry_func_highpc with call to
5905 inside_entry_func.
5906
5907 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5908
5909 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5910 quad-precision floating point arguments in registers.
5911
5912 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5913
5914 From Michael Mueller <m.mueller99@kay-mueller.de>:
5915 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5916 account.
5917
5918 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5919
5920 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5921 to -1.
5922 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5923 untriggered watchpoints to a separate if clause. Update function
5924 comment regarding STOPPED_BY_WATCHPOINT argument.
5925
5926 2004-06-22 Jim Blandy <jimb@redhat.com>
5927
5928 * gdbarch.sh: Doc fix.
5929
5930 2004-06-21 Martin Hunt <hunt@redhat.com>
5931 Kevin Buettner <kevinb@redhat.com>
5932
5933 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5934 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5935 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5936 to set_gdbarch_sp_regnum(). Use cooked register number.
5937 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5938
5939 2004-06-21 Andrew Cagney <cagney@gnu.org>
5940
5941 * gdbarch.sh: When the macro field is empty, do not generate a
5942 macro definition. When the macro field is "=", generate the macro
5943 name from the upper-case function name.
5944 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5945 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5946 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5947 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5948 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5949 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5950 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5951 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5952 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5953 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5954 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5955 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5956 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5957 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5958 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5959 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5960 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5961 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5962 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5963 (DEPRECATED_USE_STRUCT_CONVENTION)
5964 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5965 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5966 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5967 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5968 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5969 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5970 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5971 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5972 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5973 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5974 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5975 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5976 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5977 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5978 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5979 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5980 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5981 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5982
5983 2004-06-21 Andrew Cagney <cagney@gnu.org>
5984
5985 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5986 macro name, and the function rather than macro value. Only wrap
5987 macro print statements in #ifdef. Move format logic to where it
5988 is needed.
5989 * gdbarch.c: Re-generate.
5990
5991 * gdbarch.sh (read): Delete "print_p" and "description", add
5992 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5993 Delete references to print_p.
5994 (TARGET_ARCHITECTURE): Delete print predicate.
5995 * gdbarch.c: Re-generate.
5996
5997 * gdbarch.sh: Check that multi-arch methods do not provide a
5998 macro.
5999 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6000 (print_registers_info, print_float_info, print_vector_info)
6001 (adjust_breakpoint_address, remote_translate_xfer_address)
6002 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6003 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6004 name from the multi-arch definition.
6005
6006 2004-06-20 Andrew Cagney <cagney@gnu.org>
6007
6008 * gdbarch.sh: Sort by the function, instead of macro name.
6009 * gdbarch.c: Re-generate.
6010
6011 2004-06-20 Andrew Cagney <cagney@gnu.org>
6012
6013 * gdbarch.sh: Use the function, instead of macro name in
6014 errors and the log file.
6015 (return_value): Remove stray ":" in spec.
6016
6017 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6018 * gdbarch.h, gdbarch.c: Re-generate.
6019 * Makefile.in (arch-utils.o): Update dependencies.
6020 * values.c (using_struct_return): Move code calling
6021 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6022 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6023 to legacy_return_value, simplify.
6024 * infcmd.c (print_return_value): Move code calling
6025 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6026 to legacy_return_value, simplify.
6027 * infcall.c (call_function_by_hand): Move code calling
6028 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6029 * arch-utils.c: Update copyright. Include "gdbcore.h".
6030 (legacy_return_value): New function.
6031 * arch-utils.h: Update copyright.
6032 (legacy_return_value): Declare.
6033
6034 2004-06-20 Andrew Cagney <cagney@gnu.org>
6035
6036 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6037 * gdbarch.h, gdbarch.c: Re-generate.
6038 * values.c (using_struct_return): Update call.
6039 * mcore-tdep.c: Update comment.
6040 * infcall.c (call_function_by_hand): Update comment.
6041 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6042 * arch-utils.h (always_use_struct_convention): Update.
6043 * v850-tdep.c (v850_gdbarch_init): Update.
6044 * sh64-tdep.c (sh64_gdbarch_init): Update.
6045 * sh-tdep.c (sh_gdbarch_init): Update.
6046 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6047 * mips-tdep.c (mips_gdbarch_init): Update.
6048 * mcore-tdep.c (mcore_gdbarch_init): Update.
6049 * m32r-tdep.c (m32r_gdbarch_init): Update.
6050 * ia64-tdep.c (ia64_gdbarch_init): Update.
6051 * h8300-tdep.c (h8300_gdbarch_init): Update.
6052 * frv-tdep.c (frv_gdbarch_init): Update.
6053 * cris-tdep.c (cris_gdbarch_init): Update.
6054 * arm-tdep.c (arm_gdbarch_init): Update.
6055 * alpha-tdep.c (alpha_gdbarch_init): Update.
6056
6057 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6058
6059 * PROBLEMS: Add more specific information, and a work-around,
6060 for PR gdb/1458.
6061
6062 2004-06-18 Andrew Cagney <cagney@gnu.org>
6063
6064 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6065 * gdbarch.h, gdbarch.c: Re-generate.
6066 * ada-lang.c (ada_finish_decode_line_1): Update.
6067 * infrun.c (handle_inferior_event): Update.
6068 * infcall.c (find_function_addr): Update.
6069 * linespec.c (minsym_found): Update.
6070 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6071 Update.
6072 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6073 * cli/cli-cmds.c (disassemble_command): Update.
6074 * vax-tdep.c (vax_gdbarch_init): Update.
6075
6076 2004-06-18 Mark Kettenis <kettenis@gnu.org>
6077
6078 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6079
6080 2004-06-17 Andrew Cagney <cagney@gnu.org>
6081
6082 GDB 6.1.1 released from the GDB 6.1 branch.
6083 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6084 * PROBLEMS: Ditto.
6085
6086 2004-06-16 Daniel Jacobowitz <dan@debian.org>
6087
6088 PR gdb/1658
6089 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6090 operation as a uleb128. Found by Michael Coulter.
6091
6092 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6093
6094 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6095 make it non-static.
6096 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6097 to ada-lang.h; this is needed to be able to implement the kill command
6098 in multi-task mode.
6099 (task_ptid): Ditto.
6100 (task_entry): Ditto.
6101 (task_list): Ditto.
6102 (ada_build_task_list): Ditto.
6103
6104 * ada-lang.c: Conditionalize routines and data structures related
6105 to breakpoints, exceptions, completion, and symbol caching on
6106 GNAT_GDB, since these are not yet used in the submitted public sources.
6107 (ada_main_name): Editorial: Move definition out of exception-related
6108 code.
6109
6110 2004-06-15 Andrew Cagney <cagney@gnu.org>
6111
6112 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6113 deprecated_pc_in_call_dummy.
6114
6115 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6116
6117 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6118 bfd_get_section_size_before_reloc or _raw_size.
6119 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6120 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6121 (dwarf2_read_section): Likewise.
6122 * elfread.c (elf_locate_sections): Likewise.
6123 * gcore.c (derive_heap_segment): Likewise.
6124 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6125 * remote-e7000.c (e7000_load): Likewise.
6126 * remote-m32r-sdi.c (m32r_load): Likewise.
6127 * remote-mips.c (mips_load_srec): Likewise.
6128 (pmon_load_fast): Likewise.
6129 * remote.c (compare_sections_command): Likewise.
6130 * symfile.c (add_section_size_callback): Likewise.
6131 (load_section_callback): Likewise.
6132 (pc_in_unmapped_range): Likewise.
6133 (pc_in_mapped_range): Likewise.
6134 (sections_overlap): Likewise.
6135 (list_overlays_command): Likewise.
6136 (simple_overlay_update_1): Likewise.
6137 (simple_overlay_update): Likewise.
6138 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6139 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6140
6141 2004-06-14 Randolph Chung <tausq@debian.org>
6142
6143 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6144 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6145 static.
6146 (hppa_hpux_inferior_created): New function.
6147 (hppa_hpux_init_abi): Register observer.
6148 * symfile.c (hp_cxx_exception_support_initialized)
6149 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6150 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6151
6152 2004-06-14 Randolph Chung <tausq@debian.org>
6153
6154 * MAINTAINERS (Write After Approval): Alphabetize my entry
6155 correctly.
6156
6157 2004-06-14 Andrew Cagney <cagney@gnu.org>
6158
6159 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6160 testsuite maintainer.
6161
6162 2004-06-13 Andrew Cagney <cagney@gnu.org>
6163
6164 * infcmd.c (print_return_value): Fix logic, allow
6165 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6166
6167 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6168 defining any macros.
6169 * gdbarch.h: Re-generate.
6170
6171 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6172 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6173 * gdbarch.h: Re-generate.
6174
6175 * values.c (generic_use_struct_convention): Don't check gcc_p.
6176
6177 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6178 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6179 * gdbarch.h, gdbarch.c: Regenerate.
6180 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6181 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6182 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6183 deprecated_max_register_raw_size and
6184 deprecated_max_register_virtual_size.
6185 * v850-tdep.c (v850_gdbarch_init): Ditto.
6186 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6187 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6188 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6189 * cris-tdep.c (cris_gdbarch_init): Ditto.
6190
6191 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6192 * gdbarch.h, gdbarch.c: Re-generate.
6193 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6194 (m68hc11_use_struct_convention): Delete function.
6195 (m68hc11_extract_struct_value_address): Delete function.
6196 (m68hc11_return_value): New function.
6197 (m68hc11_gdbarch_init): Instead of store_return_value,
6198 extract_return_value, return_value_on_stack,
6199 deprecated_extract_struct_value_address and use_struct_convention,
6200 set return_value.
6201 * values.c (using_struct_return): Do not call
6202 RETURN_VALUE_ON_STACK.
6203 * arch-utils.h (generic_return_value_on_stack_not): Delete
6204 declaration.
6205 * arch-utils.c (generic_return_value_on_stack_not): Delete
6206 function.
6207
6208 2004-06-12 Andrew Cagney <cagney@gnu.org>
6209
6210 * values.c (register_value_being_returned): Delete function.
6211 * infcmd.c (legacy_return_value): Delete function.
6212 * infcall.c (call_function_by_hand): Inline
6213 "register_value_being_returned", simplify.
6214 * values.c (using_struct_return): Update comment, refer to
6215 print_return_value instead of register_value_being_returned.
6216 * infcmd.c (print_return_value): Inline calls to
6217 register_value_being_returned and legacy_return_value. Simplify.
6218
6219 2004-06-11 Randolph Chung <tausq@debian.org>
6220
6221 * somread.c (som_symtab_read): Exclude gcc local symbols.
6222
6223 2004-06-11 Randolph Chung <tausq@debian.org>
6224
6225 * infrun.c (handle_inferior_event): Handle the case when a
6226 trampoline ends up in the runtime resolver, and if the trampoline
6227 has no name. Rearrange the code so that all the trampoline
6228 processing happens before other step-out-of-range handling.
6229
6230 2004-06-11 Martin Hunt <hunt@redhat.com>
6231
6232 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6233 has no fpu.
6234
6235 2004-06-10 Andrew Cagney <cagney@gnu.org>
6236
6237 * blockframe.c (legacy_inside_entry_func): Delete.
6238 (legacy_frame_chain_valid): Inline call to
6239 legacy_inside_entry_func, simplify.
6240
6241 2004-06-10 Bob Rossi <bob@brasko.net>
6242
6243 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6244 * dwarf2read.c (partial_die_info): Add dirname field.
6245 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6246 (read_partial_die): Save away DW_AT_comp_dir.
6247 * defs.h (symtab_to_filename): Removed.
6248 * source.c (find_and_open_source): Added.
6249 (open_source_file): Just calls find_and_open_source.
6250 (symtab_to_filename): Removed.
6251 (symtab_to_fullname, psymtab_to_fullname): Added.
6252 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6253 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6254 symtab_to_filename.
6255 * symtab.h (partial_symtab): Add dirname field.
6256 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6257 (mi_cmd_file_list_exec_source_file): Call new function
6258 symtab_to_fullname to find fullname.
6259 (mi_cmd_file_list_exec_source_files): Added.
6260 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6261 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6262
6263 2004-06-10 Andrew Cagney <cagney@gnu.org>
6264
6265 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6266 to generic_use_struct_convention, the default value.
6267
6268 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6269 of abort.
6270
6271 * ns32k-tdep.c (ns32k_push_arguments): New function.
6272 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6273 * infcall.c (call_function_by_hand): Call error instead of
6274 legacy_push_arguments.
6275 * value.h (legacy_push_arguments): Delete declaration.
6276 * valops.c (legacy_push_arguments): Delete function.
6277 (value_push): Delete function.
6278
6279 2004-06-10 Brian Ford <ford@vss.fsi.com>
6280
6281 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6282 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6283 info.
6284 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6285
6286 2004-06-10 Andrew Cagney <cagney@gnu.org>
6287
6288 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6289 * gdbarch.h, gdbarch.c: Re-generate.
6290 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6291 parameters.
6292 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6293 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6294 deprecated_pc_in_call_dummy instead of
6295 DEPRECATED_PC_IN_CALL_DUMMY.
6296 (arm_skip_prologue): Ditto.
6297 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6298 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6299 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6300 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6301 Ditto.
6302 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6303 (sh64_init_extra_frame_info, sh64_get_saved_register)
6304 (sh64_pop_frame): Ditto.
6305 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6306 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6307 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6308 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6309 (h8300_pop_frame): Ditto.
6310 * blockframe.c (legacy_inside_entry_func)
6311 (legacy_frame_chain_valid): Ditto.
6312 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6313 to deprecated_pc_in_call_dummy.
6314
6315 2004-06-09 Andrew Cagney <cagney@gnu.org>
6316
6317 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6318 provide a default value.
6319 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6320 * gdbarch.h, gdbarch.c: Re-generate.
6321 * arch-utils.c (generic_convert_register_p): Rename
6322 legacy_convert_register_p
6323 (legacy_register_to_value, legacy_value_to_register): Delete
6324 functions.
6325 * arch-utils.h (generic_convert_register_p): Rename
6326 legacy_convert_register_p.
6327 (legacy_register_to_value, legacy_value_to_register): Delete
6328 declarations.
6329
6330 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6331 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6332 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6333 * gdbarch.h, gdbarch.c: Re-generate.
6334 * infcmd.c (default_print_registers_info): Simplify.
6335 * findvar.c (value_of_register): Simplify.
6336 * mi/mi-main.c (get_register): Simplify.
6337 * arch-utils.c (legacy_convert_register_p): Always return 0.
6338 (legacy_register_to_value, legacy_value_to_register): Always call
6339 internal_error.
6340
6341 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6342 #ifdef CLEAR_INSN_CACHE code.
6343 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6344 Delete #ifdef CLEAR_DEFERRED_STORES code.
6345
6346 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6347
6348 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6349 copyright.
6350 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6351
6352 * config/mips/mipsv4.mh: Delete file.
6353
6354 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6355 unreferenced macro.
6356 (hpread_adjust_stack_address): Delete declaration.
6357
6358 2004-06-08 Andrew Cagney <cagney@gnu.org>
6359
6360 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6361 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6362 PTRACE_ATTACH / PTRACE_DETACH available call error.
6363 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6364 * infttrace.c (update_thread_state_after_attach, attach, detach):
6365 Remove #ifdef wrappers.
6366 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6367 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6368 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6369 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6370 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6371 * config/nm-linux.h (ATTACH_DETACH): Delete.
6372 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6373 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6374 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6375 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6376 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6377
6378 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6379
6380 * configure.in: Set $configdir to the right OS specific value.
6381 Use value when setting $tcldir and $tkdir.
6382 * configure: Regenerate.
6383
6384 2004-06-06 Paul Brook <paul@codesourcery.com>
6385
6386 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6387 records.
6388
6389 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6390
6391 * ada-lang.c (lookup_symbol_in_language): New function to allow
6392 re-use of another language's symbol lookup code. (Placed here
6393 temporarily while Ada support is being integrated into the public
6394 tree).
6395 (restore_language): New auxiliary function for
6396 lookup_symbol_in_language.
6397 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6398 temporarily while Ada support is being integrated into the public
6399 tree).
6400
6401 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6402
6403 * Makefile.in (check//%): New.
6404
6405 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6406 (mn10300_store_return_value): Rewrite.
6407 (mn10300_type_align): New.
6408 (mn10300_use_struct_convention): Rewrite.
6409 (mn10300_return_value): New, using all of the above.
6410 (mn10300_pop_frame_regular): Add saved_regs_size.
6411 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6412
6413 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6414 regs if PC is on movm.
6415
6416 2004-06-07 Jim Blandy <jimb@redhat.com>
6417
6418 Add native Linux support for the PowerPC E500.
6419 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6420 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6421 all architectures except the E500.
6422 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6423 #definitions.
6424 (struct gdb_evrregset_t): New type.
6425 (have_ptrace_getsetevrregs): New variable.
6426 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6427 fetch_spe_registers): New functions.
6428 (fetch_register): Call fetch_spe_register as appropriate.
6429 Assert that we're only passed raw register numbers.
6430 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6431 Don't fetch gprs if they're pseudoregisters.
6432 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6433 store_spe_registers): New functions.
6434 (store_register): Call store_spe_register as appropriate.
6435 Assert that we're only passed raw register numbers.
6436 (store_ppc_registers): Call store_spe_registers as appropriate.
6437 Don't store gprs if they're pseudoregisters.
6438
6439 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6440
6441 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6442 struct if one exists, even if we are dealing with a zombie thread.
6443
6444 2004-06-07 Andrew Cagney <cagney@gnu.org>
6445
6446 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6447 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6448 Rename PC_REQUIRES_RUN_BEFORE_USE.
6449 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6450 #ifdef.
6451
6452 2004-06-07 Randolph Chung <tausq@debian.org>
6453
6454 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6455 unwinding after sp has been saved to the stack but before the end
6456 of the prologue, and after the fp has been modified but before it has
6457 been saved to the stack.
6458 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6459 Remove superfluous definitions.
6460 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6461
6462 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6463
6464 Committed by Randolph Chung.
6465 * hppa-linux-nat.c: Include the correct version of the header file
6466 depending on the kernel version.
6467
6468 2004-06-06 Randolph Chung <tausq@debian.org>
6469
6470 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6471 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6472
6473 2004-06-06 Randolph Chung <tausq@debian.org>
6474
6475 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6476 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6477 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6478 * hppa-tdep.c (hppa_symbol_address): New function definition.
6479 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6480
6481 2004-06-06 Randolph Chung <tausq@debian.org>
6482
6483 * hppa-tdep.h (struct value): Forward declaration.
6484 (gdbarch_tdep): Define tdep find_global_pointer method.
6485 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6486 associated with the function we are trying to call, and write it
6487 to the gp register.
6488 (hppa32_convert_from_funct_ptr_addr): New function.
6489 (hppa_find_global_pointer): New function.
6490 (hppa_gdbarch_init): Set default find_global_pointer method; set
6491 convert_from_func_ptr_addr method.
6492 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6493 (hppa_linux_init_abi): Set find_global_pointer method.
6494 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6495
6496 2004-06-06 Randolph Chung <tausq@debian.org>
6497
6498 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6499 to struct value *function.
6500 * gdbarch.c: Regenerate.
6501 * gdbarch.h: Likewise.
6502 * infcall.c (call_function_by_hand): Pass entire function value
6503 to push_dummy_call.
6504
6505 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6506 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6507 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6508 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6509 * arm-tdep.c (arm_push_dummy_call): Likewise.
6510 * avr-tdep.c (avr_push_dummy_call): Likewise.
6511 * cris-tdep.c (cris_push_dummy_call): Likewise.
6512 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6513 * frv-tdep.c (frv_push_dummy_call): Likewise.
6514 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6515 * hppa-tdep.c (hppa32_push_dummy_call)
6516 (hppa64_push_dummy_call): Likewise.
6517 * i386-tdep.c (i386_push_dummy_call): Likewise.
6518 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6519 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6520 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6521 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6522 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6523 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6524 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6525 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6526 (ppc64_sysv_abi_push_dummy_call): Likewise.
6527 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6528 (ppc64_sysv_abi_push_dummy_call): Likewise.
6529 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6530 * s390-tdep.c (s390_push_dummy_call): Likewise.
6531 * sh-tdep.c (sh_push_dummy_call_fpu)
6532 (sh_push_dummy_call_nofpu): Likewise.
6533 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6534 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6535 * vax-tdep.c (vax_push_dummy_call): Likewise.
6536
6537 2004-06-04 Jim Blandy <jimb@redhat.com>
6538
6539 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6540 gdbarch argument to register_size.
6541
6542 * rs6000-tdep.c (rs6000_store_return_value): Use
6543 regcache_cooked_write_part instead of
6544 deprecated_write_register_bytes.
6545 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6546 not gdbarch_deprecated_store_return_value.
6547
6548 * ppc-linux-nat.c (store_register, fetch_register): Remove
6549 incorrect assertions. Simplify and generalize handling of
6550 transfers whose sizes are not multiples of, or less than, sizeof
6551 (PTRACE_XFER_TYPE).
6552
6553 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6554
6555 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6556 as a new thread event.
6557 * thread-db.c (thread_get_info_callback): If the thread is a
6558 zombie, return TD_THR_ZOMBIE.
6559 (thread_from_lwp): If thread_get_info_callback returns
6560 TD_THR_ZOMBIE, check if the thread is still on the thread list
6561 and return a -1 ptid if not found.
6562 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6563 change the status to TARGET_WAITKIND_SPURIOUS.
6564
6565 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6566
6567 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6568 double values in little endian mode.
6569
6570 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6571
6572 Committed by Andrew Cagney.
6573 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6574 after last enum constant to avoid error from IBM C
6575 compiler.
6576
6577 2004-06-02 Jim Blandy <jimb@redhat.com>
6578
6579 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6580 to 'message', and make it local to the lone block that uses it.
6581
6582 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6583
6584 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6585
6586 * ada-exp.y: Update copyright notice.
6587 Include block.h.
6588
6589 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6590 SPECIAL_VARIABLE and unify the treatment of these cases.
6591
6592 (write_attribute_call0): Remove.
6593 (write_attribute_call1): Remove.
6594 (write_attribute_calln): Remove.
6595 (save_qualifier): Add missing semicolon.
6596
6597 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6598 temporarily disabled to allow compilation with FSF head version.
6599
6600 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6601 use individual operators (OP_*) for all attributes.
6602 (exp syntax): Use write_int.
6603 Handle STRING literals with OP_STRING.
6604 (variable syntax): Add limit parameter to calls to
6605 write_object_renaming.
6606
6607 (temp_parse_space): New definition to hold entities that need
6608 only live until the next call to ada_parse.
6609 (string_to_operator): Rename fields of ada_opname_table entries.
6610
6611 (write_var_from_sym): Record block.
6612 (write_var_from_name): Minor reformatting.
6613 Make sure saved name is properly encoded in the case of multiple
6614 matches, and set its language to Ada.
6615 Update comment.
6616 Modify to indicate unresolved name as symbol in the UNRESOLVED
6617 namespace, allocated in temp_parse_space.
6618 (write_int): New function.
6619
6620 (write_object_renaming): Add max_depth parameter to limit
6621 chains of object renamings.
6622 Handle case where root of renaming expression is itself a renaming.
6623 Use temp_parse_space for temporary name buffer.
6624 Handle renamings to dereferenced pointers (___XEXA suffices).
6625
6626 (ada_parse, yyerror, string_to_operator,
6627 write_var_from_sym, write_var_from_name, write_attribute_call0,
6628 write_attribute_call1, write_attribute_calln,
6629 write_object_renaming): Protoize.
6630
6631 (_initialize_ada_exp): New function.
6632
6633 * ada-lang.c: Update copyright notice.
6634 General terminology change to conform to GNAT compiler usage:
6635 mangle => encode, demangle => decode
6636 Include gdb_obstack.h.
6637 Include gdb_regex.h
6638 Include frame.h
6639 Include hashtab.h
6640 Include completer.h
6641 Include gdb_stat.h
6642 Include block.h
6643 Include infcall.h
6644
6645 (ADA_RETAIN_DOTS): Make sure this is defined.
6646 (TRUNCATION_TOWARDS_ZERO): Define.
6647 (struct string_vector): Define.
6648 (unresolved_names): Remove definition.
6649 (xnew_string_vector): New function.
6650 (string_vector_append): New function.
6651 (extract_string): Make static.
6652 (ada_unqualified_name): New function.
6653 (add_angle_brackets): New function.
6654 (function_name_from_pc): New function.
6655 (place_on_stack): Rename to ensure_lval.
6656
6657 (ensure_lval): Renamed from place_on_stack.
6658 Make identity on lvals.
6659 Update comment.
6660 (is_nonfunction): New interface.
6661 Only symbols in LOC_CONST class can be enumerals.
6662 (fill_in_ada_prototype): Remove; now independent of language.
6663 (add_defn_to_vec): Add obstack and symtab arguments.
6664 Use obstack to hold collected definitions.
6665 (num_defns_collected): New function.
6666 (defns_collected): New function.
6667 (ada_resolve_subexp): Rename to resolve_subexp.
6668 (resolve_subexp): Renamed from ada_resolve_subexp.
6669 (ada_op_name): Return non-const result.
6670 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6671 other purposes.
6672
6673 (to_fixed_array_type): Add declaration.
6674 (coerce_unspec_val_to_type): Remove offset parameter.
6675 (find_sal_from_funcs_and_line): New interface.
6676 (find_line_in_linetable): Ditto.
6677
6678 (all_sals_for_line): Rename to ada_sals_for_line and make
6679 global.
6680 Add new parameter. When set, do not ask the user to choose the
6681 instance, but use the first one found instead.
6682 Use given line number in returned sals.
6683 Fix comment.
6684 Skip the prologue if funfirstline is set.
6685 Correct for memory leak when 0 lines found.
6686
6687 (value_pos_atr): Use pos_atr.
6688 (pos_atr): New function.
6689 (standard_lookup): Add block parameter.
6690
6691 (makeTimeStart): Remove declaration and uses.
6692 (makeTimeStop): Remove declaration and uses.
6693
6694 (ada_completer_word_break_characters): Allow for VMS.
6695 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6696 (raise_sym_name): New constant.
6697 (raise_unhandled_sym_name): New constant.
6698 (raise_assert_sym_name): New constant.
6699 (process_raise_exception_name): New constant.
6700 (longest_exception_template): New constant.
6701 (warning_limit): New variable to limit warnings during expression
6702 evaluation.
6703 (warnings_issued): New variable to keep track of warnings issued.
6704 (known_runtime_file_name_patterns): New constant.
6705 (known_auxiliary_function_name_patterns): New constant.
6706 (symbol_list_obstack): New variable.
6707
6708 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6709 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6710 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6711 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6712 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6713 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6714 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6715 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6716 and strcmp.
6717
6718 (ada_get_field_index): New function.
6719 (lim_warning): New function.
6720 (ada_translate_error_message): New function.
6721 (MAX_OF_SIZE): New function.
6722 (MIN_OF_SIZE): New function.
6723 (UMAX_OF_SIZE): New function.
6724 (UMIN_OF_SIZE): New function.
6725 (discrete_type_high_bound): New function.
6726 (discrete_type_low_bound): New function.
6727 (base_type): New function.
6728 (do_command): Remove.
6729
6730 (ada_update_initial_language): Use language_ada, not language_unknown.
6731 (ada_encode): Renamed from ada_mangle.
6732 Obey ADA_RETAIN_DOTS.
6733 (ada_decode): Renamed from ada_demangle.
6734 Update coding conventions.
6735 (decoded_names_store): New hash table.
6736 (ada_decode_symbol): New function.
6737 (ada_la_decode): New function.
6738
6739 (modify_general_field): Correct computations of offset and bit
6740 position.
6741 (desc_base_type): Handle ref types, too.
6742 (ada_is_direct_array_type): New function.
6743
6744 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6745 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6746 (ada_is_bogus_array_descriptor,ada_type_of_array,
6747 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6748 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6749 ada_is_array_descriptor_type.
6750
6751 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6752 (ada_is_packed_array_type): Handle pointers or
6753 references to packed arrays as well.
6754 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6755 (decode_packed_array_type): Search for the packed array type
6756 symbol in the currently selected block and associated
6757 superblocks too.
6758 Use lookup_symbol again.
6759
6760 (decode_packed_array): Handle pointers and references.
6761 Update call to coerce_unspec_val_to_type.
6762 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6763 (ada_value_primitive_packed_val): Improve comment.
6764
6765 (ada_index_type): Substitute int type for "undefined".
6766 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6767 ada_array_langth, ada_is_string_type): Use renamed
6768 ada_is_simple_array_type.
6769 (empty_array): New function.
6770
6771 (ada_resolve): Rename to resolve.
6772 (resolve): Make static.
6773 Call renamed resolve_subexp.
6774 Update comment.
6775 (ada_resolve_subexp): Rename to resolve_subexp.
6776 (resolve_subexp): Update comment.
6777 Decomment disabled code.
6778 Add LOC_COMPUTED* cases.
6779 Modify to use temporary struct symbols (marked as being in
6780 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6781 OP_UNRESOLVED_VALUE.
6782 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6783 Add OP_STRING case.
6784 Remove OP_ARRAY.
6785 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6786 Use new ada_lookup_symbol_list interface.
6787 Use new ada_resolve_function interface.
6788 Remove OP_TYPE case.
6789
6790 (ada_args_match): Idiot proof against null actuals.
6791 Use intermediate variables to clarify.
6792 (ada_resolve_function): Update comment and interface.
6793 (mangled_ordered_before): Rename to encoded_ordered_before and
6794 update comment.
6795 (sort_choices): Update comment and interface.
6796 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6797 (user_select_syms): New interface.
6798 Use new sort_choices interface.
6799 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6800 (possible_user_operator_p): Idiot-proof against null values.
6801 (ada_simple_renamed_entity): Don't make cleanup; rely on
6802 caller to free result string.
6803 Remove const from return type.
6804 (make_array_descriptor): Rename uses of place_on_stack to
6805 ensure_lval.
6806 Make sure that arrays are on stack.
6807
6808 (HASH_SIZE): Define.
6809 (struct cache_entry): Define.
6810 (cache_space): Define.
6811 (cache): Define.
6812 (clear_ada_sym_cache): New function.
6813 (find_entry): New function.
6814 (lookup_cached_symbol): New function.
6815 (defn_vector_size): Define.
6816 (cache_symbol): New function.
6817 (defn_symbols): Remove.
6818
6819 (standard_lookup): Use lookup_symbol_in_language to get effect of
6820 C lookup.
6821 Cache results.
6822
6823 (symbol_completion_match): New function.
6824 (symbol_completion_add): New function.
6825 (ada_make_symbol_completion_list): New function.
6826
6827 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6828 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6829 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6830 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6831
6832 (ada_lookup_simple_minsym): New function.
6833 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6834
6835 (add_symbols_from_enclosing_procs): New interface.
6836 Conditionalize more helpfully.
6837 Don't bother if program isn't running.
6838 Use new interface to get_frame_block.
6839 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6840
6841 (remove_extra_symbols): New interface.
6842 (xget_renaming_scope): New function.
6843 (is_package_name): New function.
6844 (renaming_is_visible): New function.
6845 (remove_out_of_scope_renamings): New function.
6846
6847 (ada_lookup_symbol_list): New interface.
6848 Properly reinitialize the symbol list obstack.
6849 Don't call add_symbols_from_enclosing_procs if we start from a
6850 static or global block.
6851 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6852 add_symbols_from_enclosing_procs.
6853 Add symtab data to cached entries.
6854 Handle symbols prefixed with
6855 "standard__" specially; strip prefix and don't look in local symbols.
6856 Do not include out of scope renaming symbols in list of
6857 symbols returned.
6858 Add const to block parameter.
6859 Move check for non-local, non-global symbols earlier.
6860 Remove timing stuff.
6861 (ada_lookup_symbol): New interface.
6862 Find symtab as well.
6863 (ada_lookup_symbol_nonlocal): New function.
6864
6865 (is_name_suffix): Enhance suffix detection to recognize
6866 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6867 (is_dot_digits_suffix): New function.
6868 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6869
6870 (ada_add_block_symbols): New interface. Use obstack to return results
6871 in a vector of struct ada_symbol_infos. Add symtab argument.
6872 Use new interface to add_defn_to_vec.
6873 Remove calls to fill_in_ada_prototype.
6874 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6875
6876 (ada_finish_decode_line_1): Add const qualification to local to fix
6877 warning.
6878 Start looking in static block for functions to avoid attempts
6879 to search frame chain for up-level variables.
6880 Adapt to new ada_sals_for_line interface.
6881 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6882 Handle quoting of the function name inside the spec string.
6883 Skip prologue when funfirstline is set and update the
6884 function documentation to that effect.
6885
6886 (debug_print_lines, debug_print_block, debug_print_blocks,
6887 debug_print_symtab): Remove.
6888
6889 (ada_main_name): New function.
6890 (ada_exception_breakpoint_type): New function.
6891 (is_known_support_routine): New function.
6892 (ada_find_printable_frame): Renamed from find_printable_frame and made
6893 global.
6894 Remove level parameter.
6895 Use new interface to select_frame.
6896
6897 (begin_command): Remove.
6898 (ada_adjust_exception_stop): New function.
6899 (ada_print_exception_stop): New function.
6900 (exception_name_from_cond): New function.
6901 (ada_report_exception_break): Replace disabled code with
6902 conditionalization on GNAT_GDB.
6903 Get the exception name from the condition string.
6904 Remove and move functionality into new functions
6905 ada_print_exception_breakpoint_task and
6906 ada_print_exception_breakpoint_nontask.
6907 (error_breakpoint_runtime_sym_not_found): New function.
6908 (is_runtime_sym_defined): New function.
6909 (ada_breakpoint_rewrite): Uncomment suppressed code.
6910 Use symbolic error-message and runtime-symbol names.
6911 Surround runtime symbol names in quotes.
6912 Allow non-specific breakpoints on exceptions and assertions before
6913 program starts.
6914
6915 (ada_is_tagged_type): Add parameter.
6916 (ada_is_tag_type): New function.
6917 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6918 (ada_variant_discrim_type): Ditto.
6919 (value_tag_from_contents_and_address): New function.
6920 (type_from_tag): New function.
6921 (struct tag_args): New structure used to communicate with
6922 ada_tag_name_1.
6923 (ada_tag_name_1): New function.
6924 (ada_tag_name): New function.
6925
6926 (ada_scan_number): Update comment.
6927 (find_struct_field): New function.
6928 (ada_search_struct_field): Make static.
6929 (ada_value_struct_elt): New version that returns references when
6930 given pointers or references to structs.
6931 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6932 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6933 interface.
6934 (ada_value_ind): Use new ada_to_fixed_value interface.
6935 (ada_coerce_ref): Ditto.
6936 (field_offset): Remove.
6937
6938 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6939 (ada_find_renaming_symbol): New function.
6940 (ada_prefer_type): Prefer named types over unnamed ones.
6941 (variant_field_index): New function.
6942 (contains_variant_part): Removed: subsumed by variant_field_index.
6943 (ada_template_to_fixed_record_type): New function, mostly from
6944 template_to_fixed_record_type.
6945 (template_to_fixed_record_type):
6946 Do not scan the type fields beyond the last one; prevents a
6947 potential SEGV.
6948 Handle case where variant field is listed BEFORE discriminant it
6949 depends on.
6950 Fix calculation of record length when bit length is
6951 not evenly divisible by char length.
6952 Move code to ada_template_to_fixed_record_type and call it.
6953
6954 (template_to_static_fixed_type): Revise comment.
6955 Modify to work on ordinary record types as well as templates,
6956 so as to handle fields that use ___XVE or ___XVU encodings.
6957 (to_record_with_fixed_variant_part): Fill out comment.
6958 Initialize C++ stuff in right type.
6959 Allow case where DVAL is null.
6960 Handle case where variant field is not last.
6961 Fix typo concerning record length.
6962 (to_fixed_record_type): Decomment disabled code.
6963 (to_fixed_record_type): Use variant_field_index instead of
6964 contains_variant_part.
6965 (to_fixed_variant_branch_type): Ditto.
6966 (to_fixed_array_type): Decomment disabled code.
6967 (ada_to_fixed_type): Convert tagged types to the specific type.
6968 Deactivate the size-check for array types in order to avoid
6969 some false size alarms.
6970 (to_static_fixed_type): Decomment disabled code.
6971 Modify to call template_to_static_fixed_type
6972 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6973 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6974 Remove valaddr argument, as it is never really used.
6975 (ada_to_fixed_value): Change interface to act on single struct value*
6976 operand.
6977 (adjust_pc_past_prologue): New function.
6978 (ada_attribute_name): Modify to take enum exp_opcode argument.
6979
6980 (ada_enum_name): Recognize new homonym-distinguishing convention.
6981 Adjust local variable's type to remove compiler warning.
6982 Fix a small problem in the part that unqualifies the enumeration name.
6983 (ada_value_binop): New function.
6984 (ada_value_equal): New function.
6985
6986 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6987 Don't give error message when not doing normal evaluation
6988 and a tagged type doesn't seem to contain a structure member.
6989 Give error message for packed arrays.
6990 For indexing arrays, handle pointers to packed arrays correctly.
6991 Handle case of 'first and 'last attributes of bare integral type
6992 without encoded subtype info.
6993 Remove some unnecessary casts.
6994 Fix uninitialized value of type in computing 'first, 'last, or 'length
6995 of array object.
6996 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6997 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6998 calls.
6999 Attributes are now exp_opcode values.
7000 Correct treatment of 'modulus.
7001 Better error message for taking 'length of wrong kind of type;
7002 improve comment.
7003 Change EVAL_NORMAL to noside for consistency.
7004 Use ada_value_binop for DIV, MOD, REM.
7005 Make special case out of array of length 0, since an argument
7006 of 0 upsets some platforms' malloc.
7007 Use OP_STRING instead of OP_ARRAY.
7008 For slice, add check that we have an array type before extracting
7009 a slice out of it. Avoids a SEGV.
7010 When evaluating an array slice, if the array type is a reference to
7011 an aligner type, then replace the aligner type by the actual type.
7012 Decomment disabled code.
7013 Remove some dead code.
7014 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7015 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7016 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7017 and UNOP_MBR to UNOP_IN_RANGE.
7018 If an array type has a parallel ___XVE type, then use it.
7019 Turn arrays into pointers for lvalue arrays.
7020 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7021 bounds error and handle 0-length slices.
7022 Use lim_warning.
7023 When selecting fields, apply ada_to_fixed_value (because the fields
7024 might have ___XVU or ___XVE encodings even if not dynamic.)
7025 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7026 (ada_is_system_address_type): New function.
7027
7028 (get_var_value): Use new interface to ada_lookup_symbol_list.
7029 (get_int_var_value): New interface.
7030 (to_fixed_range_type): Allow unknown bound, with warning.
7031 (ada_is_modular_type): Decomment disabled code.
7032 (ADA_OPERATORS): New definition.
7033 (ada_operator_length): New function.
7034 (ada_expr_op_name): New function.
7035 (ada_forward_operator_length): New function.
7036 (ada_dump_subexp_body): New function.
7037 (ada_print_subexp): New function.
7038 (ada_exp_descriptor): New constant.
7039 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7040 (ada_language_defn): Add ada_exp_descriptor entry.
7041 Change ada_parse => parse.
7042 Add post-parser entry.
7043 Use ada-specific non-local symbol lookup.
7044 Don't use C-style arrays.
7045 String lower-bound is 1.
7046 Decomment disabled code.
7047 (parse): New function.
7048 New fields ada_translate_error_message, ada_lookup_symbol,
7049 ada_lookup_minimal_symbol.
7050
7051 * ada-lang.h: Update copyright dates.
7052 Replace the mangle/demangle terminology throughout by the
7053 more appropriate encode/decode one.
7054 Include breakpoint.h.
7055 Forward declare struct partial_symbol, struct block.
7056 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7057 (EXTRACT_ADDRESS): Remove.
7058 (EXTRACT_INT): Remove.
7059 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7060 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7061 (MAX_RENAMING_CHAIN_LENGTH): Define.
7062 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7063
7064 (enum task_states): Remove.
7065 ada_task_states: Remove.
7066 (fat_string): Remove.
7067 (struct entry_call): Remove.
7068 (struct task_fields): Remove.
7069 (struct task_entry): Remove.
7070
7071 (struct ada_symbol_info): Define.
7072 (enum ada_attribute): Remove.
7073 (enum ada_operator): Define.
7074
7075 (ada_get_field_index): Declare.
7076 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7077 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7078 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7079 (ada_lookup_symbol_list): New interface.
7080 (ada_decode_symbol): Declare.
7081 (ada_decode): Declare.
7082 (ada_lookup_symbol): New interface.
7083 (ada_update_initial_language): Declare.
7084 (ada_lookup_simple_minsym): Declare.
7085 (user_select_syms): New interface.
7086 (ada_sals_for_line): Declare.
7087 (ada_is_tagged_type): New interface.
7088 (ada_tag_name): Declare.
7089 (ada_lookup_struct_elt_type): Remove declaration.
7090 (ada_search_struct_field): Remove declaration.
7091 (ada_attribute_name): New interface.
7092 (ada_is_system_address_type): Declare.
7093 (ada_to_fixed_value): Remove declaration.
7094 (ada_template_to_fixed_record_type_1): Declare.
7095 (get_int_var_value): New interface.
7096 (ada_find_any_symbol): Declare.
7097 (ada_find_renaming_symbol): Declare.
7098 (ada_mangle): Rename to ada_encode.
7099 (ada_simple_renamed_entity): Remove const.
7100 (ada_main_name): Declare.
7101 (get_current_task): Rename to ada_get_current_task.
7102 (get_entry_number): Remove declaration.
7103 (ada_report_exception_break): Remove declaration.
7104 (ada_print_exception_breakpoint_nontask): Declare.
7105 (ada_print_exception_breakpoint_task): Declare.
7106 (ada_find_printable_frame): Declare.
7107
7108 * ada-lex.l: Update copyright notices.
7109 Use xmalloc and xfree instead of malloc and free.
7110 Use new interface to name_lookup.
7111 Use new interface to
7112 ada_mangle=>ada_encode.
7113 Redo handling of '$...' variable to parallel current treatment
7114 in c-exp.y.
7115 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7116 digit_to_int, strtoulst, processInt, processReal, processId,
7117 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7118 yywrap): Protoize.
7119
7120 (processInt): Use cast to remove harmless warning.
7121 (processReal): Modify to get rid of compiler warning on scan formats.
7122
7123 (processId): Replace xmalloc with obstack_alloc for name and remove
7124 call to ada_name_string_cleanup.
7125 Remove obsolete disabled code.
7126 (name_lookup): Ditto.
7127 New interface.
7128 Use obsavestring on temp_parse_space instead of savestring
7129 on name, and remove call to ada_name_string_cleanup.
7130 Free string returned from ada_simple_renamed_entity.
7131 Use new interface to ada_lookup_symbol_list.
7132 Decomment disabled code.
7133 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7134 not types.
7135 When a type name lookup succeeds as a result of
7136 lookup_primitive_typename, check for regular type entry that has not
7137 yet been read in.
7138 Limit length of chain of renamed symbols we are willing to follow.
7139 Do not break names beginning with "standard__" into segments.
7140 (block_lookup): Use new interface to ada_lookup_symbol_list.
7141
7142 * ada-typeprint.c: Update copyright notice.
7143 (demangled_type_name): Rename to decoded_type_name.
7144 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7145 (print_range_bound): Correct handling of negative
7146 bounds that make the index type looked unsigned under STABS.
7147 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7148 (print_range_type_named): Use the builtin int type if no type
7149 corresponding to the given type name could be found.
7150 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7151 Add some bullet-proofing.
7152 (print_variant_clauses): Allow for variant branches with ___XVU
7153 encodings that are not dynamic fields.
7154 Use new interface to ada_is_tagged_type.
7155 (print_record_type): Allow for fields with ___XVE encodings that
7156 are not dynamic fields.
7157 Use new interface to ada_is_tagged_type.
7158 (ada_print_type): ada_is_array_descriptor =>
7159 ada_is_array_descriptor_type.
7160
7161 * ada-valprint.c: Update copyright notice.
7162 Include gdb_string.h
7163 Include infcall.h
7164 (ui_memcpy): New function.
7165 (ada_print_floating): New function.
7166 (ada_print_str): Order arguments correctly.
7167 Correct handling of empty arrays and arrays of 0-length items.
7168 ada_is_array_descriptor => ada_is_array_descriptor_type
7169 Print values of type System.Address in hexadecimal format.
7170 Use ada_print_floating to print floating-point numbers in Ada format.
7171 Print class tag values with type names.
7172 No longer print the address of reference values. Avoids
7173 a potential confusion.
7174 (ada_value_print): Stop printing the object type for reference
7175 values, but preserve that behavior for access types. Avoids
7176 a potential confusion.
7177 Simplify one conditional expression, as the first part is now
7178 necessarily true.
7179 ada_is_array_descriptor => ada_is_array_descriptor_type
7180 Add check for arrays for null records, and print them by hand.
7181
7182 2004-06-01 Jim Blandy <jimb@redhat.com>
7183
7184 * ppc-tdep.h: Delete unused 'regoff' member.
7185 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7186
7187 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7188
7189 Fix PR symtab/1661.
7190 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7191 (hpread_read_struct_type): Likewise.
7192
7193 2004-06-01 Andrew Cagney <cagney@gnu.org>
7194
7195 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7196 instead of xasprintf.
7197 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7198 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7199 (mi_cmd_data_list_register_names)
7200 (mi_cmd_data_list_changed_registers)
7201 (mi_cmd_data_list_register_values)
7202 (get_register, mi_cmd_data_write_register_values)
7203 (mi_cmd_data_write_register_values)
7204 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7205 (mi_cmd_target_download, mi_cmd_target_select)
7206 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7207 (mi_execute_cli_command, mi_execute_async_cli_command)
7208 (mi_execute_async_cli_command): Ditto.
7209 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7210 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7211
7212 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7213 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7214 error_last_message instead of mi_error_last_message.
7215 * mi/mi-main.c (mi_error_last_message): Delete function.
7216
7217 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7218 "invalid number of columns" error. Delete redundant "out of
7219 memory" check.
7220
7221 2004-05-31 Mark Kettenis <kettenis@gnu.org>
7222
7223 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7224 (gregset_t, fpregset_t): Remove typedefs.
7225 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7226 (REG_OFFSET): Rename argument.
7227 (i386bsd_r_reg_offset): Rename from reg_offset.
7228 (REG_ADDR): Remove macro.
7229 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7230 functions.
7231 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7232 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7233 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7234 instead of supply_gregset.
7235 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7236 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7237 instead of fill_gregset.
7238 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7239
7240 * i386bsd-nat.c: Don't include "gregset.h".
7241 (supply_gregset, fill_gregset): Make static.
7242 (supply_fpregset, fill_fpregset): Remove.
7243 * Makefile.in (i386bsd-nat.o): Update dependencies.
7244
7245 2004-05-30 Mark Kettenis <kettenis@gnu.org>
7246
7247 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7248 "gdb_assert.h". Con't include "gregset.h".
7249 (fbsd_make_corefile_notes): Use regset-based core file support
7250 instead off fill_gregset and fill_fpregset.
7251 * Makefile.in (fbsd-proc.o): Update dependencies.
7252
7253 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7254 instructions.
7255 (m88k_frame_prev_register): Simplify code a bit.
7256
7257 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7258 (amd64_collect_fpregset): New function.
7259 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7260
7261 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7262
7263 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7264 (i386_collect_gregset): New function.
7265 (i386_supply_fpregset): Adjust comment.
7266 (i386_collect_fpregset): New function.
7267 (i386_regset_from_core_section): Use i386_collect_gregset and
7268 i386_collect_fpregset.
7269
7270 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7271 handle VALUEP being null.
7272
7273 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7274
7275 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7276
7277 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7278
7279 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7280 assembler in OpenBSD 3.5-current.
7281 (amd64obsd_sigcontext_addr): Likewise.
7282
7283 2004-05-28 Jim Blandy <jimb@redhat.com>
7284
7285 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7286 register set, so our regcache isn't declared "legacy" and our E500
7287 pseudoregister read and write functions aren't ignored.
7288 (rs6000_register_byte, rs6000_register_raw_size,
7289 rs6000_register_virtual_type, rs6000_register_convertible,
7290 rs6000_register_convert_to_virtual,
7291 rs6000_register_convert_to_raw): Deleted.
7292 (rs6000_register_type, rs6000_convert_register_p,
7293 rs6000_register_to_value, rs6000_value_to_register): New
7294 functions.
7295 (rs6000_gdbarch_init): Don't register
7296 gdbarch_deprecated_register_size,
7297 gdbarch_deprecated_register_bytes,
7298 gdbarch_deprecated_register_byte,
7299 gdbarch_deprecated_register_raw_size,
7300 gdbarch_deprecated_register_virtual_type,
7301 gdbarch_deprecated_register_convertible,
7302 gdbarch_deprecated_register_convert_to_virtual, or
7303 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7304 register gdbarch_register_type, gdbarch_convert_register_p,
7305 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7306
7307 2004-05-26 Jim Blandy <jimb@redhat.com>
7308
7309 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7310 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7311 functions, updated to match the register numberings used in GCC.
7312 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7313 rs6000_dwarf2_reg_to_regnum as register number conversions
7314 functions for STABS and Dwarf2.
7315
7316 2004-05-26 Randolph Chung <tausq@debian.org>
7317
7318 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7319 in header file.
7320
7321 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7322
7323 * NEWS: Document new "start" command.
7324
7325 2004-05-25 Randolph Chung <tausq@debian.org>
7326
7327 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7328 hppa-linux.
7329
7330 2004-05-25 Randolph Chung <tausq@debian.org>
7331
7332 * hppa-hpux-tdep.c (offsetof): Define.
7333 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7334 (hppa32_hpux_frame_base_before_sigtramp)
7335 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7336 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7337 (hppa64_hpux_frame_base_before_sigtramp)
7338 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7339 functions.
7340 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7341 (hppa_hpux_sigtramp_frame_unwind_cache)
7342 (hppa_hpux_sigtramp_frame_this_id)
7343 (hppa_hpux_sigtramp_frame_prev_register)
7344 (hppa_hpux_sigtramp_frame_unwind)
7345 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7346 (hppa_hpux_init_abi): Register sigtramp unwinder.
7347 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7348
7349 2004-05-25 Randolph Chung <tausq@debian.org>
7350
7351 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7352 and multiple stack unwinds.
7353 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7354
7355 2004-05-25 Andrew Cagney <cagney@gnu.org>
7356
7357 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7358 * symfile-mem.h: Delete file.
7359 * symfile-mem.c: Do not include "symfile-mem.h".
7360 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7361 "struct bfd_section". When an error do not bother returning NULL.
7362 (add_symbol_file_from_memory_command): Use "struct bfd" and
7363 "struct bfd_section".
7364 * Makefile.in (symfile_mem_h): Delete.
7365 (symfile-mem.o): Update dependencies.
7366
7367 2004-05-25 Nick Roberts <nickrob@gnu.org>
7368
7369 * gdb-mi.el: New file.
7370
7371 2004-05-25 Andrew Cagney <cagney@gnu.org>
7372
7373 * inftarg.c: Include "observer.h".
7374 (child_attach, child_create_inferior): Notify inferior_created.
7375 * corelow.c: Include "observer.h".
7376 (core_open): Notify inferior_created.
7377 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7378
7379 2004-05-25 Andrew Cagney <cagney@gnu.org>
7380
7381 * target.h (struct target_ops): Add from_tty to
7382 to_create_inferior.
7383 (target_create_inferior, find_default_create_inferior): Update.
7384 * infcmd.c (run_command): Update.
7385 * wince.c (child_create_inferior): Update.
7386 * win32-nat.c (child_create_inferior): Update.
7387 * uw-thread.c (uw_thread_create_inferior): Update.
7388 * thread-db.c (thread_db_create_inferior): Update.
7389 * target.c (debug_to_create_inferior)
7390 (find_default_create_inferior): Update.
7391 (maybe_kill_then_create_inferior): Update.
7392 * sol-thread.c (sol_thread_create_inferior): Update.
7393 * remote.c (extended_remote_async_create_inferior)
7394 (extended_remote_create_inferior): Update.
7395 * remote-vx.c (vx_create_inferior): Update.
7396 * remote-st.c (st2000_create_inferior): Update.
7397 * remote-sim.c (gdbsim_create_inferior): Update.
7398 * remote-sds.c (sds_create_inferior): Update.
7399 * remote-rdp.c (remote_rdp_create_inferior): Update.
7400 * remote-rdi.c (arm_rdi_create_inferior): Update.
7401 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7402 * remote-e7000.c (e7000_create_inferior): Update.
7403 * procfs.c (procfs_create_inferior): Update.
7404 * ocd.c (ocd_create_inferior): Update.
7405 * ocd.h (ocd_create_inferior): Update.
7406 * nto-procfs.c (procfs_create_inferior): Update.
7407 * monitor.c (monitor_create_inferior): Update.
7408 * lin-lwp.c (lin_lwp_create_inferior): Update.
7409 * inftarg.c (child_create_inferior): Update.
7410 * hpux-thread.c (hpux_thread_create_inferior): Update.
7411 * gnu-nat.c (gnu_create_inferior): Update.
7412
7413 2004-05-25 Andrew Cagney <cagney@gnu.com>
7414
7415 * MAINTAINERS: Update e-mail address.
7416
7417 2004-05-24 Randolph Chung <tausq@debian.org>
7418
7419 * thread.c (info_threads_command, thread_apply_all_command)
7420 (thread_apply_command, thread_command, do_captured_thread_select):
7421 Remove HPUXHPPA-specific code.
7422
7423 2004-05-24 Randolph Chung <tausq@debian.org>
7424
7425 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7426 unused symbols.
7427 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7428 references.
7429
7430 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7431
7432 * infcmd.c (kill_if_already_running): New function, extracted
7433 from run_command().
7434 (run_command): Replace extracted code by call to
7435 kill_if_already_running().
7436 (start_command): New function.
7437 (_initialize_infcmd): Add "start" command.
7438
7439 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7440
7441 Add OpenBSD/m88k support.
7442 * NEWS (New native configurations): Mention OpenBSD/m88k.
7443 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7444 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7445 * Makefile.in (m88k_tdep_h): New variable.
7446 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7447 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7448 * configure.host: Add m88*-*-openbsd*.
7449 * configure.tgt: Add m88*-*-openbsd*.
7450
7451 2004-05-24 Jim Blandy <jimb@redhat.com>
7452
7453 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7454 to approve changes.
7455
7456 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7457
7458 * symtab.c (fixup_section): Search section table when lookup by
7459 name fails.
7460
7461 2004-05-24 Randolph Chung <tausq@debian.org>
7462
7463 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7464 be "small_struct".
7465
7466 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7467
7468 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7469 register number in regcache_raw_collect call.
7470 (m68kbsd_collect_fpregset): Likewise.
7471 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7472
7473 * regset.h (struct regset): Add back `regset' member.
7474
7475 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7476
7477 * configure.in: Check for td_pcb in `struct thread'.
7478 * configure, config.in: Regenerated.
7479
7480 * dpx2-nat.c: Remove file.
7481 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7482 (dpx2-nat.o): Remove dependencies.
7483
7484 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7485 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7486 (amd64obsd_supply_pcb): New function.
7487 (_initialize_amd64obsd_nat): Enable libkvm interface.
7488 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7489 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7490 (LOADLIBES): New variable.
7491
7492 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7493 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7494 (sparc32nbsd_supply_pcb): New function.
7495 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7496 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7497 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7498 (LOADLIBES): New variable.
7499
7500 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7501
7502 * bsd-kvm.c, bsd-kvm.h: New files.
7503 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7504 "bsd-kvm.h".
7505 (i386fbsd_supply_pcb): New function.
7506 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7507 (i386fbsd-nat.o): Update dependencies.
7508 (bsd_kvm_h): New variable.
7509 (bsd-kvm.o): New dependency.
7510 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7511 (LOADLIBES): New variable.
7512
7513 * regset.c: Tweak comment.
7514 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7515 macro.
7516 * regset.h: Update copyright year.
7517 (struct regset): Remove `descr' member, add `gdbarch' member.
7518 (regset_alloc): Adjust prototype and comment.
7519 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7520 (i386_supply_fpregset): Likewise.
7521 (i386_regset_from_core_section): Update call to regset_alloc.
7522 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7523 REGSET->arch.
7524 (i386obsd_aout_regset_from_core_section): Update call to
7525 regset_alloc.
7526 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7527 REGSET->arch.
7528 (i386nbsd_aout_regset_from_core_section): Update call to
7529 regset_alloc.
7530 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7531 REGSET->arch.
7532 (amd64_regset_from_core_section): Update call to regset_alloc.
7533 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7534 REGSET->arch.
7535 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7536 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7537 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7538 (sparc32nbsd_init_abi): Update call to regset_alloc.
7539 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7540 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7541 (sparc64obsd_init_abi): Update call to regset_alloc.
7542 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7543 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7544 (sparc64nbsd_init_abi): Update call to regset_alloc.
7545 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7546 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7547 (sparc64fbsd_init_abi): Update call to regset_alloc.
7548
7549 2004-05-22 Jim Blandy <jimb@redhat.com>
7550
7551 * ppc-tdep.h (spe_register_p): New declaration.
7552 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7553 ppc_spefscr_regnum.
7554 * rs6000-tdep.c (spe_register_p): New function.
7555 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7556 spefscr.
7557 (rs6000_gdbarch_init): Initialize the new members of the tdep
7558 structure.
7559
7560 2004-05-21 Jim Blandy <jimb@redhat.com>
7561
7562 * ppc-linux-nat.c (fetch_register): Move code back to be next
7563 to the comment that describes it. (Moved code, instead of
7564 comment, for symmetry with store_register.)
7565
7566 Allocate regset structures in the gdbarch's obstack, not using
7567 xmalloc.
7568 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7569 Add 'arch' argument. Allocate the regset on arch's obstack, not
7570 using xmalloc.
7571 * regset.h (regset_alloc): Update declaration.
7572 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7573 gdbarch argument.
7574 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7575 * i386-tdep.c (i386_regset_from_core_section): Same.
7576 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7577 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7578 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7579 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7580 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7581 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7582
7583 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7584
7585 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7586
7587 2004-05-21 Jim Blandy <jimb@redhat.com>
7588
7589 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7590 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7591
7592 2004-05-20 Jim Blandy <jimb@redhat.com>
7593
7594 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7595
7596 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7597
7598 * regset.h: Make prototype const-correct.
7599 * regset.c (regset_xmalloc): Make const-correct.
7600
7601 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7602
7603 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7604 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7605 (symbol_search_name): Declare.
7606
7607 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7608 (iter_name_next_hashed): Ditto.
7609 (iter_name_next_linear): Ditto.
7610 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7611
7612 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7613 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7614 (symbol_search_name): New function.
7615
7616 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7617
7618 * minsyms.c (build_minimal_symbol_hash_tables): Change
7619 test for adding to demangled hash table to check for difference
7620 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7621
7622 2004-05-19 Jim Blandy <jimb@redhat.com>
7623
7624 Use a constructor function to create regset structures.
7625 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7626 (struct regset): Use supply_regset_ftype. Add new
7627 'collect_regset' member.
7628 (regset_xmalloc): New declaration.
7629 * regset.c: New file.
7630 * am64-tdep.c (amd64_regset_from_core_section): Use
7631 regset_xmalloc to construct regset structures.
7632 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7633 * i386-tdep.c (i386_regset_from_core_section): Same.
7634 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7635 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7636 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7637 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7638 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7639 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7640 * Makefile.in (COMMON_OBS): Add regset.o.
7641 (regset.o): New rule.
7642
7643 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7644
7645 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7646 and pthread_cond_wait.c.
7647
7648 2004-05-18 Jim Blandy <jimb@redhat.com>
7649
7650 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7651 before the mach-specific switch, and then let the individual cases
7652 override the defaults, rather than leaving them uninitialized
7653 until the switch and then setting them in each case.
7654
7655 2004-05-18 Randolph Chung <tausq@debian.org>
7656
7657 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7658 millicode functions.
7659
7660 2004-05-18 Randolph Chung <tausq@debian.org>
7661
7662 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7663 references to dld_flags_buffer consistent.
7664
7665 2004-05-18 Randolph Chung <tausq@debian.org>
7666
7667 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7668 it for unwinding the stack.
7669
7670 2004-05-18 Randolph Chung <tausq@debian.org>
7671
7672 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7673 Undefine these so we can overide them using gdbarch.
7674
7675 2004-05-18 Randolph Chung <tausq@debian.org>
7676
7677 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7678 handling for 64-bit HPUX (elf).
7679
7680 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7681
7682 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7683 constants.
7684 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7685 * ia64-tdep.c (examine_prologue): Likewise.
7686 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7687 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7688
7689 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7690
7691 * vax-tdep.c (vax_return_value): Implement
7692 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7693
7694 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7695
7696 * vax-tdep.c (vax_return_value): Fix typo.
7697
7698 2004-05-17 Andrew Cagney <cagney@redhat.com>
7699
7700 * MAINTAINERS: Mark Salter was also responsible for
7701 testsuite/config/
7702
7703 * NEWS: Mention signal fixes.
7704
7705 2004-05-17 Randolph Chung <tausq@debian.org>
7706
7707 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7708 check to see if we are unwinding an export stub. Export stubs clobber
7709 the %rp in the call path and stores the original rp in a stack slot.
7710
7711 2004-05-17 Jim Blandy <jimb@redhat.com>
7712
7713 * MAINTAINERS: Update address for J.T. Conklin.
7714
7715 2004-05-17 Randolph Chung <tausq@debian.org>
7716
7717 * hppa-tdep.c: Remove superfluous #include's.
7718 * Makefile.in (hppa-tdep.o): Update dependencies.
7719
7720 2004-05-17 Randolph Chung <tausq@debian.org>
7721
7722 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7723 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7724 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7725 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7726 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7727 Remove static function declarations.
7728
7729 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7730
7731 * alphabsd-nat.c: Update copyright year.
7732 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7733
7734 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7735 and M68K_A2_REGNUM.
7736
7737 * m68k-tdep.c (m68k_svr4_return_value): Implement
7738 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7739
7740 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7741
7742 * sol-thread.c Update copyright year. Fix various coding
7743 standards violations. Tweak a few comments.
7744 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7745 Delete prototypes.
7746
7747 2004-05-15 Randolph Chung <tausq@debian.org>
7748
7749 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7750 as pointer instead of array reference since HPUX compiler does
7751 not accept unsized array arguments.
7752 * somsolib.c (dld_flags_buffer): Use constant array size.
7753
7754 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7755
7756 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7757 offset with decimal offset.
7758 (amd64obsd_sigcontext_addr): Return correct address for entire
7759 signal trampoline.
7760
7761 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7762 instead of get_frame_base.
7763
7764 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7765 (fill_gregset): Use regcache_raw_collect.
7766
7767 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7768 ppcobsd-tdep.c.
7769
7770 * config/sparc/tm-nbsd64.h: Remove file.
7771 * config/tm-sunos.h: Remove file.
7772
7773 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7774
7775 * rs6000-tdep.c (store_param_on_stack_p): New function,
7776 an improved version of some code extracted from skip_prologue().
7777 (skip_prologue): Use store_param_on_stack_p() to detect
7778 instructions saving a parameter on the stack. Detect when r0
7779 is used to save a parameter.
7780 Do not mark "li rx, SIMM" instructions as part of the prologue,
7781 unless the following instruction is also part of the prologue.
7782
7783 2004-05-14 Andrew Cagney <cagney@redhat.com>
7784
7785 * infrun.c (handle_inferior_event): Simplify
7786 STEP_OVER_UNDEBUGGABLE.
7787
7788 * infrun.c (handle_step_into_function): Delete function.
7789 (handle_inferior_event): Inline calls to
7790 handle_step_into_function.
7791
7792 2004-05-14 Jerome Guitton <guitton@gnat.com>
7793
7794 * rs6000-nat.c: Fix a comment.
7795
7796 2004-05-12 David Anderson <davea@sgi.com>
7797
7798 Committed by Jim Blandy <jimb@redhat.com>:
7799 * regcache.c (struct regcache_descr): fix comment spelling.
7800
7801 2004-05-13 J. Brobecker <brobecker@gnat.com>
7802
7803 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7804 Fixes a link link failure.
7805
7806 2004-05-13 J. Brobecker <brobecker@gnat.com>
7807
7808 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7809 error that was causing the build to fail.
7810
7811 2004-05-13 J. Brobecker <brobecker@gnat.com>
7812
7813 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7814 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7815
7816 2004-05-13 Andrew Cagney <cagney@redhat.com>
7817
7818 * infrun.c (handle_inferior_event): Check for
7819 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7820 calls. Update comments.
7821
7822 2004-05-13 Jim Blandy <jimb@redhat.com>
7823
7824 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7825 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7826 (store_regs_user_thread, store_regs_kernel_thread): Use
7827 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7828 * ppc-linux-nat.c (fill_gregset): Same.
7829 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7830 (ppc_linux_sigtramp_cache): Same.
7831 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7832 (ppcnbsd_sigtramp_cache_init): Same.
7833 * rs6000-nat.c (fetch_core_registers): Same.
7834 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7835 (rs6000_frame_cache): Same.
7836
7837 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7838 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7839 of assuming that the gprs are numbered starting with zero.
7840 * ppc-linux-nat.c (fill_gregset): Same.
7841 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7842 * ppcnbsd-nat.c (getregs_supplies): Same.
7843 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7844 * rs6000-nat.c (fetch_core_registers): Same.
7845 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7846
7847 2004-05-07 Michael Snyder <msnyder@redhat.com>
7848
7849 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7850 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7851
7852 2004-05-13 Andrew Cagney <cagney@redhat.com>
7853
7854 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7855
7856 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7857
7858 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7859 base_address for shared libraries.
7860
7861 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7862
7863 * MAINTAINERS (write after approval): Add myself.
7864
7865 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7866
7867 * breakpoint.c (bpstat_stop_status): Add new argument
7868 STOPPED_BY_WATCHPOINT. Use it instead of testing
7869 target_stopped_data_address agaist 0 to check whether
7870 or not we stopped due to a hardware watchpoint.
7871 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7872 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7873 with new argument.
7874
7875 2004-05-12 Jim Blandy <jimb@redhat.com>
7876
7877 * configure.in: When checking whether we should use the -bbigtoc
7878 option, don't forget to restore the original value of LDFLAGS.
7879 * configure: Regenerated.
7880
7881 2004-05-12 Andrew Cagney <cagney@redhat.com>
7882
7883 * thread.c (load_infrun_state): Delete step_sp.
7884 * infrun.c (context_switch): Ditto.
7885 * inferior.h (step_sp): Ditto.
7886 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7887 * gdbthread.h (struct thread_info, save_infrun_state)
7888 (restore_infrun_state): Ditto.
7889
7890 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7891
7892 * MAINTAINERS (write after approval): Add myself.
7893
7894 2004-05-12 Andrew Cagney <cagney@redhat.com>
7895
7896 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7897 eliminate reference to step_sp.
7898 (struct execution_control_state, init_execution_control_state)
7899 (handle_inferior_event, keep_going): Delete update_step_sp and
7900 step_sp.
7901 * infcmd.c (step_sp): Note that variable is unused.
7902
7903 2004-05-11 Andrew Cagney <cagney@redhat.com>
7904
7905 * infrun.c (step_over_function): Delete function.
7906 (handle_step_into_function): Use insert_step_resume_breakpoint.
7907 (insert_step_resume_breakpoint): Fix assertion.
7908
7909 2004-05-11 Nick Roberts <nickrob@gnu.org>
7910
7911 * utils.c (defaulted_query): Just use the normal query input type
7912 when printing the annotations.
7913
7914 2004-05-11 Andrew Cagney <cagney@redhat.com>
7915
7916 * infrun.c (handle_inferior_event): Simplify code handling
7917 step-into or return-from a signal trampoline.
7918
7919 2004-05-11 Andrew Cagney <cagney@redhat.com>
7920
7921 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7922 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7923
7924 2004-05-10 Jim Blandy <jimb@redhat.com>
7925
7926 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7927 with a call to internal_error.
7928
7929 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7930 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7931 processor variant lacks those registers.
7932 (ppc_floating_point_unit_p): Change description to make it clear
7933 that this returns info about the ISA, not the ABI.
7934 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7935 return true or false by checking tdep->ppc_fp0_regnum and
7936 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7937 arch/mach switching done in rs6000_gdbarch_init; it's better to
7938 keep that logic there, and just check the results here.
7939 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7940 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7941 floating-point registers.
7942 (ppc_supply_fpregset, ppc_collect_fpregset)
7943 (rs6000_push_dummy_call, rs6000_extract_return_value)
7944 (rs6000_store_return_value): Assert that we have floating-point
7945 registers.
7946 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7947 (rs6000_frame_cache): Don't note the locations at which
7948 floating-point registers were saved if we have no fprs.
7949 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7950 registers.
7951 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7952 (store_regs_user_thread, store_regs_kernel_thread): Only call
7953 supply_fprs / fill_fprs if we actually have floating-point
7954 registers.
7955 (special_register_p): Check ppc_fpscr_regnum before matching
7956 against it.
7957 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7958 supply / collect fpscr if we don't have it.
7959 * ppc-bdm.c: #include "gdb_assert.h".
7960 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7961 have floating-point registers, since I can't test this code on
7962 FP-free systems to adapt it.
7963 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7964 fpscr and floating point register numbers if they don't exist.
7965 (fetch_register): Assert that we have floating-point registers
7966 before we reach the code that handles them.
7967 (store_register): Same. And use tdep instead of calling
7968 gdbarch_tdep again.
7969 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7970 don't have them.
7971 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7972 fprs and fpscr if we don't have them.
7973 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7974 don't have them.
7975 * ppcnbsd-nat.c: #include "gdb_assert.h".
7976 (getfpregs_supplies): Assert that we have floating-point registers.
7977 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7978 * ppcobsd-tdep.c: #include "gdb_assert.h".
7979 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7980 have floating-point registers.
7981 * rs6000-nat.c (regmap): Don't match against the fpscr and
7982 floating point register numbers if they don't exist.
7983 (fetch_inferior_registers, store_inferior_registers,
7984 fetch_core_registers): Only fetch / store / supply the
7985 floating-point registers and the fpscr if we have them.
7986 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7987 (ppcobsd-tdep.o): Update dependencies.
7988
7989 2004-05-10 Andrew Cagney <cagney@redhat.com>
7990
7991 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7992 (context_switch): Do not switch through_sigtramp_breakpoint.
7993 * gdbthread.h (save_infrun_state, load_infrun_state)
7994 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7995 and structure member.
7996 * thread.c (load_infrun_state, save_infrun_state): Update.
7997
7998 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7999
8000 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8001
8002 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8003
8004 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8005 throughout.
8006 * aclocal.m4: Regenerate.
8007
8008 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8009
8010 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8011
8012 2004-05-10 Andrew Cagney <cagney@redhat.com>
8013
8014 * infrun.c (check_sigtramp2): Delete function.
8015 (handle_inferior_event): When single stepping, and taking a
8016 signal, set a breakpoint at the signal return address. Delete
8017 redundant calls to check_sigtramp2.
8018 (insert_step_resume_breakpoint): New function.
8019 (through_sigtramp_breakpoint, handle_inferior_event)
8020 (follow_exec, wait_for_inferior, fetch_inferior_event)
8021 (currently_stepping, keep_going): Delete most uses of
8022 through_sigtramp_breakpoint, not that it should be deleted.
8023 (delete_breakpoint_current_contents): Delete function.
8024
8025 2004-05-10 Randolph Chung <tausq@debian.org>
8026
8027 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8028 target.
8029 * config/pa/tm-linux.h: New file.
8030
8031 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
8032
8033 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8034 of prefixes. Don't print the prefix twice in the CLI.
8035
8036 2004-05-10 Jim Blandy <jimb@redhat.com>
8037
8038 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8039 collect all the gprs.
8040
8041 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8042 loop collecting gprs.
8043
8044 2004-05-09 Andrew Cagney <cagney@redhat.com>
8045
8046 * remote-vx.c (net_step): Delete step-range code.
8047 * remote.c (remote_resume, init_all_packet_configs)
8048 (set_remote_protocol_E_packet_cmd)
8049 (show_remote_protocol_E_packet_cmd)
8050 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8051 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8052 (show_remote_protocol_e_packet_cmd): Ditto.
8053
8054 2004-05-09 Mark Kettenis <kettenis@gnu.org>
8055
8056 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8057
8058 * hppa-tdep.h: Update copyright year.
8059 (struct trad_frame_saved_reg): Add opaque declaration.
8060
8061 * amd64-tdep.c (amd64_return_value): Implement
8062 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8063
8064 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8065 (m68k_value_to_register): New functions.
8066 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8067 value_to_register.
8068
8069 * defs.h (enum return_value_convention): Add
8070 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8071 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8072 * infcmd.c (legacy_return_value): New function.
8073 (print_return_value): Rwerite to implement
8074 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8075 * values.c (using_struct_return): Check for inequality to
8076 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8077 RETURN_VALUE_STRUCT_CONVENTION.
8078 * i386-tdep.c (i386_return_value): Implement
8079 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8080
8081 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8082 include "symtab.h", "opcode/vax.h" and "inferior.h".
8083 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8084 to read_memory_unsigned_integer.
8085 (vax_gdbarch_init): Reorder.
8086 (_initialize_vax_tdep): Spell out prototype.
8087 * Makefile.in (vax-tdep.o): Update dependencies.
8088
8089 2004-05-08 Andrew Cagney <cagney@redhat.com>
8090
8091 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8092 * target.c (target_detach, target_disconnect): Ditto.
8093
8094 * infcall.c (call_function_by_hand): When no
8095 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8096 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8097 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8098 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8099 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8100
8101 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8102 * gdbarch.h, gdbarch.c: Re-generate.
8103 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8104 deprecated_fix_call_dummy.
8105 * v850-tdep.c (v850_gdbarch_init): Ditto.
8106 * infcall.c (call_function_by_hand): Do not call
8107 DEPRECATED_FIX_CALL_DUMMY.
8108
8109 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8110 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8111 * gdbarch.h, gdbarch.c: Re-generate.
8112 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8113 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8114 deprecated_sizeof_call_dummy_words.
8115 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8116 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8117 * v850-tdep.c (v850_gdbarch_init): Ditto.
8118 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8119 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8120 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8121 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8122 * arch-utils.h (legacy_call_dummy_words)
8123 (legacy_sizeof_call_dummy_words): Delete declarations.
8124 * arch-utils.c (legacy_call_dummy_words)
8125 (legacy_sizeof_call_dummy_words): Delete variables.
8126
8127 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8128 * gdbarch.h, gdbarch.c: Re-generate.
8129 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8130 * infcall.c (call_function_by_hand): Eliminate call to
8131 DEPRECATED_PUSH_DUMMY_FRAME.
8132 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8133 push_dummy_frame.
8134 (ns32k_push_dummy_frame): Delete function.
8135
8136 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8137 deprecated_call_dummy_breakpoint_offset or
8138 deprecated_call_dummy_start_offset.
8139 * dummy-frame.c, arm-tdep.c: Update comments.
8140 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8141 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8142 * gdbarch.h, gdbarch.c: Re-generate.
8143
8144 * infcall.c (legacy_push_dummy_code): Delete function.
8145 (push_dummy_code): Delete call.
8146
8147 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8148 * gdbarch.h, gdbarch.c: Re-generate.
8149 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8150 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8151 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8152 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8153
8154 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8155 (struct frame_info): Delete opaque declaration.
8156 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8157 * frame.c (get_frame_type): Delete call.
8158
8159 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8160 pc_in_call_dummy.
8161 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8162 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8163
8164 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8165
8166 * alphanbsd-tdep.c: Include "gdb_string.h".
8167 * armnbsd-tdep.c: Update copyright year.
8168 Include "gdb_string.h".
8169 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8170 dependencies.
8171
8172 * delta68-nat.c: Remove file.
8173 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8174 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8175 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8176 (delta68-nat.o): Remove dependency.
8177
8178 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8179 function.
8180 (m68k_gdbarch_init): Don't set
8181 deprecated_frameless_function_invocation.
8182
8183 2004-05-07 Randolph Chung <tausq@debian.org>
8184
8185 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8186 read_memory_nobpt for code reading when doing frame unwinding.
8187 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8188
8189 2004-05-07 Randolph Chung <tausq@debian.org>
8190
8191 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8192 instead of sp, handle sigaltstack case.
8193 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8194 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8195 signal handler and not that of the caller.
8196 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8197 hppa_linux_sigtramp_find_sigcontext.
8198
8199 2004-05-07 Randolph Chung <tausq@debian.org>
8200
8201 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8202 hppa-linux-nat.c.
8203 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8204 * hppa-linux-nat.c (fetch_register, store_register): Define.
8205 (fetch_inferior_registers, store_inferior_registers): Define.
8206 (supply_gregset): Add comment and clean up some unneeded code.
8207 (fill_gregset): Add comment and fix so that it saves registers in
8208 the right place in the gregset.
8209 (fill_fpregset): Fix buffer overrun problem.
8210 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8211
8212 2004-05-07 Randolph Chung <tausq@debian.org>
8213
8214 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8215 do common handling of the pcoqt register.
8216 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8217 to use helper function.
8218 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8219 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8220 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8221 generic fallback unwinder when all else fails.
8222 (hppa_gdbarch_init): Add fallback sniffer.
8223 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8224 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8225 to use helper function.
8226
8227 2004-05-08 Joel Brobecker <brobecker@gnat.com>
8228
8229 * config/djgpp/fnchange.lst: Add translation rules for
8230 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8231
8232 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8233
8234 * frame.c (get_prev_frame_1): Work around GCC bug.
8235 * frame.h: Add comment about GCC bug.
8236
8237 2004-05-07 Andrew Cagney <cagney@redhat.com>
8238
8239 * observer.c: Include "commands.h" and "gdbcmd.h".
8240 (observer_debug, _initialize_observer): Add the
8241 command "set/show debug observer".
8242 * observer.sh: When observer debugging, log notify calls.
8243 * Makefile.in (observer.o): Update dependencies.
8244
8245 2004-05-07 Jason Molenda (jmolenda@apple.com)
8246
8247 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8248
8249 2004-05-07 Jim Blandy <jimb@redhat.com>
8250
8251 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8252 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8253 to recognize gpr regnums, instead of assuming that
8254 tdep->ppc_fp0_regnum marks the end of the general-purpose
8255 registers.
8256
8257 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8258 the given architecture has floating-point registers.
8259
8260 2004-05-07 Andrew Cagney <cagney@redhat.com>
8261
8262 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8263 macro defined to 1.
8264 * gdbarch.h, gdbarch.c: Re-generate.
8265 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8266 deprecated_use_generic_dummy_frames.
8267
8268 2004-05-07 Brian Ford <ford@vss.fsi.com>
8269
8270 * NEWS: Mention Cygwin DWARF 2 support.
8271
8272 2004-05-07 Andrew Cagney <cagney@redhat.com>
8273
8274 * objfiles.h (struct entry_info): Delete unused fields
8275 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8276 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8277 * mipsread.c (mipscoff_symfile_read): Update.
8278 * mdebugread.c (parse_partial_symbols): Update.
8279 * dwarfread.c (read_file_scope): Update.
8280 * dwarf2read.c (read_file_scope): Update.
8281 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8282 * coffread.c (complete_symtab): Update.
8283
8284 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8285
8286 * infcall.c (_initialize_infcall): Fix typo.
8287
8288 2004-05-07 Andrew Cagney <cagney@redhat.com>
8289
8290 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8291 * command.h (add_setshow_zinteger_cmd): Declare.
8292
8293 2004-05-06 Randolph Chung <tausq@debian.org>
8294
8295 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8296 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8297 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8298 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8299 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8300 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8301 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8302 definitions ...
8303 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8304 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8305 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8306 (hppa64_hpux_frame_find_saved_regs_in_sig)
8307 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8308 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8309 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8310 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8311 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8312 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8313 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8314 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8315 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8316 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8317 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8318 (hppa32_register_type, hppa_cannot_store_register)
8319 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8320 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8321 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8322 * pa64solib.c (pa64_solib_have_load_event)
8323 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8324 (pa64_solib_unloaded_library_pathname): Likewise.
8325 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8326 (som_solib_library_pathname): Likewise.
8327
8328 2004-05-05 Jim Ingham <jingham@apple.com>
8329
8330 * breakpoint.c (create_breakpoints): Copy the ignore count and
8331 thread id over from the pended breakpoint to the actual
8332 breakpoint.
8333
8334 2004-05-05 Andrew Cagney <cagney@redhat.com>
8335
8336 * gdbarch.sh (PARM_BOUNDARY): Delete.
8337 gdbarch.h, gdbarch.c: Re-generate.
8338 * valops.c (PARM_BOUNDARY): Delete macro.
8339 (value_push): Delete PARM_BOUNDARY code.
8340 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8341
8342 2004-05-04 Jim Blandy <jimb@redhat.com>
8343
8344 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8345 Don't assume that the gprs, fprs, and UISA sprs are
8346 contiguous, start at register number zero, and end with fpscr.
8347 Instead, use the numbers from the tdep structure.
8348
8349 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8350 should no longer be used in code specific to the RS6000 and its
8351 derivatives.
8352 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8353 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8354 tdep->ppc_fp0_regnum.
8355 (ppc_supply_fpregset, ppc_collect_fpregset)
8356 (rs6000_push_dummy_call, rs6000_extract_return_value)
8357 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8358 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8359 FP0_REGNUM.
8360 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8361 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8362 Same.
8363 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8364 bdm_ppc_store_registers): Same.
8365 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8366 (store_register, fill_fpregset): Same.
8367 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8368 (ppc_linux_supply_fpregset): Same.
8369 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8370 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8371 Same.
8372 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8373 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8374 ppc64_sysv_abi_return_value): Same.
8375 * rs6000-nat.c (regmap, fetch_inferior_registers)
8376 (store_inferior_registers, fetch_core_registers): Same.
8377
8378 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8379
8380 * m68knbsd-nat.c: Remove file.
8381 * m68knbsd-tdep.c: Remove file.
8382 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8383 dependencies.
8384 * configure.host: Add m68k-*-netbsdelf*.
8385 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8386 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8387 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8388 (XM_FILE): Remove.
8389 * config/m68k/nbsdelf.mh: New file.
8390 * config/m68k/nbsd.mt: New file.
8391 * config/m68k/nbsdaout.mt: Remove file.
8392 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8393 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8394 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8395 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8396 (use_struct_convention): Remove prototype.
8397 (USE_STRUCT_CONVENTION): Remove define.
8398 * config/m68k/xm-nbsd.h: Remove file.
8399
8400 2004-05-04 Michael Snyder <msnyder@redhat.com>
8401
8402 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8403 reg_struct_return method (as gcc usually does for cross targets).
8404
8405 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8406
8407 Committed by Andrew Cagney.
8408 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8409 alignment padding when accessing ucontext struct members.
8410
8411 2004-05-04 Jim Blandy <jimb@redhat.com>
8412
8413 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8414 'ppc_gplast_regnum' member.
8415 (ppc_num_gprs): New enum constant.
8416 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8417 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8418 * rs6000-nat.c (regmap, fetch_inferior_registers,
8419 store_inferior_registers): Same.
8420 * rs6000-tdep.c (e500_pseudo_register_read)
8421 (e500_pseudo_register_write): Same.
8422 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8423
8424 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8425 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8426 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8427 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8428 FPLAST_REGNUM.
8429 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8430 Same.
8431 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8432 * rs6000-nat.c (regmap, fetch_inferior_registers)
8433 (store_inferior_registers): Same.
8434
8435 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8436 with FPLAST_REGNUM.
8437
8438 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8439
8440 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8441 failure detected by recent versions of GCC.
8442 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8443 to be consistent with the usage in dwarf2_create_include_psymtab.
8444
8445 2004-05-03 Michael Snyder <msnyder@redhat.com>
8446
8447 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8448 (heuristic_proc_start): Whitespace cleanup.
8449
8450 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8451
8452 * sun3-nat.c: Remove file.
8453 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8454 dependencies.
8455 (ALLDEPFILES): Remove sun3-nat.c.
8456 (sun3-nat.o): Remove dependencies.
8457
8458 * i386-interix-nat.c, i386-interix-tdep.c,
8459 config/i386/nm-interix.h, config/i386/interix.mh,
8460 config/i386/interix.mt: Remove files.
8461 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8462 dependencies.
8463
8464 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8465
8466 * m68k-tdep.h (struct gdbarch_tdep): Add member
8467 struct_value_regnum.
8468 (m68k_svr4_init_abi): New prototype.
8469 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8470 different calling conventions.
8471 (m68k_extract_return_value): Remove code dealing with single-field
8472 structs.
8473 (m68k_store_return_value): Remove code dealing with single-field
8474 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8475 (m68k_extract_struct_value_address): Remove function.
8476 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8477 (m68k_reg_struct_return_p, m68k_return_value)
8478 (m68k_svr4_return_value): New functions.
8479 (m68k_use_struct_convention): Remove function.
8480 (m68k_push_dummy_call): Use new struct_value_regnum member of
8481 `struct gdbarch_tdep' instead of hardcoded register number to
8482 store STRUCT_ADDR.
8483 (m68k_svr4_init_abi): New function.
8484 (m68k_gdbarch_init): Don't set extract_return_value,
8485 store_return_values, deprecated_extract_struct_value_address and
8486 use_struct_convention. Set return_value instead. Initialize new
8487 struct_value_regnum member of `struct gdbarch_tdep'.
8488 * m68klinux-tdep.c: Update copyright year.
8489 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8490 (m68k_linux_extract_struct_value_address): Remove function.
8491 (m68k_linux_init_abi): Don't set extract_return_value,
8492 store_return_values, deprecated_extract_struct_value_address and
8493 use_struct_convention. Call m68k_svr4_init_abi but override the
8494 new struct_value_regnum member of `struct gdbarch_tdep'.
8495 * Makefile.in (m68k-tdep.o): Update dependencies.
8496
8497 2004-05-03 J. Brobecker <brobecker@gnat.com>
8498
8499 * dwarf2read.c (line_header): Add new included_p field in
8500 field file_names.
8501 (partial_die_info): New field has_stmt_list. New field line_offset.
8502 (dwarf2_create_include_psymtab): New function.
8503 (dwarf2_build_include_psymtabs): New function.
8504 (add_file_name): Add forward declaration. Initialize new field.
8505 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8506 to be able to determine the list of files included by the
8507 given unit, and build their associated psymtabs.
8508 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8509 files as well.
8510 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8511 (read_file_scope): Update call to dwarf_decode_lines.
8512 (read_partial_die): Handle DW_AT_stmt_list attributes.
8513
8514 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8515
8516 Unfix PR gdb/1626.
8517 * configure.in: Revert special case for osf5.*.
8518 * configure: Regenerate.
8519
8520 2004-05-02 Jim Blandy <jimb@redhat.com>
8521
8522 Move the symbol-file-from-memory functions into their own file.
8523 * symfile-mem.c, symfile-mem.h: New files.
8524 * symfile.c (symbol_file_add_from_bfd): New function.
8525 (symbol_file_add): Call symbol_file_add_from_bfd.
8526 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8527 Moved to symfile-mem.c.
8528 (_initialize_symfile): Move definition of
8529 add-symbol-file-from-memory command to symfile-mem.c.
8530 * symfile.h (symbol_file_add_from_bfd): New declaration.
8531 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8532 * config/powerpc/linux.mt (TDEPFILES): Same.
8533 * Makefile.in (SFILES): Add symfile-mem.c.
8534 (symfile_mem_h): New variable.
8535 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8536 (symfile-mem.o): New rule.
8537
8538 2004-05-01 Andrew Cagney <cagney@redhat.com>
8539
8540 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8541 frame_find_by_id instead of frame_relative_level.
8542 (do_enable_breakpoint): Ditto.
8543 * thread.c: Update copyright.
8544 (info_threads_command): Ditto, simplify.
8545
8546 * frame.c (deprecated_generic_get_saved_register): Delete
8547 function, moved to "xstormy16-tdep.c".
8548 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8549 deprecated_generic_get_saved_register from "frame.c".
8550 (xstormy16_frame_saved_register): Call
8551 xstormy16_get_saved_register.
8552 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8553 static.
8554 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8555 * frame.h (deprecated_generic_get_saved_register): Delete.
8556
8557 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8558
8559 * dwarfread.c: Update documentation on the state of dwarf-1.
8560
8561 2004-05-01 Andrew Cagney <cagney@redhat.com>
8562
8563 * stack.c (select_frame_command): Delete call to
8564 frame_relative_level.
8565 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8566 Delete #if0 code.
8567 (frame_info): Do not print FRAMELESS.
8568 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8569 (catch_info): Delete #if0 code.
8570
8571 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8572 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8573 of frame_relative_level.
8574 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8575 to SENTINEL_FRAME.
8576 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8577 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8578 frame_relative_level.
8579
8580 * frame.h (deprecated_set_frame_type): Delete declaration.
8581 * frame.c (deprecated_set_frame_type): Delete function, update
8582 comments.
8583
8584 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8585 * gdbarch.h, gdbarch.c: Re-generate.
8586 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8587 (shnbsd_pc_in_sigtramp): Delete.
8588 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8589 pc_in_sigtramp.
8590 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8591 pc_in_sigtramp.
8592 * frame.h: Update comments.
8593 * ppc-linux-tdep.c: Update comments.
8594 * breakpoint.c (bpstat_what): Update comments.
8595
8596 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8597 m68klinux-tdep.o's dependencies, were previously added to
8598 m68klinux-nat.o.
8599
8600 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8601 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8602 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8603 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8604 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8605
8606 * Makefile.in (m68klinux-nat.o): Update dependencies.
8607 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8608 (m68k_linux_sigtramp_frame_cache)
8609 (m68k_linux_sigtramp_frame_this_id)
8610 (m68k_linux_sigtramp_frame_prev_register)
8611 (m68k_linux_sigtramp_frame_unwind)
8612 (m68k_linux_sigtramp_frame_sniffer)
8613 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8614 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8615 names, use trad-frame.h.
8616 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8617 (struct m68k_sigtramp_info): Delete.
8618 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8619 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8620 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8621 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8622 "m68klinux-tdep.c".
8623
8624 * infrun.c (check_sigtramp2): Delete check for
8625 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8626
8627 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8628
8629 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8630
8631 2004-05-01 Andrew Cagney <cagney@redhat.com>
8632
8633 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8634 (frv_linux_sigtramp_frame_cache)
8635 (frv_linux_sigtramp_frame_this_id)
8636 (frv_linux_sigtramp_frame_prev_register)
8637 (frv_linux_sigtramp_frame_unwind)
8638 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8639 include "linux" in function and variable names, directly call
8640 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8641 the latest trad-frame code.
8642 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8643 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8644 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8645 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8646 * frv-tdep.c (frv_sigtramp_frame_cache)
8647 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8648 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8649 frv-linux-tdep.c.
8650 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8651 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8652 (frv_set_sigcontext_reg_addr): Delete function.
8653
8654 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8655 (DEPRECATED_SIGTRAMP_END): Delete.
8656 * gdbarch.h, gdbarch.c: Re-generate.
8657 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8658 * config/vax/tm-vaxbsd.h: Update copyright.
8659 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8660 (DEPRECATED_IN_SIGTRAMP): Define.
8661 * config/m68k/tm-nbsd.h: Update copyright.
8662 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8663 (DEPRECATED_IN_SIGTRAMP): Define.
8664
8665 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8666
8667 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8668 encondings. Fixes PR gdb/1628.
8669
8670 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8671 DW_CFA_restore state without a matching DW_CFA_remember_state
8672 instead of aborting. Fixes PR backtrace/1589.
8673
8674 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8675
8676 * MAINTAINERS: Add self as AIX maintainer.
8677 Update my e-mail address in write-after-approval section.
8678
8679 2004-04-30 Andrew Cagney <cagney@redhat.com>
8680
8681 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8682 (legacy_get_prev_frame): Ditto.
8683
8684 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8685 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8686 * mipsread.c (sigtramp_address): Delete extern variable.
8687 (mipscoff_new_init): Delete reference.
8688 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8689 (fixup_sigtramp): Delete function.
8690 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8691 (fixup_sigtramp): Delete declarations.
8692
8693 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8694 deprecated_pc_in_sigtramp.
8695 (ppcnbsd_pc_in_sigtramp): Delete function.
8696
8697 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8698
8699 * config/m68k/nm-nbsd.h: Tweak comments.
8700 * config/m68k/nm-nbsdaout.h: Likewise.
8701
8702 2004-04-30 Andrew Cagney <cagney@redhat.com>
8703
8704 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8705 legacy_pc_in_sigtramp.
8706 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8707
8708 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8709
8710 Add OpenBSD/m68k support.
8711 * NEWS (New native configurations): Mention OpenBSD/m68k.
8712 * m68kbsd-tdep.c: New file.
8713 * m68kbsd-nat.c: New file.
8714 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8715 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8716 * configure.host: Add m68k-*-openbsd.
8717 * configure.tgt: Add m68k-*-openbsd.
8718 * config/m68k/tm-obsd.h: New file.
8719 * config/m68k/obsd.mt: New file.
8720 * config/m68k/obsd.mh: New file.
8721 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8722 m68kbsd-tdep.c.
8723
8724 2004-04-30 Andrew Cagney <cagney@redhat.com>
8725
8726 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8727 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8728
8729 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8730
8731 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8732 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8733
8734 2004-04-30 Brian Ford <ford@vss.fsi.com>
8735
8736 Revert 2004-04-16 change.
8737 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8738 (i386_coff_init_abi): Remove.
8739 * i386-tdep.h (i386_coff_init_abi): Remove.
8740 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8741
8742 2004-04-30 Andrew Cagney <cagney@redhat.com>
8743
8744 * blockframe.c (find_pc_partial_function): Delete use of
8745 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8746 DEPRECATED_SIGTRAMP_END.
8747
8748 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8749 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8750 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8751 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8752 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8753
8754 * defs.h (deprecated_inside_entry_file): Delete declaration.
8755 * blockframe.c (deprecated_inside_entry_file): Delete function.
8756 (legacy_frame_chain_valid): Delete call.
8757 * sh64-tdep.c (sh64_frame_chain): Delete call.
8758 * objfiles.h: Update comments.
8759 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8760 call.
8761 * frame.c (get_prev_frame): Delete call, update comments.
8762
8763 2004-04-30 Brian Ford <ford@vss.fsi.com>
8764
8765 * MAINTAINERS (Write After Approval): Add myself.
8766
8767 2004-04-30 Andrew Cagney <cagney@redhat.com>
8768
8769 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8770 * gdbarch.h, gdbarch.c: Re-generate.
8771 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8772 code.
8773
8774 2004-04-30 Andrew Cagney <cagney@redhat.com>
8775
8776 * gdb-events.sh (selected_thread_changed)
8777 (selected_frame_level_changed, target_changed): Delete.
8778 * gdb-events.h, gdb-events.c: Re-generate.
8779 * valops.c (value_assign): Update.
8780 * stack.c (select_frame_command, up_silently_base)
8781 (down_silently_base): Update.
8782
8783 2004-04-29 Andrew Cagney <cagney@redhat.com>
8784
8785 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8786 registers correctly.
8787 (print_gp_register_row, mips32_heuristic_proc_desc)
8788 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8789 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8790 references to mips_isa_regsize.
8791
8792 2004-04-29 Andrew Cagney <cagney@redhat.com>
8793
8794 * mips-tdep.c (struct gdbarch_tdep): Delete
8795 mips_fp_register_double.
8796 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8797 mips_abi_regsize.
8798 (mips_gdbarch_init): Do not set mips_fp_register_double.
8799 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8800
8801 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8802
8803 Committed by Andrew Cagney.
8804 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8805 function calls.
8806
8807 2004-04-29 Andrew Cagney <cagney@redhat.com>
8808
8809 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8810 gdbarch, use mips_abi, update callers.
8811 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8812 mips_abi_regsize, update callers.
8813 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8814 mips_default_abi_regsize.
8815 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8816 mips_default_abi_regsize.
8817
8818 2004-04-29 Andrew Cagney <cagney@redhat.com>
8819
8820 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8821 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8822 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8823 mips_default_abi_regsize.
8824 (mips_isa_regsize): Rename mips_regisze.
8825 * mipsnbsd-tdep.c: Update.
8826 * mips-linux-tdep.c: Update.
8827 * irix5-nat.c: Update.
8828 * mips-tdep.h (mips_isa_regsize): Update.
8829
8830 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8831 Delete all disabled code.
8832 * gdb-events.h, gdb-events.c: Re-generate.
8833
8834 2004-04-19 Jerome Guitton <guitton@gnat.com>
8835 Mark Kettenis <kettenis@gnu.org>
8836
8837 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8838 the function begins with a branch instruction.
8839
8840 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8841
8842 * i386-tdep.c: Fix spelling mistakes.
8843
8844 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8845 Andrew Cagney <cagney@redhat.com>
8846
8847 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8848 <sys/proc.h>.
8849 * acconfig.h: Provide default _KMEMUSER value.
8850 * config.in, configure: Re-generate.
8851 * NEWS: Mention fix.
8852
8853 2004-04-24 Randolph Chung <tausq@debian.org>
8854
8855 * configure.host (hppa*-*-linux*): New target.
8856 * configure.tgt (hppa*-*-linux*): Likewise.
8857 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8858 gdbarch_init_osabi() call earlier so that osabi-specific frame
8859 unwinders can be registered first.
8860 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8861 hppa-linux-nat.c.
8862 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8863 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8864 * config/pa/linux.mh: New file.
8865 * config/pa/linux.mt: New file.
8866 * config/pa/nm-linux.h: New file.
8867 * config/pa/xm-linux.h: New file.
8868 * hppa-linux-nat.c: New file.
8869 * hppa-linux-tdep.c: New file.
8870
8871 2004-04-28 Randolph Chung <tausq@debian.org>
8872
8873 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8874 return values.
8875 (hppa32_push_dummy_call): Fix small struct and floating point argument
8876 passing, and make sure the stack frame is properly aligned.
8877
8878 2004-04-28 Andrew Cagney <cagney@redhat.com>
8879
8880 * stack.c (print_stack_frame): Fix description.
8881
8882 * NEWS: Mention gdb/gdbserver/configure execute permission
8883 changed. PR server/519.
8884
8885 2004-04-28 Andrew Cagney <cagney@redhat.com>
8886
8887 * stack.c (print_stack_frame_stub): Delete declaration.
8888 (struct print_stack_frame_args, print_stack_frame)
8889 (print_frame_info, print_frame): Replace "source" with print what.
8890 Replace "print" with "print_level". Replace "args" with
8891 "print_args".
8892 * frame.h (show_and_print_stack_frame, print_stack_frame)
8893 (print_frame_info): Update declarations.
8894 * stack.c (select_and_print_frame, frame_command)
8895 (current_frame_command, up_command, down_command): Update calls -
8896 use get_selected_frame, pass "enum print_what" for source, do not
8897 call frame_relative_level.
8898 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8899 * remote-rdp.c (remote_rdp_open): Ditto.
8900 * remote-mips.c (common_open): Ditto.
8901 * remote-e7000.c (e7000_start_remote): Ditto.
8902 * ocd.c (ocd_start_remote): Ditto.
8903 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8904 * infrun.c (normal_stop): Ditto.
8905 * inflow.c (kill_command): Ditto.
8906 * infcmd.c (finish_command): Ditto.
8907 * corelow.c (core_open): Ditto.
8908 * tracepoint.c (finish_tfind_command): Ditto.
8909 * thread.c (info_threads_command, info_threads_command)
8910 (restore_current_thread, do_captured_thread_select): Ditto.
8911 * ada-tasks.c (task_command): Ditto.
8912
8913 2004-04-26 Orjan Friberg <orjanf@axis.com>
8914
8915 * frame.c: Include "observer.h".
8916 (frame_observer_target_changed): New function.
8917 (_initialize_frame): Attach target_changed observer.
8918 * regcache.c: Include "observer.h".
8919 (regcache_observer_target_changed): New function.
8920 (_initialize_regcache): Attach target_changed observer.
8921 * valops.c: Include "observer.h".
8922 (value_assign): Notify target_changed event when modifying register.
8923 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8924
8925 2004-04-26 Orjan Friberg <orjanf@axis.com>
8926
8927 From Paul Koning <pkoning@equallogic.com>:
8928 * breakpoint.c (free_valchain): New function.
8929 (insert_bp_location, delete_breakpoint): Use free_valchain.
8930 (remove_breakpoint): Do not remove the valchain.
8931 (bpstat_stop_status): If not stopped by watchpoint, skip
8932 watchpoints when generating stop status list.
8933 * infrun.c (handle_inferior_event): Make
8934 stepped_after_stopped_by_watchpoint a global variable.
8935 * remote.c (remote_stopped_data_address): Return watch data
8936 address rather than zero if stepped_after_stopped_by_watchpoint is
8937 set.
8938
8939 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8940
8941 Fix PR gdb/1626.
8942 * configure.in: Check for curses after termcap.
8943 On osf5.*, do not check for ncurses.
8944 * configure: Regenerate.
8945
8946 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8947
8948 * ppcobsd-nat.c: Include "ppc-tdep.h".
8949 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8950
8951 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8952 Fixes PR tdep/1623 and PR tdep/1624.
8953
8954 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8955
8956 * xmodem.h, xmodem.c: Remove files.
8957 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8958
8959 2004-04-23 Randolph Chung <tausq@debian.org>
8960
8961 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8962 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8963 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8964 for handling stackless frames.
8965 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8966
8967 2004-04-23 Randolph Chung <tausq@debian.org>
8968
8969 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8970 starts at a pc before the frame is created.
8971
8972 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8973
8974 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8975
8976 2004-04-23 Jerome Guitton <guitton@gnat.com>
8977
8978 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8979 use convert_typed_floating to get the appropriate format.
8980
8981 2004-04-22 Randolph Chung <tausq@debian.org>
8982
8983 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8984 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8985 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8986 (hppa_sign_extend): Add prototype.
8987 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8988 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8989 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8990 hppa targets will also use these functions.
8991 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8992 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8993 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8994 (hppa_gdbarch_init): Remove gdbarch setting of
8995 skip_trampoline_code, in_solib_call_trampoline and
8996 in_solib_return_trampoline.
8997 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8998 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8999 hppa_in_solib_call_trampoline.
9000 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9001 Moved from hppa-tdep.c.
9002 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9003 in_solib_call_trampoline and in_solib_return_trampoline.
9004
9005 2004-04-22 Randolph Chung <tausq@debian.org>
9006
9007 * hppa-tdep.c (hppa_debug): New variable.
9008 (find_unwind_entry, hppa_frame_cache): Add debug output.
9009 (_initialize_hppa_tdep): Add command to set debug flag.
9010
9011 2004-04-22 Andrew Cagney <cagney@redhat.com>
9012
9013 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9014 "trad-frame.h".
9015 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9016 signal trampoline unwinder.
9017 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9018
9019 2004-04-22 Mark Kettenis <kettenis@gnu.org>
9020
9021 Add OpenBSD/powerpc support.
9022 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9023 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9024 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9025 (ppc_collect_fpregset): New prototypes.
9026 * ppcobsd-nat.c: New file.
9027 * ppcobsd-tdep.c: New file.
9028 * ppcobsd-tdep.h: New file.
9029 * rs6000-tdep.c: Include "regset.h".
9030 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9031 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9032 New functions.
9033 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9034 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9035 (rs6000-tdep.o): Update dependencies.
9036 * configure.host: Add powerpc-*-openbsd.
9037 * configure.tgt: Add powerpc-*-openbsd.
9038 * config/powerpc/obsd.mh: New file.
9039 * config/powerpc/nm-obsd.h: New file.
9040 * config/powerpc/obsd.mt: New file.
9041
9042 2004-04-22 Andrew Cagney <cagney@redhat.com>
9043
9044 * frame.h (show_frame_info): Delete declaration.
9045
9046 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9047 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9048 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9049 * frv-tdep.c (frv_frame_this_id): Ditto.
9050 * avr-tdep.c (avr_frame_this_id): Ditto.
9051
9052 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
9053
9054 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9055
9056 2004-04-22 Jim Blandy <jimb@redhat.com>
9057
9058 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9059 register number zero.
9060
9061 2004-04-21 Michael Snyder <msnyder@redhat.com>
9062
9063 * mips-tdep.c (heuristic_proc_start):
9064 Warning() already prefixes "Warning: ".
9065
9066 2004-04-21 Andrew Cagney <cagney@redhat.com>
9067
9068 * annotate.h (deprecated_annotate_starting_hook)
9069 (deprecated_annotate_stopped_hook)
9070 (deprecated_annotate_exited_hook)
9071 (deprecated_annotate_signal_hook)
9072 (deprecated_annotate_signalled_hook): Deprecate.
9073 * tracepoint.h (deprecated_create_tracepoint_hook)
9074 (deprecated_delete_tracepoint_hook)
9075 (deprecated_modify_tracepoint_hook)
9076 (deprecated_trace_find_hook)
9077 (deprecated_trace_start_stop_hook): Deprecate.
9078 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9079 * remote.h (deprecated_target_resume_hook)
9080 (deprecated_target_wait_loop_hook): Deprecate.
9081 * gdbcore.h (deprecated_exec_file_display_hook)
9082 (deprecated_file_changed_hook): Deprecate.
9083 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9084 * defs.h (deprecated_modify_breakpoint_hook)
9085 (deprecated_command_loop_hook, deprecated_show_load_progress)
9086 (deprecated_print_frame_info_listing_hook)
9087 (deprecated_query_hook, deprecated_warning_hook)
9088 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9089 (deprecated_delete_breakpoint_hook)
9090 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9091 (deprecated_readline_begin_hook, deprecated_readline_hook)
9092 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9093 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9094 (deprecated_context_hook, deprecated_target_wait_hook)
9095 (deprecated_attach_hook, deprecated_detach_hook)
9096 (deprecated_call_command_hook, deprecated_set_hook)
9097 (deprecated_error_hook, deprecated_error_begin_hook)
9098 (deprecated_ui_load_progress_hook): Deprecate.
9099 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9100 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9101 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9102 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9103 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9104 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9105 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9106 * annotate.c, aix-thread.c: Update.
9107
9108 2004-04-21 Andrew Cagney <cagney@redhat.com>
9109
9110 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9111 * vaxnbsd-tdep.c: Include "gdb_string.h".
9112
9113 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9114 (add_symbol_file_from_memory_command): #if 0 function body, call
9115 error instead.
9116
9117 2004-04-21 Andrew Cagney <cagney@redhat.com>
9118
9119 * gdbcore.h: Update copyright.
9120 (deprecated_add_core_fns): Rename add_core_fns.
9121 * win32-nat.c (_initialize_core_win32): Update.
9122 * sun3-nat.c (_initialize_core_sun3): Update.
9123 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9124 * rs6000-nat.c (_initialize_core_rs6000): Update.
9125 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9126 * nto-tdep.c (_initialize_nto_tdep): Update.
9127 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9128 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9129 * mips-nat.c (_initialize_core_mips): Update.
9130 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9131 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9132 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9133 * lynx-nat.c (_initialize_core_lynx): Update.
9134 * irix5-nat.c (_initialize_core_irix5): Update.
9135 * i386-interix-nat.c (_initialize_core_interix): Update.
9136 * cris-tdep.c (_initialize_cris_tdep): Update.
9137 * corelow.c (deprecated_add_core_fns): Update.
9138 * core-regset.c (_initialize_core_regset): Update.
9139 * core-aout.c (_initialize_core_aout): Update.
9140 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9141 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9142 * alpha-nat.c (_initialize_core_alpha): Update.
9143
9144 2004-04-21 Jim Blandy <jimb@redhat.com>
9145
9146 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9147
9148 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
9149
9150 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9151 Delete.
9152 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9153 (read_attribute_value): Update calls to dwarf_alloc_block.
9154 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9155 dwarf2_tmp_obstack.
9156 (psymtab_to_symtab_1): Likewise. Clean up using
9157 free_stack_comp_unit.
9158 (add_to_cu_func_list): Use the comp_unit_obstack.
9159
9160 2004-04-19 Joel Brobecker <brobecker@gnat.com>
9161
9162 * dwarf2read.c (dwarf2_flag_true_p): New function.
9163 (die_is_declaration): Use the function above. Add some comments.
9164
9165 2004-04-19 Mark Kettenis <kettenis@gnu.org>
9166
9167 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9168 architecture when registering sparcnbsd_core_osabi_sniffer.
9169 Adjust comment.
9170
9171 2004-04-18 Mark Kettenis <kettenis@gnu.org>
9172
9173 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9174 return value.
9175
9176 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9177 * i386-tdep.c: Correct register numbering scheme comments
9178 throughout.
9179 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9180 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9181 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9182 (i386_gdb_arch_init): Likewise.
9183
9184 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9185 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9186 ppcnbsd-tdep.o.
9187
9188 * m68k-tdep.h: Tweak comments.
9189 * m68k-tdep.c: Tweak comment.
9190
9191 2004-04-17 Randolph Chung <tausq@debian.org>
9192
9193 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9194 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9195 (hppa_hpux_som_init_abi): Set is_elf to 0.
9196 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9197 * hppa-tdep.c (low_text_segment_address): Remove global.
9198 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9199 section offset to calculate segment address.
9200 (internalize_unwinds): Define low_text_segment_address as local and
9201 pass to record_text_segment_lowaddr for ELF targets.
9202 (hppa_gdbarch_init): Zero fill tdep structure.
9203 (hppa_dump_tdep): Print tdep structure.
9204 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9205
9206 2004-04-17 Randolph Chung <tausq@debian.org>
9207
9208 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9209 (hppa_gdbarch_init): Set pseudo_register_read.
9210 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9211 * regcache.c (supply_register): Remove check for
9212 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9213
9214 2004-04-17 Randolph Chung <tausq@debian.org>
9215
9216 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9217 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9218 (hpread_adjust_stack_address): Move to hpread.c.
9219 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9220 obj_private_struct): Move from tm-hppa.h.
9221 * hpread.c (hppa-tdep.h): Include.
9222 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9223 (hpread_read_function_type, hpread_read_doc_function_type)
9224 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9225 directly.
9226 * pa64solib.c (hppa-tdep.h): Include.
9227 * somsolib.c (hppa-tdep.h): Include.
9228 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9229 inferior_status): Remove unused forward declarations.
9230 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9231 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9232 obj_private_struct): Move to hppa-tdep.h.
9233 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9234
9235 2004-04-17 Randolph Chung <tausq@debian.org>
9236
9237 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9238 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9239 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9240 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9241 Remove forward declaration and make static.
9242 (hppa_reg_struct_has_addr): Remove.
9243
9244 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9245
9246 * observer.sh: Move comments in sed command to first column.
9247
9248 2004-04-16 Jason Molenda (jmolenda@apple.com)
9249
9250 * frame.c: Minor typeo corrections in comments.
9251
9252 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9253
9254 * observer.c (observer_test_first_notification_function): Update
9255 function profile.
9256 (observer_test_second_notification_function): Likewise.
9257 (observer_test_third_notification_function): Likewise.
9258
9259 2004-04-16 Mark Kettenis <kettenis@gnu.org>
9260
9261 From Brian Ford <ford@vss.fsi.com>:
9262 * i386-tdep.c (i386_coff_init_abi): New function.
9263 * i386-tdep.h (i386_coff_init_abi): New prototype.
9264 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9265 register number translation functions for DWARF and DWARF 2.
9266
9267 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9268
9269 * dwarf2read.c: Back out my previous change, it was incorrect.
9270
9271 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9272
9273 * dwarf2read.c: Include "hashtab.h".
9274 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9275 has_namespace_info.
9276 (struct partial_die_info): Add comments. Use bitfields to reduce
9277 memory footprint. Add scope, scope_set, has_specification,
9278 spec_offset, die_parent, die_child, and die_sibling.
9279 (peek_die_abbrev): Add prototype.
9280 (partial_read_comp_unit_head): New function, broken out from
9281 dwarf2_build_psymtabs_hard.
9282 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9283 Use partial_read_comp_unit_head. Initialize the CU and
9284 comp_unit_obstack. Update calls to read_partial_die and
9285 scan_partial_symbols. Use free_stack_comp_unit and
9286 load_partial_dies.
9287 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9288 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9289 Update calls to helper functions. Remove NAMESPACE argument.
9290 Update comments.
9291 (partial_die_parent_scope, partial_die_full_name): New functions.
9292 (add_partial_symbol): Remove namespace argument. Update call to
9293 pdi_needs_namespace. Use partial_die_full_name. Handle
9294 DW_TAG_namespace. Check has_namespace_info flag.
9295 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9296 tag. Handle namespaces.
9297 (add_partial_namespace, add_partial_enumeration): Simplify.
9298 (guess_structure_name): New function, derived from
9299 add_partial_structure.
9300 (add_partial_structure): Remove.
9301 (determine_class_name): Update comment.
9302 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9303 (is_type_tag_for_partial, load_partial_dies): New functions.
9304 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9305 Record specifications instead of following them immediately.
9306 (find_partial_die_in_comp_unit, find_partial_die)
9307 (fixup_partial_die, free_stack_comp_unit)
9308 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9309 (partial_die_hash, partial_die_eq): New functions.
9310 * Makefile.in (hashtab_h): Define.
9311 (dwarf2read.o): Update dependencies.
9312 (observer_inc, observer_h): Move to the correct section.
9313
9314 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9315
9316 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9317 (die_is_declaration): Use the function above. Add comment.
9318
9319 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9320
9321 * dwarf2read.c (read_structure_scope): Identify stub types
9322 using die_is_declaration() only.
9323
9324 2004-04-15 Roland McGrath <roland@redhat.com>
9325
9326 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9327 argument instead of NAME.
9328 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9329 in call to symbol_file_add_with_addrs_or_offsets.
9330 (build_addr_info): New function, helper for ...
9331 (symbol_file_add_from_memory): New function.
9332 (add_symbol_file_from_memory_command): New function using that.
9333 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9334 (pre_add_symbol_hook): Add const to argument type.
9335 * symfile.h (symbol_file_add_from_memory): Declare it.
9336
9337 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9338
9339 * NEWS (New native configurations): Mention OpenBSD/vax.
9340 * configure.host: Add vax-*-openbsd*.
9341 * config/vax/obsd.mh: New file.
9342 * config/vax/nm-obsd.h: New file.
9343
9344 * vax-tdep.c: Include "regset.h".
9345 (vax_supply_gregset): New function.
9346 (vax_gregset): New variable.
9347 (vax_regset_from_core_section): New function.
9348 (vax_gdbarch_init): Set regset_from_core_section.
9349 * Makefile.in (vax-tdep.o): Update dependencies.
9350
9351 2004-04-15 Andrew Cagney <cagney@redhat.com>
9352
9353 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9354 (observer_normal_stop_notification_stub)
9355 (observer_attach_normal_stop, observer_detach_normal_stop):
9356 Delete, replaced by #include "observer.inc".
9357 * infrun.c (normal_stop): Pass "stop_bpstat" to
9358 observer_notify_normal_stop.
9359 * Makefile.in (observer_inc): Define.
9360 (observer.o): Update dependencies.
9361 (observer.h, observer.inc): New rules.
9362 * observer.h: Delete file.
9363 * observer.sh: New file.
9364
9365 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9366
9367 * vax-tdep.c (vax_frame_cache): Fix typo.
9368
9369 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9370
9371 * NEWS (New native configurations): Mention NetBSD/vax.
9372 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9373 * config/vax/nbsdelf.mh: New file.
9374 * config/vax/nbsdaout.mh: New file.
9375 * config/vax/nm-nbsd.h: New file.
9376 * config/vax/nm-nbsdaout.h: New file.
9377
9378 * vaxnbsd-tdep.c: New file.
9379 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9380 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9381 * config/vax/nbsd.mt: New file.
9382 * config/vax/tm-nbsd.h: New file.
9383
9384 * Makefile.in (vaxbsd-nat.o): New dependency.
9385
9386 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9387 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9388 struct_addr arguments. Don't push return value address.
9389 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9390 arguments to vax_store_arguments. Store return value address in
9391 R1.
9392 (vax_store_struct_return, vax_extract_return_value)
9393 (vax_store_return_value): Remove functions.
9394 (vax_return_value): New function.
9395 (vax_gdbarch_init): Set return value. Don't set
9396 deprecated_store_struct_return, deprecated_extract_struct_return
9397 and deprecated_store_return_value.
9398
9399 2004-04-14 Andreas Schwab <schwab@suse.de>
9400
9401 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9402 value buffer.
9403 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9404
9405 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9406
9407 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9408 (vax_unwind_dummy_id): New functions.
9409 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9410 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9411 variables.
9412 (vax_fix_call_dummy): Remove function.
9413 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9414 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9415 call_dummy_location, deprecated_call_dummy_words,
9416 deprecated_sizeof_call_dummy_words,
9417 deprecated_call_dummy_breakpoint_offset,
9418 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9419 and deprecated_dummy_write_sp.
9420
9421 2004-04-13 David Carlton <carlton@kealia.com>
9422
9423 * MAINTAINERS: Move myself to "paper trail" section.
9424
9425 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9426
9427 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9428 "trad-frame.h".
9429 (vax_frame_init_saved_regs): Remove function.
9430 (vax_sigtramp_saved_pc): Remove function.
9431 (vax_frame_saved_pc): Remove function.
9432 (vax_frame_args_address): Remove function.
9433 (vax_frame_num_args): Rewrite.
9434 (vax_frame_chain): Remove function.
9435 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9436 VAX_FP_REGNUM.
9437 (vax_pop_frame): Likewise.
9438 (vax_saved_pc_after_call): Remove function.
9439 (struct vax_frame_cache): New structure.
9440 (vax_frame_cache): New function.
9441 (vax_frame_this_id): New function.
9442 (vax_frame_prev_register): New function.
9443 (vax_frame_unwind): New variable.
9444 (vax_frame_sniffer): New function.
9445 (vax_frame_base_address): New function.
9446 (vax_frame_args_address): New function.
9447 (vax_frame_base): New variable.
9448 (vax_unwind_pc): New function.
9449 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9450 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9451 deprecated_frame_chain, deprecated_frame_saved_pc,
9452 deprecated_frame_args_address and
9453 deprecated_frame_init_saved_regs.
9454 * Makefile.in (vax-tdep.o): Update dependencies.
9455
9456 * vaxbsd-nat.c: New file.
9457
9458 * vax-tdep.h: Update copyright year. Adjust comments.
9459 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9460 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9461 (vax_regnum): New enum. Replacing...
9462 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9463 (VAX_PS_REGNUM): ... these removed macros.
9464 * vax-tdep.c (vax_register_name): Remove prototype.
9465 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9466 (vax_register_byte, vax_register_raw_size,
9467 vax_register_virtual_size, vax_register_virtual_type): Remove
9468 functions.
9469 (vax_register_type): New function.
9470 (vax_breakpoint_from_pc): Reorganize.
9471 (vax_gdbarch_init): Set register_type. Don't set
9472 deprecated_register_size, deprecated_register_bytes,
9473 deprecated_register_byte, deprecated_register_raw_size,
9474 deprecated_max_register_raw_size,
9475 deprecated_register_virtual_size,
9476 deprecated_max_register_virtual_size and
9477 deprecated_register_virtual_type. Add comment on stack direction.
9478
9479 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9480
9481 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9482 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9483 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9484
9485 2004-04-10 Randolph Chung <tausq@debian.org>
9486
9487 * MAINTAINERS (write after approval): Add myself.
9488
9489 2004-04-07 Randolph Chung <tausq@debian.org>
9490
9491 * hppa-tdep.c (hppa_inner_than): Remove.
9492 (is_pa_2): Remove unused static variable.
9493 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9494
9495 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9496
9497 * language.h (language_defn): Add new la_post_parser field.
9498 * parser-defs.h (null_post_parser): New declaration (default for
9499 la_post_parser).
9500
9501 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9502 insert call to that function.
9503 (parse_exp_in_context): New function, including code formerly in
9504 parse_exp_1. Calls language-dependent post-parser after
9505 prefixification.
9506 (parse_expression_in_context): New exported function.
9507 (null_post_parser): New definition.
9508 * expression.h (parse_expression_in_context): Add declaration.
9509
9510 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9511 * c-lang.c (c_language_defn): Ditto.
9512 (cplus_language_defn): Ditto.
9513 (asm_language_defn): Ditto.
9514 (minimal_language_defn): Ditto.
9515 * f-lang.c (f_language_defn): Ditto.
9516 * jv-lang.c (java_language_defn): Ditto.
9517 * language.c (unknown_language_defn): Ditto.
9518 (auto_language_defn): Ditto.
9519 (local_language_defn): Ditto.
9520 * m2-lang.c (m2_language_defn): Ditto.
9521 * scm-lang.c (scm_language_defn): Ditto.
9522 * obj-lang.c (objc_language_defn): Ditto.
9523
9524 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9525
9526 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9527 (amd64nbsd_mcontext_addr): New function.
9528 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9529 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9530 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9531
9532 * corelow.c (core_xfer_partial): Fix coding standards violation.
9533 Add support for TARGET_OBJECT_WCOOKIE.
9534
9535 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9536 deprecated_pc_in_sigtramp.
9537 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9538 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9539 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9540 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9541 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9542 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9543 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9544
9545 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9546 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9547 Fix typo.
9548
9549 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9550 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9551 (amd64_collect_fxsave): Likewise.
9552
9553 * i386-sol2-tdep.c: Include "gdb_string.h".
9554 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9555 name.
9556 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9557
9558 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9559
9560 * i386-sol2-tdep.c: Include "solib-svr4.h".
9561 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9562 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9563 * config/i386/tm-i386sol2.h: Include :solib.h".
9564 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9565 solib-svr4.o and solib-legacy.o.
9566 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9567 solib-svr4.o.
9568
9569 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9570
9571 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9572 whether a register is supplied by PTRACE_GETFPREGS.
9573 (store_inferior_registers): Likewise.
9574 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9575 whether a register is supplied by PT_GETFPREGS.
9576 (store_inferior_registers): Likewise.
9577
9578 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9579 * config/i386/linux64.mt (TDEPFILES): Likewise.
9580
9581 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9582
9583 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9584 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9585 the program counter is in the range specified by `struct
9586 gdbarch_tdep'.
9587 * amd64-linux-tdep.c: Include "symtab.h".
9588 (amd64_linux_pc_in_sigtramp): Remove function.
9589 (amd64_linux_sigtramp_p): New function.
9590 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9591 deprecated_pc_in_sigtramp.
9592 * amd64nbsd-tdep.c: Include "symtab.h".
9593 (amd64nbsd_sigtramp_p): New function.
9594 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9595 deprecated_pc_in_sigtramp.
9596 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9597 few comments.
9598 (amd64obsd_pc_in_sigtramp): Remove function.
9599 (amd64obsd_sigtramp_p): New function.
9600 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9601 deprecated_pc_in_sigtramp.
9602 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9603 (i386bsd_pc_ins_sigtramp): Remove prototype.
9604 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9605 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9606 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9607 the program counter is in the range specified by `struct
9608 gdbarch_tdep'.
9609 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9610 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9611 (i386_go32_pc_in_sigtramp): Remove function.
9612 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9613 Initialize TDEP->sigtramp_p.
9614 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9615 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9616 deprecated_pc_in_sigtramp.
9617 * i386-linux-tdep.c: Adjust comments.
9618 (i386_linux_pc_in_sigtramp): Remove function.
9619 (i386_linux_sigtramp_p): New function.
9620 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9621 deprecated_pc_in_sigtramp.
9622 * i386-nto-tdep.c: Update copyright year.
9623 (i386nto_pc_in_sigtramp): Remove function.
9624 (i386nto_sigtramp_p): New function.
9625 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9626 SP_REGNUM.
9627 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9628 deprecated_pc_in_sigtramp.
9629 * i386-sol2-tdep.c: Update copyright year.
9630 (i386_sol2_pc_in_sigtramp): Remove function.
9631 (i386_sol2_sigtramp_p): New function.
9632 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9633 deprecated_pc_in_sigtramp.
9634 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9635 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9636 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9637 deprecated_sigtramp_start and deprecated_sigtramp_end.
9638 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9639 (i386nbsd_pc_in_sigtramp): Remove function.
9640 (i386nbsd_sigtramp_p): New function.
9641 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9642 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9643 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9644 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9645 (i386obsd_pc_in_sigtramp): Remove function.
9646 (i386obsd_sigtramp_p): New function.
9647 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9648 functions.
9649 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9650 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9651 TDEP->sigtramp_p.
9652 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9653 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9654 dependencies.
9655
9656 * config/i386/i386aout.mt: Remove file.
9657
9658 * configure.tgt: Remove i[34567]86-*-go32*,
9659 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9660 and i[34567]86-*-isc*. Set gdb_target to i386 for
9661 i[34567]86-*-netware* and i[34567]86-*-*.
9662 * config/i386/i386.mt: New file.
9663 * config/i386/embed.mt: Remove file.
9664 * config/i386/go32.mt: Remove file.
9665 * config/i386/i386nw.mt: Remove file.
9666 * config/i386/i386v.mt: Remove file.
9667 * config/i386/tm-go32.h: Remove file.
9668
9669 * tui/tui-hooks.c: Include "readline/readline.h" after
9670 "gdb_curses.h" instead of before.
9671 * tui/tui-io.c: Likewise.
9672
9673 * tui/tui.c: Fix typo in comment.
9674
9675 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9676
9677 2004-04-08 Andrew Cagney <cagney@redhat.com>
9678
9679 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9680 (deprecated_exception_support_initialized): Declare.
9681 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9682 (initialize_hp_cxx_exception_support)
9683 (child_enable_exception_callback): Update.
9684 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9685 (deprecated_exception_support_initialized): Rename
9686 deprecated_exception_catchpoints_are_fragile and
9687 deprecated_exception_support_initialized.
9688 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9689
9690 * symtab.c (deprecated_hp_som_som_object_present): Rename
9691 hp_som_som_object_present.
9692 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9693 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9694 Update. Delete extern declaration.
9695 * valops.c (hp_som_som_object_present): Ditto.
9696 * parse.c (deprecated_hp_som_som_object_present)
9697 (parse_nested_classes_for_hpacc): Ditto.
9698 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9699 * hppa-hpux-tdep.c (hp_som_som_object_present)
9700 (initialize_hp_cxx_exception_support): Ditto.
9701 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9702 * cp-valprint.c (hp_som_som_object_present)
9703 (cp_print_class_method): Ditto.
9704 * c-typeprint.c (hp_som_som_object_present):
9705 (c_type_print_base): Ditto.
9706 * c-exp.y (hp_som_som_object_present): Ditto.
9707
9708 2004-04-08 Andrew Cagney <cagney@redhat.com>
9709
9710 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9711 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9712 (frame_unwind_find_by_frame): Re-implement the unwind code so
9713 that it can both prepend and append sniffers. Replace
9714 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9715 * tramp-frame.c (tramp_frame_append): Use
9716 frame_unwind_prepend_unwinder.
9717 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9718 frame_unwind_register_unwinder.
9719 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9720 tramp_frame_append.
9721 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9722 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9723 (mips_linux_init_abi): Update.
9724
9725 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9726
9727 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9728 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9729 file support.
9730
9731 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9732
9733 * ia64-tdep.c (elf.h): Don't include.
9734 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9735
9736 2004-04-07 Jason Molenda (jmolenda@apple.com)
9737
9738 * frame.h: Typeo corrections in comments.
9739
9740 2004-04-07 Jim Blandy <jimb@redhat.com>
9741
9742 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9743 %esp and %ebp
9744
9745 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9746
9747 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9748 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9749 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9750 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9751 and solib-legacy.o.
9752 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9753 solib-svr4.o.
9754 * config/sparc/tm-sol2.h: Update copyright year. Include
9755 "solib.h".
9756
9757 * sparc-sol2-tdep.c: Update copyright year. Include
9758 "solib-svr4.h".
9759 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9760 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9761 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9762 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9763 dependencies.
9764
9765 2004-04-06 Andrew Cagney <cagney@redhat.com>
9766
9767 * infttrace.c: Include "infttrace.h".
9768 * infttrace.h: Include "target.h".
9769 * Makefile.in (infttrace_h): Update.
9770 (infttrace.o): Update.
9771
9772 2004-04-06 Andrew Cagney <cagney@redhat.com>
9773
9774 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9775 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9776 move extern declarations from here ...
9777 * infttrace.h: ... to here.
9778 * Makefile.in (hppah-nat.o): Update dependencies.
9779
9780 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9781 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9782 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9783 (hppa_breakpoint_from_pc): Delete.
9784
9785 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9786
9787 2004-04-05 Andrew Cagney <cagney@redhat.com>
9788
9789 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9790 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9791 <sys/file.h>.
9792
9793 2004-04-06 Randolph Chung <tausq@debian.org>
9794
9795 Committed by Andrew Cagney (mechanical change).
9796 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9797 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9798 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9799 child_enable_exception_callback, current_ex_event,
9800 null_symtab_and_line, child_get_current_exception_event,
9801 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9802 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9803 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9804 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9805 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9806 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9807 Move hpux-specific definitions ...
9808 * hppa-hpux-tdep.c: ... to here.
9809
9810 2004-04-05 Andrew Cagney <cagney@redhat.com>
9811
9812 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9813 skip_prologue_using_sal.
9814
9815 2004-04-05 Andrew Cagney <cagney@redhat.com>
9816
9817 * config/i386/tm-i386.h: Delete file.
9818 * config/i386/tm-vxworks.h: Update copyright, do not include
9819 "tm-i386.h".
9820 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9821 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9822 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9823 * config/i386/ncr3000.mt (TM_FILE): Delete.
9824 * config/i386/interix.mt (TM_FILE): Delete.
9825 * config/i386/i386v.mt (TM_FILE): Delete.
9826 * config/i386/i386nw.mt (TM_FILE): Delete.
9827 * config/i386/i386gnu.mt (TM_FILE): Delete.
9828 * config/i386/i386aout.mt (TM_FILE): Delete.
9829 * config/i386/embed.mt (TM_FILE): Delete.
9830
9831 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9832
9833 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9834 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9835 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9836 (accg7_regnum): New constants.
9837 (last_spr_regnum, last_pseudo_regnum): Update.
9838 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9839 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9840 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9841 for accg registers.
9842 (frv_register_sim_regno): Update spr_map[].
9843
9844 2004-04-04 Andrew Cagney <cagney@redhat.com>
9845
9846 * config/mips/xm-riscos.h: Delete.
9847 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9848 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9849 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9850 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9851 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9852 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9853 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9854 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9855 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9856 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9857 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9858 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9859 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9860 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9861 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9862 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9863 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9864 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9865 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9866 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9867 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9868 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9869 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9870 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9871 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9872 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9873
9874 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9875 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9876 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9877 * configure.host: Remove m680[01]0-sun-sunos3*,
9878 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9879 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9880 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9881 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9882 mips-*-riscos*.
9883 * NEWS: Mention removed systems.
9884
9885 2004-04-04 Andrew Cagney <cagney@redhat.com>
9886
9887 GDB 6.1 release created from 6.1 branch.
9888
9889 2004-04-04 Andrew Cagney <cagney@redhat.com>
9890
9891 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9892 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9893 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9894
9895 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9896 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9897 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9898
9899 2004-04-03 Jim Blandy <jimb@redhat.com>
9900
9901 * MAINTAINERS: Chris Faylor has changed employers; add him to
9902 "paper trail" section, and update his E-mail address.
9903
9904 2004-04-03 Andrew Cagney <cagney@redhat.com>
9905
9906 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9907 generic dummy frames.
9908 * dummy-frame.c: Update copyright.
9909 (dummy_frame_sniffer): Delete check for generic dummy frames.
9910
9911 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9912 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9913 (REG_PARM_STACK_SPACE): Delete.
9914 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9915 Inline reference to REG_PARM_STACK_SPACE.
9916
9917 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9918 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9919 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9920 (FRAME_BASE_BEFORE_SIGTRAMP)
9921 (hppa32_hpux_frame_base_before_sigtramp)
9922 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9923 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9924 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9925 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9926 (FRAME_BASE_BEFORE_SIGTRAMP)
9927 (hppa64_hpux_frame_base_before_sigtramp)
9928 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9929
9930 2004-04-03 Andrew Cagney <cagney@redhat.com>
9931
9932 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9933
9934 2004-04-02 Andrew Cagney <cagney@redhat.com>
9935
9936 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9937 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9938 * dummy-frame.h: Delete out-of-date comments.
9939 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9940 * gdbarch.h, gdbarch.c: Re-generate.
9941
9942 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9943
9944 Committed by Andrew Cagney <cagney@redhat.com>.
9945 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9946 into account an instruction saving a register if we have already
9947 seen an earlier instruction saving that same register.
9948
9949 2004-04-02 Andrew Cagney <cagney@redhat.com>
9950
9951 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9952 * gdbarch.h, gdbarch.c: Re-generate.
9953 * frame.c (legacy_get_prev_frame): Delete references to
9954 DEPRECATED_INIT_FRAME_PC_FIRST.
9955
9956 * infrun.c (pc_in_sigtramp): Delete function.
9957 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9958 get_frame_type.
9959
9960 2004-04-02 Andrew Cagney <cagney@redhat.com>
9961
9962 * infrun.c (handle_step_into_function): Delete code conditional on
9963 legacy_frame_p.
9964 (handle_inferior_event, step_over_function): Ditto.
9965
9966 2004-04-02 Andrew Cagney <cagney@redhat.com>
9967
9968 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9969 "previous frame inner to this frame" test.
9970
9971 2004-04-02 Andrew Cagney <cagney@redhat.com>
9972
9973 * frame.c (safe_frame_unwind_memory): New function.
9974 * frame.h (safe_frame_unwind_memory): Declare. Update description
9975 of /safe_/ methods.
9976 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9977 "next_frame". Use safe_frame_unwind_memory.
9978 (tramp_frame_sniffer): Update call to tramp_frame_start.
9979
9980 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9981
9982 * dwarf2read.c (dwarf2_objfile_data_key): New.
9983 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9984 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9985 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9986 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9987 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9988 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9989 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9990 Remove variables.
9991 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9992 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9993 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9994 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9995 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9996 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9997 Remove macros.
9998 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9999 data.
10000 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10001 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10002 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10003 (read_partial_die, read_full_die, read_indirect_string)
10004 (dwarf_decode_line_header, dwarf_decode_macros)
10005 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10006 Update uses of removed variables.
10007 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10008 of removed macros.
10009 (_initialize_dwarf2_read): New function.
10010 * symfile.h (dwarf2_has_info): Update prototype.
10011 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10012 * elfread.c (elf_symfile_read): Likewise.
10013
10014 2004-04-01 Jim Blandy <jimb@redhat.com>
10015
10016 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10017 function for register numbers on all the rs6000-derived targets.
10018 (rs6000_gdbarch_init): Don't register a separate
10019 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10020 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10021 variants.
10022
10023 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10024 numbering.
10025
10026 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10027
10028 * valarith.c: Update copyright notice.
10029 (value_add): Handle range types.
10030 (value_sub): Ditto.
10031 (value_equal): Ditto.
10032 (value_less): Ditto.
10033 (value_neg): Ditto.
10034 (value_complement): Ditto.
10035 (value_binop): Simplify slightly by using is_integral_type and
10036 eliminiating unnecessary COERCE_ENUMs.
10037
10038 2004-03-31 Andrew Cagney <cagney@redhat.com>
10039
10040 * frame.h (frame_unwind_id): Declare.
10041 * frame.c (frame_unwind_id): New function.
10042 (get_prev_frame_1): New function.
10043 (frame_debug_got_null_frame): New function.
10044 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10045 code proper to prev_frame, update description.
10046 * infrun.c (step_over_function): Use frame_unwind_id.
10047
10048 2004-04-31 J. Brobecker <brobecker@gnat.com>
10049
10050 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10051 (hppa64_push_dummy_call): Likewise.
10052
10053 2004-03-30 Jim Blandy <jimb@redhat.com>
10054
10055 From Ulrich Weigand:
10056 * utils.c (query): Do not use a va_list variable multiple times.
10057
10058 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10059
10060 * Makefile.in (linux_nat_h): Update dependencies.
10061 * configure.in: Check for <gnu/libc-version.h>.
10062 * configure: Regenerate.
10063 * config.in: Regenerate.
10064 * linux-nat.h: Include "target.h". Add waitstatus field to
10065 struct lwp_info.
10066 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10067 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10068 to.
10069 (lin_lwp_handle_extended): New function. Handle clone events.
10070 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10071 thread exit events.
10072 (child_wait): Handle clone events.
10073 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10074 * linux-nat.c (linux_enable_event_reporting): Turn on
10075 PTRACE_O_TRACECLONE.
10076 (linux_handle_extended_wait): Handle clone events.
10077 * thread-db.c: Include <gnu/libc-version.h>.
10078 (struct private_thread_info): Add dying flag.
10079 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10080 higher.
10081 (attach_thread): Update comments. Handle dying threads.
10082 (detach_thread): Set the dying flag.
10083 (check_event): Always call attach_thread.
10084
10085 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10086
10087 * mips-tdep.c (mips_pdr_data): New.
10088 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10089 (_initialize_mips_tdep): Initialize mips_pdr_data.
10090
10091 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
10092
10093 * minsyms.c (install_minimal_symbols): Move dropping leading
10094 char from linkage name from here...
10095 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10096 test for "__gnu_compiled*" symbols.
10097
10098 2004-03-28 Jim Blandy <jimb@redhat.com>
10099
10100 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10101 registers to temp register r0 and byte stores as prologue
10102 instructions.
10103
10104 2004-03-28 Andrew Cagney <cagney@redhat.com>
10105
10106 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10107 arm*-*-*.
10108
10109 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10110
10111 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10112 and switch the layout to force a display of register window.
10113
10114 2004-02-26 J. Brobecker <brobecker@gnat.com>
10115
10116 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10117 of the INTEGER class.
10118
10119 2004-03-26 Jim Blandy <jimb@redhat.com>
10120
10121 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10122 bytes long on PPC GNU/Linux.
10123
10124 2004-03-26 David Carlton <carlton@kealia.com>
10125
10126 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10127
10128 2004-03-25 Andrew Cagney <cagney@redhat.com>
10129
10130 * PROBLEMS: Add general section titles, remove references to
10131 specific releases.
10132
10133 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
10134
10135 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10136 INT_REGISTER_SIZE.
10137 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10138 FP_REGISTER_VIRTUAL_SIZE.
10139 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10140 of DEPRECATED_REGISTER_RAW_SIZE.
10141 (arm_register_type): Add gdbarch argument.
10142 (arm_register_raw_size, arm_register_virtual_size): Delete.
10143 (arm_register_byte, arm_extract_return_value)
10144 (arm_store_return_value, arm_get_longjmp_target): Update references
10145 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10146 (arm_gdbarch_init): Likewise. Don't set
10147 deprecated_register_raw_size, deprecated_register_virtual_size,
10148 deprecated_max_register_raw_size,
10149 deprecated_max_register_virtual_size, or
10150 deprecated_max_register_virtual_type. Do set register_type.
10151 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10152 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10153 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10154 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10155 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10156 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10157 INT_REGISTER_SIZE.
10158 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10159 (remote_rdp_store_register): Likewise.
10160
10161 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10162
10163 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10164 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10165 to after osabi initialization.
10166 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10167 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10168 functions.
10169 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10170 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10171 variables.
10172 (mips_linux_init_abi): Append signal trampoline unwinders.
10173
10174 2004-03-24 Andrew Cagney <cagney@redhat.com>
10175
10176 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10177 * tramp-frame.c: Include "gdb_assert.h".
10178 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10179 correct sizeof.
10180 (tramp_frame_append): Validate the tramp frame's instructions.
10181 * Makefile.in (tramp-frame.o): Update dependencies.
10182
10183 2004-03-23 Andrew Cagney <cagney@redhat.com>
10184
10185 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10186
10187 2004-03-23 Andrew Cagney <cagney@redhat.com>
10188
10189 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10190 Nasser as past testsuite/lib/ (and other) maintainers.
10191
10192 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10193
10194 * infcmd.c (attach_command): Reread symbols if we already have
10195 an exec file.
10196
10197 2004-03-23 Andrew Cagney <cagney@redhat.com>
10198
10199 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10200
10201 2004-03-23 Andrew Cagney <cagney@redhat.com>
10202
10203 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10204 * gdbarch.h, gdbarch.c: Re-generate.
10205 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10206 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10207 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10208 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10209 (DEPRECATED_SIGTRAMP_START): Update.
10210 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10211 (DEPRECATED_SIGTRAMP_START): Update.
10212 * blockframe.c (find_pc_sect_partial_function): Update.
10213 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10214
10215 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10216
10217 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10218 if necessary.
10219
10220 2004-03-23 Andrew Cagney <cagney@redhat.com>
10221
10222 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10223 predicate, deprecate.
10224 * gdbarch.h, gdbarch.c: Re-generate.
10225 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10226 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10227 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10228 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10229 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10230 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10231 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10232 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10233 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10234 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10235 * blockframe.c (find_pc_partial_function): Update.
10236 * breakpoint.c (bpstat_what): Update.
10237 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10238 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10239 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10240 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10241 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10242 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10243 * i386-nto-tdep.c (i386nto_init_abi): Update.
10244 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10245 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10246 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10247 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10248 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10249 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10250 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10251 * infrun.c (pc_in_sigtramp): Update.
10252 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10253 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10254 * mips-tdep.c (mips_gdbarch_init): Update.
10255 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10256 * ppc-linux-tdep.c: Update comment.
10257 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10258 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10259 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10260 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10261 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10262 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10263 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10264 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10265 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10266 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10267
10268 2004-03-23 Andrew Cagney <cagney@redhat.com>
10269
10270 * tramp-frame.h, tramp-frame.h: New files.
10271 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10272 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10273
10274 * Makefile.in: Update all dependencies.
10275
10276 2004-03-23 Andrew Cagney <cagney@redhat.com>
10277
10278 * Makefile.in (trad_frame_h): Add $(frame_h).
10279 * trad-frame.h: Update copyright. Include "frame.h".
10280 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10281 (trad_frame_set_id, trad_frame_get_id): Declare.
10282 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10283 * trad-frame.c: Update copyright.
10284 (struct trad_frame_cache): Define.
10285 (trad_frame_cache_zalloc): New function.
10286 (trad_frame_set_id, trad_frame_get_id): New functions.
10287 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10288
10289 2004-03-22 Andrew Cagney <cagney@redhat.com>
10290
10291 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10292 s390_pltstub_unwind_cache.
10293 (s390_stub_frame_unwind_cache): Rename
10294 s390_pltstub_frame_unwind_cache.
10295 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10296 (s390_stub_frame_prev_register): Rename
10297 s390_pltstub_frame_prev_register.
10298 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10299 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10300
10301 From Ulrich Weigand:
10302 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10303 pointer calls like PLT calls.
10304
10305 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10306
10307 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10308 PC rather than the partial function start address. Use the start
10309 address to sanity check the found PDR.
10310
10311 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10312
10313 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10314 linux_handle_extended_wait.
10315
10316 2004-03-22 Andrew Cagney <cagney@redhat.com>
10317
10318 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10319 function.
10320
10321 * frame.h (generic_pop_current_frame): Delete declaration.
10322 (deprecate_pop_dummy_frame): Deprecate
10323 generic_pop_dummy_frame.
10324 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10325 (generic_pop_current_frame): Delete function.
10326 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10327 generic_pop_current_frame.
10328 * v850-tdep.c (v850_pop_frame): Update.
10329 * mcore-tdep.c (mcore_pop_frame): Update.
10330 * sh64-tdep.c (sh64_pop_frame): Update.
10331 * h8300-tdep.c (h8300_pop_frame): Update.
10332
10333 2004-03-22 Andrew Cagney <cagney@redhat.com>
10334
10335 * frame.h (deprecated_pc_in_call_dummy): Rename
10336 generic_pc_in_call_dummy.
10337 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10338 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10339 generic_pc_in_call_dummy.
10340 (pc_in_dummy_frame): Make static.
10341 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10342 * gdbarch.h, gdbarch.c: Re-generate.
10343 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10344 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10345 (legacy_get_prev_frame): Ditto.
10346 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10347 comment.
10348
10349 2004-03-21 Andrew Cagney <cagney@redhat.com>
10350
10351 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10352 declaration and out-of-date comment.
10353 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10354 Delete function.
10355 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10356 deprecated_pc_in_call_dummy.
10357
10358 * infrun.c (handle_inferior_event): For non legacy frames, use the
10359 frame ID and frame type to identify a signal trampoline. Update
10360 comments.
10361
10362 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10363
10364 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10365 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10366
10367 2004-03-21 Andrew Cagney <cagney@redhat.com>
10368
10369 * frame-unwind.h: Update copyright.
10370 (struct frame_data): Add opaque declaration.
10371 (frame_sniffer_ftype): Declare.
10372 (struct frame_unwind): Add "unwind_data" and "sniffer".
10373 (frame_unwind_register_unwinder): Declare.
10374 (frame_unwind_find_by_frame): Add parameter "this_cache".
10375 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10376 (legacy_get_prev_frame, legacy_get_prev_frame)
10377 (get_frame_type): Pass the prologue_cache to
10378 frame_unwind_find_by_frame.
10379 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10380 "unwinder".
10381 (frame_unwind_register_unwinder): New function.
10382 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10383
10384 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10385
10386 * bcache.c (print_percentage): Use floating point to avoid
10387 incorrect results when portion*100 overflows.
10388
10389 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10390
10391 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10392 (ppc_linux_init_extra_frame_info)
10393 (ppc_linux_frameless_function_invocation)
10394 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10395 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10396 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10397 (rs6000_frame_chain): Delete declarations.
10398 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10399 (ppc_linux_init_extra_frame_info)
10400 (ppc_linux_frameless_function_invocation)
10401 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10402 (ppc_linux_init_abi): Remove registration of above deleted functions.
10403 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10404 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10405 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10406 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10407 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10408 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10409 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10410 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10411 frame management for all OSABIs.
10412
10413 2004-03-19 Andrew Cagney <cagney@redhat.com>
10414
10415 Committed by Kevin Buettner <kevinb@redhat.com>.
10416
10417 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10418 Update copyright.
10419 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10420 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10421 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10422 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10423 unwinders. #ifdef legacy frame code.
10424 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10425 "frame-base.h".
10426 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10427 (struct rs6000_frame_cache, rs6000_frame_cache)
10428 (rs6000_frame_this_id, rs6000_frame_prev_register)
10429 (rs6000_frame_sniffer, rs6000_frame_unwind)
10430 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10431 (rs6000_frame_base): Implement a traditional frame unwinder.
10432 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10433 frame unwinder.
10434
10435 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10436
10437 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10438 breakpoint address for watchpoints or the catch eventpoints.
10439 Add new paramter ``bptype''. Adjust all callers.
10440
10441 2004-03-19 Andrew Cagney <cagney@redhat.com>
10442
10443 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10444
10445 * PROBLEMS: Delete note that ARM does not use frame code, problem
10446 fixed.
10447
10448 2004-03-18 Andrew Cagney <cagney@redhat.com>
10449
10450 * stack.c (return_command): Delete code wrapped in #ifdef
10451 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10452
10453 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10454
10455 2004-03-18 Andrew Cagney <cagney@redhat.com>
10456
10457 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10458 DEPRECATED_IN_SIGTRAMP.
10459 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10460 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10461 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10462 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10463 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10464 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10465 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10466 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10467 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10468 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10469
10470 2004-03-18 Andrew Cagney <cagney@redhat.com>
10471
10472 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10473 (struct frame_base_table_entry): Define.
10474 (struct frame_base_table): Re-implement as a linked list.
10475 (frame_base_init): Re-implement.
10476 (frame_base_table): Delete function.
10477 (append_predicate): Delete function.
10478 (frame_base_append_sniffer): Update.
10479 (frame_base_set_default): Update.
10480 (frame_base_find_by_frame): Update.
10481 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10482 * Makefile.in (frame-base.o): Update dependencies.
10483
10484 2004-03-17 Andrew Cagney <cagney@redhat.com>
10485
10486 * frame.c (legacy_get_prev_frame): Pass correct frame to
10487 frame_unwind_find_by_frame.
10488
10489 2004-03-17 David Carlton <carlton@kealia.com>
10490
10491 * NEWS: Mention C++ nested types and namespaces
10492
10493 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10494
10495 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10496 and "Regressions since gdb 5.3.". Add known regressions since
10497 gdb 6.0.
10498
10499 2004-03-16 David Carlton <carlton@kealia.com>
10500
10501 * dwarf2read.c (process_structure_scope): Process children even
10502 when we're a declaration.
10503
10504 2004-03-16 Andrew Cagney <cagney@redhat.com>
10505
10506 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10507 * blockframe.c (find_pc_partial_function)
10508 (find_pc_sect_partial_function): Merge into a single
10509 find_pc_partial_function.
10510
10511 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10512
10513 * i386bsd-nat.c: s/regno/regnum/g.
10514 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10515 FP0_REGNUM.
10516 (store_inferior_registers): Likewise.
10517
10518 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10519
10520 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10521 of i387_fill_fsave.
10522 (store_inferior_registers): Call i387_collect_fsave and
10523 i387_collect_fxsave instead of i387_fill_fsave and
10524 i387_fill_fxsave.
10525
10526 2004-03-15 Andrew Cagney <cagney@redhat.com>
10527
10528 * Makefile.in (frame-unwind.o): Update dependencies.
10529 * frame-unwind.c: Include "gdb_obstack.h".
10530 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10531 parameter.
10532 (append_predicate): Delete function.
10533 (struct frame_unwind_table_entry): New structure.
10534 (struct frame_unwind_table): Replace "sniffer" with "head" and
10535 "tail".
10536 (frame_unwind_append_sniffer): Update.
10537 (frame_unwind_find_by_frame): Update.
10538 (_initialize_frame_unwind): Registe frame_unwind_init using
10539 gdbarch_data_register_pre_init.
10540
10541 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10542
10543 * i386bsd-nat.c: Update copyright year.
10544 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10545 define unconditionally.
10546
10547 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10548
10549 * i387-tdep.h (i387_collect_fsave): New prototype.
10550 * i387-tdep.c (i387_collect_fsave): New function containing most
10551 of the code from i387_fill_fsave.
10552 (i387_fill_fsave): Call i387_collect_fsave.
10553
10554 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10555
10556 * i386-linux-tdep.c: Update copyright year.
10557 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10558 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10559 svr4_ilp32_link_map_offsets instead of
10560 i386_linux_svr4_fetch_link_map_offsets.
10561
10562 2004-03-15 David Carlton <carlton@kealia.com>
10563
10564 Fix for PR c++/1553:
10565 * dwarf2read.c (read_structure_type): Determine type name by
10566 calling determine_class_name.
10567 (determine_class_name): New.
10568 (determine_prefix): Look at TYPE_TAG_NAME and call
10569 determine_class_name when appropriate.
10570 (determine_prefix_aux, class_name): Delete.
10571 (read_namespace): Set die->type.
10572
10573 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10574
10575 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10576 unused macro definition. The definition in target.h (or perhaps
10577 elsewhere) takes precedence.
10578
10579 2004-03-15 Andrew Cagney <cagney@redhat.com>
10580
10581 * ppc-tdep.h: Update copyright.
10582 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10583 function signatures to match "regsets.h".
10584 * ppc-linux-tdep.c: Include "regset.h".
10585 (ELF_GREGSET_SIZE): Delete.
10586 (right_supply_register): New function.
10587 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10588 using right_supply_register.
10589 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10590 functions.
10591 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10592 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10593 (_initialize_ppc_linux_tdep): Do not register
10594 ppc_linux_regset_core_fns.
10595 (ppc_linux_regset_from_core_section): Replace
10596 fetch_core_registers.
10597 (ppc_linux_regset_core_fns): Delete.
10598 * ppc-linux-nat.c: (right_fill_reg): New function.
10599 (supply_gregset): Update call to ppc_linux_supply_gregset.
10600 (fill_gregset): Clear the register set, use right_fill_reg.
10601 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10602 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10603
10604 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10605 unsigned.
10606
10607 2004-03-15 Andrew Cagney <cagney@redhat.com>
10608
10609 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10610 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10611 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10612 and register_gdbarch_data.
10613 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10614 (struct gdbarch_data): Replace "init" by "pre_init" and
10615 "post_init".
10616 * gdbarch.h, gdbarch.c: Re-generate.
10617 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10618 with"obstack", use OBSTACK_ZALLOC.
10619 (dwarf2_frame_ops): Delete.
10620 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10621 (dwarf2_frame_init_reg): Use gdbarch_data.
10622 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10623 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10624 (_initialize_svr4_solib): Update.
10625 * user-regs.c (_initialize_user_regs): Update.
10626 * reggroups.c (_initialize_reggroup): Update.
10627 * regcache.c (_initialize_regcache): Update.
10628 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10629 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10630 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10631 * frame-unwind.c (_initialize_frame_unwind): Update.
10632 * frame-base.c (_initialize_frame_base): Update.
10633 * user-regs.c (user_reg_add): Update.
10634 * reggroups.c (reggroup_add): Update.
10635 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10636 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10637 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10638 * frame-base.c (frame_base_table): Update.
10639 * remote.c (_initialize_remote): Update.
10640 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10641
10642 2004-03-15 Andrew Cagney <cagney@redhat.com>
10643
10644 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10645
10646 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10647
10648 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10649 * frv-linux-tdep.c: New file.
10650 * frv-tdep.c (struct gdbarch_tdep): Add new field
10651 ``sigcontext_reg_addr''.
10652 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10653 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10654 (frv_sigramp_frame_sniffer): New functions.
10655 (frv_sigtramp_frame_unwind): New static global.
10656 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10657 sniffers.
10658 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10659 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10660
10661 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10662
10663 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10664 but not via a call to error(), when unable to read memory.
10665
10666 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10667
10668 * frv-tdep.c (frv_call_dummy_words): Delete.
10669 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10670
10671 2004-03-15 Andrew Cagney <cagney@redhat.com>
10672
10673 * infrun.c (handle_step_into_function, step_over_function): Only
10674 update and use STEP_FRAME_ID when the system is using legacy
10675 frames. Update comments.
10676
10677 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10678
10679 * amd64-linux-tdep.h: Remove file.
10680 * amd64-linux-tdep.c: Don't include "inferior.h" and
10681 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10682 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10683 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10684 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10685 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10686 macros.
10687 (user_to_gdb_regmap): Remove variable.
10688 (amd64_linux_gregset_reg_offset): New variable.
10689 (amd64_core_fns): Remove variable.
10690 (fetch_core_registers): Remove function.
10691 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10692 functions.
10693 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10694 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10695 * Makefile.in (amd64_linux_tdep_h): Remove.
10696 (amd64-linux-nat.o): Update dependencies.
10697 (amd64-linux-tdep.o): Update dependencies.
10698
10699 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10700 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10701 functions.
10702 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10703
10704 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10705 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10706
10707 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10708
10709 * dwarf2read.c (read_structure_type): Rename from
10710 read_structure_scope. Don't create a symbol or call process_die.
10711 Return immediately if die->type is set. Call read_type_die before
10712 dwarf2_add_member_fn.
10713 (process_structure_scope): New function.
10714 (read_enumeration_type, process_enumeration_scope): New functions,
10715 broken out from read_enumeration. Don't create the enumeration
10716 type if it has already been created.
10717 (read_enumeration): Removed.
10718 (process_die): Call read_structure_type, process_structure_scope,
10719 read_enumeration_type, and process_enumeration_scope. Just call
10720 new_symbol for base and subrange types. Add a comment about other
10721 type dies.
10722 (read_type_die): Call read_enumeration_type.
10723 (add_partial_structure, new_symbol): Update comments.
10724
10725 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10726
10727 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10728
10729 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10730
10731 * tui/tui-win.h (tui_get_cmd_list): Declare.
10732 * tui/tui-win.c (tui_command): New function.
10733 (tui_get_cmd_list): New function.
10734 (_initialize_tui_win): Moved initialization of tui command in
10735 tui_get_cmd_list.
10736
10737 * tui/tui-data.c (init_content_element): Setup new data members.
10738 (init_win_info): Likewise.
10739 (free_content_elements): Free it.
10740 * tui/tui-data.h (struct tui_data_element): Store the register
10741 content to print.
10742 (struct tui_data_info): Keep the current register group.
10743
10744 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10745
10746 * tui/tui-regs.h (tui_show_registers): Update prototype.
10747 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10748 (tui_resize_all): No need to calculate anything for register window.
10749 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10750 (tui_set_register_element, tui_set_general_regs_content): Remove.
10751 (tui_set_special_regs_content): Remove.
10752 (tui_set_general_and_special_regs_content): Remove.
10753 (tui_set_float_regs_content): Remove.
10754 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10755 (tui_set_regs_content): Remove.
10756 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10757 (tui_v_show_registers_command_support): Remove.
10758 (tui_show_registers): Use a reggroup to specify the registers to show.
10759 (tui_show_register_group): New function.
10760 (tui_display_registers_from): Compute the layout of register window
10761 and refresh with new API; be sure to delete old register windows.
10762 (tui_check_register_values): Update to use tui_get_register and
10763 tui_display_data.
10764 (tui_display_register): Just refresh the register window part.
10765 (tui_register_format): Format registers and save in tui_data_element.
10766 (tui_get_register): New to combine tui_reg_value_has_changed and
10767 tui_get_register_raw_value; fix to use the new gdb API.
10768 (tui_show_float_command): Renamed tui_reg_float_command.
10769 (tui_show_general_command): Renamed tui_reg_general_command.
10770 (tui_show_special_command): Renamed tui_reg_system_command.
10771 (_initialize_tui_regs): Remove unused commands.
10772
10773 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10774
10775 * NEWS (New native configurations): Mention OpenBSD/amd64.
10776
10777 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10778 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10779 Remove defines.
10780 * config/i386/nm-fbsd64.h: Likewise.
10781 * config/i386/nm-obsd.h: Likewise.
10782 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10783 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10784
10785 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10786
10787 * frv-tdep.c (set_variant_scratch_registers): New function.
10788 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10789 New constants.
10790
10791 From Richard Sandiford <rsandifo@redhat.com>:
10792 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10793
10794 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10795
10796 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10797 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10798 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10799 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10800 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10801 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10802 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10803 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10804 definitions from frv-tdep.c to frv-tdep.h.
10805
10806 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10807
10808 Add shared library support for FR-V FDPIC ABI:
10809 * Makefile.in (solib-frv.o): Add dependencies.
10810 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10811 New functions.
10812 (frv_push_dummy_call): Add support for FDPIC ABI.
10813 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10814 for FDPIC ABI.
10815 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10816 (frv_fdpic_find_canonical_descriptor): Declare.
10817 * solib-frv.c: New file.
10818 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10819 * config/frv/tm-frv.h (solib.h): Include.
10820
10821 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10822
10823 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10824 (frv-tdep.o): Update dependencies.
10825 * frv-tdep.h: New file.
10826 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10827 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10828 constants.
10829 (struct gdbarch_tdep): Add new member ``frv_abi''.
10830 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10831 functions.
10832 (new_variant): Set ``frv_abi'' field.
10833 (gdb_arch_init): Detect FDPIC executables.
10834
10835 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10836
10837 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10838 wrapper.
10839
10840 2004-03-11 Andrew Cagney <cagney@redhat.com>
10841
10842 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10843
10844 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10845
10846 * solist.h (master_so_list): New function.
10847 * solib.c (master_so_list): Likewise.
10848 * solib-svr4.c (enable_break): Iterate over so_list entries
10849 obtained from master list instead of entries obtained directly
10850 via svr4_current_sos().
10851
10852 2004-03-10 Ben Elliston <bje@gnu.org>
10853
10854 * MAINTAINERS: Update my mail address.
10855
10856 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10857
10858 * remote-m32r-sdi.c: Support hardware watchpoint.
10859
10860 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10861
10862 * user-regs.c: Update copyright years.
10863 (struct user_regs): Rename to gdb_user_regs.
10864 (append_user_reg, builtin_user_regs, user_regs_init)
10865 (user_reg_add, user_reg_map_name_to_regnum)
10866 (usernum_to_user_reg): Update.
10867
10868 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10871 (skip_children): New functions.
10872 (locate_pdi_sibling): Call skip_children.
10873
10874 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10875
10876 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10877 * gdbtypes.c (check_typedef): Update comments.
10878
10879 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10880
10881 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10882 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10883 pointer. Update comment about comp_unit_head.
10884 (struct abbrev_info): Shorten two int flags.
10885 (dwarf_alloc_abbrev): Take a CU argument.
10886 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10887 each time through the loop. Update cleanup argument.
10888 (psymtab_to_symtab_1): Update cleanup call.
10889 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10890 abbrev_obstack.
10891 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10892 Just call obstack_free and clear the pointer.
10893
10894 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * infrun.c (handle_inferior_event): Remove short-circuit code for
10897 events in a different thread.
10898
10899 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10900
10901 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10902 print the whole transfer.
10903 (initialize_targets): Update description of "set debug target".
10904
10905 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10906
10907 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10908
10909 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10910
10911 * MAINTAINERS (write after approval): Add myself.
10912
10913 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10914
10915 * sh-tdep.c (sh_print_registers_info): Use for loop.
10916 Don't skip multiple registers when a float register is encountered.
10917
10918 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10919
10920 Fix PR tdep/1291.
10921 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10922 to official SH documentation.
10923
10924 2004-03-07 Andrew Cagney <cagney@redhat.com>
10925
10926 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10927 unused function.
10928
10929 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10930
10931 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10932 (arm_get_next_pc): Handle BX and BLX.
10933
10934 2004-03-07 Andrew Cagney <cagney@redhat.com>
10935
10936 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10937 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10938 HPPA_SP_REGNUM.
10939 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10940 (hppa_target_read_fp): Delete.
10941 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10942 register_virtual_size, max_register_raw_size,
10943 max_register_virtual_size, register_byte, register_size,
10944 target_read_fp, fp_regnum, and register_bytes. Set register_type
10945 instead of register_virtual_type.
10946 (hppa32_register_type, hppa64_register_type): Replace
10947 hppa32_register_virtual_type and hppa64_register_virtual_type.
10948 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10949 (HPPA_FP_REGNUM): Define.
10950
10951 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10952
10953 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10954 (pa_do_registers_info): Delete.
10955 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10956 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10957 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10958
10959 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10960 GDB_TARGET_IS_HPPA code.
10961 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10962 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10963 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10964 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10965 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10966 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10967 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10968 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10969 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10970 (hppa_frameless_function_invocation, hppa64_store_return_value)
10971 (hppa_store_struct_return, hppa64_extract_return_value)
10972 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10973 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10974 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10975 (find_proc_framesize, deposit_21, restore_pc_queue)
10976 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10977 (rp_saved, pc_in_linker_stub): Delete.
10978
10979 Unconditionally enable 64-bit frame and ABI code.
10980 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10981 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10982 push_dummy_frame, fix_call_dummy, push_arguments,
10983 call_dummy_location, extract_return_value, use_struct_convention,
10984 store_return_value, store_struct_return, saved_pc_after_call,
10985 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10986 frame_chain, frame_chain_valid, frameless_function_invocation,
10987 frame_saved_pc, and pop_frame.
10988
10989 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10990 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10991 (hppa_gdbarch_init): Do not set PC_REGNUM.
10992
10993 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10994
10995 * config/alpha/tm-fbsd.h: Remove file.
10996 * config/alpha/fbsd.mt: Tweak comment.
10997 (TM_FILE): Set to tm-alpha.h.
10998
10999 2004-03-05 Andrew Cagney <cagney@redhat.com>
11000
11001 * infrun.c (step_over_function): When non-legacy code, and no
11002 step_frame_id, use the unwinder to get the caller's frame ID.
11003
11004 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11005
11006 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11007 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11008 bfd_arch_unknown. Adjust comment.
11009
11010 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11011 * i386obsd-tdep.c: Correct spelling in comment.
11012 * i386nbsd-tdep.c: Correct spelling in comment.
11013 * sparc-tdep.c: Correct spelling in comments.
11014
11015 2004-03-05 David Carlton <carlton@kealia.com>
11016
11017 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11018 bug.
11019
11020 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11021
11022 * sparc-tdep.c: Fix typo in comment.
11023
11024 2004-03-04 J. Brobecker <brobecker@gnat.com>
11025
11026 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11027
11028 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
11029
11030 * dwarf2read.c: Add comment describing memory lifetimes.
11031 (struct dwarf2_pinfo): Update comment.
11032 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11033 (read_enumeration, new_symbol): Don't use obsavestring.
11034
11035 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11036
11037 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11038 instead of amd64_fill_fxsave.
11039 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11040 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11041
11042 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11043 Reorganize code a bit.
11044
11045 2004-03-04 Orjan Friberg <orjanf@axis.com>
11046
11047 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11048 when the frame pointer is pushed. Don't set the frame pointer's
11049 address on the stack unless it's actually located there.
11050 Set the SRP's address on the stack correctly when the PC is still in
11051 the prologue.
11052 (cris_return_value): New function.
11053 (cris_gdbarch_init): Clear deprecated store_return_value,
11054 extract_return_value.
11055
11056 2004-03-02 Jim Blandy <jimb@redhat.com>
11057
11058 * stabsread.c (reg_value_complaint): The maximum register number
11059 is one less than the number of registers.
11060
11061 2004-03-02 Andrew Cagney <cagney@redhat.com>
11062
11063 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11064 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11065 trailing comma and redundant assignment of I386_ST0_REGNUM.
11066 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11067 32-bit segment registers.
11068
11069 2004-03-01 Andrew Cagney <cagney@redhat.com>
11070
11071 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11072 use frame_relative_level and get_next_frame.
11073
11074 2004-02-29 Andrew Cagney <cagney@redhat.com>
11075
11076 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11077 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11078 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11079 Delete macro.
11080
11081 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11082
11083 * inflow.c (terminal_inferior): Don't give up the terminal if we
11084 previously couldn't get the inferior's terminal state.
11085
11086 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11087
11088 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11089 PC_REGNUM.
11090
11091 2004-02-28 Andrew Cagney <cagney@redhat.com>
11092
11093 * NEWS: Refer to GDB 6.1.
11094 * README: Refer to GDB 6.1.
11095 * PROBLEMS: Refer to GDB 6.1.
11096
11097 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11098
11099 * thread-db.c (disable_thread_signals): Remove unused function.
11100
11101 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11102
11103 * amd64-nat.c: Include "gdb_string.h".
11104 (amd64_collect_native_gregset): Zero-extend the 32-bit
11105 general-purpose registers and %eip.
11106
11107 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11108 * amd64-tdep.c (amd64_collect_fxsave): New function.
11109 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11110
11111 * i387-tdep.h: Update copyright year.
11112 (i387_collect_fxsave): New prototype.
11113 * i387-tdep.c: Update copyright year.
11114 (i387_collect_fxsave): New function containing most of the code
11115 from i387_fill_fxsave.
11116 (i387_fill_fxsave): Call i387_collect_fxsave.
11117
11118 2004-02-28 Andrew Cagney <cagney@redhat.com>
11119
11120 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11121 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11122
11123 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11124
11125 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11126
11127 2004-02-28 Andrew Cagney <cagney@redhat.com>
11128
11129 * utils.c: Use "", instead of <>, to include readline.
11130 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11131 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11132 * source.c, solib.c, exec.c, event-top.c: Ditto.
11133 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11134 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11135 * Makefile.in: Update all dependencies.
11136 (readline_tilde_h, readline_history_h): Define.
11137 (readline_headers): Delete.
11138
11139 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11140
11141 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11142 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11143 "config/i386/tm-lx64.h".
11144
11145 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11146 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11147 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11148
11149 2004-02-28 Andrew Cagney <cagney@redhat.com>
11150
11151 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11152
11153 * breakpoint.c (_initialize_breakpoint): Use
11154 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11155 Add help to show command.
11156
11157 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11158
11159 * i386-nat.c: Reformat to be closer to coding standards.
11160 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11161 `retval'. Make variables `align' and `size' local to while-loop.
11162 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11163 (_initialize_i386_nat): New prototype.
11164
11165 * tui/tui.c: Include <readline/readline.h> instead of
11166 "readline/readline.h". Include it after <term.h> and
11167 "gdb_curses.h".
11168
11169 2004-02-27 Andrew Cagney <cagney@redhat.com>
11170
11171 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11172 the new frame unwind code.
11173 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11174 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11175 PCOQ_HEAD_REGNUM.
11176
11177 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11178 "return_value" and "push_dummy_call".
11179 (hppa32_use_struct_convention): Delete unused function.
11180 (hppa32_store_return_value): Delete unused function.
11181 (hppa32_extract_return_value): Delete unused function.
11182 (hppa32_stack_align): Delete function.
11183
11184 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
11185
11186 * coffread.c (enter_linenos): Don't let rawptr reference memory
11187 outside linetab[]'s limits.
11188
11189 2004-02-27 Andrew Cagney <cagney@redhat.com>
11190
11191 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11192 inferior stack space - the stack needs to grow upwards.
11193 (hppa32_frame_align): New function.
11194 (hppa64_frame_align): Replace hppa_frame_align.
11195 (hppa_gdbarch_init): Update.
11196
11197 2004-02-26 Orjan Friberg <orjanf@axis.com>
11198
11199 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11200 (dwarf2-frame.h): Include.
11201 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11202 Remove static variables related to ABI setting.
11203 (struct gdbarch_tdep): Remove cris_abi member.
11204 (struct frame_extra_info): Remove.
11205 (cris_unwind_cache, stack_item): New structs.
11206 (cris_frame_unwind, cris_frame_base): New variables.
11207 (push_stack_item, pop_stack_item)
11208 (cris_frame_unwind_cache, cris_frame_this_id)
11209 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11210 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11211 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11212 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11213 (cris_reg_struct_has_addr): New functions.
11214 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11215 (cris_frame_saved_pc, cris_saved_pc_after_call,
11216 (cris_store_struct_return, cris_frameless_function_invocation)
11217 (cris_pop_frame, cris_skip_prologue_main)
11218 (cris_abi_original_store_return_value)
11219 (cris_abi_v2_store_return_value)
11220 (cris_abi_original_extract_return_value)
11221 (cris_abi_v2_extract_return_value)
11222 (cris_abi_original_reg_struct_has_addr)
11223 (cris_abi_v2_reg_struct_has_addr)
11224 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11225 (cris_push_return_address, cris_abi_update): Remove.
11226 (_initialize_cris_tdep): Remove ABI command.
11227 (cris_dump_tdep): Ditto.
11228 (cris_gdbarch_init): Remove ABI command.
11229 Set store_return_value, extract_return_value, push_dummy_code,
11230 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11231 frame_unwind_append_sniffer, frame_base_set_default.
11232 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11233 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11234 sizeof_call_dummy_words, get_saved_register, push_return_address,
11235 pop_frame, store_struct_return, frame_init_saved_regs,
11236 init_extra_frame_info, frameless_function_invocation, frame_chain,
11237 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11238 dummy_write_sp.
11239
11240 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11241
11242 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11243 * valprint.c (print_hex_chars): Change from static to external.
11244 (print_char_chars): New function.
11245 * printcmd.c (print_scalar_formatted): For integer and enum types
11246 that are longer than LONGEST, perform processing via appropriate
11247 print_*_chars routines.
11248
11249 2004-02-26 Andrew Cagney <cagney@redhat.com>
11250
11251 * Makefile.in: Update dependencies.
11252 Changes from Ulrich Weigand,
11253 * s390-tdep.c: Include "dwarf2-frame.h".
11254 (s390_dwarf2_frame_init_reg): New function.
11255 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11256 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11257
11258 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11259
11260 * breakpoint.c (pending_break_support): New setting variable.
11261 (break_command_1): Account for pending_break_support setting
11262 when creating pending breakpoints.
11263 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11264 (_initialize_breakpoint): Add "set breakpoint pending" and
11265 "show breakpoint pending" commands.
11266
11267 2004-02-26 Andrew Cagney <cagney@redhat.com>
11268
11269 Fix PR i18n/1570.
11270 * charset.c (backslashable, backslashed, represented): Remove 'e'
11271 from list of escaped characters, not part of ISO-C.
11272
11273 2004-02-25 J. Brobecker <brobecker@gnat.com>
11274
11275 From Peter Schauer <schauer@pdf.de>:
11276 * tui/tui.c: Move system header includes after local includes.
11277 Fixes a build failure on solaris systems.
11278
11279 2004-02-25 J. Brobecker <brobecker@gnat.com>
11280
11281 * configure.in: Refine the previous change.
11282 * configure: Regenerate.
11283
11284 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11285
11286 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11287 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11288 "amd64-tdep.h" instead of "x86-64-tdep.h".
11289 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11290 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11291 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11292 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11293 and "x86-64-tdep.c".
11294 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11295 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11296 and "x86-64-tdep.c".
11297 * amd64bsd-nat.c: Update copyright year.
11298 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11299 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11300 "x86-64-tdep.h".
11301 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11302 "x86-64-tdep.h".
11303 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11304 "x86-64-tdep.h".
11305 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11306 "x86-64-tdep.h".
11307 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11308 "x86-64-tdep.h".
11309 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11310 "x86-64-tdep.h".
11311 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11312 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11313 * Makefile.in (amd64_linux_tdep_h): Renamed from
11314 x86_64_linux_tdep_h.
11315 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11316 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11317 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11318 (amd64obsd-tdep.o): Update dependencies.
11319 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11320 dependencies.
11321 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11322 dependencies.
11323 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11324 amd64-linux-nat.c amd64-linux-tdep.c.
11325 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11326 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11327 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11328 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11329 amd64-tdep.o and amd64-linux-tdep.o.
11330 (TM_FILE): Set to tm-linux64.h.
11331 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11332 (NAT_FILE): Set to nm-linux64.h.
11333 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11334 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11335 amd64-tdep.o.
11336 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11337 amd64-tdep.o.
11338 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11339 amd64-tdep.o.
11340
11341 2004-02-25 Roland McGrath <roland@redhat.com>
11342
11343 * remote.c (remote_protocol_qPart_auxv): New variable.
11344 (init_all_packet_configs): Initialize it.
11345 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11346 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11347 (show_remote_cmd): Call it.
11348 (_initialize_remote): Initialize commands.
11349 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11350 service TARGET_OBJECT_AUXV requests.
11351
11352 2004-02-25 J. Brobecker <brobecker@gnat.com>
11353
11354 * configure.in: Make sure that the wborder function is available.
11355 Otherwise, search for it in the cur_colr library.
11356 * configure: Regenerate.
11357
11358 2004-02-25 Andrew Cagney <cagney@redhat.com>
11359
11360 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11361
11362 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11363
11364 * config/i386/tm-x86-64linux.h: Tweak comments.
11365
11366 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11367
11368 * MAINTAINERS: Add self to write-after-approval list.
11369
11370 2004-02-25 Andrew Cagney <cagney@redhat.com>
11371
11372 PR cli/1566. Problem found, and fix suggested by David Allan.
11373 * cli/cli-script.c (execute_control_command): Unconditionally
11374 install a cleanup. Default "ret" to "invalid_control". Use
11375 "break" instead of "return" to escape from the switch.
11376
11377 2004-02-24 J. Brobecker <brobecker@gnat.com>
11378
11379 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11380 with the lines macro defined in term.h on AiX.
11381 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11382 a collision with the label_width macro defined in term.h on AiX.
11383
11384 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11385
11386 Committed by Kevin Buettner <kevinb@redhat.com>.
11387
11388 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11389 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11390 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11391 instead of ia64_write_pc().
11392 * ia64-linux-tdep.c (regcache.h): Include.
11393 (ia64_linux_write_pc): New function.
11394
11395 2004-02-23 Roland McGrath <roland@redhat.com>
11396
11397 * auxv.c (info_auxv_command): Fix typos in error messages.
11398
11399 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11400
11401 * x86-64-tdep.h: Tweak comment.
11402 (enum amd64_regnum): New.
11403 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11404 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11405 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11406 (X86_64_XMM1_REGNUM): Removed.
11407 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11408 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11409 prototypes for renamed functions.
11410 * x86-64-tdep.c: Fix typo.
11411 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11412 register numbers.
11413 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11414 Use constants from `enum amd64_regnum' for register numbers.
11415 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11416 (amd64_analyze_prologue, amd64_frame_cache,
11417 amd64_sigtramp_frame_cache): Use constants from `enum
11418 amd64_regnum' for register numbers.
11419 (amd64_supply_fpregset): Adjust for renamed functions.
11420 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11421 `enum amd64_regnum' for register numbers.
11422 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11423 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11424 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11425 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11426 (amd64_linux_fill_gregset): Adjust for renamed macros.
11427 (fetch_core_registers): Adjust for renamed functions.
11428 (amd64_linux_init_abi): Adjust for renamed functions.
11429 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11430 renamed functions.
11431 * amd64-nat.c: Adjust for renamed macros.
11432 * amd64bsd-nat.c (fetch_inferior_registers)
11433 (store_inferior_registers): Use constants from `enum amd64_regnum'
11434 for register numbers. Adjust for renamed variables.
11435 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11436 renamed variables.
11437 (_initialize_amd64fbsd_nat): Use constants from `enum
11438 amd64_regnum' for register numbers.
11439 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11440 `enum amd64_regnum' for register numbers.
11441 (amd64fbsd_init_abi): Adjust for renamed functions.
11442 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11443 `enum amd64_regnum' for register numbers.
11444 (amd64nbsd_init_abi): Adjust for renamed functions.
11445 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11446 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11447 `enum amd64_regnum' for register numbers.
11448 (amd64obsd_init_abi): Adjust for renamed functions.
11449 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11450
11451 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11452
11453 * breakpoint.c (print_one_breakpoint): Do not output spaces
11454 after printing <PENDING> for a pending breakpoint.
11455
11456 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11457
11458 * printcmd.c (print_scalar_formatted): Initialize val_long
11459 to remove compiler warning message.
11460
11461 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11462
11463 * defs.h (nquery, yquery): New prototypes.
11464 * breakpoint.c (break_command_1): Use new nquery interface.
11465 * utils.c (defaulted_query, nquery, yquery): New functions.
11466
11467 2004-02-23 Andrew Cagney <cagney@redhat.com>
11468
11469 * hppa-tdep.c (hppa_frame_align): New function.
11470 (hppa32_push_dummy_call): New function.
11471 (hppa64_push_dummy_call): New function.
11472 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11473 disabled.
11474
11475 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11476 FIX_CALL_DUMMY when push_dummy_call is available.
11477 (call_function_by_hand, push_dummy_code): Ditto.
11478
11479 2004-02-22 Andrew Cagney <cagney@redhat.com>
11480
11481 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11482 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11483 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11484 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11485 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11486 call_dummy_location to ON_STACK.
11487
11488 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11489
11490 * x86-64-linux-tdep.c: Tweak comment.
11491 (amd64_linux_supply_gregset): Renamed from
11492 x86_64_linux_supply_gresget.
11493 (amd64_linux_fill_gregset): Renamed from
11494 x86_64_linux_fill_gregset.
11495 (fetch_core_registers): Adjust for renamed functions.
11496 (amd64_core_fns): Renamed from x86_64_core_fns.
11497 (amd64_linux_sigtramp_start): Renamed from
11498 x86_64_linux_sigtramp_start.
11499 (amd64_linux_pc_in_sigtramp): Renamed from
11500 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11501 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11502 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11503 (amd64_linux_sigcontext_addr): Renamed from
11504 x86_64_linux_sigcontext_addr.
11505 (amd64_linux_sc_reg_offset): Renamed from
11506 x86_64_linux_sc_reg_offset.
11507 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11508 Adjust for renamed functions and variables.
11509 (_initialize_amd64_linux_tdep): Renamed from
11510 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11511 variables.
11512 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11513 Adjust for renamed functions.
11514
11515 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11516 from x86_64_linux_gregset64_reg_offset.
11517 (amd64_linux_gregset32_reg_offset): Rename from
11518 x86_64_linux_gregset64_reg_offset.
11519 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11520 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11521 (amd64_linux_dr_set_control): Renamed from
11522 x86_64_linux_dr_set_control. Adjust for renamed functions.
11523 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11524 Adjust for renamed functions.
11525 (amd64_linux_dr_reset_addr): Renamed from
11526 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11527 (amd64_linux_dr_get_status): Renamed from
11528 x86_64_linux_dr_get_status. Adjust for renamed functions.
11529 (_initialize_amd64_linux_nat): Renamed from
11530 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11531 functions.
11532 * config/i386/nm-x86-64linux.h: Update copyright year.
11533 Adjust for renamed functions.
11534
11535 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11536 amd64fbsd_sigtramp_start.
11537 (amd64fbsd_sigtramp_end_addr): Renamed from
11538 amd64fbsd_sigtramp_end.
11539 (amd64fbsd_init_abi): Adjust for renamed variables.
11540 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11541 variables.
11542 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11543 amd64fbsd_sigtramp_start.
11544 (amd64fbsd_sigtramp_end_addr): Renamed from
11545 amd64fbsd_sigtramp_end.
11546
11547 2004-02-22 Andrew Cagney <cagney@redhat.com>
11548
11549 * hppa-tdep.c (hppa32_return_value): New function.
11550 (hppa64_return_value): New function.
11551 (hppa_gdbarch_init): Set return_value; keep disabled.
11552
11553 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11554 struct-return and inferior function call methods.
11555
11556 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11557 "frame-base.h".
11558 (struct hppa_frame_cache): Define.
11559 (hppa_frame_cache, hppa_frame_this_id): New functions.
11560 (hppa_frame_prev_register): New function.
11561 (hppa_frame_unwind, hppa_frame_base): New variables.
11562 (hppa_frame_unwind_sniffer): New function.
11563 (hppa_frame_base_address, hppa_unwind_pc): New function.
11564 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11565 sniffer, and frame base sniffer; keep disabled.
11566 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11567 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11568
11569 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11570 to predicates for "seriously old code".
11571
11572 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11573 runtime if(0).
11574
11575 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11576 unsigned.
11577 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11578
11579 * config/pa/tm-hppa.h: Update copyright.
11580 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11581 (deprecated_init_frame_pc_default): Delete declaration.
11582 (hppa_frame_init_saved_regs): Delete declaration.
11583 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11584 * hppa-tdep.c: Include "arch-utils.h".
11585 (hppa_gdbarch_init): Set deprecated init_frame_pc
11586 and deprecated frame_init_saved_regs.
11587 (hppa_frame_init_saved_regs): Make static.
11588
11589 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11590
11591 Remove old 386BSD support.
11592 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11593 * configure.host: Remove i[34567]86-*-bsd*.
11594 * configure.tgt: Remove i[34567]86-*-bsd*.
11595 * i386b-nat.c: Removed.
11596 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11597 (i386b-nat.o): Remove dependencies.
11598
11599 * config/i386/i386bsd.mh: Removed.
11600 * config/i386/i386bsd.mt: Removed.
11601 * config/i386/nm-i386bsd.h: Removed.
11602 * config/i386/tm-i386bsd.h: Removed.
11603 * config/i386/xm-i386bsd.h: Removed.
11604
11605 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11606
11607 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11608 (amd64fbsd_init_abi): Set link map offsets.
11609 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11610 (amd64nbsd_init_abi): Set link map offsets.
11611 * amd64obsd-tdep.c: Include "solib-svr4.h".
11612 (amd64obsd_init_abi): Set link map offsets.
11613 * i386fbsd-tdep.c: Include "solib-svr4.h".
11614 (i386fbsd_init_abi): Set link map offsets.
11615 * i386nbsd-tdep.c: Include "solib-svr4.h".
11616 (i386nbsdelf_init_abi): Set link map offsets.
11617 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11618 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11619 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11620 solib-legacy.o and core-aout.o. Reformat.
11621 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11622 solib-svr4.o, solib-legacy.o. Reformat.
11623 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11624 * config/i386/nbsdelf.mh: Reformat.
11625 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11626 solib-svr4.o, solib-legacy.o and corelow.o.
11627 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11628 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11629 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11630 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11631 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11632 (TM_FILE): Set to tm-fbsd.h.
11633 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11634 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11635 solib-svr4.o.
11636 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11637 solib-svr4.o.
11638 (TM_FILE): Set to nm-nbsd.h.
11639 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11640 Simplify shared library support. Don't include "elf/common.h".
11641 (SVR4_SHARED_LIBS): Don't define.
11642 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11643 "solib.h".
11644 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11645 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11646 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11647 Don't include "i386/tm-i386.h". Include "solib.h".
11648 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11649 Don't include "i386/tm-i386.h".
11650 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11651 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11652 Include "i386/xm-i386.h".
11653 (HOST_LONG_DOUBLE_FORMAT): Remove.
11654
11655 Fix OpenBSD/i386 sigtramp recognition.
11656 * i386-tdep.h: Update copyright year.
11657 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11658 (i386bsd_sigtramp_end): New prototypes.
11659 (i386fbsd_sigtramp_start_addr): Renamed from
11660 i386fbsd_sigtramp_start.
11661 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11662 (i386obsd_sigtramp_start_addr): Renamed from
11663 i386obsd_sigtramp_start.
11664 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11665 * i386bsd-tdep.c: Update copyright year.
11666 (i386bsd_pc_in_sigtramp): Make public.
11667 * i386fbsd-nat.c: Update copyright year.
11668 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11669 * i386fbsd-tdep.c: Update copyright year.
11670 (i386fbsd_sigtramp_start_addr): Renamed from
11671 i386fbsd_sigtramp_start.
11672 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11673 (i386fbsdaout_init_abi): Adjust for renamed variables.
11674 * i386obsd-nat.c: Update copyright year.
11675 (_initialize_i386obsd_nat): Adjust for renamed variables.
11676 * i386obsd-tdep.c: Include "target.h".
11677 (i386obsd_page_size): New variable.
11678 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11679 (i386obsd_sigtramp_end): New functions.
11680 (i386obsd_sigtramp_start_addr): Renamed from
11681 i386obsd_sigtramp_start.
11682 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11683 (i386obsd_init_abi): Adjust for renamed variables. Set
11684 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11685 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11686
11687 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11688 trampoline change in OpenBSD kernel.
11689
11690 * amd64-nat.c: Update copyright year.
11691 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11692 architecture from REGCACHE.
11693
11694 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11695 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11696
11697 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11698
11699 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11700 i[34567]86-*-openbsd3.[0-3].
11701 * config/i386/obsdaout.mh: New file.
11702
11703 * config/i386/obsd.mh (MH_FLAGS): Remove.
11704
11705 Fix PR build/1549.
11706 * i386obsd-tdep.c: Update copyright years. Include
11707 "solib-svr4.h".
11708 (i386obsd_init_abi): Don't set regset_from_core_section here.
11709 (i386obsd_aout_init_abi): New function. Set
11710 regset_from_core_section here.
11711 (i386obsd_elf_init_abi): New function.
11712 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11713 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11714 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11715 (TM_FILE): Set to tm-nbsd.h.
11716
11717 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11718 solib-sunos.o.
11719
11720 * solib-svr4.h: Update copyright year.
11721 (svr4_ilp32_fetch_link_map_offsets)
11722 (svr4_lp64_fetch_link_map_offsets): New prototype.
11723 * solib-svr4.c: Update copyright year.
11724 (svr4_ilp32_fetch_link_map_offsets)
11725 (svr4_lp64_fetch_link_map_offsets): New function.
11726
11727 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11728
11729 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11730 to the partial symbol table.
11731
11732 2004-02-20 J. brobecker <brobecker@gnat.com>
11733
11734 * PROBLEMS: Add description of problem documented under gdb/1560.
11735
11736 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11737
11738 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11739 comments.
11740 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11741 functions.
11742 (amd64obsd_init_abi): Reorder initializations. Use
11743 amd64obsd_r_reg_offset to initialize the general-purpose register
11744 set details. Set regset_from_core_section.
11745 (_initialize_amd64obsd_tdep): Rename from
11746 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11747 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11748 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11749
11750 * NEWS (New native configurations): Mention OpenBSD/alpha.
11751 * configure.tgt: Add alpha*-*-openbsd*.
11752 * configure.host: Add alpha*-*-openbsd*.
11753 * alphanbsd-tdep.c: Update copyright year.
11754 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11755
11756 2004-02-20 Andrew Cagney <cagney@redhat.com>
11757
11758 Fix PR tdep/1372.
11759 * configure.tgt: Delete target "none-*-*".
11760 * configure.host: Delete host "none-*-*".
11761 * config/none/none.mh: Delete file.
11762 * config/none/none.mt: Delete file.
11763 * config/none/xm-none.h: Delete file.
11764 * config/none/tm-none.h: Delete file.
11765 * config/none/nm-none.h: Delete file.
11766
11767 2004-02-19 Fred Fish <fnf@redhat.com>
11768
11769 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11770 cache->uses_fp prior to setting it.
11771
11772 2004-02-19 Fred Fish <fnf@redhat.com>
11773
11774 Fix for PR breakpoint/1558.
11775 * sh-tdep.c (IS_JSR): New macro.
11776 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11777
11778 2004-02-19 Jim Blandy <jimb@redhat.com>
11779
11780 * findvar.c (value_from_register): Doc fix.
11781
11782 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11783
11784 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11785 type being greater than sizeof of host's LONGEST. Always use
11786 unpack_long() unless format 'f' chosen.
11787
11788 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11789
11790 Committed by Elena Zannoni <ezannoni@redhat.com>
11791
11792 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11793 contains a symbol wich is the best, non-exact match for the given
11794 pc. Update comments.
11795
11796 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11797
11798 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11799 macro, which was part of the now removed Mach 3 port.
11800 * utils.c (request_quit): Ditto.
11801
11802 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11803
11804 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11805 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11806
11807 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11808
11809 Committed by Mark Kettenis <kettenis@gnu.org>.
11810
11811 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11812 Define.
11813
11814 2004-02-18 Andrew Cagney <cagney@redhat.com>
11815
11816 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11817 CONFIG_INSTALL and CONFIG_UNINSTALL.
11818 * configure: Re-generate.
11819 * interps.h (INTERP_TUI): Define.
11820 * Makefile.in: Update dependencies.
11821 (TUI): New macro.
11822 (tui-main.o): Specify dependencies.
11823 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11824 * tui/tui-main.c: New file.
11825
11826 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11827
11828 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11829 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11830 dependencies.
11831 * configure.host: Add x86_64-*-openbsd*.
11832 * configure.tgt: Add x86_64-*-openbsd*.
11833 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11834
11835 * tui/tui.c: Don't include <malloc.h>.
11836
11837 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11838 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11839 amd64nbsd-tdep.c.
11840
11841 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11842 static. Remove extraneous whitespace.
11843 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11844 static.
11845
11846 2004-02-17 Jim Blandy <jimb@redhat.com>
11847
11848 * findvar.c (value_from_register): Doc fix.
11849
11850 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11851
11852 Committed by Jim Blandy <jimb@redhat.com>.
11853
11854 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11855 CORE_ADDR as type for selectors. Correct types for GNU run time
11856 message lookup function to use double indirection.
11857 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11858 * objc-lang.h (lookup_child_selector): Adapt prototype.
11859
11860 * s390-nat.c (SUBOFF): New macro.
11861 (supply_gregset, fill_gregset): Use it to handle debugging
11862 of 32-bit exectuables running under a 64-bit kernel.
11863 * s390-tdep.c: Include "solib-svr4.h".
11864 (s390_svr4_fetch_link_map_offset): New function.
11865 (s390x_svr_fetch_link_map_offset): Likewise.
11866 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11867 * Makefile.in (s390-tdep.o): Update dependencies.
11868
11869 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11870 "frame-unwind.h".
11871 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11872 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11873 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11874 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11875 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11876 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11877 S390_SIGNAL_FRAMESIZE,
11878 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11879 (struct frame_extra_info): Remove.
11880 (s390_memset_extra_info): Remove.
11881 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11882 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11883 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11884 (is_rse): Renamed to ...
11885 (is_rsy): ... this. Support long displacements.
11886 (is_rxe): Renamed to ...
11887 (is_rxy): ... this. Support long displacements.
11888 (compute_x_addr): Support long displacements.
11889 (struct s390_prologue_data): New data type.
11890 (s390_on_stack): Change API to use struct s390_prologue_data.
11891 (s390_store): Reimplement.
11892 (s390_load): New function.
11893 (s390_get_signal_frame_info): Remove.
11894 (s390_get_frame_info): Remove, replace by ...
11895 (s390_analyze_prolog): ... this new function.
11896 (s390_check_function_end): Remove.
11897 (s390_function_start): Remove.
11898 (s390_frameless_function_invokation): Remove.
11899 (s390_is_sigreturn): Remove.
11900 (s390_init_frame_pc_first): Remove.
11901 (s390_init_frame_extra_info): Remove.
11902 (s390_frame_init_saved_regs): Remove.
11903 (s390_frame_saved_pc_nofix): Remove.
11904 (s390_frame_saved_pc): Remove.
11905 (s390_frame_chain): Remove.
11906 (s390_fp_regnum, s390_read_fp): Remove.
11907 (s390_pop_frame_regular, s390_pop_frame): Remove.
11908 (s390_saved_pc_after_call): Remove.
11909 (s390_skip_prologue): Reimplement.
11910 (s390_in_function_epilogue_p): Support long displacements.
11911 (struct s390_unwind_cache): New data structure.
11912 (s390_frame_unwind_cache): New function.
11913 (s390_prologue_frame_unwind_cache): Likewise.
11914 (s390_backchain_frame_unwind_cache): Likewise.
11915 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11916 (s390_frame_unwind): Define.
11917 (s390_frame_sniffer): New function.
11918 (struct s390_pltstub_unwind_cache): New data structure.
11919 (s390_pltstub_frame_unwind_cache): New function.
11920 (s390_pltstub_frame_this_id): Likewise.
11921 (s390_pltstub_frame_prev_register): Likewise.
11922 (s390_pltstub_frame_unwind): Define.
11923 (s390_pltstub_frame_sniffer): New function.
11924 (struct s390_sigtramp_unwind_cache): New data structure.
11925 (s390_sigtramp_frame_unwind_cache): New function.
11926 (s390_sigtramp_frame_this_id): Likewise.
11927 (s390_sigtramp_frame_prev_register): Likewise.
11928 (s390_sigtramp_frame_unwind): Define.
11929 (s390_sigtramp_frame_sniffer): New function.
11930 (s390_frame_base_address, s390_local_base_address): New functions.
11931 (s390_frame_base): Define.
11932 (s390_unwind_pc, s390_unwind_sp): New function.
11933 (s390_push_dummy_call): Use new frame base location.
11934 (s390_unwind_dummy_id): Likewise.
11935 (s390_gdbarch_init): Remove calls to:
11936 set_gdbarch_frameless_function_invocation,
11937 set_gdbarch_deprecated_init_frame_pc,
11938 set_gdbarch_deprecated_frame_chain,
11939 set_gdbarch_deprecated_frame_init_saved_regs,
11940 set_gdbarch_deprecated_pop_frame,
11941 set_gdbarch_deprecated_init_extra_frame_info,
11942 set_gdbarch_deprecated_init_frame_pc_first,
11943 set_gdbarch_deprecated_target_read_fp,
11944 set_gdbarch_deprecated_frame_saved_pc,
11945 set_gdbarch_deprecated_saved_pc_after_call,
11946 set_gdbarch_deprecated_fp_regnum.
11947 Add calls to:
11948 set_gdbarch_in_solib_call_trampoline,
11949 frame_unwind_append_sniffer,
11950 frame_base_set_default,
11951 set_gdbarch_unwind_pc,
11952 set_gdbarch_unwind_sp.
11953 * Makefile.in (s390-tdep.o): Update dependencies.
11954
11955 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11956 (S390_STACK_FRAME_OVERHEAD): Remove.
11957 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11958 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11959 (s390_promote_integer_argument): Remove.
11960 (s390_cannot_extract_struct_value_address): Remove.
11961 (s390_use_struct_convention, s390_store_struct_return): Remove.
11962 (s390_extract_return_value, s390_store_return_value): Remove.
11963 (s390_return_value_convention, s390_return_value): New functions.
11964 (is_float_singleton): Handle typedefs.
11965 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11966 Remove, replace by ...
11967 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11968 s390_function_arg_integer): ... these new functions.
11969 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11970 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11971 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11972 Fill in tdep->abi.
11973 Remove calls to:
11974 set_gdbarch_deprecated_store_struct_return,
11975 set_gdbarch_deprecated_extract_return_value,
11976 set_gdbarch_deprecated_store_return_value,
11977 set_gdbarch_use_struct_convention,
11978 set_gdbarch_extract_struct_value_address,
11979 set_gdbarch_deprecated_pc_in_call_dummy,
11980 set_gdbarch_deprecated_push_arguments,
11981 set_gdbarch_deprecated_save_dummy_frame_tos,
11982 set_gdbarch_deprecated_push_return_address,
11983 set_gdbarch_deprecated_sizeof_call_dummy_words,
11984 set_gdbarch_deprecated_call_dummy_words,
11985 set_gdbarch_deprecated_dummy_write_sp.
11986 Add calls to:
11987 set_gdbarch_push_dummy_call,
11988 set_gdbarch_unwind_dummy_id,
11989 set_gdbarch_return_value.
11990
11991 * config/s390/nm-linux.h: Update comments.
11992 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11993 (STOPPED_BY_WATCHPOINT): Redefine.
11994 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11995 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11996 (s390_stopped_by_watchpoint): Likewise.
11997 (watch_area_cnt): Remove.
11998 * s390-nat.c: Update comments.
11999 (watch_area): Remove typedef.
12000 Global replace watch_area by struct watch_area.
12001 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12002 (s390_stopped_by_watchpoint): Remove pid argument,
12003 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12004 (s390_fix_watch_points): Remove pid argument,
12005 use s390_inferior_tid. Recompute area spanned by watchpoints.
12006 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12007 argument. Reimplement.
12008
12009 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12010 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12011 (FETCH_INFERIOR_REGISTERS): Define.
12012 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12013 core-regset.o.
12014 * config/s390/s390x.mt: Remove.
12015 * config/s390/tm-s390.h: Remove.
12016 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12017 (TARGET_ELF64): Remove.
12018 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12019 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12020 s390*-*-* case; always set gdb_target to s390.
12021 * regformats/reg-s390.dat: Remove control registers.
12022 * regformats/reg-s390x.dat: Likewise.
12023 * s390-tdep.h: New file.
12024 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12025 Include "inferior.h" and "s390-tdep.h".
12026 Remove private definition of offsetof.
12027 (s390_register_u_addr): Remove.
12028 (regmap_gregset, regmap_fpregset): Define.
12029 (supply_gregset, fill_gregset): Reimplement.
12030 (supply_fpregset, fill_fpregset): Likewise.
12031 (s390_inferior_tid): New function.
12032 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12033 (fetch_inferior_registers, store_inferior_registers): Likewise.
12034 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12035 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12036 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12037 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12038 (struct gdbarch_tdep): Define.
12039 (struct s390_register_info): Define.
12040 (s390_register_info): New variable.
12041 (s390_register_name): Reimplement.
12042 (s390_register_type): New function.
12043 (s390_register_raw_size, s390x_register_raw_size): Remove.
12044 (s390_cannot_fetch_register): Remove.
12045 (s390_register_byte): Remove.
12046 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12047 (s390_dwarf_regmap): New variable.
12048 (s390_dwarf_reg_to_regnum): New function.
12049 (s390_stab_reg_to_regnum): Remove.
12050 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12051 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12052 (s390_convert_register_p): Likewise.
12053 (s390_register_to_value, s390_value_to_register): Likewise.
12054 (s390_register_reggroup_p): Likewise.
12055 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12056 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12057 (s390_supply_regset, s390_regset_from_core_section): New functions.
12058 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12059 (S390_FPR_SIZE): Likewise.
12060 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12061 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12062 (S390_NUM_GPRS): Move here from tm-s390.h.
12063 (S390_NUM_FPRS): Likewise.
12064 (s390_in_function_epilogue_p): New function.
12065 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12066 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12067 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12068 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12069 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12070 Remove calls to:
12071 set_gdbarch_deprecated_max_register_raw_size,
12072 set_gdbarch_deprecated_max_register_virtual_size,
12073 set_gdbarch_deprecated_register_byte,
12074 set_gdbarch_cannot_fetch_register,
12075 set_gdbarch_cannot_store_register,
12076 set_gdbarch_deprecated_register_size,
12077 set_gdbarch_deprecated_register_raw_size,
12078 set_gdbarch_deprecated_register_virtual_size,
12079 set_gdbarch_deprecated_register_virtual_type,
12080 set_gdbarch_deprecated_register_bytes.
12081 Add calls to:
12082 set_gdbarch_num_pseudo_regs,
12083 set_gdbarch_register_type,
12084 set_gdbarch_convert_register_p,
12085 set_gdbarch_register_to_value,
12086 set_gdbarch_value_to_register,
12087 set_gdbarch_register_reggroup_p,
12088 set_gdbarch_regset_from_core_section,
12089 set_gdbarch_pseudo_register_read,
12090 set_gdbarch_pseudo_register_write,
12091 set_gdbarch_in_function_epilogue_p.
12092 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12093 (s390_tdep_h): New variable.
12094
12095 2004-02-17 Jim Blandy <jimb@redhat.com>
12096
12097 * findvar.c (value_from_register): If the type has no length, just
12098 return an acceptable value --- don't report an internal error.
12099
12100 * stabsread.c (read_type): If we find any type numbers that are
12101 forward references, complain if the references aren't resolved by
12102 the time we're finished reading.
12103 (cleanup_undefined_types): Make error message more appropriate for
12104 a complaint.
12105
12106 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12107
12108 * Makefile.in (defs_h): Remove dependency on progress_h.
12109 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12110 progress.h.
12111 * main.c (captured_main): Delete use of START_PROGRESS and
12112 END_PROGRESS.
12113
12114 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12115
12116 * objfiles.c (terminate_minimal_symbol_table): Add back
12117 initialization of MSYMBOL_TYPE.
12118
12119 2004-02-17 David Mosberger <davidm@hpl.hp.com>
12120
12121 Committed by Andrew Cagney.
12122 * Makefile.in (ia64_tdep_h): New macro.
12123 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12124 (ia64-tdep.o): Likewise.
12125 * ia64-tdep.h: New file.
12126 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12127 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12128 (ia64_aix_sigcontext_register_address): Likewise.
12129 (ia64_linux_getunwind_table): Delete declaration.
12130 * ia64-linux-tdep.c: Likewise.
12131
12132 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
12133
12134 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12135 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12136 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12137
12138 2004-02-17 Andrew Cagney <cagney@redhat.com>
12139
12140 * symtab.c (skip_prologue_using_sal): New function.
12141 * symtab.h (skip_prologue_using_sal): Declare.
12142 * frv-tdep.c: Include "symtab.h".
12143 (skip_prologue_using_sal): Delete function.
12144 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12145 * rs6000-tdep.c (refine_prologue_limit): Mention
12146 skip_prologue_using_sal.
12147 * ia64-tdep.c (refine_prologue_limit): Ditto.
12148 * Makefile.in: Update dependencies.
12149
12150 2004-02-16 Andrew Cagney <cagney@redhat.com>
12151
12152 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12153 START_INFERIOR_TRAPS_EXPECTED.
12154 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12155 START_INFERIOR_TRAPS_EXPECTED.
12156 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12157 Delete macro.
12158 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12159 macro, moved to "nm-osf.h". Update copyright.
12160 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12161 update copyright.
12162
12163 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12164 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12165 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12166 frameless_look_for_prologue.
12167 * frame.h (legacy_frameless_look_for_prologue): Rename
12168 frameless_look_for_prologue.
12169 * gdbarch.h, gdbarch.c: Re-generate.
12170 * sh64-tdep.c (sh64_gdbarch_init): Update.
12171 * sh-tdep.c (sh_gdbarch_init): Update.
12172 * s390-tdep.c (s390_gdbarch_init): Update.
12173 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12174 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12175 * m68k-tdep.c (m68k_gdbarch_init): Update.
12176 (delta68_frame_args_address): Update.
12177 * m32r-tdep.c (m32r_gdbarch_init): Update.
12178 * hppa-tdep.c (hppa_gdbarch_init): Update.
12179 * h8300-tdep.c (h8300_gdbarch_init): Update.
12180 * frv-tdep.c (frv_gdbarch_init): Update.
12181 (frv_frameless_function_invocation): Update.
12182 * cris-tdep.c (cris_gdbarch_init): Update.
12183 (cris_frameless_function_invocation): Update.
12184 * avr-tdep.c (avr_gdbarch_init): Update.
12185 * arm-tdep.c (arm_gdbarch_init): Update.
12186 * stack.c (frame_info): Update, call predicate.
12187 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12188 * frame.c (legacy_get_prev_frame): Update, call predicate..
12189 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12190 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12191 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12192 invocation.
12193 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12194 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12195 * vax-tdep.c (vax_gdbarch_init): Ditto.
12196
12197 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12198 function.
12199
12200 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12201
12202 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12203 initializations.
12204
12205 2004-02-16 Andrew Cagney <cagney@redhat.com>
12206
12207 * tui/tui-windata.c: Include "gdb_string.h".
12208 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12209 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12210 * Makefile.in: Update dependencies.
12211
12212 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12213
12214 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12215 * infrun.c: Include "gdb_assert.h".
12216 (singlestep_ptid, saved_singlestep_ptid)
12217 (stepping_past_singlestep_breakpoint): New variables.
12218 (resume): Set singlestep_ptid. Check for singlestep thread
12219 hop.
12220 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12221 (handle_inferior_event): Handle singlestep thread hop.
12222
12223 2004-02-16 Andrew Cagney <cagney@redhat.com>
12224
12225 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12226 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12227 (dwarf2_frame_init_reg): Ditto.
12228
12229 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12230 suggested by Joshua Neuheisel
12231
12232 * configure.in: Always check for curses, including pdcurses.
12233 Warn, instead of error, when no curses are found. Enable TUI when
12234 curses is available.
12235 * configure: Re-generate.
12236
12237 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12238
12239 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12240 sh_sh4_register_convert_to_virtual.
12241 (sh_register_convert_to_raw): Rename from
12242 sh_sh4_register_convert_to_raw.
12243 (sh_pseudo_register_read): Accomodate above name change.
12244 (sh_pseudo_register_write): Ditto.
12245
12246 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12247
12248 * sh-tdep.c (sh_generic_register_name): Remove.
12249 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12250
12251 2004-02-15 Andrew Cagney <cagney@redhat.com>
12252
12253 * configure.in (build_warnings): Add -Wunused-function.
12254 * configure: Re-generate.
12255
12256 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12257 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12258
12259 * procfs.c (procfs_init_inferior): Assume that
12260 START_INFERIOR_TRAPS_EXPECTED is defined.
12261 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12262 * config/ns32k/tm-nbsd.h: Delete file,
12263 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12264
12265 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12266 * config/vax/tm-vax.h: Delete file.
12267
12268 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12269 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12270 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12271 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12272 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12273 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12274 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12275
12276 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12277
12278 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12279 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12280 (struct dwarf2_frame_ops): New.
12281 (dwarf2_frame_default_init_reg): New function, based on
12282 dwarf2_frame_init_reg.
12283 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12284 (dwarf2_frame_init_reg): Call architecture-specific function.
12285 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12286 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12287 instead of dwarf2_frame_data.
12288 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12289 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12290
12291 2004-02-15 Andrew Cagney <cagney@redhat.com>
12292
12293 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12294 register_gdbarch_swap.
12295 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12296 * f-lang.c (_initialize_f_language): Update, use
12297 DEPRECATED_REGISTER_GDBARCH_SWAP.
12298 * remote.c (_initialize_remote): Ditto.
12299 * regcache.c (_initialize_regcache): Ditto.
12300 * parse.c (_initialize_parse): Ditto.
12301 * infrun.c (_initialize_infrun): Ditto.
12302 * mi/mi-main.c (_initialize_mi_main): Ditto.
12303 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12304
12305 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12306 poking .cacheable directly.
12307 * symfile.c (symfile_bfd_open): Ditto.
12308
12309 * Makefile.in: Update all dependencies.
12310
12311 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12312 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12313 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12314 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12315 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12316
12317 2004-02-14 Andrew Cagney <cagney@redhat.com>
12318
12319 * arch-utils.c (legacy_convert_register_p): Check
12320 DEPRECATED_REGISTER_CONVERTIBLE_P.
12321 * findvar.c (value_of_register): Ditto.
12322
12323 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12324 * gdbarch.h, gdbarch.c: Re-generate.
12325 * arch-utils.c (deprecated_register_convertible_not): Delete.
12326 * arch-utils.h (deprecated_register_convertible_not): Delete.
12327 * mi/mi-main.c (get_register): Update. Update copyright.
12328 * infcmd.c (default_print_registers_info): Update.
12329
12330 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12331 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12332 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12333 * gdbarch.h, gdbarch.c: Re-generate.
12334 * frame.c (deprecated_get_next_frame_hack): Delete function.
12335 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12336 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12337 Update.
12338 * infcall.c (call_function_by_hand): Update.
12339
12340 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12341
12342 * symfile.c (init_entry_point_info, entry_point_address): Move
12343 from here...
12344 * objfiles.c (init_entry_point_info, entry_point_address):..to
12345 here.
12346 * symfile.h (init_entry_point_info, entry_point_address): Remove
12347 prototypes.
12348 * objfiles.h (init_entry_point_info, entry_point_address):Add
12349 prototypes.
12350 * cris-tdep.c: Remove include of symfile.h. Add include of
12351 objfiles.h.
12352 * infcall.c: Ditto.
12353 * mcore-tdep.c: Ditto.
12354 * mn10300-tdep.c: Ditto.
12355 * sh64-tdep.c: Ditto.
12356 * v850-tdep.c: Ditto.
12357 * arm-tdep.c: Remove include of symfile.h.
12358 * blockframe.c: Ditto.
12359 * coffread.c: Ditto.
12360 * dbxread.c: Ditto.
12361 * dwarf2read.c: Ditto.
12362 * dwarfread.c: Ditto.
12363 * frv-tdep.c: Ditto.
12364 * ia64-tdep.c: Ditto.
12365 * mdebugread.c: Ditto.
12366 * mipsread.c: Ditto.
12367 * rs6000-tdep.c: Ditto.
12368 * s390-tdep.c: Ditto.
12369 * sh-tdep.c: Ditto.
12370 * xstormy16-tdep.c: Ditto.
12371 * gdbarch.sh: Remove include of symfile.h.
12372 * gdbarch.c: Regenerate.
12373 * solib-irix.c (enable_break): Use entry_point_address().
12374 Add comment about include file.
12375 * xcoffread.c: Add comment about include file.
12376 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12377 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12378 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12379 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12380 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12381
12382 2004-02-13 Andrew Cagney <cagney@redhat.com>
12383
12384 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12385 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12386 copyright.
12387 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12388
12389 2004-02-12 Fred Fish <fnf@redhat.com>
12390
12391 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12392 set_gdbarch_store_return_value.
12393
12394 2004-02-12 Andrew Cagney <cagney@redhat.com>
12395
12396 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12397 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12398 (interrupt_query): Ditto.
12399 (ofunc): Delete unused variable.
12400 * cris-tdep.c (cris_abi): Delete unused function.
12401 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12402 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12403 (cris_get_asr_quick_shift_steps): Ditto.
12404 (cris_skip_prologue_frameless_p): Ditto.
12405 * arm-tdep.c (arm_push_return_address): Delete unused function.
12406 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12407 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12408 * s390-tdep.c (s390_function_start): Delete unused function.
12409
12410 2004-02-12 Andrew Cagney <cagney@redhat.com>
12411
12412 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12413 gdbarch.h, gdbarch.c: Re-generate.
12414 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12415 to generic_prologue_frameless_p.
12416 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12417 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12418
12419 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12420
12421 * mips-linux-tdep.c: Include "frame.h".
12422 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12423 (mips_linux_skip_resolver): New functions.
12424 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12425 and set_gdbarch_in_solib_call_trampoline.
12426 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12427 to after set_gdbarch_in_solib_return_trampoline. Only set the
12428 solib hooks to mips16 functions if the OS ABI is unknown.
12429 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12430 including "config/tm-linux.h".
12431 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12432 * Makefile.in (mips-linux-tdep.o): Update.
12433
12434 2004-02-11 David Carlton <carlton@kealia.com>
12435
12436 * linespec.c (decode_compound): Only look for a class symbol when
12437 considering all but the rightmost component.
12438
12439 2004-02-11 Andrew Cagney <cagney@redhat.com>
12440
12441 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12442 abi code are are separatly grouped.
12443
12444 2004-02-11 Andrew Cagney <cagney@redhat.com>
12445
12446 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12447 * gdbarch.h, gdbarch.c: Re-generate.
12448 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12449 * v850-tdep.c (v850_gdbarch_init): Update.
12450 * sh64-tdep.c (sh64_gdbarch_init): Update.
12451 * sh-tdep.c (sh_gdbarch_init): Update.
12452 * s390-tdep.c (s390_gdbarch_init): Update.
12453 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12454 * mips-tdep.c (mips_gdbarch_init): Update.
12455 * mcore-tdep.c (mcore_gdbarch_init): Update.
12456 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12457 * m32r-tdep.c (m32r_gdbarch_init): Update.
12458 * ia64-tdep.c (ia64_gdbarch_init): Update.
12459 * hppa-tdep.c (hppa_gdbarch_init): Update.
12460 * h8300-tdep.c (h8300_gdbarch_init): Update.
12461 * frv-tdep.c (frv_gdbarch_init): Update.
12462 * d10v-tdep.c (d10v_gdbarch_init): Update.
12463 * cris-tdep.c (cris_gdbarch_init): Update.
12464 * avr-tdep.c (avr_gdbarch_init): Update.
12465 * arm-tdep.c (arm_gdbarch_init): Update.
12466 * alpha-tdep.c (alpha_gdbarch_init): Update.
12467
12468 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12469
12470 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12471 comma.
12472 (sh_sh4al_dsp_register_name): Ditto.
12473
12474 2004-02-10 Andrew Cagney <cagney@redhat.com>
12475
12476 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12477 (mips_init_frame_pc_first): Delete function.
12478 (mips_frame_saved_pc): Delete function.
12479 (mips_frame_chain): Delete function.
12480 (mips_init_extra_frame_info): Delete function.
12481 (mips_xfer_register): Delete unused variable "reg".
12482 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12483 (mips_n32n64_return_value): Delete unused variable "reg".
12484 (mips_n32n64_return_value): Delete unused variable "pos".
12485 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12486 (mips_o32_return_value): Delete unused variable "pos".
12487 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12488 (mips_print_fp_register): Delete unused variable "namelen"
12489 (mips_print_fp_register): Delete unused variable "flt2"
12490 (get_frame_pointer): Delete function.
12491 (cached_proc_desc): Delete static variable.
12492 (mips_pop_frame): Delete function.
12493 (mips_find_saved_regs): Delete function.
12494 (mips_get_saved_register): Delete function.
12495 (mips_saved_pc_after_call): Delete function.
12496 (SIGFRAME_BASE): Delete macro.
12497 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12498 (SIGFRAME_PC_OFF): Delete macro.
12499 (SIGFRAME_REGSAVE_OFF): Delete macro.
12500 (mips_dump_tdep): Do not print deleted macro definitions.
12501
12502 2004-02-10 Andrew Cagney <cagney@redhat.com>
12503
12504 * Makefile.in (SFILES): Remove explictly listed tui files.
12505 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12506
12507 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12508
12509 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12510 to use paddr functions to format ia64 addresses and long values.
12511 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12512 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12513 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12514 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12515 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12516
12517 2004-02-10 Andrew Cagney <cagney@redhat.com>
12518
12519 * defs.h: Do not include "tui.h".
12520 * gdb_curses.h: New file.
12521 * tui/tui-hooks.h: New file.
12522 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12523 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12524 (tui_initialize_io): Delete declaration.
12525 (tui_initialize_readline: Delete redundant declaration.
12526 (struct tui_point): Delete definition.
12527 * tui/tui-data.h (struct tui_point): Define.
12528 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12529 * utils.c: Include "tui/tui.h".
12530 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12531 * printcmd.c [TUI]: Include "tui/tui.h".
12532 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12533 * tui/tui-command.c: Include "gdb_curses.h".
12534 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12535 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12536 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12537 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12538 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12539 * Makefile.in: Update all dependencies.
12540 (tui_hooks_h, gdb_curses_h): Define.
12541 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12542
12543 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12544
12545 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12546 auxf2. Add comments about some other rarely used fields.
12547
12548 2004-02-10 Andrew Cagney <cagney@redhat.com>
12549
12550 * Makefile.in (init.c): Fix script removing duplicates. Problem
12551 reported by Peter Schauer.
12552
12553 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12554
12555 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12556 obstack_specify_allocation.
12557 * objfiles.c (allocate_objfile): Ditto.
12558 * solib-sunos.c (solib_add_common_symbols)
12559 (allocate_rt_common_objfile): Ditto.
12560 * symfile.c (reread_symbols): Ditto.
12561 * gdb_obstack.h: Add comment.
12562
12563 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12564
12565 * linespec.c (decode_line_1, locate_first_half)
12566 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12567 commented out code.
12568
12569 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12570
12571 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12572 obstack_free.
12573
12574 2004-02-09 Andrew Cagney <cagney@redhat.com>
12575
12576 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12577 fails, try find_pc_section. Fix PR c++/1267.
12578 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12579 instead of find_pc_mapped_section.
12580 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12581 not default to the section containing PC. Fix PR symtab/1519.
12582
12583 2004-02-09 Andrew Cagney <cagney@redhat.com>
12584
12585 * Makefile.in (mips-tdep.o): Update dependencies.
12586 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12587 "trad-frame.h".
12588 (mips_unwind_pc): Return the pseudo PC register.
12589 (mips_unwind_dummy_id): New function.
12590 (mips16_fetch_instruction): New function.
12591 (mips32_fetch_instruction): New function.
12592 (struct mips_frame_cache): Define.
12593 (mips_mdebug_frame_cache): New function.
12594 (mips_mdebug_frame_this_id): New function.
12595 (mips_mdebug_frame_prev_register): New function.
12596 (mips_mdebug_frame_unwind): Define.
12597 (mips_mdebug_frame_sniffer): New function.
12598 (mips_mdebug_frame_base_address): New function.
12599 (mips_mdebug_frame_base): Define.
12600 (mips_mdebug_frame_base_sniffer): New function.
12601 (mips_gdbarch_init): Append unwind and base sniffers. Set
12602 unwind_dummy_id.
12603
12604 2004-02-08 Andrew Cagney <cagney@redhat.com>
12605
12606 * frame.c: Print both the register number and name.
12607
12608 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12609 and a sed into a single sed. Make .c and .o patterns more robust.
12610 (OBS): Delete.
12611 (INIT_FILES): Replace OBS with COMMON_OBS.
12612 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12613
12614 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12615
12616 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12617 the PT_WCOOKIE request.
12618
12619 2004-02-08 Andrew Cagney <cagney@redhat.com>
12620
12621 * mips-tdep.c (mips_unwind_pc): New function.
12622 (mips_gdbarch_init): Set mips_unwind_pc.
12623
12624 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12625 (get_frame_id): Allow the UNKNOWN_FRAME.
12626 (frame_register_unwind, get_frame_type): Ditto.
12627
12628 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12629 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12630 unwind_dummy_id indicates a legacy frame.
12631
12632 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12633 * configure: Re-generate.
12634
12635 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12636 methods.
12637
12638 2004-02-08 Andrew Cagney <cagney@redhat.com>
12639
12640 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12641 makefile macro.
12642 * configure: Re-generate.
12643 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12644 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12645 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12646 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12647 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12648 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12649 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12650 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12651 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12652 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12653
12654 2004-02-07 Andrew Cagney <cagney@redhat.com>
12655
12656 * Makefile.in: Update all dependencies.
12657
12658 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12659 * configure: Re-generate.
12660 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12661 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12662 (COMMON_OBS): Add "main.o" and "annotate.o".
12663 (ANNOTATE_OBS): Delete.
12664 (OBS): Remove ANNOTATE_OBS.
12665 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12666 CONFIG_INITS.
12667 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12668 against CONFIG_OBS and "main.o".
12669 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12670 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12671
12672 * tui/tui-command.c: Include "gdb_string.h", delete register
12673 attribute, use ISO-C function signatures.
12674 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12675 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12676 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12677 * tui/tui.c: Ditto.
12678
12679 * tui/tui-command.c: Change variable and function names to lower
12680 case.
12681 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12682 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12683 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12684 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12685 * tui/tui-winsource.c, tui/tui.c: Ditto.
12686
12687 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12688
12689 * buildsym.c (free_pending_blocks, finish_block)
12690 (record_pending_block, make_blockvector, end_symtab): Replace
12691 symbol_obstack with objfile_obstack.
12692 * coffread.c (process_coff_symbol, coff_read_struct_type)
12693 (coff_read_enum_type): Ditto.
12694 * cp-namespace.c (initialize_namespace_symtab)
12695 (check_one_possible_namespace_symbol): Ditto.
12696 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12697 (dwarf2_symbol_mark_computed): Ditto.
12698 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12699 * elfread.c (elf_symtab_read): Ditto.
12700 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12701 (hpread_read_enum_type, hpread_read_function_type)
12702 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12703 Ditto.
12704 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12705 (java_link_class_type): Ditto.
12706 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12707 (new_symbol): Ditto.
12708 * minsyms.c (install_minimal_symbols): Ditto.
12709 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12710 (terminate_minimal_symbol_table): Replace symbol_obstack with
12711 objfile_obstack.
12712 (free_objfile): Remove freeing of symbol_obstack.
12713 * objfiles.h: Remove symbol_obstack field.
12714 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12715 objfile_obstack.
12716 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12717 symbol_obstack.
12718 (solib_add_common_symbols): Replace symbol_obstack with
12719 objfile_obstack.
12720 * somsolib.c (som_solib_add): Ditto.
12721 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12722 (common_block_start, common_block_end): Ditto.
12723 * symfile.c (reread_symbols): Remove freeing and init of
12724 symbol_obstack.
12725 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12726 * symfile.h: Update comment.
12727 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12728 stats printing.
12729 * symtab.c (symbol_set_names): Replace symbol_obstack with
12730 objfile_obstack.
12731 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12732 Update comments.
12733 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12734 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12735 objfile_obstack.
12736
12737 2004-02-07 Andrew Cagney <cagney@redhat.com>
12738
12739 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12740 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12741 fields and variables.
12742 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12743 (m_beInvisible): Delete macro.
12744 * tui/tui-data.h: Fix case case fields and variables.
12745 (m_genWinPtrIsNull): Delete macro.
12746 (tui_win_list): Rename winList.
12747 (TUI_SRC_WIN): Rename srcWin.
12748 (TUI_DISASM_WIN): Rename disassemWin.
12749 (TUI_DATA_WIN): Rename dataWin.
12750 (TUI_CMD_WIN): Rename cmdWin.
12751 (m_genWinPtrNotNull): Delete macro.
12752 (m_winPtrIsNull): Delete macro.
12753 (m_winPtrNotNull): Delete macro.
12754 (tui_win_is_source_type): Replace m_winIsSourceType
12755 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12756 (tui_win_has_locator): Replace m_hasLocator.
12757 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12758 m_setWinHighlightOff.
12759 * tui/tui-data.c: Update references.
12760 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12761 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12762 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12763 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12764 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12765 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12766 * tui/tui-winsource.c, tui/tui.c: Ditto.
12767
12768 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12769
12770 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12771 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12772 StackGhost.
12773
12774 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12775 variable `i6' to `i7'.
12776 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12777
12778 2004-02-07 Andrew Cagney <cagney@redhat.com>
12779
12780 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12781 (TuiPoint, TuiPointPtr): Ditto.
12782 (TuiStatus, TuiStatusPtr): Ditto.
12783 (TuiWinType, TuiWinTypePtr): Ditto.
12784 (struct tui_point): Rename _TuiPoint.
12785 (tui_get_low_disassembly_address): Rename
12786 tuiGetLowDisassemblyAddress.
12787 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12788 (tuiFree): Delete declaration.
12789 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12790 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12791 * tui/tui.c (tuiFree): Delete function.
12792 * cli/cli-cmds.c (disassemble_command): Update references.
12793 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12794 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12795 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12796 * tui/tui-winsource.c: Ditto.
12797
12798 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12799
12800 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12801 coffstab_build_psymtabs, elfstab_build_psymtabs)
12802 (stabsect_build_psymtabs): Replace psymbol_obstack with
12803 objfile_obstack.
12804 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12805 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12806 Ditto.
12807 * dwarfread.c (scan_compilation_units): Ditto.
12808 * elfread.c (elfstab_offset_sections): Ditto.
12809 * hppa-tdep.c (read_unwind_info): Ditto.
12810 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12811 (hpread_end_psymtab): Ditto.
12812 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12813 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12814 Ditto.
12815 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12816 * objfiles.c (add_to_objfile_sections)
12817 (build_objfile_section_table): Ditto.
12818 (allocate_objfile): Remove init of psymbol_obstack.
12819 (free_objfile): Remove freeing of psymbol_obstack.
12820 * objfiles.h (struct objfile): Remove field
12821 psymbol_obstack. Update comments.
12822 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12823 psymbol_obstack with objfile_obstack.
12824 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12825 psymbol_obstack.
12826 * somread.c (som_symfile_offsets, init_import_symbols)
12827 (init_export_symbols): Replace psymbol_obstack with
12828 objfile_obstack.
12829 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12830 * symfile.c (default_symfile_offsets, syms_from_objfile)
12831 (reread_symbols): Remove freeing and init of psymbol_obstack.
12832 (cashier_psymtab): Update comment.
12833 * symmisc.c (print_objfile_statistics): Don't report stats for
12834 psymbol obstack.
12835 * symtab.h (struct general_symbol_info, struct partial_symtab):
12836 Update comments.
12837 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12838 (xcoff_symfile_offsets): Replace psymbol_obstack with
12839 objfile_obstack.
12840
12841 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12842
12843 * objfiles.h (struct objfile): Add objfile_obstack field.
12844 Remove type_obstack field.
12845
12846 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12847 read_structure_scope read_enumeration, new_symbol): Replace
12848 type_obstack with objfile_obstack.
12849 * dwarfread.c (struct_type, enum_type): Ditto.
12850 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12851 (lookup_fundamental_type): Ditto.
12852 * gdbtypes.h (TYPE_ALLOC): Ditto.
12853 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12854 (hpread_read_doc_function_type, hpread_read_struct_type)
12855 (fix_static_member_physnames, hpread_read_array_type)
12856 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12857 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12858 (java_link_class_type): Ditto.
12859 * mdebugread.c (parse_type): Ditto.
12860 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12861 * solib-sunos.c (solib_add_common_symbols): Ditto.
12862 * stabsread.c (define_symbol, read_type, read_member_functions,
12863 read_cpp_abbrev, read_one_struct_field): Ditto.
12864 * symfile.c (reread_symbols): Ditto.
12865 * symmisc.c (print_objfile_statistics): Ditto.
12866
12867 2004-02-07 Andrew Cagney <cagney@redhat.com>
12868
12869 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12870 (tui_exec_info_content): Rename TuiExecInfoContent.
12871 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12872 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12873 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12874 (TuiList, TuiListPtr): Ditto.
12875 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12876 (TuiDataType, TuiDataTypePtr): Ditto.
12877 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12878 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12879 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12880 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12881 (TuiDataElement, TuiDataElementPtr): Ditto.
12882 (TuiWinElement, TuiWinElementPtr): Ditto.
12883 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12884 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12885 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12886 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12887 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12888 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12889 * tui/tui-command.c, tui/tui-data.c: Update references.
12890 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12891 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12892 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12893 * tui/tui-winsource.c, tui/tui.c: Ditto.
12894
12895 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12896
12897 * dwarf2-frame.h: Update copyright.
12898 (enum dwarf2_frame_reg_rule): New.
12899 (struct dwarf2_frame_state_reg): New.
12900 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12901 * dwarf2-frame.c: Update copyright.
12902 (enum dwarf2_reg_rule): Remove.
12903 (struct dwarf2_frame_state): Remove defenition of `struct
12904 dwarf2_frame_state_reg'.
12905 (read_reg): Call get_frame_arch to get the architecture instead of
12906 using CURRENT_GDBARCH.
12907 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12908 DWARF2_FRAME_.
12909 (dwarf2_frame_init_reg): New function.
12910 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12911 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12912 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12913 tags with DWARF2_FRAME_.
12914 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12915 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12916 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12917
12918 2004-02-06 Andrew Cagney <cagney@redhat.com>
12919
12920 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12921 (enum tui_data_type): Rename _TuiDataType.
12922 (struct tui_layout_def): Rename _TuiLayoutDef.
12923 (struct tui_source_element): Rename _TuiSourceElement.
12924 (struct tui_data_element): Rename _TuiDataElement.
12925 (struct tui_command_element): Rename _TuiCommandElement.
12926 (struct tui_locator_element): Rename _TuiLocatorElement.
12927 (union tui_which_element): Define.
12928 (struct tui_win_element): Rename _TuiWinElement.
12929 (struct tui_data_info): Rename _TuiDataInfo.
12930 (struct tui_source_info): Rename _TuiSourceInfo.
12931 (struct tui_command_info): Rename _TuiCommandInfo.
12932 (tui_initialize_static_data): Rename initializeStaticData.
12933 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12934 (tui_alloc_win_info): Rename allocWinInfo.
12935 (tui_init_generic_part): Rename initGenericPart.
12936 (tui_init_win_info): Rename initWinInfo.
12937 (tui_alloc_content): Rename allocContent.
12938 (tui_add_content_elements): Rename addContentElements.
12939 (tui_init_content_element): Rename initContentElement.
12940 (tui_free_window): Rename freeWindow.
12941 (tui_free_win_content): Rename freeWinContent.
12942 (tui_free_data_content): Rename freeDataContent.
12943 (tui_free_all_source_wins_content): Rename
12944 freeAllSourceWinsContent.
12945 (tui_del_window): Rename tuiDelWindow.
12946 (tui_del_data_windows): Rename tuiDelDataWindows.
12947 (tui_partial_win_by_name): Rename partialWinByName.
12948 (tui_win_name): Rename winName.
12949 (tui_current_layout): Rename currentLayout.
12950 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12951 (tui_term_height): Rename termHeight.
12952 (tui_set_term_height_to): Rename setTermHeightTo.
12953 (tui_term_width): Rename termWidth.
12954 (tui_set_term_width_to): Rename setTermWidthTo.
12955 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12956 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12957 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12958 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12959 (tui_source_windows): Rename sourceWindows.
12960 (tui_clear_source_windows): Rename clearSourceWindows.
12961 (tui_clear_source_windows_detail): Rename
12962 clearSourceWindowsDetail.
12963 (tui_clear_win_detail): Rename clearWinDetail.
12964 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12965 (tui_default_tab_len): Rename tuiDefaultTabLen.
12966 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12967 (tui_win_with_focus): Rename tuiWinWithFocus.
12968 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12969 (tui_layout_def): Rename tuiLayoutDef.
12970 (tui_win_resized): Rename tuiWinResized.
12971 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12972 (tui_next_win): Rename tuiNextWin.
12973 (tui_prev_win): Rename tuiPrevWin.
12974 (tui_add_to_source_windows): Rename addToSourceWindows.
12975 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12976 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12977 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12978 * tui/tui.c, tui/tui-data.c: Ditto.
12979 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12980 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12981
12982 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12983 (struct symtab): Declare.
12984 (tui_set_source_content): Rename tuiSetSourceContent.
12985 (tui_show_symtab_source): Rename tuiShowSource.
12986 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12987 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12988 * tui/tui-source.c: Update copyright. Update references.
12989 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12990 * tui/tui-stack.c: Update references.
12991
12992 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12993 (struct tui_win_info): Declare.
12994 (tui_scroll_forward): Rename tuiScrollForward.
12995 (tui_scroll_backward): Rename tuiScrollBackward.
12996 (tui_scroll_left): Rename tuiScrollLeft.
12997 (tui_scroll_right): Rename tuiScrollRight.
12998 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12999 (tui_resize_all): Rename tuiResizeAll.
13000 (tui_refresh_all_win): Rename tuiRefreshAll.
13001 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13002 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13003 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13004 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13005
13006 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13007 (tui_erase_data_content): Rename tuiEraseDataContent.
13008 (tui_display_all_data): Rename tuiDisplayAllData.
13009 (tui_check_data_values): Rename tuiCheckDataValues.
13010 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13011 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13012 (tui_first_data_element_no_in_line): Rename
13013 tuiFirstDataElementNoInLine.
13014 (tui_delete_data_content_windows): Rename
13015 tuiDeleteDataContentWindows.
13016 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13017 (tui_display_data_from): Rename tuiDisplayDataFrom.
13018 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13019 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13020 * tui/tui-win.c, tui/tui-regs.c: Update references.
13021 * tui/tui-layout.c, tui/tui.c: Update references.
13022
13023 * tui/tui-wingeneral.h: Update copyright.
13024 (m_allBeVisible): Delete macro.
13025 (m_allBeInvisible): Delete macro.
13026 (struct tui_gen_win_info): Declare.
13027 (struct tui_win_info): Declare.
13028 (tui_unhighlight_win): Rename unhighlightWin.
13029 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13030 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13031 (tui_make_window): Rename makeWindow.
13032 (tui_copy_win): Rename copyWin.
13033 (tui_box_win): Rename boxWin.
13034 (tui_highlight_win): Rename highlightWin.
13035 (tui_check_and_display_highlight_if_needed): Rename
13036 checkAndDisplayHighlightIfNeeded.
13037 (tui_refresh_all): Rename refreshAll.
13038 (tui_delete_win): Rename tuiDelwin.
13039 (tui_refresh_win): Rename tuiRefreshWin.
13040 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13041 (tui_make_visible, tui_make_invisible): New functions.
13042 (tui_make_all_visible, tui_make_all_invisible): New functions.
13043 (make_all_visible): Rename makeAllVisible.
13044 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13045 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13046 * tui/tui-windata.c, tui/tui-win.c: Update references.
13047 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13048 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13049
13050 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13051
13052 * proc-api.c (write_with_trace): Initialize local variable to
13053 silence compiler warning.
13054
13055 2004-02-06 Andrew Cagney <cagney@redhat.com>
13056
13057 * tui/tui-source.h: Do not include "defs.h".
13058 (struct tui_win_info): Declare.
13059 (tui_set_source_content_nil): Declare.
13060 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13061 (union tui_line_or_address): Rename _TuiLineOrAddress.
13062 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13063 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13064 (tui_update_source_window_as_is): Rename
13065 tuiUpdateSourceWindowAsIs.
13066 (tui_update_source_windows_with_addr): Rename
13067 tuiUpdateSourceWindowsWithAddr.
13068 (tui_update_source_windows_with_line): Rename
13069 tuiUpdateSourceWindowsWithLine.
13070 (tui_clear_source_content): Rename tuiClearSourceContent.
13071 (tui_erase_source_content): Rename tuiEraseSourceContent.
13072 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13073 (tui_show_source_content): Rename tuiShowSourceContent.
13074 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13075 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13076 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13077 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13078 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13079 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13080 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13081 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13082 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13083 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13084 (struct tui_win_info): Declare.
13085 * tui/tui-stack.c: Update references.
13086 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13087 * tui/tui-win.c, tui/tui-source.c: Ditto.
13088 * tui/tui.c, tui/tui-disasm.c: Ditto.
13089
13090 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13091
13092 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13093 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13094
13095 2004-02-05 Mark Kettenis <kettenis@gnu.org>
13096
13097 * infrun.c (handle_inferior_event): Allow for breakpoint
13098 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13099 and SIGEMT. Update comments.
13100 * NEWS (Revised SPARC target): Mention support for non-executable
13101 stack.
13102
13103 2004-02-04 Mark Kettenis <kettenis@gnu.org>
13104
13105 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13106 * inftarg.c: Update copyright year.
13107 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13108 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13109 (sparc_xfer_wcookie): New function.
13110 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13111 * Makefile.in (sparc-nat.o): Update dependencies.
13112 * config/sparc/nm-nbsd.h: Include "target.h".
13113 (NATIVE_XFER_WCOOKIE): New define.
13114 (sparc_xfer_wcookie): New prototype.
13115
13116 2004-02-04 Andrew Cagney <cagney@redhat.com>
13117
13118 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13119 SYSCALL_TRAP function.
13120 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13121
13122 2004-02-04 Andrew Cagney <cagney@redhat.com>
13123 Daniel Jacobowitz <drow@mvista.com>
13124
13125 * objfiles.h: Delete comments refering to inside_entry_func and
13126 DEPRECATED_FRAME_CHAIN_VALID.
13127 * defs.h (inside_entry_func): Update prototype..
13128 * blockframe.c (inside_entry_func): Rename to
13129 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13130 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13131
13132 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13133
13134 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13135 outside of #ifdef SOLIB_ADD region.
13136 (do_restore_lang_radix_cleanup): Ditto.
13137 (resolve_pending_breakpoint): Ditto.
13138
13139 2004-02-03 Andrew Cagney <cagney@redhat.com>
13140
13141 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13142 (process_note_abi_tag_sections): Delete unused function.
13143 (ia64_read_fp): Delete unused function.
13144 (gdbarch_extract_struct_value_address): Delete declaration.
13145
13146 2004-02-02 Andrew Cagney <cagney@redhat.com>
13147
13148 * vax-tdep.c (vax_frame_chain): Delete call to
13149 deprecated_inside_entry_file.
13150 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13151
13152 2004-02-02 Mark Kettenis <kettenis@gnu.org>
13153
13154 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13155 column that's "empty" or "same value" when eliminating REG_RA
13156 rules.
13157
13158 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13159
13160 * NEWS: Add information about new pending breakpoint support.
13161
13162 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13163
13164 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13165 and pending fields for pending breakpoint support.
13166 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13167 (condition_command): Only parse condition if not a pending
13168 breakpoint.
13169 (print_one_breakpoint): Add support for pending breakpoints.
13170 (describe_other_breakpoints): Add checks to verify we are not
13171 dealing with pending breakpoints.
13172 (check_duplicates): Don't check pending breakpoints.
13173 (set_raw_breakpoint): Initialize pending flag.
13174 (do_restore_lang_radix_cleanup): New cleanup routine.
13175 (resolve_pending_breakpoint): New function.
13176 (re_enable_breakpoints_in_shlibs): Try and resolve any
13177 pending breakpoints via resolve_pending_breakpoint.
13178 (mention): Add pending breakpoint support.
13179 (parse_breakpoint_sals): Add new parameter to pass to
13180 decode_line_1 to indicate silent errors when files or functions
13181 are not found. Change all callers.
13182 (do_captured_parse_breakpoint): New function.
13183 (break_command_1): Change prototype to return an rc value and to
13184 take an optional pending breakpoint pointer. Support creating
13185 a pending breakpoint if a "not found" form of error occurs when
13186 parsing the breakpoint. Also support resolving an existing pending
13187 breakpoint and be silent if the resolution fails.
13188 (create_breakpoints): Change prototype to take pending breakpoint
13189 pointer. When resolving a pending breakpoint, use the new pointer
13190 to provide a conditional or commands added by the end-user.
13191 (delete_breakpoint): Add appropriate check for pending.
13192 (breakpoint_re_set_one): Ditto.
13193 (do_enable_breakpoint): Ditto.
13194
13195 2004-02-02 David Carlton <carlton@kealia.com>
13196
13197 * valops.c (enum oload_classification): New.
13198 (find_overload_match): Break implementation into separate
13199 functions; delete #if 0'd code; look for symbols within
13200 namespaces.
13201 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13202 (find_oload_champ,oload_method_static,classify_oload_match): New.
13203 * cp-support.h: Add declaration for cp_func_name; update
13204 declaration for make_symbol_overload_list.
13205 * cp-support.c (cp_func_name): New.
13206 (overload_list_add_symbol): Fix comment, use
13207 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13208 (make_symbol_overload_list): Take a function name and a namespace
13209 instead of a symbol; change implementation.
13210 (make_symbol_overload_list_using): New.
13211 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13212
13213 2004-02-02 Fred Fish <fnf@redhat.com>
13214
13215 * main.c (gdb_stdtarg): Move definition to group with other
13216 gdb_stdtarg definitions and update copyright years.
13217 * remote-sim.c (gdb_os_write_stderr): Write output to
13218 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13219 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13220 gdb_stderr stream and update copyright years.
13221
13222 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13223
13224 * Makefile.in (mips-linux-nat.o): Update dependencies.
13225 * mips-linux-nat.c: Include mips-tdep.h.
13226
13227 2004-02-01 Roland McGrath <roland@redhat.com>
13228
13229 * sol-thread.c (sol_thread_xfer_partial): New function.
13230 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13231 (init_sol_core_ops): Likewise.
13232
13233 * procfs.c (procfs_xfer_partial): New function.
13234 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13235 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13236
13237 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13238 procfs_xfer_auxv function.
13239
13240 * procfs.c (procfs_make_note_section): If we can read
13241 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13242 * linux-proc.c (linux_make_note_section): Likewise.
13243
13244 * auxv.h: New file.
13245 * auxv.c: New file.
13246 * Makefile.in (auxv_h): New variable.
13247 (COMMON_OBS): Add auxv.o here.
13248 (auxv.o): New target.
13249
13250 * corelow.c (core_xfer_partial): New function.
13251 (init_core_ops): Use it for core_ops.to_xfer_partial.
13252
13253 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13254 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13255 macro if that is defined.
13256
13257 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13258
13259 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13260 and check the specified thread for each breakpoint.
13261 * breakpoint.h (bpstat_stop_status): Update prototype.
13262 * infrun.c (handle_inferior_event): Update calls to
13263 bpstat_stop_status.
13264
13265 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13266
13267 * Makefile.in (cli-cmds.o): Add $(readline_h).
13268
13269 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13270
13271 * cli/cli-cmds.c: Include readline.h.
13272 (complete_command): Pass the start of the last word to
13273 complete_line.
13274
13275 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13276
13277 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13278 argument, and change first argument to a CORE_ADDR.
13279 * breakpoint.h (bpstat_stop_status): Update prototype.
13280 * infrun.c (adjust_pc_after_break): Add a new comment.
13281 (handle_inferior_event): Update calls to bpstat_stop_status.
13282
13283 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13284
13285 * breakpoint.h: Update copyright years.
13286
13287 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13288
13289 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13290 (bpstat_stop_status): Don't decrement PC.
13291 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13292 prototype.
13293 * infrun.c (adjust_pc_after_break): New function.
13294 (handle_inferior_event): Call it, early. Remove later references
13295 to DECR_PC_AFTER_BREAK.
13296 (normal_stop): Add commentary.
13297
13298 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13299
13300 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13301 2004-01-27 double-free fix.
13302
13303 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13304
13305 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13306 (sparc32_frame_prev_register): Handle StackGhost.
13307 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13308
13309 2004-01-29 Roland McGrath <roland@redhat.com>
13310
13311 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13312 * configure: Regenerated.
13313
13314 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13315 * Makefile.in (procfs.o): Add dep.
13316
13317 2004-01-28 Andrew Cagney <cagney@redhat.com>
13318
13319 * tui/tui-stack.h: Update copyright.
13320 (struct frame_info): Add opaque declaration.
13321 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13322 (tui_show_locator_content): Rename tuiShowLocatorContent.
13323 (tui_show_frame_info): Rename tuiShowFrameInfo.
13324 * tui/tui-stack.c: Update copyright. Update references.
13325 * tui/tui-winsource.c: Update references.
13326 * tui/tui-win.c: Update references.
13327 * tui/tui-layout.c: Update references.
13328 * tui/tui-hooks.c: Update copyright, update references.
13329 * tui/tui.c: Update copyright, update references.
13330 * tui/tui-disasm.c: Update references.
13331
13332 2004-01-28 David Carlton <carlton@kealia.com>
13333
13334 * dwarf2read.c (add_partial_structure): Use demangled name if
13335 namespace equals "".
13336
13337 2004-01-27 Jim Blandy <jimb@redhat.com>
13338
13339 Clean up misapplied patch:
13340 * dwarf2read.c (determine_prefix): Change one of the two forward
13341 declarations for 'determine_prefix_aux' to a declaration for this.
13342 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13343 argument to 'die_specification'.
13344
13345 * dwarf2read.c (read_func_scope): Re-indent comment.
13346
13347 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13348
13349 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13350 b->exp to NULL after freeing so that error during re-parsing or
13351 evaluation of expressions associated with breakpoint don't
13352 eventually lead to re-freeing of storage.
13353 Committed by Andrew Cagney.
13354
13355 2004-01-27 Andrew Cagney <cagney@redhat.com>
13356
13357 * source.c (ambiguous_line_spec): Delete undefined declaration.
13358 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13359 (m32r_set_server_address, m32r_set_download_path): Ditto.
13360 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13361
13362 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13363
13364 * dwarf2read.c: Update calls to changed and renamed functions, and
13365 references to moved variables.
13366
13367 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13368 language, language_defn, list_in_scope, and ftypes members.
13369 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13370 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13371 (baseaddr): Remove globals.
13372
13373 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13374 (set_cu_language, die_is_declaration, die_specification)
13375 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13376 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13377 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13378 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13379
13380 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13381 cu.list_in_scope. Don't initialize cu_header_offset.
13382 (add_partial_symbol): Add local baseaddr.
13383 (psymtab_to_symtab_1): Add local baseaddr. Use
13384 objfile->section_offsets for consistency. Don't initialize
13385 cu_header_offset; do initialize cu.header.offset and
13386 cu.list_in_scope.
13387 (read_file_scope, read_func_scope, read_lexical_block_scope)
13388 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13389
13390 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13391
13392 * PROBLEMS: Add gdb/1516.
13393
13394 2003-12-29 Robert Millan <robertmh@gnu.org>
13395
13396 Patch committed by Andrw Cagney.
13397 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13398 * configure.tgt: Match knetbsd*-gnu.
13399
13400 2004-01-26 Andrew Cagney <cagney@redhat.com>
13401
13402 * breakpoint.c (catch_command_1): Delete #ifdef code.
13403 (catch_fork_command_1): Delete #ifdef wrapper.
13404 (catch_exec_command_1): Ditto.
13405 (catch_load_command_1): Ditto.
13406 (catch_unload_command_1): Ditto.
13407
13408 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13409 (catch_breakpoint): Delete #if0ed function.
13410 (disable_catch_breakpoint): Ditto.
13411 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13412 (disable_catch, enable_catch, delete_catch): Ditto.
13413
13414 2004-01-26 Andrew Cagney <cagney@redhat.com>
13415
13416 * remote.c (echo_check, quit_flag): Delete variables.
13417 (cisco_kernel_mode): Delete variable.
13418 (minitelnet_return, tty_input, escape_count): Delete variables.
13419 (remote_cisco_mode): Delete variable.
13420 (remote_cisco_open, remote_cisco_close): Delete function.
13421 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13422 (init_remote_cisco_ops): Delete function.
13423 (_initialize_remote): Do not install "remote cisco" code.
13424 (read_frame): Delete cisco specific code.
13425 (remote_info_process): Delete function.
13426 (remote_wait): Delete cisco specific code.
13427 (remote_cisco_section_offsets): Delete function.
13428 (remote_cisco_objfile_relocate): Delete function.
13429 (remote_async_wait): Delete cisco specific code.
13430 (minitelnet, readtty, readsocket): Delete function.
13431
13432 2004-01-26 Andrew Cagney <cagney@redhat.com>
13433
13434 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13435 comments mentioning extract_returned_value_address.
13436 * infcmd.c (print_return_value): Update. Add comments on
13437 extract_returned_value_address.
13438 * stack.c (return_command): Add comments on
13439 extract_returned_value_address.
13440 * values.c: Update comment.
13441 * m32r-tdep.c: Update comment.
13442 * sparc-tdep.c: Update comment.
13443 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13444 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13445 * sh64-tdep.c (sh64_gdbarch_init): Update.
13446 * sh-tdep.c (sh_gdbarch_init): Update.
13447 * s390-tdep.c (s390_gdbarch_init): Update.
13448 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13449 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13450 * m68k-tdep.c (m68k_gdbarch_init): Update.
13451 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13452 * m32r-tdep.c (m32r_gdbarch_init): Update.
13453 * ia64-tdep.c (ia64_gdbarch_init): Update.
13454 * h8300-tdep.c (h8300_gdbarch_init): Update.
13455 * frv-tdep.c (frv_gdbarch_init): Update.
13456 * arm-tdep.c (arm_gdbarch_init): Update.
13457 * alpha-tdep.c (alpha_gdbarch_init): Update.
13458
13459 2004-01-26 Andrew Cagney <cagney@redhat.com>
13460
13461 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13462 SYMBOL_LOCATION_FUNCS
13463 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13464 "struct symbol_ops".
13465 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13466 type to "struct symbol_ops".
13467 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13468 (struct symbol): Replace ".aux_value.loc.funcs" and
13469 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13470 (SYMBOL_OBJFILE): Delete macro.
13471 (SYMBOL_LOCATION_FUNCS): Delete macro.
13472 (SYMBOL_LOCATION_BATON): Update.
13473 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13474 intead of SYMBOL_LOCATION_FUNCS.
13475 * ax-gdb.c (gen_var_ref): Ditto.
13476 * printcmd.c (address_info): Ditto.
13477 * findvar.c (read_var_value): Ditto.
13478 (symbol_read_needs_frame): Ditto.
13479
13480 2004-01-26 Andrew Cagney <cagney@redhat.com>
13481
13482 * dwarf2read.c (read_func_scope): Document frame-base hack.
13483
13484 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13485
13486 * infcmd.c (print_return_value): Plug memory leak; delete
13487 ui_stream object. Rename argument `structure_return' to
13488 `struct_return'.
13489
13490 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13491
13492 * infcmd.c (print_return_value): Wrap long lines.
13493 (finish_command_continuation, finish_command): Remove unused
13494 variable `funcaddr'. Fix some coding-standards problems.
13495
13496 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13497 SECT_SIZE is large enough, not whether it's exactly the right size.
13498 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13499 TDEP->fpregset to zero.
13500
13501 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13502 floating-point registers for traditional NetBSD core files.
13503 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13504 TDEP->sizeof_fpregset here.
13505
13506 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13507
13508 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13509 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13510 function with code split out from
13511 sparc32nbsd_sigcontext_frame_cache.
13512 (sparc32nbsd_sigcontext_frame_cache): Use
13513 sparc32nbsd_sigcontext_saved_regs.
13514 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13515 OpenBSD.
13516 * sparcobsd-tdep.c: New file.
13517 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13518 (sparcobsd-tdep.o): New dependency.
13519 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13520 * config/sparc/obsd.mt: New file.
13521
13522 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13523 TDEP->fpregset to be initialized to enable core file register
13524 sets.
13525
13526 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13527
13528 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13529 Add opaque declarations.
13530 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13531 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13532 function with code split out from
13533 sparc64nbsd_sigcontext_frame_cache.
13534 (sparc64nbsd_sigcontext_frame_cache): Use
13535 sparc64nbsd_sigcontext_saved_regs.
13536 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13537 OpenBSD.
13538 * sparc64obsd-tdep.c: New file.
13539 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13540 (sparc64obsd-tdep.o): New dependency.
13541 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13542 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13543 * config/sparc/obsd64.mt: New file.
13544
13545 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13546 read the instruction at PC.
13547
13548 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13549 value of GDB_OSABI_DEFAULT.
13550 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13551 instead of GDB_OSABI_NETBSD_AOUT.
13552
13553 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13554
13555 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13556 copyright.
13557
13558 2004-01-23 Andrew Cagney <cagney@redhat.com>
13559
13560 * printcmd.c (display_command): Replace tui_set_display call with
13561 tui_set_layout_for_display_command.
13562 * tui/tui.h (enum tui_win_type): Define.
13563 (tui_set_layout): Delete declaration.
13564 (tui_set_layout_for_display_command): Rename set_tui_layout.
13565 * tui/tui-data.h (enum tui_layout_type): Define.
13566 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13567 "tui.h".
13568 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13569 (tui_default_win_height): Rename tuiDefaultWinHeight.
13570 (tui_default_win_viewport_height): Rename
13571 tuiDefaultWinViewportHeight.
13572 (tui_set_layout): RenametuiSetLayout.
13573 * tui/tui-layout.c: Update references.
13574 * tui/tui.c: Update references.
13575 * tui/tui-disasm.c: Update references.
13576
13577 2004-01-23 David Carlton <carlton@kealia.com>
13578
13579 Partial workaround for PR c++/1511:
13580 * cp-namespace.c: Include frame.h.
13581 (cp_lookup_transparent_type): New
13582 (cp_lookup_transparent_type_loop): New.
13583 * cp-support.h: Declare cp_lookup_transparent_type.
13584 * symtab.c (basic_lookup_transparent_type): Renamed from
13585 lookup_transparent_type.
13586 (lookup_transparent_type): Replace old body by a call to
13587 current_language->la_lookup_transparent_type.
13588 * symtab.h: Update copyright. Declare
13589 basic_lookup_transparent_type.
13590 * language.h: Update copyright.
13591 (struct language_defn): Add la_lookup_transparent_type.
13592 * language.c: Update copyright.
13593 (unknown_language_defn): Add basic_lookup_transparent_type.
13594 (auto_language_defn): Add basic_lookup_transparent_type.
13595 (local_language_defn): Add basic_lookup_transparent_type.
13596 * ada-lang.c: Update copyright.
13597 (ada_language_defn): Add basic_lookup_transparent_type.
13598 * c-lang.c: Update copyright.
13599 (c_language_defn): Add basic_lookup_transparent_type.
13600 (cplus_language_defn): Add basic_lookup_transparent_type.
13601 (asm_language_defn): Add basic_lookup_transparent_type.
13602 (minimal_language_defn): Add basic_lookup_transparent_type.
13603 * f-lang.c: Update copyright.
13604 (f_language_defn): Add basic_lookup_transparent_type.
13605 * jv-lang.c: Update copyright.
13606 (java_language_defn): Add basic_lookup_transparent_type.
13607 * m2-lang.c: Update copyright.
13608 (m2_language_defn): Add basic_lookup_transparent_type.
13609 * objc-lang.c: Update copyright.
13610 (objc_language_defn): Add basic_lookup_transparent_type.
13611 * p-lang.c: Update copyright.
13612 (p_language_defn): Add basic_lookup_transparent_type.
13613 * scm-lang.c: Update copyright.
13614 (scm_language_defn): Add basic_lookup_transparent_type.
13615 * Makefile.in (cp-namespace.o): Depend on frame.h.
13616
13617 2004-01-23 David Carlton <carlton@kealia.com>
13618
13619 Patch for PR c++/1520:
13620 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13621 properly if we have a specification die.
13622 (determine_prefix_aux): Rename from determine_prefix.
13623 (determine_prefix): Like the old determine_prefix, but never
13624 returns NULL.
13625
13626 2004-01-23 Theodore A. Roth <troth@openavr.org>
13627
13628 * avr-tdep.c: Update copyright.
13629 (avr_iaddr_p): Delete unused function.
13630 (avr_saddr_p): Delete unused function.
13631
13632 2004-01-23 David Carlton <carlton@kealia.com>
13633
13634 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13635 Fix for PR symtab/1534.
13636
13637 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13638
13639 * NEWS (New native configurations): Mention OpenBSD/sparc and
13640 OpenBSD/sparc64.
13641 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13642 * configure.host: Likewise.
13643 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13644 handler for OpenBSD.
13645 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13646
13647 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13648
13649 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13650 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13651
13652 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13653 * cli/cli-cmds.c (shell_escape): Likewise.
13654
13655 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13656 OpenBSD .note.openbsd.ident sections.
13657
13658 2004-01-22 David Carlton <carlton@kealia.com>
13659
13660 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13661 get_scope_pc_bounds.
13662 (read_file_scope): Ditto.
13663 (get_scope_pc_bounds): New function, produced by extracting code
13664 from the above two functions, consolidating it, and adding support
13665 for DW_TAG_namespace.
13666
13667 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13668
13669 * osabi.c (MAX_NOTESZ): New define.
13670 (check_note): New function.
13671 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13672 check_note.
13673
13674 2004-01-21 Roland McGrath <roland@redhat.com>
13675
13676 * MAINTAINERS (write after approval): Add myself.
13677
13678 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13679
13680 * utils.c (init_page_info): Move declarations of `rows' and
13681 `cols' before the __GO32__-specific code. Move the closing brace
13682 outside the #ifdef __GO32__..#endif block.
13683 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13684
13685 2004-01-21 Paul Brook <paul@codesourcery.com>
13686
13687 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13688 BPSTAT_WHAT_CHECK_SHLIBS.
13689
13690 2004-01-21 Paul Brook <paul@codesourcery.com>
13691
13692 * MAINTAINERS: Add myself to write-after-approval.
13693
13694 2004-01-20 Andrew Cagney <cagney@redhat.com>
13695
13696 * ax-gdb.c (print_axs_value): Delete unused function.
13697 * jv-lang.c (java_lookup_type): Delete unused function.
13698 * cli/cli-dump.c (dump_filetype): Delete unused function.
13699 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13700 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13701 (mips_getstring): Delete unused function.
13702 (pmon_insert_breakpoint): Delete #if0ed function.
13703 (PMON_MAX_BP): Delete #if0ed MACRO.
13704 (mips_pmon_bp_info): Delete #if0ed variable.
13705 (pmon_remove_breakpoint): Delete #if0ed function.
13706 * monitor.c (monitor_write_even_block): Delete unused function.
13707 (monitor_write_memory_block): Delete #if0ed code.
13708 * dink32-rom.c (dink32_load): Delete unused function.
13709 (_initialize_dink32_rom): Delete #if0ed code.
13710 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13711
13712 * tui/tui-command.c: Update references.
13713 * tui/tui-io.c: Update references.
13714 * tui/tui-command.h: Update copyright.
13715 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13716
13717 * source.c (ambiguous_line_spec): Delete never-defined function.
13718 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13719 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13720 * cli/cli-cmds.c (validate_comname): Ditto.
13721
13722 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13723 "tui-data.h".
13724 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13725 (tui_show_disassem): Rename tuiShowDisassem.
13726 (tui_show_disassem_and_update_source): Rename
13727 tuiVerticalDisassemScroll.
13728 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13729 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13730 * tui/tui.h: Update copyright.
13731 (enum tui_status): Define.
13732 * tui/tui-data.h (enum tui_scroll_direction): Define.
13733 * tui/tui-disasm.c: Update copyright. Update references.
13734 * tui/tui-winsource.c: Update copyright. Update references.
13735 * tui/tui-win.c: Update references.
13736 * tui/tui-layout.c: Update references.
13737
13738 2004-01-20 Andrew Cagney <cagney@redhat.com>
13739
13740 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13741 sym2 to start of block.
13742
13743 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13744
13745 * MAINTAINERS: Delete mmalloc.
13746 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13747 * NEWS: Mention removal of --with-malloc.
13748 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13749 * config.in: Regenerate.
13750 * configure: Regenerate.
13751 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13752 USE_MMALLOC, MMCHECK_FORCE.
13753 * gdbinit.in: Remove mmalloc.
13754 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13755 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13756 * config/i386/go32.mh: Likewise.
13757 * config/i386/interix.mh: Likewise.
13758 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13759
13760 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13761
13762 * linespec.c (decode_variable, symtab_from_filename): Call
13763 error_silent with error message instead of throwing an exception
13764 directly.
13765 * defs.h (error_silent, error_output_message): Add prototypes.
13766 (catch_exceptions_with_msg): Ditto.
13767 * utils.c (error_silent, error_output_message): New functions.
13768 * top.c (catch_exceptions_with_msg): New function.
13769
13770 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13771
13772 * mi/mi-cmds.h (enum print_values): Add definition.
13773
13774 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13775 type and value for simple data types and just the name and type
13776 for complex ones, if required.
13777
13778 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13779 children, if required.
13780
13781 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13782
13783 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13784 unused declarations.
13785
13786 2004-01-19 Andrew Cagney <cagney@redhat.com>
13787
13788 * top.h (mapped_symbol_files): Delete declaration.
13789 * main.c (captured_main): Delete option "m" and "mapped".
13790 * objfiles.c (mapped_symbol_files): Delete variable.
13791 * symfile.c (symbol_file_command): Delete mmap code.
13792 (symbol_file_add_with_addrs_or_offsets): Ditto.
13793 (add_symbol_file_command, reread_separate_symbols): Ditto.
13794 * objfiles.h (OBJF_MAPPED): Delete.
13795 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13796 (free_objfile) [USE_MMALLOC]: Ditto.
13797 (open_existing_mapped_file): Delete function.
13798 (open_mapped_file): Delete function.
13799 (map_to_file): Delete function.
13800
13801 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13802
13803 * infrun.c (step_into_function): Account for possible breakpoint
13804 adjustment when computing ``stop_func_start''.
13805
13806 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13807
13808 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13809 the region size against the size of a pointer, not the size of
13810 a register as given by DEPRECATED_REGISTER_SIZE.
13811
13812 2004-01-19 Andrew Cagney <cagney@redhat.com>
13813
13814 * tui/tui-regs.h: Include "tui-data.h".
13815 (tuiFirstRegElementNoInLine): Delete declaration.
13816 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13817 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13818 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13819 (tui_calculate_regs_column_count): Rename
13820 tuiCalculateRegsColumnCount.
13821 (tui_check_register_values): Rename tuiCheckRegisterValues.
13822 (tui_show_registers): Rename tuiShowRegisters.
13823 (tui_display_registers_from_line): Rename
13824 tuiDisplayRegistersFromLine.
13825 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13826 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13827 (tui_first_reg_element_no_inline): Rename
13828 tuiFirstRegElementNoInLine.
13829 * tui/tui-data.h: Update copyright.
13830 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13831 * tui/tui-windata.c: Update copyright, update references.
13832 * tui/tui-regs.c: Update copyright, update references.
13833 * tui/tui-win.c: Update copyright, update references.
13834 * tui/tui-layout.c: Update copyright, update references.
13835
13836 2004-01-18 Andrew Cagney <cagney@redhat.com>
13837
13838 * tui/tui-io.c: Update copyright.
13839 (key_is_end_sequence, key_is_backspace): New functions.
13840 (key_is_command_char, key_is_start_sequence): New function.
13841 (tui_getc): Update references.
13842 * tui/tui-io.h: Update copyright.
13843 (m_tuiStartNewLine): Delete macro.
13844 (m_isBackspace, m_isDeleteChar): Delete macros.
13845 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13846 (m_isNextPage, m_isPrevPage): Delete macros.
13847 (m_isLeftArrow, m_isRightArrow): Delete macros.
13848 (m_isXdbStyleCommandChar): Delete macro.
13849 (key_is_start_sequence): Declare, replace m_isStartSequence.
13850 (key_is_end_sequence): Declare, replace m_isEndSequence.
13851 (key_is_backspace): Declare ,replace m_isBackspace.
13852 (key_is_command_char): Declare, replace m_isCommandChar.
13853 * tui/tui-command.c: Update copyright.
13854 (tuiDispatchCtrlChar): Update references.
13855
13856 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13857 tuiSourceWin.h.
13858
13859 * tui/tui-command.c: Rename tui/tuiCommand.c.
13860 * tui/tui-command.h: Rename tui/tuiCommand.h.
13861 * tui/tui-data.c: Rename tui/tuiData.c.
13862 * tui/tui-data.h: Rename tui/tuiData.h.
13863 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13864 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13865 * tui/tui-io.c: Rename tui/tuiIO.c.
13866 * tui/tui-io.h: Rename tui/tuiIO.h.
13867 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13868 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13869 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13870 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13871 * tui/tui-source.c: Rename tui/tuiSource.c.
13872 * tui/tui-source.h: Rename tui/tuiSource.h.
13873 * tui/tui-stack.c: Rename tui/tuiStack.c.
13874 * tui/tui-stack.h: Rename tui/tuiStack.h.
13875 * tui/tui-win.c: Rename tui/tuiWin.c.
13876 * tui/tui-win.h: Rename tui/tuiWin.h.
13877 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13878 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13879 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13880 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13881 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13882 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13883 * tui/tui-file.c: Update includes.
13884 * tui/tui-hooks.c: Update includes.
13885 * tui/tui-interp.c: Update includes.
13886 * tui/tui.c: Update includes.
13887 * Makefile.in: Update all tui/ dependencies.
13888 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13889
13890 * Makefile.in: Update copyright. Update dependencies.
13891
13892 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13893 problem.
13894
13895 2004-01-18 Andrew Cagney <cagney@redhat.com>
13896
13897 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13898 instead of register_gdbarch_init.
13899
13900 * remote-sds.c (tohex): Delete unused function. Update copyright.
13901 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13902 * v850-tdep.c (v850_register_virtual_size): Ditto.
13903 * target.c (normal_target_post_startup_inferior): Ditto.
13904 * source.c (ambiguous_line_spec): Ditto.
13905 * remote.c (adapt_remote_get_threadinfo): Ditto.
13906 * mi/mi-out.c (out_field_fmt): Ditto.
13907 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13908 (output_control_change_notification): Ditto.
13909 * m68k-tdep.c (m68k_register_byte): Ditto.
13910 (m68k_remote_breakpoint_from_pc): Ditto.
13911 * ui-out.c (init_ui_out_state): Delete unused declaration.
13912 * stabsread.c (search_value): Ditto.
13913 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13914 * maint.c (print_section_table): Ditto.
13915 * infrun.c (set_follow_fork_mode_command): Ditto.
13916
13917 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13918
13919 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13920 DW_CFA_def_cfa_exporession. Add support for
13921 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13922 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13923
13924 2004-01-18 Andrew Cagney <cagney@redhat.com>
13925
13926 * ocd.c: Update copyright.
13927 (bdm_read_register_command): Delete unused function.
13928 (_initialize_remote_ocd): Delete commented out reference.
13929 (get_quoted_char, reset_packet): Delete #if0ed function.
13930 (output_packet, put_quoted_char): Delete #if0ed function.
13931 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13932 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13933 (BDM_BREAKPOINT): Delete #if0ed macro.
13934 (remote_timeout): Delete #if0ed variable.
13935
13936 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13937
13938 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13939 (core-sol2.o): Remove dependency.
13940 * core-sol2.c: Remove file.
13941
13942 2004-01-17 Andrew Cagney <cagney@redhat.com>
13943
13944 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13945 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13946 enums.
13947
13948 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13949
13950 * remote.c: Update copyright years.
13951
13952 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13953
13954 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13955
13956 2004-01-17 Andrew Cagney <cagney@redhat.com>
13957
13958 * mdebugread.c: Update copyright.
13959 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13960 (parse_type, parse_procedure): Ditto.
13961 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13962
13963 * cris-tdep.c (cris_store_struct_return): Put back accidently
13964 deleted function.
13965
13966 * gdbarch.sh: Update copyright year.
13967 * gdbarch.h, gdbarch.c: Re-generate.
13968
13969 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13970
13971 Suggested by George Anzinger.
13972 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13973 correct stack offset. Include unknown opcode numbers in the error
13974 message.
13975
13976 2004-01-17 Andrew Cagney <cagney@redhat.com>
13977
13978 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13979 extract_struct_value_address, i386 does not set it.
13980 * sparc64-tdep.c (sparc64_init_abi): Do not set
13981 extract_struct_value_address, never called.
13982 (sparc64_extract_struct_value_address): Delete function.
13983 * m68hc11-tdep.c: Update copyright.
13984 (m68hc11_gdbarch_init): Delete redundant assignment of
13985 extract_struct_value_address.
13986 * i386-tdep.c: Update copyright.
13987 (i386_gdbarch_init): Do not set extract_struct_value_address,
13988 never called.
13989 (i386_extract_struct_value_address): Delete function.
13990 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13991 extract_struct_value_address, never called.
13992 (sparc32_extract_struct_value_address): #if 0 function. Add
13993 comments explaining its future.
13994
13995 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13996
13997 * arm-tdep.c (arm_write_pc): New function.
13998 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13999
14000 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14001
14002 * breakpoint.c (must_shift_inst_regs): Delete.
14003 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14004 and SHIFT_INST_REGS.
14005 * infcmd.c (step_1, step_1_continuation): Delete references to
14006 SHIFT_INST_REGS.
14007 * infrun.c (keep_going): Likewise.
14008 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14009 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14010
14011 2004-01-17 Andrew Cagney <cagney@redhat.com>
14012
14013 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14014 * gdbarch.h, gdbarch.c: Re-generate.
14015 * infcmd.c (print_return_value): Delete reference to
14016 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14017
14018 * cris-tdep.c (cris_gdbarch_init): Do not set
14019 deprecated_extract_struct_value_address.
14020
14021 * xstormy16-tdep.c: Update copyright.
14022 (xstormy16_extract_struct_value_address): Update to current
14023 extract struct value address interface.
14024 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14025 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14026 current extract struct value address interface.
14027 (sh64_gdbarch_init): Set extract_struct_value_address.
14028
14029 * cris-tdep.c: Update copyright.
14030 (cris_extract_struct_value_address): Delete function.
14031 (struct_return_address): Delete variable.
14032 (cris_store_struct_return): Do not set struct_return_address.
14033
14034 * mcore-tdep.c: Update copyright.
14035 (mcore_extract_struct_value_address): Delete function. Update
14036 comments.
14037 (mcore_gdbarch_init): Update.
14038 * mn10300-tdep.c: Update copyright.
14039 (mn10300_extract_struct_value_address): Delete function.
14040 (mn10300_gdbarch_init): Update.
14041 * v850-tdep.c: Update copyright.
14042 (v850_extract_struct_value_address): Delete.
14043 (v850_gdbarch_init): Update.
14044 * ns32k-tdep.c: Update copyright.
14045 (ns32k_extract_struct_value_address): Delete.
14046 (ns32k_gdbarch_init): Update.
14047 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14048 (hppa_gdbarch_init): Update.
14049 * vax-tdep.c: Update copyright.
14050 (vax_extract_struct_value_address): Delete.
14051 (vax_gdbarch_init): Update.
14052
14053 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14054 * gdbarch.h, gdbarch.c: Re-generate.
14055 * procfs.c (procfs_fetch_registers): Delete reference to
14056 DEPRECATED_NPC_REGNUM.
14057 (procfs_store_registers): Ditto.
14058 * regcache.c (generic_target_write_pc): Simplify.
14059 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14060
14061 * core-sol2.c (fetch_core_registers): Replace
14062 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14063
14064 * hppa-tdep.c: Update copyright year.
14065 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14066 NPC_REGNUM.
14067 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14068
14069 * mips-tdep.c (mips_write_pc): New function.
14070 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14071 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14072 (mips_find_saved_regs, mips_software_single_step: Ditto.
14073 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14074 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14075
14076 2004-01-17 Andrew Cagney <cagney@redhat.com>
14077
14078 * mips-tdep.c: Re-indent. Group functions by ABI.
14079
14080 2004-01-17 Andrew Cagney <cagney@redhat.com>
14081
14082 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14083 * gdbarch.c: Re-generate.
14084 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14085 DECR_PC_AFTER_BREAK to zero.
14086 * vax-tdep.c (vax_gdbarch_init): Ditto.
14087 * v850-tdep.c (v850_gdbarch_init): Ditto.
14088 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14089 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14090 * sh-tdep.c (sh_gdbarch_init): Ditto.
14091 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14092 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14093 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14094 * mips-tdep.c (mips_gdbarch_init): Ditto.
14095 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14096 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14097 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14098 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14099 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14100 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14101 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14102 * frv-tdep.c (frv_gdbarch_init): Ditto.
14103 * cris-tdep.c (cris_gdbarch_init): Ditto.
14104 * avr-tdep.c (avr_gdbarch_init): Ditto.
14105 * arm-tdep.c (arm_gdbarch_init): Ditto.
14106 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14107
14108 2004-01-17 J. Brobecker <brobecker@gnat.com>
14109
14110 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14111 Delete, no longer used.
14112 (read_subrange_type): New function, mostly extracted from
14113 read_array_type().
14114 (read_array_type): Replace extracted code by call to
14115 read_subrange_type().
14116 (dwarf2_get_attr_constant_value): New function.
14117 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14118 (add_partial_symbol): Likewise.
14119 (process_die): Likewise.
14120 (new_symbol): Likewise.
14121 (read_type_die): Likewise.
14122
14123 2004-01-16 Andrew Cagney <cagney@redhat.com>
14124
14125 * symfile.c: Update copyright year.
14126 (compare_symbols): Delete unused function.
14127 * stabsread.c: Update copyright year.
14128 (lrs_general_complaint): Delete unused function.
14129 (ref_search_value): Ditto.
14130 (get_substring): Delete declaration.
14131 * sh64-tdep.c: Update copyright year.
14132 (sh64_get_gdb_regnum): Delete unused function.
14133 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14134 Delete unused function.
14135
14136 2004-01-17 Mark Kettenis <kettenis@gnu.org>
14137
14138 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14139 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14140
14141 2004-01-16 Andrew Cagney <cagney@redhat.com>
14142
14143 Changes from Peter Schauer.
14144 * rs6000-tdep.c: Update copyright year.
14145 (rs6000_push_dummy_call): Update the stack pointer before
14146 accessing the corresponding stack region.
14147 * rs6000-nat.c: Update copyright year.
14148 (set_host_arch): Set "info.abfd" to "exec_bfd".
14149
14150 2004-01-15 Mark Kettenis <kettenis@gnu.org>
14151
14152 * blockframe.c: Update copyright year.
14153 (inside_entry_func): Don't treat a zero PC specially.
14154
14155 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14156
14157 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14158 variable.
14159 (gcore_create_callback): Ditto. Skip any memory segment that has
14160 no permissions set.
14161
14162 2004-01-14 David Carlton <carlton@kealia.com>
14163
14164 Change symbols for C++ nested types to contain the fully qualified
14165 name, if possible. (At least in the DWARF-2 case.) Partial fix
14166 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14167 c++/895.
14168 * c-exp.y (qualified_type): Handle types nested within classes.
14169 * cp-namespace.c: Update comments.
14170 (cp_set_block_scope): Delete #if 0.
14171 (cp_lookup_nested_type): Handle types nested within classes.
14172 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14173 when appropriate.
14174 (add_partial_symbol): Add the name of the enclosing namespace to
14175 types.
14176 (pdi_needs_namespace): New.
14177 (add_partial_namespace): Tweak comment.
14178 (add_partial_structure): New.
14179 (psymtab_to_symtab_1): Initialize processing_current_prefix
14180 here...
14181 (process_die): instead of here.
14182 (read_structure_scope): Try to figure out the name of the class or
14183 namespace that the structure might be defined within.
14184 (read_enumeration): Generate fully-qualified names, if possible.
14185 (read_namespace): Don't set name to NULL.
14186 (die_specification): New.
14187 (new_symbol): Generate fully-qualified names for types.
14188 (read_type_die): Determine appropriate prefix.
14189 (determine_prefix): New.
14190 (typename_concat): New.
14191 (class_name): New.
14192 * valops.c (value_aggregate_elt): Pass NOSIDE to
14193 value_struct_elt_for_reference.
14194 (value_struct_elt_for_reference): Make static, add NOSIDE
14195 parameter, call value_maybe_namespace_elt as a last resort.
14196 (value_namespace_elt): Break out code into
14197 value_maybe_namespace_elt.
14198 (value_maybe_namespace_elt): New.
14199
14200 2004-01-12 Andrew Cagney <cagney@redhat.com>
14201
14202 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14203 cooked floating-point registers.
14204 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14205 and value_to_register.
14206
14207 2004-01-13 Andrew Cagney <cagney@redhat.com>
14208
14209 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14210 * gdbarch.c: Re-generate.
14211 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14212 FUNCTION_START_OFFSET.
14213 * v850-tdep.c (v850_gdbarch_init): Ditto.
14214 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14215 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14216 * sh-tdep.c (sh_gdbarch_init): Ditto.
14217 * s390-tdep.c (s390_gdbarch_init): Ditto.
14218 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14219 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14220 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14221 * mips-tdep.c (mips_gdbarch_init): Ditto.
14222 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14223 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14224 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14225 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14226 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14227 * i386-tdep.c (i386_gdbarch_init): Ditto.
14228 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14229 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14230 * frv-tdep.c (frv_gdbarch_init): Ditto.
14231 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14232 * cris-tdep.c (cris_gdbarch_init): Ditto.
14233 * avr-tdep.c (avr_gdbarch_init): Ditto.
14234 * arm-tdep.c (arm_gdbarch_init): Ditto.
14235 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14236
14237 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
14238
14239 * infrun.c (follow_fork_mode_ask): Remove.
14240 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14241 (follow_fork): Simplify and remove internal error for
14242 follow_fork_mode_ask.
14243 (_initialize_infrun): Update "set follow-fork-mode" help text.
14244
14245 2004-01-13 Andrew Cagney <cagney@redhat.com>
14246
14247 * configure.in: Update copyright year.
14248 (build_warnings): Add -Wunused-label.
14249 * configure: Re-generate.
14250
14251 2004-01-12 Andrew Cagney <cagney@redhat.com>
14252
14253 * exec.h (exec_ops): Make "extern".
14254
14255 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14256 the function is void.
14257 (mips_pseudo_register_write): Ditto.
14258
14259 2004-01-12 Andrew Cagney <cagney@redhat.com>
14260
14261 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14262 call. Never defined.
14263 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14264 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14265 (struct sparc_gregset, struct regcache): Ditto.
14266 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14267
14268 2004-01-12 Andrew Cagney <cagney@redhat.com>
14269
14270 * mi/ChangeLog: Delete file. Renamed to ...
14271 * mi/ChangeLog-1999-2003: New file.
14272 * tui/ChangeLog: Delete file. Renamed to ...
14273 * tui/ChangeLog-1998-2003: New file.
14274
14275 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14276
14277 * sparc64nbsd-tdep.c: Include "regset.h".
14278 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14279 Remove variables.
14280 (fetch_core_registers): Remove function.
14281 (sparc64nbsd_core_fns): Remove variable.
14282 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14283 functions.
14284 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14285 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14286 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14287
14288 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14289 sparc_extract_struct_value_address.
14290 (sparc32_gdbarch_init): Set extract_struct_value_address.
14291 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14292 function.
14293 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14294 return_value_on_stack.
14295
14296 * NEWS: Mention that %cs and %ss have been added to the AMD64
14297 configurations
14298
14299 * frame.c: Update copyright year.
14300 (get_prev_frame): Improve comment.
14301
14302 * sparc64fbsd-tdep.c: Include "regset.h".
14303 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14304 Remove variables.
14305 (fetch_core_registers): Remove function.
14306 (sparc64fbsd_core_fns): Remove variable.
14307 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14308 functions.
14309 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14310 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14311 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14312
14313 * sparcnbsd-tdep.c: Include "regset.h".
14314 (fetch_core_registers): Remove function.
14315 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14316 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14317 functions.
14318 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14319 TDEP->fpregset.
14320 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14321
14322 * sparc-tdep.h (struct regset): Provide opaque declaration.
14323 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14324 fpregset and sizeof_fpregset members.
14325 * sparc-tdep.c (struct regset): Provide opaque declaration.
14326 (sparc_regset_from_core_section): New function.
14327 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14328 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14329 Set regset_from_core_section when appropriate.
14330
14331 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14332
14333 * x86-64-tdep.c (amd64_non_pod_p): New function.
14334 (amd64_classify_aggregate): Return class memory for non-POD
14335 C++ structure types.
14336
14337 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14338 argument. Use it to reserve a register if necessary.
14339 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14340 amd64_push_arguments.
14341
14342 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14343
14344 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14345 register numbers in comments.
14346 * x86-64-tdep.h: Update copyright year.
14347 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14348 Adjust for addition of %cs and %ss.
14349 * amd64fbsd-nat.c: Update copyright year.
14350 (reg_offset): Add register offsets for %cs and %ss.
14351 * amd64fbsd-tdep.c: Update copyright year.
14352 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14353 (amd64fbsd_sc_reg_offset): Likewise.
14354 * x86-64-linux-nat.c: Update copyright year.
14355 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14356 and %ss.
14357 * amd64nbsd-nat.c: Update copyright year.
14358 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14359 * amd64nbsd-tdep.c: Update copyright year.
14360 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14361 * x86-64-linux-tdep.c: Update copyright year.
14362 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14363 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14364 * regformats/reg-x86-64.dat: Add %cs and %ss.
14365
14366 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14367 variables to prevent long lines. Update comments to reflect
14368 reality.
14369
14370 2004-01-09 David Carlton <carlton@kealia.com>
14371
14372 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14373 * dwarf2read.c (read_namespace): Pull out name-generating code
14374 into namespace_name. Rename previous_namespace to previous_prefix
14375 and processing_current_namespace to processing_current_prefix..
14376 (namespace_name): New function.
14377 (add_partial_symbol): Substitute uses of pdi->name with
14378 actual_name.
14379 * cp-support.h: Rename processing_current_namespace to
14380 processing_current_prefix.
14381 Update copyright year.
14382 * cp-namespace.c: Rename processing_current_namespace to
14383 processing_current_prefix.
14384 Update copyright year.
14385
14386 2004-01-09 Andrew Cagney <cagney@redhat.com>
14387
14388 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14389
14390 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14391
14392 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14393 complaining.
14394 (process_one_symbol): Deal with N_PATCH stabs.
14395
14396 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14397
14398 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14399 ifdeffed code.
14400 Update copyright year.
14401
14402 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14403
14404 * config/pa/tm-hppa.h: Update extern declarations for
14405 hppa32_hpux_frame_saved_pc_in_sigtramp,
14406 hppa32_hpux_frame_base_before_sigtramp, and
14407 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14408
14409 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14410
14411 * config/pa/tm-hppah.h: Update copyright years.
14412
14413 2004-01-08 Andrew Cagney <cagney@redhat.com>
14414
14415 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14416 (mips_o32_reg_struct_has_addr): Delete function.
14417 (mips_gdbarch_init): Update.
14418 (mips_extract_struct_value_address): Delete function.
14419
14420 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14421
14422 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14423 reality.
14424
14425 2004-01-07 Andrew Cagney <cagney@redhat.com>
14426
14427 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14428 architecture's elf flags (when available).
14429
14430 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14431 FPU to the start, check the MIPS FPU when looking for an old
14432 architecture.
14433 (set_mipsfpu_single_command): Update the architecture.
14434 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14435
14436 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14437 (mips_mask_address_p): Add "tdep" parameter.
14438 (show_mask_address, mips_addr_bits_remove): Update.
14439 (mips_dump_tdep): Update.
14440 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14441 (MIPS_STACK_ARGSIZE): Delete macro.
14442 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14443 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14444 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14445 (mips_dump_tdep): Update.
14446 (MIPS_SAVED_REGSIZE): Delete macro.
14447 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14448 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14449 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14450 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14451 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14452 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14453 (mips_pop_frame, return_value_location): Update.
14454 (mips_n32n64_return_value, mips_dump_tdep): Update.
14455
14456 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14457 MIPS ABI.
14458
14459 * mips-tdep.c: Update copyright.
14460 (mips_gdbarch_init): Merge two code blocks handling the register
14461 name and number layout.
14462
14463 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14464
14465 * tracepoint.c (validate_actionline): Fix segv at EOF
14466
14467 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14468
14469 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14470 properly for static fields.
14471
14472 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14473 Jason Molenda <jmolenda@apple.com>
14474
14475 * disasm.c: Update copyright to include 2004.
14476 (do_mixed_source_and_assembly): For uiout asm list
14477 and tuple cleanups, initialize to null_cleanup instead of
14478 NULL and do so prior to loop. Only reset when we close off
14479 the tuple/list. Move check for whether to close off the
14480 asm tuple/list to after dump_insns call where it will be run
14481 on each loop iteration.
14482
14483 2004-01-05 Andrew Cagney <cagney@redhat.com>
14484
14485 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14486 should be a switch case and not a label.
14487 * mips-tdep.c (mips32_next_pc): Delete unused labels
14488 "greater_equal_branch" and "less_zero_branch".
14489 * jv-valprint.c (java_print_value_fields): Delete unused label
14490 "flush_it".
14491
14492 * target.c (unpush_target): Only close a target that is in the
14493 target stack.
14494
14495 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14496
14497 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14498 address from [sp + 64] instead of %o2.
14499
14500 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14501 fixes PR backtrace/1476.
14502
14503 2004-01-05 Andrew Cagney <cagney@redhat.com>
14504
14505 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14506 move to start of file.
14507 * i386-tdep.h (struct regcache): Add opaque declaration.
14508 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14509 declaration.
14510 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14511 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14512 * win32-nat.c (fake_create_process): Use ISO C style definition.
14513 * stabsread.c (define_symbol): Delete #ifndef
14514 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14515 stabs_argument_has_addr call, macro never defined.
14516
14517 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14518
14519 * op50-rom.c: Delete.
14520 * w89k-rom.c: Delete.
14521 * Makefile.in: Remove references.
14522
14523 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14524
14525 * x86-64-tdep.c: Update copyright year.
14526 (struct amd64_register_info): Rename from x86_64_register_info.
14527 (amd64_register_info): Rename from x86_64_register_info.
14528 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14529 (amd64_register_name): Rename from x86_64_register_name.
14530 (amd64_register_type): Rename from x86_64_register_type.
14531 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14532 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14533 (amd64_dwarf_reg_to_regnum): Rename from
14534 x86_64_dwarf_reg_to_regnum.
14535 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14536 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14537 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14538 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14539 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14540 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14541 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14542 (amd64_frame_cache): Rename from x86_64_frame_cache.
14543 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14544 (amd64_frame_prev_register): Rename from
14545 x86_64_frame_prev_register.
14546 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14547 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14548 (amd64_sigtramp_frame_cache): Rename from
14549 x86_64_sigtramp_frame_cache.
14550 (amd64_sigtramp_frame_prev_register): Rename from
14551 x86_64_sigtramp_frame_prev_register.
14552 (amd64_sigtramp_frame_unwind): Rename from
14553 x86_64_sigtramp_frame_unwind.
14554 (amd64_sigtramp_frame_sniffer): Rename from
14555 x86_64_sigtramp_frame_sniffer.
14556 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14557 (amd64_frame_base): Rename from x86_64_frame_base.
14558 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14559 (amd64_frame_align): Rename from x86_64_frame_align.
14560 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14561 (amd64_regset_from_core_section): Rename from
14562 x86_64_regset_from_core_section.
14563 (x86_64_init_abi): Update comments.
14564
14565 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14566
14567 * MAINTAINERS (write after approval): Add myself.
14568
14569 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14570
14571 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14572 `float' arguments.
14573
14574 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14575
14576 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14577 such that it mentions a specific version of GCC that exhibits this
14578 bug.
14579
14580 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14581
14582 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14583 structure that has a single `float' member, store it in %f1 in
14584 addition to %f0.
14585
14586 * sparc-sol2-nat.c: Add missing '\'.
14587
14588 * sparc-tdep.c (sparc32_return_value): New function.
14589 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14590 Remove functions.
14591 (sparc32_gdbarch_init): Set return_value, don't set
14592 extract_return_value, store_return_value, use_struct_convention
14593 and return_value_on_stack.
14594
14595 * sparc-sol2-nat.c: Add missing ')'.
14596
14597 2004-01-03 J. Brobecker <brobecker@gnat.com>
14598
14599 * infrun.c (handle_step_into_function): New function.
14600 (handle_inferior_event): Extract out some code into the new
14601 function above.
14602
14603 2004-01-03 J. Brobecker <brobecker@gnat.com>
14604
14605 * infrun.c (handle_inferior_event): Move the declaration of
14606 real_stop_pc inside the if blocks where it is used.
14607
14608 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14609
14610 * sparc64-tdep.c (sparc64_16_byte_align_p)
14611 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14612 Use check_typedef to get subtypes of structures and unions.
14613 (sparc64_store_return_value): Fix calculation of the appropriate
14614 offset into VALBUF when storing a structure or union.
14615 (sparc64_return_value): New function.
14616 (sparc64_use_struct_convention): Remove function.
14617 (sparc64_init_abi): Set return_value, don't set
14618 extract_return_value, store_return_value and
14619 use_struct_convention.
14620
14621 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14622
14623 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14624 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14625 gdb/config/alpha/xm-alphaosf.h,
14626 gdb/config/powerpc/tm-ppcle-eabi.h,
14627 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14628 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14629 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14630 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14631 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14632 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14633 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14634 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14635 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14636 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14637 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14638 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14639 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14640 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14641 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14642 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14643 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14644 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14645 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14646 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14647 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14648 Remove lines for .cvsignore files.
14649
14650 2004-01-03 J. Brobecker <brobecker@gnat.com>
14651
14652 * infrun.c: Back out the previous change.
14653
14654 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14655
14656 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14657 sparc-*-sunos4* to the list of REMOVED configurations.
14658
14659 * configure.tgt: Add back sparc-*-vxworks*.
14660 * remote-vxsparc.c: Remove all includes except for "defs.h",
14661 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14662 Include "sparc-tdep.h".
14663 (SPARC_R_G1): New define.
14664 (vxsparc_gregset): New variable.
14665 (ext_format_sparc): Remove extern declaration.
14666 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14667 sparc32_supply_fpregset.
14668 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14669 sparc_collect_rwindow and sparc32_collect_fpregset.
14670 * config/sparc/tm-vxworks.h: New file, based on recently removed
14671 tm-vxsparc.h.
14672 * config/sparc/vxworks.mt: New file, based on recently removed
14673 vxworks.mt.
14674
14675 2004-01-03 J. Brobecker <brobecker@gnat.com>
14676
14677 * infrun.c (handle_step_into_function): New function.
14678 (handle_inferior_event): Extract out some code into the new
14679 function above.
14680
14681 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14682
14683 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14684 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14685 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14686 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14687 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14688 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14689 (sparc_nat_h): New variable.
14690 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14691 (tm-sun4os4.h): Remove dependency.
14692 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14693 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14694 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14695 sparc-tdep.o): Update dependencies.
14696 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14697 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14698 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14699 dependencies.
14700 * configure.host: Remove existing sparc-*-lynxos*,
14701 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14702 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14703 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14704 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14705 triplets.
14706 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14707 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14708 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14709 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14710 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14711 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14712 sparc64-*-solaris2* and sparc64-*-* triplets.
14713 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14714 "symtab.h" and "objfiles.h".
14715 (BIAS): Remove define.
14716 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14717 (X_DISP19): Remove macros.
14718 (sparc_fetch_instruction): Remove function.
14719 (struct gdbarch_tdep): Remove definition.
14720 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14721 (sparc_breakpoint_from_pc): Remove function.
14722 (struct sparc64_frame_cache): Remove definition.
14723 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14724 sparc64_unwind_pc): Remove functions.
14725 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14726 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14727 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14728 (sparc64_frame_cache): Change return type to `struct
14729 sparc_frame_cache *'. Simply call sparc_frame_cache.
14730 (sparc64_frame_this_id, sparc64_frame_prev_register,
14731 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14732 instead of `struct sparc64_frame_cache.
14733 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14734 sparc_analyze_control_transfer, sparc_software_single_step,
14735 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14736 _initialize_sparc64_tdep): Remove functions.
14737 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14738 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14739 macros.
14740 (sparc64_supply_gregset, sparc64_collect_gregset,
14741 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14742 (sparc64_init_abi): New function.
14743 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14744 inclusion guard. Include "sparc-tdep.h".
14745 (BIAS): Define.
14746 (r_tstate_offset, r_fprs_offset): New defines.
14747 (enum sparc_regnum): Remove defenition.
14748 (enum sparc64_regnum): Reformat.
14749 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14750 (sparc64_init_abi, sparc64_supply_gregset,
14751 sparc64_collect_gregset, sparc64_supply_fpregset,
14752 sparc64_collect_fpregset): New prototypes.
14753 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14754 Add extern declarations.
14755 (sparc64_sol2_init_abi): New prototype.
14756 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14757 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14758 prototypes.
14759 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14760 "sparnbsd-nat.h".
14761 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14762 functions.
14763 (_initialize_sparc64fbsd_nat): Remove initialization of
14764 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14765 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14766 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14767 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14768 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14769 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14770 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14771 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14772 (sparc64fbsd_r_y_offset): Remove variables.
14773 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14774 Make static and const.
14775 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14776 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14777 functions.
14778 (sparc64fbsd_gregset): New variable.
14779 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14780 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14781 and sparc64_supply_fpregset.
14782 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14783 (sparc64fbsd_sigtramp_frame_this_id)
14784 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14785 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14786 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14787 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14788 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14789 * sparcnbsd-tdep.c: Update copyright year. Include
14790 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14791 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14792 "value.h" and "sparcnbsd-tdep.h".
14793 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14794 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14795 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14796 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14797 defines.
14798 (sparcnbsd_gregset): New variable.
14799 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14800 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14801 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14802 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14803 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14804 variables.
14805 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14806 (sparc32nbsd_sigcontext_frame_this_id)
14807 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14808 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14809 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14810 (sparcnbsd_get_longjmp_target_32,
14811 sparcnbsd_get_longjmp_target_64): Remove functions.
14812 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14813 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14814 sparcnbsd_init_elf): Remove.
14815 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14816 (sparcnbsd_elf_init_abi): New functions.
14817 (_initialize_sparcnbsd_tdep): New prototype.
14818 (_initialize_sparnbsd_tdep): Update.
14819 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14820 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14821 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14822 * config/sparc/linux.mh: Update comment.
14823 (XM_FILE, HOST_IPC): Remove variables.
14824 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14825 sparc-linux-nat.o.
14826 * config/sparc/linux.mt: Update comment.
14827 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14828 * config/sparc/nbsd.mt: Reformat.
14829 * config/sparc/nbsd64.mh: Update comment.
14830 (NATDEPFILES): Add sparc-nat.o.
14831 * config/sparc/nbsd64.mt: Update comment.
14832 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14833 (TM_FILE): Set to tm-nbsd.h.
14834 * config/sparc/nbsdelf.mh: Update comment.
14835 (NATDEPFILES): Add sparc-nat.o.
14836 (XM_FILE): Delete.
14837 * config/sparc/nbsdaout.mh: Update comment.
14838 (NATDEPFILES): Add sparc-nat.o
14839 (XM_FILE): Delete.
14840 * config/sparc/nm-linux.h: Update copyright year. Don't include
14841 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14842 inclusion.
14843 (KERNEL_U_SIZE): Remove define.
14844 (kernel_u_size): Remove prototype.
14845 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14846 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14847 "regcache.h".
14848 (CHILD_PREPARE_TO_STORE): Remove define.
14849 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14850 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14851 sparcnbsd-nat.c: Rewrite files.
14852 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14853 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14854 sparcnbsd-tdep.h: Remove files.
14855 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14856 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14857 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14858 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14859 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14860 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14861 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14862 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14863 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14864 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14865 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14866 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14867 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14868 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14869 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14870 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14871 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14872 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14873 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14874
14875 2004-01-02 Andrew Cagney <cagney@redhat.com>
14876
14877 From 2003-12-18 Kazuhiro Inaoka:
14878 * configure.host: Add m32r-linux target.
14879
14880 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14881
14882 * top.c (print_gdb_version): Update year to 2004.
14883
14884 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14885
14886 * MAINTAINERS: Add myself to the write-after-approval category.
14887
14888 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14889
14890 From Bernardo Innocenti <bernie@develer.com>:
14891 * configure.tgt: Add uClinux target.
14892
14893 2004-01-02 Andrew Cagney <cagney@redhat.com>
14894
14895 * utils.c (do_my_cleanups): Make static, add forward declaration.
14896 * defs.h (do_my_cleanups): Delete declaration.
14897
14898 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14899
14900 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14901 bfd/ChangeLog-0203.
14902
14903 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14904
14905 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14906 in <machine/reg.h>.
14907 * configure, config.in: Regenerate.
14908
14909 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14910 tui/ChangeLog-1998-2003.
14911 \f
14912 Local Variables:
14913 mode: change-log
14914 left-margin: 8
14915 fill-column: 74
14916 version-control: never
14917 End:
This page took 0.365123 seconds and 4 git commands to generate.