*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-11-24 Fred Fish <fnf@specifixinc.com>
2
3 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
4 compiler generated function calls made as part of a prologue.
5
6 2004-11-23 Mark Kettenis <kettenis@gnu.org>
7
8 * inf-ttrace.c: New file.
9 * inf-ttrace.h: New file.
10 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
11 Include "inf-ttrace.h".
12 (ss_mpsfu_high): Define to ss_tlsp if necessary.
13 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
14 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
15 ptrace systems.
16 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
17 instead of inf_ptrace_target.
18 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
19 * Makefile.in (inf_ttrace_h): New variable.
20 (hppa-hpux-nat.o): Update dependency.
21 (inf-ttrace.o): New dependency.
22 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
23
24 2004-11-23 Randolph Chung <tausq@debian.org>
25
26 * arch-utils.c (generic_instruction_nullified): New.
27 * arch-utils.h (generic_instruction_nullified): New.
28 * gdbarch.sh (instruction_nullified): New method.
29 * gdbarch.c: Regenerate.
30 * gdbarch.h: Regenerate.
31 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
32 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
33 new gdbarch method.
34 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
35 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
36 static. Rewrite to work directly off the passed regcache.
37 (hppa_gdbarch_init): Set instruction_nullified method.
38
39 2004-11-23 Joel Brobecker <brobecker@gnat.com>
40
41 * sparc-tdep.c (sparc_is_unimp_insn): New function.
42 (sparc32_frame_cache): For functions where there is no debugging
43 information to help us determine whether it's a struct-return
44 function or not, fallback on checking whether the instruction
45 at the return address is an "unimp" instruction or not.
46
47 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
48
49 * MAINTAINERS: Add myself to write after approval section.
50
51 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
52 hpux-thread.c to suppress children from running.
53 (hppa_hpux_child_can_run): New function.
54 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
55 * hpux-thread.c: Include string.h and hppa-tdep.h.
56 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
57 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
58 (hpux_thread_store_registers): Replace deprecated_registers with
59 calls to regcache_raw_read.
60 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
61
62 2004-11-21 Mark Kettenis <kettenis@gnu.org>
63
64 * sparc64fbsd-nat.c: Update copyright year.
65 (_initialize_sparc64fbsd_nat): Construct and add target vector.
66 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
67 inftarg.o.
68
69 2004-11-21 Daniel Jacobowitz <dan@debian.org>
70
71 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
72
73 2004-11-21 Daniel Jacobowitz <dan@debian.org>
74
75 * linux-nat.c (my_waitpid): New function.
76 (linux_test_for_tracefork): Make more robust and verbose. Take
77 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
78 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
79 argument. Update calls to linux_test_for_tracefork.
80 (linux_enable_event_reporting, child_follow_fork)
81 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
82 (child_insert_exec_catchpoint): Update calls to
83 linux_supports_tracefork and linux_supports_tracevforkdone.
84
85 2004-11-21 Daniel Jacobowitz <dan@debian.org>
86
87 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
88 (value_subscripted_rvalue): Likewise.
89 * valops.c (search_struct_field, value_slice): Likewise.
90
91 2004-11-21 Mark Kettenis <kettenis@gnu.org>
92
93 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
94 Reorder includes a bit. Fix comment.
95 * Makefile.in (inf-ptrace.o): Update dependencies.
96
97 2004-11-21 Andreas Schwab <schwab@suse.de>
98
99 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
100 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
101 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
102 to glibc_skip_solib_resolver.
103 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
104 solib-legacy.o.
105 * Makefile.in (m68klinux-tdep.o): Update dependencies.
106
107 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
108
109 * infttrace.h (ttrace_write_reg_64): Add prototype.
110 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
111 expression.
112 (store_inferior_registers): Correct formatting. Replace uses of
113 deprecated_registers with calls to regcache_raw_read,
114 regcache_raw_write_part and regcache_raw_read_part.
115
116 2004-11-21 Mark Kettenis <kettenis@gnu.org>
117
118 * config/pa/hppahpux.mh: Remove file.
119 * config/pa/hpux1020.mh: Remove file.
120
121 2004-11-20 Andreas Schwab <schwab@suse.de>
122
123 * configure.host: Set host floatformat for m68k.
124
125 2004-11-20 Eli Zaretskii <eliz@gnu.org>
126
127 * config/djgpp/fnchange.lst: Resolve file-name clash between
128 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
129
130 2004-11-20 Mark Kettenis <kettenis@gnu.org>
131
132 * hppa-hpux-nat.c: New file.
133 * config/pa/hpux.mh (NATDEPFILES): New file.
134 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
135 (hppa-hpux-nat.o): New dependency.
136 * configure.host: Remove hppa*-*-hpux10.20.
137 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
138
139 * inf-ptrace.c: Fix coding style.
140
141 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
142 * infptrace.c (call_ptrace): Simply call ptrace with four
143 arguments.
144
145 * dbxread.c (process_one_symbol): Fix a few coding standard
146 issues. Improve code formatting.
147
148 * dbxread.c: Include "gdb_string.h".
149 (record_minimal_symbol, read_ofile_symtab): Replace
150 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
151 * Makefile.in (dbxread.o): Update dependencies.
152
153 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
154 of bytes read for aligned LEB128 encodings.
155
156 2004-11-19 Mark Kettenis <kettenis@gnu.org>
157
158 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
159 parse_and_eval_address to u_long before converting it to a pointer
160 type.
161 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
162 ps_strings from int to u_long.
163 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
164 u_long instead of CORE_ADDR.
165
166 2004-11-18 Mark Kettenis <kettenis@gnu.org>
167
168 * dbxread.c (process_one_symbol): Do not adjust address of first
169 N_SLINE stab for a function for code generated by non-GCC
170 compilers.
171
172 2004-11-18 Kevin Buettner <kevinb@redhat.com>
173
174 * solib-null.c: New file.
175
176 2004-11-17 Andrew Cagney <cagney@gnu.org>
177
178 * MAINTAINERS: Drop MIPS and remote.
179
180 2004-11-15 Andrew Cagney <cagney@gnu.org>
181
182 * findvar.c (value_of_register): Set the frame ID.
183 * value.c (value_primitive_field): Copy the frame ID.
184 * valops.c (value_assign): Simplify lval_register case, there's
185 always a frame.
186
187 2004-11-14 Daniel Jacobowitz <dan@debian.org>
188
189 * Makefile.in (mips-linux-tdep.o): Update dependencies.
190 * mips-linux-tdep.c: Include "regcache.h".
191 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
192
193 2004-11-14 Daniel Jacobowitz <dan@debian.org>
194
195 * Makefile.in (linux-thread-db.o): Fix typo in last change.
196
197 2004-11-14 Daniel Jacobowitz <dan@debian.org>
198
199 * linux-thread-db.c: New file, renamed from thread-db.c.
200 * thread-db.c: Remove.
201 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
202 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
203 to linux-thread-db.o.
204 * config/arm/linux.mh (NATDEPFILES): Likewise.
205 * config/i386/linux.mh (NATDEPFILES): Likewise.
206 * config/i386/linux64.mh (NATDEPFILES): Likewise.
207 * config/ia64/linux.mh (NATDEPFILES): Likewise.
208 * config/m32r/linux.mh (NATDEPFILES): Likewise.
209 * config/m68k/linux.mh (NATDEPFILES): Likewise.
210 * config/mips/linux.mh (NATDEPFILES): Likewise.
211 * config/pa/linux.mh (NATDEPFILES): Likewise.
212 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
213 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
214 * config/s390/s390.mh (NATDEPFILES): Likewise.
215 * config/sparc/linux.mh (NATDEPFILES): Likewise.
216 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
217
218 2004-11-13 Andrew Cagney <cagney@gnu.org>
219
220 * config/i386/i386lynx.mh: Delete file.
221 * config/i386/i386lynx.mt: Delete file.
222 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
223 * i386ly-tdep.c: Delete.
224
225 * config/tm-lynx.h: Delete, inline contents ...
226 * config/rs6000/tm-rs6000ly.h: ... here.
227
228 * config/tm-sysv4.h: Delete file, inlining contents.
229 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
230 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
231 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
232
233 * regcache.h (deprecated_register_valid): Delete.
234 (deprecated_registers): Delete.
235 * regcache.c (deprecated_register_valid): Delete.
236 (deprecated_registers): Delete.
237 (deprecated_read_register_byte, _initialize_regcache)
238 (deprecated_write_register_bytes, build_regcache): Update.
239 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
240 remote-sds.o.
241 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
242 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
243
244 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
245 v850-*-* under removed.
246 * configure.host: Delete ns32k-*-netbsd*.
247 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
248 ns32k-*-netbsd*, and v850*-*-*.
249 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
250 "Deleted"
251 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
252 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
253 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
254 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
255 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
256 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
257 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
258 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
259 * v850-tdep.c: Delete.
260
261 2004-11-13 Joel Brobecker <brobecker@gnat.com>
262
263 * irix5-nat.c (fetch_core_registers): Replace use of
264 deprecated_registers by equivalent code.
265
266 2004-11-13 Joel Brobecker <brobecker@gnat.com>
267
268 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
269 with equivalent code.
270 (fill_fpregset): Likewise.
271
272 2004-11-13 Andrew Cagney <cagney@gnu.org>
273
274 * MAINTAINERS: Do not list "Deleted" architectures.
275
276 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
277 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
278 sparc-*-vxworks*.
279 * NEWS: Mention that vxworks was deleted.
280 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
281 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
282 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
283 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
284 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
285 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
286 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
287 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
288 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
289 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
290 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
291 * remote-vxmips.c, remote-vx.c: Delete.
292 * remote-vx68.c: Delete.
293 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
294 * config/m68k/os68k.mt, ada-lang.h: Ditto.
295 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
296 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
297
298 2004-11-13 Eli Zaretskii <eliz@gnu.org>
299
300 * config/i386/xm-go32.h: Don't include fopen-bin.h.
301 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
302
303 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
304 branch that doesn't define CRLF_SOURCE_FILES; always use
305 binary-mode open.
306 (print_source_lines_base, forward_search_command)
307 (reverse_search_command): Enable the code that accepts DOS-style
308 CRLF line endings on all platforms (this removes the need for
309 CRLF_SOURCE_FILES).
310
311 * defs.h: Fix wording of the comment before FOPEN_RB.
312 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
313
314 * config/djgpp/fnchange.lst: Group renames for opcode directory
315 together.
316
317 * config/djgpp/djconfig.sh: Replace file names that don't exist
318 anymore with existing files, for checking the unpacked
319 distribution.
320
321 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
322 Export pre-cooked values in configure-* targets that begin with
323 "@test -f stage_last".
324
325 2004-11-12 Andrew Cagney <cagney@gnu.org>
326
327 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
328 * value.h (struct value): Update comment.
329 * valops.c (value_assign): Fold lval_reg_fame_relative into
330 lval_register.
331 * findvar.c (value_from_register, locate_var_value): Ditto.
332
333 2004-11-12 Randolph Chung <tausq@debian.org>
334
335 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
336 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
337 (write_exp_msymbol): Remove conditional check for symbols starting
338 with $. Update comments.
339
340 2004-11-12 Randolph Chung <tausq@debian.org>
341
342 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
343 so_lib_thread_start_addr.
344 * pa64solib.h (so_list): Forward declare.
345 (pa64_solib_thread_start_addr): Prototype.
346 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
347 (no_shared_libraries): Remove.
348 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
349 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
350 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
351 the elf solib handler to find the start address.
352
353 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
354 files to the target makefile.
355 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
356 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
357 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
358
359 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
360 files for symbol reading and shared library handling here.
361 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
362 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
363 without bringing in 64-bit support.
364
365 2004-11-12 Andrew Cagney <cagney@gnu.org>
366
367 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
368 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
369 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
370 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
371 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
372 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
373 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
374
375 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
376 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
377 (VALUE_REGNUM): Define.
378 (struct value): Delete location.regnum, rename "regno" to
379 "regnum".
380 * value.c, valops.c, valarith.c, findvar.c: Update.
381
382 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
383 (VALUE_BITPOS): Delete.
384 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
385 * value.c (value_type, value_offset, value_bitpos)
386 (value_bitsize): New functions. Update references.
387 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
388 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
389 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
390 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
391 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
392 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
393 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
394 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
395 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
396
397 2004-11-12 Andrew Cagney <cagney@gnu.org>
398
399 * cris-tdep.c (cris_register_offset): Delete, never called.
400 (cris_spec_reg_applicable): Delete cris_ver_sim.
401 * MAINTAINERS: List d10v as OBSOLETE.
402 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
403 FOPEN_WB et.al., defined by "fopen-bin.h".
404
405 2004-11-12 Randolph Chung <tausq@debian.org>
406
407 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
408 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
409 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
410 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
411
412 2004-11-12 Mark Kettenis <kettenis@jive.nl>
413
414 * tui/tui-io.c: Don't include "terminal.h".
415 * Makefile.in (tui-io.o): Update dependencies.
416
417 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
418
419 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
420 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
421 set_gdbarch_regset_from_core_section for core file support.
422 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
423 New functions.
424
425 2004-11-11 Randolph Chung <tausq@debian.org>
426
427 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
428 stop_after_branch parameter and use it to determine if we should look
429 at the delay slot of the first branch insn to find prologue insns.
430 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
431 (hppa_frame_cache): Likewise.
432
433 2004-11-11 Randolph Chung <tausq@debian.org>
434
435 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
436 register so that it can be unwound from anywhere in the prologue.
437
438 2004-11-10 msnyder <msnyder@redhat.com>
439
440 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
441 must invalidate lr_reg (so we don't try to save it again).
442 Ditto for cr_offset and cr_reg.
443
444 2004-11-05 Jon Beniston <jon@beniston.com>
445
446 Committed by Andrew Cagney.
447 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
448 when an unexpected packet is received, as the target stubs
449 continually retransmit the same packet until ACKed.
450
451 2004-11-10 Randolph Chung <tausq@debian.org>
452
453 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
454 frame's type.
455
456 2004-11-10 Randolph Chung <tausq@debian.org>
457
458 * blockframe.c (inside_entry_func): Move to .....
459 * frame.c (inside_entry_func): ... here, and make static.
460 (backtrace_past_entry): New flag.
461 (get_prev_frame): Stop backtrace at the entry function if enabled
462 by flag. Update comments.
463 (_initialize_frame): Add command to set backtrace_past_entry flag.
464 * defs.h (inside_entry_func): Remove prototype.
465
466 2004-11-10 Mark Kettenis <kettenis@gnu.org>
467
468 * dwarf2read.c: Fix formatting.
469
470 2004-11-10 Andrew Cagney <cagney@gnu.org>
471
472 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
473 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
474 macros with function declarations.
475 * value.c (coerce_ref, coerce_array, coerce_number)
476 (coerce_enum): New functions.
477 (value_as_long, value_as_address): Update.
478 * ada-lang.c (ada_coerce_ref, ada_value_binop)
479 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
480 * jv-lang.c (evaluate_subexp_java): Update.
481 * valarith.c (value_less, value_neg, value_complement)
482 (value_binop, value_add, value_subscript, value_x_binop)
483 (value_logical_not, value_sub): Update.
484 * valops.c (check_field, value_struct_elt, value_ind)
485 (value_find_oload_method_list, value_cast, value_assign): Update.
486 * eval.c (evaluate_subexp_standard): Update.
487
488 2004-11-10 Mark Kettenis <kettenis@gnu.org>
489
490 * mips-tdep.c (mips32_relative_offset): Change return type to
491 LONGEST, change argument type to ULONGEST. Fix sign-extension.
492
493 2004-11-10 Randolph Chung <tausq@debian.org>
494
495 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
496 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
497 (hppa_fetch_pointer_argument): Likewise.
498 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
499 deprecated_read_memory_nobpt.
500 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
501 add_set_cmd sequence with add_setshow_boolean_cmd.
502
503 2004-11-09 Andrew Cagney <cagney@gnu.org>
504
505 GDB 6.3 released from GDB 6.3 branch.
506
507 2004-11-09 Andrew Cagney <cagney@gnu.org>
508
509 * values.c: Rename to ...
510 * value.c: ..., new file.
511 * Makefile.in: Update.
512
513 2004-11-09 Daniel Jacobowitz <dan@debian.org>
514
515 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
516 size.
517
518 2004-11-09 Andrew Cagney <cagney@gnu.org>
519
520 * TODO: Delete.
521
522 * value.h (struct value): Delete field bfd_section.
523 (VALUE_BFD_SECTION): Delete macro.
524 (COERCE_REF): Update.
525 (value_at, value_at_lazy): Delete asection parameter.
526 * printcmd.c (print_formatted, x_command): Update.
527 (do_examine): Delete asection parameter.
528 (next_section): Delete variable.
529 * valops.c (value_cast, value_at, value_at_lazy)
530 (value_coerce_function, value_addr, value_ind, value_string)
531 (find_rt_vbase_offset, value_full_object): Update.
532 * hpacc-abi.c (hpacc_virtual_fn_field)
533 (hpacc_value_rtti_type): Update.
534 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
535 (gnuv3_baseclass_offset): Update.
536 * f-valprint.c (f_val_print): Update.
537 * c-valprint.c (c_val_print): Update.
538 * p-valprint.c (pascal_val_print): Update.
539 * jv-valprint.c (java_value_print): Update.
540 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
541 * ada-lang.c (ada_value_primitive_packed_val)
542 (ada_evaluate_subexp): Update.
543 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
544 * expprint.c (print_subexp_standard): Update.
545 * infcall.c (call_function_by_hand): Update.
546 * valarith.c (value_add): Update.
547 * eval.c (evaluate_subexp_standard): Update.
548 * values.c (allocate_value, value_copy, value_static_field): Update.
549 * findvar.c (read_var_value, locate_var_value): Update.
550
551 2004-11-09 Andrew Cagney <cagney@gnu.org>
552
553 * i386-linux-tdep.c: Include "dwarf2-frame.h".
554 * Makefile.in: Update all dependencies.
555
556 2004-11-08 Andrew Cagney <cagney@gnu.org>
557
558 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
559 (sentinel_frame_unwinder): Add the prev_pc method.
560 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
561 available. Do not handle the sentinel-frame case.
562 * frame-unwind.h (frame_prev_register_ftype): Define.
563 (struct frame_unwind): Add prev_pc;
564
565 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
566
567 * configure.in: Check for ncurses/term.h.
568 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
569 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
570 * tui/tui.c: Don't include term.h.
571 * configure, config.in: Rebuilt.
572
573 2004-11-08 Mark Kettenis <kettenis@gnu.org>
574
575 * m68kbsd-nat.c: Include "inf-ptrace.h".
576 (_initialize_m68kbsd_nat): Fix pasto.
577 * Makefile.in (m68kbsd-nat.o): Update dependencies.
578
579 2004-11-08 Randolph Chung <tausq@debian.org>
580
581 * infrun.c (debug_infrun): New variable.
582 (resume, proceed, wait_for_inferior): Annotate with debug messages.
583 (handle_inferior_event, keep_going): Likewise.
584 (_initialize_infrun): Register "set debug infrun" command.
585
586 2004-11-08 Andreas Schwab <schwab@suse.de>
587
588 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
589 PTRACE_EVENT_VFORKDONE.
590 (child_follow_fork): Adjust.
591
592 2004-11-08 Andrew Cagney <cagney@gnu.org>
593
594 * README: Refer to 6.3, not 6.2, update directory listing droppng
595 references to intl/ and mmalloc/.
596 * PROBLEMS: Refer to 6.3 not 6.2.
597
598 * PROBLEMS: Delete no-longer applicable problems.
599
600 2004-11-07 Andrew Cagney <cagney@redhat.com>
601 Daniel Jacobowitz <dan@debian.org>
602 Roland McGrath <roland@redhat.com>
603
604 * Makefile.in (symfile-mem.o): Update dependencies.
605 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
606 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
607 * inf-ptrace.c (inf_ptrace_attach): Call
608 observer_notify_inferior_created.
609 * inftarg.c (child_attach): Likewise.
610 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
611 (symbol_file_add_from_memory): Take NAME argument. Use it for
612 the new BFD's filename.
613 (add_symbol_file_from_memory_command): Update call to
614 symbol_file_add_from_memory.
615 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
616 (symbol_file_add_from_memory_wrapper): New.
617 (_initialize_symfile_mem): Register add_vsyscall_page as an
618 inferior_created observer.
619
620 2004-11-07 Mark Kettenis <kettenis@gnu.org>
621
622 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
623 fetch_inferior_registers. Make static.
624 (m68kbsd_store_inferior_registers): Rename from
625 store_inferior_registers. Make static.
626 (_initialize_m68kbsd_nat): Construct and add target vector.
627 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
628 inftarg.o. Add inf-ptrace.o.
629 (NAT_FILE): Set to tm-solib.h.
630 (LOADLIBES): New variable.
631 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
632 inftarg.o. Add inf-ptrace.o.
633 (NAT_FILE): Delete variable.
634 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
635 inftarg.o. Add inf-ptrace.o.
636 (NAT_FILE): Set to tm-solib.h.
637 * config/m68k/nm-nbsdaout.h: Remove file.
638
639 2004-11-07 Daniel Jacobowitz <dan@debian.org>
640
641 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
642 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
643 (dwarf2_signal_frame_unwind): New.
644 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
645 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
646
647 2004-11-07 Mark Kettenis <kettenis@gnu.org>
648
649 * Makefile.in (mips64obsd-tdep.o): Fix typo.
650
651 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
652 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
653 to only include the structure members we actually need.
654 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
655 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
656 only include the structure members we actually need.
657 (mipsnbsd_init_abi): Update.
658
659 * mips64obsd-nat.c: Include "mips-tdep.h".
660 (MIPS64OBSD_NUM_REGS): Remove define.
661 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
662 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
663 floating-point registers correctly.
664 * Makefile.in (mips64obsd-nat.o): Update dependencies.
665
666 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
667 "gdb_assert.h".
668 (mips64obsd_sigframe_init): New function.
669 (mips64obsd_sigframe): New variable.
670 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
671 unwinder.
672 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
673
674 2004-11-06 Joel Brobecker <brobecker@gnat.com>
675
676 * alpha-mdebug-tdep.c: #include mdebugread.h.
677 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
678 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
679
680 2004-11-05 Andrew Cagney <cagney@gnu.org>
681
682 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
683 CFI and the init_reg method leave the register unspecified.
684 Include the register name in the "Incomplete CFI data" complaint.
685 Supress leading zeros in the address.
686
687 2004-11-05 Mark Kettenis <kettenis@gnu.org>
688
689 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
690 skipping a personality routine in a CIE augmentation.
691
692 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
693
694 * defs.h (fatal, vfatal): New function prototypes.
695 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
696 via catch_errors.
697 (backtrace_command): Change to call backtrace_command_stub via
698 catch_errors instead of calling backtrace_command_1 directly.
699 (backtrace_full_command): Ditto.
700 * utils.c (error_stream_1): New static function.
701 (verror): Change to call error_stream_1 instead of error_stream.
702 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
703 (vfatal, fatal): New functions.
704
705 2004-11-05 Andrew Cagney <cagney@gnu.org>
706
707 * stack.c (parse_frame_specification_1): Clear selected_frame_p
708 when not using selected frame.
709
710 2004-11-05 Mark Kettenis <kettenis@jive.nl>
711
712 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
713 personality routine in a CIE augmentation.
714
715 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
716
717 * stack.c (set_current_sal_from_frame): New function.
718 (print_args_stub): Use it.
719 (print_frame_info): Don't set sal here.
720
721 2004-11-04 Mark Kettenis <kettenis@gnu.org>
722
723 * dwarf2-frame.c (read_encoded_value): Change type of third
724 argument to `unsigned char *'. Add support for LEB128 encodings.
725
726 2004-11-04 Jim Blandy <jimb@redhat.com>
727
728 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
729 prevent cross-objfile references.
730 (make_cv_type): Doc fix. Don't create cross-objfile references,
731 even for stub types.
732 (replace_type): Add assertion to prevent cross-objfile references.
733 (check_typedef): Never resolve a stub type by copying over a type
734 from another file.
735
736 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
737
738 * Makefile.in (m32r-tdep.o): Update dependencies.
739 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
740 ABI-specific overrides.
741
742 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
743
744 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
745 unnecessary parallel execution bit.
746 (m32r_memory_remove_breakpoint): Ditto.
747 (m32r_breakpoint_from_pc): Update.
748
749 2004-11-03 Randolph Chung <tausq@debian.org>
750
751 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
752 frame_func_unwind to locate the unwind entry.
753 (hppa_frame_this_id): Likewise.
754
755 2004-11-03 Andrew Cagney <cagney@gnu.org>
756
757 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
758 packet, obsolete configurations, end-of-life deprecated_registers.
759
760 2004-11-02 Mark Kettenis <kettenis@gnu.org>
761
762 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
763 encodings as well as unsigned encodings.
764
765 2004-11-02 Andrew Cagney <cagney@gnu.org>
766
767 * value.h (COERCE_VARYING_ARRAY): Delete.
768 * valops.c (value_cast, value_slice): Delete use.
769 * valarith.c (value_subscript, value_concat): Delete use.
770
771 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
772
773 * NEWS: GDB understands GNAT Ada.
774
775 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
776
777 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
778 (amd64-sol2-tdep.o): Add dependencies.
779 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
780 config/i386/sol2-64.mt: New files.
781 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
782 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
783 (supply_gregset): Correct order of arguments to
784 amd64_supply_native_gregset.
785 (fill_gregset): Correct order of arguments to
786 amd64_collect_native_gregset.
787 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
788 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
789 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
790 for definition of NEW_PROC_API.
791 * configure: Regenerate.
792
793 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
794
795 * MAINTAINERS (Write After Approval): Add myself.
796
797 2004-11-01 Andrew Cagney <cagney@gnu.org>
798
799 * configure.tgt: Mark d10v-*-* as obsolete.
800 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
801
802 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
803
804 * values.c (modify_field): Correct handling of bit-fields that
805 don't fit in 32 bits. Use unsigned operations throughout and
806 simplify the code a bit. Document preconditions.
807
808 2004-10-31 Andrew Cagney <cagney@gnu.org>
809
810 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
811 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
812 (in_plt_section): Delete.
813
814 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
815 (mips_gdbarch_init): Do not set same.
816
817 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
818 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
819
820 * gdbarch.sh (in_solib_call_trampoline): Delete.
821 * gdbarch.h, gdbarch.c: Re-generate.
822
823 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
824 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
825 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
826 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
827 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
828
829 2004-10-31 Mark Kettenis <kettenis@gnu.org>
830
831 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
832 (mipsnbsd_fetch_inferior_registers): Rename from
833 fetch_inferior_registers. Make static.
834 (mipsnbsd_store_inferior_registers): Rename from
835 store_inferior_registers. Make static.
836 (_initialize_mipsnbsd_nat): New function and prototype.
837 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
838 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
839 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
840 inf-ptrace.o.
841
842 2004-10-31 Andrew Cagney <cagney@gnu.org>
843
844 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
845 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
846 delete corresponding unused function.
847 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
848 in_solib_call_trampoline.
849 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
850 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
851 * config/mips/tm-nbsd.h: Ditto.
852 * config/arm/tm-linux.h: Ditto.
853 * config/mips/tm-linux.h: Ditto.
854
855 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
856 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
857 in_solib_call_trampoline, delete corresponding unused function.
858 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
859 (vaxnbsd_aout_init_abi): Ditto.
860 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
861 (sparc32nbsd_aout_init_abi): Ditto.
862 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
863 (ppc_linux_init_abi): Ditto.
864 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
865 (ns32knbsd_init_abi_aout): Ditto.
866 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
867 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
868 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
869 (m68kbsd_aout_init_abi): Ditto.
870 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
871 (i386_cygwin_init_abi): Ditto.
872 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
873 (i386bsd_init_abi): Ditto.
874
875 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
876 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
877 isn't used by this architecture.
878 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
879 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
880 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
881 * s390-tdep.c (s390_gdbarch_init): Ditto.
882 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
883 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
884 * i386-tdep.c (i386_svr4_init_abi): Ditto.
885 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
886 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
887 * amd64-tdep.c (amd64_init_abi): Ditto.
888
889 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
890 in_solib_call_trampoline to its default value of
891 generic_in_solib_call_trampoline.
892 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
893 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
894 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
895 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
896 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
897 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
898
899 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
900
901 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
902
903 * config/mips/tm-mips.h: Delete file.
904 * remote-mips.c: Delete tm-mips.h from comment.
905 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
906 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
907 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
908 * config/mips/tm-linux.h: Don't include tm-mips.h.
909 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
910 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
911 * config/mips/tm-wince.h: Don't include.
912
913 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
914 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
915 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
916 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
917
918 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
919 * mdebugread.c (ecoff_relocate_efi): Delete function.
920 * objfiles.c (objfile_relocate): Delete #ifdef
921 MDEBUG_EFI_SYMBOL_NAME code.
922
923 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
924 Andrew Cagney <cagney@gnu.org>
925
926 * gdbarch.sh (single_step_through_delay): Add.
927 * gdbarch.h, gdbarch.c: Re-generate.
928 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
929 (mips_step_skips_delay): Delete.
930 * mips-tdep.c (mips_single_step_through_delay): Replace
931 mips_step_skips_delay.
932 (mips_gdbarch_init): Set single_step_through_delay.
933 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
934
935 2004-10-31 Mark Kettenis <kettenis@gnu.org>
936
937 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
938 from TRAMP_FRAME frame type.
939
940 2004-10-31 Andrew Cagney <cagney@gnu.org>
941
942 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
943
944 * mips-tdep.c (mips_ignore_helper): Delete.
945 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
946 * infrun.c (handle_inferior_event): Delete #ifdef
947 DEPRECATED_IGNORE_HELPER_CALL code.
948
949 * config/mips/tm-mips.h (RA_REGNUM): Delete.
950
951 2004-10-31 Mark Kettenis <kettenis@gnu.org>
952
953 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
954 (fill_fpregset): Do not compile for 64-bit systems.
955 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
956 * Makefile.in (i386-sol2-nat.o): Update dependencies.
957 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
958
959 2004-10-30 Andrew Cagney <cagney@gnu.org>
960
961 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
962 (struct mdebug_extra_func_info): Define.
963 * config/alpha/tm-alpha.h: Delete same.
964 * config/mips/tm-mips.h: Delete same.
965 * mdebugread.c: Delete same.
966 * Makefile.in: Update dependencies.
967 * mips-mdebug-tdep.c: Include "mdebugread.h".
968
969 * objfiles.c: Include "mdebugread.h".
970 * mdebugread.c: Include "mdebugread.h".
971 (ecoff_relocate_cfi): Delete.
972 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
973 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
974 * mdebugread.h (ecoff_relocate_efi): New file.
975 * Makefile.in: Update dependencies.
976
977 * mips-tdep.c (struct frame_extra_info): Delete.
978 (temp_proc_desc): Delete.
979
980 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
981 MIPS_EFI_SYMBOL_NAME.
982 (mips_extra_func_info_t, mips_extra_func_info): Delete.
983 (struct mdebug_extra_func_info): Replace struct
984 alpha_extra_func_info and alpha_extra_func_info_t.
985 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
986 MIPS_EFI_SYMBOL_NAME.
987 (struct mdebug_extra_func_info): Replace struct
988 alpha_extra_func_info and alpha_extra_func_info_t.
989 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
990 * mdebugread.c, alpha-mdebug-tdep.c:
991
992 Suggested by Mark Kettenis.
993 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
994 fields frame_adjust and high_addr.
995 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
996 (non_heuristic_proc_desc): Delete references.
997
998 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
999 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1000 * mips-tdep.c: Update.
1001
1002 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1003 (MIPS_LAST_EMBED_REGNUM): Add.
1004 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1005 (LAST_EMBED_REGNUM): Delete.
1006 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1007
1008 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1009 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1010 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1011 * mips-linux-nat.c: Update.
1012
1013 * mips-tdep.h: Add comments on registers.
1014 (MIPS_UNUSED_REGNUM): Define.
1015 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1016 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1017 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1018 * mips-linux-nat.c, remote-mips.c: Update.
1019
1020 * config/mips/tm-mips.h (t_insn): Delete.
1021 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1022 Replace t_insn with ULONGEST.
1023
1024 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1025
1026 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1027 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1028 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1029 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1030 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1031 (mipsnbsd_core_osabi_sniffer): New function.
1032 (mipsnbsd_init_abi): Set regset_from_core_section.
1033 (_initialize_mipsnbsd_tdep): Remove calls to
1034 deprecated_add_core_fns.
1035 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1036 (mipsnbsd_regset_from_core_section): New functions.
1037 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1038 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1039
1040 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1041 Remove optimization for DEPRECATED_FP_REGNUM.
1042
1043 2004-10-30 Andrew Cagney <cagney@gnu.org>
1044
1045 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1046 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1047 (alpha_setup_arbitrary_frame): Delete.
1048 * mips-tdep.c (setup_arbitrary_frame): Delete.
1049 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1050 (setup_arbitrary_frame): Delete.
1051 * stack.c (parse_frame_specification_1): When specified, call
1052 create_new_frame with two parameters. Delete #ifdef
1053 SETUP_ARBITRARY_FRAME.
1054
1055 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1056 (MIPS_INSTLEN): Delete.
1057 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1058 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1059 * remote-mips.c, mips-tdep.c: Update.
1060
1061 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1062 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1063 * mips-tdep.c (mips_mdebug_frame_cache)
1064 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1065 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1066 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1067 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1068 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1069 (mips_gdbarch_init): Do not append mdebug sniffers.
1070 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1071 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1072 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1073 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1074 * Makefile.in: Update dependencies.
1075
1076 * mips-tdep.h (mips_abi_regsize): Declare.
1077 * mips-tdep.c (mips_abi_regsize): Make non-static.
1078
1079 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1080 (make_mips16_addr): Delete.
1081
1082 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1083
1084 * i386-sol2-nat.c: New file.
1085 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1086 i386-sol2-tdep.c.
1087 (i386-sol2-nat.o): Update dependencies.
1088 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1089 i386-sol2-nat.o.
1090
1091 2004-10-30 Andrew Cagney <cagney@gnu.org>
1092
1093 Total breakage identified by Joel Brobecker.
1094 * mips-tdep.c (after_prologue): Delete.
1095 (mips_skip_prologue): Use skip_prologue_using_sal.
1096 (heuristic_proc_desc): Delete, unused.
1097
1098 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1099
1100 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1101 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1102 Cleanup coding style.
1103
1104 2004-10-30 Andrew Cagney <cagney@gnu.org>
1105
1106 * mips-tdep.h (mips_pc_is_mips16): Declare.
1107 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1108 non-static. Update calls.
1109
1110 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1111 * command.h (add_setshow_enum_cmd): Declare.
1112 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1113
1114 * mips-tdep.c (_initialize_mips_tdep): Use
1115 add_setshow_zinteger_cmd.
1116
1117 * mips-tdep.c (mips_eabi_extract_return_value)
1118 (mips_o64_extract_return_value, mips_o64_store_return_value)
1119 (return_value_location, mips_eabi_reg_struct_has_addr)
1120 (mips_eabi_use_struct_convention)
1121 (mips_eabi_store_return_value): Delete.
1122 (mips_eabi_store_return_value): New function.
1123 (mips_eabi_return_value): New function.
1124 (mips_gdbarch_init): For O64 and EABI, delete
1125 extract_return_value, store_return_value, use_struct_convention
1126 and reg_struct_has_addr, add return_value.
1127
1128 * mips-tdep.c (read_signed_register): Use
1129 regcache_cooked_read_signed.
1130
1131 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1132
1133 * mipsread.c: Cleanup coding style.
1134 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1135 (mipscoff_symfile_finish): Remove prototypes.
1136
1137 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1138
1139 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1140 (mips_mdebug_frame_cache, mips16_scan_prologue)
1141 (mips32_scan_prologue, mips_stub_frame_cache)
1142 (heuristic_proc_start, heuristic_proc_desc)
1143 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1144 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1145 (mips_o32_return_value, mips_o64_push_dummy_call)
1146 (mips_step_skips_delay, mips_skip_trampoline_code)
1147 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1148 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1149 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1150 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1151 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1152 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1153 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1154 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1155 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1156 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1157 ZERO_REGNUM.
1158 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1159 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1160 ZERO_REGNUM.
1161 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1162 A0_REGNUM.
1163 * mipsnbsd-nat.c: Include "mips-tdep.h".
1164 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1165 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1166
1167 2004-10-29 Andrew Cagney <cagney@gnu.org>
1168
1169 * stack.c (parse_frame_specification_1): New function based on
1170 parse_frame_specification. Add message and selected_frame_p
1171 paramters. Truely always return non-NULL.
1172 (parse_frame_specification): Call parse_frame_specification_1.
1173 (frame_info): Update. Eliminate target_has_stack check.
1174 (select_frame_command): Update.
1175
1176 2004-10-29 Andrew Cagney <cagney@gnu.org>
1177
1178 * frame.h (get_selected_frame): Add message parameter.
1179 * frame.c (get_selected_frame): Add and use message parameter.
1180 * stack.c (current_frame_command, return_command, locals_info)
1181 (catch_info, args_info, up_silently_base, down_silently_base): Use
1182 get_selected_frame with an explicit message.
1183 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1184 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1185 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1186 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1187 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1188 * breakpoint.c: Update.
1189
1190 2004-10-29 Andrew Cagney <cagney@gnu.org>
1191
1192 * trad-frame.c (trad_frame_get_prev_register): Use
1193 frame_unwind_register instead of frame_register_unwind, do not
1194 recurse the register's location.
1195 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1196 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1197 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1198 * sh-tdep.c (sh_frame_prev_register): Ditto.
1199 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1200 * i386-tdep.c (i386_frame_prev_register): Ditto.
1201 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1202 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1203
1204 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1205
1206 * proc-events.c: Fix several coding-style issues. Consistently
1207 use #ifdef instead of #if defined().
1208 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1209 ARRAY_SIZE.
1210 (_initialize_proc_events): New prototype.
1211
1212 * proc-why.c: Fix several coding-style issues.
1213 (proc_prettyfprint_why): Use ARRAY_SIZE.
1214
1215 2004-10-27 Jim Blandy <jimb@redhat.com>
1216
1217 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1218 manner independent of the host byte order.
1219
1220 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1221
1222 * mips-tdep.c (id_delayed): Remove prototype.
1223
1224 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1225
1226 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1227 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1228 to enum with register numbers.
1229 (enum mips_insn_size): New enum.
1230
1231 2004-10-26 Andrew Cagney <cagney@gnu.org>
1232
1233 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1234 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1235 (mips_gdbarch_init): Update.
1236 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1237
1238 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1239 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1240 IN_SOLIB_RETURN_TRAMPOLINE.
1241 * mips-tdep.c (mips_dump_tdep): Do not print
1242 IN_SOLIB_RETURN_TRAMPOLINE.
1243 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1244 (mips_gdbarch_init): Update.
1245
1246 * mips-tdep.h (mips_software_single_step): Move to here ...
1247 * config/mips/tm-mips.h: ... from here.
1248 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1249 (SOFTWARE_SINGLE_STEP): Delete.
1250 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1251
1252 2004-10-25 Andrew Cagney <cagney@gnu.org>
1253
1254 * NEWS: Add Changes since GDB 6.3 section.
1255
1256 2004-10-23 Andreas Schwab <schwab@suse.de>
1257
1258 * ada-lang.c (grow_vect): Return the new array instead of
1259 expecting pointer to pointer to avoid violation of aliasing rules.
1260 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1261
1262 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1263
1264 * s390-tdep.c (enum pv_boolean): Remove.
1265 (pv_is_array_ref): Remove.
1266 (s390_on_stack): Remove.
1267 (S390_NUM_SPILL_SLOTS): Remove.
1268 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1269 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1270 (s390_store): Track all stores of orginal incoming registers to the
1271 stack constant offsets relative to the CFA, instead of only tracking
1272 stores into specific spill slots.
1273 (s390_load): Likewise.
1274 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1275 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1276 defined as call-saved by the ABI.
1277 (s390_push_dummy_call): Use bottom of dummy call argument save area
1278 as return value, not the top. Do not store to the called function's
1279 register save area.
1280 (s390_unwind_dummy_id): Adapt accordingly.
1281
1282 2004-10-23 Andrew Cagney <cagney@gnu.org>
1283
1284 * objfiles.h (struct objfile): Rename obj_private to
1285 deprecated_obj_private, sym_private to deprecated_sym_private, and
1286 sym_stab_info to deprecated_sym_stab_info.
1287 * gdb-stabs.h: Update.
1288 * elfread.c: Update.
1289 * dbxread.c: Update.
1290 * coffread.c: Update.
1291 * xcoffread.c: Update.
1292 * symfile.c: Update.
1293 * somread.c: Update.
1294 * nlmread.c: Update.
1295 * mdebugread.c: Update.
1296 * hpread.c: Update.
1297 * coffread.c: Update.
1298
1299 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1300
1301 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1302 * configure.host: Add mips64*-*-openbsd*.
1303 * configure.tgt: Add mips64*-*-openbsd*.
1304 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1305 mips64obsd-tdep.c.
1306 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1307 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1308
1309 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1310
1311 * symtab.c (symbol_search_name): Minor reformatting.
1312
1313 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1314
1315 * symtab.h: Fix typo in comment.
1316
1317 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1318
1319 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1320 (dwarf_decode_line_header): Likewise.
1321
1322 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1323
1324 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1325
1326 2004-10-19 Andrew Cagney <cagney@gnu.org>
1327
1328 GDB 6.3 branch created.
1329 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1330
1331 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1332
1333 * dwarf2read.c (set_cu_language): Set language to Ada for
1334 DW_LANG_Ada83 and DW_LANG_Ada95.
1335
1336 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1337
1338 From Andreas Schwab <schwab@suse.de>:
1339 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1340 for xmalloc and xrealloc.
1341
1342 2004-10-15 Andrew Cagney <cagney@gnu.org>
1343
1344 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1345 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1346 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1347 Update dependencies.
1348
1349 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1350
1351 * ada-lang.c (ada_lookup_symbol): Correct comment.
1352 (ada_evaluate_subexp): Change error message for
1353 OP_FUNCALL case so as not to indicate an internal error.
1354
1355 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1356
1357 Committed by Paul Hilfinger.
1358 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1359 type sizes in XVE/XVU types, and emit a warning when that happens,
1360 instead of rounding up the size of the resulting type.
1361 Some minor reformatting.
1362 (ada_is_aligner_type): Do not consider a type as an aligner type
1363 if there is a corresponding XVS type as well.
1364 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1365 have several levels of pointer indirection to the array.
1366
1367 2004-10-15 Jerome Guitton <guitton@gnat.com>
1368
1369 Committed by Paul Hilfinger.
1370 * ada-lang.c (check_size): New function.
1371 (coerce_unspec_val_to_type): call check_size to make sure
1372 that the object size is reasonable.
1373 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1374 Implements the case when we get a reference when we evaluate
1375 the expression of one of the bounds of the slice.
1376 (ada_value_struct_elt): when a packed array field is
1377 a reference, use ada_coerce_ref to dereference it; use
1378 ada_value_ind only if it is a pointer.
1379
1380 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1381
1382 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1383 a bit to avoid the necessity of an advance declaration. Remove
1384 declaration.
1385 (set_reg_offset): Move implemenation up.
1386 (mips16_get_imm): Likewise.
1387 (mips16_scan_prologue): Likewise.
1388 (reset_saved_regs): Likewise.
1389 (mips32_scan_prologue): Likewise.
1390
1391 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1392
1393 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1394 Remove sp as a parameter, compute it internally instead. Move
1395 prologue scanning limit from heuristic_proc_desc to here.
1396 (mips16_scan_prologue): Likewise.
1397 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1398 by call to mips16_scan_prologue.
1399 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1400 by call to mips32_scan_prologue.
1401 (heuristic_proc_desc): Remove code that's no longer necessary.
1402 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1403 (mips_skip_prologue): Update calls to mips16_scan_prologue
1404 and mips32_scan_prologue.
1405
1406 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1407
1408 * mips-tdep.c (mips16_scan_prologue): Merge code from
1409 mips16_skip_prologue. Now return the address of the first
1410 instruction past the function prologue.
1411 (mips16_skip_prologue): Remove, no longer necessary.
1412 (mips_skip_prologue): Replace call to mips16_skip_prologue
1413 by call to mips16_scan_prologue.
1414
1415 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1416
1417 * mips-tdep.c (mips32_scan_prologue): Merge code from
1418 mips32_skip_prologue. Now return the address of the first
1419 instruction past the function prologue.
1420 (mips32_skip_prologue): Remove. No longer necessary.
1421 (mips16_skip_prologue): Add parameter end_pc instead of
1422 computing it.
1423 (mips_skip_prologue): Compute the upper limit for the
1424 prologue scanning. Update call to mips16_skip_prologue.
1425 Replace call to mips32_skip_prologue by call to
1426 mips32_scan_prologue.
1427
1428 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1429
1430 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1431 NetBSD system call stubs that store %rp in the ERP slot of the
1432 stack frame.
1433
1434 * source.c: Always define O_BINARY to 0 if not defined already.
1435 (openp): Unconditionally use O_BINARY.
1436
1437 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1438 * event-top.c (gdb_readline2): Likewise.
1439
1440 2004-10-14 Orjan Friberg <orjanf@axis.com>
1441
1442 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1443 deprecated_add_core_fns which was removed by mistake.
1444
1445 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1446
1447 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1448 references to deprecated_registers[] with equivalent code.
1449
1450 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1451
1452 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1453 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1454 instead of explicit test and print statement.
1455
1456 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1457
1458 * sparc-nat.c: Include "inf-ptrace.h".
1459 (sparc_target): New function.
1460 * sparc-nat.h: Update copyright year.
1461 (sparc_target): New prototype.
1462 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1463 (_initialize_sparcnbsd_nat): Construct and add target vector.
1464 * sparc64nbsd-nat.c: Include "target.h".
1465 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1466 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1467 Update dependencies.
1468 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1469 inftarg.o, add inf-ptrace.o.
1470 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1471 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1472 (NAT_FILE): Set to nm-bsd.h.
1473 (LOADLIBES): New variable.
1474 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1475 infarg.o, add inf-ptrace.o.
1476 * config/sparc/nm-nbsdaout.h: Remove file.
1477 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1478 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1479 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1480
1481 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1482 "fopen-same.h". Update comment.
1483
1484 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1485
1486 * i386gnu-nat.c: Include "gdb_string.h".
1487 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1488 registers when the floating-point state isn't initialized.
1489 * Makefile.in (i386gnu-nat.o): Update dependencies.
1490
1491 2004-10-11 David Anderson <davea@sgi.com>
1492
1493 * regcache.c (regcache_raw_read): Comment was missing "to".
1494 Extraneous ' removed.
1495 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1496 comment now describes use.
1497
1498 2004-10-11 Orjan Friberg <orjanf@axis.com>
1499
1500 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1501 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1502 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1503 (cris_sigtramp_frame_sniffer): New functions.
1504 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1505 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1506 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1507 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1508 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1509 command.
1510 (cris_version_update): Remove, replace with ...
1511 (set_cris_version): New function.
1512 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1513 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1514 (_initialize_cris_tdep): Remove CRIS mode command.
1515 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1516 cris-fpless-backtrace command.
1517 (cris_scan_prologue): Fix prologue scanning limit.
1518 (cris_register_type): Update to reflect actual registers.
1519 (cris_register_bytes_ok) Remove.
1520 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1521 Remove set_gdbarch_deprecated_register_size,
1522 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1523
1524 2004-10-10 Andrew Cagney <cagney@gnu.org>
1525
1526 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1527 comment.
1528
1529 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1530
1531 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1532
1533 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1534
1535 * mips-tdep.c (mips16_scan_prologue): Renames
1536 mips16_heuristic_proc_desc. Update comment.
1537 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1538 (heuristic_proc_desc): Update calls to the 2 functions above.
1539
1540 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1541
1542 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1543 Update comments. Also immediately return empty cache when the start
1544 address of our function could not be found.
1545 (mips_insn32_frame_cache): Likewise.
1546
1547 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1548
1549 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1550 (mips_insn16_frame_cache): Pass frame cache in call to
1551 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1552 Remove code that became redundant as a consequence.
1553 (mips32_heuristic_proc_desc): No longer compute a fake
1554 procedure descriptor. Compute the full frame cache instead.
1555 Some minor comment reformatting.
1556
1557 2004-10-10 Jim Blandy <jimb@redhat.com>
1558
1559 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1560 reader, tracing bytecode stuff): Remove self.
1561
1562 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1563
1564 * sparc64-linux-tdep.c: Update copyright year. Don't include
1565 "solib-svr4.h".
1566 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1567 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1568 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1569
1570 * sparc-linux-tdep.c: Update copyright year.
1571 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1572 to struct frame_info *. Use safe_frame_unwind_memory instead of
1573 deprecated_read_memory_nobpt.
1574 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1575 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1576 changed signature of sparc_linux_sigtramp_start.
1577 (sparc32_linux_pc_in_sigtramp): Remove function.
1578 (sparc32_linux_sigtramp_p): New function.
1579 (sparc32_linux_sigtramp_frame_sniffer): Use
1580 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1581
1582 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1583 Remove function.
1584 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1585
1586 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1587 (decode_packed_array_type, value_subscript_packed)
1588 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1589 argument in call to lim_warning.
1590
1591 * configure.in: Really disable the TUI if an enhanced curses
1592 library isn't found.
1593 * configure: Regenerate.
1594
1595 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1596
1597 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1598 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1599 * config/i386/nm-nbsdaout.h: Remove file.
1600 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1601 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1602 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1603 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1604 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1605 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1606 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1607 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1608 (ldd, ld_un, ld_2): Remove defines.
1609 * config/i386/nm-obsd.h: Likewise.
1610
1611 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1612
1613 * ada-lex.l: Remove useless rule whose right-context clause
1614 causes unreferenced static function warning for yyrealloc.
1615 (ada_flex_use): Remove the artificial reference to yyrealloc.
1616
1617 2004-10-08 Andrew Cagney <cagney@gnu.org>
1618
1619 * target.h (struct target_ops): Rename to_xfer_memory to
1620 deprecated_xfer_memory.
1621 * target.c: Update.
1622 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1623 * wince.c: Update.
1624 * win32-nat.c: Update.
1625 * v850ice.c: Update.
1626 * uw-thread.c: Update.
1627 * thread-db.c: Update.
1628 * sol-thread.c: Update.
1629 * remote.c: Update.
1630 * remote-vx.c: Update.
1631 * remote-st.c: Update.
1632 * remote-sim.c: Update.
1633 * remote-sds.c: Update.
1634 * remote-rdp.c: Update.
1635 * remote-rdi.c: Update.
1636 * remote-mips.c: Update.
1637 * remote-m32r-sdi.c: Update.
1638 * remote-e7000.c: Update.
1639 * procfs.c: Update.
1640 * ppc-bdm.c: Update.
1641 * nto-procfs.c: Update.
1642 * monitor.c: Update.
1643 * linux-nat.c: Update.
1644 * inftarg.c: Update.
1645 * hpux-thread.c: Update.
1646 * go32-nat.c: Update.
1647 * gnu-nat.c: Update.
1648 * exec.c: Update.
1649 * corelow.c: Update.
1650 * bsd-kvm.c: Update.
1651 * aix-thread.c: Update.
1652
1653 2004-10-08 Andrew Cagney <cagney@gnu.org>
1654
1655 * target.c (debug_target): Move to near start of file.
1656 (target_stopped_data_address_p): Re-org logic, add casts.
1657
1658 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1659
1660 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1661 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1662 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1663 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1664 New defines.
1665
1666 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1667
1668 * target.h (to_stopped_data_address): Change prototype to
1669 take a CORE_ADDR pointer and return an int.
1670 * target.c (update_current_target): Change to_stopped_data_address
1671 to match new prototype.
1672 (debug_to_stopped_data_address): Change appropriately.
1673 * breakpoint.c (bpstat_stop_status): Change call to
1674 target_stopped_data_address to use new prototype.
1675 * frv-tdep.c (frv_have_stopped_data_address): New function.
1676 (frv_stopped_data_address): Change to new prototype and
1677 functionality.
1678 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1679 prototype and functionality.
1680 (ia64_stopped_by_watchpoint): New function.
1681 * i386-nat.c (i386_stopped_data_address): Change to new
1682 prototype and functionality.
1683 (i386_stopped_by_watchpoint): New function.
1684 * remote.c (remote_stopped_data_address): Change to new prototype
1685 and functionality.
1686 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1687 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1688 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1689 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1690 new i386_stopped_by_watchpoint function.
1691 (i386_stopped_by_watchpoint): New prototype.
1692 (i386_stoppped_data_address): Change to new prototype.
1693 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1694 new ia64_stopped_by_watchpoint function.
1695 (ia64_stopped_by_watchpoint): New prototype.
1696 (ia64_stopped_data_address): Ditto.
1697
1698 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
1699
1700 * ada-typeprint.c (ada_print_type): Use int_string for printing
1701 modulus of modular type.
1702 * ada-lang.h (ada_modulus): Change return type to unsigned.
1703 * ada-lang.c (ada_language_arch_info): Correct type of
1704 string_char_type.
1705 (ada_modulus): Return unsigned result.
1706 (ada_lookup_symbol): Remove user disambiguation and modify comment
1707 accordingly.
1708
1709 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
1710
1711 Committed by Paul Hilfinger.
1712 * ada-lang.c (decode_packed_array): On big-endian targets,
1713 left-justify the value if it comes with a modular type.
1714
1715 2004-10-08 Joel Brobecker <brobecker@gnat.com>
1716
1717 Committed by Paul Hilfinger.
1718 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1719 (is_name_suffix): Add support for "___JM" suffixes.
1720 (ada_check_typedef): Renames ada_completed_type.
1721 Update all users of CHECK_TYPEDEF, check_typedef, and
1722 ada_complete_type to call ada_check_typedef.
1723 * ada-typeprint.c: Likewise.
1724 * ada-valprint.c: Likewise.
1725
1726 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
1727
1728 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1729
1730 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
1731
1732 * MAINTAINERS: Update e-mail address.
1733
1734 2004-10-07 Daniel Jacobowitz <dan@debian.org>
1735
1736 From Maciej W. Rozycki <macro@mips.com>:
1737 * mips-tdep.c (mips32_next_pc): Check the register's contents,
1738 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1739
1740 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
1741
1742 * m32r-tdep.c (decode_prologue): Support functions written
1743 in assembler language. Recognize trap instructions as the
1744 end of prologue.
1745 (m32r_frame_unwind_cache): Ditto.
1746 (m32r_skip_prologue): Extend search limit. Quit analyzing
1747 prologue if pc's location is not readable.
1748
1749 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
1750
1751 * Makefile.in (.l.c): Do conversions of names of alloc and free
1752 functions that are done for .y.c files, plus special one
1753 for yy_flex_realloc. Also, correct missing-file tests here.
1754 * ada-lex.l (malloc, free): Remove macros.
1755 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1756 xrealloc.
1757 (ada_flex_use): Dummy definition to remove warnings about unused
1758 functions.
1759 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1760 to suppress warning.
1761
1762 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1763
1764 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1765 RETURN_VALUE.
1766 (sh_return_value_fpu): Ditto for CPUs with FPU.
1767 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1768 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1769 Install sh_return_value_nofpu resp. sh_return_value_fpu as
1770 RETURN_VALUE functions.
1771
1772 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1773
1774 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
1775 (sh_pseudo_register_write): Ditto.
1776
1777 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1778
1779 * sh-tdep.c (IS_MACL_STS): New define.
1780 (IS_MOVI20): Ditto.
1781 (IS_MACL_LDS): Ditto.
1782 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1783 instructions in prologue.
1784 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1785 instructions in epilogue.
1786
1787 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1788
1789 * sh-tdep.c (SH_NUM_REGS): Define as 67.
1790 (sh_sh_register_name): Add eight empty register names.
1791 (sh_sh3_register_name): Ditto.
1792 (sh_sh3e_register_name): Ditto.
1793 (sh_sh2e_register_name): Ditto.
1794 (sh_sh2a_register_name): New function, defining SH2A register set.
1795 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
1796 in nofpu case.
1797 (sh_sh_dsp_register_name): Add eight empty register names.
1798 (sh_sh3_dsp_register_name): Ditto.
1799 (sh_sh4_register_name): Ditto.
1800 (sh_sh4_nofpu_register_name): Ditto.
1801 (sh_sh4al_dsp_register_name): Ditto.
1802 (sh2a_show_regs): New function.
1803 (sh2a_nofpu_show_regs): New function.
1804 (sh_sh2a_register_type): New function.
1805 (do_bank_register_info): New function.
1806 (sh_print_pseudo_register): Call do_bank_register_info.
1807 Call sh_print_pseudo_register for valid "bank" register.
1808 (sh_sh2a_register_sim_regno): New function.
1809 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
1810 Increment pseudo register count by one for all sh variants with
1811 pseudo registers to accomodate pseudo bank register.
1812 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
1813 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
1814 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
1815 Increment pseudo register numbers.
1816
1817 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
1818
1819 * dwarf2read.c (read_subroutine_type): Call make_function_type
1820 instead of lookup_function_type.
1821
1822 2004-10-05 Jim Blandy <jimb@redhat.com>
1823
1824 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
1825 (Previous change missed some uses.)
1826
1827 2004-10-05 Andrew Cagney <cagney@gnu.org>
1828
1829 * target.h (deprecated_child_ops): Rename child_ops.
1830 * wince.c: Update copyright. Rename child_ops.
1831 * win32-nat.c: Rename child_ops.
1832 * target.c: Rename child_ops.
1833 * rs6000-nat.c: Rename child_ops.
1834 * linux-nat.c: Rename child_ops.
1835 * infttrace.c: Rename child_ops.
1836 * inftarg.c: Rename child_ops.
1837 * infptrace.c: Rename child_ops.
1838 * hppah-nat.c: Update copyright. Rename child_ops.
1839 * hpux-thread.c: Update copyright. Rename child_ops.
1840
1841 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1842
1843 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
1844
1845 2004-10-05 Andrew Cagney <cagney@gnu.org>
1846
1847 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
1848
1849 2004-10-05 Daniel Jacobowitz <dan@debian.org>
1850
1851 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
1852 (die_ref_table): Remove.
1853 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
1854 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
1855 the usage of this type.
1856 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
1857 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
1858 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
1859 (dwarf2_create_include_psymtab): Update comment.
1860 (find_partial_die): Remove third argument. Remove unreachable call
1861 to error ().
1862 (dwarf2_find_containing_comp_unit): Update comments. Change one
1863 assertion to an error. Remove an unreachable error.
1864 (dwarf2_find_comp_unit): Update comments.
1865 (type_at_offset): Remove dead code.
1866 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
1867 (store_in_ref_table): Add CU argument.
1868 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
1869 inter-compilation-unit references.
1870 (load_full_comp_unit, process_full_comp_unit): New functions, based
1871 on psymtab_to_symtab_1.
1872 (psymtab_to_symtab_1): Use them.
1873 (dwarf2_add_dependence): New function.
1874 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
1875 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
1876 (partial_die_parent_scope, guess_structure_name): Update for changes
1877 to find_partial_die.
1878 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
1879 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
1880 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
1881 (read_die_and_children): Update call to store_in_ref_table.
1882 (do_free_die_list_cleanup): Remove.
1883 (fixup_partial_die): Update for changes to find_partial_die.
1884 (read_full_die): Handle queueing absolute references.
1885 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
1886 (dwarf2_attr, die_specification, die_type)
1887 (die_containing_type, dwarf2_extension): Update calls to
1888 follow_die_ref.
1889 (dump_die): Update DW_FORM_ref* handling.
1890 (dwarf2_get_ref_die_offset): Likewise.
1891 (free_one_comp_unit): Release the dies list.
1892 (dwarf2_mark_helper): New function.
1893 (dwarf2_mark): Use it.
1894
1895 2004-10-05 Mark Kettenis <kettenis@jive.nl>
1896
1897 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
1898 when writing to memory.
1899
1900 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
1901
1902 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
1903 (m32r_extract_struct_value_address): Delete function.
1904 (m32r_return_value): New function.
1905 (m32r_gdbarch_init): Instead of store_return_value,
1906 extract_return_value, deprecated_extract_struct_value_address
1907 and deprecated_use_struct_convention, set return_value.
1908
1909 2004-10-03 Daniel Jacobowitz <dan@debian.org>
1910
1911 * dwarf2read.c (read_subrange_type): Add comment for variable
1912 sized arrays.
1913
1914 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
1915
1916 * Makefile.in (.l.c): Modify rule for compatibility with recent
1917 versions of flex, and remove most command-line options.
1918 * ada-lex.l: Add %options line in place of -I -i and -s command-line
1919 options.
1920
1921 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
1922
1923 Turn on initial Ada support (mainly expression evaluation).
1924
1925 * Makefile.in (SFILES): Remove ada-tasks.c.
1926 (HFILES_NO_SRCDIR): Add ada-lang.h.
1927 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
1928 (YYOBJ): Add ada-exp.o.
1929 (rule .l.c): Generalize to not mention ada.
1930 * symtab.c: Include ada-lang.h.
1931 (symbol_natural_name, symbol_demangled_name)
1932 (symbol_search_name): Add Ada case.
1933
1934 2004-10-01 Andrew Cagney <cagney@gnu.org>
1935
1936 * Makefile.in (COMMON_OBS): Add inf-child.o.
1937 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
1938 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1939 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1940 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
1941 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
1942 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
1943 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
1944 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
1945 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
1946 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
1947 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
1948 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
1949 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
1950
1951 * target.c (xfer_using_stratum): Change return type to LONGEST.
1952 On each iteration offset, readbuf and writebuf.
1953 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
1954 partial_length, and read/modify/write predicate, update comments.
1955 Pass buffer.word to ptrace write.
1956
1957 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1958
1959 * symfile.c (init_filename_language_table): Add extensions for
1960 Ada.
1961 * defs.h (enum language): Add language_ada.
1962 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
1963 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
1964 (add_symbols_from_enclosing_procs): Make a no-op for now.
1965 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
1966 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
1967 (find_line_in_linetable, find_next_line_in_linetable)
1968 (read_all_symtabs, is_plausible_func_for_line)
1969 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
1970 (is_runtime_sym_defined, check_size): Remove declaration.
1971 (function_name_from_pc, ada_translate_error_message)
1972 (ada_lookup_minimal_symbol): Remove definition.
1973 (ada_add_block_symbols): Remove useless label.
1974 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
1975 useless declaration.
1976 (ada_is_exception_sym): Likewise.
1977
1978 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
1979
1980 Add m32r-linux support.
1981 * configure.tgt: Add m32r*-*-linux*.
1982 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
1983 and m32r-linux-tdep.c.
1984 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
1985 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
1986 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
1987 m32r-linux-tdep.c.
1988 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
1989 config/m32r/linux.mh, config/m32r/linux.mt,
1990 config/m32r/nm-linux.h: New files.
1991
1992 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1993
1994 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1995 (mips32_fetch_instruction): Remove, unused.
1996
1997 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1998
1999 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2000 conditions that will always be true.
2001
2002 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2003
2004 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2005 (vaxbsd_fetch_inferior_registers): Rename from
2006 fetch_inferior_registers. Make static.
2007 (vaxbsd_store_inferior_registers): Rename from
2008 store_inferior_registers. Make static.
2009 (_initialize_vaxbsd_nat): Construct and add target vector.
2010 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2011 inftarg.o. Add inf-child.o and inf-ptrace.o.
2012 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2013 inftarg.o. Add inf-child.o and inf-ptrace.o.
2014 (NAT_FILE): Remove.
2015 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2016 inftarg.o. Add inf-child.o and inf-ptrace.o.
2017 (NAT_FILE): Remove.
2018 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2019
2020 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2021 (m88kbsd_fetch_inferior_registers): Rename from
2022 fetch_inferior_registers. Make static.
2023 (m88kbsd_store_inferior_registers): Rename from
2024 store_inferior_registers. Make static.
2025 (_initialize_m88kbsd_nat): New prototype and function.
2026 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2027 inftarg.o. Add inf-child.o and inf-ptrace.o.
2028 (NAT_FILE): Remove.
2029 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2030
2031 2004-09-30 Andrew Cagney <cagney@gnu.org>
2032
2033 * target.c (target_xfer_partial): New function.
2034 (target_read_memory_partial, target_write_memory_partial)
2035 (default_xfer_partial, target_read_partial, target_write_partial)
2036 (xfer_using_stratum): Use.
2037 (debug_to_xfer_partial): Delete function.
2038 (setup_target_debug): Do not override to_xfer_partial.
2039
2040 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2041
2042 * fork-child.c: Update copyright year. Fix coding style.
2043
2044 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2045
2046 * defs.h (msavestring, mstrsave): Remove prototypes.
2047 * utils.c (msavestring, mstrsave): Remove functions.
2048 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2049 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2050 of mstrsave.
2051 * source.c (find_and_open_source): Use xstrdup instead of
2052 mstrsave.
2053
2054 2004-09-30 Andrew Cagney <cagney@gnu.org>
2055
2056 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2057 (inf_ptrace_xfer_memory): Delete.
2058 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2059 (target_read_memory, target_write_memory): Use xfer_using_stratum
2060 when target_xfer_partial_p.
2061 (debug_target): Move to start of file.
2062 (target_read_memory_partial, target_write_memory_partial): Use
2063 to_xfer_partial when target_xfer_partial_p.
2064
2065 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2066 inf_ptrace_xfer_memory with equivalent code.
2067 * inftarg.c (child_xfer_partial): When performing a write, pass
2068 writebuf to child_xfer_memory.
2069
2070 * target.c (target_read_string): Use target_read_memory instead of
2071 target_xfer_memory.
2072
2073 2004-09-29 Andrew Cagney <cagney@gnu.org>
2074
2075 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2076 the address of status.
2077
2078 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2079 (kill_inferior): Inline ptrace_wait call.
2080 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2081 * inftarg.c (child_wait): Inline ptrace_wait call.
2082
2083 * target.h (struct target_ops): Delete field to_post_wait.
2084 (target_post_wait): Delete macro.
2085 (child_post_wait): Delete declaration.
2086 * target.c (update_current_target, update_current_target)
2087 (debug_to_post_wait, setup_target_debug): Delete functions and
2088 references.
2089 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2090 * inftarg.c (child_post_wait): Delete.
2091 (init_child_ops): Do not set to_post_wait.
2092 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2093 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2094 * inf-child.c (inf_child_post_wait): Delete.
2095 (inf_child_target): Do not set to_post_wait.
2096 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2097 (inf_ptrace_target): Do not set to_post_wait.
2098
2099 * wince.c (child_ops): Delete.
2100 * win32-nat.c (child_ops): Delete.
2101
2102 * inftarg.c (inftarg_set_find_memory_regions)
2103 (inftarg_set_make_corefile_notes): Delete functions.
2104 (_initialize_linux_nat): Inline calls.
2105
2106 * target.h (child_ops): Declare.
2107 * inftarg.c (child_ops): Move from here ...
2108 * target.c (child_ops): ... to here.
2109 * wince.c (child_ops): Delete extern declaration.
2110 * win32-nat.c (child_ops): Delete extern declaration.
2111 * linux-nat.c (child_ops): Delete extern declaration.
2112 * hpux-thread.c (child_ops): Delete extern declaration.
2113
2114 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2115
2116 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2117
2118 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2119
2120 * configure.in: Only set host_makefile_frag when building a native
2121 debugger.
2122 * configure: Regenerate.
2123
2124 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2125 for OpenBSD ELF.
2126
2127 2004-09-28 Andrew Cagney <cagney@gnu.org>
2128
2129 Problem identified by Paul Hilfinger.
2130 * Makefile.in (ada_lex_c): Define.
2131 (ada-lex.o): Delete rule.
2132
2133 * linux-proc.c: Delete file.
2134 * Makefile.in: Update.
2135 * config/sparc/linux64.mh (NATDEPFILES):
2136 * config/sparc/linux.mh (NATDEPFILES): Update.
2137 * config/s390/s390.mh (NATDEPFILES): Update.
2138 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2139 * config/powerpc/linux.mh (NATDEPFILES): Update.
2140 * config/pa/linux.mh (NATDEPFILES): Update.
2141 * config/mips/linux.mh (NATDEPFILES): Update.
2142 * config/m68k/linux.mh (NATDEPFILES): Update.
2143 * config/ia64/linux.mh (NATDEPFILES): Update.
2144 * config/i386/linux64.mh (NATDEPFILES): Update.
2145 * config/i386/linux.mh (NATDEPFILES): Update.
2146 * config/arm/linux.mh (NATDEPFILES): Update.
2147 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2148 * linux-nat.c: Update copyright. Include <sys/param.h>,
2149 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2150 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2151 (O_LARGEFILE): Possibly define.
2152 (_initialize_linux_nat, linux_proc_pending_signals)
2153 (add_line_to_sigset, linux_proc_xfer_memory)
2154 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2155 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2156 (struct linux_corefile_thread_data)
2157 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2158 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2159
2160 2004-09-16 Andrew Cagney <cagney@gnu.org>
2161
2162 * lin-lwp.c: Delete file.
2163 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2164 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2165 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2166 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2167 (linux_nat_attach, detach_callback, linux_nat_detach)
2168 (resume_callback, resume_clear_callback, linux_nat_resume)
2169 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2170 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2171 (status_callback, running_callback, count_events_callback)
2172 (select_singlestep_lwp_callback, select_event_lwp_callback)
2173 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2174 (child_wait, stop_and_resume_callback, linux_nat_wait)
2175 (kill_callback, kill_wait_callback, linux_nat_kill)
2176 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2177 (linux_nat_xfer_memory, linux_nat_thread_alive)
2178 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2179 (_initialize_linux_nat): New functions.
2180 * Makefile.in: Update all dependencies.
2181 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2182 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2183 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2184 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2185 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2186 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2187 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2188 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2189 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2190 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2191 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2192 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2193 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2194
2195 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2196
2197 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2198 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2199
2200 * configure.in: Don't comment out NATDEPFILES in the generated
2201 Makefile if NAT_FILE is unset.
2202 * configure: Regenerate.
2203
2204 2004-09-27 Andrew Cagney <cagney@gnu.org>
2205
2206 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2207 (insert_step_resume_breakpoint): Delete.
2208 (insert_step_resume_breakpoint_at_frame): New function.
2209 (insert_step_resume_breakpoint_at_sal): New function.
2210 (handle_inferior_event, step_into_function)
2211 (insert_step_resume_breakpoint): Simplify by using same.
2212
2213 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2214
2215 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2216
2217 * fbsd-proc.c: Remove file.
2218 * Makefile.in (fbsd-proc.o): Remove dependency.
2219
2220 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2221 code together.
2222
2223 * config/i386/nm-fbsd64.h: Remove file.
2224 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2225
2226 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2227
2228 * amd64-nat.h: Update copyright year.
2229 (amd64bsd_target): New prototype.
2230 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2231 (amd64bsd_target): New function.
2232 (amd64bsd_fetch_inferior_registers): Rename from
2233 fetch_inferior_registers. Make static.
2234 (amd64bsd_store_inferior_registers): Rename from
2235 store_inferior_registers. Make static.
2236 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2237 (_initialize_amd64fbsd_nat): Construct and add target vector.
2238 * amd64nbsd-nat.o: Include "target.h".
2239 (_initialize_amd64nbsd_nat): Construct and add target vector.
2240 * amd64obsd-nat.c: Include "target.h".
2241 (_initialize_amd64obsd_nat): Construct and add target vector.
2242 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2243 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2244 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2245 fbsd-nat.o.
2246 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2247 Remove infptrace.o and inftarg.o. Add inf-child.o and
2248 inf-ptrace.o.
2249 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2250 (amd64obsd-nat.o): Update dependencies.
2251
2252 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2253
2254 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2255 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2256 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2257 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2258 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2259
2260 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2261 Inline attach call.
2262 (inf_ptrace_detach): Inline detach call.
2263
2264 * configure.in: Check for waddstr instead of mvwaddstr when
2265 searching for curses library. Check for wborder.
2266 * configure, config.in: Regenerate.
2267 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2268 available.
2269
2270 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2271
2272 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2273
2274 Committed by Andrew Cagney.
2275 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2276 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2277 configuration.
2278 (fetch_register_using_p): Implement 'p' packet. Based on code by
2279 Fernando Nasser.
2280 (remote_fetch_registers): Call fetch_register_using_p.
2281 (init_all_packet_configs, show_remote_cmd)
2282 (_initialize_remote): Add p-packet.
2283
2284 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2285
2286 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2287 instead of call_ptrace. Call wait directly instead of
2288 ptrace_wait.
2289 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2290 (inf_ptrace_wait): Inline ptrace_wait call.
2291
2292 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2293
2294 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2295 rolled back instead.
2296
2297 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2298
2299 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2300 the new argument order.
2301
2302 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2303
2304 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2305 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2306 (struct gdbarch_tdep): Remove.
2307 (struct xstormy16_frame_cache): New frame cache structure.
2308 (xstormy16_register_byte, xstormy16_register_raw_size)
2309 (xstormy16_reg_virtual_type, xstormy16_register_type)
2310 (xstormy16_push_arguments, xstormy16_push_return_address)
2311 (xstormy16_pop_frame, xstormy16_store_struct_return)
2312 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2313 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2314 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2315 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2316 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2317 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2318 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2319 (xstormy16_extract_return_value, xstormy16_store_return_value):
2320 Regcachify. Drop useless struct convention handling.
2321 (xstormy16_register_type, xstormy16_return_value)
2322 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2323 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2324 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2325 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2326 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2327 (xstormy16_unwind_dummy_id) : New functions.
2328 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2329 of xstormy16_scan_prologue.
2330 (xstormy16_frame_unwind): New frame_unwind structure.
2331 (xstormy16_frame_base): New frame_base structure.
2332 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2333 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2334
2335 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2336
2337 * language.c (language_gdbarch_post_init): Fix off-by one error.
2338
2339 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2340
2341 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2342 (struct dwarf2_offset_and_type): New.
2343 (set_die_type, reset_die_and_siblings_types, get_die_type)
2344 (offset_and_type_hash, offset_and_type_eq): New functions.
2345 (read_structure_type, read_enumeration_type, read_array_type)
2346 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2347 (read_tag_reference_type, read_tag_const_type)
2348 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2349 (read_typedef, read_base_type, read_subrange_type): Use
2350 set_die_type.
2351
2352 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2353
2354 * Makefile.in (dwarf2read.o): Update dependencies.
2355 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2356 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2357 and read_in_chain.
2358 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2359 mark, and has_form_ref_addr.
2360 (struct dwarf2_per_cu_data): New.
2361 (dwarf2_max_cache_age): New.
2362 (dwarf2_build_psymtabs_hard): Free cached compilation units
2363 after loading. Create and manage the list of compilation units.
2364 Remove unnecessary NULL initialization. Fix indentation.
2365 (psymtab_to_symtab_1): Initialize all of CU.
2366 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2367 (find_partial_die): Use dwarf2_find_containing_comp_unit
2368 and load_comp_unit.
2369 (free_stack_comp_unit): Update comments. Clear the per-cu
2370 pointer. Handle aging.
2371 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2372 (age_cached_comp_units, free_one_cached_comp_unit)
2373 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2374 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2375 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2376 (show_dwarf2_cmd): New.
2377 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2378 and "maint show dwarf2 max-cache-age".
2379 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2380 externs.
2381 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2382 global.
2383
2384 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2385
2386 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2387 and dwarf2_cu struct pointer as arguments. Change function to use
2388 obstack if provided and use dwarf2_cu to determine language-specific
2389 separator.
2390 (partial_die_parent_scope): Change comment to include java. Use
2391 new version of typename_concat instead of obconcat.
2392 (partial_die_full_name): Use typename_concat.
2393 (read_namespace): Ditto.
2394 (read_enumeration_type): Use typename_concat instead of obconcat.
2395 (new_symbol): Ditto.
2396 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2397 (guess_structure_name): Ditto.
2398 (read_subroutine_type): Ditto.
2399 (read_structure_type): Ditto.
2400 (is_vtable_name): Add Java support.
2401 (determine_class_name): Switch to new typename_concat call.
2402 (determine_prefix): Switch to new typename_concat call.
2403 * jv-exp.y (FuncStart): New pattern.
2404 (MethodInvocation): Add support for simple function calls. Change
2405 warning message for other forms of inferior call currently not
2406 supported.
2407 * valarith.c (value_subscript): Treat an array with upper-bound
2408 of -1 as unknown size.
2409
2410 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2411
2412 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2413 (lookup_partial_symtab): Use symtab_to_fullname.
2414
2415 2004-09-19 Jim Blandy <jimb@redhat.com>
2416
2417 * minsyms.c (lookup_minimal_symbol): Doc fix.
2418
2419 2004-09-20 Andrew Cagney <cagney@gnu.org>
2420
2421 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2422 CHILD_RESUME.
2423 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2424 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2425 KILL_INFERIOR.
2426 * infptrace.c: Update.
2427
2428 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2429
2430 * symtab.c (output_source_filename): Mark first argument as const.
2431 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2432 for "info sources" output.
2433
2434 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2435
2436 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2437 <machine/vmparam.h>.
2438 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2439 (register_u_addr): Remove prototype.
2440
2441 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2442
2443 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2444 (i386bsd_fetch_inferior_registers): Rename from
2445 fetch_inferior_registers. Make static.
2446 (i386bsd_store_inferior_registers): Rename from
2447 store_inferior_registers. Make static.
2448 (i386bsd_target): New function.
2449 * i386bsd-nat.h: New file.
2450 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2451 "i386bsd-nat.h".
2452 (i386fbsd_resume): Rename from child_resume. Make static.
2453 (_initialize_i386fbsd_nat): Construct and add target vector.
2454 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2455 (_initialize_i386nbsd_nat): Construct and add target vector.
2456 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2457 Remove defines.
2458 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2459 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2460 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2461 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2462 (LOADLIBES): New variable.
2463 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2464 inf-ptrace.o. Remove inftarg.o.
2465 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2466 inf-ptrace.o. Remove inftarg.o.
2467 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2468 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2469 (LOADLIBES): New variable.
2470 * Makefile.in (i386bsd_nat_h): New variable.
2471 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2472 dependencies.
2473
2474 * sparc64nbsd-tdep.c: Include "objfiles.h".
2475 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2476 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2477 svr4_lp64_fetch_link_map_offsets.
2478 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2479 "nbsd-tdep.h".
2480 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2481 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2482 svr4_lp64_fetch_link_map_offsets.
2483 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2484 dependencies.
2485
2486 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2487 * fbsd-nat.h: New file.
2488 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2489 (fbsd_nat_h): New variable.
2490 (fbsd-nat.o): New dependency.
2491
2492 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2493 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2494
2495 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2496 comment.
2497
2498 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2499
2500 * ada-exp.y (type_int): New function to add layer of abstraction
2501 around references to expression types.
2502 (type_long): Ditto.
2503 (type_long_long): Ditto.
2504 (type_float): Ditto.
2505 (type_double): Ditto.
2506 (type_long_double): Ditto.
2507 (type_char): Ditto.
2508 (type_system_address): Ditto.
2509 (simple_exp): Use type_* functions in place of builtin_*
2510 variables.
2511 (exp): Ditto.
2512 (write_var_from_name): Ditto.
2513 (write_object_renaming): Ditto.
2514 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2515 declaration.
2516 (build_ada_types): Remove, replacing with...
2517 (ada_language_arch_info): New function to initialize primitive
2518 type vector in language_arch_info.
2519 (ada_array_length): Remove use of builtin_type_ada_int.
2520 (value_pos_atr): Ditto.
2521 (ada_evaluate_subexp): Ditto.
2522 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2523 builtin_type_ada_long_long, builtin_type_ada_char,
2524 builtin_type_ada_float, builtin_type_ada_double,
2525 builtin_type_ada_long_double, builtin_type_ada_natural,
2526 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2527 (ada_builtin_types): Remove.
2528 (ada_language_defn): Remove entries for la_builtin_type_vector and
2529 string_char_type and use ada_language_arch_info.
2530 (_initialize_ada_language): Do type-vector initialization along
2531 the lines of c-lang.c.
2532 (ada_create_fundamental_type): Break up line.
2533 (ada_dump_symtab): Remove unused function.
2534 (enum ada_primitive_types): Define.
2535 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2536 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2537 builtin_type_ada_float, builtin_type_ada_double,
2538 builtin_type_ada_long_double, builtin_type_ada_natural,
2539 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2540 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2541 (processInt): Ditto.
2542 (processReal): Ditto.
2543 (name_lookup): Ditto.
2544 * ada-typeprint.c (print_range): Use builtin_type_int, not
2545 builtin_type_ada_int.
2546
2547 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2548
2549 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2550
2551 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2552 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2553 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2554 * configure.in: Improve checks for curses library by checking for
2555 mvwaddstr instead of initscr. Drop HP curses in favour of
2556 standard curses on HP-UX.
2557 * configure: Regenerated.
2558
2559 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2560
2561 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2562 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2563 Minor formatting changes.
2564 (empty_array): Slight rewrite for formatting.
2565 (emit_char,parse,ada_language_defn,build_ada_types,
2566 ada_is_exception_sym, _initialize_ada_language): Move
2567 definitions around.
2568 (ada_dump_symtab): Remove unused definition.
2569 (ada_maybe_exception_partial_symbol): Remove unused definition.
2570
2571 2004-09-16 Andrew Cagney <cagney@gnu.org>
2572
2573 * inf-child.c: Include "gdb_string.h".
2574 (inf_child_core_file_to_sym_file): Delete.
2575 (inf_child_target): Set to_fetch_registers and to_store_registers.
2576 * inf-ptrace.c: Include "gdb_string.h".
2577 * Makefile.in: Update all dependencies.
2578
2579 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2580 problem.
2581
2582 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2583
2584 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2585 call to heuristic_proc_desc. Remove code that became redundant
2586 as a consequence.
2587 (read_next_frame_reg): Remove special case for SP_REGNUM.
2588 (set_reg_offset): Fix small typo.
2589 (reset_saved_regs): New procedure.
2590 (mips32_heuristic_proc_desc): No longer compute a fake
2591 procedure descriptor. Compute the full frame cache instead.
2592 Some minor comment reformatting.
2593
2594 2004-09-14 Andrew Cagney <cagney@gnu.org>
2595
2596 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2597 maintainer.
2598
2599 * thread-db.c (thread_db_new_objfile): Assume that there is a
2600 child process.
2601
2602 2004-09-13 Jim Blandy <jimb@redhat.com>
2603
2604 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2605 so that its storage isn't referenced after its lifetime ends.
2606
2607 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2608 and never assigned to. Delete it, and the 'if (use_buffer)'
2609 clauses. Delete 'raw_buffer', since it is now unused.
2610
2611 2004-09-13 Andrew Cagney <cagney@gnu.org>
2612
2613 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2614 * configure: Re-generate.
2615 * nlm/Makefile.in (TAGS): Update.
2616 * Makefile.in (TAGS): Update.
2617 * config/vax/nbsd.mt (TM_FILE): Update.
2618 * config/sparc/vxworks.mt (TM_FILE): Update.
2619 * config/sparc/sol2.mt (TM_FILE): Update.
2620 * config/sparc/sol2-64.mt (TM_FILE): Update.
2621 * config/sparc/obsd64.mt (TM_FILE): Update.
2622 * config/sparc/obsd.mt (TM_FILE): Update.
2623 * config/sparc/nbsd64.mt (TM_FILE): Update.
2624 * config/sparc/nbsd.mt (TM_FILE): Update.
2625 * config/sparc/linux64.mt (TM_FILE): Update.
2626 * config/sparc/linux.mt (TM_FILE): Update.
2627 * config/sparc/fbsd.mt (TM_FILE): Update.
2628 * config/sh/wince.mt (TM_FILE): Update.
2629 * config/sh/nbsd.mt (TM_FILE): Update.
2630 * config/sh/linux.mt (TM_FILE): Update.
2631 * config/sh/embed.mt (TM_FILE): Update.
2632 * config/s390/s390.mt (TM_FILE): Update.
2633 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2634 * config/rs6000/rs6000.mt (TM_FILE): Update.
2635 * config/rs6000/aix4.mt (TM_FILE): Update.
2636 * config/powerpc/vxworks.mt (TM_FILE): Update.
2637 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2638 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2639 * config/powerpc/obsd.mt (TM_FILE): Update.
2640 * config/powerpc/nbsd.mt (TM_FILE): Update.
2641 * config/powerpc/linux.mt (TM_FILE): Update.
2642 * config/powerpc/aix.mt (TM_FILE): Update.
2643 * config/pa/obsd.mt (TM_FILE): Update.
2644 * config/pa/linux.mt (TM_FILE): Update.
2645 * config/pa/hppahpux.mt (TM_FILE): Update.
2646 * config/pa/hppa64.mt (TM_FILE): Update.
2647 * config/pa/hppa.mt (TM_FILE): Update.
2648 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2649 * config/mips/wince.mt (TM_FILE): Update.
2650 * config/mips/vxmips.mt (TM_FILE): Update.
2651 * config/mips/nbsd.mt (TM_FILE): Update.
2652 * config/mips/linux.mt (TM_FILE): Update.
2653 * config/mips/irix6.mt (TM_FILE): Update.
2654 * config/mips/irix5.mt (TM_FILE): Update.
2655 * config/mips/embed.mt (TM_FILE): Update.
2656 * config/m68k/vxworks68.mt (TM_FILE): Update.
2657 * config/m68k/st2000.mt (TM_FILE): Update.
2658 * config/m68k/os68k.mt (TM_FILE): Update.
2659 * config/m68k/obsd.mt (TM_FILE): Update.
2660 * config/m68k/nbsd.mt (TM_FILE): Update.
2661 * config/m68k/monitor.mt (TM_FILE): Update.
2662 * config/m68k/linux.mt (TM_FILE): Update.
2663 * config/m68k/cisco.mt (TM_FILE): Update.
2664 * config/ia64/linux.mt (TM_FILE): Update.
2665 * config/ia64/aix.mt (TM_FILE): Update.
2666 * config/ia64/ia64.mt (TM_FILE): Update.
2667 * config/i386/vxworks.mt (TM_FILE): Update.
2668 * config/i386/obsd64.mt (TM_FILE): Update.
2669 * config/i386/obsd.mt (TM_FILE): Update.
2670 * config/i386/nto.mt (TM_FILE): Update.
2671 * config/i386/nbsd64.mt (TM_FILE): Update.
2672 * config/i386/nbsd.mt (TM_FILE): Update.
2673 * config/i386/linux64.mt (TM_FILE): Update.
2674 * config/i386/linux.mt (TM_FILE): Update.
2675 * config/i386/i386sol2.mt (TM_FILE): Update.
2676 * config/i386/i386lynx.mt (TM_FILE): Update.
2677 * config/i386/fbsd64.mt (TM_FILE): Update.
2678 * config/i386/fbsd.mt (TM_FILE): Update.
2679 * config/i386/cygwin.mt (TM_FILE): Update.
2680 * config/h8300/h8300.mt (TM_FILE): Update.
2681 * config/frv/frv.mt (TM_FILE): Update.
2682 * config/cris/cris.mt (TM_FILE): Update.
2683 * config/arm/wince.mt (TM_FILE): Update.
2684 * config/arm/nbsd.mt (TM_FILE): Update.
2685 * config/arm/linux.mt (TM_FILE): Update.
2686 * config/arm/embed.mt (TM_FILE): Update.
2687 * config/alpha/nbsd.mt (TM_FILE): Update.
2688 * config/alpha/fbsd.mt (TM_FILE): Update.
2689 * config/alpha/alpha.mt (TM_FILE): Update.
2690 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2691 * config/alpha/alpha-linux.mt (TM_FILE): Update.
2692
2693 Eliminate event_loop_p, always has the value 1.
2694 * defs.h (event_loop_p): Delete macro.
2695 * breakpoint.c (until_break_command): Simplify.
2696 * utils.c (prompt_for_continue): Simplify.
2697 * tracepoint.c (read_actions): Simplify.
2698 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
2699 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
2700 (set_prompt, init_main): Simplify.
2701 (init_signals, disconnect): Delete, unused.
2702 * remote.c (remote_async_resume)
2703 (extended_remote_async_create_inferior): Simplify.
2704 * mi/mi-interp.c (mi_input): Delete, unused.
2705 (mi_interpreter_resume, mi_command_loop): Simplify.
2706 * interps.c (current_interp_command_loop): Simplify.
2707 * infrun.c (proceed): Simplify.
2708 * infcmd.c (run_command, continue_command, step_1, jump_command)
2709 (until_command, advance_command, finish_command)
2710 (interrupt_target_command): Simplify.
2711 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2712
2713 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2714 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2715 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2716 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2717 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2718 * mips-tdep.c (mips_dump_tdep): Do not print same.
2719
2720 2004-09-12 Andrew Cagney <cagney@gnu.org>
2721
2722 * valprint.c (print_longest): Use fputs_filtered. Make "val"
2723 const.
2724 * Makefile.in (valprint.o): Delete explict rule.
2725
2726 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
2727 reported by Dave Anderson.
2728
2729 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2730
2731 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2732
2733 2004-09-12 Salvador E. Tropea <set@users.sf.net>
2734 Andrew Cagney <cagney@gnu.org>
2735
2736 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2737 (mi_cmd_data_list_register_values)
2738 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2739 the register number computation.
2740
2741 2004-09-12 Andrew Cagney <cagney@gnu.org>
2742
2743 * ppcnbsd-nat.c: Include "inf-ptrace.h".
2744 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2745 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2746 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2747 target.
2748 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2749 inf-ptrace.o and inf-child.o.
2750 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2751 * Makefile.in: Update dependencies.
2752
2753 2004-09-11 Andrew Cagney <cagney@gnu.org>
2754
2755 * language.c (hex_string, hex_string_custom): Move from here ...
2756 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2757 (CELLSIZE): Increase to 50.
2758 * language.h (hex_string, hex_string_custom): Move from here ...
2759 * defs.h: ... to here.
2760 * Makefile.in: Update all dependencies.
2761
2762 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
2763
2764 * language.c (local_hex_format_custom): Remove.
2765 (local_hex_string): Rename to hex_string, use C format, and move to
2766 utils.c
2767 (local_hex_string_custom): Rename to hex_string_custom and change
2768 interface. Now uses C format. Move to utils.c
2769 (local_octal_format_custom): Remove.
2770 (local_decimal_format_custom): Remove.
2771 (unknown_language_defn): Remove language-specific number
2772 formatting entries.
2773 (auto_language_defn): Ditto.
2774 (local_language_defn): Ditto.
2775 * language.h (struct language_format_info): Delete declaration.
2776 (struct language_defn): Remove language_format_info fields
2777 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2778 (local_binary_format): Remove macro.
2779 (local_binary_format_prefix): Remove macro.
2780 (local_binary_format_specifier): Remove macro.
2781 (local_binary_format_suffix): Remove macro.
2782 (local_octal_format): Remove macro.
2783 (local_octal_format_prefix): Remove macro.
2784 (local_octal_format_specifier): Remove macro.
2785 (local_octal_format_suffix): Remove macro.
2786 (local_decimal_format): Remove macro.
2787 (local_decimal_format_prefix): Remove macro.
2788 (local_decimal_format_specifier): Remove macro.
2789 (local_decimal_format_suffix): Remove macro.
2790 (local_hex_format): Remove macro.
2791 (local_hex_format_prefix): Remove macro.
2792 (local_hex_format_specifier): Remove macro.
2793 (local_hex_format_suffix): Remove macro.
2794 (local_decimal_format_custom): Remove.
2795 (local_octal_format_custom): Remove.
2796 (local_hex_format_custom): Remove.
2797 (local_hex_string): Rename to hex_string and move to defs.h.
2798 (local_hex_string_custom): Rename to hex_string_custom, change
2799 interface, and move to defs.h.
2800 * utils.c: (int_string): New function.
2801 (hex_string): New function (from language.c).
2802 (hex_string_custom): New function (from language.c).
2803 (octal2str): New function.
2804 (decimal2str): Add width parameter.
2805 (paddr_u): Use new decimal2str interface.
2806 (paddr_d): Ditto.
2807 * defs.h (hex_string): Declare.
2808 (hex_string_custom): Declare.
2809 (int_string): Declare.
2810 * printcmd.c (print_scalar_formatted): Remove localized binary
2811 formatting.
2812 * valprint.c (print_longest): Use int_string.
2813 (print_floating): Use C hex format.
2814 (print_hex_chars): Ditto.
2815 (print_binary_chars): Remove language-specific formatting.
2816 (print_octal_chars): Use C octal format.
2817 (print_decimal_chars): Delocalize format.
2818 (print_decimal): Remove.
2819 * ada-lang.c (ada_language_defn): Remove language-specific number
2820 formatting entries.
2821 * p-lang.c (pascal_language_defn): Ditto.
2822 * c-lang.c (c_language_defn): Ditto.
2823 (cplus_language_defn): Ditto.
2824 (asm_language_defn): Ditto.
2825 (minimal_language_defn): Ditto.
2826 * f-lang.c (f_language_defn): Ditto.
2827 * jv-lang.c (java_language_defn): Ditto.
2828 * m2-lang.c (m2_language_defn): Ditto.
2829 * scm-lang.c (scm_language_defn): Ditto.
2830 * objc-lang.c (objc_language_defn): Ditto.
2831 * memattr.c (mem_info_command): Use renamed hex_string_custom with
2832 new interface.
2833 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
2834 * ui-out.c (ui_out_field_core_addr): Ditto.
2835 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
2836 * exec.c (print_section_info): Ditto.
2837 * i387-tdep.c (print_i387_status_word): Ditto.
2838 (print_i387_control_word): Ditto.
2839 (i387_print_float_info): Ditto.
2840 * maint.c (maint_print_section_info): Ditto.
2841 * solib.c (info_sharedlibrary_command): Ditto.
2842 * somsolib.c (som_sharedlibrary_info_command): Ditto.
2843 * symtab.c (print_msymbol_info): Ditto.
2844 * tracepoint.c (tracepoints_info): Ditto.
2845 * solib-frv.c (lm_base): Ditto.
2846 (frv_current_sos): Ditto.
2847 (enable_break2): Ditto.
2848 (enable_break): Ditto.
2849 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
2850 (process_one_symbol): Ditto.
2851 * infcmd.c (program_info): Ditto.
2852 * mdebugread.c (parse_partial_symbols): Ditto.
2853 * symfile.c (add_symbol_file_command): Ditto.
2854 * cli/cli-cmds.c (edit_command): Ditto.
2855 (list_command): Ditto.
2856 * infcall.c (call_function_by_hand): Ditto.
2857 * remote-vx.c (vx_run_files_info): Ditto.
2858 (vx_wait): Ditto.
2859 (vx_attach): Ditto.
2860 (vx_detach): Ditto.
2861 (vx_kill): Ditto.
2862 * aix-thread.c (pdc_symbol_addrs): Ditto.
2863 (pdc_read_regs): Ditto.
2864 (pdc_write_regs): Ditto.
2865 (pdc_read_data): Ditto.
2866 (pdc_write_data): Ditto.
2867 * d10v-tdep.c (display_trace): Ditto.
2868 * rs6000-nat.c (find_toc_address): Ditto.
2869 * aix-thread.c: Don't include language.h.
2870 * buildsym.c: Ditto.
2871 * dbxread.c: Ditto.
2872 * mdebugread.c: Ditto.
2873 * rs6000-nat.c: Ditto.
2874 * buildsym.c (make_blockvector): Use renamed hex_string.
2875
2876 2004-09-10 Jason Molenda (jmolenda@apple.com)
2877
2878 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
2879 chars after 'if' or 'while' commands in user-defined commands.
2880
2881 2004-09-08 Jim Blandy <jimb@redhat.com>
2882
2883 Fix bug reported and analyzed by Olivier Crete:
2884 * symfile.c (copy_section_addr_info): New function.
2885 (symbol_file_add_with_addrs_or_offsets): Use it to save the
2886 original set of address arguments, instead of handwritten code
2887 that uses one length to allocate and a different length to
2888 initialize. Use make_cleanup_free_section_addr_info.
2889 * symfile.h (copy_section_addr_info): New declaration.
2890 * utils.c: #include "symfile.h".
2891 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
2892 New functions.
2893 * defs.h (make_cleanup_free_section_addr_info): New declaration.
2894 * Makefile.in (utils.o): Update dependencies.
2895
2896 2004-09-08 Andrew Cagney <cagney@gnu.org>
2897
2898 * thread-db.c (keep_thread_db): Delete.
2899 (thread_db_new_objfile, thread_db_create_inferior)
2900 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
2901
2902 2004-09-08 Mark Kettenis <kettenis@gnu.org>
2903
2904 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
2905 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
2906 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
2907 (i386_frameless_signal_p): Remove prototype.
2908 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
2909 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
2910 I386_SSE_NUM_REGS.
2911 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
2912 instead of FP0_REGNUM.
2913 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
2914 of FP0_REGNUM and FPC_REGNUM.
2915
2916 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
2917 (sunos_solib_create_inferior_hook): Don't call
2918 sunos_relocate_main_executable.
2919
2920 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
2921 solib_svr4_fetch_link_map_offsets to
2922 svr4_ilp32_fetch_link_map_offsets.
2923 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
2924 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
2925 svr4_ilp32_fetch_link_map_offsets.
2926 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
2927
2928 2004-09-07 Jim Blandy <jimb@redhat.com>
2929
2930 * frame.h (frame_register): Doc fix.
2931
2932 2004-09-07 Andrew Cagney <cagney@gnu.org>
2933
2934 * vx-share/wait.h: Delete #ifdef USG.
2935 * utils.c (request_quit): Ditto.
2936 * tui/tui.c (tui_reset): Ditto.
2937 * remote.c: Ditto.
2938 * remote-sds.c: Ditto.
2939 * remote-rdi.c: Ditto.
2940 * mdebugread.c: Ditto.
2941 * m68klinux-nat.c: Ditto.
2942 * infttrace.c: Ditto.
2943 * infptrace.c: Ditto.
2944 * i386v-nat.c: Ditto.
2945 * exec.c: Ditto.
2946 * dbxread.c: Ditto.
2947 * core-aout.c: Ditto.
2948
2949 2004-09-05 Joel Brobecker <brobecker@gnat.com>
2950
2951 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
2952 heuristic_proc_desc.
2953 (mips_insn32_frame_cache): Likewise.
2954
2955 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2956
2957 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
2958 left behind by error.
2959
2960 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2961
2962 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
2963 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
2964
2965 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2966
2967 * config/rs6000/xm-aix4.h: Remove this file.
2968 * config/rs6000/aix4.mh (XM_FILE): Delete.
2969
2970 2004-09-04 Joel Brobecker <brobecker@gnat.com>
2971
2972 * config/rs6000/xm-rs6000.h: Remove this file.
2973 * config/rs6000/rs6000.mh (XM_FILE): Remove.
2974
2975 2004-09-03 Andrew Cagney <cagney@gnu.org>
2976
2977 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
2978 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
2979 only use.
2980
2981 * mips-tdep.c (temp_saved_regs): Delete.
2982 (set_reg_offset): Replace saved_regs parameter with this_cache.
2983 (heuristic_proc_desc, mips16_heuristic_proc_desc)
2984 (mips32_heuristic_proc_desc): Add this_cache parameter.
2985 (mips_insn32_frame_cache, mips_insn16_frame_cache)
2986 (after_prologue): Pass a NULL this_cache.
2987
2988 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
2989 non-kernel trap prologues.
2990
2991 * mips-tdep.c (find_proc_desc): Delete function.
2992 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
2993 simplify.
2994 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2995 mips_insn32_frame_cache.
2996
2997 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2998 Simplify as NEXT_FRAME is NULL.
2999 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3000
3001 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3002 local variable.
3003 (mips_skip_prologue): Update.
3004
3005 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3006 "cur_frame" parameter.
3007 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3008 (mips_insn32_frame_cache, find_proc_desc): Update
3009
3010 * config/vax/nm-obsd.h: Delete file.
3011 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3012 * config/vax/nm-nbsd.h: Delete file.
3013 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3014 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3015 * config/sh/nm-nbsd.h: Delete file.
3016 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3017 * config/rs6000/nm-rs6000ly.h: Delete file.
3018 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3019 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3020 * config/powerpc/nm-obsd.h: Delete file.
3021 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3022 * config/powerpc/nm-nbsd.h: Delete file.
3023 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3024 * config/pa/nm-obsd.h: Delete file.
3025 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3026 * config/mips/nm-nbsd.h: Delete file.
3027 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3028 * config/m88k/nm-obsd.h: Delete file.
3029 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3030 * config/m68k/nm-nbsd.h: Delete file.
3031 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3032 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3033 * config/i386/nm-nbsd.h: Delete file.
3034 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3035 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3036 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3037 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3038 * config/i386/nm-i386lynx.h: Delete file.
3039 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3040 * config/arm/nm-nbsd.h: Delete file.
3041 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3042 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3043
3044 * config/i386/tm-fbsd.h: Delete file.
3045 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3046 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3047
3048 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3049 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3050 * config/rs6000/aix4.mt (TM_FILE): Set to
3051 config/rs6000/tm-rs6000.h.
3052 * config/powerpc/tm-ppc-aix.h: Delete file.
3053 * config/powerpc/aix.mt (TM_FILE): Set to
3054 config/rs6000/tm-rs6000.h.
3055 * config/m68k/tm-linux.h: Delete file.
3056 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3057 * config/i386/tm-linux64.h: Delete file.
3058 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3059 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3060
3061 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3062 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3063 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3064 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3065 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3066 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3067 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3068 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3069 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3070
3071 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3072 gdb_host_cpu.
3073
3074 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3075
3076 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3077 Minor reformatting. Some code factoring.
3078
3079 2004-09-02 Andrew Cagney <cagney@gnu.org>
3080
3081 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3082 * config/vax/tm-nbsd.h: Delete file.
3083 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3084 * config/sparc/tm-vxworks.h: Delete file.
3085 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3086 * config/sparc/tm-nbsd.h: Delete file.
3087 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3088 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3089 * config/sparc/tm-linux.h: Delete file.
3090 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3091 * config/s390/tm-linux.h: Delete file.
3092 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3093 * config/pa/tm-bsd.h: Delete file.
3094 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3095 * config/m68k/tm-obsd.h: Delete file.
3096 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3097 * config/m68k/tm-nbsd.h: Delete file.
3098 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3099 * config/i386/tm-vxworks.h: Delete file.
3100 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3101 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3102 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3103 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3104 * config/i386/tm-nbsd.h: Delete file.
3105 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3106 * config/i386/tm-i386lynx.h: Delete file.
3107 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3108 * config/cris/tm-cris.h: Delete file.
3109
3110 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3111 * configure: Re-generate.
3112 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3113 * config/arm/tm-nbsd.h: Delete file.
3114
3115 * config/powerpc/tm-ppcle-sim.h: Delete.
3116 * config/powerpc/tm-ppcle-eabi.h: Delete.
3117 * config/powerpc/tm-nbsd.h: Delete.
3118 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3119 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3120 tm-ppcle-eabi.h.
3121
3122 * config/i386/nto.mh (NAT_FILE): Delete.
3123 * config/i386/nm-nto.h: Delete.
3124
3125 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3126 * config/m68k/tm-os68k.h: Ditto.
3127 * config/m68k/tm-monitor.h: Ditto.
3128 * config/m68k/tm-cisco.h: Ditto.
3129 * config/m68k/st2000.mt (TM_FILE): Delete.
3130 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3131 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3132 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3133 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3134
3135 * config/m68k/tm-st2000.h: Delete.
3136 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3137 * config/sparc/fbsd.mt (TM_FILE): Delete.
3138 * config/sparc/tm-fbsd.h: Delete.
3139
3140 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3141 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3142 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3143
3144 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3145 GDB_TM_FILE and GDB_XM_FILE.
3146 * gdbarch.c: Re-generate.
3147 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3148 quotes in macro definition.
3149 * configure.in: Re-generate.
3150
3151 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3152 validating architecture methods.
3153 * gdbarch.c: Re-generate.
3154
3155 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3156 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3157 GDB_MULTI_ARCH_PARTIAL.
3158 * gdbarch.h: Re-generate.
3159
3160 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3161 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3162 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3163 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3164 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3165 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3166 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3167 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3168 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3169 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3170 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3171 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3172
3173 2004-09-01 Andrew Cagney <cagney@gnu.org>
3174
3175 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3176 and main_func_highpc.
3177 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3178 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3179 * nlmread.c (nlm_symfile_read): Update.
3180
3181 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3182
3183 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3184 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3185 (find_proc_desc): Remove dead code.
3186
3187 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3188
3189 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3190
3191 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3192
3193 * observer.sh: Add struct so_list declaration.
3194 * Makefile.in: Add dependencies on observer.h for solib.c and
3195 breakpoint.c.
3196 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3197 function.
3198 (_initialize_breakpoint): Register
3199 disable_breakpoints_in_unloaded_shlib as an observer of the
3200 "solib unloaded" observation event.
3201 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3202 call decode_line_1 so unfound breakpoint errors are silent.
3203 * solib.c (update_solib_list): When a solib is discovered to have
3204 been unloaded by the program, notify all observers of the
3205 "solib unloaded" observation event.
3206
3207 2004-09-01 Andrew Cagney <cagney@gnu.org>
3208
3209 * frame.c: Include "objfiles.h".
3210 (inside_main_func): New function.
3211 (get_prev_frame): Use new inside_main_func.
3212 * Makefile.in (frame.o): Update dependencies.
3213 * defs.h (inside_main_func): Delete declaration.
3214 * blockframe.c (inside_main_func): Delete function.
3215
3216 2004-08-31 Jim Blandy <jimb@redhat.com>
3217
3218 * dwarf2read.c (is_vtable_name): New function, based on logic from
3219 read_structure_type, but passing the correct length to strncmp,
3220 and using 'sizeof' instead of 'strlen'.
3221 (read_structure_type): Call it.
3222
3223 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3224
3225 * config/powerpc/aix.mh: Add comment.
3226
3227 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3228
3229 * MAINTAINERS: Add self to Write-After-Approval.
3230
3231 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3232
3233 * MAINTAINERS: Add self to Write-After-Approval.
3234
3235 2004-08-30 Andrew Cagney <cagney@gnu.org>
3236
3237 Fix PR breakpoints/1757.
3238 * infrun.c (struct execution_control_state): Replace
3239 remove_breakpoints_on_following_step with
3240 step_after_step_resume_breakpoint.
3241 (init_execution_control_state): Update.
3242 (handle_inferior_event): For signals, when stepping off a
3243 breakpoint, set step_after_step_resume_breakpoint. When
3244 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3245 (keep_going): Delete code handling
3246 remove_breakpoints_on_following_step.
3247
3248 2004-08-29 David Lecomber <david@streamline-computing.com>
3249
3250 Fix PR gdb/648
3251 * language.h (enum array_ordering): New enum.
3252 * language.h (struct language_defn): New la_array_ordering
3253 attribute.
3254 * language.c (unknown_language_defn, auto_language_defn)
3255 (local_language_defn): Ditto.
3256 * ada-lang.c (ada_language_defn): Ditto.
3257 * c-lang.c (c_language_defn, cplus_language_defn)
3258 (asm_language_defn, minimal_language_defn): Ditto.
3259 * f-lang.c (f_language_defn): Ditto.
3260 * jv-lang.c (java_language_defn): Ditto.
3261 * m2-lang.c (f_language_defn): Ditto.
3262 * objc-lang.c (objc_language_defn): Ditto.
3263 * p-lang.c (pascal_language_defn): Ditto.
3264 * scm-lang.c (scm_language_defn): Ditto.
3265 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3266 oriented large to small in type structure.
3267 * dwarf2read.c (read_array_order): New function.
3268 (read_array_type): Use read_array_order to check row/column
3269 major ordering.
3270
3271 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3272
3273 * target.c (target_resize_to_sections): Check
3274 current_target.to_sections for an old value when updating.
3275
3276 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3277
3278 * procfs.c (dbx_link_bpt_addr): New static global variable.
3279 (dbx_link_shadow_contents): New static global variable.
3280 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3281 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3282 if we just hit it.
3283 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3284 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3285 from run to run.
3286 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3287 after the inferior has been forked.
3288 (remove_dbx_link_breakpoint): New function.
3289 (dbx_link_addr): New function.
3290 (insert_dbx_link_bpt_in_file): New function.
3291 (insert_dbx_link_bpt_in_region): New function.
3292 (insert_dbx_link_breakpoint): New function.
3293 (proc_trace_syscalls_1): New function, extracted from
3294 proc_trace_syscalls.
3295 (proc_trace_syscalls): Replace extract code by call to
3296 proc_trace_syscalls_1.
3297 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3298 is no longer valid.
3299
3300 2004-08-25 Jim Blandy <jimb@redhat.com>
3301
3302 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3303
3304 2004-08-25 Andrew Cagney <cagney@gnu.org>
3305
3306 * infrun.c (struct execution_control_state): Delete field
3307 "stepping_through_sigtramp".
3308 (init_execution_control_state): Do not set same.
3309 (context_switch): Do not pass same to save_infrun_state and
3310 load_infrun_state.
3311 * gdbthread.h (struct thread_info): Delete field
3312 stepping_through_sigtramp.
3313 (save_infrun_state, load_infrun_state): Delete parameter
3314 stepping_through_sigtramp.
3315 * thread.c (load_infrun_state, save_infrun_state): Update.
3316
3317 * infrun.c: Re-indent. Move expression operators to the beginning
3318 of the line. Remove long disabled #if 0 code.
3319
3320 2004-08-24 Andrew Cagney <cagney@gnu.org>
3321
3322 * doublest.h (floatformat_ieee_quad): Rename
3323 floatformat_ia64_quad.
3324 * doublest.c (floatformat_ieee_quad): Rename
3325 floatformat_ia64_quad.
3326 (_initialize_doublest): Update.
3327
3328 2004-08-24 Jim Blandy <jimb@redhat.com>
3329
3330 * dwarf2expr.h (struct dwarf_expr_context): New members
3331 'num_pieces' and 'pieces', for returning the result of an
3332 expression that uses DW_OP_piece.
3333 (struct dwarf_expr_piece): New struct type.
3334 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3335 pieces.
3336 (free_dwarf_expr_context): Free pieces, if any.
3337 (add_piece): New function.
3338 (execute_stack_op): Implement DW_OP_piece.
3339 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3340 expression is a list of pieces, print an error message.
3341 (dwarf2_loc_desc_needs_frame): If the expression yields
3342 pieces, and any piece is in a register, then we need a frame.
3343
3344 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3345 the stack until we've decided what sort of result the evaluation
3346 has produced. Use separate variables, with more specific names.
3347
3348 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3349
3350 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3351 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3352 (arm_netbsd_init_abi_common): Register them.
3353
3354 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3355
3356 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3357
3358 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3359 safe_frame_unwind_memory instead of target_read_memory.
3360
3361 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3362 Reorder includes.
3363 (fetch_register, store_register): Remove prototypes.
3364 (child_resume): Reorganize code and comments such that it is
3365 grouped a bit more logically.
3366 (attach): Explicitly compare errno against 0.
3367 (detach): Likewise. Use perror_with_name instead of
3368 print_sys_errmsg.
3369 * Makefile.in (infptrace.o): Update dependencies.
3370
3371 * ia64-linux-nat.c: Update copyright year.
3372 (fetch_debug_register, store_debug_register)
3373 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3374 PTRACE_TYPE_ARG3.
3375 * config/ia64/nm-linux.h: Update copyright year.
3376 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3377
3378 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3379 from CORE_ADDR to struct frame_info *. Use
3380 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3381 (amd64_linux_sigtramp_p): Adjust for changed signature of
3382 and64_linux_sigtramp_start
3383
3384 * gdb_ptrace.h: GNU/Linux.
3385
3386 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3387 Remove defines.
3388
3389 * infptrace.c: Include "gdb_assert.h".
3390 (PTRACE_XFER_TYPE): Remove define.
3391 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3392 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3393 Tweak comment.
3394 (fetch_inferior_registers, store_inferior_registers): Remove
3395 redundant culry braces. Tweak comment. s/regno/regnum.
3396 * Makefile.in (infptrace.o): Update dependencies.
3397
3398 * configure.in: Change test for return type of ptrace to default
3399 to `long' instead of `int'.
3400 * configure: Regenerate.
3401
3402 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3403
3404 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3405
3406 * configure.in: Check for ttrace function.
3407 * configure, config.in: Regenerate.
3408
3409 * gdb_ptrace.h: New file.
3410 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3411 <sys/ptrace.h>.
3412 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3413 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3414 (attach): Don't define PT_ATTACH.
3415 (detach): Don't define PT_DETACH.
3416 * Makefile.in (gdb_ptrace_h): New variable.
3417 (infptrace.o): Update dependencies.
3418
3419 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3420
3421 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3422 instead of `int' if not already defined.
3423 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3424 PTRACE_TYPE_ARG3.
3425 * infptrace.c (call_ptrace): Revert change that replaced
3426 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3427
3428 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3429
3430 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3431 Remove defines.
3432
3433 * linux-nat.c (kill_inferior): Add missing third and fourth
3434 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3435
3436 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3437 PTRACE_TYPE_RET.
3438
3439 * proc-why.c (proc_prettyfprint_why): Fix format string.
3440
3441 * solib-osf.c (osf_current_sos): Remove unsused label.
3442
3443 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3444 curses headers.
3445 * configure, config.in: Regenerate.
3446 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3447 <ncurses/ncurses.h>.
3448
3449 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3450 * config/nm-nbsd.h: Update copyright year.
3451 (PTRACE_ARG3_TYPE): Remove define.
3452
3453 * sparc-nat.c (fetch_inferior_registers)
3454 (store_inferior_registers, sparc_xfer_wcookie):
3455 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3456
3457 * alphabsd-nat.c (fetch_inferior_registers):
3458 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3459 PTRACE_TYPE_ARG3.
3460 * amd64bsd-nat.c (fetch_inferior_registers)
3461 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3462 PTRACE_TYPE_ARG3.
3463 * armnbsd-nat.c: Update copyright year.
3464 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3465 (store_register, store_regs, store_fp_register, store_fp_regs):
3466 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3467 * hppabsd-nat.c (fetch_inferior_registers)
3468 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3469 PTRACE_TYPE_ARG3.
3470 * i386bsd-nat.c (fetch_inferior_registers)
3471 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3472 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3473 * m68kbsd-nat.c (fetch_inferior_registers)
3474 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3475 PTRACE_TYPE_ARG3.
3476 * m88kbsd-nat.c (fetch_inferior_registers)
3477 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3478 PTRACE_TYPE_ARG3.
3479 * mipsnbsd-nat.c: Update copyright year.
3480 (fetch_inferior_registers, store_inferior_registers):
3481 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3482 * ns32knbsd-nat.c: Update copyright year.
3483 (fetch_inferior_registers, store_inferior_registers):
3484 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3485 * ppcnbsd-nat.c (fetch_inferior_registers):
3486 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3487 PTRACE_TYPE_ARG3.
3488 * ppcobsd-nat.c (fetch_inferior_registers):
3489 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3490 PTRACE_TYPE_ARG3.
3491 * shnbsd-nat.c: Update copyright year.
3492 (fetch_inferior_registers, store_inferior_registers):
3493 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3494 * vaxbsd-nat.c (fetch_inferior_registers)
3495 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3496 PTRACE_TYPE_ARG3.
3497
3498 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3499 PTRACE_TYPE_ARG3.
3500 * infptrace.c (call_ptrace, child_resume, attach, detach)
3501 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3502 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3503 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3504 PTRACE_TYPE_ARG3.
3505
3506 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3507
3508 * defs.h: Remove out-of-date comment.
3509 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3510 [!GETENV_PROVIDED] (getenv): Remove prototype.
3511
3512 * standalone.c: Remove file.
3513 * Makefile.in (standalone.o): Remove dependency.
3514
3515 * i386-linux-nat.c (dummy_sse_values): Remove function and
3516 prototype.
3517 (i386_linux_dr_get): Fix typo in comment.
3518 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3519
3520 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3521
3522 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3523 from declaration.
3524 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3525 from definition.
3526
3527 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3528
3529 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3530 parenthesis in definition.
3531 * configure: Regenerated.
3532
3533 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3534
3535 * PROBLEMS: Mention build/1411.
3536
3537 2004-08-09 Robert Millan <robertmh@gnu.org>
3538
3539 Committed by Nathanael Nerode.
3540 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3541 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3542
3543 2004-08-12 Andrew Cagney <cagney@gnu.org>
3544
3545 * NEWS: Mention fixes in GDB 6.2.1.
3546 * PROBLEMS: Remove mention of mips-irix.
3547
3548 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3549
3550 * config/powerpc/xm-aix.h: Delete.
3551 * config/powerpc/aix.mh (MH_FILE): Remove.
3552 * config/powerpc/aix432.mh (MH_FILE): Remove.
3553
3554 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3555
3556 * config/powerpc/aix.mh: Remove obsolete comment.
3557 * config/powerpc/aix432.mh: Likewise.
3558
3559 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3560
3561 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3562
3563 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3564
3565 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3566 this file is now empty.
3567 * config/xm-aix4.h: Remove, this file is no longer included
3568 anywhere.
3569
3570 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3571
3572 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3573 that file is now empty.
3574 (termdef): Remove prototype, function no longer used.
3575
3576 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3577
3578 * doc/gdbint.texinfo (Host Definition): Remove documentation
3579 for USE_O_NOCTTY, no longer used.
3580 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3581 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3582
3583 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3584
3585 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3586 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3587 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3588
3589 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3590
3591 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3592 instead of FIVE_ARG_PTRACE.
3593
3594 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3595 (new_tty): Use O_NOCTTY unconditionally.
3596
3597 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3598
3599 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3600 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3601 fflush on stdout.
3602
3603 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3604
3605 * xcoff_symfile_finish: Replace last call to xmfree by call
3606 to xfree.
3607
3608 2004-08-10 Andrew Cagney <cagney@gnu.org>
3609
3610 * main.c (captured_main): Delete call to init_malloc.
3611 * defs.h (init_malloc): Delete declaration.
3612 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3613 (init_malloc): Delete functions.
3614
3615 * defs.h (xmfree): Delete.
3616 * utils.c (xmfree): Delete function.
3617 (xfree): Inline calls to xmfree and mfree.
3618 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3619 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3620 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3621 * somread.c (som_symfile_finish): Ditto.
3622 * objfiles.c (allocate_objfile, free_objfile):
3623 * nlmread.c (nlm_symfile_finish): Ditto.
3624 * hpread.c (hpread_symfile_finish): Ditto.
3625 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3626 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3627 * coffread.c (coff_symfile_finish): Ditto.
3628
3629 * defs.h (xmcalloc): Delete declaration.
3630 * utils.c (xmcalloc): Delete.
3631 (xcalloc): Inline calls to xmcalloc and mcalloc.
3632 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3633 xcalloc and xfree.
3634 * symtab.c (create_demangled_names_hash): Ditto.
3635
3636 * defs.h (xmrealloc): Delete.
3637 * utils.c (xmrealloc): Delete.
3638 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3639 * symmisc.c (extend_psymbol_list): Use xrealloc.
3640 * source.c (find_source_lines): Ditto.
3641 * hpread.c (hpread_lookup_type): Ditto.
3642 * dbxread.c (add_bincl_to_list): Ditto.
3643
3644 * utils.c (xmmalloc): Delete.
3645 (xmalloc): Inline xmmalloc and mmalloc calls.
3646 (msavestring): Use xmalloc.
3647 * defs.h (xmmalloc): Delete declaration.
3648 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3649 xmmalloc.
3650 * symmisc.c (extend_psymbol_list): Ditto.
3651 * symfile.c (init_psymbol_list): Ditto.
3652 * source.c (find_source_lines): Ditto.
3653 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3654 * elfread.c (elf_symtab_read): Ditto.
3655 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3656 * coffread.c (coff_symfile_init): Ditto.
3657
3658 2004-08-10 David Carlton <carlton@bactrian.org>
3659
3660 * MAINTAINERS: Remove David Carlton from c++ testsuite
3661 maintainers.
3662
3663 2004-08-10 Jerome Guitton <guitton@gnat.com>
3664
3665 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3666 print a line feed before the prompt.
3667
3668 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3669
3670 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3671
3672 2004-08-09 Joel Brobecker <brobecker@gnat.com>
3673
3674 General cleanup of the AIX xm include file:
3675 * config/xm-aix4.h (fd_set): Remove undefine.
3676 Remove include of <sys/select.h>.
3677 (HAVE_TERMIO): Remove define.
3678 (USG): Likewise.
3679 (NULL): Remove redefine.
3680 (alloca): Remove #pragma.
3681 (vfork): Remove define.
3682 (termdef): Remove.
3683 (SIGWINCH_HANDLER): Remove.
3684 (SIGWINCH_HANDLER_BODY): Remove.
3685
3686 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3687
3688 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3689 GDB_OSABI_OPENBSD_ELF.
3690
3691 2004-08-07 Robert Millan <robertmh@gnu.org>
3692
3693 * bsd-kvm.c: Check for nlist.h before including it.
3694
3695 2004-08-09 Mark Kettenis <kettenis@gnu.org>
3696
3697 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3698 sigcontext' offset consistency checks for ancient BSD.
3699
3700 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3701
3702 * configure.in: Check for <sys/types.h>. Check return and
3703 argument types of ptrace.
3704 * configure, config.in: Regenerate.
3705
3706 2004-08-09 Jim Blandy <jimb@redhat.com>
3707
3708 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3709 rs6000_register_sim_regno): Doc fixes.
3710
3711 2004-08-08 Joel Brobecker <brobecker@gnat.com>
3712
3713 * mips-tdep.c: Include "floatformat.h".
3714 (n32n64_floatformat_always_valid): New function.
3715 (floatformat_n32n64_long_double_big): New constant.
3716 (mips_gdbarch_init): Set size and format of long double
3717 for N32 and N64 ABIs.
3718 * Makefile.in (mips-tdep.o): Update dependencies.
3719
3720 2004-08-08 Andrew Cagney <cagney@gnu.org>
3721
3722 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
3723 print. Improve script's error messages.
3724 * gdbarch.h: Re-generate.
3725
3726 * gdbarch.sh (pformat): New function.
3727 (float_format, double_format, long_double_format): List with bit
3728 members. Use pformat when printing.
3729 * gdbarch.c, gdbarch.h: Re-generate.
3730
3731 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
3732
3733 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3734 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3735 (ppcnbsd_supply_pcb): New function.
3736 (_initialize_ppcnbsd_nat): New prototype and function.
3737 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3738 (LOADLIBES): New variable.
3739 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3740
3741 2004-08-08 Andrew Cagney <cagney@gnu.org>
3742
3743 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3744 (builtin_type_ieee_double, builtin_type_ia64_quad)
3745 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3746 BE/LE floating-point types.
3747 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3748 (builtin_type_ieee_double, builtin_type_ia64_quad)
3749 (builtin_type_ia64_spill): Declare.
3750 * doublest.c (_initialize_doublest, floatformat_ieee_single)
3751 (floatformat_ieee_double, floatformat_arm_ext)
3752 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3753 of LE/BE floatformats.
3754 * doublest.h: (struct floatformat, floatformat_ieee_single)
3755 (floatformat_ieee_double, floatformat_arm_ext)
3756 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3757
3758 2004-08-08 Mark Kettenis <kettenis@gnu.org>
3759
3760 * i386gnu-nat.c (gnu_store_registers): Fix typo.
3761
3762 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3763 instead of regcache_raw_supply when storing the registers.
3764
3765 * i386gnu-nat.c: Update copyright year.
3766 (gnu_store_registers): Don't use deprecated_registers and
3767 deprecated_registers_valid. Use regcache_valid_p and
3768 regcache_raw_supply instead.
3769
3770 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3771 frame_pc_unwind.
3772
3773 * procfs.c (procfs_pid_to_str): Remove redundant and unused
3774 variables. Incapitalized "process".
3775
3776 * configure.in: Add cursesX to the list of possible curses libs.
3777 Add cursesX.h to the list of possible curses headers.
3778 * configure, config.in: Regenerate.
3779
3780 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3781
3782 * configure.in: Test for struct lwp in <sys/lwp.h>.
3783 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3784 the offset of l_addr in struct lwp.
3785
3786 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
3787
3788 * bsd-kvm.c: Include "gdbcore.h"
3789 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3790
3791 2004-08-07 Andrew Cagney <cagney@gnu.org>
3792
3793 * gdbtypes.c (build_flt, build_complex): New functions.
3794 (gdbtypes_post_init): Use.
3795
3796 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
3797
3798 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
3799 through to builtin_type_uint128.
3800
3801 * c-exp.y: Use builtin_type function to obtain builtin types.
3802
3803 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
3804 builtin_uint128.
3805 * gdbtypes.c (gdbtypes_post_init): Update.
3806 (build_gdbtypes): Move initialization of builtin_type_int0
3807 through to builtin_type_uint128 from here ...
3808 (_initialize_gdbtypes): ... to here.
3809 * d10v-tdep.c (d10v_register_type): Update.
3810
3811 * doublest.c: Update copyright.
3812 (floatformat_from_length): Call error when floatformat is NULL.
3813 (extract_floating_by_length): Remove NULL fmt check.
3814 (store_floating_by_length): Ditto.
3815
3816 2004-08-07 Andrew Cagney <cagney@gnu.org>
3817
3818 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
3819 that the register is valid.
3820
3821 2004-08-05 Mark Kettenis <kettenis@chello.nl>
3822
3823 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3824 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
3825 struct frame_info *. Use safe_frame_unwind_memory instead of
3826 deprecated_read_memory_nobpt.
3827 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
3828 changed signature of i386_linux_sigtramp_start and
3829 i386_linux_rt_sigtramp_start.
3830
3831 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
3832 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
3833 instead of deprecated_read_memory_nobpt.
3834 (i386nbsd_sigtramp_p): Adjust for changed signature of
3835 i386nbsd_sigtramp_offset.
3836
3837 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
3838 safe_frame_unwind_memory instead of target_read_memory.
3839
3840 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3841 !NO_SYS_FILE.
3842 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
3843 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
3844 (_initialize_kernel_u_addr): Remove prototype and function.
3845 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
3846 !NO_SYS_FILE.
3847 * xcoffread.c: Likewise.
3848
3849 2004-08-06 Mark Kettenis <kettenis@gnu.org>
3850
3851 * vax-nat.c: New file.
3852 * vaxbsd-nat.c: Tweak comment.
3853 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
3854 vaxnbsd-tdep.c.
3855 (vax-nat.o): New dependency.
3856 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
3857 (vax-*-ultrix2*): Remove.
3858 * config/vax/vax.mh: New file.
3859 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
3860 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
3861 (vax_register_u_addr): New prototype.
3862 (REGISTER_U_ADDR): Define using vax_register_u_addr.
3863 * config/vax/vaxult2.mh: Remove file.
3864 * config/vax/vaxult.mh: Remove file.
3865 * config/vax/vaxbsd.mh: Remove file.
3866 * config/vax/vax.mt (TM_FILE): Remove.
3867 * config/vax/tm-vaxbsd.h: Remove file.
3868
3869 2004-08-06 Joel Brobecker <brobecker@gnat.com>
3870
3871 * aix-thread.c (get_signaled_thread): New function.
3872 (iter_trap): Delete, no longer used.
3873 (iter_tid): New function.
3874 (pd_update): Find the thread that received the SIGTRAP signal
3875 by first locating the kernel thread, and then finding its
3876 associated thread.
3877
3878 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
3879
3880 * lin-lwp.c (child_wait): Continue inferior after processing
3881 PTRACE_EVENT_CLONE event.
3882
3883 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
3884
3885 * MAINTAINERS: Add self to Write-After-Approval.
3886
3887 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
3888
3889 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
3890 libunwind-xxxx.so" where xxxx is UNW_TARGET.
3891
3892 2004-08-05 Andrew Cagney <cagney@gnu.org>
3893
3894 * config/xm-sysv4.h: Delete file.
3895 * config/mips/xm-irix5.h: Delete file.
3896 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
3897 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
3898 * config/ia64/xm-aix.h: Delete file.
3899 * config/ia64/aix.mh (XM_FILE): Delete.
3900 * config/pa/xm-hppah.h: Delete file.
3901 * config/pa/hpux11w.mh (XM_FILE): Delete.
3902 * config/pa/hpux11.mh (XM_FILE): Delete.
3903 * config/pa/hpux1020.mh (XM_FILE): Delete.
3904 * config/pa/hppahpux.mh (XM_FILE): Delete.
3905
3906 * config/alpha/xm-alphalinux.h: Delete file.
3907 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
3908 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
3909 * config/alpha/xm-alphaosf.h: Delete file.
3910 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
3911 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
3912 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
3913 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
3914
3915 * config/i386/xm-i386v.h: Delete file.
3916 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
3917 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
3918 * config/i386/xm-i386sco.h: Delete file.
3919 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
3920 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
3921 * config/i386/xm-i386v4.h: Delete file.
3922 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
3923 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
3924 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
3925 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
3926
3927 * config/vax/xm-vax.h: Delete file.
3928 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
3929 * config/vax/xm-vaxult2.h: Delete file.
3930 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
3931 * config/vax/vaxult2.mh (XM_FILE): Delete.
3932 * config/vax/xm-vaxult.h: Delete file.
3933 * config/vax/vaxult.mh (XM_FILE): Delete.
3934 * config/vax/xm-vaxbsd.h: Delete file.
3935 * config/vax/vaxbsd.mh (XM_FILE): Delete.
3936
3937 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
3938 * gdbarch.h, gdbarch.c: Re-generate.
3939 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
3940 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
3941 * frame.h: Delete deprecated_read_fp from comments.
3942 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
3943 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
3944
3945 2004-08-04 Mark Kettenis <kettenis@gnu.org>
3946
3947 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
3948 trampoline in OpenBSD 3.5-current.
3949
3950 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
3951 SSE registers.
3952
3953 * Makefile.in: Remove embedded page breaks.
3954
3955 2004-08-04 Jim Blandy <jimb@redhat.com>
3956
3957 * regcache.c (regcache_raw_read): Assert that, after calling
3958 target_fetch_registers, the register we're reading is cached.
3959
3960 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
3961 a call to 'internal_error', with a more helpful error message.
3962 * rs6000-tdep.c (e500_pseudo_register_read,
3963 e500_pseudo_register_write, rs6000_store_return_value): Same.
3964
3965 2004-08-04 Andrew Cagney <cagney@gnu.org>
3966
3967 * Makefile.in: Update dependencies.
3968
3969 2004-08-04 Jim Blandy <jimb@redhat.com>
3970
3971 Change the layout of the PowerPC E500 raw register cache to allow
3972 the lower 32-bit halves of the GPRS to be their own raw registers,
3973 not pseudoregisters.
3974 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
3975 add ppc_ev0_upper_regnum flag.
3976 * rs6000-tdep.c: #include "reggroups.h".
3977 (spe_register_p): Recognize the ev upper half registers as SPE
3978 registers.
3979 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
3980 registers.
3981 (e500_move_ev_register): New function.
3982 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
3983 vector registers are the pseudo-registers now, formed by splicing
3984 together the gprs and the upper-half registers.
3985 (e500_register_reggroup_p): New function.
3986 (P): Macro deleted.
3987 (P8, A4): New macro.
3988 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
3989 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
3990 macros.
3991 (registers_e500): Rearrange register set so that the raw register
3992 set contains 32-bit GPRs and upper-half registers, and the SPE
3993 vector registers become pseudo-registers.
3994 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3995 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3996 register numbers are now the same for the E500 as they are for
3997 other PowerPC variants. Register e500_register_reggroup_p as the
3998 register group function for the E500.
3999 * Makefile.in (rs6000-tdep.o): Update dependencies.
4000
4001 Adapt PPC E500 native support to the new raw regcache layout.
4002 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4003 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4004 (fetch_spe_register, store_spe_register): Handle fetching/storing
4005 all the SPE registers at once, if regno == -1. These now take
4006 over the job of fetch_spe_registers and store_spe_registers.
4007 (fetch_spe_registers, store_spe_registers): Deleted.
4008 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4009 unconditionally; they're always raw. Fetch/store SPE upper half
4010 registers, if present, instead of ev registers.
4011 (fetch_register, store_register): Remove sanity checks: gprs are
4012 never pseudo-registers now, so we never need to even mention any
4013 registers that are ever pseudoregisters.
4014
4015 Use a fixed register numbering when communicating with the PowerPC
4016 simulator.
4017 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4018 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4019 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4020 New functions.
4021 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4022 init_sim_regno_table.
4023 * Makefile.in (gdb_sim_ppc_h): New variable.
4024 (rs6000-tdep.o): Update dependencies.
4025
4026 2004-08-02 Andrew Cagney <cagney@gnu.org>
4027
4028 * cris-tdep.c (cris_register_size): Restore function, still used
4029 locally.
4030
4031 * gdbarch.sh (deprecated_target_read_fp)
4032 (deprecated_frame_locals_address, deprecated_frame_args_address)
4033 (deprecated_frame_chain_valid, deprecated_frame_chain)
4034 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4035 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4036 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4037 * gdbarch.h, gdbarch.c: Re-generate.
4038 * regcache.c (deprecated_read_fp): Do not call
4039 DEPRECATED_TARGET_READ_FP_P.
4040 * infcmd.c (default_print_registers_info): Do not call
4041 DEPRECATED_DO_REGISTERS_INFO.
4042 * frame-base.c (default_frame_locals_address): Do not call
4043 DEPRECATED_FRAME_LOCALS_ADDRESS.
4044 (default_frame_args_address): Do not call
4045 DEPRECATED_FRAME_ARGS_ADDRESS.
4046
4047 * gdbarch.sh (deprecated_register_raw_size)
4048 (deprecated_register_virtual_size:int): Delete.
4049 * gdbarch.h, gdbarch.c: Re-generate.
4050 * cris-tdep.c (cris_register_size): Delete.
4051 (cris_gdbarch_init): Update.
4052 * alpha-tdep.c (alpha_register_raw_size)
4053 (alpha_register_virtual_size): Delete.
4054 (alpha_gdbarch_init): Update.
4055
4056 * gdbarch.sh (deprecated_register_virtual_type)
4057 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4058 (deprecated_dummy_write_sp): Delete.
4059 * gdbarch.h, gdbarch.c: Re-generate.
4060
4061 * gdbarch.sh (deprecated_register_bytes): Delete.
4062 * gdbarch.h, gdbarch.c: Re-generate.
4063 * regcache.c (deprecated_register_bytes): New function.
4064 * regcache.h (deprecated_register_bytes): Declare.
4065 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4066 * v850-tdep.c (v850_gdbarch_init): Update.
4067 * sh64-tdep.c (sh64_gdbarch_init): Update.
4068 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4069 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4070 * mcore-tdep.c (mcore_gdbarch_init): Update.
4071 * cris-tdep.c (cris_gdbarch_init): Update.
4072 * arm-tdep.c (arm_gdbarch_init): Update.
4073 * remote.c (init_remote_state): Update.
4074 * remote-vx.c (vx_prepare_to_store): Update.
4075 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4076 * irix5-nat.c (fetch_core_registers): Update.
4077 * cris-tdep.c (cris_register_bytes_ok): Update.
4078 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4079
4080 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4081 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4082 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4083 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4084 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4085 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4086 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4087 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4088 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4089 with mips_insn16 and mips_insn32.
4090
4091 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4092 * rs6000-tdep.c (rs6000_push_dummy_call)
4093 (rs6000_extract_return_value): Use register_size.
4094 * xstormy16-tdep.c (xstormy16_get_saved_register)
4095 (xstormy16_extract_return_value): Ditto.
4096 * valops.c (value_assign): Ditto.
4097 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4098 * v850-tdep.c (v850_extract_return_value): Ditto.
4099 * tracepoint.c (collect_symbol): Ditto.
4100 * target.c (debug_print_register): Ditto.
4101 * stack.c (frame_info): Ditto.
4102 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4103 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4104 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4105 (store_register_using_P): Ditto.
4106 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4107 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4108 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4109 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4110 * regcache.c (deprecated_read_register_bytes)
4111 (deprecated_write_register_bytes, read_register)
4112 (write_register): Ditto.
4113 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4114 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4115 * monitor.c (monitor_supply_register, monitor_fetch_register)
4116 (monitor_store_register): Ditto.
4117 * mn10300-tdep.c (mn10300_pop_frame_regular)
4118 (mn10300_print_register): Ditto.
4119 * mipsv4-nat.c (fill_fpregset): Ditto.
4120 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4121 (mips64_fill_fpregset): Ditto.
4122 * mi/mi-main.c (register_changed_p, get_register)
4123 (mi_cmd_data_write_register_values): Ditto.
4124 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4125 * irix5-nat.c (fill_gregset, fetch_core_registers):
4126 * infrun.c (write_inferior_status_register): Ditto.
4127 * infptrace.c (fetch_register, store_register): Ditto.
4128 * infcmd.c (default_print_registers_info): Ditto.
4129 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4130 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4131 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4132 * hpux-thread.c (hpux_thread_fetch_registers)
4133 (hpux_thread_store_registers): Ditto.
4134 * hppah-nat.c (store_inferior_registers, fetch_register):
4135 * findvar.c (value_from_register): Ditto.
4136 * dve3900-rom.c (fetch_bitmapped_register):
4137 * cris-tdep.c (cris_gdbarch_init): Ditto.
4138 * alpha-tdep.h: Ditto.
4139 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4140
4141 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4142 DEPRECATED_REGISTER_RAW_SIZE from comments.
4143 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4144 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4145 DEPRECATED_REGISTER_RAW_SIZE.
4146 * findvar.c (value_of_register): Simplify by assuming that the
4147 registers raw and virtual sizes are identical.
4148 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4149 comment.
4150 * arch-utils.c (generic_register_size): Simplify by assuming
4151 register_type.
4152
4153 * regcache.c (legacy_read_register_gen, real_register)
4154 (legacy_write_register_gen): Delete, not used.
4155
4156 * regcache.c (struct regcache_descr): Delete legacy_p.
4157 (init_legacy_regcache_descr): Delete function.
4158 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4159 Do not use deprecated register functions.
4160 (regcache_raw_read, deprecated_write_register_gen):
4161 (deprecated_read_register_gen, regcache_raw_write): Delete code
4162 predicated on legacy_p.
4163 (register_size): Delete check against register raw size.
4164
4165 * cris-tdep.c (cris_register_type): Replace
4166 cris_register_virtual_type.
4167 (cris_gdbarch_init): Update, set register_type.
4168
4169 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4170 * gdbarch.h, gdbarch.c: Re-generate.
4171 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4172 (arm_gdbarch_init) Do not set frameless function invocation.
4173 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4174 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4175 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4176 (frv_gdbarch_init): Do not set frameless function invocation.
4177 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4178 * sh-tdep.c (sh_gdbarch_init): Ditto.
4179 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4180 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4181 * avr-tdep.c (avr_gdbarch_init): Ditto.
4182
4183 * blockframe.c (legacy_frame_chain_valid): Delete function.
4184
4185 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4186 and pc. Update comments.
4187 (pc_in_dummy_frame): Delete function.
4188 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4189 use the "id".
4190 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4191 call_hi, top and pc, use the id.
4192 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4193
4194 * dummy-frame.c: Include "gdb_string.h".
4195 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4196 (generic_save_dummy_frame_tos): Delete.
4197 (dummy_frame_push): New function, replaces above.
4198 * dummy-frame.h: Update copyright.
4199 (dummy_frame_push): Declare.
4200 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4201 (generic_save_call_dummy_addr): Delete declarations.
4202 * infcall.c: Include "dummy-frame.h".
4203 (call_function_by_hand): Add locals caller_regcache,
4204 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4205 with call to frame_save_as_regcache plus cleanup. Delete calls to
4206 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4207 Move clear_proceed_status to just before the resume, add call to
4208 dummy_frame_push (discard cleanup).
4209 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4210 (dummy-frame.o): Add $(gdb_string_h).
4211
4212 2004-08-01 Andrew Cagney <cagney@gnu.org>
4213
4214 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4215 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4216 * dummy-frame.c (find_dummy_frame): Delete.
4217 (struct dummy_frame_cache, dummy_frame_sniffer)
4218 (dummy_frame_prev_register, dummy_frame_this_id)
4219 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4220 frame unwinder using a dummy_frame_cache.
4221
4222 2004-08-01 Andrew Cagney <cagney@gnu.org>
4223
4224 * frame.h (frame_save_as_regcache): Declare.
4225 * frame.c (frame_save_as_regcache): New function.
4226 (do_frame_read_register): Replace do_frame_unwind_register.
4227 (frame_pop): Use frame_save_as_regcache.
4228 * dummy-frame.c (generic_push_dummy_frame): Use
4229 frame_save_as_regcache.
4230
4231 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4232
4233 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4234 file as included until we record the first line in the linetable.
4235
4236 2004-08-01 Andrew Cagney <cagney@gnu.org>
4237
4238 * frame.h (deprecated_pop_dummy_frame)
4239 (deprecated_read_register_dummy)
4240 (deprecated_generic_find_dummy_frame): Delete.
4241 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4242 (deprecated_read_register_dummy)
4243 (deprecated_find_dummy_frame_regcache)
4244 (discard_innermost_dummy)
4245 (deprecated_pop_dummy_frame): Delete.
4246 (dummy_frame_this_id): Simplify.
4247 (struct dummy_frame): Delete "fp" and "sp".
4248 (find_dummy_frame): Simplify.
4249 (generic_push_dummy_frame): Do not set "fp" or "sp".
4250 (fprint_dummy_frames): Do not print "fp" and "sp"
4251
4252 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4253
4254 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4255 (struct i386_insn): New structure.
4256 (i386_match_insn): New function.
4257 (i386_frame_setup_skip_insns): New variable.
4258 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4259 array i386_frame_setup_insns of instructions that should be
4260 skipped inside the frame setup sequence.
4261
4262 2004-08-01 Andrew Cagney <cagney@gnu.org>
4263
4264 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4265 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4266 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4267 * stack.c (frame_info): Delete references to
4268 DEPRECATED_FRAME_INIT_SAVED_REGS and
4269 deprecated_get_frame_saved_regs.
4270 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4271 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4272 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4273 (frame_unwind_register_signed)
4274 (frame_unwind_register_unsigned)
4275 (frame_unwind_unsigned_register): Use register_size.
4276 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4277 (deprecated_frame_xmalloc_with_cleanup)
4278 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4279 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4280
4281 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4282 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4283 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4284 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4285
4286 * infcall.c (call_function_by_hand): Do not use
4287 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4288 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4289 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4290 DEPRECATED_STACK_ALIGN.
4291
4292 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4293
4294 Committed by Andrew Cagney.
4295 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4296
4297 2004-08-01 Andrew Cagney <cagney@gnu.org>
4298
4299 * mips-tdep.c (mips16_frame_cache)
4300 (mips16_frame_this_id, mips16_frame_prev_register)
4301 (mips16_frame_unwind, mips16_frame_sniffer)
4302 (mips16_frame_base_address, mips16_frame_base)
4303 (mips16_frame_base_sniffer, mips32_frame_cache)
4304 (mips32_frame_this_id, mips32_frame_prev_register)
4305 (mips32_frame_unwind, mips32_frame_sniffer)
4306 (mips32_frame_base_address, mips32_frame_base)
4307 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4308 separate heuristic mips16 and mips32 unwinders.
4309 (mips_stub_frame_cache, mips_stub_frame_this_id)
4310 (mips_stub_frame_prev_register)
4311 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4312 (mips_stub_frame_base_address, mips_stub_frame_base)
4313 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4314 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4315 match true mdebug frames.
4316 (non_heuristic_proc_desc): Add forward declaration.
4317
4318 2004-08-01 Andrew Cagney <cagney@gnu.org>
4319
4320 * config/mips/tm-irix6.h: Delete file.
4321 * config/mips/tm-irix5.h: Delete file.
4322 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4323 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4324
4325 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4326 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4327 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4328 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4329 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4330 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4331 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4332 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4333 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4334 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4335 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4336 (TARGET_SIGNAL_RAW_VALUES): Delete.
4337 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4338 Delete.
4339 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4340 (TARGET_HW_WATCH_LIMIT): Delete.
4341 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4342 * minimon.h: Delete file.
4343
4344 * trad-frame.c (trad_frame_get_this_base)
4345 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4346 functions.
4347 * trad-frame.h (trad_frame_set_this_base)
4348 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4349
4350 2004-07-31 Andrew Cagney <cagney@gnu.org>
4351
4352 * trad-frame.c (trad_frame_get_prev_register): Rename
4353 trad_frame_get_prev_register.
4354 * vax-tdep.c (vax_frame_prev_register): Update.
4355 * trad-frame.h: Update.
4356 * trad-frame.c (trad_frame_get_register): Update.
4357 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4358 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4359 Update.
4360 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4361 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4362 Update.
4363 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4364 Update.
4365 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4366 Update.
4367 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4368 Update.
4369 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4370 Update.
4371 * s390-tdep.c (s390_frame_prev_register)
4372 (s390_stub_frame_prev_register)
4373 (s390_sigtramp_frame_prev_register): Update.
4374 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4375 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4376 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4377 * m88k-tdep.c (m88k_frame_prev_register)
4378 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4379 * m32r-tdep.c (m32r_frame_prev_register): Update.
4380 * hppa-tdep.c (hppa_frame_prev_register_helper)
4381 * frv-tdep.c (frv_frame_prev_register): Update.
4382 * d10v-tdep.c (d10v_frame_prev_register): Update.
4383 * cris-tdep.c (cris_frame_prev_register): Update.
4384 * avr-tdep.c (avr_frame_prev_register): Update.
4385 * arm-tdep.c (arm_prologue_prev_register)
4386 (arm_sigtramp_prev_register): Update.
4387
4388 2004-07-31 Andrew Cagney <cagney@gnu.org>
4389
4390 * frame.h (legacy_saved_regs_unwind)
4391 (legacy_frame_chain_valid, legacy_frame_p)
4392 (enum frame_type): Delete UNKNOWN_FRAME.
4393 * dummy-frame.c (dummy_frame_this_id): Simplify.
4394 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4395 * frame.c (struct frame_info): Delete the field "type".
4396 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4397 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4398 (legacy_saved_regs_unwind, legacy_frame_p)
4399 (frame_type_from_pc): Delete.
4400 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4401 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4402
4403 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4404
4405 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4406 indentation.
4407
4408 * mips-nat.c: Remove file.
4409 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4410 (mips-nat.o): Remove dependency.
4411
4412 * infptrace.c: Update copyright year.
4413 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4414 explicitly setting the buffer to all zeroes.
4415
4416 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4417 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4418
4419 2004-07-30 Andrew Cagney <cagney@gnu.org>
4420
4421 * GDB 6.2 released from gdb_6_2-branch.
4422
4423 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4424
4425 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4426
4427 * exec.c (exec_file_attach):
4428 * nto-tdep.c (nto_find_and_open_solib):
4429 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4430 * solib.c (solib_open):
4431 * somsolib.c (som_solib_sizeof_symbol_table):
4432 * source.c (is_regular_file, openp, open_source_file):
4433 * symfile.c (symfile_bfd_open):
4434 * wince.c (upload_to_device): Differentiate between the search for
4435 binary and source files.
4436
4437 2004-07-30 Andrew Cagney <cagney@gnu.org>
4438
4439 * complaints.c (_initialize_complaints): Pass NULL to
4440 add_setshow_zinteger_cmd for help_doc.
4441 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4442
4443 2004-07-30 Andrew Cagney <cagney@gnu.org>
4444
4445 Fix PR i18n/761.
4446 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4447 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4448 $(PACKAGE).pot and update-po.
4449 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4450 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4451 (update-po): New rules.
4452 (localedir): Define using autoconf.
4453 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4454 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4455 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4456 * configure.in: Generate CATALOGS and LINGUAS from contents of
4457 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4458 * configure: Re-generate.
4459 * po/gdbtext: New file
4460
4461 2004-07-30 Jerome Guitton <guitton@gnat.com>
4462
4463 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4464 order.
4465
4466 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4467
4468 * dwarf2read.c (read_file_scope): Set producer if attribute
4469 present.
4470 (struct dwarf2_cu): Added new member producer.
4471
4472 2004-07-30 Jerome Guitton <guitton@gnat.com>
4473
4474 * inflow.c (kill_command): release file handles in BFD.
4475 * exec.c (exec_file_attach): Ditto.
4476 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4477
4478 2004-07-29 Andrew Cagney <cagney@gnu.org>
4479
4480 * PROBLEMS (mips-irix): Note that it is broken.
4481
4482 2004-07-29 Andrew Cagney <cagney@gnu.org>
4483
4484 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4485 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4486
4487 * config/xm-nbsd.h: Delete file.
4488 * config/arm/xm-nbsd.h: Delete file.
4489 * config/i386/xm-nbsd.h: Delete file.
4490 * config/ns32k/xm-nbsd.h: Delete file.
4491 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4492 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4493 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4494 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4495 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4496
4497 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4498 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4499 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4500 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4501 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4502 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4503
4504 * config/powerpc/xm-linux.h: Delete empty file.
4505 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4506 * config/powerpc/linux.mh (XM_FILE): Delete.
4507 * config/m68k/xm-linux.h: Delete empty file.
4508 * config/m68k/linux.mh (XM_FILE): Delete.
4509 * config/ia64/xm-linux.h: Delete empty file.
4510 * config/ia64/linux.mh (XM_FILE): Delete.
4511 * config/arm/xm-linux.h: Delete empty file.
4512 * config/arm/linux.mh (XM_FILE): Delete.
4513
4514 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4515 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4516 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4517 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4518 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4519 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4520 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4521 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4522
4523 * config/m68k/xm-m68k.h: Delete file.
4524 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4525 copyright.
4526 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4527 * config/pa/xm-linux.h: Delete empty file.
4528 * config/pa/linux.mh (XM_FILE): Delete.
4529 * config/i386/xm-i386.h: Delete empty file.
4530 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4531 "i386/xm-i386.h".
4532 * config/i386/obsdaout.mh (XM_FILE): Delete.
4533 * config/i386/obsd64.mh (XM_FILE): Delete.
4534 * config/i386/fbsd64.mh (XM_FILE): Delete.
4535 * config/i386/nto.mh (XM_FILE): Delete.
4536 * config/i386/obsd.mh (XM_FILE): Delete.
4537 * config/i386/linux64.mh (XM_FILE): Delete.
4538 * config/i386/linux.mh (XM_FILE): Delete.
4539 * config/i386/i386sol2.mh (XM_FILE): Delete.
4540 * config/i386/i386gnu.mh (XM_FILE): Delete.
4541 * config/i386/fbsd.mh (XM_FILE): Delete.
4542 * config/i386/nbsd64.mh (XM_FILE): Delete.
4543
4544 2004-07-29 Andrew Cagney <cagney@gnu.org>
4545
4546 * config/pa/xm-linux.h: Do not include "floatformat.h".
4547 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4548 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4549 * config/i386/xm-i386.h: Do not include "floatformat.h".
4550 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4551 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4552 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4553 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4554 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4555 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4556 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4557 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4558 * configure, config.in: Regenerate.
4559 * configure.host (gdb_host_float_format, gdb_host_double_format)
4560 (gdb_host_long_double_format): Set according to the host.
4561
4562 2004-07-29 Andrew Cagney <cagney@gnu.org>
4563
4564 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4565
4566 2004-07-28 Andrew Cagney <cagney@gnu.org>
4567
4568 * PROBLEMS: Mention threads/1650.
4569 * NEWS: Mention the NPTL fix.
4570
4571 2004-07-28 Andrew Cagney <cagney@gnu.org>
4572
4573 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4574 (add_setshow_cmd_full): Make static.
4575 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4576 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4577 * cli/cli-decode.c (add_setshow_filename_cmd)
4578 (add_setshow_string_cmd): New functions.
4579 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4580 * mips-tdep.c (_initialize_mips_tdep): Update.
4581 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4582 * cli/cli-logging.c (_initialize_cli_logging): Update.
4583 * complaints.c (_initialize_complaints): Update.
4584 * remote.c (_initialize_remote): Update.
4585
4586 2004-07-28 Andrew Cagney <cagney@gnu.org>
4587
4588 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4589 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4590 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4591 print parameters. Make string parameters constant.
4592 * command.h: Update. Update copyright.
4593 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4594 * observer.c (_initialize_observer): Ditto.
4595 * frame.c (_initialize_frame): Ditto.
4596 * complaints.c (_initialize_complaints): Ditto.
4597 * maint.c (_initialize_maint_cmds): Ditto.
4598 * target.c (initialize_targets): Ditto.
4599 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4600 * infcall.c (_initialize_infcall): Ditto.
4601 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4602 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4603 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4604 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4605 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4606
4607 2004-07-28 Andrew Cagney <cagney@gnu.org>
4608
4609 * gdbtypes.c (lookup_primitive_typename): Delete function.
4610 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4611 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4612 * gdbtypes.c (lookup_typename): Ditto.
4613 * f-exp.y (yylex): Ditto.
4614 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4615
4616 * scm-lang.c (c_builtin_types): Delete extern declaration.
4617 (scm_language_defn): Replace
4618 string_char_type and primitive_type_vector with
4619 la_language_arch_info.
4620 * jv-lang.c (java_language_defn): Replace
4621 string_char_type and primitive_type_vector with
4622 la_language_arch_info.
4623 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4624 c_builtin_types in comment.
4625 * c-lang.h (struct language_arch_info): Declare opaque.
4626 (c_language_arch_info): Declare.
4627 (c_builtin_types): Delete declaration.
4628 * c-lang.c (c_language_arch_info): Set string_char_type to
4629 builtin_char, not builtin_true_char. Make global.
4630 (c_builtin_types): Delete array.
4631 (asm_language_defn, minimal_language_defn): Replace
4632 string_char_type and primitive_type_vector with
4633 la_language_arch_info.
4634
4635 2004-07-28 Andrew Cagney <cagney@gnu.org>
4636
4637 * gdbtypes.h (struct builtin_type): Rename true_char to
4638 builtin_true_char.
4639 * gdbtypes.c (gdbtypes_post_init): Update.
4640 * c-lang.c (arch_info): New function.
4641 (enum c_primitive_types): New enum.
4642 (c_language_defn): Instead of string_char_type and
4643 primitive_type_vector set la_language_arch_info.
4644
4645 2004-07-28 Andrew Cagney <cagney@gnu.org>
4646
4647 * language.h (struct language_arch_info): Fix typo
4648 s/primative/primitive/.
4649 * gdbtypes.c (lookup_primitive_typename): Ditto.
4650 * language.c (language_lookup_primitive_type_by_name)
4651 (unknown_language_arch_info): Ditto.
4652
4653 2004-07-27 Andrew Cagney <cagney@gnu.org>
4654
4655 * defs.h (enum language): Add nr_languages.
4656 * language.h (struct language_arch_info): Define.
4657 (struct language_defn): Add la_language_arch_info.
4658 (language_lookup_primative_type_by_name): Declare.
4659 (language_string_char_type): Declare.
4660 * language.c (_initialize_language, language_gdbarch_post_init)
4661 (struct language_gdbarch, language_gdbarch_data): Implement
4662 per-architecture language information.
4663 (unknown_language_arch_info, language_string_char_type)
4664 (language_lookup_primative_type_by_name): New functions.
4665 (unknown_language_defn, auto_language_defn)
4666 (local_language_defn): Set la_language_arch_info to
4667 unknown_language_arch_info.
4668 (unknown_builtin_types): Delete.
4669 * gdbtypes.c (lookup_primitive_typename): Use
4670 language_lookup_primative_type_by_name.
4671 (create_string_type): Use language_string_char_type.
4672 * values.c (value_from_string): Use language_string_char_type.
4673 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4674 * p-lang.c (pascal_language_defn): Ditto.
4675 * m2-lang.c (m2_language_defn): Ditto.
4676 * jv-lang.c (java_language_defn): Ditto.
4677 * objc-lang.c (objc_language_defn): Ditto.
4678 * f-lang.c (f_language_defn): Ditto.
4679 * c-lang.c (c_language_defn, cplus_language_defn)
4680 (asm_language_defn, minimal_language_defn): Ditto.
4681
4682 2004-07-27 Andrew Cagney <cagney@gnu.org>
4683
4684 * gdbtypes.h (struct builtin_type): Declare.
4685 (builtin_type): Declare.
4686 * d10v-tdep.c (d10v_register_type): Use builtin_type.
4687 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4688 (gdbtypes_post_init): New function.
4689 (builtin_type): New function.
4690
4691 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
4692
4693 * remote-m32r-sdi.c: Fix breakpoint bug.
4694 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4695 recv_char_data, recv_long_data): New functions to replace communication
4696 sequences.
4697
4698 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
4699
4700 Document PR threads/1650.
4701 * PROBLEMS (Threads): Document problem with many threads
4702
4703 2004-07-26 Andrew Cagney <cagney@gnu.org>
4704
4705 * gdb-mi.el: Move from here ...
4706 * mi/gdb-mi.el: ... to here.
4707
4708 2004-07-26 Andrew Cagney <cagney@gnu.org>
4709
4710 Problem reported by Ashley Pittman <ashley@quadrics.com>.
4711 * main.c (captured_main): When in batch mode always detach.
4712
4713 2004-07-26 Andrew Cagney <cagney@gnu.org>
4714
4715 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4716 and h8300 as broken.
4717 * NEWS: END-OF-LIFE frame compatibility module.
4718 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4719 specific comments.
4720
4721 2004-07-26 Andrew Cagney <cagney@gnu.org>
4722
4723 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4724 * xcoffsolib.c (_initialize_xcoffsolib): Update.
4725 * wince.c (_initialize_wince): Update.
4726 * win32-nat.c (_initialize_win32_nat): Update.
4727 * varobj.c (_initialize_varobj): Update.
4728 * valops.c (_initialize_valops): Update.
4729 * utils.c (initialize_utils, initialize_utils): Update.
4730 * tui/tui-win.c (_initialize_tui_win): Update.
4731 * top.c (init_main): Update.
4732 * symfile.c (_initialize_symfile): Update.
4733 * source.c (_initialize_source): Update.
4734 * somsolib.c (_initialize_som_solib): Update.
4735 * solib.c (_initialize_solib): Update.
4736 * solib-frv.c (_initialize_frv_solib): Update.
4737 * serial.c (_initialize_serial): Update.
4738 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4739 * remote.c (_initialize_remote, _initialize_remote): Update.
4740 * remote-vx.c (_initialize_vx): Update.
4741 * remote-utils.c (_initialize_sr_support): Update.
4742 * remote-sds.c (_initialize_remote_sds): Update.
4743 * remote-mips.c (_initialize_remote_mips): Update.
4744 * remote-e7000.c (_initialize_remote_e7000): Update.
4745 * proc-api.c (_initialize_proc_api): Update.
4746 * printcmd.c: Update.
4747 * parse.c (_initialize_parse): Update.
4748 * pa64solib.c (_initialize_pa64_solib): Update.
4749 * p-valprint.c (_initialize_pascal_valprint): Update.
4750 * monitor.c (_initialize_remote_monitors): Update.
4751 * mips-tdep.c (_initialize_mips_tdep): Update.
4752 * mcore-tdep.c (_initialize_mcore_tdep): Update.
4753 * maint.c (_initialize_maint_cmds): Update.
4754 * lin-lwp.c (_initialize_lin_lwp): Update.
4755 * language.c (_initialize_language): Update.
4756 * kod.c (_initialize_kod): Update.
4757 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4758 * i386-tdep.c (_initialize_i386_tdep): Update.
4759 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4760 * gdbarch.sh: Update.
4761 * gdbarch.c: Re-generate.
4762 * gdb-events.sh: Update.
4763 * gdb-events.c: Re-generate.
4764 * frame.c (_initialize_frame): Update.
4765 * exec.c: Update.
4766 * demangle.c (_initialize_demangler): Update.
4767 * dcache.c (_initialize_dcache): Update.
4768 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4769 * cp-valprint.c (_initialize_cp_valprint): Update.
4770 * corefile.c (_initialize_core): Update.
4771 * command.h: Update.
4772 * cli/cli-decode.h: Update.
4773 * cli/cli-cmds.c (init_cli_cmds): Update.
4774 * charset.c (_initialize_charset): Update.
4775 * breakpoint.c (_initialize_breakpoint): Update.
4776 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4777 * alpha-tdep.c (_initialize_alpha_tdep): Update.
4778 * aix-thread.c (_initialize_aix_thread): Update.
4779
4780 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4781
4782 Partial fix for PR backtrace/1718.
4783 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4784 that GCC migrates into the prolugue. Don't handle any
4785 instructions that clobber %ebx.
4786
4787 2004-07-23 Andrew Cagney <cagney@gnu.org>
4788
4789 Use regcache_raw_collect instead of regcache_collect.
4790 * regcache.h (regcache_collect): Delete declaration.
4791 * regcache.c (regcache_colect): Delete function.
4792 * win32-nat.c (do_child_store_inferior_registers): Update.
4793 * sol-thread.c (sol_thread_store_registers): Update.
4794 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
4795 * rs6000-nat.c (store_register): Update.
4796 * remote.c (store_register_using_P, remote_store_registers): Update.
4797 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
4798 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
4799 (fill_vrregset, store_spe_registers, fill_gregset)
4800 (fill_gregset): Update.
4801 * nto-procfs.c (procfs_store_registers): Update.
4802 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
4803 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
4804 * m68klinux-nat.c (store_register, fill_gregset): Update.
4805 * m68k-tdep.c (fill_gregset): Update.
4806 * infptrace.c (store_register): Update.
4807 * i386-nto-tdep.c (i386nto_regset_fill): Update.
4808 * i386-linux-nat.c (store_register, fill_gregset): Update.
4809 * hppa-linux-nat.c (fill_gregset): Update.
4810 * go32-nat.c (store_register): Update.
4811 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
4812 (store_fp_regs): Update.
4813 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
4814 (store_nwfpe_extended, store_fpregister, store_fpregs)
4815 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
4816 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
4817 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
4818 (store_regs_user_thread, store_regs_kernel_thread): Update.
4819
4820 2004-07-24 Mark Kettenis <kettenis@gnu.org>
4821
4822 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
4823 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
4824 encoding.
4825 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
4826 member of `struct comp_unit'.
4827
4828 2004-07-23 Andrew Cagney <cagney@gnu.org>
4829
4830 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
4831 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
4832
4833 2004-07-23 Martin Hunt <hunt@redhat.com>
4834 Kevin Buettner <kevinb@redhat.com>
4835
4836 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
4837 alignment was being added to the offset instead of multiplied.
4838
4839 2004-07-23 Mark Kettenis <kettenis@gnu.org>
4840
4841 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
4842 changed signal trampoline in OpenBSD 3.5-current.
4843
4844 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
4845 <machine/pcb.h> and "bsd-kvm.h".
4846 (sparc64nbsd_supply_pcb): New function.
4847 (_initialize_sparc64nbsd_nat): Renamed from
4848 _initialize_sparcnbsd_nat. Enable libkvm interface.
4849 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
4850 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
4851 (LOADLIBES): New variable.
4852
4853 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
4854
4855 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
4856
4857 2004-07-21 Andrew Cagney <cagney@gnu.org>
4858
4859 Use regcache_raw_supply instead of supply_register.
4860 * regcache.h (supply_register): Delete declaration.
4861 * regcache.c (supply_register): Delete function.
4862 * wince.c (do_child_fetch_inferior_registers): Update.
4863 * win32-nat.c (do_child_fetch_inferior_registers)
4864 (fetch_elf_core_registers): Update.
4865 * v850ice.c (v850ice_fetch_registers): Update.
4866 * thread-db.c (thread_db_store_registers): Update.
4867 * sol-thread.c (sol_thread_store_registers): Update.
4868 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
4869 * rs6000-nat.c (fetch_register): Update.
4870 * rom68k-rom.c (rom68k_supply_one_register): Update.
4871 * remote.c (remote_wait, remote_async_wait): Update.
4872 * remote-st.c (get_hex_regs): Update.
4873 * remote-sim.c (gdbsim_fetch_register): Update.
4874 * remote-sds.c (sds_fetch_registers): Update.
4875 * remote-rdp.c (remote_rdp_fetch_register): Update.
4876 * remote-rdi.c (arm_rdi_fetch_registers): Update.
4877 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
4878 * remote-m32r-sdi.c (m32r_fetch_register): Update.
4879 * remote-hms.c (init_hms_cmds): Update.
4880 * remote-est.c (init_est_cmds): Update.
4881 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
4882 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
4883 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
4884 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
4885 (fetch_register, supply_vrregset, supply_vrregset)
4886 (fetch_spe_registers): Update.
4887 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
4888 * monitor.c (monitor_supply_register): Update.
4889 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
4890 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
4891 (mipsnbsd_supply_fpreg): Update.
4892 * mips-nat.c (fetch_inferior_registers)
4893 (fetch_core_registers): Update.
4894 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
4895 (supply_fpregset, mips64_supply_gregset)
4896 (mips64_supply_fpregset): Update.
4897 * m68klinux-nat.c (fetch_register, supply_gregset)
4898 (supply_fpregset): Update.
4899 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
4900 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
4901 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
4902 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
4903 * infptrace.c (fetch_register): Update.
4904 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
4905 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
4906 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
4907 (gnu_fetch_registers, gnu_store_registers): Update.
4908 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
4909 * i386-linux-nat.c (fetch_register, supply_gregset)
4910 (dummy_sse_values): Update.
4911 * hpux-thread.c (hpux_thread_fetch_registers): Update.
4912 * hppah-nat.c (fetch_register): Update.
4913 * hppa-linux-nat.c (fetch_register, supply_gregset)
4914 (supply_fpregset): Update.
4915 * go32-nat.c (fetch_register): Update.
4916 * dve3900-rom.c (fetch_bitmapped_register)
4917 (_initialize_r3900_rom): Update.
4918 * cris-tdep.c (supply_gregset): Update.
4919 * abug-rom.c (init_abug_cmds): Update.
4920 * core-aout.c (fetch_core_registers): Update.
4921 * armnbsd-nat.c (supply_gregset, supply_fparegset)
4922 (fetch_register, fetch_fp_register): Update.
4923 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
4924 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
4925 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
4926 * alphanbsd-tdep.c (fetch_core_registers): Update.
4927 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
4928 * alpha-nat.c (fetch_osf_core_registers)
4929 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
4930 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
4931 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
4932
4933 2004-07-21 Andrew Cagney <cagney@gnu.org>
4934
4935 * PROBLEMS: Mention breakpoints/1702.
4936 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
4937 that is known to work.
4938
4939 2004-07-21 Andrew Cagney <cagney@gnu.org>
4940
4941 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
4942 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
4943 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
4944 (handle_inferior_event): Wrap call to deprecated
4945 IGNORE_HELPER_CALL in #ifdef.
4946 * config/mips/tm-nbsd.h: Update.
4947
4948 2004-07-20 Jim Blandy <jimb@redhat.com>
4949
4950 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
4951 bfd_mach_ppc has no segment registers.
4952
4953 Include PowerPC SPR numbers for special-purpose registers.
4954 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
4955 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
4956 new member in initializer.
4957 (S, S4, SN4, S64): New macros for defining special-purpose
4958 registers.
4959 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
4960 registers_403, registers_403GC, registers_505, registers_860,
4961 registers_601, registers_602, registers_603, registers_604,
4962 registers_750, registers_e500): Use them.
4963
4964 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
4965 replace references with expression used to initialize variable.
4966
4967 2004-07-20 Andrew Cagney <cagney@gnu.org>
4968
4969 * breakpoint.c (deprecated_read_memory_nobpt): Rename
4970 read_memory_nobpt.
4971 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
4972 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
4973 (s390_sigtramp_frame_sniffer): Update.
4974 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
4975 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
4976 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
4977 (mips32_fetch_instruction): Update.
4978 * mcore-tdep.c (get_insn): Update.
4979 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
4980 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
4981 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
4982 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4983 (i386_linux_rt_sigtramp_start): Update.
4984 * i386-linux-nat.c (child_resume): Update.
4985 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
4986 * hppa-linux-tdep.c (insns_match_pattern): Update.
4987 * gdbcore.h: Update.
4988 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
4989 * frame.c (safe_frame_unwind_memory): Update.
4990 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
4991 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
4992 * alpha-tdep.c (alpha_read_insn): Update.
4993
4994 2004-07-20 Andrew Cagney <cagney@gnu.org>
4995
4996 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4997 containing both bytes and mask. Add "frame_type".
4998 * tramp-frame.c (tramp_frame_start): Update.
4999 (tramp_frame_prepend_unwinder): Update.
5000 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5001 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5002 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5003 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5004
5005 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5006
5007 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5008 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5009 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5010 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5011
5012 2004-07-17 Andrew Cagney <cagney@gnu.org>
5013
5014 * NEWS, PROBLEMS: Update for 6.2.
5015
5016 * README: Update to 6.2.
5017
5018 * utils.c (xvasprintf): Call xstrvprintf.
5019
5020 * parse.c: Update copyright.
5021 (null_post_parser): Eliminate ARGSUSED.
5022
5023 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5024 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5025 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5026
5027 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5028 * ppc-linux-nat.c: Use "Linux kernel".
5029 * hppa-linux-tdep.c: Use GNU/Linux.
5030 * hppa-linux-nat.c: Use GNU/Linux.
5031 * dwarfread.c: Add [sic] to use of Linux.
5032
5033 * hppa-linux-nat.c: Do not include <string.h>.
5034 (supply_fpregset): Remove "register" attribute.
5035
5036 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5037
5038 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5039
5040 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5041 * configure, config.in: Regenerated.
5042
5043 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5044 "bsd-kvm.h".
5045 (vaxbsd_supply_pcb): New function.
5046 (_initialize_vaxbsd_nat): New prototype and function.
5047 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5048 solib-sunos.o.
5049 (LOADLIBES): New variable.
5050 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5051 (LOADLIBES): New variable.
5052 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5053 (LOADLIBES): New variable.
5054 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5055
5056 2004-07-16 Andrew Cagney <cagney@gnu.org>
5057
5058 * defs.h (event_loop_p): Replace variable declaration with macro,
5059 always 1.
5060 * main.c (captured_main): Delete options "-async" and "-noasync".
5061 (event_loop_p): Delete variable.
5062 * NEWS: Mention that "-async" and "-noasync" were removed.
5063
5064 2004-07-16 Andrew Cagney <cagney@gnu.org>
5065
5066 * remote-m32r-sdi.c: Re-indent.
5067
5068 2004-07-16 Jim Blandy <jimb@redhat.com>
5069
5070 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5071 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5072 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5073 missing MPC823 SPRs.
5074 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5075 incorrect. (This was corrected in GDB's register name tables on
5076 2004-07-14.)
5077
5078 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5079 should be "esasrr" ("ESA Save and Restore Register").
5080
5081 2004-07-16 Andrew Cagney <cagney@gnu.org>
5082
5083 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5084 calls, no longer applicable. Update comments and rename parameter
5085 "step_frame" to "return_frame".
5086
5087 2004-07-16 Andrew Cagney <cagney@gnu.org>
5088
5089 * frame.c (fprint_field): New function.
5090 (fprint_frame_id): Use fprint_field.
5091
5092 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5093
5094 * ada-lang.c (ada_language_defn): Remove commented out code.
5095
5096 2004-07-15 Jim Blandy <jimb@redhat.com>
5097
5098 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5099 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5100
5101 2004-07-14 Jim Blandy <jimb@redhat.com>
5102
5103 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5104
5105 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5106
5107 * ppc-tdep.h (ppc_num_srs): New enum constant.
5108
5109 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5110 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5111 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5112 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5113 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5114 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5115 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5116 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5117 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5118 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5119 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5120 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5121 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5122 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5123 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5124 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5125 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5126 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5127 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5128 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5129 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5130 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5131 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5132 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5133 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5134 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5135 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5136 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5137 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5138 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5139 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5140 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5141 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5142 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5143 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5144 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5145 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5146 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5147 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5148 special-purpose register numbers.
5149
5150 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5151 manual mentions 'md_twb', but many mention 'm_twb', and at that
5152 point in the register list.)
5153
5154 2004-07-14 Andrew Cagney <cagney@gnu.org>
5155
5156 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5157 instead of "internal-error".
5158
5159 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5160
5161 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5162 that was inserted inside a comment.
5163
5164 2004-07-10 Randolph Chung <tausq@debian.org>
5165
5166 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5167 function.
5168 (hppa_hpux_push_dummy_code): New function.
5169 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5170 Set find_global_pointer method.
5171
5172 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5173
5174 * NEWS: Mention BSD libkvm interface.
5175
5176 2004-07-10 Michael Snyder <msnyder@redhat.com>
5177
5178 * symfile.c (generic_load): Comment typo.
5179 * stack.c (get_selected_block): Ditto.
5180 * regcache.c (regcache_cooked_read): Ditto.
5181 * monitor.c (monitor_debug): Ditto.
5182 * mips-tdep.c (mips_read_pc): Ditto.
5183 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5184 * gdb_mbuild.sh: Ditto.
5185 * gdbarch.sh: Ditto.
5186 * gdbarch.h: Ditto.
5187
5188 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5189
5190 * ada-tasks.c: Remove file.
5191
5192 Remove ARI problems:
5193
5194 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5195 beginning of line.
5196
5197 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5198 Add comment.
5199 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5200 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5201 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5202 (UMIN_OF_SIZE): Remove.
5203 (max_of_type): New function to replace orphan macro in gdbtypes.h
5204 (min_of_type): Ditto.
5205 (discrete_type_high_bound): Use max_of_type.
5206 (discrete_type_low_bound): Use min_of_type.
5207 (possible_user_operator_p): Move operator to beginning of line.
5208 (ada_is_variant_part): Ditto.
5209 (ensure_lval): Rewrite to avoid deprecated operations.
5210 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5211 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5212 (ada_enum_name): Remove assignments in 'if' statements.
5213 (build_ada_types): Add gdbarch parameter.
5214 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5215 with gdbarch_data_register_post_init.
5216 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5217 add_show_from_set.
5218
5219 * ada-valprint.c (inspect_it): Remove declaration.
5220 (repeat_count_threshold): Remove declaration.
5221 (ada_print_floating): Remove assignments in 'if' statements.
5222 (print_str): Move operator to beginning of line.
5223
5224 2004-07-08 Jim Blandy <jimb@redhat.com>
5225
5226 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5227
5228 2004-07-08 Bob Rossi <bob@brasko.net>
5229
5230 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5231
5232 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5233
5234 * language.h (struct_language_defn): Add new function pointer:
5235 la_class_name_from_physname. Also add new prototype for
5236 language_class_name_from_physname.
5237 * language.c (language_class_name_from_physname): New function.
5238 (unk_lang_class_name): Ditto.
5239 (unknown_language_defn, auto_language_defn): Change
5240 to add unk_lang_class_name function pointer for
5241 la_class_name_from_physname.
5242 (local_language_defn): Ditto.
5243 * dwarf2read.c (guess_structure_name): Change to call
5244 language_class_name_from_physname.
5245 (determine_class_name): Ditto.
5246 * cp-support.c (class_name_from_physname): Renamed.
5247 (cp_class_name_from_physname): New name of function.
5248 * cp-support.h: Ditto.
5249 * c-lang.c (c_language_defn): Change to add NULL
5250 for class_name_from_physname function pointer.
5251 (cplus_language_defn): Change to add cp_class_name_from_physname.
5252 * jv-lang.c (java_class_name_physname): New function.
5253 (java_find_last_component): New static routine.
5254 (java_language_defn): Add java_class_name_from_physname pointer.
5255 * ada-lang.c (ada_language_defn): Change to add NULL
5256 for class_name_from_physname function pointer.
5257 * f-lang.c (f_language_defn): Ditto.
5258 * m2-lang.c (m2_language_defn): Ditto.
5259 * objc-lang.c (objc_language_defn): Ditto.
5260 * p-lang.c (pascal_language_defn): Ditto.
5261 * scm-lang.c (scm_language_defn): Ditto.
5262
5263 2004-07-06 Andrew Cagney <cagney@gnu.org>
5264
5265 Patch from Bart Robinson.
5266 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5267 (O_LARGEFILE): Define to 0, if not defined.
5268
5269 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5270
5271 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5272 <machine/pcb.h> and "bsd-kvm.h".
5273 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5274 (m68kbsd_supply_pcb): New function.
5275 (_initialize_m68kbsd_nat): New prototype and function.
5276 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5277 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5278 (LOADLIBES): New variable.
5279 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5280 (LOADLIBES): New variable.
5281
5282 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5283
5284 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5285
5286 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5287 <sys/proc.h>.
5288 (bsd_kvm_cmdlist): New variable.
5289 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5290 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5291 command and "kvm proc" command.
5292 * Makefile.in (bsd-kvm.o): Update dependencies.
5293
5294 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5295
5296 * osabi.c: Update copyright year.
5297 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5298 notes if EI_OSABI is set to ELFOSABI_HPUX.
5299
5300 2004-07-01 Michael Snyder <msnyder@redhat.com>
5301
5302 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5303 that seems to have gotten whacked out of line.
5304
5305 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5306
5307 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5308 code.
5309
5310 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5311
5312 * ada-lang.c (decode_packed_array): Minor change to comment.
5313 (ada_value_slice_ptr): New function.
5314 (ada_value_slice): New function.
5315 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5316 test. Don't know why it is there.
5317 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5318 to avoid dereferencing huge arrays from which one is slicing.
5319 (empty_array): Correct to return an array rather than
5320 a subrange value.
5321 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5322 on empty arrays (let'em use 'FIRST instead).
5323
5324 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5325
5326 Address complaints from gdb_ari.sh:
5327
5328 * ada-exp.y: Include gdb_string.h rather than string.h.
5329 (convert_char_literal): Reformat declaration.
5330 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5331 * ada-lex.l: Change use of free to xfree (the macro would do so
5332 anyway, but this is harmless).
5333 Include gdb_string.h rather than string.h.
5334 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5335
5336 * ada-lang.c (parse): Remove K&Rism in parameter list.
5337 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5338
5339 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5340
5341 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5342 dead code.
5343
5344 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5345
5346 * alphabsd-nat.c: Update copyright year.
5347 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5348
5349 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5350
5351 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5352 (i386_cygwin_in_solib_call_trampoline): New function.
5353 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5354 and skip_trampoline_code gdbarch methods.
5355
5356 2004-06-29 Jim Blandy <jimb@redhat.com>
5357
5358 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5359 name actually used in the dependency lists.
5360
5361 2004-06-29 Randolph Chung <tausq@debian.org>
5362
5363 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5364
5365 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5366
5367 * win32-nat.c (child_pid_to_exec_file): New function.
5368 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5369 functionality.
5370
5371 2004-06-28 Andrew Cagney <cagney@gnu.org>
5372
5373 * defs.h (xstrvprintf): Declare.
5374 * utils.c (xstrvprintf): New function.
5375 (internal_vproblem, xstrprintf, xasprintf)
5376 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5377 * serial.c (serial_printf): Ditto.
5378 * complaints.c (vcomplaint): Ditto.
5379
5380 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5381
5382 * infcmd.c (attach_command): Move call to target_terminal_inferior
5383 behind loading symbol table.
5384
5385 2004-06-28 Andrew Cagney <cagney@gnu.org>
5386
5387 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5388 change - add back extern deprecated_ui_loop_hook declaration.
5389
5390 2004-06-28 Andrew Cagney <cagney@gnu.org>
5391
5392 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5393 xstrprintf.
5394 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5395 (c_value_of_variable): Ditto.
5396 * utils.c (internal_vproblem): Ditto.
5397 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5398 * remote.c (add_packet_config_cmd): Ditto.
5399 * remote-rdp.c (rdp_set_command_line): Ditto.
5400 * regcache.c (regcache_dump): Ditto.
5401 * frv-tdep.c (new_variant, new_variant): Ditto.
5402 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5403 (fbsd_find_memory_regions): Ditto.
5404 * breakpoint.c (create_thread_event_breakpoint)
5405 (create_breakpoints): Ditto.
5406 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5407 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5408
5409 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5410
5411 * ada-lang.c: Re-indent file, with some massaging to help indent
5412 a bit when the result is otherwise really too ugly.
5413
5414 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5415
5416 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5417 code_addr_p and special_addr_p to 'unsigned int'.
5418
5419 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5420
5421 * i386v4-nat.c: Update copyright year and tweak comment.
5422 (regmap): Remove trailing comma.
5423 (supply_gregset): Rename local variable i to regnum. Call
5424 regcache_raw_supply instead of supply_register.
5425 (fill_gregset): Rename argument regno to regnum. Call
5426 regcache_raw_collect instead of regcache_collect.
5427
5428 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5429
5430 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5431 and special_addr_p.
5432 (frame_id_build, frame_id_build_special): Update comments.
5433 (frame_id_build_wild): New prototype.
5434 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5435 struct frame_id fields.
5436 (frame_id_build_wild): New function.
5437 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5438
5439 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5440
5441 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5442 hppabsd-tdep.c.
5443
5444 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5445
5446 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5447
5448 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5449
5450 * ada-lang.c: Re-indent file.
5451
5452 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5453
5454 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5455 (no_symtab_msg): Likewise.
5456
5457 2004-06-27 Andreas Schwab <schwab@suse.de>
5458
5459 * source.c: Fix whitespace.
5460
5461 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5462
5463 * configure.in: Include <sys/param.h> for td_pcb test.
5464 * configure: Regenerated.
5465
5466 * i386nbsd-nat.c: New file.
5467 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5468 i386obsd-nat.c and i386obsd-tdep.c.
5469 (i386nbsd-nat.o): New dependency.
5470 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5471 bsd-kvm.o.
5472 (LOADLIBES): New variable.
5473 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5474 bsd-kvm.o.
5475 (LOADLIBES): New variable.
5476
5477 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5478 (LOADLIBES): New variable.
5479
5480 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5481 fetching from BSD_KVM_PADDR. Correctly lookup address for
5482 "_thread0".
5483
5484 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5485 "bsd-kvm.h".
5486 (amd64fbsd_supply_pcb): New funcion.
5487 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5488
5489 2004-06-27 <david@streamline-computing.com>
5490
5491 Partial fix for PR cli/1056.
5492 * valarith.c: Check for zero in division and remainder
5493 evaluation.
5494
5495 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5496
5497 * i387-tdep.c: Remove excessive whitespace.
5498
5499 2004-06-26 Andrew Cagney <cagney@gnu.org>
5500
5501 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5502 * gdb-events.h, gdb-events.c: Re-generate.
5503 * tui/tui-hooks.c (tui_install_hooks): Update.
5504 (tui_remove_hooks): Update.
5505 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5506
5507 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5508
5509 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5510 (gregset_t, fpregset_t): Remove typedefs.
5511 (REG_OFFSET): Rename argument.
5512 (amd64bsd_r_reg_offset): Rename from reg_offset.
5513 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5514 Remove functions.
5515 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5516 of reg_offset.
5517 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5518
5519 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5520
5521 * vax-tdep.c: Tweak comment.
5522
5523 Add OpenBSD/hppa support.
5524 * NEWS (New native configurations): Mention OpenBSD/hppa.
5525 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5526 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5527 files.
5528 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5529 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5530 * configure.host: Add hppa*-*-openbsd*.
5531 * configure.tgt: Add hppa*-*-openbsd*.
5532
5533 2004-06-25 Andrew Cagney <cagney@gnu.org>
5534
5535 * defs.h (deprecated_ui_loop_hook): Deprecated.
5536 * wince.c (child_wait): Update.
5537 * win32-nat.c (child_wait): Update.
5538 * v850ice.c (v850ice_wait): Update.
5539 * top.c (deprecated_ui_loop_hook): Update.
5540 * serial.h: Update.
5541 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5542 (do_unix_readchar): Update.
5543 * ser-tcp.c (net_open): Update.
5544 * remote-sim.c (gdb_os_poll_quit): Update.
5545 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5546
5547 2004-06-24 Andrew Cagney <cagney@gnu.org>
5548
5549 * defs.h (deprecated_pre_add_symbol_hook)
5550 (deprecated_post_add_symbol_hook): Deprecated.
5551 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5552 (symbol_file_add_with_addrs_or_offsets): Update references.
5553
5554 2004-06-24 Andrew Cagney <cagney@gnu.org>
5555
5556 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5557 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5558 * wince.c (ui_loop_hook): Delete extern declaration.
5559 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5560 * v850ice.c (ui_loop_hook): Delete extern declaration..
5561 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5562 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5563 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5564 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5565 ui_loop_hook declaration.
5566
5567 2004-06-24 Andrew Cagney <cagney@gnu.org>
5568
5569 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5570 entry_func_highpc fields.
5571 * objfiles.c (init_entry_point_info): Do not clear
5572 entry_func_lowpc and entry_func_highpc.
5573 (objfile_relocate): Do not relocate entry_func_lowpc and
5574 entry_func_highpc.
5575 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5576 entry_func_highpc.
5577 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5578 entry_func_highpc.
5579 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5580 entry_func_lowpc and entry_func_highpc with call to
5581 inside_entry_func.
5582
5583 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5584
5585 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5586 quad-precision floating point arguments in registers.
5587
5588 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5589
5590 From Michael Mueller <m.mueller99@kay-mueller.de>:
5591 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5592 account.
5593
5594 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5595
5596 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5597 to -1.
5598 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5599 untriggered watchpoints to a separate if clause. Update function
5600 comment regarding STOPPED_BY_WATCHPOINT argument.
5601
5602 2004-06-22 Jim Blandy <jimb@redhat.com>
5603
5604 * gdbarch.sh: Doc fix.
5605
5606 2004-06-21 Martin Hunt <hunt@redhat.com>
5607 Kevin Buettner <kevinb@redhat.com>
5608
5609 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5610 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5611 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5612 to set_gdbarch_sp_regnum(). Use cooked register number.
5613 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5614
5615 2004-06-21 Andrew Cagney <cagney@gnu.org>
5616
5617 * gdbarch.sh: When the macro field is empty, do not generate a
5618 macro definition. When the macro field is "=", generate the macro
5619 name from the upper-case function name.
5620 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5621 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5622 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5623 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5624 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5625 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5626 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5627 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5628 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5629 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5630 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5631 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5632 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5633 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5634 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5635 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5636 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5637 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5638 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5639 (DEPRECATED_USE_STRUCT_CONVENTION)
5640 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5641 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5642 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5643 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5644 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5645 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5646 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5647 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5648 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5649 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5650 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5651 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5652 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5653 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5654 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5655 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5656 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5657 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5658
5659 2004-06-21 Andrew Cagney <cagney@gnu.org>
5660
5661 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5662 macro name, and the function rather than macro value. Only wrap
5663 macro print statements in #ifdef. Move format logic to where it
5664 is needed.
5665 * gdbarch.c: Re-generate.
5666
5667 * gdbarch.sh (read): Delete "print_p" and "description", add
5668 "garbage_at_eol". Check for non-empty garbage at end-of-line.
5669 Delete references to print_p.
5670 (TARGET_ARCHITECTURE): Delete print predicate.
5671 * gdbarch.c: Re-generate.
5672
5673 * gdbarch.sh: Check that multi-arch methods do not provide a
5674 macro.
5675 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5676 (print_registers_info, print_float_info, print_vector_info)
5677 (adjust_breakpoint_address, remote_translate_xfer_address)
5678 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5679 (address_class_type_flags_to_name, unwind_sp): Remove the macro
5680 name from the multi-arch definition.
5681
5682 2004-06-20 Andrew Cagney <cagney@gnu.org>
5683
5684 * gdbarch.sh: Sort by the function, instead of macro name.
5685 * gdbarch.c: Re-generate.
5686
5687 2004-06-20 Andrew Cagney <cagney@gnu.org>
5688
5689 * gdbarch.sh: Use the function, instead of macro name in
5690 errors and the log file.
5691 (return_value): Remove stray ":" in spec.
5692
5693 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5694 * gdbarch.h, gdbarch.c: Re-generate.
5695 * Makefile.in (arch-utils.o): Update dependencies.
5696 * values.c (using_struct_return): Move code calling
5697 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5698 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5699 to legacy_return_value, simplify.
5700 * infcmd.c (print_return_value): Move code calling
5701 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5702 to legacy_return_value, simplify.
5703 * infcall.c (call_function_by_hand): Move code calling
5704 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5705 * arch-utils.c: Update copyright. Include "gdbcore.h".
5706 (legacy_return_value): New function.
5707 * arch-utils.h: Update copyright.
5708 (legacy_return_value): Declare.
5709
5710 2004-06-20 Andrew Cagney <cagney@gnu.org>
5711
5712 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5713 * gdbarch.h, gdbarch.c: Re-generate.
5714 * values.c (using_struct_return): Update call.
5715 * mcore-tdep.c: Update comment.
5716 * infcall.c (call_function_by_hand): Update comment.
5717 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5718 * arch-utils.h (always_use_struct_convention): Update.
5719 * v850-tdep.c (v850_gdbarch_init): Update.
5720 * sh64-tdep.c (sh64_gdbarch_init): Update.
5721 * sh-tdep.c (sh_gdbarch_init): Update.
5722 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5723 * mips-tdep.c (mips_gdbarch_init): Update.
5724 * mcore-tdep.c (mcore_gdbarch_init): Update.
5725 * m32r-tdep.c (m32r_gdbarch_init): Update.
5726 * ia64-tdep.c (ia64_gdbarch_init): Update.
5727 * h8300-tdep.c (h8300_gdbarch_init): Update.
5728 * frv-tdep.c (frv_gdbarch_init): Update.
5729 * cris-tdep.c (cris_gdbarch_init): Update.
5730 * arm-tdep.c (arm_gdbarch_init): Update.
5731 * alpha-tdep.c (alpha_gdbarch_init): Update.
5732
5733 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
5734
5735 * PROBLEMS: Add more specific information, and a work-around,
5736 for PR gdb/1458.
5737
5738 2004-06-18 Andrew Cagney <cagney@gnu.org>
5739
5740 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5741 * gdbarch.h, gdbarch.c: Re-generate.
5742 * ada-lang.c (ada_finish_decode_line_1): Update.
5743 * infrun.c (handle_inferior_event): Update.
5744 * infcall.c (find_function_addr): Update.
5745 * linespec.c (minsym_found): Update.
5746 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5747 Update.
5748 * blockframe.c (legacy_frameless_look_for_prologue): Update.
5749 * cli/cli-cmds.c (disassemble_command): Update.
5750 * vax-tdep.c (vax_gdbarch_init): Update.
5751
5752 2004-06-18 Mark Kettenis <kettenis@gnu.org>
5753
5754 * i386-tdep.c (i386_collect_fpregset): Fix comment.
5755
5756 2004-06-17 Andrew Cagney <cagney@gnu.org>
5757
5758 GDB 6.1.1 released from the GDB 6.1 branch.
5759 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5760 * PROBLEMS: Ditto.
5761
5762 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5763
5764 PR gdb/1658
5765 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5766 operation as a uleb128. Found by Michael Coulter.
5767
5768 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
5769
5770 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5771 make it non-static.
5772 * ada-lang.h (task_control_block): declaration moved from ada-task.c
5773 to ada-lang.h; this is needed to be able to implement the kill command
5774 in multi-task mode.
5775 (task_ptid): Ditto.
5776 (task_entry): Ditto.
5777 (task_list): Ditto.
5778 (ada_build_task_list): Ditto.
5779
5780 * ada-lang.c: Conditionalize routines and data structures related
5781 to breakpoints, exceptions, completion, and symbol caching on
5782 GNAT_GDB, since these are not yet used in the submitted public sources.
5783 (ada_main_name): Editorial: Move definition out of exception-related
5784 code.
5785
5786 2004-06-15 Andrew Cagney <cagney@gnu.org>
5787
5788 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5789 deprecated_pc_in_call_dummy.
5790
5791 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5792
5793 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
5794 bfd_get_section_size_before_reloc or _raw_size.
5795 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
5796 * dwarf2read.c (dwarf2_locate_sections): Likewise.
5797 (dwarf2_read_section): Likewise.
5798 * elfread.c (elf_locate_sections): Likewise.
5799 * gcore.c (derive_heap_segment): Likewise.
5800 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
5801 * remote-e7000.c (e7000_load): Likewise.
5802 * remote-m32r-sdi.c (m32r_load): Likewise.
5803 * remote-mips.c (mips_load_srec): Likewise.
5804 (pmon_load_fast): Likewise.
5805 * remote.c (compare_sections_command): Likewise.
5806 * symfile.c (add_section_size_callback): Likewise.
5807 (load_section_callback): Likewise.
5808 (pc_in_unmapped_range): Likewise.
5809 (pc_in_mapped_range): Likewise.
5810 (sections_overlap): Likewise.
5811 (list_overlays_command): Likewise.
5812 (simple_overlay_update_1): Likewise.
5813 (simple_overlay_update): Likewise.
5814 * tracepoint.c (remote_set_transparent_ranges): Likewise.
5815 * win32-nat.c (core_section_load_dll_symbols): Likewise.
5816
5817 2004-06-14 Randolph Chung <tausq@debian.org>
5818
5819 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
5820 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
5821 static.
5822 (hppa_hpux_inferior_created): New function.
5823 (hppa_hpux_init_abi): Register observer.
5824 * symfile.c (hp_cxx_exception_support_initialized)
5825 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
5826 (symbol_file_add_main_1, symbol_file_clear): Likewise.
5827
5828 2004-06-14 Randolph Chung <tausq@debian.org>
5829
5830 * MAINTAINERS (Write After Approval): Alphabetize my entry
5831 correctly.
5832
5833 2004-06-14 Andrew Cagney <cagney@gnu.org>
5834
5835 * MAINTAINERS (testsuite): List Michael Chastain as the lead
5836 testsuite maintainer.
5837
5838 2004-06-13 Andrew Cagney <cagney@gnu.org>
5839
5840 * infcmd.c (print_return_value): Fix logic, allow
5841 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
5842
5843 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
5844 defining any macros.
5845 * gdbarch.h: Re-generate.
5846
5847 * gdbarch.sh: Delete "level" attribute. Only check for a macro
5848 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
5849 * gdbarch.h: Re-generate.
5850
5851 * values.c (generic_use_struct_convention): Don't check gcc_p.
5852
5853 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
5854 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
5855 * gdbarch.h, gdbarch.c: Regenerate.
5856 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
5857 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
5858 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5859 deprecated_max_register_raw_size and
5860 deprecated_max_register_virtual_size.
5861 * v850-tdep.c (v850_gdbarch_init): Ditto.
5862 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5863 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5864 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5865 * cris-tdep.c (cris_gdbarch_init): Ditto.
5866
5867 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
5868 * gdbarch.h, gdbarch.c: Re-generate.
5869 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
5870 (m68hc11_use_struct_convention): Delete function.
5871 (m68hc11_extract_struct_value_address): Delete function.
5872 (m68hc11_return_value): New function.
5873 (m68hc11_gdbarch_init): Instead of store_return_value,
5874 extract_return_value, return_value_on_stack,
5875 deprecated_extract_struct_value_address and use_struct_convention,
5876 set return_value.
5877 * values.c (using_struct_return): Do not call
5878 RETURN_VALUE_ON_STACK.
5879 * arch-utils.h (generic_return_value_on_stack_not): Delete
5880 declaration.
5881 * arch-utils.c (generic_return_value_on_stack_not): Delete
5882 function.
5883
5884 2004-06-12 Andrew Cagney <cagney@gnu.org>
5885
5886 * values.c (register_value_being_returned): Delete function.
5887 * infcmd.c (legacy_return_value): Delete function.
5888 * infcall.c (call_function_by_hand): Inline
5889 "register_value_being_returned", simplify.
5890 * values.c (using_struct_return): Update comment, refer to
5891 print_return_value instead of register_value_being_returned.
5892 * infcmd.c (print_return_value): Inline calls to
5893 register_value_being_returned and legacy_return_value. Simplify.
5894
5895 2004-06-11 Randolph Chung <tausq@debian.org>
5896
5897 * somread.c (som_symtab_read): Exclude gcc local symbols.
5898
5899 2004-06-11 Randolph Chung <tausq@debian.org>
5900
5901 * infrun.c (handle_inferior_event): Handle the case when a
5902 trampoline ends up in the runtime resolver, and if the trampoline
5903 has no name. Rearrange the code so that all the trampoline
5904 processing happens before other step-out-of-range handling.
5905
5906 2004-06-11 Martin Hunt <hunt@redhat.com>
5907
5908 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
5909 has no fpu.
5910
5911 2004-06-10 Andrew Cagney <cagney@gnu.org>
5912
5913 * blockframe.c (legacy_inside_entry_func): Delete.
5914 (legacy_frame_chain_valid): Inline call to
5915 legacy_inside_entry_func, simplify.
5916
5917 2004-06-10 Bob Rossi <bob@brasko.net>
5918
5919 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
5920 * dwarf2read.c (partial_die_info): Add dirname field.
5921 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
5922 (read_partial_die): Save away DW_AT_comp_dir.
5923 * defs.h (symtab_to_filename): Removed.
5924 * source.c (find_and_open_source): Added.
5925 (open_source_file): Just calls find_and_open_source.
5926 (symtab_to_filename): Removed.
5927 (symtab_to_fullname, psymtab_to_fullname): Added.
5928 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
5929 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
5930 symtab_to_filename.
5931 * symtab.h (partial_symtab): Add dirname field.
5932 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
5933 (mi_cmd_file_list_exec_source_file): Call new function
5934 symtab_to_fullname to find fullname.
5935 (mi_cmd_file_list_exec_source_files): Added.
5936 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
5937 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
5938
5939 2004-06-10 Andrew Cagney <cagney@gnu.org>
5940
5941 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
5942 to generic_use_struct_convention, the default value.
5943
5944 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
5945 of abort.
5946
5947 * ns32k-tdep.c (ns32k_push_arguments): New function.
5948 (ns32k_gdbarch_init): Set deprecated_push_arguments.
5949 * infcall.c (call_function_by_hand): Call error instead of
5950 legacy_push_arguments.
5951 * value.h (legacy_push_arguments): Delete declaration.
5952 * valops.c (legacy_push_arguments): Delete function.
5953 (value_push): Delete function.
5954
5955 2004-06-10 Brian Ford <ford@vss.fsi.com>
5956
5957 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
5958 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
5959 info.
5960 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
5961
5962 2004-06-10 Andrew Cagney <cagney@gnu.org>
5963
5964 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
5965 * gdbarch.h, gdbarch.c: Re-generate.
5966 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
5967 parameters.
5968 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
5969 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
5970 deprecated_pc_in_call_dummy instead of
5971 DEPRECATED_PC_IN_CALL_DUMMY.
5972 (arm_skip_prologue): Ditto.
5973 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
5974 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
5975 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
5976 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
5977 Ditto.
5978 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
5979 (sh64_init_extra_frame_info, sh64_get_saved_register)
5980 (sh64_pop_frame): Ditto.
5981 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
5982 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
5983 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
5984 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
5985 (h8300_pop_frame): Ditto.
5986 * blockframe.c (legacy_inside_entry_func)
5987 (legacy_frame_chain_valid): Ditto.
5988 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
5989 to deprecated_pc_in_call_dummy.
5990
5991 2004-06-09 Andrew Cagney <cagney@gnu.org>
5992
5993 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
5994 provide a default value.
5995 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5996 * gdbarch.h, gdbarch.c: Re-generate.
5997 * arch-utils.c (generic_convert_register_p): Rename
5998 legacy_convert_register_p
5999 (legacy_register_to_value, legacy_value_to_register): Delete
6000 functions.
6001 * arch-utils.h (generic_convert_register_p): Rename
6002 legacy_convert_register_p.
6003 (legacy_register_to_value, legacy_value_to_register): Delete
6004 declarations.
6005
6006 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6007 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6008 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6009 * gdbarch.h, gdbarch.c: Re-generate.
6010 * infcmd.c (default_print_registers_info): Simplify.
6011 * findvar.c (value_of_register): Simplify.
6012 * mi/mi-main.c (get_register): Simplify.
6013 * arch-utils.c (legacy_convert_register_p): Always return 0.
6014 (legacy_register_to_value, legacy_value_to_register): Always call
6015 internal_error.
6016
6017 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6018 #ifdef CLEAR_INSN_CACHE code.
6019 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6020 Delete #ifdef CLEAR_DEFERRED_STORES code.
6021
6022 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6023
6024 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6025 copyright.
6026 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6027
6028 * config/mips/mipsv4.mh: Delete file.
6029
6030 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6031 unreferenced macro.
6032 (hpread_adjust_stack_address): Delete declaration.
6033
6034 2004-06-08 Andrew Cagney <cagney@gnu.org>
6035
6036 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6037 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6038 PTRACE_ATTACH / PTRACE_DETACH available call error.
6039 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6040 * infttrace.c (update_thread_state_after_attach, attach, detach):
6041 Remove #ifdef wrappers.
6042 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6043 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6044 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6045 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6046 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6047 * config/nm-linux.h (ATTACH_DETACH): Delete.
6048 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6049 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6050 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6051 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6052 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6053
6054 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6055
6056 * configure.in: Set $configdir to the right OS specific value.
6057 Use value when setting $tcldir and $tkdir.
6058 * configure: Regenerate.
6059
6060 2004-06-06 Paul Brook <paul@codesourcery.com>
6061
6062 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6063 records.
6064
6065 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6066
6067 * ada-lang.c (lookup_symbol_in_language): New function to allow
6068 re-use of another language's symbol lookup code. (Placed here
6069 temporarily while Ada support is being integrated into the public
6070 tree).
6071 (restore_language): New auxiliary function for
6072 lookup_symbol_in_language.
6073 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6074 temporarily while Ada support is being integrated into the public
6075 tree).
6076
6077 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6078
6079 * Makefile.in (check//%): New.
6080
6081 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6082 (mn10300_store_return_value): Rewrite.
6083 (mn10300_type_align): New.
6084 (mn10300_use_struct_convention): Rewrite.
6085 (mn10300_return_value): New, using all of the above.
6086 (mn10300_pop_frame_regular): Add saved_regs_size.
6087 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6088
6089 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6090 regs if PC is on movm.
6091
6092 2004-06-07 Jim Blandy <jimb@redhat.com>
6093
6094 Add native Linux support for the PowerPC E500.
6095 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6096 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6097 all architectures except the E500.
6098 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6099 #definitions.
6100 (struct gdb_evrregset_t): New type.
6101 (have_ptrace_getsetevrregs): New variable.
6102 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6103 fetch_spe_registers): New functions.
6104 (fetch_register): Call fetch_spe_register as appropriate.
6105 Assert that we're only passed raw register numbers.
6106 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6107 Don't fetch gprs if they're pseudoregisters.
6108 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6109 store_spe_registers): New functions.
6110 (store_register): Call store_spe_register as appropriate.
6111 Assert that we're only passed raw register numbers.
6112 (store_ppc_registers): Call store_spe_registers as appropriate.
6113 Don't store gprs if they're pseudoregisters.
6114
6115 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6116
6117 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6118 struct if one exists, even if we are dealing with a zombie thread.
6119
6120 2004-06-07 Andrew Cagney <cagney@gnu.org>
6121
6122 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6123 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6124 Rename PC_REQUIRES_RUN_BEFORE_USE.
6125 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6126 #ifdef.
6127
6128 2004-06-07 Randolph Chung <tausq@debian.org>
6129
6130 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6131 unwinding after sp has been saved to the stack but before the end
6132 of the prologue, and after the fp has been modified but before it has
6133 been saved to the stack.
6134 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6135 Remove superfluous definitions.
6136 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6137
6138 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6139
6140 Committed by Randolph Chung.
6141 * hppa-linux-nat.c: Include the correct version of the header file
6142 depending on the kernel version.
6143
6144 2004-06-06 Randolph Chung <tausq@debian.org>
6145
6146 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6147 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6148
6149 2004-06-06 Randolph Chung <tausq@debian.org>
6150
6151 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6152 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6153 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6154 * hppa-tdep.c (hppa_symbol_address): New function definition.
6155 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6156
6157 2004-06-06 Randolph Chung <tausq@debian.org>
6158
6159 * hppa-tdep.h (struct value): Forward declaration.
6160 (gdbarch_tdep): Define tdep find_global_pointer method.
6161 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6162 associated with the function we are trying to call, and write it
6163 to the gp register.
6164 (hppa32_convert_from_funct_ptr_addr): New function.
6165 (hppa_find_global_pointer): New function.
6166 (hppa_gdbarch_init): Set default find_global_pointer method; set
6167 convert_from_func_ptr_addr method.
6168 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6169 (hppa_linux_init_abi): Set find_global_pointer method.
6170 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6171
6172 2004-06-06 Randolph Chung <tausq@debian.org>
6173
6174 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6175 to struct value *function.
6176 * gdbarch.c: Regenerate.
6177 * gdbarch.h: Likewise.
6178 * infcall.c (call_function_by_hand): Pass entire function value
6179 to push_dummy_call.
6180
6181 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6182 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6183 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6184 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6185 * arm-tdep.c (arm_push_dummy_call): Likewise.
6186 * avr-tdep.c (avr_push_dummy_call): Likewise.
6187 * cris-tdep.c (cris_push_dummy_call): Likewise.
6188 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6189 * frv-tdep.c (frv_push_dummy_call): Likewise.
6190 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6191 * hppa-tdep.c (hppa32_push_dummy_call)
6192 (hppa64_push_dummy_call): Likewise.
6193 * i386-tdep.c (i386_push_dummy_call): Likewise.
6194 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6195 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6196 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6197 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6198 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6199 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6200 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6201 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6202 (ppc64_sysv_abi_push_dummy_call): Likewise.
6203 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6204 (ppc64_sysv_abi_push_dummy_call): Likewise.
6205 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6206 * s390-tdep.c (s390_push_dummy_call): Likewise.
6207 * sh-tdep.c (sh_push_dummy_call_fpu)
6208 (sh_push_dummy_call_nofpu): Likewise.
6209 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6210 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6211 * vax-tdep.c (vax_push_dummy_call): Likewise.
6212
6213 2004-06-04 Jim Blandy <jimb@redhat.com>
6214
6215 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6216 gdbarch argument to register_size.
6217
6218 * rs6000-tdep.c (rs6000_store_return_value): Use
6219 regcache_cooked_write_part instead of
6220 deprecated_write_register_bytes.
6221 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6222 not gdbarch_deprecated_store_return_value.
6223
6224 * ppc-linux-nat.c (store_register, fetch_register): Remove
6225 incorrect assertions. Simplify and generalize handling of
6226 transfers whose sizes are not multiples of, or less than, sizeof
6227 (PTRACE_XFER_TYPE).
6228
6229 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6230
6231 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6232 as a new thread event.
6233 * thread-db.c (thread_get_info_callback): If the thread is a
6234 zombie, return TD_THR_ZOMBIE.
6235 (thread_from_lwp): If thread_get_info_callback returns
6236 TD_THR_ZOMBIE, check if the thread is still on the thread list
6237 and return a -1 ptid if not found.
6238 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6239 change the status to TARGET_WAITKIND_SPURIOUS.
6240
6241 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6242
6243 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6244 double values in little endian mode.
6245
6246 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6247
6248 Committed by Andrew Cagney.
6249 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6250 after last enum constant to avoid error from IBM C
6251 compiler.
6252
6253 2004-06-02 Jim Blandy <jimb@redhat.com>
6254
6255 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6256 to 'message', and make it local to the lone block that uses it.
6257
6258 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6259
6260 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6261
6262 * ada-exp.y: Update copyright notice.
6263 Include block.h.
6264
6265 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6266 SPECIAL_VARIABLE and unify the treatment of these cases.
6267
6268 (write_attribute_call0): Remove.
6269 (write_attribute_call1): Remove.
6270 (write_attribute_calln): Remove.
6271 (save_qualifier): Add missing semicolon.
6272
6273 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6274 temporarily disabled to allow compilation with FSF head version.
6275
6276 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6277 use individual operators (OP_*) for all attributes.
6278 (exp syntax): Use write_int.
6279 Handle STRING literals with OP_STRING.
6280 (variable syntax): Add limit parameter to calls to
6281 write_object_renaming.
6282
6283 (temp_parse_space): New definition to hold entities that need
6284 only live until the next call to ada_parse.
6285 (string_to_operator): Rename fields of ada_opname_table entries.
6286
6287 (write_var_from_sym): Record block.
6288 (write_var_from_name): Minor reformatting.
6289 Make sure saved name is properly encoded in the case of multiple
6290 matches, and set its language to Ada.
6291 Update comment.
6292 Modify to indicate unresolved name as symbol in the UNRESOLVED
6293 namespace, allocated in temp_parse_space.
6294 (write_int): New function.
6295
6296 (write_object_renaming): Add max_depth parameter to limit
6297 chains of object renamings.
6298 Handle case where root of renaming expression is itself a renaming.
6299 Use temp_parse_space for temporary name buffer.
6300 Handle renamings to dereferenced pointers (___XEXA suffices).
6301
6302 (ada_parse, yyerror, string_to_operator,
6303 write_var_from_sym, write_var_from_name, write_attribute_call0,
6304 write_attribute_call1, write_attribute_calln,
6305 write_object_renaming): Protoize.
6306
6307 (_initialize_ada_exp): New function.
6308
6309 * ada-lang.c: Update copyright notice.
6310 General terminology change to conform to GNAT compiler usage:
6311 mangle => encode, demangle => decode
6312 Include gdb_obstack.h.
6313 Include gdb_regex.h
6314 Include frame.h
6315 Include hashtab.h
6316 Include completer.h
6317 Include gdb_stat.h
6318 Include block.h
6319 Include infcall.h
6320
6321 (ADA_RETAIN_DOTS): Make sure this is defined.
6322 (TRUNCATION_TOWARDS_ZERO): Define.
6323 (struct string_vector): Define.
6324 (unresolved_names): Remove definition.
6325 (xnew_string_vector): New function.
6326 (string_vector_append): New function.
6327 (extract_string): Make static.
6328 (ada_unqualified_name): New function.
6329 (add_angle_brackets): New function.
6330 (function_name_from_pc): New function.
6331 (place_on_stack): Rename to ensure_lval.
6332
6333 (ensure_lval): Renamed from place_on_stack.
6334 Make identity on lvals.
6335 Update comment.
6336 (is_nonfunction): New interface.
6337 Only symbols in LOC_CONST class can be enumerals.
6338 (fill_in_ada_prototype): Remove; now independent of language.
6339 (add_defn_to_vec): Add obstack and symtab arguments.
6340 Use obstack to hold collected definitions.
6341 (num_defns_collected): New function.
6342 (defns_collected): New function.
6343 (ada_resolve_subexp): Rename to resolve_subexp.
6344 (resolve_subexp): Renamed from ada_resolve_subexp.
6345 (ada_op_name): Return non-const result.
6346 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6347 other purposes.
6348
6349 (to_fixed_array_type): Add declaration.
6350 (coerce_unspec_val_to_type): Remove offset parameter.
6351 (find_sal_from_funcs_and_line): New interface.
6352 (find_line_in_linetable): Ditto.
6353
6354 (all_sals_for_line): Rename to ada_sals_for_line and make
6355 global.
6356 Add new parameter. When set, do not ask the user to choose the
6357 instance, but use the first one found instead.
6358 Use given line number in returned sals.
6359 Fix comment.
6360 Skip the prologue if funfirstline is set.
6361 Correct for memory leak when 0 lines found.
6362
6363 (value_pos_atr): Use pos_atr.
6364 (pos_atr): New function.
6365 (standard_lookup): Add block parameter.
6366
6367 (makeTimeStart): Remove declaration and uses.
6368 (makeTimeStop): Remove declaration and uses.
6369
6370 (ada_completer_word_break_characters): Allow for VMS.
6371 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6372 (raise_sym_name): New constant.
6373 (raise_unhandled_sym_name): New constant.
6374 (raise_assert_sym_name): New constant.
6375 (process_raise_exception_name): New constant.
6376 (longest_exception_template): New constant.
6377 (warning_limit): New variable to limit warnings during expression
6378 evaluation.
6379 (warnings_issued): New variable to keep track of warnings issued.
6380 (known_runtime_file_name_patterns): New constant.
6381 (known_auxiliary_function_name_patterns): New constant.
6382 (symbol_list_obstack): New variable.
6383
6384 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6385 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6386 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6387 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6388 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6389 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6390 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6391 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6392 and strcmp.
6393
6394 (ada_get_field_index): New function.
6395 (lim_warning): New function.
6396 (ada_translate_error_message): New function.
6397 (MAX_OF_SIZE): New function.
6398 (MIN_OF_SIZE): New function.
6399 (UMAX_OF_SIZE): New function.
6400 (UMIN_OF_SIZE): New function.
6401 (discrete_type_high_bound): New function.
6402 (discrete_type_low_bound): New function.
6403 (base_type): New function.
6404 (do_command): Remove.
6405
6406 (ada_update_initial_language): Use language_ada, not language_unknown.
6407 (ada_encode): Renamed from ada_mangle.
6408 Obey ADA_RETAIN_DOTS.
6409 (ada_decode): Renamed from ada_demangle.
6410 Update coding conventions.
6411 (decoded_names_store): New hash table.
6412 (ada_decode_symbol): New function.
6413 (ada_la_decode): New function.
6414
6415 (modify_general_field): Correct computations of offset and bit
6416 position.
6417 (desc_base_type): Handle ref types, too.
6418 (ada_is_direct_array_type): New function.
6419
6420 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6421 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6422 (ada_is_bogus_array_descriptor,ada_type_of_array,
6423 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6424 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6425 ada_is_array_descriptor_type.
6426
6427 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6428 (ada_is_packed_array_type): Handle pointers or
6429 references to packed arrays as well.
6430 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6431 (decode_packed_array_type): Search for the packed array type
6432 symbol in the currently selected block and associated
6433 superblocks too.
6434 Use lookup_symbol again.
6435
6436 (decode_packed_array): Handle pointers and references.
6437 Update call to coerce_unspec_val_to_type.
6438 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6439 (ada_value_primitive_packed_val): Improve comment.
6440
6441 (ada_index_type): Substitute int type for "undefined".
6442 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6443 ada_array_langth, ada_is_string_type): Use renamed
6444 ada_is_simple_array_type.
6445 (empty_array): New function.
6446
6447 (ada_resolve): Rename to resolve.
6448 (resolve): Make static.
6449 Call renamed resolve_subexp.
6450 Update comment.
6451 (ada_resolve_subexp): Rename to resolve_subexp.
6452 (resolve_subexp): Update comment.
6453 Decomment disabled code.
6454 Add LOC_COMPUTED* cases.
6455 Modify to use temporary struct symbols (marked as being in
6456 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6457 OP_UNRESOLVED_VALUE.
6458 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6459 Add OP_STRING case.
6460 Remove OP_ARRAY.
6461 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6462 Use new ada_lookup_symbol_list interface.
6463 Use new ada_resolve_function interface.
6464 Remove OP_TYPE case.
6465
6466 (ada_args_match): Idiot proof against null actuals.
6467 Use intermediate variables to clarify.
6468 (ada_resolve_function): Update comment and interface.
6469 (mangled_ordered_before): Rename to encoded_ordered_before and
6470 update comment.
6471 (sort_choices): Update comment and interface.
6472 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6473 (user_select_syms): New interface.
6474 Use new sort_choices interface.
6475 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6476 (possible_user_operator_p): Idiot-proof against null values.
6477 (ada_simple_renamed_entity): Don't make cleanup; rely on
6478 caller to free result string.
6479 Remove const from return type.
6480 (make_array_descriptor): Rename uses of place_on_stack to
6481 ensure_lval.
6482 Make sure that arrays are on stack.
6483
6484 (HASH_SIZE): Define.
6485 (struct cache_entry): Define.
6486 (cache_space): Define.
6487 (cache): Define.
6488 (clear_ada_sym_cache): New function.
6489 (find_entry): New function.
6490 (lookup_cached_symbol): New function.
6491 (defn_vector_size): Define.
6492 (cache_symbol): New function.
6493 (defn_symbols): Remove.
6494
6495 (standard_lookup): Use lookup_symbol_in_language to get effect of
6496 C lookup.
6497 Cache results.
6498
6499 (symbol_completion_match): New function.
6500 (symbol_completion_add): New function.
6501 (ada_make_symbol_completion_list): New function.
6502
6503 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6504 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6505 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6506 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6507
6508 (ada_lookup_simple_minsym): New function.
6509 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6510
6511 (add_symbols_from_enclosing_procs): New interface.
6512 Conditionalize more helpfully.
6513 Don't bother if program isn't running.
6514 Use new interface to get_frame_block.
6515 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6516
6517 (remove_extra_symbols): New interface.
6518 (xget_renaming_scope): New function.
6519 (is_package_name): New function.
6520 (renaming_is_visible): New function.
6521 (remove_out_of_scope_renamings): New function.
6522
6523 (ada_lookup_symbol_list): New interface.
6524 Properly reinitialize the symbol list obstack.
6525 Don't call add_symbols_from_enclosing_procs if we start from a
6526 static or global block.
6527 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6528 add_symbols_from_enclosing_procs.
6529 Add symtab data to cached entries.
6530 Handle symbols prefixed with
6531 "standard__" specially; strip prefix and don't look in local symbols.
6532 Do not include out of scope renaming symbols in list of
6533 symbols returned.
6534 Add const to block parameter.
6535 Move check for non-local, non-global symbols earlier.
6536 Remove timing stuff.
6537 (ada_lookup_symbol): New interface.
6538 Find symtab as well.
6539 (ada_lookup_symbol_nonlocal): New function.
6540
6541 (is_name_suffix): Enhance suffix detection to recognize
6542 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6543 (is_dot_digits_suffix): New function.
6544 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6545
6546 (ada_add_block_symbols): New interface. Use obstack to return results
6547 in a vector of struct ada_symbol_infos. Add symtab argument.
6548 Use new interface to add_defn_to_vec.
6549 Remove calls to fill_in_ada_prototype.
6550 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6551
6552 (ada_finish_decode_line_1): Add const qualification to local to fix
6553 warning.
6554 Start looking in static block for functions to avoid attempts
6555 to search frame chain for up-level variables.
6556 Adapt to new ada_sals_for_line interface.
6557 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6558 Handle quoting of the function name inside the spec string.
6559 Skip prologue when funfirstline is set and update the
6560 function documentation to that effect.
6561
6562 (debug_print_lines, debug_print_block, debug_print_blocks,
6563 debug_print_symtab): Remove.
6564
6565 (ada_main_name): New function.
6566 (ada_exception_breakpoint_type): New function.
6567 (is_known_support_routine): New function.
6568 (ada_find_printable_frame): Renamed from find_printable_frame and made
6569 global.
6570 Remove level parameter.
6571 Use new interface to select_frame.
6572
6573 (begin_command): Remove.
6574 (ada_adjust_exception_stop): New function.
6575 (ada_print_exception_stop): New function.
6576 (exception_name_from_cond): New function.
6577 (ada_report_exception_break): Replace disabled code with
6578 conditionalization on GNAT_GDB.
6579 Get the exception name from the condition string.
6580 Remove and move functionality into new functions
6581 ada_print_exception_breakpoint_task and
6582 ada_print_exception_breakpoint_nontask.
6583 (error_breakpoint_runtime_sym_not_found): New function.
6584 (is_runtime_sym_defined): New function.
6585 (ada_breakpoint_rewrite): Uncomment suppressed code.
6586 Use symbolic error-message and runtime-symbol names.
6587 Surround runtime symbol names in quotes.
6588 Allow non-specific breakpoints on exceptions and assertions before
6589 program starts.
6590
6591 (ada_is_tagged_type): Add parameter.
6592 (ada_is_tag_type): New function.
6593 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6594 (ada_variant_discrim_type): Ditto.
6595 (value_tag_from_contents_and_address): New function.
6596 (type_from_tag): New function.
6597 (struct tag_args): New structure used to communicate with
6598 ada_tag_name_1.
6599 (ada_tag_name_1): New function.
6600 (ada_tag_name): New function.
6601
6602 (ada_scan_number): Update comment.
6603 (find_struct_field): New function.
6604 (ada_search_struct_field): Make static.
6605 (ada_value_struct_elt): New version that returns references when
6606 given pointers or references to structs.
6607 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6608 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6609 interface.
6610 (ada_value_ind): Use new ada_to_fixed_value interface.
6611 (ada_coerce_ref): Ditto.
6612 (field_offset): Remove.
6613
6614 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6615 (ada_find_renaming_symbol): New function.
6616 (ada_prefer_type): Prefer named types over unnamed ones.
6617 (variant_field_index): New function.
6618 (contains_variant_part): Removed: subsumed by variant_field_index.
6619 (ada_template_to_fixed_record_type): New function, mostly from
6620 template_to_fixed_record_type.
6621 (template_to_fixed_record_type):
6622 Do not scan the type fields beyond the last one; prevents a
6623 potential SEGV.
6624 Handle case where variant field is listed BEFORE discriminant it
6625 depends on.
6626 Fix calculation of record length when bit length is
6627 not evenly divisible by char length.
6628 Move code to ada_template_to_fixed_record_type and call it.
6629
6630 (template_to_static_fixed_type): Revise comment.
6631 Modify to work on ordinary record types as well as templates,
6632 so as to handle fields that use ___XVE or ___XVU encodings.
6633 (to_record_with_fixed_variant_part): Fill out comment.
6634 Initialize C++ stuff in right type.
6635 Allow case where DVAL is null.
6636 Handle case where variant field is not last.
6637 Fix typo concerning record length.
6638 (to_fixed_record_type): Decomment disabled code.
6639 (to_fixed_record_type): Use variant_field_index instead of
6640 contains_variant_part.
6641 (to_fixed_variant_branch_type): Ditto.
6642 (to_fixed_array_type): Decomment disabled code.
6643 (ada_to_fixed_type): Convert tagged types to the specific type.
6644 Deactivate the size-check for array types in order to avoid
6645 some false size alarms.
6646 (to_static_fixed_type): Decomment disabled code.
6647 Modify to call template_to_static_fixed_type
6648 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6649 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6650 Remove valaddr argument, as it is never really used.
6651 (ada_to_fixed_value): Change interface to act on single struct value*
6652 operand.
6653 (adjust_pc_past_prologue): New function.
6654 (ada_attribute_name): Modify to take enum exp_opcode argument.
6655
6656 (ada_enum_name): Recognize new homonym-distinguishing convention.
6657 Adjust local variable's type to remove compiler warning.
6658 Fix a small problem in the part that unqualifies the enumeration name.
6659 (ada_value_binop): New function.
6660 (ada_value_equal): New function.
6661
6662 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6663 Don't give error message when not doing normal evaluation
6664 and a tagged type doesn't seem to contain a structure member.
6665 Give error message for packed arrays.
6666 For indexing arrays, handle pointers to packed arrays correctly.
6667 Handle case of 'first and 'last attributes of bare integral type
6668 without encoded subtype info.
6669 Remove some unnecessary casts.
6670 Fix uninitialized value of type in computing 'first, 'last, or 'length
6671 of array object.
6672 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6673 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6674 calls.
6675 Attributes are now exp_opcode values.
6676 Correct treatment of 'modulus.
6677 Better error message for taking 'length of wrong kind of type;
6678 improve comment.
6679 Change EVAL_NORMAL to noside for consistency.
6680 Use ada_value_binop for DIV, MOD, REM.
6681 Make special case out of array of length 0, since an argument
6682 of 0 upsets some platforms' malloc.
6683 Use OP_STRING instead of OP_ARRAY.
6684 For slice, add check that we have an array type before extracting
6685 a slice out of it. Avoids a SEGV.
6686 When evaluating an array slice, if the array type is a reference to
6687 an aligner type, then replace the aligner type by the actual type.
6688 Decomment disabled code.
6689 Remove some dead code.
6690 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
6691 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6692 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
6693 and UNOP_MBR to UNOP_IN_RANGE.
6694 If an array type has a parallel ___XVE type, then use it.
6695 Turn arrays into pointers for lvalue arrays.
6696 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6697 bounds error and handle 0-length slices.
6698 Use lim_warning.
6699 When selecting fields, apply ada_to_fixed_value (because the fields
6700 might have ___XVU or ___XVE encodings even if not dynamic.)
6701 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6702 (ada_is_system_address_type): New function.
6703
6704 (get_var_value): Use new interface to ada_lookup_symbol_list.
6705 (get_int_var_value): New interface.
6706 (to_fixed_range_type): Allow unknown bound, with warning.
6707 (ada_is_modular_type): Decomment disabled code.
6708 (ADA_OPERATORS): New definition.
6709 (ada_operator_length): New function.
6710 (ada_expr_op_name): New function.
6711 (ada_forward_operator_length): New function.
6712 (ada_dump_subexp_body): New function.
6713 (ada_print_subexp): New function.
6714 (ada_exp_descriptor): New constant.
6715 (ada_op_print_tab): Add 'size. Remove FIXMEs.
6716 (ada_language_defn): Add ada_exp_descriptor entry.
6717 Change ada_parse => parse.
6718 Add post-parser entry.
6719 Use ada-specific non-local symbol lookup.
6720 Don't use C-style arrays.
6721 String lower-bound is 1.
6722 Decomment disabled code.
6723 (parse): New function.
6724 New fields ada_translate_error_message, ada_lookup_symbol,
6725 ada_lookup_minimal_symbol.
6726
6727 * ada-lang.h: Update copyright dates.
6728 Replace the mangle/demangle terminology throughout by the
6729 more appropriate encode/decode one.
6730 Include breakpoint.h.
6731 Forward declare struct partial_symbol, struct block.
6732 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6733 (EXTRACT_ADDRESS): Remove.
6734 (EXTRACT_INT): Remove.
6735 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6736 (MAX_ENCLOSING_FRAME_LEVELS): Define.
6737 (MAX_RENAMING_CHAIN_LENGTH): Define.
6738 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6739
6740 (enum task_states): Remove.
6741 ada_task_states: Remove.
6742 (fat_string): Remove.
6743 (struct entry_call): Remove.
6744 (struct task_fields): Remove.
6745 (struct task_entry): Remove.
6746
6747 (struct ada_symbol_info): Define.
6748 (enum ada_attribute): Remove.
6749 (enum ada_operator): Define.
6750
6751 (ada_get_field_index): Declare.
6752 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6753 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6754 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6755 (ada_lookup_symbol_list): New interface.
6756 (ada_decode_symbol): Declare.
6757 (ada_decode): Declare.
6758 (ada_lookup_symbol): New interface.
6759 (ada_update_initial_language): Declare.
6760 (ada_lookup_simple_minsym): Declare.
6761 (user_select_syms): New interface.
6762 (ada_sals_for_line): Declare.
6763 (ada_is_tagged_type): New interface.
6764 (ada_tag_name): Declare.
6765 (ada_lookup_struct_elt_type): Remove declaration.
6766 (ada_search_struct_field): Remove declaration.
6767 (ada_attribute_name): New interface.
6768 (ada_is_system_address_type): Declare.
6769 (ada_to_fixed_value): Remove declaration.
6770 (ada_template_to_fixed_record_type_1): Declare.
6771 (get_int_var_value): New interface.
6772 (ada_find_any_symbol): Declare.
6773 (ada_find_renaming_symbol): Declare.
6774 (ada_mangle): Rename to ada_encode.
6775 (ada_simple_renamed_entity): Remove const.
6776 (ada_main_name): Declare.
6777 (get_current_task): Rename to ada_get_current_task.
6778 (get_entry_number): Remove declaration.
6779 (ada_report_exception_break): Remove declaration.
6780 (ada_print_exception_breakpoint_nontask): Declare.
6781 (ada_print_exception_breakpoint_task): Declare.
6782 (ada_find_printable_frame): Declare.
6783
6784 * ada-lex.l: Update copyright notices.
6785 Use xmalloc and xfree instead of malloc and free.
6786 Use new interface to name_lookup.
6787 Use new interface to
6788 ada_mangle=>ada_encode.
6789 Redo handling of '$...' variable to parallel current treatment
6790 in c-exp.y.
6791 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
6792 digit_to_int, strtoulst, processInt, processReal, processId,
6793 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
6794 yywrap): Protoize.
6795
6796 (processInt): Use cast to remove harmless warning.
6797 (processReal): Modify to get rid of compiler warning on scan formats.
6798
6799 (processId): Replace xmalloc with obstack_alloc for name and remove
6800 call to ada_name_string_cleanup.
6801 Remove obsolete disabled code.
6802 (name_lookup): Ditto.
6803 New interface.
6804 Use obsavestring on temp_parse_space instead of savestring
6805 on name, and remove call to ada_name_string_cleanup.
6806 Free string returned from ada_simple_renamed_entity.
6807 Use new interface to ada_lookup_symbol_list.
6808 Decomment disabled code.
6809 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
6810 not types.
6811 When a type name lookup succeeds as a result of
6812 lookup_primitive_typename, check for regular type entry that has not
6813 yet been read in.
6814 Limit length of chain of renamed symbols we are willing to follow.
6815 Do not break names beginning with "standard__" into segments.
6816 (block_lookup): Use new interface to ada_lookup_symbol_list.
6817
6818 * ada-typeprint.c: Update copyright notice.
6819 (demangled_type_name): Rename to decoded_type_name.
6820 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
6821 (print_range_bound): Correct handling of negative
6822 bounds that make the index type looked unsigned under STABS.
6823 (print_dynamic_range_bound): Use new interface to get_int_var_value.
6824 (print_range_type_named): Use the builtin int type if no type
6825 corresponding to the given type name could be found.
6826 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
6827 Add some bullet-proofing.
6828 (print_variant_clauses): Allow for variant branches with ___XVU
6829 encodings that are not dynamic fields.
6830 Use new interface to ada_is_tagged_type.
6831 (print_record_type): Allow for fields with ___XVE encodings that
6832 are not dynamic fields.
6833 Use new interface to ada_is_tagged_type.
6834 (ada_print_type): ada_is_array_descriptor =>
6835 ada_is_array_descriptor_type.
6836
6837 * ada-valprint.c: Update copyright notice.
6838 Include gdb_string.h
6839 Include infcall.h
6840 (ui_memcpy): New function.
6841 (ada_print_floating): New function.
6842 (ada_print_str): Order arguments correctly.
6843 Correct handling of empty arrays and arrays of 0-length items.
6844 ada_is_array_descriptor => ada_is_array_descriptor_type
6845 Print values of type System.Address in hexadecimal format.
6846 Use ada_print_floating to print floating-point numbers in Ada format.
6847 Print class tag values with type names.
6848 No longer print the address of reference values. Avoids
6849 a potential confusion.
6850 (ada_value_print): Stop printing the object type for reference
6851 values, but preserve that behavior for access types. Avoids
6852 a potential confusion.
6853 Simplify one conditional expression, as the first part is now
6854 necessarily true.
6855 ada_is_array_descriptor => ada_is_array_descriptor_type
6856 Add check for arrays for null records, and print them by hand.
6857
6858 2004-06-01 Jim Blandy <jimb@redhat.com>
6859
6860 * ppc-tdep.h: Delete unused 'regoff' member.
6861 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
6862
6863 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
6864
6865 Fix PR symtab/1661.
6866 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
6867 (hpread_read_struct_type): Likewise.
6868
6869 2004-06-01 Andrew Cagney <cagney@gnu.org>
6870
6871 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
6872 instead of xasprintf.
6873 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
6874 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
6875 (mi_cmd_data_list_register_names)
6876 (mi_cmd_data_list_changed_registers)
6877 (mi_cmd_data_list_register_values)
6878 (get_register, mi_cmd_data_write_register_values)
6879 (mi_cmd_data_write_register_values)
6880 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
6881 (mi_cmd_target_download, mi_cmd_target_select)
6882 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
6883 (mi_execute_cli_command, mi_execute_async_cli_command)
6884 (mi_execute_async_cli_command): Ditto.
6885 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
6886 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
6887
6888 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
6889 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
6890 error_last_message instead of mi_error_last_message.
6891 * mi/mi-main.c (mi_error_last_message): Delete function.
6892
6893 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
6894 "invalid number of columns" error. Delete redundant "out of
6895 memory" check.
6896
6897 2004-05-31 Mark Kettenis <kettenis@gnu.org>
6898
6899 * i386bsd-nat.c: Don't include <sys/procfs.h>.
6900 (gregset_t, fpregset_t): Remove typedefs.
6901 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
6902 (REG_OFFSET): Rename argument.
6903 (i386bsd_r_reg_offset): Rename from reg_offset.
6904 (REG_ADDR): Remove macro.
6905 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
6906 functions.
6907 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
6908 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
6909 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
6910 instead of supply_gregset.
6911 (store_inferior_registers): Use `struct reg' and `struct fpreg'
6912 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
6913 instead of fill_gregset.
6914 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
6915
6916 * i386bsd-nat.c: Don't include "gregset.h".
6917 (supply_gregset, fill_gregset): Make static.
6918 (supply_fpregset, fill_fpregset): Remove.
6919 * Makefile.in (i386bsd-nat.o): Update dependencies.
6920
6921 2004-05-30 Mark Kettenis <kettenis@gnu.org>
6922
6923 * fbsd-proc.c: Include "regcache.h", "regset.h" and
6924 "gdb_assert.h". Con't include "gregset.h".
6925 (fbsd_make_corefile_notes): Use regset-based core file support
6926 instead off fill_gregset and fill_fpregset.
6927 * Makefile.in (fbsd-proc.o): Update dependencies.
6928
6929 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
6930 instructions.
6931 (m88k_frame_prev_register): Simplify code a bit.
6932
6933 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
6934 (amd64_collect_fpregset): New function.
6935 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
6936
6937 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
6938
6939 * i386-tdep.c (i386_supply_gregset): Adjust comment.
6940 (i386_collect_gregset): New function.
6941 (i386_supply_fpregset): Adjust comment.
6942 (i386_collect_fpregset): New function.
6943 (i386_regset_from_core_section): Use i386_collect_gregset and
6944 i386_collect_fpregset.
6945
6946 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
6947 handle VALUEP being null.
6948
6949 * regset.h (collect_regset_ftype): Unconstify fourth argument.
6950
6951 2004-05-29 Mark Kettenis <kettenis@gnu.org>
6952
6953 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
6954
6955 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
6956 assembler in OpenBSD 3.5-current.
6957 (amd64obsd_sigcontext_addr): Likewise.
6958
6959 2004-05-28 Jim Blandy <jimb@redhat.com>
6960
6961 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
6962 register set, so our regcache isn't declared "legacy" and our E500
6963 pseudoregister read and write functions aren't ignored.
6964 (rs6000_register_byte, rs6000_register_raw_size,
6965 rs6000_register_virtual_type, rs6000_register_convertible,
6966 rs6000_register_convert_to_virtual,
6967 rs6000_register_convert_to_raw): Deleted.
6968 (rs6000_register_type, rs6000_convert_register_p,
6969 rs6000_register_to_value, rs6000_value_to_register): New
6970 functions.
6971 (rs6000_gdbarch_init): Don't register
6972 gdbarch_deprecated_register_size,
6973 gdbarch_deprecated_register_bytes,
6974 gdbarch_deprecated_register_byte,
6975 gdbarch_deprecated_register_raw_size,
6976 gdbarch_deprecated_register_virtual_type,
6977 gdbarch_deprecated_register_convertible,
6978 gdbarch_deprecated_register_convert_to_virtual, or
6979 gdbarch_deprecated_register_convert_to_raw methods. Instead,
6980 register gdbarch_register_type, gdbarch_convert_register_p,
6981 gdbarch_register_to_value, and gdbarch_value_to_register methods.
6982
6983 2004-05-26 Jim Blandy <jimb@redhat.com>
6984
6985 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
6986 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
6987 functions, updated to match the register numberings used in GCC.
6988 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
6989 rs6000_dwarf2_reg_to_regnum as register number conversions
6990 functions for STABS and Dwarf2.
6991
6992 2004-05-26 Randolph Chung <tausq@debian.org>
6993
6994 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6995 in header file.
6996
6997 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6998
6999 * NEWS: Document new "start" command.
7000
7001 2004-05-25 Randolph Chung <tausq@debian.org>
7002
7003 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7004 hppa-linux.
7005
7006 2004-05-25 Randolph Chung <tausq@debian.org>
7007
7008 * hppa-hpux-tdep.c (offsetof): Define.
7009 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7010 (hppa32_hpux_frame_base_before_sigtramp)
7011 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7012 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7013 (hppa64_hpux_frame_base_before_sigtramp)
7014 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7015 functions.
7016 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7017 (hppa_hpux_sigtramp_frame_unwind_cache)
7018 (hppa_hpux_sigtramp_frame_this_id)
7019 (hppa_hpux_sigtramp_frame_prev_register)
7020 (hppa_hpux_sigtramp_frame_unwind)
7021 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7022 (hppa_hpux_init_abi): Register sigtramp unwinder.
7023 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7024
7025 2004-05-25 Randolph Chung <tausq@debian.org>
7026
7027 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7028 and multiple stack unwinds.
7029 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7030
7031 2004-05-25 Andrew Cagney <cagney@gnu.org>
7032
7033 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7034 * symfile-mem.h: Delete file.
7035 * symfile-mem.c: Do not include "symfile-mem.h".
7036 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7037 "struct bfd_section". When an error do not bother returning NULL.
7038 (add_symbol_file_from_memory_command): Use "struct bfd" and
7039 "struct bfd_section".
7040 * Makefile.in (symfile_mem_h): Delete.
7041 (symfile-mem.o): Update dependencies.
7042
7043 2004-05-25 Nick Roberts <nickrob@gnu.org>
7044
7045 * gdb-mi.el: New file.
7046
7047 2004-05-25 Andrew Cagney <cagney@gnu.org>
7048
7049 * inftarg.c: Include "observer.h".
7050 (child_attach, child_create_inferior): Notify inferior_created.
7051 * corelow.c: Include "observer.h".
7052 (core_open): Notify inferior_created.
7053 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7054
7055 2004-05-25 Andrew Cagney <cagney@gnu.org>
7056
7057 * target.h (struct target_ops): Add from_tty to
7058 to_create_inferior.
7059 (target_create_inferior, find_default_create_inferior): Update.
7060 * infcmd.c (run_command): Update.
7061 * wince.c (child_create_inferior): Update.
7062 * win32-nat.c (child_create_inferior): Update.
7063 * uw-thread.c (uw_thread_create_inferior): Update.
7064 * thread-db.c (thread_db_create_inferior): Update.
7065 * target.c (debug_to_create_inferior)
7066 (find_default_create_inferior): Update.
7067 (maybe_kill_then_create_inferior): Update.
7068 * sol-thread.c (sol_thread_create_inferior): Update.
7069 * remote.c (extended_remote_async_create_inferior)
7070 (extended_remote_create_inferior): Update.
7071 * remote-vx.c (vx_create_inferior): Update.
7072 * remote-st.c (st2000_create_inferior): Update.
7073 * remote-sim.c (gdbsim_create_inferior): Update.
7074 * remote-sds.c (sds_create_inferior): Update.
7075 * remote-rdp.c (remote_rdp_create_inferior): Update.
7076 * remote-rdi.c (arm_rdi_create_inferior): Update.
7077 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7078 * remote-e7000.c (e7000_create_inferior): Update.
7079 * procfs.c (procfs_create_inferior): Update.
7080 * ocd.c (ocd_create_inferior): Update.
7081 * ocd.h (ocd_create_inferior): Update.
7082 * nto-procfs.c (procfs_create_inferior): Update.
7083 * monitor.c (monitor_create_inferior): Update.
7084 * lin-lwp.c (lin_lwp_create_inferior): Update.
7085 * inftarg.c (child_create_inferior): Update.
7086 * hpux-thread.c (hpux_thread_create_inferior): Update.
7087 * gnu-nat.c (gnu_create_inferior): Update.
7088
7089 2004-05-25 Andrew Cagney <cagney@gnu.com>
7090
7091 * MAINTAINERS: Update e-mail address.
7092
7093 2004-05-24 Randolph Chung <tausq@debian.org>
7094
7095 * thread.c (info_threads_command, thread_apply_all_command)
7096 (thread_apply_command, thread_command, do_captured_thread_select):
7097 Remove HPUXHPPA-specific code.
7098
7099 2004-05-24 Randolph Chung <tausq@debian.org>
7100
7101 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7102 unused symbols.
7103 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7104 references.
7105
7106 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7107
7108 * infcmd.c (kill_if_already_running): New function, extracted
7109 from run_command().
7110 (run_command): Replace extracted code by call to
7111 kill_if_already_running().
7112 (start_command): New function.
7113 (_initialize_infcmd): Add "start" command.
7114
7115 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7116
7117 Add OpenBSD/m88k support.
7118 * NEWS (New native configurations): Mention OpenBSD/m88k.
7119 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7120 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7121 * Makefile.in (m88k_tdep_h): New variable.
7122 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7123 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7124 * configure.host: Add m88*-*-openbsd*.
7125 * configure.tgt: Add m88*-*-openbsd*.
7126
7127 2004-05-24 Jim Blandy <jimb@redhat.com>
7128
7129 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7130 to approve changes.
7131
7132 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7133
7134 * symtab.c (fixup_section): Search section table when lookup by
7135 name fails.
7136
7137 2004-05-24 Randolph Chung <tausq@debian.org>
7138
7139 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7140 be "small_struct".
7141
7142 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7143
7144 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7145 register number in regcache_raw_collect call.
7146 (m68kbsd_collect_fpregset): Likewise.
7147 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7148
7149 * regset.h (struct regset): Add back `regset' member.
7150
7151 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7152
7153 * configure.in: Check for td_pcb in `struct thread'.
7154 * configure, config.in: Regenerated.
7155
7156 * dpx2-nat.c: Remove file.
7157 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7158 (dpx2-nat.o): Remove dependencies.
7159
7160 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7161 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7162 (amd64obsd_supply_pcb): New function.
7163 (_initialize_amd64obsd_nat): Enable libkvm interface.
7164 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7165 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7166 (LOADLIBES): New variable.
7167
7168 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7169 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7170 (sparc32nbsd_supply_pcb): New function.
7171 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7172 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7173 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7174 (LOADLIBES): New variable.
7175
7176 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7177
7178 * bsd-kvm.c, bsd-kvm.h: New files.
7179 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7180 "bsd-kvm.h".
7181 (i386fbsd_supply_pcb): New function.
7182 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7183 (i386fbsd-nat.o): Update dependencies.
7184 (bsd_kvm_h): New variable.
7185 (bsd-kvm.o): New dependency.
7186 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7187 (LOADLIBES): New variable.
7188
7189 * regset.c: Tweak comment.
7190 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7191 macro.
7192 * regset.h: Update copyright year.
7193 (struct regset): Remove `descr' member, add `gdbarch' member.
7194 (regset_alloc): Adjust prototype and comment.
7195 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7196 (i386_supply_fpregset): Likewise.
7197 (i386_regset_from_core_section): Update call to regset_alloc.
7198 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7199 REGSET->arch.
7200 (i386obsd_aout_regset_from_core_section): Update call to
7201 regset_alloc.
7202 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7203 REGSET->arch.
7204 (i386nbsd_aout_regset_from_core_section): Update call to
7205 regset_alloc.
7206 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7207 REGSET->arch.
7208 (amd64_regset_from_core_section): Update call to regset_alloc.
7209 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7210 REGSET->arch.
7211 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7212 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7213 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7214 (sparc32nbsd_init_abi): Update call to regset_alloc.
7215 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7216 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7217 (sparc64obsd_init_abi): Update call to regset_alloc.
7218 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7219 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7220 (sparc64nbsd_init_abi): Update call to regset_alloc.
7221 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7222 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7223 (sparc64fbsd_init_abi): Update call to regset_alloc.
7224
7225 2004-05-22 Jim Blandy <jimb@redhat.com>
7226
7227 * ppc-tdep.h (spe_register_p): New declaration.
7228 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7229 ppc_spefscr_regnum.
7230 * rs6000-tdep.c (spe_register_p): New function.
7231 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7232 spefscr.
7233 (rs6000_gdbarch_init): Initialize the new members of the tdep
7234 structure.
7235
7236 2004-05-21 Jim Blandy <jimb@redhat.com>
7237
7238 * ppc-linux-nat.c (fetch_register): Move code back to be next
7239 to the comment that describes it. (Moved code, instead of
7240 comment, for symmetry with store_register.)
7241
7242 Allocate regset structures in the gdbarch's obstack, not using
7243 xmalloc.
7244 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7245 Add 'arch' argument. Allocate the regset on arch's obstack, not
7246 using xmalloc.
7247 * regset.h (regset_alloc): Update declaration.
7248 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7249 gdbarch argument.
7250 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7251 * i386-tdep.c (i386_regset_from_core_section): Same.
7252 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7253 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7254 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7255 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7256 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7257 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7258
7259 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7260
7261 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7262
7263 2004-05-21 Jim Blandy <jimb@redhat.com>
7264
7265 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7266 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7267
7268 2004-05-20 Jim Blandy <jimb@redhat.com>
7269
7270 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7271
7272 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7273
7274 * regset.h: Make prototype const-correct.
7275 * regset.c (regset_xmalloc): Make const-correct.
7276
7277 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7278
7279 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7280 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7281 (symbol_search_name): Declare.
7282
7283 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7284 (iter_name_next_hashed): Ditto.
7285 (iter_name_next_linear): Ditto.
7286 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7287
7288 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7289 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7290 (symbol_search_name): New function.
7291
7292 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7293
7294 * minsyms.c (build_minimal_symbol_hash_tables): Change
7295 test for adding to demangled hash table to check for difference
7296 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7297
7298 2004-05-19 Jim Blandy <jimb@redhat.com>
7299
7300 Use a constructor function to create regset structures.
7301 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7302 (struct regset): Use supply_regset_ftype. Add new
7303 'collect_regset' member.
7304 (regset_xmalloc): New declaration.
7305 * regset.c: New file.
7306 * am64-tdep.c (amd64_regset_from_core_section): Use
7307 regset_xmalloc to construct regset structures.
7308 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7309 * i386-tdep.c (i386_regset_from_core_section): Same.
7310 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7311 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7312 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7313 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7314 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7315 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7316 * Makefile.in (COMMON_OBS): Add regset.o.
7317 (regset.o): New rule.
7318
7319 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7320
7321 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7322 and pthread_cond_wait.c.
7323
7324 2004-05-18 Jim Blandy <jimb@redhat.com>
7325
7326 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7327 before the mach-specific switch, and then let the individual cases
7328 override the defaults, rather than leaving them uninitialized
7329 until the switch and then setting them in each case.
7330
7331 2004-05-18 Randolph Chung <tausq@debian.org>
7332
7333 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7334 millicode functions.
7335
7336 2004-05-18 Randolph Chung <tausq@debian.org>
7337
7338 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7339 references to dld_flags_buffer consistent.
7340
7341 2004-05-18 Randolph Chung <tausq@debian.org>
7342
7343 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7344 it for unwinding the stack.
7345
7346 2004-05-18 Randolph Chung <tausq@debian.org>
7347
7348 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7349 Undefine these so we can overide them using gdbarch.
7350
7351 2004-05-18 Randolph Chung <tausq@debian.org>
7352
7353 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7354 handling for 64-bit HPUX (elf).
7355
7356 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7357
7358 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7359 constants.
7360 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7361 * ia64-tdep.c (examine_prologue): Likewise.
7362 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7363 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7364
7365 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7366
7367 * vax-tdep.c (vax_return_value): Implement
7368 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7369
7370 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7371
7372 * vax-tdep.c (vax_return_value): Fix typo.
7373
7374 2004-05-17 Andrew Cagney <cagney@redhat.com>
7375
7376 * MAINTAINERS: Mark Salter was also responsible for
7377 testsuite/config/
7378
7379 * NEWS: Mention signal fixes.
7380
7381 2004-05-17 Randolph Chung <tausq@debian.org>
7382
7383 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7384 check to see if we are unwinding an export stub. Export stubs clobber
7385 the %rp in the call path and stores the original rp in a stack slot.
7386
7387 2004-05-17 Jim Blandy <jimb@redhat.com>
7388
7389 * MAINTAINERS: Update address for J.T. Conklin.
7390
7391 2004-05-17 Randolph Chung <tausq@debian.org>
7392
7393 * hppa-tdep.c: Remove superfluous #include's.
7394 * Makefile.in (hppa-tdep.o): Update dependencies.
7395
7396 2004-05-17 Randolph Chung <tausq@debian.org>
7397
7398 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7399 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7400 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7401 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7402 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7403 Remove static function declarations.
7404
7405 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7406
7407 * alphabsd-nat.c: Update copyright year.
7408 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7409
7410 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7411 and M68K_A2_REGNUM.
7412
7413 * m68k-tdep.c (m68k_svr4_return_value): Implement
7414 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7415
7416 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7417
7418 * sol-thread.c Update copyright year. Fix various coding
7419 standards violations. Tweak a few comments.
7420 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7421 Delete prototypes.
7422
7423 2004-05-15 Randolph Chung <tausq@debian.org>
7424
7425 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7426 as pointer instead of array reference since HPUX compiler does
7427 not accept unsized array arguments.
7428 * somsolib.c (dld_flags_buffer): Use constant array size.
7429
7430 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7431
7432 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7433 offset with decimal offset.
7434 (amd64obsd_sigcontext_addr): Return correct address for entire
7435 signal trampoline.
7436
7437 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7438 instead of get_frame_base.
7439
7440 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7441 (fill_gregset): Use regcache_raw_collect.
7442
7443 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7444 ppcobsd-tdep.c.
7445
7446 * config/sparc/tm-nbsd64.h: Remove file.
7447 * config/tm-sunos.h: Remove file.
7448
7449 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7450
7451 * rs6000-tdep.c (store_param_on_stack_p): New function,
7452 an improved version of some code extracted from skip_prologue().
7453 (skip_prologue): Use store_param_on_stack_p() to detect
7454 instructions saving a parameter on the stack. Detect when r0
7455 is used to save a parameter.
7456 Do not mark "li rx, SIMM" instructions as part of the prologue,
7457 unless the following instruction is also part of the prologue.
7458
7459 2004-05-14 Andrew Cagney <cagney@redhat.com>
7460
7461 * infrun.c (handle_inferior_event): Simplify
7462 STEP_OVER_UNDEBUGGABLE.
7463
7464 * infrun.c (handle_step_into_function): Delete function.
7465 (handle_inferior_event): Inline calls to
7466 handle_step_into_function.
7467
7468 2004-05-14 Jerome Guitton <guitton@gnat.com>
7469
7470 * rs6000-nat.c: Fix a comment.
7471
7472 2004-05-12 David Anderson <davea@sgi.com>
7473
7474 Committed by Jim Blandy <jimb@redhat.com>:
7475 * regcache.c (struct regcache_descr): fix comment spelling.
7476
7477 2004-05-13 J. Brobecker <brobecker@gnat.com>
7478
7479 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7480 Fixes a link link failure.
7481
7482 2004-05-13 J. Brobecker <brobecker@gnat.com>
7483
7484 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7485 error that was causing the build to fail.
7486
7487 2004-05-13 J. Brobecker <brobecker@gnat.com>
7488
7489 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7490 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7491
7492 2004-05-13 Andrew Cagney <cagney@redhat.com>
7493
7494 * infrun.c (handle_inferior_event): Check for
7495 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7496 calls. Update comments.
7497
7498 2004-05-13 Jim Blandy <jimb@redhat.com>
7499
7500 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7501 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7502 (store_regs_user_thread, store_regs_kernel_thread): Use
7503 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7504 * ppc-linux-nat.c (fill_gregset): Same.
7505 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7506 (ppc_linux_sigtramp_cache): Same.
7507 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7508 (ppcnbsd_sigtramp_cache_init): Same.
7509 * rs6000-nat.c (fetch_core_registers): Same.
7510 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7511 (rs6000_frame_cache): Same.
7512
7513 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7514 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7515 of assuming that the gprs are numbered starting with zero.
7516 * ppc-linux-nat.c (fill_gregset): Same.
7517 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7518 * ppcnbsd-nat.c (getregs_supplies): Same.
7519 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7520 * rs6000-nat.c (fetch_core_registers): Same.
7521 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7522
7523 2004-05-07 Michael Snyder <msnyder@redhat.com>
7524
7525 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7526 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7527
7528 2004-05-13 Andrew Cagney <cagney@redhat.com>
7529
7530 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7531
7532 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7533
7534 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7535 base_address for shared libraries.
7536
7537 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7538
7539 * MAINTAINERS (write after approval): Add myself.
7540
7541 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7542
7543 * breakpoint.c (bpstat_stop_status): Add new argument
7544 STOPPED_BY_WATCHPOINT. Use it instead of testing
7545 target_stopped_data_address agaist 0 to check whether
7546 or not we stopped due to a hardware watchpoint.
7547 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7548 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7549 with new argument.
7550
7551 2004-05-12 Jim Blandy <jimb@redhat.com>
7552
7553 * configure.in: When checking whether we should use the -bbigtoc
7554 option, don't forget to restore the original value of LDFLAGS.
7555 * configure: Regenerated.
7556
7557 2004-05-12 Andrew Cagney <cagney@redhat.com>
7558
7559 * thread.c (load_infrun_state): Delete step_sp.
7560 * infrun.c (context_switch): Ditto.
7561 * inferior.h (step_sp): Ditto.
7562 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7563 * gdbthread.h (struct thread_info, save_infrun_state)
7564 (restore_infrun_state): Ditto.
7565
7566 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7567
7568 * MAINTAINERS (write after approval): Add myself.
7569
7570 2004-05-12 Andrew Cagney <cagney@redhat.com>
7571
7572 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7573 eliminate reference to step_sp.
7574 (struct execution_control_state, init_execution_control_state)
7575 (handle_inferior_event, keep_going): Delete update_step_sp and
7576 step_sp.
7577 * infcmd.c (step_sp): Note that variable is unused.
7578
7579 2004-05-11 Andrew Cagney <cagney@redhat.com>
7580
7581 * infrun.c (step_over_function): Delete function.
7582 (handle_step_into_function): Use insert_step_resume_breakpoint.
7583 (insert_step_resume_breakpoint): Fix assertion.
7584
7585 2004-05-11 Nick Roberts <nickrob@gnu.org>
7586
7587 * utils.c (defaulted_query): Just use the normal query input type
7588 when printing the annotations.
7589
7590 2004-05-11 Andrew Cagney <cagney@redhat.com>
7591
7592 * infrun.c (handle_inferior_event): Simplify code handling
7593 step-into or return-from a signal trampoline.
7594
7595 2004-05-11 Andrew Cagney <cagney@redhat.com>
7596
7597 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7598 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7599
7600 2004-05-10 Jim Blandy <jimb@redhat.com>
7601
7602 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7603 with a call to internal_error.
7604
7605 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7606 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7607 processor variant lacks those registers.
7608 (ppc_floating_point_unit_p): Change description to make it clear
7609 that this returns info about the ISA, not the ABI.
7610 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7611 return true or false by checking tdep->ppc_fp0_regnum and
7612 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7613 arch/mach switching done in rs6000_gdbarch_init; it's better to
7614 keep that logic there, and just check the results here.
7615 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7616 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7617 floating-point registers.
7618 (ppc_supply_fpregset, ppc_collect_fpregset)
7619 (rs6000_push_dummy_call, rs6000_extract_return_value)
7620 (rs6000_store_return_value): Assert that we have floating-point
7621 registers.
7622 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7623 (rs6000_frame_cache): Don't note the locations at which
7624 floating-point registers were saved if we have no fprs.
7625 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7626 registers.
7627 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7628 (store_regs_user_thread, store_regs_kernel_thread): Only call
7629 supply_fprs / fill_fprs if we actually have floating-point
7630 registers.
7631 (special_register_p): Check ppc_fpscr_regnum before matching
7632 against it.
7633 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7634 supply / collect fpscr if we don't have it.
7635 * ppc-bdm.c: #include "gdb_assert.h".
7636 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7637 have floating-point registers, since I can't test this code on
7638 FP-free systems to adapt it.
7639 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7640 fpscr and floating point register numbers if they don't exist.
7641 (fetch_register): Assert that we have floating-point registers
7642 before we reach the code that handles them.
7643 (store_register): Same. And use tdep instead of calling
7644 gdbarch_tdep again.
7645 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7646 don't have them.
7647 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7648 fprs and fpscr if we don't have them.
7649 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7650 don't have them.
7651 * ppcnbsd-nat.c: #include "gdb_assert.h".
7652 (getfpregs_supplies): Assert that we have floating-point registers.
7653 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7654 * ppcobsd-tdep.c: #include "gdb_assert.h".
7655 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7656 have floating-point registers.
7657 * rs6000-nat.c (regmap): Don't match against the fpscr and
7658 floating point register numbers if they don't exist.
7659 (fetch_inferior_registers, store_inferior_registers,
7660 fetch_core_registers): Only fetch / store / supply the
7661 floating-point registers and the fpscr if we have them.
7662 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7663 (ppcobsd-tdep.o): Update dependencies.
7664
7665 2004-05-10 Andrew Cagney <cagney@redhat.com>
7666
7667 * infrun.c (through_sigtramp_breakpoint): Delete variable.
7668 (context_switch): Do not switch through_sigtramp_breakpoint.
7669 * gdbthread.h (save_infrun_state, load_infrun_state)
7670 (struct thread_info): Delete through_sigtramp_breakpoint parameter
7671 and structure member.
7672 * thread.c (load_infrun_state, save_infrun_state): Update.
7673
7674 2004-05-10 Mark Kettenis <kettenis@gnu.org>
7675
7676 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7677
7678 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7679
7680 * acinclude.m4: Quote macro names being defined by AC_DEFUN
7681 throughout.
7682 * aclocal.m4: Regenerate.
7683
7684 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
7685
7686 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7687
7688 2004-05-10 Andrew Cagney <cagney@redhat.com>
7689
7690 * infrun.c (check_sigtramp2): Delete function.
7691 (handle_inferior_event): When single stepping, and taking a
7692 signal, set a breakpoint at the signal return address. Delete
7693 redundant calls to check_sigtramp2.
7694 (insert_step_resume_breakpoint): New function.
7695 (through_sigtramp_breakpoint, handle_inferior_event)
7696 (follow_exec, wait_for_inferior, fetch_inferior_event)
7697 (currently_stepping, keep_going): Delete most uses of
7698 through_sigtramp_breakpoint, not that it should be deleted.
7699 (delete_breakpoint_current_contents): Delete function.
7700
7701 2004-05-10 Randolph Chung <tausq@debian.org>
7702
7703 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7704 target.
7705 * config/pa/tm-linux.h: New file.
7706
7707 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
7708
7709 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7710 of prefixes. Don't print the prefix twice in the CLI.
7711
7712 2004-05-10 Jim Blandy <jimb@redhat.com>
7713
7714 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7715 collect all the gprs.
7716
7717 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7718 loop collecting gprs.
7719
7720 2004-05-09 Andrew Cagney <cagney@redhat.com>
7721
7722 * remote-vx.c (net_step): Delete step-range code.
7723 * remote.c (remote_resume, init_all_packet_configs)
7724 (set_remote_protocol_E_packet_cmd)
7725 (show_remote_protocol_E_packet_cmd)
7726 (remote_protocol_E, show_remote_cmd, _initialize_remote)
7727 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7728 (show_remote_protocol_e_packet_cmd): Ditto.
7729
7730 2004-05-09 Mark Kettenis <kettenis@gnu.org>
7731
7732 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7733
7734 * hppa-tdep.h: Update copyright year.
7735 (struct trad_frame_saved_reg): Add opaque declaration.
7736
7737 * amd64-tdep.c (amd64_return_value): Implement
7738 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7739
7740 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7741 (m68k_value_to_register): New functions.
7742 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7743 value_to_register.
7744
7745 * defs.h (enum return_value_convention): Add
7746 RETURN_VALUE_ABI_RETURNS_ADDRESS and
7747 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7748 * infcmd.c (legacy_return_value): New function.
7749 (print_return_value): Rwerite to implement
7750 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7751 * values.c (using_struct_return): Check for inequality to
7752 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7753 RETURN_VALUE_STRUCT_CONVENTION.
7754 * i386-tdep.c (i386_return_value): Implement
7755 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7756
7757 * vax-tdep.c: Tweak comments. Reorder include files. Don't
7758 include "symtab.h", "opcode/vax.h" and "inferior.h".
7759 (vax_skip_prologue): Replace calls to read_memory_integer by calls
7760 to read_memory_unsigned_integer.
7761 (vax_gdbarch_init): Reorder.
7762 (_initialize_vax_tdep): Spell out prototype.
7763 * Makefile.in (vax-tdep.o): Update dependencies.
7764
7765 2004-05-08 Andrew Cagney <cagney@redhat.com>
7766
7767 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7768 * target.c (target_detach, target_disconnect): Ditto.
7769
7770 * infcall.c (call_function_by_hand): When no
7771 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7772 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7773 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7774 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7775 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7776
7777 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7778 * gdbarch.h, gdbarch.c: Re-generate.
7779 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7780 deprecated_fix_call_dummy.
7781 * v850-tdep.c (v850_gdbarch_init): Ditto.
7782 * infcall.c (call_function_by_hand): Do not call
7783 DEPRECATED_FIX_CALL_DUMMY.
7784
7785 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7786 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7787 * gdbarch.h, gdbarch.c: Re-generate.
7788 * arm-linux-tdep.c (arm_linux_call_dummy_words)
7789 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7790 deprecated_sizeof_call_dummy_words.
7791 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
7792 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
7793 * v850-tdep.c (v850_gdbarch_init): Ditto.
7794 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7795 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
7796 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7797 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7798 * arch-utils.h (legacy_call_dummy_words)
7799 (legacy_sizeof_call_dummy_words): Delete declarations.
7800 * arch-utils.c (legacy_call_dummy_words)
7801 (legacy_sizeof_call_dummy_words): Delete variables.
7802
7803 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
7804 * gdbarch.h, gdbarch.c: Re-generate.
7805 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
7806 * infcall.c (call_function_by_hand): Eliminate call to
7807 DEPRECATED_PUSH_DUMMY_FRAME.
7808 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7809 push_dummy_frame.
7810 (ns32k_push_dummy_frame): Delete function.
7811
7812 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7813 deprecated_call_dummy_breakpoint_offset or
7814 deprecated_call_dummy_start_offset.
7815 * dummy-frame.c, arm-tdep.c: Update comments.
7816 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
7817 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
7818 * gdbarch.h, gdbarch.c: Re-generate.
7819
7820 * infcall.c (legacy_push_dummy_code): Delete function.
7821 (push_dummy_code): Delete call.
7822
7823 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
7824 * gdbarch.h, gdbarch.c: Re-generate.
7825 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
7826 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
7827 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
7828 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
7829
7830 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
7831 (struct frame_info): Delete opaque declaration.
7832 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
7833 * frame.c (get_frame_type): Delete call.
7834
7835 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
7836 pc_in_call_dummy.
7837 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
7838 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
7839
7840 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7841
7842 * alphanbsd-tdep.c: Include "gdb_string.h".
7843 * armnbsd-tdep.c: Update copyright year.
7844 Include "gdb_string.h".
7845 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
7846 dependencies.
7847
7848 * delta68-nat.c: Remove file.
7849 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
7850 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
7851 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
7852 (delta68-nat.o): Remove dependency.
7853
7854 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
7855 function.
7856 (m68k_gdbarch_init): Don't set
7857 deprecated_frameless_function_invocation.
7858
7859 2004-05-07 Randolph Chung <tausq@debian.org>
7860
7861 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
7862 read_memory_nobpt for code reading when doing frame unwinding.
7863 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
7864
7865 2004-05-07 Randolph Chung <tausq@debian.org>
7866
7867 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
7868 instead of sp, handle sigaltstack case.
7869 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
7870 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
7871 signal handler and not that of the caller.
7872 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
7873 hppa_linux_sigtramp_find_sigcontext.
7874
7875 2004-05-07 Randolph Chung <tausq@debian.org>
7876
7877 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
7878 hppa-linux-nat.c.
7879 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
7880 * hppa-linux-nat.c (fetch_register, store_register): Define.
7881 (fetch_inferior_registers, store_inferior_registers): Define.
7882 (supply_gregset): Add comment and clean up some unneeded code.
7883 (fill_gregset): Add comment and fix so that it saves registers in
7884 the right place in the gregset.
7885 (fill_fpregset): Fix buffer overrun problem.
7886 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
7887
7888 2004-05-07 Randolph Chung <tausq@debian.org>
7889
7890 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
7891 do common handling of the pcoqt register.
7892 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
7893 to use helper function.
7894 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
7895 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
7896 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
7897 generic fallback unwinder when all else fails.
7898 (hppa_gdbarch_init): Add fallback sniffer.
7899 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
7900 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
7901 to use helper function.
7902
7903 2004-05-08 Joel Brobecker <brobecker@gnat.com>
7904
7905 * config/djgpp/fnchange.lst: Add translation rules for
7906 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
7907
7908 2004-05-08 Mark Kettenis <kettenis@gnu.org>
7909
7910 * frame.c (get_prev_frame_1): Work around GCC bug.
7911 * frame.h: Add comment about GCC bug.
7912
7913 2004-05-07 Andrew Cagney <cagney@redhat.com>
7914
7915 * observer.c: Include "commands.h" and "gdbcmd.h".
7916 (observer_debug, _initialize_observer): Add the
7917 command "set/show debug observer".
7918 * observer.sh: When observer debugging, log notify calls.
7919 * Makefile.in (observer.o): Update dependencies.
7920
7921 2004-05-07 Jason Molenda (jmolenda@apple.com)
7922
7923 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
7924
7925 2004-05-07 Jim Blandy <jimb@redhat.com>
7926
7927 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
7928 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
7929 to recognize gpr regnums, instead of assuming that
7930 tdep->ppc_fp0_regnum marks the end of the general-purpose
7931 registers.
7932
7933 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
7934 the given architecture has floating-point registers.
7935
7936 2004-05-07 Andrew Cagney <cagney@redhat.com>
7937
7938 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
7939 macro defined to 1.
7940 * gdbarch.h, gdbarch.c: Re-generate.
7941 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7942 deprecated_use_generic_dummy_frames.
7943
7944 2004-05-07 Brian Ford <ford@vss.fsi.com>
7945
7946 * NEWS: Mention Cygwin DWARF 2 support.
7947
7948 2004-05-07 Andrew Cagney <cagney@redhat.com>
7949
7950 * objfiles.h (struct entry_info): Delete unused fields
7951 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
7952 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
7953 * mipsread.c (mipscoff_symfile_read): Update.
7954 * mdebugread.c (parse_partial_symbols): Update.
7955 * dwarfread.c (read_file_scope): Update.
7956 * dwarf2read.c (read_file_scope): Update.
7957 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
7958 * coffread.c (complete_symtab): Update.
7959
7960 2004-05-07 Mark Kettenis <kettenis@gnu.org>
7961
7962 * infcall.c (_initialize_infcall): Fix typo.
7963
7964 2004-05-07 Andrew Cagney <cagney@redhat.com>
7965
7966 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
7967 * command.h (add_setshow_zinteger_cmd): Declare.
7968
7969 2004-05-06 Randolph Chung <tausq@debian.org>
7970
7971 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
7972 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
7973 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
7974 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
7975 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
7976 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
7977 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
7978 definitions ...
7979 * hppa-tdep.h: ... to here, with HPPA_ prefix.
7980 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
7981 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
7982 (hppa64_hpux_frame_find_saved_regs_in_sig)
7983 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
7984 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
7985 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
7986 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
7987 (hppa_linux_sigtramp_frame_prev_register): Likewise.
7988 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
7989 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
7990 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
7991 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
7992 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
7993 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
7994 (hppa32_register_type, hppa_cannot_store_register)
7995 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7996 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7997 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7998 * pa64solib.c (pa64_solib_have_load_event)
7999 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8000 (pa64_solib_unloaded_library_pathname): Likewise.
8001 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8002 (som_solib_library_pathname): Likewise.
8003
8004 2004-05-05 Jim Ingham <jingham@apple.com>
8005
8006 * breakpoint.c (create_breakpoints): Copy the ignore count and
8007 thread id over from the pended breakpoint to the actual
8008 breakpoint.
8009
8010 2004-05-05 Andrew Cagney <cagney@redhat.com>
8011
8012 * gdbarch.sh (PARM_BOUNDARY): Delete.
8013 gdbarch.h, gdbarch.c: Re-generate.
8014 * valops.c (PARM_BOUNDARY): Delete macro.
8015 (value_push): Delete PARM_BOUNDARY code.
8016 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8017
8018 2004-05-04 Jim Blandy <jimb@redhat.com>
8019
8020 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8021 Don't assume that the gprs, fprs, and UISA sprs are
8022 contiguous, start at register number zero, and end with fpscr.
8023 Instead, use the numbers from the tdep structure.
8024
8025 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8026 should no longer be used in code specific to the RS6000 and its
8027 derivatives.
8028 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8029 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8030 tdep->ppc_fp0_regnum.
8031 (ppc_supply_fpregset, ppc_collect_fpregset)
8032 (rs6000_push_dummy_call, rs6000_extract_return_value)
8033 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8034 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8035 FP0_REGNUM.
8036 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8037 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8038 Same.
8039 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8040 bdm_ppc_store_registers): Same.
8041 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8042 (store_register, fill_fpregset): Same.
8043 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8044 (ppc_linux_supply_fpregset): Same.
8045 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8046 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8047 Same.
8048 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8049 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8050 ppc64_sysv_abi_return_value): Same.
8051 * rs6000-nat.c (regmap, fetch_inferior_registers)
8052 (store_inferior_registers, fetch_core_registers): Same.
8053
8054 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8055
8056 * m68knbsd-nat.c: Remove file.
8057 * m68knbsd-tdep.c: Remove file.
8058 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8059 dependencies.
8060 * configure.host: Add m68k-*-netbsdelf*.
8061 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8062 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8063 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8064 (XM_FILE): Remove.
8065 * config/m68k/nbsdelf.mh: New file.
8066 * config/m68k/nbsd.mt: New file.
8067 * config/m68k/nbsdaout.mt: Remove file.
8068 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8069 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8070 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8071 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8072 (use_struct_convention): Remove prototype.
8073 (USE_STRUCT_CONVENTION): Remove define.
8074 * config/m68k/xm-nbsd.h: Remove file.
8075
8076 2004-05-04 Michael Snyder <msnyder@redhat.com>
8077
8078 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8079 reg_struct_return method (as gcc usually does for cross targets).
8080
8081 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8082
8083 Committed by Andrew Cagney.
8084 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8085 alignment padding when accessing ucontext struct members.
8086
8087 2004-05-04 Jim Blandy <jimb@redhat.com>
8088
8089 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8090 'ppc_gplast_regnum' member.
8091 (ppc_num_gprs): New enum constant.
8092 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8093 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8094 * rs6000-nat.c (regmap, fetch_inferior_registers,
8095 store_inferior_registers): Same.
8096 * rs6000-tdep.c (e500_pseudo_register_read)
8097 (e500_pseudo_register_write): Same.
8098 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8099
8100 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8101 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8102 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8103 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8104 FPLAST_REGNUM.
8105 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8106 Same.
8107 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8108 * rs6000-nat.c (regmap, fetch_inferior_registers)
8109 (store_inferior_registers): Same.
8110
8111 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8112 with FPLAST_REGNUM.
8113
8114 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8115
8116 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8117 failure detected by recent versions of GCC.
8118 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8119 to be consistent with the usage in dwarf2_create_include_psymtab.
8120
8121 2004-05-03 Michael Snyder <msnyder@redhat.com>
8122
8123 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8124 (heuristic_proc_start): Whitespace cleanup.
8125
8126 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8127
8128 * sun3-nat.c: Remove file.
8129 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8130 dependencies.
8131 (ALLDEPFILES): Remove sun3-nat.c.
8132 (sun3-nat.o): Remove dependencies.
8133
8134 * i386-interix-nat.c, i386-interix-tdep.c,
8135 config/i386/nm-interix.h, config/i386/interix.mh,
8136 config/i386/interix.mt: Remove files.
8137 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8138 dependencies.
8139
8140 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8141
8142 * m68k-tdep.h (struct gdbarch_tdep): Add member
8143 struct_value_regnum.
8144 (m68k_svr4_init_abi): New prototype.
8145 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8146 different calling conventions.
8147 (m68k_extract_return_value): Remove code dealing with single-field
8148 structs.
8149 (m68k_store_return_value): Remove code dealing with single-field
8150 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8151 (m68k_extract_struct_value_address): Remove function.
8152 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8153 (m68k_reg_struct_return_p, m68k_return_value)
8154 (m68k_svr4_return_value): New functions.
8155 (m68k_use_struct_convention): Remove function.
8156 (m68k_push_dummy_call): Use new struct_value_regnum member of
8157 `struct gdbarch_tdep' instead of hardcoded register number to
8158 store STRUCT_ADDR.
8159 (m68k_svr4_init_abi): New function.
8160 (m68k_gdbarch_init): Don't set extract_return_value,
8161 store_return_values, deprecated_extract_struct_value_address and
8162 use_struct_convention. Set return_value instead. Initialize new
8163 struct_value_regnum member of `struct gdbarch_tdep'.
8164 * m68klinux-tdep.c: Update copyright year.
8165 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8166 (m68k_linux_extract_struct_value_address): Remove function.
8167 (m68k_linux_init_abi): Don't set extract_return_value,
8168 store_return_values, deprecated_extract_struct_value_address and
8169 use_struct_convention. Call m68k_svr4_init_abi but override the
8170 new struct_value_regnum member of `struct gdbarch_tdep'.
8171 * Makefile.in (m68k-tdep.o): Update dependencies.
8172
8173 2004-05-03 J. Brobecker <brobecker@gnat.com>
8174
8175 * dwarf2read.c (line_header): Add new included_p field in
8176 field file_names.
8177 (partial_die_info): New field has_stmt_list. New field line_offset.
8178 (dwarf2_create_include_psymtab): New function.
8179 (dwarf2_build_include_psymtabs): New function.
8180 (add_file_name): Add forward declaration. Initialize new field.
8181 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8182 to be able to determine the list of files included by the
8183 given unit, and build their associated psymtabs.
8184 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8185 files as well.
8186 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8187 (read_file_scope): Update call to dwarf_decode_lines.
8188 (read_partial_die): Handle DW_AT_stmt_list attributes.
8189
8190 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8191
8192 Unfix PR gdb/1626.
8193 * configure.in: Revert special case for osf5.*.
8194 * configure: Regenerate.
8195
8196 2004-05-02 Jim Blandy <jimb@redhat.com>
8197
8198 Move the symbol-file-from-memory functions into their own file.
8199 * symfile-mem.c, symfile-mem.h: New files.
8200 * symfile.c (symbol_file_add_from_bfd): New function.
8201 (symbol_file_add): Call symbol_file_add_from_bfd.
8202 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8203 Moved to symfile-mem.c.
8204 (_initialize_symfile): Move definition of
8205 add-symbol-file-from-memory command to symfile-mem.c.
8206 * symfile.h (symbol_file_add_from_bfd): New declaration.
8207 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8208 * config/powerpc/linux.mt (TDEPFILES): Same.
8209 * Makefile.in (SFILES): Add symfile-mem.c.
8210 (symfile_mem_h): New variable.
8211 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8212 (symfile-mem.o): New rule.
8213
8214 2004-05-01 Andrew Cagney <cagney@redhat.com>
8215
8216 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8217 frame_find_by_id instead of frame_relative_level.
8218 (do_enable_breakpoint): Ditto.
8219 * thread.c: Update copyright.
8220 (info_threads_command): Ditto, simplify.
8221
8222 * frame.c (deprecated_generic_get_saved_register): Delete
8223 function, moved to "xstormy16-tdep.c".
8224 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8225 deprecated_generic_get_saved_register from "frame.c".
8226 (xstormy16_frame_saved_register): Call
8227 xstormy16_get_saved_register.
8228 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8229 static.
8230 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8231 * frame.h (deprecated_generic_get_saved_register): Delete.
8232
8233 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8234
8235 * dwarfread.c: Update documentation on the state of dwarf-1.
8236
8237 2004-05-01 Andrew Cagney <cagney@redhat.com>
8238
8239 * stack.c (select_frame_command): Delete call to
8240 frame_relative_level.
8241 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8242 Delete #if0 code.
8243 (frame_info): Do not print FRAMELESS.
8244 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8245 (catch_info): Delete #if0 code.
8246
8247 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8248 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8249 of frame_relative_level.
8250 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8251 to SENTINEL_FRAME.
8252 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8253 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8254 frame_relative_level.
8255
8256 * frame.h (deprecated_set_frame_type): Delete declaration.
8257 * frame.c (deprecated_set_frame_type): Delete function, update
8258 comments.
8259
8260 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8261 * gdbarch.h, gdbarch.c: Re-generate.
8262 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8263 (shnbsd_pc_in_sigtramp): Delete.
8264 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8265 pc_in_sigtramp.
8266 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8267 pc_in_sigtramp.
8268 * frame.h: Update comments.
8269 * ppc-linux-tdep.c: Update comments.
8270 * breakpoint.c (bpstat_what): Update comments.
8271
8272 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8273 m68klinux-tdep.o's dependencies, were previously added to
8274 m68klinux-nat.o.
8275
8276 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8277 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8278 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8279 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8280 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8281
8282 * Makefile.in (m68klinux-nat.o): Update dependencies.
8283 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8284 (m68k_linux_sigtramp_frame_cache)
8285 (m68k_linux_sigtramp_frame_this_id)
8286 (m68k_linux_sigtramp_frame_prev_register)
8287 (m68k_linux_sigtramp_frame_unwind)
8288 (m68k_linux_sigtramp_frame_sniffer)
8289 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8290 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8291 names, use trad-frame.h.
8292 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8293 (struct m68k_sigtramp_info): Delete.
8294 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8295 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8296 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8297 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8298 "m68klinux-tdep.c".
8299
8300 * infrun.c (check_sigtramp2): Delete check for
8301 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8302
8303 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8304
8305 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8306
8307 2004-05-01 Andrew Cagney <cagney@redhat.com>
8308
8309 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8310 (frv_linux_sigtramp_frame_cache)
8311 (frv_linux_sigtramp_frame_this_id)
8312 (frv_linux_sigtramp_frame_prev_register)
8313 (frv_linux_sigtramp_frame_unwind)
8314 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8315 include "linux" in function and variable names, directly call
8316 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8317 the latest trad-frame code.
8318 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8319 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8320 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8321 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8322 * frv-tdep.c (frv_sigtramp_frame_cache)
8323 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8324 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8325 frv-linux-tdep.c.
8326 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8327 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8328 (frv_set_sigcontext_reg_addr): Delete function.
8329
8330 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8331 (DEPRECATED_SIGTRAMP_END): Delete.
8332 * gdbarch.h, gdbarch.c: Re-generate.
8333 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8334 * config/vax/tm-vaxbsd.h: Update copyright.
8335 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8336 (DEPRECATED_IN_SIGTRAMP): Define.
8337 * config/m68k/tm-nbsd.h: Update copyright.
8338 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8339 (DEPRECATED_IN_SIGTRAMP): Define.
8340
8341 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8342
8343 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8344 encondings. Fixes PR gdb/1628.
8345
8346 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8347 DW_CFA_restore state without a matching DW_CFA_remember_state
8348 instead of aborting. Fixes PR backtrace/1589.
8349
8350 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8351
8352 * MAINTAINERS: Add self as AIX maintainer.
8353 Update my e-mail address in write-after-approval section.
8354
8355 2004-04-30 Andrew Cagney <cagney@redhat.com>
8356
8357 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8358 (legacy_get_prev_frame): Ditto.
8359
8360 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8361 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8362 * mipsread.c (sigtramp_address): Delete extern variable.
8363 (mipscoff_new_init): Delete reference.
8364 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8365 (fixup_sigtramp): Delete function.
8366 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8367 (fixup_sigtramp): Delete declarations.
8368
8369 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8370 deprecated_pc_in_sigtramp.
8371 (ppcnbsd_pc_in_sigtramp): Delete function.
8372
8373 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8374
8375 * config/m68k/nm-nbsd.h: Tweak comments.
8376 * config/m68k/nm-nbsdaout.h: Likewise.
8377
8378 2004-04-30 Andrew Cagney <cagney@redhat.com>
8379
8380 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8381 legacy_pc_in_sigtramp.
8382 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8383
8384 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8385
8386 Add OpenBSD/m68k support.
8387 * NEWS (New native configurations): Mention OpenBSD/m68k.
8388 * m68kbsd-tdep.c: New file.
8389 * m68kbsd-nat.c: New file.
8390 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8391 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8392 * configure.host: Add m68k-*-openbsd.
8393 * configure.tgt: Add m68k-*-openbsd.
8394 * config/m68k/tm-obsd.h: New file.
8395 * config/m68k/obsd.mt: New file.
8396 * config/m68k/obsd.mh: New file.
8397 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8398 m68kbsd-tdep.c.
8399
8400 2004-04-30 Andrew Cagney <cagney@redhat.com>
8401
8402 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8403 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8404
8405 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8406
8407 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8408 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8409
8410 2004-04-30 Brian Ford <ford@vss.fsi.com>
8411
8412 Revert 2004-04-16 change.
8413 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8414 (i386_coff_init_abi): Remove.
8415 * i386-tdep.h (i386_coff_init_abi): Remove.
8416 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8417
8418 2004-04-30 Andrew Cagney <cagney@redhat.com>
8419
8420 * blockframe.c (find_pc_partial_function): Delete use of
8421 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8422 DEPRECATED_SIGTRAMP_END.
8423
8424 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8425 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8426 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8427 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8428 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8429
8430 * defs.h (deprecated_inside_entry_file): Delete declaration.
8431 * blockframe.c (deprecated_inside_entry_file): Delete function.
8432 (legacy_frame_chain_valid): Delete call.
8433 * sh64-tdep.c (sh64_frame_chain): Delete call.
8434 * objfiles.h: Update comments.
8435 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8436 call.
8437 * frame.c (get_prev_frame): Delete call, update comments.
8438
8439 2004-04-30 Brian Ford <ford@vss.fsi.com>
8440
8441 * MAINTAINERS (Write After Approval): Add myself.
8442
8443 2004-04-30 Andrew Cagney <cagney@redhat.com>
8444
8445 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8446 * gdbarch.h, gdbarch.c: Re-generate.
8447 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8448 code.
8449
8450 2004-04-30 Andrew Cagney <cagney@redhat.com>
8451
8452 * gdb-events.sh (selected_thread_changed)
8453 (selected_frame_level_changed, target_changed): Delete.
8454 * gdb-events.h, gdb-events.c: Re-generate.
8455 * valops.c (value_assign): Update.
8456 * stack.c (select_frame_command, up_silently_base)
8457 (down_silently_base): Update.
8458
8459 2004-04-29 Andrew Cagney <cagney@redhat.com>
8460
8461 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8462 registers correctly.
8463 (print_gp_register_row, mips32_heuristic_proc_desc)
8464 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8465 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8466 references to mips_isa_regsize.
8467
8468 2004-04-29 Andrew Cagney <cagney@redhat.com>
8469
8470 * mips-tdep.c (struct gdbarch_tdep): Delete
8471 mips_fp_register_double.
8472 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8473 mips_abi_regsize.
8474 (mips_gdbarch_init): Do not set mips_fp_register_double.
8475 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8476
8477 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8478
8479 Committed by Andrew Cagney.
8480 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8481 function calls.
8482
8483 2004-04-29 Andrew Cagney <cagney@redhat.com>
8484
8485 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8486 gdbarch, use mips_abi, update callers.
8487 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8488 mips_abi_regsize, update callers.
8489 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8490 mips_default_abi_regsize.
8491 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8492 mips_default_abi_regsize.
8493
8494 2004-04-29 Andrew Cagney <cagney@redhat.com>
8495
8496 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8497 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8498 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8499 mips_default_abi_regsize.
8500 (mips_isa_regsize): Rename mips_regisze.
8501 * mipsnbsd-tdep.c: Update.
8502 * mips-linux-tdep.c: Update.
8503 * irix5-nat.c: Update.
8504 * mips-tdep.h (mips_isa_regsize): Update.
8505
8506 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8507 Delete all disabled code.
8508 * gdb-events.h, gdb-events.c: Re-generate.
8509
8510 2004-04-19 Jerome Guitton <guitton@gnat.com>
8511 Mark Kettenis <kettenis@gnu.org>
8512
8513 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8514 the function begins with a branch instruction.
8515
8516 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8517
8518 * i386-tdep.c: Fix spelling mistakes.
8519
8520 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8521 Andrew Cagney <cagney@redhat.com>
8522
8523 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8524 <sys/proc.h>.
8525 * acconfig.h: Provide default _KMEMUSER value.
8526 * config.in, configure: Re-generate.
8527 * NEWS: Mention fix.
8528
8529 2004-04-24 Randolph Chung <tausq@debian.org>
8530
8531 * configure.host (hppa*-*-linux*): New target.
8532 * configure.tgt (hppa*-*-linux*): Likewise.
8533 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8534 gdbarch_init_osabi() call earlier so that osabi-specific frame
8535 unwinders can be registered first.
8536 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8537 hppa-linux-nat.c.
8538 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8539 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8540 * config/pa/linux.mh: New file.
8541 * config/pa/linux.mt: New file.
8542 * config/pa/nm-linux.h: New file.
8543 * config/pa/xm-linux.h: New file.
8544 * hppa-linux-nat.c: New file.
8545 * hppa-linux-tdep.c: New file.
8546
8547 2004-04-28 Randolph Chung <tausq@debian.org>
8548
8549 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8550 return values.
8551 (hppa32_push_dummy_call): Fix small struct and floating point argument
8552 passing, and make sure the stack frame is properly aligned.
8553
8554 2004-04-28 Andrew Cagney <cagney@redhat.com>
8555
8556 * stack.c (print_stack_frame): Fix description.
8557
8558 * NEWS: Mention gdb/gdbserver/configure execute permission
8559 changed. PR server/519.
8560
8561 2004-04-28 Andrew Cagney <cagney@redhat.com>
8562
8563 * stack.c (print_stack_frame_stub): Delete declaration.
8564 (struct print_stack_frame_args, print_stack_frame)
8565 (print_frame_info, print_frame): Replace "source" with print what.
8566 Replace "print" with "print_level". Replace "args" with
8567 "print_args".
8568 * frame.h (show_and_print_stack_frame, print_stack_frame)
8569 (print_frame_info): Update declarations.
8570 * stack.c (select_and_print_frame, frame_command)
8571 (current_frame_command, up_command, down_command): Update calls -
8572 use get_selected_frame, pass "enum print_what" for source, do not
8573 call frame_relative_level.
8574 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8575 * remote-rdp.c (remote_rdp_open): Ditto.
8576 * remote-mips.c (common_open): Ditto.
8577 * remote-e7000.c (e7000_start_remote): Ditto.
8578 * ocd.c (ocd_start_remote): Ditto.
8579 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8580 * infrun.c (normal_stop): Ditto.
8581 * inflow.c (kill_command): Ditto.
8582 * infcmd.c (finish_command): Ditto.
8583 * corelow.c (core_open): Ditto.
8584 * tracepoint.c (finish_tfind_command): Ditto.
8585 * thread.c (info_threads_command, info_threads_command)
8586 (restore_current_thread, do_captured_thread_select): Ditto.
8587 * ada-tasks.c (task_command): Ditto.
8588
8589 2004-04-26 Orjan Friberg <orjanf@axis.com>
8590
8591 * frame.c: Include "observer.h".
8592 (frame_observer_target_changed): New function.
8593 (_initialize_frame): Attach target_changed observer.
8594 * regcache.c: Include "observer.h".
8595 (regcache_observer_target_changed): New function.
8596 (_initialize_regcache): Attach target_changed observer.
8597 * valops.c: Include "observer.h".
8598 (value_assign): Notify target_changed event when modifying register.
8599 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8600
8601 2004-04-26 Orjan Friberg <orjanf@axis.com>
8602
8603 From Paul Koning <pkoning@equallogic.com>:
8604 * breakpoint.c (free_valchain): New function.
8605 (insert_bp_location, delete_breakpoint): Use free_valchain.
8606 (remove_breakpoint): Do not remove the valchain.
8607 (bpstat_stop_status): If not stopped by watchpoint, skip
8608 watchpoints when generating stop status list.
8609 * infrun.c (handle_inferior_event): Make
8610 stepped_after_stopped_by_watchpoint a global variable.
8611 * remote.c (remote_stopped_data_address): Return watch data
8612 address rather than zero if stepped_after_stopped_by_watchpoint is
8613 set.
8614
8615 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8616
8617 Fix PR gdb/1626.
8618 * configure.in: Check for curses after termcap.
8619 On osf5.*, do not check for ncurses.
8620 * configure: Regenerate.
8621
8622 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8623
8624 * ppcobsd-nat.c: Include "ppc-tdep.h".
8625 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8626
8627 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8628 Fixes PR tdep/1623 and PR tdep/1624.
8629
8630 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8631
8632 * xmodem.h, xmodem.c: Remove files.
8633 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8634
8635 2004-04-23 Randolph Chung <tausq@debian.org>
8636
8637 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8638 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8639 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8640 for handling stackless frames.
8641 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8642
8643 2004-04-23 Randolph Chung <tausq@debian.org>
8644
8645 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8646 starts at a pc before the frame is created.
8647
8648 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8649
8650 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8651
8652 2004-04-23 Jerome Guitton <guitton@gnat.com>
8653
8654 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8655 use convert_typed_floating to get the appropriate format.
8656
8657 2004-04-22 Randolph Chung <tausq@debian.org>
8658
8659 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8660 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8661 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8662 (hppa_sign_extend): Add prototype.
8663 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8664 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8665 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8666 hppa targets will also use these functions.
8667 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8668 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8669 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8670 (hppa_gdbarch_init): Remove gdbarch setting of
8671 skip_trampoline_code, in_solib_call_trampoline and
8672 in_solib_return_trampoline.
8673 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8674 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8675 hppa_in_solib_call_trampoline.
8676 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8677 Moved from hppa-tdep.c.
8678 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
8679 in_solib_call_trampoline and in_solib_return_trampoline.
8680
8681 2004-04-22 Randolph Chung <tausq@debian.org>
8682
8683 * hppa-tdep.c (hppa_debug): New variable.
8684 (find_unwind_entry, hppa_frame_cache): Add debug output.
8685 (_initialize_hppa_tdep): Add command to set debug flag.
8686
8687 2004-04-22 Andrew Cagney <cagney@redhat.com>
8688
8689 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
8690 "trad-frame.h".
8691 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8692 signal trampoline unwinder.
8693 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8694
8695 2004-04-22 Mark Kettenis <kettenis@gnu.org>
8696
8697 Add OpenBSD/powerpc support.
8698 * NEWS (New native configurations): Mention OpenBSD/powerpc.
8699 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8700 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8701 (ppc_collect_fpregset): New prototypes.
8702 * ppcobsd-nat.c: New file.
8703 * ppcobsd-tdep.c: New file.
8704 * ppcobsd-tdep.h: New file.
8705 * rs6000-tdep.c: Include "regset.h".
8706 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8707 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8708 New functions.
8709 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8710 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8711 (rs6000-tdep.o): Update dependencies.
8712 * configure.host: Add powerpc-*-openbsd.
8713 * configure.tgt: Add powerpc-*-openbsd.
8714 * config/powerpc/obsd.mh: New file.
8715 * config/powerpc/nm-obsd.h: New file.
8716 * config/powerpc/obsd.mt: New file.
8717
8718 2004-04-22 Andrew Cagney <cagney@redhat.com>
8719
8720 * frame.h (show_frame_info): Delete declaration.
8721
8722 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8723 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8724 * m32r-tdep.c (m32r_frame_this_id): Ditto.
8725 * frv-tdep.c (frv_frame_this_id): Ditto.
8726 * avr-tdep.c (avr_frame_this_id): Ditto.
8727
8728 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
8729
8730 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8731
8732 2004-04-22 Jim Blandy <jimb@redhat.com>
8733
8734 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8735 register number zero.
8736
8737 2004-04-21 Michael Snyder <msnyder@redhat.com>
8738
8739 * mips-tdep.c (heuristic_proc_start):
8740 Warning() already prefixes "Warning: ".
8741
8742 2004-04-21 Andrew Cagney <cagney@redhat.com>
8743
8744 * annotate.h (deprecated_annotate_starting_hook)
8745 (deprecated_annotate_stopped_hook)
8746 (deprecated_annotate_exited_hook)
8747 (deprecated_annotate_signal_hook)
8748 (deprecated_annotate_signalled_hook): Deprecate.
8749 * tracepoint.h (deprecated_create_tracepoint_hook)
8750 (deprecated_delete_tracepoint_hook)
8751 (deprecated_modify_tracepoint_hook)
8752 (deprecated_trace_find_hook)
8753 (deprecated_trace_start_stop_hook): Deprecate.
8754 * target.h (deprecated_target_new_objfile_hook): Deprecate.
8755 * remote.h (deprecated_target_resume_hook)
8756 (deprecated_target_wait_loop_hook): Deprecate.
8757 * gdbcore.h (deprecated_exec_file_display_hook)
8758 (deprecated_file_changed_hook): Deprecate.
8759 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8760 * defs.h (deprecated_modify_breakpoint_hook)
8761 (deprecated_command_loop_hook, deprecated_show_load_progress)
8762 (deprecated_print_frame_info_listing_hook)
8763 (deprecated_query_hook, deprecated_warning_hook)
8764 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8765 (deprecated_delete_breakpoint_hook)
8766 (deprecated_interactive_hook, deprecated_registers_changed_hook)
8767 (deprecated_readline_begin_hook, deprecated_readline_hook)
8768 (deprecated_readline_end_hook, deprecated_register_changed_hook)
8769 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8770 (deprecated_context_hook, deprecated_target_wait_hook)
8771 (deprecated_attach_hook, deprecated_detach_hook)
8772 (deprecated_call_command_hook, deprecated_set_hook)
8773 (deprecated_error_hook, deprecated_error_begin_hook)
8774 (deprecated_ui_load_progress_hook): Deprecate.
8775 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8776 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8777 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8778 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8779 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8780 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8781 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8782 * annotate.c, aix-thread.c: Update.
8783
8784 2004-04-21 Andrew Cagney <cagney@redhat.com>
8785
8786 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8787 * vaxnbsd-tdep.c: Include "gdb_string.h".
8788
8789 * symfile.c (symbol_file_add_from_memory): #if 0 function.
8790 (add_symbol_file_from_memory_command): #if 0 function body, call
8791 error instead.
8792
8793 2004-04-21 Andrew Cagney <cagney@redhat.com>
8794
8795 * gdbcore.h: Update copyright.
8796 (deprecated_add_core_fns): Rename add_core_fns.
8797 * win32-nat.c (_initialize_core_win32): Update.
8798 * sun3-nat.c (_initialize_core_sun3): Update.
8799 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
8800 * rs6000-nat.c (_initialize_core_rs6000): Update.
8801 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
8802 * nto-tdep.c (_initialize_nto_tdep): Update.
8803 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
8804 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
8805 * mips-nat.c (_initialize_core_mips): Update.
8806 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8807 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
8808 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
8809 * lynx-nat.c (_initialize_core_lynx): Update.
8810 * irix5-nat.c (_initialize_core_irix5): Update.
8811 * i386-interix-nat.c (_initialize_core_interix): Update.
8812 * cris-tdep.c (_initialize_cris_tdep): Update.
8813 * corelow.c (deprecated_add_core_fns): Update.
8814 * core-regset.c (_initialize_core_regset): Update.
8815 * core-aout.c (_initialize_core_aout): Update.
8816 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
8817 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
8818 * alpha-nat.c (_initialize_core_alpha): Update.
8819
8820 2004-04-21 Jim Blandy <jimb@redhat.com>
8821
8822 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
8823
8824 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
8825
8826 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
8827 Delete.
8828 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
8829 (read_attribute_value): Update calls to dwarf_alloc_block.
8830 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
8831 dwarf2_tmp_obstack.
8832 (psymtab_to_symtab_1): Likewise. Clean up using
8833 free_stack_comp_unit.
8834 (add_to_cu_func_list): Use the comp_unit_obstack.
8835
8836 2004-04-19 Joel Brobecker <brobecker@gnat.com>
8837
8838 * dwarf2read.c (dwarf2_flag_true_p): New function.
8839 (die_is_declaration): Use the function above. Add some comments.
8840
8841 2004-04-19 Mark Kettenis <kettenis@gnu.org>
8842
8843 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
8844 architecture when registering sparcnbsd_core_osabi_sniffer.
8845 Adjust comment.
8846
8847 2004-04-18 Mark Kettenis <kettenis@gnu.org>
8848
8849 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
8850 return value.
8851
8852 Based on a patch from Brian Ford <ford@vss.fsi.com>:
8853 * i386-tdep.c: Correct register numbering scheme comments
8854 throughout.
8855 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
8856 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
8857 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
8858 (i386_gdb_arch_init): Likewise.
8859
8860 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
8861 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
8862 ppcnbsd-tdep.o.
8863
8864 * m68k-tdep.h: Tweak comments.
8865 * m68k-tdep.c: Tweak comment.
8866
8867 2004-04-17 Randolph Chung <tausq@debian.org>
8868
8869 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
8870 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
8871 (hppa_hpux_som_init_abi): Set is_elf to 0.
8872 (hppa_hpux_elf_init_abi): Set is_elf to 1.
8873 * hppa-tdep.c (low_text_segment_address): Remove global.
8874 (record_text_segment_lowaddr): Pass in low address as parameter. Use
8875 section offset to calculate segment address.
8876 (internalize_unwinds): Define low_text_segment_address as local and
8877 pass to record_text_segment_lowaddr for ELF targets.
8878 (hppa_gdbarch_init): Zero fill tdep structure.
8879 (hppa_dump_tdep): Print tdep structure.
8880 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
8881
8882 2004-04-17 Randolph Chung <tausq@debian.org>
8883
8884 * hppa-tdep.c (hppa_pseudo_register_read): Define.
8885 (hppa_gdbarch_init): Set pseudo_register_read.
8886 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
8887 * regcache.c (supply_register): Remove check for
8888 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
8889
8890 2004-04-17 Randolph Chung <tausq@debian.org>
8891
8892 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
8893 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
8894 (hpread_adjust_stack_address): Move to hpread.c.
8895 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8896 obj_private_struct): Move from tm-hppa.h.
8897 * hpread.c (hppa-tdep.h): Include.
8898 (hpread_adjust_stack_address): Move from hppa-tdep.c.
8899 (hpread_read_function_type, hpread_read_doc_function_type)
8900 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
8901 directly.
8902 * pa64solib.c (hppa-tdep.h): Include.
8903 * somsolib.c (hppa-tdep.h): Include.
8904 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
8905 inferior_status): Remove unused forward declarations.
8906 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
8907 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
8908 obj_private_struct): Move to hppa-tdep.h.
8909 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
8910
8911 2004-04-17 Randolph Chung <tausq@debian.org>
8912
8913 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
8914 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
8915 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
8916 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
8917 Remove forward declaration and make static.
8918 (hppa_reg_struct_has_addr): Remove.
8919
8920 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8921
8922 * observer.sh: Move comments in sed command to first column.
8923
8924 2004-04-16 Jason Molenda (jmolenda@apple.com)
8925
8926 * frame.c: Minor typeo corrections in comments.
8927
8928 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8929
8930 * observer.c (observer_test_first_notification_function): Update
8931 function profile.
8932 (observer_test_second_notification_function): Likewise.
8933 (observer_test_third_notification_function): Likewise.
8934
8935 2004-04-16 Mark Kettenis <kettenis@gnu.org>
8936
8937 From Brian Ford <ford@vss.fsi.com>:
8938 * i386-tdep.c (i386_coff_init_abi): New function.
8939 * i386-tdep.h (i386_coff_init_abi): New prototype.
8940 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
8941 register number translation functions for DWARF and DWARF 2.
8942
8943 2004-04-16 Joel Brobecker <brobecker@gnat.com>
8944
8945 * dwarf2read.c: Back out my previous change, it was incorrect.
8946
8947 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
8948
8949 * dwarf2read.c: Include "hashtab.h".
8950 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
8951 has_namespace_info.
8952 (struct partial_die_info): Add comments. Use bitfields to reduce
8953 memory footprint. Add scope, scope_set, has_specification,
8954 spec_offset, die_parent, die_child, and die_sibling.
8955 (peek_die_abbrev): Add prototype.
8956 (partial_read_comp_unit_head): New function, broken out from
8957 dwarf2_build_psymtabs_hard.
8958 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
8959 Use partial_read_comp_unit_head. Initialize the CU and
8960 comp_unit_obstack. Update calls to read_partial_die and
8961 scan_partial_symbols. Use free_stack_comp_unit and
8962 load_partial_dies.
8963 (scan_partial_symbols): Change PDI to a pointer. Use the child and
8964 sibling pointers to walk partial DIEs. Call fixup_partial_die.
8965 Update calls to helper functions. Remove NAMESPACE argument.
8966 Update comments.
8967 (partial_die_parent_scope, partial_die_full_name): New functions.
8968 (add_partial_symbol): Remove namespace argument. Update call to
8969 pdi_needs_namespace. Use partial_die_full_name. Handle
8970 DW_TAG_namespace. Check has_namespace_info flag.
8971 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
8972 tag. Handle namespaces.
8973 (add_partial_namespace, add_partial_enumeration): Simplify.
8974 (guess_structure_name): New function, derived from
8975 add_partial_structure.
8976 (add_partial_structure): Remove.
8977 (determine_class_name): Update comment.
8978 (dwarf2_read_abbrevs): Set has_namespace_info flag.
8979 (is_type_tag_for_partial, load_partial_dies): New functions.
8980 (read_partial_die): Pass abbrev and abbrev_len as arguments.
8981 Record specifications instead of following them immediately.
8982 (find_partial_die_in_comp_unit, find_partial_die)
8983 (fixup_partial_die, free_stack_comp_unit)
8984 (hashtab_obstack_allocate, dummy_obstack_deallocate)
8985 (partial_die_hash, partial_die_eq): New functions.
8986 * Makefile.in (hashtab_h): Define.
8987 (dwarf2read.o): Update dependencies.
8988 (observer_inc, observer_h): Move to the correct section.
8989
8990 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8991
8992 * dwarf2read.c (dwarf2_attribute_true_p): New function.
8993 (die_is_declaration): Use the function above. Add comment.
8994
8995 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8996
8997 * dwarf2read.c (read_structure_scope): Identify stub types
8998 using die_is_declaration() only.
8999
9000 2004-04-15 Roland McGrath <roland@redhat.com>
9001
9002 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9003 argument instead of NAME.
9004 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9005 in call to symbol_file_add_with_addrs_or_offsets.
9006 (build_addr_info): New function, helper for ...
9007 (symbol_file_add_from_memory): New function.
9008 (add_symbol_file_from_memory_command): New function using that.
9009 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9010 (pre_add_symbol_hook): Add const to argument type.
9011 * symfile.h (symbol_file_add_from_memory): Declare it.
9012
9013 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9014
9015 * NEWS (New native configurations): Mention OpenBSD/vax.
9016 * configure.host: Add vax-*-openbsd*.
9017 * config/vax/obsd.mh: New file.
9018 * config/vax/nm-obsd.h: New file.
9019
9020 * vax-tdep.c: Include "regset.h".
9021 (vax_supply_gregset): New function.
9022 (vax_gregset): New variable.
9023 (vax_regset_from_core_section): New function.
9024 (vax_gdbarch_init): Set regset_from_core_section.
9025 * Makefile.in (vax-tdep.o): Update dependencies.
9026
9027 2004-04-15 Andrew Cagney <cagney@redhat.com>
9028
9029 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9030 (observer_normal_stop_notification_stub)
9031 (observer_attach_normal_stop, observer_detach_normal_stop):
9032 Delete, replaced by #include "observer.inc".
9033 * infrun.c (normal_stop): Pass "stop_bpstat" to
9034 observer_notify_normal_stop.
9035 * Makefile.in (observer_inc): Define.
9036 (observer.o): Update dependencies.
9037 (observer.h, observer.inc): New rules.
9038 * observer.h: Delete file.
9039 * observer.sh: New file.
9040
9041 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9042
9043 * vax-tdep.c (vax_frame_cache): Fix typo.
9044
9045 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9046
9047 * NEWS (New native configurations): Mention NetBSD/vax.
9048 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9049 * config/vax/nbsdelf.mh: New file.
9050 * config/vax/nbsdaout.mh: New file.
9051 * config/vax/nm-nbsd.h: New file.
9052 * config/vax/nm-nbsdaout.h: New file.
9053
9054 * vaxnbsd-tdep.c: New file.
9055 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9056 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9057 * config/vax/nbsd.mt: New file.
9058 * config/vax/tm-nbsd.h: New file.
9059
9060 * Makefile.in (vaxbsd-nat.o): New dependency.
9061
9062 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9063 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9064 struct_addr arguments. Don't push return value address.
9065 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9066 arguments to vax_store_arguments. Store return value address in
9067 R1.
9068 (vax_store_struct_return, vax_extract_return_value)
9069 (vax_store_return_value): Remove functions.
9070 (vax_return_value): New function.
9071 (vax_gdbarch_init): Set return value. Don't set
9072 deprecated_store_struct_return, deprecated_extract_struct_return
9073 and deprecated_store_return_value.
9074
9075 2004-04-14 Andreas Schwab <schwab@suse.de>
9076
9077 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9078 value buffer.
9079 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9080
9081 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9082
9083 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9084 (vax_unwind_dummy_id): New functions.
9085 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9086 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9087 variables.
9088 (vax_fix_call_dummy): Remove function.
9089 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9090 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9091 call_dummy_location, deprecated_call_dummy_words,
9092 deprecated_sizeof_call_dummy_words,
9093 deprecated_call_dummy_breakpoint_offset,
9094 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9095 and deprecated_dummy_write_sp.
9096
9097 2004-04-13 David Carlton <carlton@kealia.com>
9098
9099 * MAINTAINERS: Move myself to "paper trail" section.
9100
9101 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9102
9103 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9104 "trad-frame.h".
9105 (vax_frame_init_saved_regs): Remove function.
9106 (vax_sigtramp_saved_pc): Remove function.
9107 (vax_frame_saved_pc): Remove function.
9108 (vax_frame_args_address): Remove function.
9109 (vax_frame_num_args): Rewrite.
9110 (vax_frame_chain): Remove function.
9111 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9112 VAX_FP_REGNUM.
9113 (vax_pop_frame): Likewise.
9114 (vax_saved_pc_after_call): Remove function.
9115 (struct vax_frame_cache): New structure.
9116 (vax_frame_cache): New function.
9117 (vax_frame_this_id): New function.
9118 (vax_frame_prev_register): New function.
9119 (vax_frame_unwind): New variable.
9120 (vax_frame_sniffer): New function.
9121 (vax_frame_base_address): New function.
9122 (vax_frame_args_address): New function.
9123 (vax_frame_base): New variable.
9124 (vax_unwind_pc): New function.
9125 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9126 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9127 deprecated_frame_chain, deprecated_frame_saved_pc,
9128 deprecated_frame_args_address and
9129 deprecated_frame_init_saved_regs.
9130 * Makefile.in (vax-tdep.o): Update dependencies.
9131
9132 * vaxbsd-nat.c: New file.
9133
9134 * vax-tdep.h: Update copyright year. Adjust comments.
9135 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9136 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9137 (vax_regnum): New enum. Replacing...
9138 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9139 (VAX_PS_REGNUM): ... these removed macros.
9140 * vax-tdep.c (vax_register_name): Remove prototype.
9141 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9142 (vax_register_byte, vax_register_raw_size,
9143 vax_register_virtual_size, vax_register_virtual_type): Remove
9144 functions.
9145 (vax_register_type): New function.
9146 (vax_breakpoint_from_pc): Reorganize.
9147 (vax_gdbarch_init): Set register_type. Don't set
9148 deprecated_register_size, deprecated_register_bytes,
9149 deprecated_register_byte, deprecated_register_raw_size,
9150 deprecated_max_register_raw_size,
9151 deprecated_register_virtual_size,
9152 deprecated_max_register_virtual_size and
9153 deprecated_register_virtual_type. Add comment on stack direction.
9154
9155 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9156
9157 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9158 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9159 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9160
9161 2004-04-10 Randolph Chung <tausq@debian.org>
9162
9163 * MAINTAINERS (write after approval): Add myself.
9164
9165 2004-04-07 Randolph Chung <tausq@debian.org>
9166
9167 * hppa-tdep.c (hppa_inner_than): Remove.
9168 (is_pa_2): Remove unused static variable.
9169 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9170
9171 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9172
9173 * language.h (language_defn): Add new la_post_parser field.
9174 * parser-defs.h (null_post_parser): New declaration (default for
9175 la_post_parser).
9176
9177 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9178 insert call to that function.
9179 (parse_exp_in_context): New function, including code formerly in
9180 parse_exp_1. Calls language-dependent post-parser after
9181 prefixification.
9182 (parse_expression_in_context): New exported function.
9183 (null_post_parser): New definition.
9184 * expression.h (parse_expression_in_context): Add declaration.
9185
9186 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9187 * c-lang.c (c_language_defn): Ditto.
9188 (cplus_language_defn): Ditto.
9189 (asm_language_defn): Ditto.
9190 (minimal_language_defn): Ditto.
9191 * f-lang.c (f_language_defn): Ditto.
9192 * jv-lang.c (java_language_defn): Ditto.
9193 * language.c (unknown_language_defn): Ditto.
9194 (auto_language_defn): Ditto.
9195 (local_language_defn): Ditto.
9196 * m2-lang.c (m2_language_defn): Ditto.
9197 * scm-lang.c (scm_language_defn): Ditto.
9198 * obj-lang.c (objc_language_defn): Ditto.
9199
9200 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9201
9202 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9203 (amd64nbsd_mcontext_addr): New function.
9204 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9205 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9206 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9207
9208 * corelow.c (core_xfer_partial): Fix coding standards violation.
9209 Add support for TARGET_OBJECT_WCOOKIE.
9210
9211 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9212 deprecated_pc_in_sigtramp.
9213 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9214 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9215 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9216 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9217 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9218 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9219 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9220
9221 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9222 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9223 Fix typo.
9224
9225 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9226 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9227 (amd64_collect_fxsave): Likewise.
9228
9229 * i386-sol2-tdep.c: Include "gdb_string.h".
9230 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9231 name.
9232 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9233
9234 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9235
9236 * i386-sol2-tdep.c: Include "solib-svr4.h".
9237 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9238 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9239 * config/i386/tm-i386sol2.h: Include :solib.h".
9240 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9241 solib-svr4.o and solib-legacy.o.
9242 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9243 solib-svr4.o.
9244
9245 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9246
9247 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9248 whether a register is supplied by PTRACE_GETFPREGS.
9249 (store_inferior_registers): Likewise.
9250 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9251 whether a register is supplied by PT_GETFPREGS.
9252 (store_inferior_registers): Likewise.
9253
9254 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9255 * config/i386/linux64.mt (TDEPFILES): Likewise.
9256
9257 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9258
9259 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9260 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9261 the program counter is in the range specified by `struct
9262 gdbarch_tdep'.
9263 * amd64-linux-tdep.c: Include "symtab.h".
9264 (amd64_linux_pc_in_sigtramp): Remove function.
9265 (amd64_linux_sigtramp_p): New function.
9266 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9267 deprecated_pc_in_sigtramp.
9268 * amd64nbsd-tdep.c: Include "symtab.h".
9269 (amd64nbsd_sigtramp_p): New function.
9270 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9271 deprecated_pc_in_sigtramp.
9272 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9273 few comments.
9274 (amd64obsd_pc_in_sigtramp): Remove function.
9275 (amd64obsd_sigtramp_p): New function.
9276 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9277 deprecated_pc_in_sigtramp.
9278 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9279 (i386bsd_pc_ins_sigtramp): Remove prototype.
9280 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9281 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9282 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9283 the program counter is in the range specified by `struct
9284 gdbarch_tdep'.
9285 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9286 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9287 (i386_go32_pc_in_sigtramp): Remove function.
9288 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9289 Initialize TDEP->sigtramp_p.
9290 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9291 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9292 deprecated_pc_in_sigtramp.
9293 * i386-linux-tdep.c: Adjust comments.
9294 (i386_linux_pc_in_sigtramp): Remove function.
9295 (i386_linux_sigtramp_p): New function.
9296 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9297 deprecated_pc_in_sigtramp.
9298 * i386-nto-tdep.c: Update copyright year.
9299 (i386nto_pc_in_sigtramp): Remove function.
9300 (i386nto_sigtramp_p): New function.
9301 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9302 SP_REGNUM.
9303 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9304 deprecated_pc_in_sigtramp.
9305 * i386-sol2-tdep.c: Update copyright year.
9306 (i386_sol2_pc_in_sigtramp): Remove function.
9307 (i386_sol2_sigtramp_p): New function.
9308 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9309 deprecated_pc_in_sigtramp.
9310 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9311 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9312 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9313 deprecated_sigtramp_start and deprecated_sigtramp_end.
9314 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9315 (i386nbsd_pc_in_sigtramp): Remove function.
9316 (i386nbsd_sigtramp_p): New function.
9317 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9318 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9319 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9320 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9321 (i386obsd_pc_in_sigtramp): Remove function.
9322 (i386obsd_sigtramp_p): New function.
9323 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9324 functions.
9325 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9326 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9327 TDEP->sigtramp_p.
9328 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9329 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9330 dependencies.
9331
9332 * config/i386/i386aout.mt: Remove file.
9333
9334 * configure.tgt: Remove i[34567]86-*-go32*,
9335 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9336 and i[34567]86-*-isc*. Set gdb_target to i386 for
9337 i[34567]86-*-netware* and i[34567]86-*-*.
9338 * config/i386/i386.mt: New file.
9339 * config/i386/embed.mt: Remove file.
9340 * config/i386/go32.mt: Remove file.
9341 * config/i386/i386nw.mt: Remove file.
9342 * config/i386/i386v.mt: Remove file.
9343 * config/i386/tm-go32.h: Remove file.
9344
9345 * tui/tui-hooks.c: Include "readline/readline.h" after
9346 "gdb_curses.h" instead of before.
9347 * tui/tui-io.c: Likewise.
9348
9349 * tui/tui.c: Fix typo in comment.
9350
9351 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9352
9353 2004-04-08 Andrew Cagney <cagney@redhat.com>
9354
9355 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9356 (deprecated_exception_support_initialized): Declare.
9357 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9358 (initialize_hp_cxx_exception_support)
9359 (child_enable_exception_callback): Update.
9360 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9361 (deprecated_exception_support_initialized): Rename
9362 deprecated_exception_catchpoints_are_fragile and
9363 deprecated_exception_support_initialized.
9364 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9365
9366 * symtab.c (deprecated_hp_som_som_object_present): Rename
9367 hp_som_som_object_present.
9368 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9369 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9370 Update. Delete extern declaration.
9371 * valops.c (hp_som_som_object_present): Ditto.
9372 * parse.c (deprecated_hp_som_som_object_present)
9373 (parse_nested_classes_for_hpacc): Ditto.
9374 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9375 * hppa-hpux-tdep.c (hp_som_som_object_present)
9376 (initialize_hp_cxx_exception_support): Ditto.
9377 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9378 * cp-valprint.c (hp_som_som_object_present)
9379 (cp_print_class_method): Ditto.
9380 * c-typeprint.c (hp_som_som_object_present):
9381 (c_type_print_base): Ditto.
9382 * c-exp.y (hp_som_som_object_present): Ditto.
9383
9384 2004-04-08 Andrew Cagney <cagney@redhat.com>
9385
9386 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9387 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9388 (frame_unwind_find_by_frame): Re-implement the unwind code so
9389 that it can both prepend and append sniffers. Replace
9390 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9391 * tramp-frame.c (tramp_frame_append): Use
9392 frame_unwind_prepend_unwinder.
9393 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9394 frame_unwind_register_unwinder.
9395 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9396 tramp_frame_append.
9397 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9398 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9399 (mips_linux_init_abi): Update.
9400
9401 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9402
9403 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9404 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9405 file support.
9406
9407 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9408
9409 * ia64-tdep.c (elf.h): Don't include.
9410 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9411
9412 2004-04-07 Jason Molenda (jmolenda@apple.com)
9413
9414 * frame.h: Typeo corrections in comments.
9415
9416 2004-04-07 Jim Blandy <jimb@redhat.com>
9417
9418 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9419 %esp and %ebp
9420
9421 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9422
9423 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9424 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9425 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9426 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9427 and solib-legacy.o.
9428 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9429 solib-svr4.o.
9430 * config/sparc/tm-sol2.h: Update copyright year. Include
9431 "solib.h".
9432
9433 * sparc-sol2-tdep.c: Update copyright year. Include
9434 "solib-svr4.h".
9435 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9436 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9437 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9438 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9439 dependencies.
9440
9441 2004-04-06 Andrew Cagney <cagney@redhat.com>
9442
9443 * infttrace.c: Include "infttrace.h".
9444 * infttrace.h: Include "target.h".
9445 * Makefile.in (infttrace_h): Update.
9446 (infttrace.o): Update.
9447
9448 2004-04-06 Andrew Cagney <cagney@redhat.com>
9449
9450 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9451 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9452 move extern declarations from here ...
9453 * infttrace.h: ... to here.
9454 * Makefile.in (hppah-nat.o): Update dependencies.
9455
9456 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9457 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9458 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9459 (hppa_breakpoint_from_pc): Delete.
9460
9461 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9462
9463 2004-04-05 Andrew Cagney <cagney@redhat.com>
9464
9465 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9466 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9467 <sys/file.h>.
9468
9469 2004-04-06 Randolph Chung <tausq@debian.org>
9470
9471 Committed by Andrew Cagney (mechanical change).
9472 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9473 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9474 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9475 child_enable_exception_callback, current_ex_event,
9476 null_symtab_and_line, child_get_current_exception_event,
9477 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9478 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9479 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9480 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9481 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9482 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9483 Move hpux-specific definitions ...
9484 * hppa-hpux-tdep.c: ... to here.
9485
9486 2004-04-05 Andrew Cagney <cagney@redhat.com>
9487
9488 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9489 skip_prologue_using_sal.
9490
9491 2004-04-05 Andrew Cagney <cagney@redhat.com>
9492
9493 * config/i386/tm-i386.h: Delete file.
9494 * config/i386/tm-vxworks.h: Update copyright, do not include
9495 "tm-i386.h".
9496 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9497 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9498 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9499 * config/i386/ncr3000.mt (TM_FILE): Delete.
9500 * config/i386/interix.mt (TM_FILE): Delete.
9501 * config/i386/i386v.mt (TM_FILE): Delete.
9502 * config/i386/i386nw.mt (TM_FILE): Delete.
9503 * config/i386/i386gnu.mt (TM_FILE): Delete.
9504 * config/i386/i386aout.mt (TM_FILE): Delete.
9505 * config/i386/embed.mt (TM_FILE): Delete.
9506
9507 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9508
9509 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9510 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9511 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9512 (accg7_regnum): New constants.
9513 (last_spr_regnum, last_pseudo_regnum): Update.
9514 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9515 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9516 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9517 for accg registers.
9518 (frv_register_sim_regno): Update spr_map[].
9519
9520 2004-04-04 Andrew Cagney <cagney@redhat.com>
9521
9522 * config/mips/xm-riscos.h: Delete.
9523 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9524 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9525 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9526 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9527 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9528 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9529 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9530 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9531 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9532 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9533 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9534 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9535 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9536 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9537 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9538 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9539 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9540 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9541 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9542 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9543 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9544 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9545 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9546 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9547 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9548 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9549
9550 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9551 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9552 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9553 * configure.host: Remove m680[01]0-sun-sunos3*,
9554 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9555 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9556 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9557 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9558 mips-*-riscos*.
9559 * NEWS: Mention removed systems.
9560
9561 2004-04-04 Andrew Cagney <cagney@redhat.com>
9562
9563 GDB 6.1 release created from 6.1 branch.
9564
9565 2004-04-04 Andrew Cagney <cagney@redhat.com>
9566
9567 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9568 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9569 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9570
9571 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9572 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9573 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9574
9575 2004-04-03 Jim Blandy <jimb@redhat.com>
9576
9577 * MAINTAINERS: Chris Faylor has changed employers; add him to
9578 "paper trail" section, and update his E-mail address.
9579
9580 2004-04-03 Andrew Cagney <cagney@redhat.com>
9581
9582 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9583 generic dummy frames.
9584 * dummy-frame.c: Update copyright.
9585 (dummy_frame_sniffer): Delete check for generic dummy frames.
9586
9587 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9588 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9589 (REG_PARM_STACK_SPACE): Delete.
9590 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9591 Inline reference to REG_PARM_STACK_SPACE.
9592
9593 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9594 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9595 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9596 (FRAME_BASE_BEFORE_SIGTRAMP)
9597 (hppa32_hpux_frame_base_before_sigtramp)
9598 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9599 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9600 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9601 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9602 (FRAME_BASE_BEFORE_SIGTRAMP)
9603 (hppa64_hpux_frame_base_before_sigtramp)
9604 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9605
9606 2004-04-03 Andrew Cagney <cagney@redhat.com>
9607
9608 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9609
9610 2004-04-02 Andrew Cagney <cagney@redhat.com>
9611
9612 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9613 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9614 * dummy-frame.h: Delete out-of-date comments.
9615 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9616 * gdbarch.h, gdbarch.c: Re-generate.
9617
9618 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9619
9620 Committed by Andrew Cagney <cagney@redhat.com>.
9621 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9622 into account an instruction saving a register if we have already
9623 seen an earlier instruction saving that same register.
9624
9625 2004-04-02 Andrew Cagney <cagney@redhat.com>
9626
9627 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9628 * gdbarch.h, gdbarch.c: Re-generate.
9629 * frame.c (legacy_get_prev_frame): Delete references to
9630 DEPRECATED_INIT_FRAME_PC_FIRST.
9631
9632 * infrun.c (pc_in_sigtramp): Delete function.
9633 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9634 get_frame_type.
9635
9636 2004-04-02 Andrew Cagney <cagney@redhat.com>
9637
9638 * infrun.c (handle_step_into_function): Delete code conditional on
9639 legacy_frame_p.
9640 (handle_inferior_event, step_over_function): Ditto.
9641
9642 2004-04-02 Andrew Cagney <cagney@redhat.com>
9643
9644 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9645 "previous frame inner to this frame" test.
9646
9647 2004-04-02 Andrew Cagney <cagney@redhat.com>
9648
9649 * frame.c (safe_frame_unwind_memory): New function.
9650 * frame.h (safe_frame_unwind_memory): Declare. Update description
9651 of /safe_/ methods.
9652 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9653 "next_frame". Use safe_frame_unwind_memory.
9654 (tramp_frame_sniffer): Update call to tramp_frame_start.
9655
9656 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9657
9658 * dwarf2read.c (dwarf2_objfile_data_key): New.
9659 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9660 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9661 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9662 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9663 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9664 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9665 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9666 Remove variables.
9667 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
9668 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9669 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9670 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9671 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9672 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9673 Remove macros.
9674 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
9675 data.
9676 (dwarf2_locate_sections, dwarf2_build_psymtabs)
9677 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9678 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9679 (read_partial_die, read_full_die, read_indirect_string)
9680 (dwarf_decode_line_header, dwarf_decode_macros)
9681 (dwarf2_symbol_mark_computed): Remove use of removed macros.
9682 Update uses of removed variables.
9683 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
9684 of removed macros.
9685 (_initialize_dwarf2_read): New function.
9686 * symfile.h (dwarf2_has_info): Update prototype.
9687 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9688 * elfread.c (elf_symfile_read): Likewise.
9689
9690 2004-04-01 Jim Blandy <jimb@redhat.com>
9691
9692 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9693 function for register numbers on all the rs6000-derived targets.
9694 (rs6000_gdbarch_init): Don't register a separate
9695 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
9696 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9697 variants.
9698
9699 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9700 numbering.
9701
9702 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
9703
9704 * valarith.c: Update copyright notice.
9705 (value_add): Handle range types.
9706 (value_sub): Ditto.
9707 (value_equal): Ditto.
9708 (value_less): Ditto.
9709 (value_neg): Ditto.
9710 (value_complement): Ditto.
9711 (value_binop): Simplify slightly by using is_integral_type and
9712 eliminiating unnecessary COERCE_ENUMs.
9713
9714 2004-03-31 Andrew Cagney <cagney@redhat.com>
9715
9716 * frame.h (frame_unwind_id): Declare.
9717 * frame.c (frame_unwind_id): New function.
9718 (get_prev_frame_1): New function.
9719 (frame_debug_got_null_frame): New function.
9720 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
9721 code proper to prev_frame, update description.
9722 * infrun.c (step_over_function): Use frame_unwind_id.
9723
9724 2004-04-31 J. Brobecker <brobecker@gnat.com>
9725
9726 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9727 (hppa64_push_dummy_call): Likewise.
9728
9729 2004-03-30 Jim Blandy <jimb@redhat.com>
9730
9731 From Ulrich Weigand:
9732 * utils.c (query): Do not use a va_list variable multiple times.
9733
9734 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9735
9736 * Makefile.in (linux_nat_h): Update dependencies.
9737 * configure.in: Check for <gnu/libc-version.h>.
9738 * configure: Regenerate.
9739 * config.in: Regenerate.
9740 * linux-nat.h: Include "target.h". Add waitstatus field to
9741 struct lwp_info.
9742 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9743 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9744 to.
9745 (lin_lwp_handle_extended): New function. Handle clone events.
9746 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
9747 thread exit events.
9748 (child_wait): Handle clone events.
9749 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9750 * linux-nat.c (linux_enable_event_reporting): Turn on
9751 PTRACE_O_TRACECLONE.
9752 (linux_handle_extended_wait): Handle clone events.
9753 * thread-db.c: Include <gnu/libc-version.h>.
9754 (struct private_thread_info): Add dying flag.
9755 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9756 higher.
9757 (attach_thread): Update comments. Handle dying threads.
9758 (detach_thread): Set the dying flag.
9759 (check_event): Always call attach_thread.
9760
9761 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
9762
9763 * mips-tdep.c (mips_pdr_data): New.
9764 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9765 (_initialize_mips_tdep): Initialize mips_pdr_data.
9766
9767 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
9768
9769 * minsyms.c (install_minimal_symbols): Move dropping leading
9770 char from linkage name from here...
9771 (prim_record_minimal_symbol_and_info): ...to here. Simplify
9772 test for "__gnu_compiled*" symbols.
9773
9774 2004-03-28 Jim Blandy <jimb@redhat.com>
9775
9776 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9777 registers to temp register r0 and byte stores as prologue
9778 instructions.
9779
9780 2004-03-28 Andrew Cagney <cagney@redhat.com>
9781
9782 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
9783 arm*-*-*.
9784
9785 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
9786
9787 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9788 and switch the layout to force a display of register window.
9789
9790 2004-02-26 J. Brobecker <brobecker@gnat.com>
9791
9792 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
9793 of the INTEGER class.
9794
9795 2004-03-26 Jim Blandy <jimb@redhat.com>
9796
9797 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
9798 bytes long on PPC GNU/Linux.
9799
9800 2004-03-26 David Carlton <carlton@kealia.com>
9801
9802 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
9803
9804 2004-03-25 Andrew Cagney <cagney@redhat.com>
9805
9806 * PROBLEMS: Add general section titles, remove references to
9807 specific releases.
9808
9809 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
9810
9811 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
9812 INT_REGISTER_SIZE.
9813 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
9814 FP_REGISTER_VIRTUAL_SIZE.
9815 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
9816 of DEPRECATED_REGISTER_RAW_SIZE.
9817 (arm_register_type): Add gdbarch argument.
9818 (arm_register_raw_size, arm_register_virtual_size): Delete.
9819 (arm_register_byte, arm_extract_return_value)
9820 (arm_store_return_value, arm_get_longjmp_target): Update references
9821 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
9822 (arm_gdbarch_init): Likewise. Don't set
9823 deprecated_register_raw_size, deprecated_register_virtual_size,
9824 deprecated_max_register_raw_size,
9825 deprecated_max_register_virtual_size, or
9826 deprecated_max_register_virtual_type. Do set register_type.
9827 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
9828 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
9829 (FP_REGISTER_VIRTUAL_SIZE): Delete.
9830 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
9831 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
9832 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
9833 INT_REGISTER_SIZE.
9834 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
9835 (remote_rdp_store_register): Likewise.
9836
9837 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
9838
9839 * Makefile.in (mips-linux-tdep.o): Update dependencies.
9840 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
9841 to after osabi initialization.
9842 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
9843 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
9844 functions.
9845 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
9846 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
9847 variables.
9848 (mips_linux_init_abi): Append signal trampoline unwinders.
9849
9850 2004-03-24 Andrew Cagney <cagney@redhat.com>
9851
9852 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
9853 * tramp-frame.c: Include "gdb_assert.h".
9854 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
9855 correct sizeof.
9856 (tramp_frame_append): Validate the tramp frame's instructions.
9857 * Makefile.in (tramp-frame.o): Update dependencies.
9858
9859 2004-03-23 Andrew Cagney <cagney@redhat.com>
9860
9861 * trad-frame.h (trad_frame_set_reg_addr): Declare.
9862
9863 2004-03-23 Andrew Cagney <cagney@redhat.com>
9864
9865 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
9866 Nasser as past testsuite/lib/ (and other) maintainers.
9867
9868 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9869
9870 * infcmd.c (attach_command): Reread symbols if we already have
9871 an exec file.
9872
9873 2004-03-23 Andrew Cagney <cagney@redhat.com>
9874
9875 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
9876
9877 2004-03-23 Andrew Cagney <cagney@redhat.com>
9878
9879 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
9880 * gdbarch.h, gdbarch.c: Re-generate.
9881 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9882 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9883 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9884 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
9885 (DEPRECATED_SIGTRAMP_START): Update.
9886 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
9887 (DEPRECATED_SIGTRAMP_START): Update.
9888 * blockframe.c (find_pc_sect_partial_function): Update.
9889 * arch-utils.c (legacy_pc_in_sigtramp): Update.
9890
9891 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
9892
9893 * remote.c (remote_open_1): Reopen the exec file and reread symbols
9894 if necessary.
9895
9896 2004-03-23 Andrew Cagney <cagney@redhat.com>
9897
9898 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
9899 predicate, deprecate.
9900 * gdbarch.h, gdbarch.c: Re-generate.
9901 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
9902 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
9903 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
9904 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
9905 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
9906 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
9907 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
9908 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
9909 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
9910 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
9911 * blockframe.c (find_pc_partial_function): Update.
9912 * breakpoint.c (bpstat_what): Update.
9913 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
9914 * frv-linux-tdep.c (frv_linux_init_abi): Update.
9915 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
9916 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
9917 * i386-interix-tdep.c (i386_interix_init_abi): Update.
9918 * i386-linux-tdep.c (i386_linux_init_abi): Update.
9919 * i386-nto-tdep.c (i386nto_init_abi): Update.
9920 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
9921 * i386-tdep.c (i386_sigtramp_frame_sniffer)
9922 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
9923 * i386bsd-tdep.c (i386bsd_init_abi): Update.
9924 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
9925 * i386obsd-tdep.c (i386obsd_init_abi): Update.
9926 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
9927 * infrun.c (pc_in_sigtramp): Update.
9928 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
9929 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9930 * mips-tdep.c (mips_gdbarch_init): Update.
9931 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
9932 * ppc-linux-tdep.c: Update comment.
9933 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
9934 * shnbsd-tdep.c (shnbsd_init_abi): Update.
9935 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
9936 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
9937 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
9938 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
9939 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
9940 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
9941 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
9942 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
9943
9944 2004-03-23 Andrew Cagney <cagney@redhat.com>
9945
9946 * tramp-frame.h, tramp-frame.h: New files.
9947 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
9948 Update rules to include "tramp-frame.h" and "tramp-frame.c".
9949
9950 * Makefile.in: Update all dependencies.
9951
9952 2004-03-23 Andrew Cagney <cagney@redhat.com>
9953
9954 * Makefile.in (trad_frame_h): Add $(frame_h).
9955 * trad-frame.h: Update copyright. Include "frame.h".
9956 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
9957 (trad_frame_set_id, trad_frame_get_id): Declare.
9958 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
9959 * trad-frame.c: Update copyright.
9960 (struct trad_frame_cache): Define.
9961 (trad_frame_cache_zalloc): New function.
9962 (trad_frame_set_id, trad_frame_get_id): New functions.
9963 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
9964
9965 2004-03-22 Andrew Cagney <cagney@redhat.com>
9966
9967 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
9968 s390_pltstub_unwind_cache.
9969 (s390_stub_frame_unwind_cache): Rename
9970 s390_pltstub_frame_unwind_cache.
9971 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
9972 (s390_stub_frame_prev_register): Rename
9973 s390_pltstub_frame_prev_register.
9974 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
9975 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
9976
9977 From Ulrich Weigand:
9978 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
9979 pointer calls like PLT calls.
9980
9981 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9982
9983 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
9984 PC rather than the partial function start address. Use the start
9985 address to sanity check the found PDR.
9986
9987 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
9988
9989 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
9990 linux_handle_extended_wait.
9991
9992 2004-03-22 Andrew Cagney <cagney@redhat.com>
9993
9994 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9995 function.
9996
9997 * frame.h (generic_pop_current_frame): Delete declaration.
9998 (deprecate_pop_dummy_frame): Deprecate
9999 generic_pop_dummy_frame.
10000 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10001 (generic_pop_current_frame): Delete function.
10002 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10003 generic_pop_current_frame.
10004 * v850-tdep.c (v850_pop_frame): Update.
10005 * mcore-tdep.c (mcore_pop_frame): Update.
10006 * sh64-tdep.c (sh64_pop_frame): Update.
10007 * h8300-tdep.c (h8300_pop_frame): Update.
10008
10009 2004-03-22 Andrew Cagney <cagney@redhat.com>
10010
10011 * frame.h (deprecated_pc_in_call_dummy): Rename
10012 generic_pc_in_call_dummy.
10013 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10014 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10015 generic_pc_in_call_dummy.
10016 (pc_in_dummy_frame): Make static.
10017 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10018 * gdbarch.h, gdbarch.c: Re-generate.
10019 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10020 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10021 (legacy_get_prev_frame): Ditto.
10022 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10023 comment.
10024
10025 2004-03-21 Andrew Cagney <cagney@redhat.com>
10026
10027 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10028 declaration and out-of-date comment.
10029 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10030 Delete function.
10031 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10032 deprecated_pc_in_call_dummy.
10033
10034 * infrun.c (handle_inferior_event): For non legacy frames, use the
10035 frame ID and frame type to identify a signal trampoline. Update
10036 comments.
10037
10038 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10039
10040 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10041 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10042
10043 2004-03-21 Andrew Cagney <cagney@redhat.com>
10044
10045 * frame-unwind.h: Update copyright.
10046 (struct frame_data): Add opaque declaration.
10047 (frame_sniffer_ftype): Declare.
10048 (struct frame_unwind): Add "unwind_data" and "sniffer".
10049 (frame_unwind_register_unwinder): Declare.
10050 (frame_unwind_find_by_frame): Add parameter "this_cache".
10051 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10052 (legacy_get_prev_frame, legacy_get_prev_frame)
10053 (get_frame_type): Pass the prologue_cache to
10054 frame_unwind_find_by_frame.
10055 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10056 "unwinder".
10057 (frame_unwind_register_unwinder): New function.
10058 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10059
10060 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10061
10062 * bcache.c (print_percentage): Use floating point to avoid
10063 incorrect results when portion*100 overflows.
10064
10065 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10066
10067 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10068 (ppc_linux_init_extra_frame_info)
10069 (ppc_linux_frameless_function_invocation)
10070 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10071 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10072 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10073 (rs6000_frame_chain): Delete declarations.
10074 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10075 (ppc_linux_init_extra_frame_info)
10076 (ppc_linux_frameless_function_invocation)
10077 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10078 (ppc_linux_init_abi): Remove registration of above deleted functions.
10079 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10080 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10081 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10082 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10083 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10084 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10085 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10086 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10087 frame management for all OSABIs.
10088
10089 2004-03-19 Andrew Cagney <cagney@redhat.com>
10090
10091 Committed by Kevin Buettner <kevinb@redhat.com>.
10092
10093 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10094 Update copyright.
10095 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10096 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10097 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10098 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10099 unwinders. #ifdef legacy frame code.
10100 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10101 "frame-base.h".
10102 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10103 (struct rs6000_frame_cache, rs6000_frame_cache)
10104 (rs6000_frame_this_id, rs6000_frame_prev_register)
10105 (rs6000_frame_sniffer, rs6000_frame_unwind)
10106 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10107 (rs6000_frame_base): Implement a traditional frame unwinder.
10108 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10109 frame unwinder.
10110
10111 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10112
10113 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10114 breakpoint address for watchpoints or the catch eventpoints.
10115 Add new paramter ``bptype''. Adjust all callers.
10116
10117 2004-03-19 Andrew Cagney <cagney@redhat.com>
10118
10119 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10120
10121 * PROBLEMS: Delete note that ARM does not use frame code, problem
10122 fixed.
10123
10124 2004-03-18 Andrew Cagney <cagney@redhat.com>
10125
10126 * stack.c (return_command): Delete code wrapped in #ifdef
10127 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10128
10129 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10130
10131 2004-03-18 Andrew Cagney <cagney@redhat.com>
10132
10133 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10134 DEPRECATED_IN_SIGTRAMP.
10135 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10136 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10137 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10138 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10139 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10140 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10141 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10142 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10143 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10144 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10145
10146 2004-03-18 Andrew Cagney <cagney@redhat.com>
10147
10148 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10149 (struct frame_base_table_entry): Define.
10150 (struct frame_base_table): Re-implement as a linked list.
10151 (frame_base_init): Re-implement.
10152 (frame_base_table): Delete function.
10153 (append_predicate): Delete function.
10154 (frame_base_append_sniffer): Update.
10155 (frame_base_set_default): Update.
10156 (frame_base_find_by_frame): Update.
10157 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10158 * Makefile.in (frame-base.o): Update dependencies.
10159
10160 2004-03-17 Andrew Cagney <cagney@redhat.com>
10161
10162 * frame.c (legacy_get_prev_frame): Pass correct frame to
10163 frame_unwind_find_by_frame.
10164
10165 2004-03-17 David Carlton <carlton@kealia.com>
10166
10167 * NEWS: Mention C++ nested types and namespaces
10168
10169 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10170
10171 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10172 and "Regressions since gdb 5.3.". Add known regressions since
10173 gdb 6.0.
10174
10175 2004-03-16 David Carlton <carlton@kealia.com>
10176
10177 * dwarf2read.c (process_structure_scope): Process children even
10178 when we're a declaration.
10179
10180 2004-03-16 Andrew Cagney <cagney@redhat.com>
10181
10182 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10183 * blockframe.c (find_pc_partial_function)
10184 (find_pc_sect_partial_function): Merge into a single
10185 find_pc_partial_function.
10186
10187 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10188
10189 * i386bsd-nat.c: s/regno/regnum/g.
10190 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10191 FP0_REGNUM.
10192 (store_inferior_registers): Likewise.
10193
10194 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10195
10196 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10197 of i387_fill_fsave.
10198 (store_inferior_registers): Call i387_collect_fsave and
10199 i387_collect_fxsave instead of i387_fill_fsave and
10200 i387_fill_fxsave.
10201
10202 2004-03-15 Andrew Cagney <cagney@redhat.com>
10203
10204 * Makefile.in (frame-unwind.o): Update dependencies.
10205 * frame-unwind.c: Include "gdb_obstack.h".
10206 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10207 parameter.
10208 (append_predicate): Delete function.
10209 (struct frame_unwind_table_entry): New structure.
10210 (struct frame_unwind_table): Replace "sniffer" with "head" and
10211 "tail".
10212 (frame_unwind_append_sniffer): Update.
10213 (frame_unwind_find_by_frame): Update.
10214 (_initialize_frame_unwind): Registe frame_unwind_init using
10215 gdbarch_data_register_pre_init.
10216
10217 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10218
10219 * i386bsd-nat.c: Update copyright year.
10220 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10221 define unconditionally.
10222
10223 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10224
10225 * i387-tdep.h (i387_collect_fsave): New prototype.
10226 * i387-tdep.c (i387_collect_fsave): New function containing most
10227 of the code from i387_fill_fsave.
10228 (i387_fill_fsave): Call i387_collect_fsave.
10229
10230 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10231
10232 * i386-linux-tdep.c: Update copyright year.
10233 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10234 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10235 svr4_ilp32_link_map_offsets instead of
10236 i386_linux_svr4_fetch_link_map_offsets.
10237
10238 2004-03-15 David Carlton <carlton@kealia.com>
10239
10240 Fix for PR c++/1553:
10241 * dwarf2read.c (read_structure_type): Determine type name by
10242 calling determine_class_name.
10243 (determine_class_name): New.
10244 (determine_prefix): Look at TYPE_TAG_NAME and call
10245 determine_class_name when appropriate.
10246 (determine_prefix_aux, class_name): Delete.
10247 (read_namespace): Set die->type.
10248
10249 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10250
10251 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10252 unused macro definition. The definition in target.h (or perhaps
10253 elsewhere) takes precedence.
10254
10255 2004-03-15 Andrew Cagney <cagney@redhat.com>
10256
10257 * ppc-tdep.h: Update copyright.
10258 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10259 function signatures to match "regsets.h".
10260 * ppc-linux-tdep.c: Include "regset.h".
10261 (ELF_GREGSET_SIZE): Delete.
10262 (right_supply_register): New function.
10263 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10264 using right_supply_register.
10265 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10266 functions.
10267 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10268 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10269 (_initialize_ppc_linux_tdep): Do not register
10270 ppc_linux_regset_core_fns.
10271 (ppc_linux_regset_from_core_section): Replace
10272 fetch_core_registers.
10273 (ppc_linux_regset_core_fns): Delete.
10274 * ppc-linux-nat.c: (right_fill_reg): New function.
10275 (supply_gregset): Update call to ppc_linux_supply_gregset.
10276 (fill_gregset): Clear the register set, use right_fill_reg.
10277 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10278 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10279
10280 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10281 unsigned.
10282
10283 2004-03-15 Andrew Cagney <cagney@redhat.com>
10284
10285 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10286 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10287 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10288 and register_gdbarch_data.
10289 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10290 (struct gdbarch_data): Replace "init" by "pre_init" and
10291 "post_init".
10292 * gdbarch.h, gdbarch.c: Re-generate.
10293 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10294 with"obstack", use OBSTACK_ZALLOC.
10295 (dwarf2_frame_ops): Delete.
10296 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10297 (dwarf2_frame_init_reg): Use gdbarch_data.
10298 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10299 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10300 (_initialize_svr4_solib): Update.
10301 * user-regs.c (_initialize_user_regs): Update.
10302 * reggroups.c (_initialize_reggroup): Update.
10303 * regcache.c (_initialize_regcache): Update.
10304 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10305 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10306 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10307 * frame-unwind.c (_initialize_frame_unwind): Update.
10308 * frame-base.c (_initialize_frame_base): Update.
10309 * user-regs.c (user_reg_add): Update.
10310 * reggroups.c (reggroup_add): Update.
10311 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10312 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10313 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10314 * frame-base.c (frame_base_table): Update.
10315 * remote.c (_initialize_remote): Update.
10316 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10317
10318 2004-03-15 Andrew Cagney <cagney@redhat.com>
10319
10320 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10321
10322 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10323
10324 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10325 * frv-linux-tdep.c: New file.
10326 * frv-tdep.c (struct gdbarch_tdep): Add new field
10327 ``sigcontext_reg_addr''.
10328 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10329 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10330 (frv_sigramp_frame_sniffer): New functions.
10331 (frv_sigtramp_frame_unwind): New static global.
10332 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10333 sniffers.
10334 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10335 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10336
10337 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10338
10339 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10340 but not via a call to error(), when unable to read memory.
10341
10342 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10343
10344 * frv-tdep.c (frv_call_dummy_words): Delete.
10345 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10346
10347 2004-03-15 Andrew Cagney <cagney@redhat.com>
10348
10349 * infrun.c (handle_step_into_function, step_over_function): Only
10350 update and use STEP_FRAME_ID when the system is using legacy
10351 frames. Update comments.
10352
10353 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10354
10355 * amd64-linux-tdep.h: Remove file.
10356 * amd64-linux-tdep.c: Don't include "inferior.h" and
10357 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10358 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10359 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10360 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10361 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10362 macros.
10363 (user_to_gdb_regmap): Remove variable.
10364 (amd64_linux_gregset_reg_offset): New variable.
10365 (amd64_core_fns): Remove variable.
10366 (fetch_core_registers): Remove function.
10367 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10368 functions.
10369 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10370 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10371 * Makefile.in (amd64_linux_tdep_h): Remove.
10372 (amd64-linux-nat.o): Update dependencies.
10373 (amd64-linux-tdep.o): Update dependencies.
10374
10375 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10376 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10377 functions.
10378 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10379
10380 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10381 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10382
10383 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10384
10385 * dwarf2read.c (read_structure_type): Rename from
10386 read_structure_scope. Don't create a symbol or call process_die.
10387 Return immediately if die->type is set. Call read_type_die before
10388 dwarf2_add_member_fn.
10389 (process_structure_scope): New function.
10390 (read_enumeration_type, process_enumeration_scope): New functions,
10391 broken out from read_enumeration. Don't create the enumeration
10392 type if it has already been created.
10393 (read_enumeration): Removed.
10394 (process_die): Call read_structure_type, process_structure_scope,
10395 read_enumeration_type, and process_enumeration_scope. Just call
10396 new_symbol for base and subrange types. Add a comment about other
10397 type dies.
10398 (read_type_die): Call read_enumeration_type.
10399 (add_partial_structure, new_symbol): Update comments.
10400
10401 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10402
10403 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10404
10405 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10406
10407 * tui/tui-win.h (tui_get_cmd_list): Declare.
10408 * tui/tui-win.c (tui_command): New function.
10409 (tui_get_cmd_list): New function.
10410 (_initialize_tui_win): Moved initialization of tui command in
10411 tui_get_cmd_list.
10412
10413 * tui/tui-data.c (init_content_element): Setup new data members.
10414 (init_win_info): Likewise.
10415 (free_content_elements): Free it.
10416 * tui/tui-data.h (struct tui_data_element): Store the register
10417 content to print.
10418 (struct tui_data_info): Keep the current register group.
10419
10420 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10421
10422 * tui/tui-regs.h (tui_show_registers): Update prototype.
10423 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10424 (tui_resize_all): No need to calculate anything for register window.
10425 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10426 (tui_set_register_element, tui_set_general_regs_content): Remove.
10427 (tui_set_special_regs_content): Remove.
10428 (tui_set_general_and_special_regs_content): Remove.
10429 (tui_set_float_regs_content): Remove.
10430 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10431 (tui_set_regs_content): Remove.
10432 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10433 (tui_v_show_registers_command_support): Remove.
10434 (tui_show_registers): Use a reggroup to specify the registers to show.
10435 (tui_show_register_group): New function.
10436 (tui_display_registers_from): Compute the layout of register window
10437 and refresh with new API; be sure to delete old register windows.
10438 (tui_check_register_values): Update to use tui_get_register and
10439 tui_display_data.
10440 (tui_display_register): Just refresh the register window part.
10441 (tui_register_format): Format registers and save in tui_data_element.
10442 (tui_get_register): New to combine tui_reg_value_has_changed and
10443 tui_get_register_raw_value; fix to use the new gdb API.
10444 (tui_show_float_command): Renamed tui_reg_float_command.
10445 (tui_show_general_command): Renamed tui_reg_general_command.
10446 (tui_show_special_command): Renamed tui_reg_system_command.
10447 (_initialize_tui_regs): Remove unused commands.
10448
10449 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10450
10451 * NEWS (New native configurations): Mention OpenBSD/amd64.
10452
10453 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10454 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10455 Remove defines.
10456 * config/i386/nm-fbsd64.h: Likewise.
10457 * config/i386/nm-obsd.h: Likewise.
10458 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10459 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10460
10461 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10462
10463 * frv-tdep.c (set_variant_scratch_registers): New function.
10464 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10465 New constants.
10466
10467 From Richard Sandiford <rsandifo@redhat.com>:
10468 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10469
10470 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10471
10472 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10473 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10474 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10475 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10476 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10477 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10478 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10479 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10480 definitions from frv-tdep.c to frv-tdep.h.
10481
10482 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10483
10484 Add shared library support for FR-V FDPIC ABI:
10485 * Makefile.in (solib-frv.o): Add dependencies.
10486 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10487 New functions.
10488 (frv_push_dummy_call): Add support for FDPIC ABI.
10489 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10490 for FDPIC ABI.
10491 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10492 (frv_fdpic_find_canonical_descriptor): Declare.
10493 * solib-frv.c: New file.
10494 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10495 * config/frv/tm-frv.h (solib.h): Include.
10496
10497 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10498
10499 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10500 (frv-tdep.o): Update dependencies.
10501 * frv-tdep.h: New file.
10502 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10503 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10504 constants.
10505 (struct gdbarch_tdep): Add new member ``frv_abi''.
10506 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10507 functions.
10508 (new_variant): Set ``frv_abi'' field.
10509 (gdb_arch_init): Detect FDPIC executables.
10510
10511 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10512
10513 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10514 wrapper.
10515
10516 2004-03-11 Andrew Cagney <cagney@redhat.com>
10517
10518 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10519
10520 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10521
10522 * solist.h (master_so_list): New function.
10523 * solib.c (master_so_list): Likewise.
10524 * solib-svr4.c (enable_break): Iterate over so_list entries
10525 obtained from master list instead of entries obtained directly
10526 via svr4_current_sos().
10527
10528 2004-03-10 Ben Elliston <bje@gnu.org>
10529
10530 * MAINTAINERS: Update my mail address.
10531
10532 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10533
10534 * remote-m32r-sdi.c: Support hardware watchpoint.
10535
10536 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10537
10538 * user-regs.c: Update copyright years.
10539 (struct user_regs): Rename to gdb_user_regs.
10540 (append_user_reg, builtin_user_regs, user_regs_init)
10541 (user_reg_add, user_reg_map_name_to_regnum)
10542 (usernum_to_user_reg): Update.
10543
10544 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10545
10546 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10547 (skip_children): New functions.
10548 (locate_pdi_sibling): Call skip_children.
10549
10550 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10551
10552 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10553 * gdbtypes.c (check_typedef): Update comments.
10554
10555 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10556
10557 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10558 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10559 pointer. Update comment about comp_unit_head.
10560 (struct abbrev_info): Shorten two int flags.
10561 (dwarf_alloc_abbrev): Take a CU argument.
10562 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10563 each time through the loop. Update cleanup argument.
10564 (psymtab_to_symtab_1): Update cleanup call.
10565 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10566 abbrev_obstack.
10567 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10568 Just call obstack_free and clear the pointer.
10569
10570 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10571
10572 * infrun.c (handle_inferior_event): Remove short-circuit code for
10573 events in a different thread.
10574
10575 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10576
10577 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10578 print the whole transfer.
10579 (initialize_targets): Update description of "set debug target".
10580
10581 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10582
10583 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10584
10585 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10586
10587 * MAINTAINERS (write after approval): Add myself.
10588
10589 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10590
10591 * sh-tdep.c (sh_print_registers_info): Use for loop.
10592 Don't skip multiple registers when a float register is encountered.
10593
10594 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10595
10596 Fix PR tdep/1291.
10597 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10598 to official SH documentation.
10599
10600 2004-03-07 Andrew Cagney <cagney@redhat.com>
10601
10602 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10603 unused function.
10604
10605 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10606
10607 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10608 (arm_get_next_pc): Handle BX and BLX.
10609
10610 2004-03-07 Andrew Cagney <cagney@redhat.com>
10611
10612 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10613 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10614 HPPA_SP_REGNUM.
10615 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10616 (hppa_target_read_fp): Delete.
10617 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10618 register_virtual_size, max_register_raw_size,
10619 max_register_virtual_size, register_byte, register_size,
10620 target_read_fp, fp_regnum, and register_bytes. Set register_type
10621 instead of register_virtual_type.
10622 (hppa32_register_type, hppa64_register_type): Replace
10623 hppa32_register_virtual_type and hppa64_register_virtual_type.
10624 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10625 (HPPA_FP_REGNUM): Define.
10626
10627 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10628
10629 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10630 (pa_do_registers_info): Delete.
10631 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10632 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10633 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10634
10635 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10636 GDB_TARGET_IS_HPPA code.
10637 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10638 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10639 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10640 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10641 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10642 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10643 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10644 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10645 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10646 (hppa_frameless_function_invocation, hppa64_store_return_value)
10647 (hppa_store_struct_return, hppa64_extract_return_value)
10648 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10649 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10650 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10651 (find_proc_framesize, deposit_21, restore_pc_queue)
10652 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10653 (rp_saved, pc_in_linker_stub): Delete.
10654
10655 Unconditionally enable 64-bit frame and ABI code.
10656 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10657 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10658 push_dummy_frame, fix_call_dummy, push_arguments,
10659 call_dummy_location, extract_return_value, use_struct_convention,
10660 store_return_value, store_struct_return, saved_pc_after_call,
10661 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10662 frame_chain, frame_chain_valid, frameless_function_invocation,
10663 frame_saved_pc, and pop_frame.
10664
10665 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10666 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10667 (hppa_gdbarch_init): Do not set PC_REGNUM.
10668
10669 2004-03-06 Mark Kettenis <kettenis@gnu.org>
10670
10671 * config/alpha/tm-fbsd.h: Remove file.
10672 * config/alpha/fbsd.mt: Tweak comment.
10673 (TM_FILE): Set to tm-alpha.h.
10674
10675 2004-03-05 Andrew Cagney <cagney@redhat.com>
10676
10677 * infrun.c (step_over_function): When non-legacy code, and no
10678 step_frame_id, use the unwinder to get the caller's frame ID.
10679
10680 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10681
10682 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10683 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10684 bfd_arch_unknown. Adjust comment.
10685
10686 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
10687 * i386obsd-tdep.c: Correct spelling in comment.
10688 * i386nbsd-tdep.c: Correct spelling in comment.
10689 * sparc-tdep.c: Correct spelling in comments.
10690
10691 2004-03-05 David Carlton <carlton@kealia.com>
10692
10693 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10694 bug.
10695
10696 2004-03-05 Mark Kettenis <kettenis@gnu.org>
10697
10698 * sparc-tdep.c: Fix typo in comment.
10699
10700 2004-03-04 J. Brobecker <brobecker@gnat.com>
10701
10702 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10703
10704 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
10705
10706 * dwarf2read.c: Add comment describing memory lifetimes.
10707 (struct dwarf2_pinfo): Update comment.
10708 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10709 (read_enumeration, new_symbol): Don't use obsavestring.
10710
10711 2004-03-04 Mark Kettenis <kettenis@gnu.org>
10712
10713 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10714 instead of amd64_fill_fxsave.
10715 * amd64bsd-nat.c (store_inferior_registers): Likewise.
10716 * amd64fbsd-nat.c (fill_fpregset): Likewise.
10717
10718 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10719 Reorganize code a bit.
10720
10721 2004-03-04 Orjan Friberg <orjanf@axis.com>
10722
10723 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10724 when the frame pointer is pushed. Don't set the frame pointer's
10725 address on the stack unless it's actually located there.
10726 Set the SRP's address on the stack correctly when the PC is still in
10727 the prologue.
10728 (cris_return_value): New function.
10729 (cris_gdbarch_init): Clear deprecated store_return_value,
10730 extract_return_value.
10731
10732 2004-03-02 Jim Blandy <jimb@redhat.com>
10733
10734 * stabsread.c (reg_value_complaint): The maximum register number
10735 is one less than the number of registers.
10736
10737 2004-03-02 Andrew Cagney <cagney@redhat.com>
10738
10739 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10740 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
10741 trailing comma and redundant assignment of I386_ST0_REGNUM.
10742 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10743 32-bit segment registers.
10744
10745 2004-03-01 Andrew Cagney <cagney@redhat.com>
10746
10747 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10748 use frame_relative_level and get_next_frame.
10749
10750 2004-02-29 Andrew Cagney <cagney@redhat.com>
10751
10752 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10753 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10754 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10755 Delete macro.
10756
10757 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10758
10759 * inflow.c (terminal_inferior): Don't give up the terminal if we
10760 previously couldn't get the inferior's terminal state.
10761
10762 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
10763
10764 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10765 PC_REGNUM.
10766
10767 2004-02-28 Andrew Cagney <cagney@redhat.com>
10768
10769 * NEWS: Refer to GDB 6.1.
10770 * README: Refer to GDB 6.1.
10771 * PROBLEMS: Refer to GDB 6.1.
10772
10773 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
10774
10775 * thread-db.c (disable_thread_signals): Remove unused function.
10776
10777 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10778
10779 * amd64-nat.c: Include "gdb_string.h".
10780 (amd64_collect_native_gregset): Zero-extend the 32-bit
10781 general-purpose registers and %eip.
10782
10783 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10784 * amd64-tdep.c (amd64_collect_fxsave): New function.
10785 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10786
10787 * i387-tdep.h: Update copyright year.
10788 (i387_collect_fxsave): New prototype.
10789 * i387-tdep.c: Update copyright year.
10790 (i387_collect_fxsave): New function containing most of the code
10791 from i387_fill_fxsave.
10792 (i387_fill_fxsave): Call i387_collect_fxsave.
10793
10794 2004-02-28 Andrew Cagney <cagney@redhat.com>
10795
10796 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
10797 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
10798
10799 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10800
10801 * amd64-tdep.c (amd64_frame_cache): Fix comment.
10802
10803 2004-02-28 Andrew Cagney <cagney@redhat.com>
10804
10805 * utils.c: Use "", instead of <>, to include readline.
10806 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
10807 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
10808 * source.c, solib.c, exec.c, event-top.c: Ditto.
10809 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
10810 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
10811 * Makefile.in: Update all dependencies.
10812 (readline_tilde_h, readline_history_h): Define.
10813 (readline_headers): Delete.
10814
10815 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10816
10817 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
10818 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
10819 "config/i386/tm-lx64.h".
10820
10821 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
10822 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
10823 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
10824
10825 2004-02-28 Andrew Cagney <cagney@redhat.com>
10826
10827 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
10828
10829 * breakpoint.c (_initialize_breakpoint): Use
10830 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
10831 Add help to show command.
10832
10833 2004-02-28 Mark Kettenis <kettenis@gnu.org>
10834
10835 * i386-nat.c: Reformat to be closer to coding standards.
10836 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
10837 `retval'. Make variables `align' and `size' local to while-loop.
10838 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
10839 (_initialize_i386_nat): New prototype.
10840
10841 * tui/tui.c: Include <readline/readline.h> instead of
10842 "readline/readline.h". Include it after <term.h> and
10843 "gdb_curses.h".
10844
10845 2004-02-27 Andrew Cagney <cagney@redhat.com>
10846
10847 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
10848 the new frame unwind code.
10849 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
10850 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
10851 PCOQ_HEAD_REGNUM.
10852
10853 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
10854 "return_value" and "push_dummy_call".
10855 (hppa32_use_struct_convention): Delete unused function.
10856 (hppa32_store_return_value): Delete unused function.
10857 (hppa32_extract_return_value): Delete unused function.
10858 (hppa32_stack_align): Delete function.
10859
10860 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
10861
10862 * coffread.c (enter_linenos): Don't let rawptr reference memory
10863 outside linetab[]'s limits.
10864
10865 2004-02-27 Andrew Cagney <cagney@redhat.com>
10866
10867 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
10868 inferior stack space - the stack needs to grow upwards.
10869 (hppa32_frame_align): New function.
10870 (hppa64_frame_align): Replace hppa_frame_align.
10871 (hppa_gdbarch_init): Update.
10872
10873 2004-02-26 Orjan Friberg <orjanf@axis.com>
10874
10875 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
10876 (dwarf2-frame.h): Include.
10877 (enum cris_regnums): New enum CRIS_FP_REGNUM.
10878 Remove static variables related to ABI setting.
10879 (struct gdbarch_tdep): Remove cris_abi member.
10880 (struct frame_extra_info): Remove.
10881 (cris_unwind_cache, stack_item): New structs.
10882 (cris_frame_unwind, cris_frame_base): New variables.
10883 (push_stack_item, pop_stack_item)
10884 (cris_frame_unwind_cache, cris_frame_this_id)
10885 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
10886 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
10887 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
10888 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
10889 (cris_reg_struct_has_addr): New functions.
10890 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
10891 (cris_frame_saved_pc, cris_saved_pc_after_call,
10892 (cris_store_struct_return, cris_frameless_function_invocation)
10893 (cris_pop_frame, cris_skip_prologue_main)
10894 (cris_abi_original_store_return_value)
10895 (cris_abi_v2_store_return_value)
10896 (cris_abi_original_extract_return_value)
10897 (cris_abi_v2_extract_return_value)
10898 (cris_abi_original_reg_struct_has_addr)
10899 (cris_abi_v2_reg_struct_has_addr)
10900 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
10901 (cris_push_return_address, cris_abi_update): Remove.
10902 (_initialize_cris_tdep): Remove ABI command.
10903 (cris_dump_tdep): Ditto.
10904 (cris_gdbarch_init): Remove ABI command.
10905 Set store_return_value, extract_return_value, push_dummy_code,
10906 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
10907 frame_unwind_append_sniffer, frame_base_set_default.
10908 Clear deprecated init_frame_pc, push_arguments, store_return_value,
10909 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
10910 sizeof_call_dummy_words, get_saved_register, push_return_address,
10911 pop_frame, store_struct_return, frame_init_saved_regs,
10912 init_extra_frame_info, frameless_function_invocation, frame_chain,
10913 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
10914 dummy_write_sp.
10915
10916 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10917
10918 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
10919 * valprint.c (print_hex_chars): Change from static to external.
10920 (print_char_chars): New function.
10921 * printcmd.c (print_scalar_formatted): For integer and enum types
10922 that are longer than LONGEST, perform processing via appropriate
10923 print_*_chars routines.
10924
10925 2004-02-26 Andrew Cagney <cagney@redhat.com>
10926
10927 * Makefile.in: Update dependencies.
10928 Changes from Ulrich Weigand,
10929 * s390-tdep.c: Include "dwarf2-frame.h".
10930 (s390_dwarf2_frame_init_reg): New function.
10931 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
10932 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
10933
10934 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
10935
10936 * breakpoint.c (pending_break_support): New setting variable.
10937 (break_command_1): Account for pending_break_support setting
10938 when creating pending breakpoints.
10939 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
10940 (_initialize_breakpoint): Add "set breakpoint pending" and
10941 "show breakpoint pending" commands.
10942
10943 2004-02-26 Andrew Cagney <cagney@redhat.com>
10944
10945 Fix PR i18n/1570.
10946 * charset.c (backslashable, backslashed, represented): Remove 'e'
10947 from list of escaped characters, not part of ISO-C.
10948
10949 2004-02-25 J. Brobecker <brobecker@gnat.com>
10950
10951 From Peter Schauer <schauer@pdf.de>:
10952 * tui/tui.c: Move system header includes after local includes.
10953 Fixes a build failure on solaris systems.
10954
10955 2004-02-25 J. Brobecker <brobecker@gnat.com>
10956
10957 * configure.in: Refine the previous change.
10958 * configure: Regenerate.
10959
10960 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10961
10962 * amd64-tdep.h: Renamed from x86-64-tdep.h.
10963 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
10964 "amd64-tdep.h" instead of "x86-64-tdep.h".
10965 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10966 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
10967 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
10968 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10969 and "x86-64-tdep.c".
10970 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
10971 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
10972 and "x86-64-tdep.c".
10973 * amd64bsd-nat.c: Update copyright year.
10974 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
10975 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
10976 "x86-64-tdep.h".
10977 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
10978 "x86-64-tdep.h".
10979 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
10980 "x86-64-tdep.h".
10981 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
10982 "x86-64-tdep.h".
10983 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
10984 "x86-64-tdep.h".
10985 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
10986 "x86-64-tdep.h".
10987 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
10988 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
10989 * Makefile.in (amd64_linux_tdep_h): Renamed from
10990 x86_64_linux_tdep_h.
10991 (amd64_tdep_h): Renamed from x86_64_tdep_h.
10992 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
10993 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
10994 (amd64obsd-tdep.o): Update dependencies.
10995 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10996 dependencies.
10997 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10998 dependencies.
10999 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11000 amd64-linux-nat.c amd64-linux-tdep.c.
11001 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11002 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11003 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11004 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11005 amd64-tdep.o and amd64-linux-tdep.o.
11006 (TM_FILE): Set to tm-linux64.h.
11007 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11008 (NAT_FILE): Set to nm-linux64.h.
11009 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11010 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11011 amd64-tdep.o.
11012 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11013 amd64-tdep.o.
11014 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11015 amd64-tdep.o.
11016
11017 2004-02-25 Roland McGrath <roland@redhat.com>
11018
11019 * remote.c (remote_protocol_qPart_auxv): New variable.
11020 (init_all_packet_configs): Initialize it.
11021 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11022 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11023 (show_remote_cmd): Call it.
11024 (_initialize_remote): Initialize commands.
11025 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11026 service TARGET_OBJECT_AUXV requests.
11027
11028 2004-02-25 J. Brobecker <brobecker@gnat.com>
11029
11030 * configure.in: Make sure that the wborder function is available.
11031 Otherwise, search for it in the cur_colr library.
11032 * configure: Regenerate.
11033
11034 2004-02-25 Andrew Cagney <cagney@redhat.com>
11035
11036 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11037
11038 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11039
11040 * config/i386/tm-x86-64linux.h: Tweak comments.
11041
11042 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11043
11044 * MAINTAINERS: Add self to write-after-approval list.
11045
11046 2004-02-25 Andrew Cagney <cagney@redhat.com>
11047
11048 PR cli/1566. Problem found, and fix suggested by David Allan.
11049 * cli/cli-script.c (execute_control_command): Unconditionally
11050 install a cleanup. Default "ret" to "invalid_control". Use
11051 "break" instead of "return" to escape from the switch.
11052
11053 2004-02-24 J. Brobecker <brobecker@gnat.com>
11054
11055 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11056 with the lines macro defined in term.h on AiX.
11057 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11058 a collision with the label_width macro defined in term.h on AiX.
11059
11060 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11061
11062 Committed by Kevin Buettner <kevinb@redhat.com>.
11063
11064 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11065 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11066 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11067 instead of ia64_write_pc().
11068 * ia64-linux-tdep.c (regcache.h): Include.
11069 (ia64_linux_write_pc): New function.
11070
11071 2004-02-23 Roland McGrath <roland@redhat.com>
11072
11073 * auxv.c (info_auxv_command): Fix typos in error messages.
11074
11075 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11076
11077 * x86-64-tdep.h: Tweak comment.
11078 (enum amd64_regnum): New.
11079 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11080 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11081 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11082 (X86_64_XMM1_REGNUM): Removed.
11083 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11084 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11085 prototypes for renamed functions.
11086 * x86-64-tdep.c: Fix typo.
11087 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11088 register numbers.
11089 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11090 Use constants from `enum amd64_regnum' for register numbers.
11091 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11092 (amd64_analyze_prologue, amd64_frame_cache,
11093 amd64_sigtramp_frame_cache): Use constants from `enum
11094 amd64_regnum' for register numbers.
11095 (amd64_supply_fpregset): Adjust for renamed functions.
11096 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11097 `enum amd64_regnum' for register numbers.
11098 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11099 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11100 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11101 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11102 (amd64_linux_fill_gregset): Adjust for renamed macros.
11103 (fetch_core_registers): Adjust for renamed functions.
11104 (amd64_linux_init_abi): Adjust for renamed functions.
11105 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11106 renamed functions.
11107 * amd64-nat.c: Adjust for renamed macros.
11108 * amd64bsd-nat.c (fetch_inferior_registers)
11109 (store_inferior_registers): Use constants from `enum amd64_regnum'
11110 for register numbers. Adjust for renamed variables.
11111 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11112 renamed variables.
11113 (_initialize_amd64fbsd_nat): Use constants from `enum
11114 amd64_regnum' for register numbers.
11115 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11116 `enum amd64_regnum' for register numbers.
11117 (amd64fbsd_init_abi): Adjust for renamed functions.
11118 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11119 `enum amd64_regnum' for register numbers.
11120 (amd64nbsd_init_abi): Adjust for renamed functions.
11121 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11122 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11123 `enum amd64_regnum' for register numbers.
11124 (amd64obsd_init_abi): Adjust for renamed functions.
11125 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11126
11127 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11128
11129 * breakpoint.c (print_one_breakpoint): Do not output spaces
11130 after printing <PENDING> for a pending breakpoint.
11131
11132 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11133
11134 * printcmd.c (print_scalar_formatted): Initialize val_long
11135 to remove compiler warning message.
11136
11137 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11138
11139 * defs.h (nquery, yquery): New prototypes.
11140 * breakpoint.c (break_command_1): Use new nquery interface.
11141 * utils.c (defaulted_query, nquery, yquery): New functions.
11142
11143 2004-02-23 Andrew Cagney <cagney@redhat.com>
11144
11145 * hppa-tdep.c (hppa_frame_align): New function.
11146 (hppa32_push_dummy_call): New function.
11147 (hppa64_push_dummy_call): New function.
11148 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11149 disabled.
11150
11151 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11152 FIX_CALL_DUMMY when push_dummy_call is available.
11153 (call_function_by_hand, push_dummy_code): Ditto.
11154
11155 2004-02-22 Andrew Cagney <cagney@redhat.com>
11156
11157 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11158 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11159 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11160 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11161 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11162 call_dummy_location to ON_STACK.
11163
11164 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11165
11166 * x86-64-linux-tdep.c: Tweak comment.
11167 (amd64_linux_supply_gregset): Renamed from
11168 x86_64_linux_supply_gresget.
11169 (amd64_linux_fill_gregset): Renamed from
11170 x86_64_linux_fill_gregset.
11171 (fetch_core_registers): Adjust for renamed functions.
11172 (amd64_core_fns): Renamed from x86_64_core_fns.
11173 (amd64_linux_sigtramp_start): Renamed from
11174 x86_64_linux_sigtramp_start.
11175 (amd64_linux_pc_in_sigtramp): Renamed from
11176 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11177 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11178 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11179 (amd64_linux_sigcontext_addr): Renamed from
11180 x86_64_linux_sigcontext_addr.
11181 (amd64_linux_sc_reg_offset): Renamed from
11182 x86_64_linux_sc_reg_offset.
11183 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11184 Adjust for renamed functions and variables.
11185 (_initialize_amd64_linux_tdep): Renamed from
11186 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11187 variables.
11188 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11189 Adjust for renamed functions.
11190
11191 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11192 from x86_64_linux_gregset64_reg_offset.
11193 (amd64_linux_gregset32_reg_offset): Rename from
11194 x86_64_linux_gregset64_reg_offset.
11195 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11196 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11197 (amd64_linux_dr_set_control): Renamed from
11198 x86_64_linux_dr_set_control. Adjust for renamed functions.
11199 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11200 Adjust for renamed functions.
11201 (amd64_linux_dr_reset_addr): Renamed from
11202 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11203 (amd64_linux_dr_get_status): Renamed from
11204 x86_64_linux_dr_get_status. Adjust for renamed functions.
11205 (_initialize_amd64_linux_nat): Renamed from
11206 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11207 functions.
11208 * config/i386/nm-x86-64linux.h: Update copyright year.
11209 Adjust for renamed functions.
11210
11211 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11212 amd64fbsd_sigtramp_start.
11213 (amd64fbsd_sigtramp_end_addr): Renamed from
11214 amd64fbsd_sigtramp_end.
11215 (amd64fbsd_init_abi): Adjust for renamed variables.
11216 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11217 variables.
11218 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11219 amd64fbsd_sigtramp_start.
11220 (amd64fbsd_sigtramp_end_addr): Renamed from
11221 amd64fbsd_sigtramp_end.
11222
11223 2004-02-22 Andrew Cagney <cagney@redhat.com>
11224
11225 * hppa-tdep.c (hppa32_return_value): New function.
11226 (hppa64_return_value): New function.
11227 (hppa_gdbarch_init): Set return_value; keep disabled.
11228
11229 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11230 struct-return and inferior function call methods.
11231
11232 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11233 "frame-base.h".
11234 (struct hppa_frame_cache): Define.
11235 (hppa_frame_cache, hppa_frame_this_id): New functions.
11236 (hppa_frame_prev_register): New function.
11237 (hppa_frame_unwind, hppa_frame_base): New variables.
11238 (hppa_frame_unwind_sniffer): New function.
11239 (hppa_frame_base_address, hppa_unwind_pc): New function.
11240 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11241 sniffer, and frame base sniffer; keep disabled.
11242 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11243 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11244
11245 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11246 to predicates for "seriously old code".
11247
11248 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11249 runtime if(0).
11250
11251 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11252 unsigned.
11253 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11254
11255 * config/pa/tm-hppa.h: Update copyright.
11256 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11257 (deprecated_init_frame_pc_default): Delete declaration.
11258 (hppa_frame_init_saved_regs): Delete declaration.
11259 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11260 * hppa-tdep.c: Include "arch-utils.h".
11261 (hppa_gdbarch_init): Set deprecated init_frame_pc
11262 and deprecated frame_init_saved_regs.
11263 (hppa_frame_init_saved_regs): Make static.
11264
11265 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11266
11267 Remove old 386BSD support.
11268 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11269 * configure.host: Remove i[34567]86-*-bsd*.
11270 * configure.tgt: Remove i[34567]86-*-bsd*.
11271 * i386b-nat.c: Removed.
11272 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11273 (i386b-nat.o): Remove dependencies.
11274
11275 * config/i386/i386bsd.mh: Removed.
11276 * config/i386/i386bsd.mt: Removed.
11277 * config/i386/nm-i386bsd.h: Removed.
11278 * config/i386/tm-i386bsd.h: Removed.
11279 * config/i386/xm-i386bsd.h: Removed.
11280
11281 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11282
11283 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11284 (amd64fbsd_init_abi): Set link map offsets.
11285 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11286 (amd64nbsd_init_abi): Set link map offsets.
11287 * amd64obsd-tdep.c: Include "solib-svr4.h".
11288 (amd64obsd_init_abi): Set link map offsets.
11289 * i386fbsd-tdep.c: Include "solib-svr4.h".
11290 (i386fbsd_init_abi): Set link map offsets.
11291 * i386nbsd-tdep.c: Include "solib-svr4.h".
11292 (i386nbsdelf_init_abi): Set link map offsets.
11293 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11294 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11295 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11296 solib-legacy.o and core-aout.o. Reformat.
11297 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11298 solib-svr4.o, solib-legacy.o. Reformat.
11299 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11300 * config/i386/nbsdelf.mh: Reformat.
11301 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11302 solib-svr4.o, solib-legacy.o and corelow.o.
11303 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11304 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11305 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11306 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11307 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11308 (TM_FILE): Set to tm-fbsd.h.
11309 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11310 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11311 solib-svr4.o.
11312 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11313 solib-svr4.o.
11314 (TM_FILE): Set to nm-nbsd.h.
11315 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11316 Simplify shared library support. Don't include "elf/common.h".
11317 (SVR4_SHARED_LIBS): Don't define.
11318 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11319 "solib.h".
11320 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11321 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11322 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11323 Don't include "i386/tm-i386.h". Include "solib.h".
11324 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11325 Don't include "i386/tm-i386.h".
11326 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11327 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11328 Include "i386/xm-i386.h".
11329 (HOST_LONG_DOUBLE_FORMAT): Remove.
11330
11331 Fix OpenBSD/i386 sigtramp recognition.
11332 * i386-tdep.h: Update copyright year.
11333 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11334 (i386bsd_sigtramp_end): New prototypes.
11335 (i386fbsd_sigtramp_start_addr): Renamed from
11336 i386fbsd_sigtramp_start.
11337 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11338 (i386obsd_sigtramp_start_addr): Renamed from
11339 i386obsd_sigtramp_start.
11340 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11341 * i386bsd-tdep.c: Update copyright year.
11342 (i386bsd_pc_in_sigtramp): Make public.
11343 * i386fbsd-nat.c: Update copyright year.
11344 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11345 * i386fbsd-tdep.c: Update copyright year.
11346 (i386fbsd_sigtramp_start_addr): Renamed from
11347 i386fbsd_sigtramp_start.
11348 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11349 (i386fbsdaout_init_abi): Adjust for renamed variables.
11350 * i386obsd-nat.c: Update copyright year.
11351 (_initialize_i386obsd_nat): Adjust for renamed variables.
11352 * i386obsd-tdep.c: Include "target.h".
11353 (i386obsd_page_size): New variable.
11354 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11355 (i386obsd_sigtramp_end): New functions.
11356 (i386obsd_sigtramp_start_addr): Renamed from
11357 i386obsd_sigtramp_start.
11358 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11359 (i386obsd_init_abi): Adjust for renamed variables. Set
11360 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11361 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11362
11363 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11364 trampoline change in OpenBSD kernel.
11365
11366 * amd64-nat.c: Update copyright year.
11367 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11368 architecture from REGCACHE.
11369
11370 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11371 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11372
11373 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11374
11375 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11376 i[34567]86-*-openbsd3.[0-3].
11377 * config/i386/obsdaout.mh: New file.
11378
11379 * config/i386/obsd.mh (MH_FLAGS): Remove.
11380
11381 Fix PR build/1549.
11382 * i386obsd-tdep.c: Update copyright years. Include
11383 "solib-svr4.h".
11384 (i386obsd_init_abi): Don't set regset_from_core_section here.
11385 (i386obsd_aout_init_abi): New function. Set
11386 regset_from_core_section here.
11387 (i386obsd_elf_init_abi): New function.
11388 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11389 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11390 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11391 (TM_FILE): Set to tm-nbsd.h.
11392
11393 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11394 solib-sunos.o.
11395
11396 * solib-svr4.h: Update copyright year.
11397 (svr4_ilp32_fetch_link_map_offsets)
11398 (svr4_lp64_fetch_link_map_offsets): New prototype.
11399 * solib-svr4.c: Update copyright year.
11400 (svr4_ilp32_fetch_link_map_offsets)
11401 (svr4_lp64_fetch_link_map_offsets): New function.
11402
11403 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11404
11405 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11406 to the partial symbol table.
11407
11408 2004-02-20 J. brobecker <brobecker@gnat.com>
11409
11410 * PROBLEMS: Add description of problem documented under gdb/1560.
11411
11412 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11413
11414 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11415 comments.
11416 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11417 functions.
11418 (amd64obsd_init_abi): Reorder initializations. Use
11419 amd64obsd_r_reg_offset to initialize the general-purpose register
11420 set details. Set regset_from_core_section.
11421 (_initialize_amd64obsd_tdep): Rename from
11422 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11423 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11424 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11425
11426 * NEWS (New native configurations): Mention OpenBSD/alpha.
11427 * configure.tgt: Add alpha*-*-openbsd*.
11428 * configure.host: Add alpha*-*-openbsd*.
11429 * alphanbsd-tdep.c: Update copyright year.
11430 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11431
11432 2004-02-20 Andrew Cagney <cagney@redhat.com>
11433
11434 Fix PR tdep/1372.
11435 * configure.tgt: Delete target "none-*-*".
11436 * configure.host: Delete host "none-*-*".
11437 * config/none/none.mh: Delete file.
11438 * config/none/none.mt: Delete file.
11439 * config/none/xm-none.h: Delete file.
11440 * config/none/tm-none.h: Delete file.
11441 * config/none/nm-none.h: Delete file.
11442
11443 2004-02-19 Fred Fish <fnf@redhat.com>
11444
11445 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11446 cache->uses_fp prior to setting it.
11447
11448 2004-02-19 Fred Fish <fnf@redhat.com>
11449
11450 Fix for PR breakpoint/1558.
11451 * sh-tdep.c (IS_JSR): New macro.
11452 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11453
11454 2004-02-19 Jim Blandy <jimb@redhat.com>
11455
11456 * findvar.c (value_from_register): Doc fix.
11457
11458 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11459
11460 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11461 type being greater than sizeof of host's LONGEST. Always use
11462 unpack_long() unless format 'f' chosen.
11463
11464 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11465
11466 Committed by Elena Zannoni <ezannoni@redhat.com>
11467
11468 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11469 contains a symbol wich is the best, non-exact match for the given
11470 pc. Update comments.
11471
11472 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11473
11474 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11475 macro, which was part of the now removed Mach 3 port.
11476 * utils.c (request_quit): Ditto.
11477
11478 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11479
11480 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11481 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11482
11483 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11484
11485 Committed by Mark Kettenis <kettenis@gnu.org>.
11486
11487 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11488 Define.
11489
11490 2004-02-18 Andrew Cagney <cagney@redhat.com>
11491
11492 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11493 CONFIG_INSTALL and CONFIG_UNINSTALL.
11494 * configure: Re-generate.
11495 * interps.h (INTERP_TUI): Define.
11496 * Makefile.in: Update dependencies.
11497 (TUI): New macro.
11498 (tui-main.o): Specify dependencies.
11499 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11500 * tui/tui-main.c: New file.
11501
11502 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11503
11504 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11505 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11506 dependencies.
11507 * configure.host: Add x86_64-*-openbsd*.
11508 * configure.tgt: Add x86_64-*-openbsd*.
11509 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11510
11511 * tui/tui.c: Don't include <malloc.h>.
11512
11513 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11514 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11515 amd64nbsd-tdep.c.
11516
11517 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11518 static. Remove extraneous whitespace.
11519 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11520 static.
11521
11522 2004-02-17 Jim Blandy <jimb@redhat.com>
11523
11524 * findvar.c (value_from_register): Doc fix.
11525
11526 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11527
11528 Committed by Jim Blandy <jimb@redhat.com>.
11529
11530 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11531 CORE_ADDR as type for selectors. Correct types for GNU run time
11532 message lookup function to use double indirection.
11533 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11534 * objc-lang.h (lookup_child_selector): Adapt prototype.
11535
11536 * s390-nat.c (SUBOFF): New macro.
11537 (supply_gregset, fill_gregset): Use it to handle debugging
11538 of 32-bit exectuables running under a 64-bit kernel.
11539 * s390-tdep.c: Include "solib-svr4.h".
11540 (s390_svr4_fetch_link_map_offset): New function.
11541 (s390x_svr_fetch_link_map_offset): Likewise.
11542 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11543 * Makefile.in (s390-tdep.o): Update dependencies.
11544
11545 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11546 "frame-unwind.h".
11547 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11548 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11549 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11550 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11551 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11552 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11553 S390_SIGNAL_FRAMESIZE,
11554 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11555 (struct frame_extra_info): Remove.
11556 (s390_memset_extra_info): Remove.
11557 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11558 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11559 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11560 (is_rse): Renamed to ...
11561 (is_rsy): ... this. Support long displacements.
11562 (is_rxe): Renamed to ...
11563 (is_rxy): ... this. Support long displacements.
11564 (compute_x_addr): Support long displacements.
11565 (struct s390_prologue_data): New data type.
11566 (s390_on_stack): Change API to use struct s390_prologue_data.
11567 (s390_store): Reimplement.
11568 (s390_load): New function.
11569 (s390_get_signal_frame_info): Remove.
11570 (s390_get_frame_info): Remove, replace by ...
11571 (s390_analyze_prolog): ... this new function.
11572 (s390_check_function_end): Remove.
11573 (s390_function_start): Remove.
11574 (s390_frameless_function_invokation): Remove.
11575 (s390_is_sigreturn): Remove.
11576 (s390_init_frame_pc_first): Remove.
11577 (s390_init_frame_extra_info): Remove.
11578 (s390_frame_init_saved_regs): Remove.
11579 (s390_frame_saved_pc_nofix): Remove.
11580 (s390_frame_saved_pc): Remove.
11581 (s390_frame_chain): Remove.
11582 (s390_fp_regnum, s390_read_fp): Remove.
11583 (s390_pop_frame_regular, s390_pop_frame): Remove.
11584 (s390_saved_pc_after_call): Remove.
11585 (s390_skip_prologue): Reimplement.
11586 (s390_in_function_epilogue_p): Support long displacements.
11587 (struct s390_unwind_cache): New data structure.
11588 (s390_frame_unwind_cache): New function.
11589 (s390_prologue_frame_unwind_cache): Likewise.
11590 (s390_backchain_frame_unwind_cache): Likewise.
11591 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11592 (s390_frame_unwind): Define.
11593 (s390_frame_sniffer): New function.
11594 (struct s390_pltstub_unwind_cache): New data structure.
11595 (s390_pltstub_frame_unwind_cache): New function.
11596 (s390_pltstub_frame_this_id): Likewise.
11597 (s390_pltstub_frame_prev_register): Likewise.
11598 (s390_pltstub_frame_unwind): Define.
11599 (s390_pltstub_frame_sniffer): New function.
11600 (struct s390_sigtramp_unwind_cache): New data structure.
11601 (s390_sigtramp_frame_unwind_cache): New function.
11602 (s390_sigtramp_frame_this_id): Likewise.
11603 (s390_sigtramp_frame_prev_register): Likewise.
11604 (s390_sigtramp_frame_unwind): Define.
11605 (s390_sigtramp_frame_sniffer): New function.
11606 (s390_frame_base_address, s390_local_base_address): New functions.
11607 (s390_frame_base): Define.
11608 (s390_unwind_pc, s390_unwind_sp): New function.
11609 (s390_push_dummy_call): Use new frame base location.
11610 (s390_unwind_dummy_id): Likewise.
11611 (s390_gdbarch_init): Remove calls to:
11612 set_gdbarch_frameless_function_invocation,
11613 set_gdbarch_deprecated_init_frame_pc,
11614 set_gdbarch_deprecated_frame_chain,
11615 set_gdbarch_deprecated_frame_init_saved_regs,
11616 set_gdbarch_deprecated_pop_frame,
11617 set_gdbarch_deprecated_init_extra_frame_info,
11618 set_gdbarch_deprecated_init_frame_pc_first,
11619 set_gdbarch_deprecated_target_read_fp,
11620 set_gdbarch_deprecated_frame_saved_pc,
11621 set_gdbarch_deprecated_saved_pc_after_call,
11622 set_gdbarch_deprecated_fp_regnum.
11623 Add calls to:
11624 set_gdbarch_in_solib_call_trampoline,
11625 frame_unwind_append_sniffer,
11626 frame_base_set_default,
11627 set_gdbarch_unwind_pc,
11628 set_gdbarch_unwind_sp.
11629 * Makefile.in (s390-tdep.o): Update dependencies.
11630
11631 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11632 (S390_STACK_FRAME_OVERHEAD): Remove.
11633 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11634 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11635 (s390_promote_integer_argument): Remove.
11636 (s390_cannot_extract_struct_value_address): Remove.
11637 (s390_use_struct_convention, s390_store_struct_return): Remove.
11638 (s390_extract_return_value, s390_store_return_value): Remove.
11639 (s390_return_value_convention, s390_return_value): New functions.
11640 (is_float_singleton): Handle typedefs.
11641 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11642 Remove, replace by ...
11643 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11644 s390_function_arg_integer): ... these new functions.
11645 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11646 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11647 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11648 Fill in tdep->abi.
11649 Remove calls to:
11650 set_gdbarch_deprecated_store_struct_return,
11651 set_gdbarch_deprecated_extract_return_value,
11652 set_gdbarch_deprecated_store_return_value,
11653 set_gdbarch_use_struct_convention,
11654 set_gdbarch_extract_struct_value_address,
11655 set_gdbarch_deprecated_pc_in_call_dummy,
11656 set_gdbarch_deprecated_push_arguments,
11657 set_gdbarch_deprecated_save_dummy_frame_tos,
11658 set_gdbarch_deprecated_push_return_address,
11659 set_gdbarch_deprecated_sizeof_call_dummy_words,
11660 set_gdbarch_deprecated_call_dummy_words,
11661 set_gdbarch_deprecated_dummy_write_sp.
11662 Add calls to:
11663 set_gdbarch_push_dummy_call,
11664 set_gdbarch_unwind_dummy_id,
11665 set_gdbarch_return_value.
11666
11667 * config/s390/nm-linux.h: Update comments.
11668 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11669 (STOPPED_BY_WATCHPOINT): Redefine.
11670 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11671 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11672 (s390_stopped_by_watchpoint): Likewise.
11673 (watch_area_cnt): Remove.
11674 * s390-nat.c: Update comments.
11675 (watch_area): Remove typedef.
11676 Global replace watch_area by struct watch_area.
11677 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11678 (s390_stopped_by_watchpoint): Remove pid argument,
11679 use s390_inferior_tid. Add short-cut for the no watchpoint case.
11680 (s390_fix_watch_points): Remove pid argument,
11681 use s390_inferior_tid. Recompute area spanned by watchpoints.
11682 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11683 argument. Reimplement.
11684
11685 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
11686 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11687 (FETCH_INFERIOR_REGISTERS): Define.
11688 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11689 core-regset.o.
11690 * config/s390/s390x.mt: Remove.
11691 * config/s390/tm-s390.h: Remove.
11692 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11693 (TARGET_ELF64): Remove.
11694 (SKIP_TRAMPOLINE_CODE): Do not undefine.
11695 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11696 s390*-*-* case; always set gdb_target to s390.
11697 * regformats/reg-s390.dat: Remove control registers.
11698 * regformats/reg-s390x.dat: Likewise.
11699 * s390-tdep.h: New file.
11700 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11701 Include "inferior.h" and "s390-tdep.h".
11702 Remove private definition of offsetof.
11703 (s390_register_u_addr): Remove.
11704 (regmap_gregset, regmap_fpregset): Define.
11705 (supply_gregset, fill_gregset): Reimplement.
11706 (supply_fpregset, fill_fpregset): Likewise.
11707 (s390_inferior_tid): New function.
11708 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11709 (fetch_inferior_registers, store_inferior_registers): Likewise.
11710 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
11711 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
11712 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11713 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11714 (struct gdbarch_tdep): Define.
11715 (struct s390_register_info): Define.
11716 (s390_register_info): New variable.
11717 (s390_register_name): Reimplement.
11718 (s390_register_type): New function.
11719 (s390_register_raw_size, s390x_register_raw_size): Remove.
11720 (s390_cannot_fetch_register): Remove.
11721 (s390_register_byte): Remove.
11722 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11723 (s390_dwarf_regmap): New variable.
11724 (s390_dwarf_reg_to_regnum): New function.
11725 (s390_stab_reg_to_regnum): Remove.
11726 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11727 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11728 (s390_convert_register_p): Likewise.
11729 (s390_register_to_value, s390_value_to_register): Likewise.
11730 (s390_register_reggroup_p): Likewise.
11731 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11732 s390_gregset, s390x_gregset, s390_fpregset): New variables.
11733 (s390_supply_regset, s390_regset_from_core_section): New functions.
11734 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11735 (S390_FPR_SIZE): Likewise.
11736 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
11737 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11738 (S390_NUM_GPRS): Move here from tm-s390.h.
11739 (S390_NUM_FPRS): Likewise.
11740 (s390_in_function_epilogue_p): New function.
11741 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11742 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11743 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11744 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11745 Replace S390_FP_REGNUM by S390_SP_REGNUM.
11746 Remove calls to:
11747 set_gdbarch_deprecated_max_register_raw_size,
11748 set_gdbarch_deprecated_max_register_virtual_size,
11749 set_gdbarch_deprecated_register_byte,
11750 set_gdbarch_cannot_fetch_register,
11751 set_gdbarch_cannot_store_register,
11752 set_gdbarch_deprecated_register_size,
11753 set_gdbarch_deprecated_register_raw_size,
11754 set_gdbarch_deprecated_register_virtual_size,
11755 set_gdbarch_deprecated_register_virtual_type,
11756 set_gdbarch_deprecated_register_bytes.
11757 Add calls to:
11758 set_gdbarch_num_pseudo_regs,
11759 set_gdbarch_register_type,
11760 set_gdbarch_convert_register_p,
11761 set_gdbarch_register_to_value,
11762 set_gdbarch_value_to_register,
11763 set_gdbarch_register_reggroup_p,
11764 set_gdbarch_regset_from_core_section,
11765 set_gdbarch_pseudo_register_read,
11766 set_gdbarch_pseudo_register_write,
11767 set_gdbarch_in_function_epilogue_p.
11768 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11769 (s390_tdep_h): New variable.
11770
11771 2004-02-17 Jim Blandy <jimb@redhat.com>
11772
11773 * findvar.c (value_from_register): If the type has no length, just
11774 return an acceptable value --- don't report an internal error.
11775
11776 * stabsread.c (read_type): If we find any type numbers that are
11777 forward references, complain if the references aren't resolved by
11778 the time we're finished reading.
11779 (cleanup_undefined_types): Make error message more appropriate for
11780 a complaint.
11781
11782 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11783
11784 * Makefile.in (defs_h): Remove dependency on progress_h.
11785 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11786 progress.h.
11787 * main.c (captured_main): Delete use of START_PROGRESS and
11788 END_PROGRESS.
11789
11790 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11791
11792 * objfiles.c (terminate_minimal_symbol_table): Add back
11793 initialization of MSYMBOL_TYPE.
11794
11795 2004-02-17 David Mosberger <davidm@hpl.hp.com>
11796
11797 Committed by Andrew Cagney.
11798 * Makefile.in (ia64_tdep_h): New macro.
11799 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
11800 (ia64-tdep.o): Likewise.
11801 * ia64-tdep.h: New file.
11802 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
11803 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
11804 (ia64_aix_sigcontext_register_address): Likewise.
11805 (ia64_linux_getunwind_table): Delete declaration.
11806 * ia64-linux-tdep.c: Likewise.
11807
11808 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
11809
11810 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
11811 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
11812 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
11813
11814 2004-02-17 Andrew Cagney <cagney@redhat.com>
11815
11816 * symtab.c (skip_prologue_using_sal): New function.
11817 * symtab.h (skip_prologue_using_sal): Declare.
11818 * frv-tdep.c: Include "symtab.h".
11819 (skip_prologue_using_sal): Delete function.
11820 * mips-tdep.c (skip_prologue_using_sal): Delete function.
11821 * rs6000-tdep.c (refine_prologue_limit): Mention
11822 skip_prologue_using_sal.
11823 * ia64-tdep.c (refine_prologue_limit): Ditto.
11824 * Makefile.in: Update dependencies.
11825
11826 2004-02-16 Andrew Cagney <cagney@redhat.com>
11827
11828 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
11829 START_INFERIOR_TRAPS_EXPECTED.
11830 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
11831 START_INFERIOR_TRAPS_EXPECTED.
11832 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
11833 Delete macro.
11834 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
11835 macro, moved to "nm-osf.h". Update copyright.
11836 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
11837 update copyright.
11838
11839 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
11840 and function replacing FRAMELESS_FUNCTION_INVOCATION.
11841 * blockframe.c (legacy_frameless_look_for_prologue): Rename
11842 frameless_look_for_prologue.
11843 * frame.h (legacy_frameless_look_for_prologue): Rename
11844 frameless_look_for_prologue.
11845 * gdbarch.h, gdbarch.c: Re-generate.
11846 * sh64-tdep.c (sh64_gdbarch_init): Update.
11847 * sh-tdep.c (sh_gdbarch_init): Update.
11848 * s390-tdep.c (s390_gdbarch_init): Update.
11849 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11850 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11851 * m68k-tdep.c (m68k_gdbarch_init): Update.
11852 (delta68_frame_args_address): Update.
11853 * m32r-tdep.c (m32r_gdbarch_init): Update.
11854 * hppa-tdep.c (hppa_gdbarch_init): Update.
11855 * h8300-tdep.c (h8300_gdbarch_init): Update.
11856 * frv-tdep.c (frv_gdbarch_init): Update.
11857 (frv_frameless_function_invocation): Update.
11858 * cris-tdep.c (cris_gdbarch_init): Update.
11859 (cris_frameless_function_invocation): Update.
11860 * avr-tdep.c (avr_gdbarch_init): Update.
11861 * arm-tdep.c (arm_gdbarch_init): Update.
11862 * stack.c (frame_info): Update, call predicate.
11863 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
11864 * frame.c (legacy_get_prev_frame): Update, call predicate..
11865 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
11866 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
11867 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
11868 invocation.
11869 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11870 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11871 * vax-tdep.c (vax_gdbarch_init): Ditto.
11872
11873 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
11874 function.
11875
11876 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11877
11878 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
11879 initializations.
11880
11881 2004-02-16 Andrew Cagney <cagney@redhat.com>
11882
11883 * tui/tui-windata.c: Include "gdb_string.h".
11884 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
11885 * tui/tui-layout.c, tui/tui-command.c: Ditto.
11886 * Makefile.in: Update dependencies.
11887
11888 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
11889
11890 * Makefile.in (infrun.o): Add $(gdb_assert_h).
11891 * infrun.c: Include "gdb_assert.h".
11892 (singlestep_ptid, saved_singlestep_ptid)
11893 (stepping_past_singlestep_breakpoint): New variables.
11894 (resume): Set singlestep_ptid. Check for singlestep thread
11895 hop.
11896 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
11897 (handle_inferior_event): Handle singlestep thread hop.
11898
11899 2004-02-16 Andrew Cagney <cagney@redhat.com>
11900
11901 * dwarf2-frame.c (dwarf2_frame_ops): New function.
11902 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
11903 (dwarf2_frame_init_reg): Ditto.
11904
11905 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
11906 suggested by Joshua Neuheisel
11907
11908 * configure.in: Always check for curses, including pdcurses.
11909 Warn, instead of error, when no curses are found. Enable TUI when
11910 curses is available.
11911 * configure: Re-generate.
11912
11913 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11914
11915 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
11916 sh_sh4_register_convert_to_virtual.
11917 (sh_register_convert_to_raw): Rename from
11918 sh_sh4_register_convert_to_raw.
11919 (sh_pseudo_register_read): Accomodate above name change.
11920 (sh_pseudo_register_write): Ditto.
11921
11922 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
11923
11924 * sh-tdep.c (sh_generic_register_name): Remove.
11925 (sh_gdbarch_init): Use sh_sh_register_name in default case.
11926
11927 2004-02-15 Andrew Cagney <cagney@redhat.com>
11928
11929 * configure.in (build_warnings): Add -Wunused-function.
11930 * configure: Re-generate.
11931
11932 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
11933 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
11934
11935 * procfs.c (procfs_init_inferior): Assume that
11936 START_INFERIOR_TRAPS_EXPECTED is defined.
11937 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
11938 * config/ns32k/tm-nbsd.h: Delete file,
11939 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
11940
11941 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
11942 * config/vax/tm-vax.h: Delete file.
11943
11944 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11945 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11946 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11947 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11948 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
11949 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
11950 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
11951
11952 2004-02-15 Mark Kettenis <kettenis@gnu.org>
11953
11954 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
11955 * dwarf2-frame.c (dwarf2_frame_data): New variable.
11956 (struct dwarf2_frame_ops): New.
11957 (dwarf2_frame_default_init_reg): New function, based on
11958 dwarf2_frame_init_reg.
11959 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
11960 (dwarf2_frame_init_reg): Call architecture-specific function.
11961 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
11962 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
11963 instead of dwarf2_frame_data.
11964 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
11965 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
11966
11967 2004-02-15 Andrew Cagney <cagney@redhat.com>
11968
11969 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
11970 register_gdbarch_swap.
11971 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
11972 * f-lang.c (_initialize_f_language): Update, use
11973 DEPRECATED_REGISTER_GDBARCH_SWAP.
11974 * remote.c (_initialize_remote): Ditto.
11975 * regcache.c (_initialize_regcache): Ditto.
11976 * parse.c (_initialize_parse): Ditto.
11977 * infrun.c (_initialize_infrun): Ditto.
11978 * mi/mi-main.c (_initialize_mi_main): Ditto.
11979 * gdbtypes.c (_initialize_gdbtypes): Ditto.
11980
11981 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
11982 poking .cacheable directly.
11983 * symfile.c (symfile_bfd_open): Ditto.
11984
11985 * Makefile.in: Update all dependencies.
11986
11987 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
11988 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
11989 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
11990 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
11991 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
11992
11993 2004-02-14 Andrew Cagney <cagney@redhat.com>
11994
11995 * arch-utils.c (legacy_convert_register_p): Check
11996 DEPRECATED_REGISTER_CONVERTIBLE_P.
11997 * findvar.c (value_of_register): Ditto.
11998
11999 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12000 * gdbarch.h, gdbarch.c: Re-generate.
12001 * arch-utils.c (deprecated_register_convertible_not): Delete.
12002 * arch-utils.h (deprecated_register_convertible_not): Delete.
12003 * mi/mi-main.c (get_register): Update. Update copyright.
12004 * infcmd.c (default_print_registers_info): Update.
12005
12006 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12007 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12008 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12009 * gdbarch.h, gdbarch.c: Re-generate.
12010 * frame.c (deprecated_get_next_frame_hack): Delete function.
12011 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12012 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12013 Update.
12014 * infcall.c (call_function_by_hand): Update.
12015
12016 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12017
12018 * symfile.c (init_entry_point_info, entry_point_address): Move
12019 from here...
12020 * objfiles.c (init_entry_point_info, entry_point_address):..to
12021 here.
12022 * symfile.h (init_entry_point_info, entry_point_address): Remove
12023 prototypes.
12024 * objfiles.h (init_entry_point_info, entry_point_address):Add
12025 prototypes.
12026 * cris-tdep.c: Remove include of symfile.h. Add include of
12027 objfiles.h.
12028 * infcall.c: Ditto.
12029 * mcore-tdep.c: Ditto.
12030 * mn10300-tdep.c: Ditto.
12031 * sh64-tdep.c: Ditto.
12032 * v850-tdep.c: Ditto.
12033 * arm-tdep.c: Remove include of symfile.h.
12034 * blockframe.c: Ditto.
12035 * coffread.c: Ditto.
12036 * dbxread.c: Ditto.
12037 * dwarf2read.c: Ditto.
12038 * dwarfread.c: Ditto.
12039 * frv-tdep.c: Ditto.
12040 * ia64-tdep.c: Ditto.
12041 * mdebugread.c: Ditto.
12042 * mipsread.c: Ditto.
12043 * rs6000-tdep.c: Ditto.
12044 * s390-tdep.c: Ditto.
12045 * sh-tdep.c: Ditto.
12046 * xstormy16-tdep.c: Ditto.
12047 * gdbarch.sh: Remove include of symfile.h.
12048 * gdbarch.c: Regenerate.
12049 * solib-irix.c (enable_break): Use entry_point_address().
12050 Add comment about include file.
12051 * xcoffread.c: Add comment about include file.
12052 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12053 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12054 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12055 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12056 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12057
12058 2004-02-13 Andrew Cagney <cagney@redhat.com>
12059
12060 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12061 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12062 copyright.
12063 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12064
12065 2004-02-12 Fred Fish <fnf@redhat.com>
12066
12067 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12068 set_gdbarch_store_return_value.
12069
12070 2004-02-12 Andrew Cagney <cagney@redhat.com>
12071
12072 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12073 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12074 (interrupt_query): Ditto.
12075 (ofunc): Delete unused variable.
12076 * cris-tdep.c (cris_abi): Delete unused function.
12077 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12078 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12079 (cris_get_asr_quick_shift_steps): Ditto.
12080 (cris_skip_prologue_frameless_p): Ditto.
12081 * arm-tdep.c (arm_push_return_address): Delete unused function.
12082 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12083 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12084 * s390-tdep.c (s390_function_start): Delete unused function.
12085
12086 2004-02-12 Andrew Cagney <cagney@redhat.com>
12087
12088 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12089 gdbarch.h, gdbarch.c: Re-generate.
12090 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12091 to generic_prologue_frameless_p.
12092 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12093 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12094
12095 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12096
12097 * mips-linux-tdep.c: Include "frame.h".
12098 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12099 (mips_linux_skip_resolver): New functions.
12100 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12101 and set_gdbarch_in_solib_call_trampoline.
12102 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12103 to after set_gdbarch_in_solib_return_trampoline. Only set the
12104 solib hooks to mips16 functions if the OS ABI is unknown.
12105 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12106 including "config/tm-linux.h".
12107 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12108 * Makefile.in (mips-linux-tdep.o): Update.
12109
12110 2004-02-11 David Carlton <carlton@kealia.com>
12111
12112 * linespec.c (decode_compound): Only look for a class symbol when
12113 considering all but the rightmost component.
12114
12115 2004-02-11 Andrew Cagney <cagney@redhat.com>
12116
12117 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12118 abi code are are separatly grouped.
12119
12120 2004-02-11 Andrew Cagney <cagney@redhat.com>
12121
12122 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12123 * gdbarch.h, gdbarch.c: Re-generate.
12124 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12125 * v850-tdep.c (v850_gdbarch_init): Update.
12126 * sh64-tdep.c (sh64_gdbarch_init): Update.
12127 * sh-tdep.c (sh_gdbarch_init): Update.
12128 * s390-tdep.c (s390_gdbarch_init): Update.
12129 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12130 * mips-tdep.c (mips_gdbarch_init): Update.
12131 * mcore-tdep.c (mcore_gdbarch_init): Update.
12132 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12133 * m32r-tdep.c (m32r_gdbarch_init): Update.
12134 * ia64-tdep.c (ia64_gdbarch_init): Update.
12135 * hppa-tdep.c (hppa_gdbarch_init): Update.
12136 * h8300-tdep.c (h8300_gdbarch_init): Update.
12137 * frv-tdep.c (frv_gdbarch_init): Update.
12138 * d10v-tdep.c (d10v_gdbarch_init): Update.
12139 * cris-tdep.c (cris_gdbarch_init): Update.
12140 * avr-tdep.c (avr_gdbarch_init): Update.
12141 * arm-tdep.c (arm_gdbarch_init): Update.
12142 * alpha-tdep.c (alpha_gdbarch_init): Update.
12143
12144 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12145
12146 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12147 comma.
12148 (sh_sh4al_dsp_register_name): Ditto.
12149
12150 2004-02-10 Andrew Cagney <cagney@redhat.com>
12151
12152 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12153 (mips_init_frame_pc_first): Delete function.
12154 (mips_frame_saved_pc): Delete function.
12155 (mips_frame_chain): Delete function.
12156 (mips_init_extra_frame_info): Delete function.
12157 (mips_xfer_register): Delete unused variable "reg".
12158 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12159 (mips_n32n64_return_value): Delete unused variable "reg".
12160 (mips_n32n64_return_value): Delete unused variable "pos".
12161 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12162 (mips_o32_return_value): Delete unused variable "pos".
12163 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12164 (mips_print_fp_register): Delete unused variable "namelen"
12165 (mips_print_fp_register): Delete unused variable "flt2"
12166 (get_frame_pointer): Delete function.
12167 (cached_proc_desc): Delete static variable.
12168 (mips_pop_frame): Delete function.
12169 (mips_find_saved_regs): Delete function.
12170 (mips_get_saved_register): Delete function.
12171 (mips_saved_pc_after_call): Delete function.
12172 (SIGFRAME_BASE): Delete macro.
12173 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12174 (SIGFRAME_PC_OFF): Delete macro.
12175 (SIGFRAME_REGSAVE_OFF): Delete macro.
12176 (mips_dump_tdep): Do not print deleted macro definitions.
12177
12178 2004-02-10 Andrew Cagney <cagney@redhat.com>
12179
12180 * Makefile.in (SFILES): Remove explictly listed tui files.
12181 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12182
12183 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12184
12185 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12186 to use paddr functions to format ia64 addresses and long values.
12187 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12188 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12189 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12190 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12191 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12192
12193 2004-02-10 Andrew Cagney <cagney@redhat.com>
12194
12195 * defs.h: Do not include "tui.h".
12196 * gdb_curses.h: New file.
12197 * tui/tui-hooks.h: New file.
12198 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12199 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12200 (tui_initialize_io): Delete declaration.
12201 (tui_initialize_readline: Delete redundant declaration.
12202 (struct tui_point): Delete definition.
12203 * tui/tui-data.h (struct tui_point): Define.
12204 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12205 * utils.c: Include "tui/tui.h".
12206 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12207 * printcmd.c [TUI]: Include "tui/tui.h".
12208 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12209 * tui/tui-command.c: Include "gdb_curses.h".
12210 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12211 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12212 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12213 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12214 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12215 * Makefile.in: Update all dependencies.
12216 (tui_hooks_h, gdb_curses_h): Define.
12217 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12218
12219 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12220
12221 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12222 auxf2. Add comments about some other rarely used fields.
12223
12224 2004-02-10 Andrew Cagney <cagney@redhat.com>
12225
12226 * Makefile.in (init.c): Fix script removing duplicates. Problem
12227 reported by Peter Schauer.
12228
12229 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12230
12231 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12232 obstack_specify_allocation.
12233 * objfiles.c (allocate_objfile): Ditto.
12234 * solib-sunos.c (solib_add_common_symbols)
12235 (allocate_rt_common_objfile): Ditto.
12236 * symfile.c (reread_symbols): Ditto.
12237 * gdb_obstack.h: Add comment.
12238
12239 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12240
12241 * linespec.c (decode_line_1, locate_first_half)
12242 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12243 commented out code.
12244
12245 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12246
12247 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12248 obstack_free.
12249
12250 2004-02-09 Andrew Cagney <cagney@redhat.com>
12251
12252 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12253 fails, try find_pc_section. Fix PR c++/1267.
12254 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12255 instead of find_pc_mapped_section.
12256 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12257 not default to the section containing PC. Fix PR symtab/1519.
12258
12259 2004-02-09 Andrew Cagney <cagney@redhat.com>
12260
12261 * Makefile.in (mips-tdep.o): Update dependencies.
12262 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12263 "trad-frame.h".
12264 (mips_unwind_pc): Return the pseudo PC register.
12265 (mips_unwind_dummy_id): New function.
12266 (mips16_fetch_instruction): New function.
12267 (mips32_fetch_instruction): New function.
12268 (struct mips_frame_cache): Define.
12269 (mips_mdebug_frame_cache): New function.
12270 (mips_mdebug_frame_this_id): New function.
12271 (mips_mdebug_frame_prev_register): New function.
12272 (mips_mdebug_frame_unwind): Define.
12273 (mips_mdebug_frame_sniffer): New function.
12274 (mips_mdebug_frame_base_address): New function.
12275 (mips_mdebug_frame_base): Define.
12276 (mips_mdebug_frame_base_sniffer): New function.
12277 (mips_gdbarch_init): Append unwind and base sniffers. Set
12278 unwind_dummy_id.
12279
12280 2004-02-08 Andrew Cagney <cagney@redhat.com>
12281
12282 * frame.c: Print both the register number and name.
12283
12284 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12285 and a sed into a single sed. Make .c and .o patterns more robust.
12286 (OBS): Delete.
12287 (INIT_FILES): Replace OBS with COMMON_OBS.
12288 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12289
12290 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12291
12292 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12293 the PT_WCOOKIE request.
12294
12295 2004-02-08 Andrew Cagney <cagney@redhat.com>
12296
12297 * mips-tdep.c (mips_unwind_pc): New function.
12298 (mips_gdbarch_init): Set mips_unwind_pc.
12299
12300 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12301 (get_frame_id): Allow the UNKNOWN_FRAME.
12302 (frame_register_unwind, get_frame_type): Ditto.
12303
12304 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12305 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12306 unwind_dummy_id indicates a legacy frame.
12307
12308 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12309 * configure: Re-generate.
12310
12311 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12312 methods.
12313
12314 2004-02-08 Andrew Cagney <cagney@redhat.com>
12315
12316 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12317 makefile macro.
12318 * configure: Re-generate.
12319 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12320 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12321 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12322 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12323 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12324 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12325 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12326 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12327 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12328 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12329
12330 2004-02-07 Andrew Cagney <cagney@redhat.com>
12331
12332 * Makefile.in: Update all dependencies.
12333
12334 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12335 * configure: Re-generate.
12336 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12337 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12338 (COMMON_OBS): Add "main.o" and "annotate.o".
12339 (ANNOTATE_OBS): Delete.
12340 (OBS): Remove ANNOTATE_OBS.
12341 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12342 CONFIG_INITS.
12343 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12344 against CONFIG_OBS and "main.o".
12345 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12346 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12347
12348 * tui/tui-command.c: Include "gdb_string.h", delete register
12349 attribute, use ISO-C function signatures.
12350 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12351 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12352 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12353 * tui/tui.c: Ditto.
12354
12355 * tui/tui-command.c: Change variable and function names to lower
12356 case.
12357 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12358 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12359 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12360 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12361 * tui/tui-winsource.c, tui/tui.c: Ditto.
12362
12363 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12364
12365 * buildsym.c (free_pending_blocks, finish_block)
12366 (record_pending_block, make_blockvector, end_symtab): Replace
12367 symbol_obstack with objfile_obstack.
12368 * coffread.c (process_coff_symbol, coff_read_struct_type)
12369 (coff_read_enum_type): Ditto.
12370 * cp-namespace.c (initialize_namespace_symtab)
12371 (check_one_possible_namespace_symbol): Ditto.
12372 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12373 (dwarf2_symbol_mark_computed): Ditto.
12374 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12375 * elfread.c (elf_symtab_read): Ditto.
12376 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12377 (hpread_read_enum_type, hpread_read_function_type)
12378 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12379 Ditto.
12380 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12381 (java_link_class_type): Ditto.
12382 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12383 (new_symbol): Ditto.
12384 * minsyms.c (install_minimal_symbols): Ditto.
12385 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12386 (terminate_minimal_symbol_table): Replace symbol_obstack with
12387 objfile_obstack.
12388 (free_objfile): Remove freeing of symbol_obstack.
12389 * objfiles.h: Remove symbol_obstack field.
12390 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12391 objfile_obstack.
12392 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12393 symbol_obstack.
12394 (solib_add_common_symbols): Replace symbol_obstack with
12395 objfile_obstack.
12396 * somsolib.c (som_solib_add): Ditto.
12397 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12398 (common_block_start, common_block_end): Ditto.
12399 * symfile.c (reread_symbols): Remove freeing and init of
12400 symbol_obstack.
12401 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12402 * symfile.h: Update comment.
12403 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12404 stats printing.
12405 * symtab.c (symbol_set_names): Replace symbol_obstack with
12406 objfile_obstack.
12407 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12408 Update comments.
12409 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12410 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12411 objfile_obstack.
12412
12413 2004-02-07 Andrew Cagney <cagney@redhat.com>
12414
12415 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12416 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12417 fields and variables.
12418 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12419 (m_beInvisible): Delete macro.
12420 * tui/tui-data.h: Fix case case fields and variables.
12421 (m_genWinPtrIsNull): Delete macro.
12422 (tui_win_list): Rename winList.
12423 (TUI_SRC_WIN): Rename srcWin.
12424 (TUI_DISASM_WIN): Rename disassemWin.
12425 (TUI_DATA_WIN): Rename dataWin.
12426 (TUI_CMD_WIN): Rename cmdWin.
12427 (m_genWinPtrNotNull): Delete macro.
12428 (m_winPtrIsNull): Delete macro.
12429 (m_winPtrNotNull): Delete macro.
12430 (tui_win_is_source_type): Replace m_winIsSourceType
12431 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12432 (tui_win_has_locator): Replace m_hasLocator.
12433 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12434 m_setWinHighlightOff.
12435 * tui/tui-data.c: Update references.
12436 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12437 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12438 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12439 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12440 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12441 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12442 * tui/tui-winsource.c, tui/tui.c: Ditto.
12443
12444 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12445
12446 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12447 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12448 StackGhost.
12449
12450 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12451 variable `i6' to `i7'.
12452 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12453
12454 2004-02-07 Andrew Cagney <cagney@redhat.com>
12455
12456 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12457 (TuiPoint, TuiPointPtr): Ditto.
12458 (TuiStatus, TuiStatusPtr): Ditto.
12459 (TuiWinType, TuiWinTypePtr): Ditto.
12460 (struct tui_point): Rename _TuiPoint.
12461 (tui_get_low_disassembly_address): Rename
12462 tuiGetLowDisassemblyAddress.
12463 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12464 (tuiFree): Delete declaration.
12465 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12466 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12467 * tui/tui.c (tuiFree): Delete function.
12468 * cli/cli-cmds.c (disassemble_command): Update references.
12469 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12470 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12471 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12472 * tui/tui-winsource.c: Ditto.
12473
12474 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12475
12476 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12477 coffstab_build_psymtabs, elfstab_build_psymtabs)
12478 (stabsect_build_psymtabs): Replace psymbol_obstack with
12479 objfile_obstack.
12480 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12481 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12482 Ditto.
12483 * dwarfread.c (scan_compilation_units): Ditto.
12484 * elfread.c (elfstab_offset_sections): Ditto.
12485 * hppa-tdep.c (read_unwind_info): Ditto.
12486 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12487 (hpread_end_psymtab): Ditto.
12488 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12489 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12490 Ditto.
12491 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12492 * objfiles.c (add_to_objfile_sections)
12493 (build_objfile_section_table): Ditto.
12494 (allocate_objfile): Remove init of psymbol_obstack.
12495 (free_objfile): Remove freeing of psymbol_obstack.
12496 * objfiles.h (struct objfile): Remove field
12497 psymbol_obstack. Update comments.
12498 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12499 psymbol_obstack with objfile_obstack.
12500 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12501 psymbol_obstack.
12502 * somread.c (som_symfile_offsets, init_import_symbols)
12503 (init_export_symbols): Replace psymbol_obstack with
12504 objfile_obstack.
12505 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12506 * symfile.c (default_symfile_offsets, syms_from_objfile)
12507 (reread_symbols): Remove freeing and init of psymbol_obstack.
12508 (cashier_psymtab): Update comment.
12509 * symmisc.c (print_objfile_statistics): Don't report stats for
12510 psymbol obstack.
12511 * symtab.h (struct general_symbol_info, struct partial_symtab):
12512 Update comments.
12513 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12514 (xcoff_symfile_offsets): Replace psymbol_obstack with
12515 objfile_obstack.
12516
12517 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12518
12519 * objfiles.h (struct objfile): Add objfile_obstack field.
12520 Remove type_obstack field.
12521
12522 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12523 read_structure_scope read_enumeration, new_symbol): Replace
12524 type_obstack with objfile_obstack.
12525 * dwarfread.c (struct_type, enum_type): Ditto.
12526 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12527 (lookup_fundamental_type): Ditto.
12528 * gdbtypes.h (TYPE_ALLOC): Ditto.
12529 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12530 (hpread_read_doc_function_type, hpread_read_struct_type)
12531 (fix_static_member_physnames, hpread_read_array_type)
12532 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12533 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12534 (java_link_class_type): Ditto.
12535 * mdebugread.c (parse_type): Ditto.
12536 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12537 * solib-sunos.c (solib_add_common_symbols): Ditto.
12538 * stabsread.c (define_symbol, read_type, read_member_functions,
12539 read_cpp_abbrev, read_one_struct_field): Ditto.
12540 * symfile.c (reread_symbols): Ditto.
12541 * symmisc.c (print_objfile_statistics): Ditto.
12542
12543 2004-02-07 Andrew Cagney <cagney@redhat.com>
12544
12545 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12546 (tui_exec_info_content): Rename TuiExecInfoContent.
12547 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12548 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12549 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12550 (TuiList, TuiListPtr): Ditto.
12551 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12552 (TuiDataType, TuiDataTypePtr): Ditto.
12553 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12554 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12555 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12556 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12557 (TuiDataElement, TuiDataElementPtr): Ditto.
12558 (TuiWinElement, TuiWinElementPtr): Ditto.
12559 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12560 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12561 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12562 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12563 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12564 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12565 * tui/tui-command.c, tui/tui-data.c: Update references.
12566 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12567 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12568 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12569 * tui/tui-winsource.c, tui/tui.c: Ditto.
12570
12571 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12572
12573 * dwarf2-frame.h: Update copyright.
12574 (enum dwarf2_frame_reg_rule): New.
12575 (struct dwarf2_frame_state_reg): New.
12576 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12577 * dwarf2-frame.c: Update copyright.
12578 (enum dwarf2_reg_rule): Remove.
12579 (struct dwarf2_frame_state): Remove defenition of `struct
12580 dwarf2_frame_state_reg'.
12581 (read_reg): Call get_frame_arch to get the architecture instead of
12582 using CURRENT_GDBARCH.
12583 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12584 DWARF2_FRAME_.
12585 (dwarf2_frame_init_reg): New function.
12586 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12587 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12588 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12589 tags with DWARF2_FRAME_.
12590 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12591 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12592 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12593
12594 2004-02-06 Andrew Cagney <cagney@redhat.com>
12595
12596 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12597 (enum tui_data_type): Rename _TuiDataType.
12598 (struct tui_layout_def): Rename _TuiLayoutDef.
12599 (struct tui_source_element): Rename _TuiSourceElement.
12600 (struct tui_data_element): Rename _TuiDataElement.
12601 (struct tui_command_element): Rename _TuiCommandElement.
12602 (struct tui_locator_element): Rename _TuiLocatorElement.
12603 (union tui_which_element): Define.
12604 (struct tui_win_element): Rename _TuiWinElement.
12605 (struct tui_data_info): Rename _TuiDataInfo.
12606 (struct tui_source_info): Rename _TuiSourceInfo.
12607 (struct tui_command_info): Rename _TuiCommandInfo.
12608 (tui_initialize_static_data): Rename initializeStaticData.
12609 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12610 (tui_alloc_win_info): Rename allocWinInfo.
12611 (tui_init_generic_part): Rename initGenericPart.
12612 (tui_init_win_info): Rename initWinInfo.
12613 (tui_alloc_content): Rename allocContent.
12614 (tui_add_content_elements): Rename addContentElements.
12615 (tui_init_content_element): Rename initContentElement.
12616 (tui_free_window): Rename freeWindow.
12617 (tui_free_win_content): Rename freeWinContent.
12618 (tui_free_data_content): Rename freeDataContent.
12619 (tui_free_all_source_wins_content): Rename
12620 freeAllSourceWinsContent.
12621 (tui_del_window): Rename tuiDelWindow.
12622 (tui_del_data_windows): Rename tuiDelDataWindows.
12623 (tui_partial_win_by_name): Rename partialWinByName.
12624 (tui_win_name): Rename winName.
12625 (tui_current_layout): Rename currentLayout.
12626 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12627 (tui_term_height): Rename termHeight.
12628 (tui_set_term_height_to): Rename setTermHeightTo.
12629 (tui_term_width): Rename termWidth.
12630 (tui_set_term_width_to): Rename setTermWidthTo.
12631 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12632 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12633 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12634 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12635 (tui_source_windows): Rename sourceWindows.
12636 (tui_clear_source_windows): Rename clearSourceWindows.
12637 (tui_clear_source_windows_detail): Rename
12638 clearSourceWindowsDetail.
12639 (tui_clear_win_detail): Rename clearWinDetail.
12640 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12641 (tui_default_tab_len): Rename tuiDefaultTabLen.
12642 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12643 (tui_win_with_focus): Rename tuiWinWithFocus.
12644 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12645 (tui_layout_def): Rename tuiLayoutDef.
12646 (tui_win_resized): Rename tuiWinResized.
12647 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12648 (tui_next_win): Rename tuiNextWin.
12649 (tui_prev_win): Rename tuiPrevWin.
12650 (tui_add_to_source_windows): Rename addToSourceWindows.
12651 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12652 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12653 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12654 * tui/tui.c, tui/tui-data.c: Ditto.
12655 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12656 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12657
12658 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12659 (struct symtab): Declare.
12660 (tui_set_source_content): Rename tuiSetSourceContent.
12661 (tui_show_symtab_source): Rename tuiShowSource.
12662 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12663 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12664 * tui/tui-source.c: Update copyright. Update references.
12665 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12666 * tui/tui-stack.c: Update references.
12667
12668 * tui/tui-win.h: Update copyright. Include "tui-data.h".
12669 (struct tui_win_info): Declare.
12670 (tui_scroll_forward): Rename tuiScrollForward.
12671 (tui_scroll_backward): Rename tuiScrollBackward.
12672 (tui_scroll_left): Rename tuiScrollLeft.
12673 (tui_scroll_right): Rename tuiScrollRight.
12674 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12675 (tui_resize_all): Rename tuiResizeAll.
12676 (tui_refresh_all_win): Rename tuiRefreshAll.
12677 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12678 * tui/tui-layout.c, * tui/tui-io.c: Update references.
12679 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12680 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12681
12682 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
12683 (tui_erase_data_content): Rename tuiEraseDataContent.
12684 (tui_display_all_data): Rename tuiDisplayAllData.
12685 (tui_check_data_values): Rename tuiCheckDataValues.
12686 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12687 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12688 (tui_first_data_element_no_in_line): Rename
12689 tuiFirstDataElementNoInLine.
12690 (tui_delete_data_content_windows): Rename
12691 tuiDeleteDataContentWindows.
12692 (tui_refresh_data_win): Rename tuiRefreshDataWin.
12693 (tui_display_data_from): Rename tuiDisplayDataFrom.
12694 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12695 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12696 * tui/tui-win.c, tui/tui-regs.c: Update references.
12697 * tui/tui-layout.c, tui/tui.c: Update references.
12698
12699 * tui/tui-wingeneral.h: Update copyright.
12700 (m_allBeVisible): Delete macro.
12701 (m_allBeInvisible): Delete macro.
12702 (struct tui_gen_win_info): Declare.
12703 (struct tui_win_info): Declare.
12704 (tui_unhighlight_win): Rename unhighlightWin.
12705 (tui_make_visible, tui_make_invisible): Replace makeVisible.
12706 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12707 (tui_make_window): Rename makeWindow.
12708 (tui_copy_win): Rename copyWin.
12709 (tui_box_win): Rename boxWin.
12710 (tui_highlight_win): Rename highlightWin.
12711 (tui_check_and_display_highlight_if_needed): Rename
12712 checkAndDisplayHighlightIfNeeded.
12713 (tui_refresh_all): Rename refreshAll.
12714 (tui_delete_win): Rename tuiDelwin.
12715 (tui_refresh_win): Rename tuiRefreshWin.
12716 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12717 (tui_make_visible, tui_make_invisible): New functions.
12718 (tui_make_all_visible, tui_make_all_invisible): New functions.
12719 (make_all_visible): Rename makeAllVisible.
12720 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12721 * tui/tui-data.c, tui/tui-winsource.c: Update references.
12722 * tui/tui-windata.c, tui/tui-win.c: Update references.
12723 * tui/tui-regs.c, tui/tui-layout.c: Update references.
12724 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12725
12726 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12727
12728 * proc-api.c (write_with_trace): Initialize local variable to
12729 silence compiler warning.
12730
12731 2004-02-06 Andrew Cagney <cagney@redhat.com>
12732
12733 * tui/tui-source.h: Do not include "defs.h".
12734 (struct tui_win_info): Declare.
12735 (tui_set_source_content_nil): Declare.
12736 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12737 (union tui_line_or_address): Rename _TuiLineOrAddress.
12738 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
12739 (tui_update_source_window): Rename tuiUpdateSourceWindow.
12740 (tui_update_source_window_as_is): Rename
12741 tuiUpdateSourceWindowAsIs.
12742 (tui_update_source_windows_with_addr): Rename
12743 tuiUpdateSourceWindowsWithAddr.
12744 (tui_update_source_windows_with_line): Rename
12745 tuiUpdateSourceWindowsWithLine.
12746 (tui_clear_source_content): Rename tuiClearSourceContent.
12747 (tui_erase_source_content): Rename tuiEraseSourceContent.
12748 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12749 (tui_show_source_content): Rename tuiShowSourceContent.
12750 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12751 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12752 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12753 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12754 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12755 (tui_update_exec_info): Rename tuiUpdateExecInfo.
12756 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12757 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12758 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12759 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12760 (struct tui_win_info): Declare.
12761 * tui/tui-stack.c: Update references.
12762 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12763 * tui/tui-win.c, tui/tui-source.c: Ditto.
12764 * tui/tui.c, tui/tui-disasm.c: Ditto.
12765
12766 2004-02-06 Mark Kettenis <kettenis@gnu.org>
12767
12768 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12769 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
12770
12771 2004-02-05 Mark Kettenis <kettenis@gnu.org>
12772
12773 * infrun.c (handle_inferior_event): Allow for breakpoint
12774 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12775 and SIGEMT. Update comments.
12776 * NEWS (Revised SPARC target): Mention support for non-executable
12777 stack.
12778
12779 2004-02-04 Mark Kettenis <kettenis@gnu.org>
12780
12781 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12782 * inftarg.c: Update copyright year.
12783 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12784 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12785 (sparc_xfer_wcookie): New function.
12786 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12787 * Makefile.in (sparc-nat.o): Update dependencies.
12788 * config/sparc/nm-nbsd.h: Include "target.h".
12789 (NATIVE_XFER_WCOOKIE): New define.
12790 (sparc_xfer_wcookie): New prototype.
12791
12792 2004-02-04 Andrew Cagney <cagney@redhat.com>
12793
12794 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
12795 SYSCALL_TRAP function.
12796 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
12797
12798 2004-02-04 Andrew Cagney <cagney@redhat.com>
12799 Daniel Jacobowitz <drow@mvista.com>
12800
12801 * objfiles.h: Delete comments refering to inside_entry_func and
12802 DEPRECATED_FRAME_CHAIN_VALID.
12803 * defs.h (inside_entry_func): Update prototype..
12804 * blockframe.c (inside_entry_func): Rename to
12805 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
12806 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
12807
12808 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
12809
12810 * breakpoint.c (struct captured_parse_breakpoint_args): Move
12811 outside of #ifdef SOLIB_ADD region.
12812 (do_restore_lang_radix_cleanup): Ditto.
12813 (resolve_pending_breakpoint): Ditto.
12814
12815 2004-02-03 Andrew Cagney <cagney@redhat.com>
12816
12817 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
12818 (process_note_abi_tag_sections): Delete unused function.
12819 (ia64_read_fp): Delete unused function.
12820 (gdbarch_extract_struct_value_address): Delete declaration.
12821
12822 2004-02-02 Andrew Cagney <cagney@redhat.com>
12823
12824 * vax-tdep.c (vax_frame_chain): Delete call to
12825 deprecated_inside_entry_file.
12826 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
12827
12828 2004-02-02 Mark Kettenis <kettenis@gnu.org>
12829
12830 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
12831 column that's "empty" or "same value" when eliminating REG_RA
12832 rules.
12833
12834 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12835
12836 * NEWS: Add information about new pending breakpoint support.
12837
12838 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
12839
12840 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
12841 and pending fields for pending breakpoint support.
12842 * breakpoint.c (breakpoint_enabled): Add check for not pending.
12843 (condition_command): Only parse condition if not a pending
12844 breakpoint.
12845 (print_one_breakpoint): Add support for pending breakpoints.
12846 (describe_other_breakpoints): Add checks to verify we are not
12847 dealing with pending breakpoints.
12848 (check_duplicates): Don't check pending breakpoints.
12849 (set_raw_breakpoint): Initialize pending flag.
12850 (do_restore_lang_radix_cleanup): New cleanup routine.
12851 (resolve_pending_breakpoint): New function.
12852 (re_enable_breakpoints_in_shlibs): Try and resolve any
12853 pending breakpoints via resolve_pending_breakpoint.
12854 (mention): Add pending breakpoint support.
12855 (parse_breakpoint_sals): Add new parameter to pass to
12856 decode_line_1 to indicate silent errors when files or functions
12857 are not found. Change all callers.
12858 (do_captured_parse_breakpoint): New function.
12859 (break_command_1): Change prototype to return an rc value and to
12860 take an optional pending breakpoint pointer. Support creating
12861 a pending breakpoint if a "not found" form of error occurs when
12862 parsing the breakpoint. Also support resolving an existing pending
12863 breakpoint and be silent if the resolution fails.
12864 (create_breakpoints): Change prototype to take pending breakpoint
12865 pointer. When resolving a pending breakpoint, use the new pointer
12866 to provide a conditional or commands added by the end-user.
12867 (delete_breakpoint): Add appropriate check for pending.
12868 (breakpoint_re_set_one): Ditto.
12869 (do_enable_breakpoint): Ditto.
12870
12871 2004-02-02 David Carlton <carlton@kealia.com>
12872
12873 * valops.c (enum oload_classification): New.
12874 (find_overload_match): Break implementation into separate
12875 functions; delete #if 0'd code; look for symbols within
12876 namespaces.
12877 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
12878 (find_oload_champ,oload_method_static,classify_oload_match): New.
12879 * cp-support.h: Add declaration for cp_func_name; update
12880 declaration for make_symbol_overload_list.
12881 * cp-support.c (cp_func_name): New.
12882 (overload_list_add_symbol): Fix comment, use
12883 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
12884 (make_symbol_overload_list): Take a function name and a namespace
12885 instead of a symbol; change implementation.
12886 (make_symbol_overload_list_using): New.
12887 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
12888
12889 2004-02-02 Fred Fish <fnf@redhat.com>
12890
12891 * main.c (gdb_stdtarg): Move definition to group with other
12892 gdb_stdtarg definitions and update copyright years.
12893 * remote-sim.c (gdb_os_write_stderr): Write output to
12894 gdb_stdtargerr stream instead of gdb_stdtarg stream.
12895 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
12896 gdb_stderr stream and update copyright years.
12897
12898 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12899
12900 * Makefile.in (mips-linux-nat.o): Update dependencies.
12901 * mips-linux-nat.c: Include mips-tdep.h.
12902
12903 2004-02-01 Roland McGrath <roland@redhat.com>
12904
12905 * sol-thread.c (sol_thread_xfer_partial): New function.
12906 (init_sol_thread_ops): Use that for to_xfer_partial hook.
12907 (init_sol_core_ops): Likewise.
12908
12909 * procfs.c (procfs_xfer_partial): New function.
12910 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
12911 * Makefile.in (procfs.o): Add $(auxv_h) dep.
12912
12913 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
12914 procfs_xfer_auxv function.
12915
12916 * procfs.c (procfs_make_note_section): If we can read
12917 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
12918 * linux-proc.c (linux_make_note_section): Likewise.
12919
12920 * auxv.h: New file.
12921 * auxv.c: New file.
12922 * Makefile.in (auxv_h): New variable.
12923 (COMMON_OBS): Add auxv.o here.
12924 (auxv.o): New target.
12925
12926 * corelow.c (core_xfer_partial): New function.
12927 (init_core_ops): Use it for core_ops.to_xfer_partial.
12928
12929 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
12930 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
12931 macro if that is defined.
12932
12933 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12934
12935 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
12936 and check the specified thread for each breakpoint.
12937 * breakpoint.h (bpstat_stop_status): Update prototype.
12938 * infrun.c (handle_inferior_event): Update calls to
12939 bpstat_stop_status.
12940
12941 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12942
12943 * Makefile.in (cli-cmds.o): Add $(readline_h).
12944
12945 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
12946
12947 * cli/cli-cmds.c: Include readline.h.
12948 (complete_command): Pass the start of the last word to
12949 complete_line.
12950
12951 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12952
12953 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
12954 argument, and change first argument to a CORE_ADDR.
12955 * breakpoint.h (bpstat_stop_status): Update prototype.
12956 * infrun.c (adjust_pc_after_break): Add a new comment.
12957 (handle_inferior_event): Update calls to bpstat_stop_status.
12958
12959 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12960
12961 * breakpoint.h: Update copyright years.
12962
12963 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12964
12965 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
12966 (bpstat_stop_status): Don't decrement PC.
12967 * breakpoint.h (software_breakpoint_inserted_here_p): Add
12968 prototype.
12969 * infrun.c (adjust_pc_after_break): New function.
12970 (handle_inferior_event): Call it, early. Remove later references
12971 to DECR_PC_AFTER_BREAK.
12972 (normal_stop): Add commentary.
12973
12974 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
12975
12976 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
12977 2004-01-27 double-free fix.
12978
12979 2004-01-31 Mark Kettenis <kettenis@gnu.org>
12980
12981 * sparc-tdep.c (sparc_fetch_wcookie): New function.
12982 (sparc32_frame_prev_register): Handle StackGhost.
12983 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12984
12985 2004-01-29 Roland McGrath <roland@redhat.com>
12986
12987 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
12988 * configure: Regenerated.
12989
12990 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
12991 * Makefile.in (procfs.o): Add dep.
12992
12993 2004-01-28 Andrew Cagney <cagney@redhat.com>
12994
12995 * tui/tui-stack.h: Update copyright.
12996 (struct frame_info): Add opaque declaration.
12997 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12998 (tui_show_locator_content): Rename tuiShowLocatorContent.
12999 (tui_show_frame_info): Rename tuiShowFrameInfo.
13000 * tui/tui-stack.c: Update copyright. Update references.
13001 * tui/tui-winsource.c: Update references.
13002 * tui/tui-win.c: Update references.
13003 * tui/tui-layout.c: Update references.
13004 * tui/tui-hooks.c: Update copyright, update references.
13005 * tui/tui.c: Update copyright, update references.
13006 * tui/tui-disasm.c: Update references.
13007
13008 2004-01-28 David Carlton <carlton@kealia.com>
13009
13010 * dwarf2read.c (add_partial_structure): Use demangled name if
13011 namespace equals "".
13012
13013 2004-01-27 Jim Blandy <jimb@redhat.com>
13014
13015 Clean up misapplied patch:
13016 * dwarf2read.c (determine_prefix): Change one of the two forward
13017 declarations for 'determine_prefix_aux' to a declaration for this.
13018 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13019 argument to 'die_specification'.
13020
13021 * dwarf2read.c (read_func_scope): Re-indent comment.
13022
13023 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13024
13025 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13026 b->exp to NULL after freeing so that error during re-parsing or
13027 evaluation of expressions associated with breakpoint don't
13028 eventually lead to re-freeing of storage.
13029 Committed by Andrew Cagney.
13030
13031 2004-01-27 Andrew Cagney <cagney@redhat.com>
13032
13033 * source.c (ambiguous_line_spec): Delete undefined declaration.
13034 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13035 (m32r_set_server_address, m32r_set_download_path): Ditto.
13036 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13037
13038 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13039
13040 * dwarf2read.c: Update calls to changed and renamed functions, and
13041 references to moved variables.
13042
13043 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13044 language, language_defn, list_in_scope, and ftypes members.
13045 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13046 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13047 (baseaddr): Remove globals.
13048
13049 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13050 (set_cu_language, die_is_declaration, die_specification)
13051 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13052 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13053 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13054 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13055
13056 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13057 cu.list_in_scope. Don't initialize cu_header_offset.
13058 (add_partial_symbol): Add local baseaddr.
13059 (psymtab_to_symtab_1): Add local baseaddr. Use
13060 objfile->section_offsets for consistency. Don't initialize
13061 cu_header_offset; do initialize cu.header.offset and
13062 cu.list_in_scope.
13063 (read_file_scope, read_func_scope, read_lexical_block_scope)
13064 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13065
13066 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13067
13068 * PROBLEMS: Add gdb/1516.
13069
13070 2003-12-29 Robert Millan <robertmh@gnu.org>
13071
13072 Patch committed by Andrw Cagney.
13073 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13074 * configure.tgt: Match knetbsd*-gnu.
13075
13076 2004-01-26 Andrew Cagney <cagney@redhat.com>
13077
13078 * breakpoint.c (catch_command_1): Delete #ifdef code.
13079 (catch_fork_command_1): Delete #ifdef wrapper.
13080 (catch_exec_command_1): Ditto.
13081 (catch_load_command_1): Ditto.
13082 (catch_unload_command_1): Ditto.
13083
13084 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13085 (catch_breakpoint): Delete #if0ed function.
13086 (disable_catch_breakpoint): Ditto.
13087 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13088 (disable_catch, enable_catch, delete_catch): Ditto.
13089
13090 2004-01-26 Andrew Cagney <cagney@redhat.com>
13091
13092 * remote.c (echo_check, quit_flag): Delete variables.
13093 (cisco_kernel_mode): Delete variable.
13094 (minitelnet_return, tty_input, escape_count): Delete variables.
13095 (remote_cisco_mode): Delete variable.
13096 (remote_cisco_open, remote_cisco_close): Delete function.
13097 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13098 (init_remote_cisco_ops): Delete function.
13099 (_initialize_remote): Do not install "remote cisco" code.
13100 (read_frame): Delete cisco specific code.
13101 (remote_info_process): Delete function.
13102 (remote_wait): Delete cisco specific code.
13103 (remote_cisco_section_offsets): Delete function.
13104 (remote_cisco_objfile_relocate): Delete function.
13105 (remote_async_wait): Delete cisco specific code.
13106 (minitelnet, readtty, readsocket): Delete function.
13107
13108 2004-01-26 Andrew Cagney <cagney@redhat.com>
13109
13110 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13111 comments mentioning extract_returned_value_address.
13112 * infcmd.c (print_return_value): Update. Add comments on
13113 extract_returned_value_address.
13114 * stack.c (return_command): Add comments on
13115 extract_returned_value_address.
13116 * values.c: Update comment.
13117 * m32r-tdep.c: Update comment.
13118 * sparc-tdep.c: Update comment.
13119 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13120 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13121 * sh64-tdep.c (sh64_gdbarch_init): Update.
13122 * sh-tdep.c (sh_gdbarch_init): Update.
13123 * s390-tdep.c (s390_gdbarch_init): Update.
13124 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13125 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13126 * m68k-tdep.c (m68k_gdbarch_init): Update.
13127 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13128 * m32r-tdep.c (m32r_gdbarch_init): Update.
13129 * ia64-tdep.c (ia64_gdbarch_init): Update.
13130 * h8300-tdep.c (h8300_gdbarch_init): Update.
13131 * frv-tdep.c (frv_gdbarch_init): Update.
13132 * arm-tdep.c (arm_gdbarch_init): Update.
13133 * alpha-tdep.c (alpha_gdbarch_init): Update.
13134
13135 2004-01-26 Andrew Cagney <cagney@redhat.com>
13136
13137 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13138 SYMBOL_LOCATION_FUNCS
13139 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13140 "struct symbol_ops".
13141 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13142 type to "struct symbol_ops".
13143 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13144 (struct symbol): Replace ".aux_value.loc.funcs" and
13145 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13146 (SYMBOL_OBJFILE): Delete macro.
13147 (SYMBOL_LOCATION_FUNCS): Delete macro.
13148 (SYMBOL_LOCATION_BATON): Update.
13149 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13150 intead of SYMBOL_LOCATION_FUNCS.
13151 * ax-gdb.c (gen_var_ref): Ditto.
13152 * printcmd.c (address_info): Ditto.
13153 * findvar.c (read_var_value): Ditto.
13154 (symbol_read_needs_frame): Ditto.
13155
13156 2004-01-26 Andrew Cagney <cagney@redhat.com>
13157
13158 * dwarf2read.c (read_func_scope): Document frame-base hack.
13159
13160 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13161
13162 * infcmd.c (print_return_value): Plug memory leak; delete
13163 ui_stream object. Rename argument `structure_return' to
13164 `struct_return'.
13165
13166 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13167
13168 * infcmd.c (print_return_value): Wrap long lines.
13169 (finish_command_continuation, finish_command): Remove unused
13170 variable `funcaddr'. Fix some coding-standards problems.
13171
13172 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13173 SECT_SIZE is large enough, not whether it's exactly the right size.
13174 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13175 TDEP->fpregset to zero.
13176
13177 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13178 floating-point registers for traditional NetBSD core files.
13179 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13180 TDEP->sizeof_fpregset here.
13181
13182 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13183
13184 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13185 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13186 function with code split out from
13187 sparc32nbsd_sigcontext_frame_cache.
13188 (sparc32nbsd_sigcontext_frame_cache): Use
13189 sparc32nbsd_sigcontext_saved_regs.
13190 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13191 OpenBSD.
13192 * sparcobsd-tdep.c: New file.
13193 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13194 (sparcobsd-tdep.o): New dependency.
13195 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13196 * config/sparc/obsd.mt: New file.
13197
13198 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13199 TDEP->fpregset to be initialized to enable core file register
13200 sets.
13201
13202 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13203
13204 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13205 Add opaque declarations.
13206 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13207 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13208 function with code split out from
13209 sparc64nbsd_sigcontext_frame_cache.
13210 (sparc64nbsd_sigcontext_frame_cache): Use
13211 sparc64nbsd_sigcontext_saved_regs.
13212 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13213 OpenBSD.
13214 * sparc64obsd-tdep.c: New file.
13215 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13216 (sparc64obsd-tdep.o): New dependency.
13217 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13218 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13219 * config/sparc/obsd64.mt: New file.
13220
13221 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13222 read the instruction at PC.
13223
13224 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13225 value of GDB_OSABI_DEFAULT.
13226 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13227 instead of GDB_OSABI_NETBSD_AOUT.
13228
13229 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13230
13231 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13232 copyright.
13233
13234 2004-01-23 Andrew Cagney <cagney@redhat.com>
13235
13236 * printcmd.c (display_command): Replace tui_set_display call with
13237 tui_set_layout_for_display_command.
13238 * tui/tui.h (enum tui_win_type): Define.
13239 (tui_set_layout): Delete declaration.
13240 (tui_set_layout_for_display_command): Rename set_tui_layout.
13241 * tui/tui-data.h (enum tui_layout_type): Define.
13242 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13243 "tui.h".
13244 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13245 (tui_default_win_height): Rename tuiDefaultWinHeight.
13246 (tui_default_win_viewport_height): Rename
13247 tuiDefaultWinViewportHeight.
13248 (tui_set_layout): RenametuiSetLayout.
13249 * tui/tui-layout.c: Update references.
13250 * tui/tui.c: Update references.
13251 * tui/tui-disasm.c: Update references.
13252
13253 2004-01-23 David Carlton <carlton@kealia.com>
13254
13255 Partial workaround for PR c++/1511:
13256 * cp-namespace.c: Include frame.h.
13257 (cp_lookup_transparent_type): New
13258 (cp_lookup_transparent_type_loop): New.
13259 * cp-support.h: Declare cp_lookup_transparent_type.
13260 * symtab.c (basic_lookup_transparent_type): Renamed from
13261 lookup_transparent_type.
13262 (lookup_transparent_type): Replace old body by a call to
13263 current_language->la_lookup_transparent_type.
13264 * symtab.h: Update copyright. Declare
13265 basic_lookup_transparent_type.
13266 * language.h: Update copyright.
13267 (struct language_defn): Add la_lookup_transparent_type.
13268 * language.c: Update copyright.
13269 (unknown_language_defn): Add basic_lookup_transparent_type.
13270 (auto_language_defn): Add basic_lookup_transparent_type.
13271 (local_language_defn): Add basic_lookup_transparent_type.
13272 * ada-lang.c: Update copyright.
13273 (ada_language_defn): Add basic_lookup_transparent_type.
13274 * c-lang.c: Update copyright.
13275 (c_language_defn): Add basic_lookup_transparent_type.
13276 (cplus_language_defn): Add basic_lookup_transparent_type.
13277 (asm_language_defn): Add basic_lookup_transparent_type.
13278 (minimal_language_defn): Add basic_lookup_transparent_type.
13279 * f-lang.c: Update copyright.
13280 (f_language_defn): Add basic_lookup_transparent_type.
13281 * jv-lang.c: Update copyright.
13282 (java_language_defn): Add basic_lookup_transparent_type.
13283 * m2-lang.c: Update copyright.
13284 (m2_language_defn): Add basic_lookup_transparent_type.
13285 * objc-lang.c: Update copyright.
13286 (objc_language_defn): Add basic_lookup_transparent_type.
13287 * p-lang.c: Update copyright.
13288 (p_language_defn): Add basic_lookup_transparent_type.
13289 * scm-lang.c: Update copyright.
13290 (scm_language_defn): Add basic_lookup_transparent_type.
13291 * Makefile.in (cp-namespace.o): Depend on frame.h.
13292
13293 2004-01-23 David Carlton <carlton@kealia.com>
13294
13295 Patch for PR c++/1520:
13296 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13297 properly if we have a specification die.
13298 (determine_prefix_aux): Rename from determine_prefix.
13299 (determine_prefix): Like the old determine_prefix, but never
13300 returns NULL.
13301
13302 2004-01-23 Theodore A. Roth <troth@openavr.org>
13303
13304 * avr-tdep.c: Update copyright.
13305 (avr_iaddr_p): Delete unused function.
13306 (avr_saddr_p): Delete unused function.
13307
13308 2004-01-23 David Carlton <carlton@kealia.com>
13309
13310 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13311 Fix for PR symtab/1534.
13312
13313 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13314
13315 * NEWS (New native configurations): Mention OpenBSD/sparc and
13316 OpenBSD/sparc64.
13317 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13318 * configure.host: Likewise.
13319 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13320 handler for OpenBSD.
13321 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13322
13323 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13324
13325 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13326 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13327
13328 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13329 * cli/cli-cmds.c (shell_escape): Likewise.
13330
13331 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13332 OpenBSD .note.openbsd.ident sections.
13333
13334 2004-01-22 David Carlton <carlton@kealia.com>
13335
13336 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13337 get_scope_pc_bounds.
13338 (read_file_scope): Ditto.
13339 (get_scope_pc_bounds): New function, produced by extracting code
13340 from the above two functions, consolidating it, and adding support
13341 for DW_TAG_namespace.
13342
13343 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13344
13345 * osabi.c (MAX_NOTESZ): New define.
13346 (check_note): New function.
13347 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13348 check_note.
13349
13350 2004-01-21 Roland McGrath <roland@redhat.com>
13351
13352 * MAINTAINERS (write after approval): Add myself.
13353
13354 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13355
13356 * utils.c (init_page_info): Move declarations of `rows' and
13357 `cols' before the __GO32__-specific code. Move the closing brace
13358 outside the #ifdef __GO32__..#endif block.
13359 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13360
13361 2004-01-21 Paul Brook <paul@codesourcery.com>
13362
13363 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13364 BPSTAT_WHAT_CHECK_SHLIBS.
13365
13366 2004-01-21 Paul Brook <paul@codesourcery.com>
13367
13368 * MAINTAINERS: Add myself to write-after-approval.
13369
13370 2004-01-20 Andrew Cagney <cagney@redhat.com>
13371
13372 * ax-gdb.c (print_axs_value): Delete unused function.
13373 * jv-lang.c (java_lookup_type): Delete unused function.
13374 * cli/cli-dump.c (dump_filetype): Delete unused function.
13375 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13376 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13377 (mips_getstring): Delete unused function.
13378 (pmon_insert_breakpoint): Delete #if0ed function.
13379 (PMON_MAX_BP): Delete #if0ed MACRO.
13380 (mips_pmon_bp_info): Delete #if0ed variable.
13381 (pmon_remove_breakpoint): Delete #if0ed function.
13382 * monitor.c (monitor_write_even_block): Delete unused function.
13383 (monitor_write_memory_block): Delete #if0ed code.
13384 * dink32-rom.c (dink32_load): Delete unused function.
13385 (_initialize_dink32_rom): Delete #if0ed code.
13386 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13387
13388 * tui/tui-command.c: Update references.
13389 * tui/tui-io.c: Update references.
13390 * tui/tui-command.h: Update copyright.
13391 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13392
13393 * source.c (ambiguous_line_spec): Delete never-defined function.
13394 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13395 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13396 * cli/cli-cmds.c (validate_comname): Ditto.
13397
13398 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13399 "tui-data.h".
13400 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13401 (tui_show_disassem): Rename tuiShowDisassem.
13402 (tui_show_disassem_and_update_source): Rename
13403 tuiVerticalDisassemScroll.
13404 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13405 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13406 * tui/tui.h: Update copyright.
13407 (enum tui_status): Define.
13408 * tui/tui-data.h (enum tui_scroll_direction): Define.
13409 * tui/tui-disasm.c: Update copyright. Update references.
13410 * tui/tui-winsource.c: Update copyright. Update references.
13411 * tui/tui-win.c: Update references.
13412 * tui/tui-layout.c: Update references.
13413
13414 2004-01-20 Andrew Cagney <cagney@redhat.com>
13415
13416 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13417 sym2 to start of block.
13418
13419 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13420
13421 * MAINTAINERS: Delete mmalloc.
13422 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13423 * NEWS: Mention removal of --with-malloc.
13424 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13425 * config.in: Regenerate.
13426 * configure: Regenerate.
13427 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13428 USE_MMALLOC, MMCHECK_FORCE.
13429 * gdbinit.in: Remove mmalloc.
13430 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13431 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13432 * config/i386/go32.mh: Likewise.
13433 * config/i386/interix.mh: Likewise.
13434 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13435
13436 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13437
13438 * linespec.c (decode_variable, symtab_from_filename): Call
13439 error_silent with error message instead of throwing an exception
13440 directly.
13441 * defs.h (error_silent, error_output_message): Add prototypes.
13442 (catch_exceptions_with_msg): Ditto.
13443 * utils.c (error_silent, error_output_message): New functions.
13444 * top.c (catch_exceptions_with_msg): New function.
13445
13446 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13447
13448 * mi/mi-cmds.h (enum print_values): Add definition.
13449
13450 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13451 type and value for simple data types and just the name and type
13452 for complex ones, if required.
13453
13454 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13455 children, if required.
13456
13457 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13458
13459 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13460 unused declarations.
13461
13462 2004-01-19 Andrew Cagney <cagney@redhat.com>
13463
13464 * top.h (mapped_symbol_files): Delete declaration.
13465 * main.c (captured_main): Delete option "m" and "mapped".
13466 * objfiles.c (mapped_symbol_files): Delete variable.
13467 * symfile.c (symbol_file_command): Delete mmap code.
13468 (symbol_file_add_with_addrs_or_offsets): Ditto.
13469 (add_symbol_file_command, reread_separate_symbols): Ditto.
13470 * objfiles.h (OBJF_MAPPED): Delete.
13471 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13472 (free_objfile) [USE_MMALLOC]: Ditto.
13473 (open_existing_mapped_file): Delete function.
13474 (open_mapped_file): Delete function.
13475 (map_to_file): Delete function.
13476
13477 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13478
13479 * infrun.c (step_into_function): Account for possible breakpoint
13480 adjustment when computing ``stop_func_start''.
13481
13482 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13483
13484 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13485 the region size against the size of a pointer, not the size of
13486 a register as given by DEPRECATED_REGISTER_SIZE.
13487
13488 2004-01-19 Andrew Cagney <cagney@redhat.com>
13489
13490 * tui/tui-regs.h: Include "tui-data.h".
13491 (tuiFirstRegElementNoInLine): Delete declaration.
13492 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13493 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13494 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13495 (tui_calculate_regs_column_count): Rename
13496 tuiCalculateRegsColumnCount.
13497 (tui_check_register_values): Rename tuiCheckRegisterValues.
13498 (tui_show_registers): Rename tuiShowRegisters.
13499 (tui_display_registers_from_line): Rename
13500 tuiDisplayRegistersFromLine.
13501 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13502 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13503 (tui_first_reg_element_no_inline): Rename
13504 tuiFirstRegElementNoInLine.
13505 * tui/tui-data.h: Update copyright.
13506 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13507 * tui/tui-windata.c: Update copyright, update references.
13508 * tui/tui-regs.c: Update copyright, update references.
13509 * tui/tui-win.c: Update copyright, update references.
13510 * tui/tui-layout.c: Update copyright, update references.
13511
13512 2004-01-18 Andrew Cagney <cagney@redhat.com>
13513
13514 * tui/tui-io.c: Update copyright.
13515 (key_is_end_sequence, key_is_backspace): New functions.
13516 (key_is_command_char, key_is_start_sequence): New function.
13517 (tui_getc): Update references.
13518 * tui/tui-io.h: Update copyright.
13519 (m_tuiStartNewLine): Delete macro.
13520 (m_isBackspace, m_isDeleteChar): Delete macros.
13521 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13522 (m_isNextPage, m_isPrevPage): Delete macros.
13523 (m_isLeftArrow, m_isRightArrow): Delete macros.
13524 (m_isXdbStyleCommandChar): Delete macro.
13525 (key_is_start_sequence): Declare, replace m_isStartSequence.
13526 (key_is_end_sequence): Declare, replace m_isEndSequence.
13527 (key_is_backspace): Declare ,replace m_isBackspace.
13528 (key_is_command_char): Declare, replace m_isCommandChar.
13529 * tui/tui-command.c: Update copyright.
13530 (tuiDispatchCtrlChar): Update references.
13531
13532 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13533 tuiSourceWin.h.
13534
13535 * tui/tui-command.c: Rename tui/tuiCommand.c.
13536 * tui/tui-command.h: Rename tui/tuiCommand.h.
13537 * tui/tui-data.c: Rename tui/tuiData.c.
13538 * tui/tui-data.h: Rename tui/tuiData.h.
13539 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13540 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13541 * tui/tui-io.c: Rename tui/tuiIO.c.
13542 * tui/tui-io.h: Rename tui/tuiIO.h.
13543 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13544 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13545 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13546 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13547 * tui/tui-source.c: Rename tui/tuiSource.c.
13548 * tui/tui-source.h: Rename tui/tuiSource.h.
13549 * tui/tui-stack.c: Rename tui/tuiStack.c.
13550 * tui/tui-stack.h: Rename tui/tuiStack.h.
13551 * tui/tui-win.c: Rename tui/tuiWin.c.
13552 * tui/tui-win.h: Rename tui/tuiWin.h.
13553 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13554 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13555 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13556 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13557 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13558 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13559 * tui/tui-file.c: Update includes.
13560 * tui/tui-hooks.c: Update includes.
13561 * tui/tui-interp.c: Update includes.
13562 * tui/tui.c: Update includes.
13563 * Makefile.in: Update all tui/ dependencies.
13564 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13565
13566 * Makefile.in: Update copyright. Update dependencies.
13567
13568 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13569 problem.
13570
13571 2004-01-18 Andrew Cagney <cagney@redhat.com>
13572
13573 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13574 instead of register_gdbarch_init.
13575
13576 * remote-sds.c (tohex): Delete unused function. Update copyright.
13577 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13578 * v850-tdep.c (v850_register_virtual_size): Ditto.
13579 * target.c (normal_target_post_startup_inferior): Ditto.
13580 * source.c (ambiguous_line_spec): Ditto.
13581 * remote.c (adapt_remote_get_threadinfo): Ditto.
13582 * mi/mi-out.c (out_field_fmt): Ditto.
13583 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13584 (output_control_change_notification): Ditto.
13585 * m68k-tdep.c (m68k_register_byte): Ditto.
13586 (m68k_remote_breakpoint_from_pc): Ditto.
13587 * ui-out.c (init_ui_out_state): Delete unused declaration.
13588 * stabsread.c (search_value): Ditto.
13589 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13590 * maint.c (print_section_table): Ditto.
13591 * infrun.c (set_follow_fork_mode_command): Ditto.
13592
13593 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13594
13595 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13596 DW_CFA_def_cfa_exporession. Add support for
13597 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13598 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13599
13600 2004-01-18 Andrew Cagney <cagney@redhat.com>
13601
13602 * ocd.c: Update copyright.
13603 (bdm_read_register_command): Delete unused function.
13604 (_initialize_remote_ocd): Delete commented out reference.
13605 (get_quoted_char, reset_packet): Delete #if0ed function.
13606 (output_packet, put_quoted_char): Delete #if0ed function.
13607 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13608 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13609 (BDM_BREAKPOINT): Delete #if0ed macro.
13610 (remote_timeout): Delete #if0ed variable.
13611
13612 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13613
13614 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13615 (core-sol2.o): Remove dependency.
13616 * core-sol2.c: Remove file.
13617
13618 2004-01-17 Andrew Cagney <cagney@redhat.com>
13619
13620 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13621 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13622 enums.
13623
13624 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13625
13626 * remote.c: Update copyright years.
13627
13628 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13629
13630 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13631
13632 2004-01-17 Andrew Cagney <cagney@redhat.com>
13633
13634 * mdebugread.c: Update copyright.
13635 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13636 (parse_type, parse_procedure): Ditto.
13637 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13638
13639 * cris-tdep.c (cris_store_struct_return): Put back accidently
13640 deleted function.
13641
13642 * gdbarch.sh: Update copyright year.
13643 * gdbarch.h, gdbarch.c: Re-generate.
13644
13645 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13646
13647 Suggested by George Anzinger.
13648 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13649 correct stack offset. Include unknown opcode numbers in the error
13650 message.
13651
13652 2004-01-17 Andrew Cagney <cagney@redhat.com>
13653
13654 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13655 extract_struct_value_address, i386 does not set it.
13656 * sparc64-tdep.c (sparc64_init_abi): Do not set
13657 extract_struct_value_address, never called.
13658 (sparc64_extract_struct_value_address): Delete function.
13659 * m68hc11-tdep.c: Update copyright.
13660 (m68hc11_gdbarch_init): Delete redundant assignment of
13661 extract_struct_value_address.
13662 * i386-tdep.c: Update copyright.
13663 (i386_gdbarch_init): Do not set extract_struct_value_address,
13664 never called.
13665 (i386_extract_struct_value_address): Delete function.
13666 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13667 extract_struct_value_address, never called.
13668 (sparc32_extract_struct_value_address): #if 0 function. Add
13669 comments explaining its future.
13670
13671 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13672
13673 * arm-tdep.c (arm_write_pc): New function.
13674 (arm_gdbarch_init): Call set_gdbarch_write_pc.
13675
13676 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13677
13678 * breakpoint.c (must_shift_inst_regs): Delete.
13679 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13680 and SHIFT_INST_REGS.
13681 * infcmd.c (step_1, step_1_continuation): Delete references to
13682 SHIFT_INST_REGS.
13683 * infrun.c (keep_going): Likewise.
13684 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13685 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13686
13687 2004-01-17 Andrew Cagney <cagney@redhat.com>
13688
13689 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13690 * gdbarch.h, gdbarch.c: Re-generate.
13691 * infcmd.c (print_return_value): Delete reference to
13692 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13693
13694 * cris-tdep.c (cris_gdbarch_init): Do not set
13695 deprecated_extract_struct_value_address.
13696
13697 * xstormy16-tdep.c: Update copyright.
13698 (xstormy16_extract_struct_value_address): Update to current
13699 extract struct value address interface.
13700 (xstormy16_gdbarch_init): Set extract_struct_value_address.
13701 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13702 current extract struct value address interface.
13703 (sh64_gdbarch_init): Set extract_struct_value_address.
13704
13705 * cris-tdep.c: Update copyright.
13706 (cris_extract_struct_value_address): Delete function.
13707 (struct_return_address): Delete variable.
13708 (cris_store_struct_return): Do not set struct_return_address.
13709
13710 * mcore-tdep.c: Update copyright.
13711 (mcore_extract_struct_value_address): Delete function. Update
13712 comments.
13713 (mcore_gdbarch_init): Update.
13714 * mn10300-tdep.c: Update copyright.
13715 (mn10300_extract_struct_value_address): Delete function.
13716 (mn10300_gdbarch_init): Update.
13717 * v850-tdep.c: Update copyright.
13718 (v850_extract_struct_value_address): Delete.
13719 (v850_gdbarch_init): Update.
13720 * ns32k-tdep.c: Update copyright.
13721 (ns32k_extract_struct_value_address): Delete.
13722 (ns32k_gdbarch_init): Update.
13723 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13724 (hppa_gdbarch_init): Update.
13725 * vax-tdep.c: Update copyright.
13726 (vax_extract_struct_value_address): Delete.
13727 (vax_gdbarch_init): Update.
13728
13729 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13730 * gdbarch.h, gdbarch.c: Re-generate.
13731 * procfs.c (procfs_fetch_registers): Delete reference to
13732 DEPRECATED_NPC_REGNUM.
13733 (procfs_store_registers): Ditto.
13734 * regcache.c (generic_target_write_pc): Simplify.
13735 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
13736
13737 * core-sol2.c (fetch_core_registers): Replace
13738 DEPRECATED_NPC_REGNUM with equivalent tdep value.
13739
13740 * hppa-tdep.c: Update copyright year.
13741 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13742 NPC_REGNUM.
13743 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13744
13745 * mips-tdep.c (mips_write_pc): New function.
13746 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13747 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13748 (mips_find_saved_regs, mips_software_single_step: Ditto.
13749 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13750 mips_init_extra_frame_info, mips_pop_frame): Ditto.
13751
13752 2004-01-17 Andrew Cagney <cagney@redhat.com>
13753
13754 * mips-tdep.c: Re-indent. Group functions by ABI.
13755
13756 2004-01-17 Andrew Cagney <cagney@redhat.com>
13757
13758 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13759 * gdbarch.c: Re-generate.
13760 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13761 DECR_PC_AFTER_BREAK to zero.
13762 * vax-tdep.c (vax_gdbarch_init): Ditto.
13763 * v850-tdep.c (v850_gdbarch_init): Ditto.
13764 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13765 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13766 * sh-tdep.c (sh_gdbarch_init): Ditto.
13767 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13768 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13769 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13770 * mips-tdep.c (mips_gdbarch_init): Ditto.
13771 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13772 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13773 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13774 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13775 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13776 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13777 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13778 * frv-tdep.c (frv_gdbarch_init): Ditto.
13779 * cris-tdep.c (cris_gdbarch_init): Ditto.
13780 * avr-tdep.c (avr_gdbarch_init): Ditto.
13781 * arm-tdep.c (arm_gdbarch_init): Ditto.
13782 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13783
13784 2004-01-17 J. Brobecker <brobecker@gnat.com>
13785
13786 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13787 Delete, no longer used.
13788 (read_subrange_type): New function, mostly extracted from
13789 read_array_type().
13790 (read_array_type): Replace extracted code by call to
13791 read_subrange_type().
13792 (dwarf2_get_attr_constant_value): New function.
13793 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
13794 (add_partial_symbol): Likewise.
13795 (process_die): Likewise.
13796 (new_symbol): Likewise.
13797 (read_type_die): Likewise.
13798
13799 2004-01-16 Andrew Cagney <cagney@redhat.com>
13800
13801 * symfile.c: Update copyright year.
13802 (compare_symbols): Delete unused function.
13803 * stabsread.c: Update copyright year.
13804 (lrs_general_complaint): Delete unused function.
13805 (ref_search_value): Ditto.
13806 (get_substring): Delete declaration.
13807 * sh64-tdep.c: Update copyright year.
13808 (sh64_get_gdb_regnum): Delete unused function.
13809 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
13810 Delete unused function.
13811
13812 2004-01-17 Mark Kettenis <kettenis@gnu.org>
13813
13814 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
13815 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
13816
13817 2004-01-16 Andrew Cagney <cagney@redhat.com>
13818
13819 Changes from Peter Schauer.
13820 * rs6000-tdep.c: Update copyright year.
13821 (rs6000_push_dummy_call): Update the stack pointer before
13822 accessing the corresponding stack region.
13823 * rs6000-nat.c: Update copyright year.
13824 (set_host_arch): Set "info.abfd" to "exec_bfd".
13825
13826 2004-01-15 Mark Kettenis <kettenis@gnu.org>
13827
13828 * blockframe.c: Update copyright year.
13829 (inside_entry_func): Don't treat a zero PC specially.
13830
13831 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13832
13833 * gcore.c (gcore_copy_callback): Use paddr_d to print size
13834 variable.
13835 (gcore_create_callback): Ditto. Skip any memory segment that has
13836 no permissions set.
13837
13838 2004-01-14 David Carlton <carlton@kealia.com>
13839
13840 Change symbols for C++ nested types to contain the fully qualified
13841 name, if possible. (At least in the DWARF-2 case.) Partial fix
13842 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
13843 c++/895.
13844 * c-exp.y (qualified_type): Handle types nested within classes.
13845 * cp-namespace.c: Update comments.
13846 (cp_set_block_scope): Delete #if 0.
13847 (cp_lookup_nested_type): Handle types nested within classes.
13848 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
13849 when appropriate.
13850 (add_partial_symbol): Add the name of the enclosing namespace to
13851 types.
13852 (pdi_needs_namespace): New.
13853 (add_partial_namespace): Tweak comment.
13854 (add_partial_structure): New.
13855 (psymtab_to_symtab_1): Initialize processing_current_prefix
13856 here...
13857 (process_die): instead of here.
13858 (read_structure_scope): Try to figure out the name of the class or
13859 namespace that the structure might be defined within.
13860 (read_enumeration): Generate fully-qualified names, if possible.
13861 (read_namespace): Don't set name to NULL.
13862 (die_specification): New.
13863 (new_symbol): Generate fully-qualified names for types.
13864 (read_type_die): Determine appropriate prefix.
13865 (determine_prefix): New.
13866 (typename_concat): New.
13867 (class_name): New.
13868 * valops.c (value_aggregate_elt): Pass NOSIDE to
13869 value_struct_elt_for_reference.
13870 (value_struct_elt_for_reference): Make static, add NOSIDE
13871 parameter, call value_maybe_namespace_elt as a last resort.
13872 (value_namespace_elt): Break out code into
13873 value_maybe_namespace_elt.
13874 (value_maybe_namespace_elt): New.
13875
13876 2004-01-12 Andrew Cagney <cagney@redhat.com>
13877
13878 * mips-tdep.c (mips_convert_register_p): Handle both raw and
13879 cooked floating-point registers.
13880 (mips_gdbarch_init): Set convert_register_p, register_to_value,
13881 and value_to_register.
13882
13883 2004-01-13 Andrew Cagney <cagney@redhat.com>
13884
13885 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
13886 * gdbarch.c: Re-generate.
13887 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13888 FUNCTION_START_OFFSET.
13889 * v850-tdep.c (v850_gdbarch_init): Ditto.
13890 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13891 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13892 * sh-tdep.c (sh_gdbarch_init): Ditto.
13893 * s390-tdep.c (s390_gdbarch_init): Ditto.
13894 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13895 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13896 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13897 * mips-tdep.c (mips_gdbarch_init): Ditto.
13898 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13899 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
13900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13901 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13902 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13903 * i386-tdep.c (i386_gdbarch_init): Ditto.
13904 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13905 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13906 * frv-tdep.c (frv_gdbarch_init): Ditto.
13907 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
13908 * cris-tdep.c (cris_gdbarch_init): Ditto.
13909 * avr-tdep.c (avr_gdbarch_init): Ditto.
13910 * arm-tdep.c (arm_gdbarch_init): Ditto.
13911 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
13912
13913 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
13914
13915 * infrun.c (follow_fork_mode_ask): Remove.
13916 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
13917 (follow_fork): Simplify and remove internal error for
13918 follow_fork_mode_ask.
13919 (_initialize_infrun): Update "set follow-fork-mode" help text.
13920
13921 2004-01-13 Andrew Cagney <cagney@redhat.com>
13922
13923 * configure.in: Update copyright year.
13924 (build_warnings): Add -Wunused-label.
13925 * configure: Re-generate.
13926
13927 2004-01-12 Andrew Cagney <cagney@redhat.com>
13928
13929 * exec.h (exec_ops): Make "extern".
13930
13931 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
13932 the function is void.
13933 (mips_pseudo_register_write): Ditto.
13934
13935 2004-01-12 Andrew Cagney <cagney@redhat.com>
13936
13937 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
13938 call. Never defined.
13939 * sparc-tdep.h (struct frame_info): Add opaque declaration.
13940 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
13941 (struct sparc_gregset, struct regcache): Ditto.
13942 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
13943
13944 2004-01-12 Andrew Cagney <cagney@redhat.com>
13945
13946 * mi/ChangeLog: Delete file. Renamed to ...
13947 * mi/ChangeLog-1999-2003: New file.
13948 * tui/ChangeLog: Delete file. Renamed to ...
13949 * tui/ChangeLog-1998-2003: New file.
13950
13951 2004-01-11 Mark Kettenis <kettenis@gnu.org>
13952
13953 * sparc64nbsd-tdep.c: Include "regset.h".
13954 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
13955 Remove variables.
13956 (fetch_core_registers): Remove function.
13957 (sparc64nbsd_core_fns): Remove variable.
13958 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
13959 functions.
13960 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
13961 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13962 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
13963
13964 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
13965 sparc_extract_struct_value_address.
13966 (sparc32_gdbarch_init): Set extract_struct_value_address.
13967 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
13968 function.
13969 (sparc64_init_abi): Set extract_struct_value_address. Don't set
13970 return_value_on_stack.
13971
13972 * NEWS: Mention that %cs and %ss have been added to the AMD64
13973 configurations
13974
13975 * frame.c: Update copyright year.
13976 (get_prev_frame): Improve comment.
13977
13978 * sparc64fbsd-tdep.c: Include "regset.h".
13979 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13980 Remove variables.
13981 (fetch_core_registers): Remove function.
13982 (sparc64fbsd_core_fns): Remove variable.
13983 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
13984 functions.
13985 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
13986 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
13987 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
13988
13989 * sparcnbsd-tdep.c: Include "regset.h".
13990 (fetch_core_registers): Remove function.
13991 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
13992 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
13993 functions.
13994 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13995 TDEP->fpregset.
13996 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13997
13998 * sparc-tdep.h (struct regset): Provide opaque declaration.
13999 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14000 fpregset and sizeof_fpregset members.
14001 * sparc-tdep.c (struct regset): Provide opaque declaration.
14002 (sparc_regset_from_core_section): New function.
14003 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14004 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14005 Set regset_from_core_section when appropriate.
14006
14007 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14008
14009 * x86-64-tdep.c (amd64_non_pod_p): New function.
14010 (amd64_classify_aggregate): Return class memory for non-POD
14011 C++ structure types.
14012
14013 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14014 argument. Use it to reserve a register if necessary.
14015 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14016 amd64_push_arguments.
14017
14018 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14019
14020 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14021 register numbers in comments.
14022 * x86-64-tdep.h: Update copyright year.
14023 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14024 Adjust for addition of %cs and %ss.
14025 * amd64fbsd-nat.c: Update copyright year.
14026 (reg_offset): Add register offsets for %cs and %ss.
14027 * amd64fbsd-tdep.c: Update copyright year.
14028 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14029 (amd64fbsd_sc_reg_offset): Likewise.
14030 * x86-64-linux-nat.c: Update copyright year.
14031 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14032 and %ss.
14033 * amd64nbsd-nat.c: Update copyright year.
14034 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14035 * amd64nbsd-tdep.c: Update copyright year.
14036 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14037 * x86-64-linux-tdep.c: Update copyright year.
14038 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14039 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14040 * regformats/reg-x86-64.dat: Add %cs and %ss.
14041
14042 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14043 variables to prevent long lines. Update comments to reflect
14044 reality.
14045
14046 2004-01-09 David Carlton <carlton@kealia.com>
14047
14048 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14049 * dwarf2read.c (read_namespace): Pull out name-generating code
14050 into namespace_name. Rename previous_namespace to previous_prefix
14051 and processing_current_namespace to processing_current_prefix..
14052 (namespace_name): New function.
14053 (add_partial_symbol): Substitute uses of pdi->name with
14054 actual_name.
14055 * cp-support.h: Rename processing_current_namespace to
14056 processing_current_prefix.
14057 Update copyright year.
14058 * cp-namespace.c: Rename processing_current_namespace to
14059 processing_current_prefix.
14060 Update copyright year.
14061
14062 2004-01-09 Andrew Cagney <cagney@redhat.com>
14063
14064 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14065
14066 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14067
14068 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14069 complaining.
14070 (process_one_symbol): Deal with N_PATCH stabs.
14071
14072 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14073
14074 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14075 ifdeffed code.
14076 Update copyright year.
14077
14078 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14079
14080 * config/pa/tm-hppa.h: Update extern declarations for
14081 hppa32_hpux_frame_saved_pc_in_sigtramp,
14082 hppa32_hpux_frame_base_before_sigtramp, and
14083 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14084
14085 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14086
14087 * config/pa/tm-hppah.h: Update copyright years.
14088
14089 2004-01-08 Andrew Cagney <cagney@redhat.com>
14090
14091 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14092 (mips_o32_reg_struct_has_addr): Delete function.
14093 (mips_gdbarch_init): Update.
14094 (mips_extract_struct_value_address): Delete function.
14095
14096 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14097
14098 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14099 reality.
14100
14101 2004-01-07 Andrew Cagney <cagney@redhat.com>
14102
14103 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14104 architecture's elf flags (when available).
14105
14106 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14107 FPU to the start, check the MIPS FPU when looking for an old
14108 architecture.
14109 (set_mipsfpu_single_command): Update the architecture.
14110 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14111
14112 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14113 (mips_mask_address_p): Add "tdep" parameter.
14114 (show_mask_address, mips_addr_bits_remove): Update.
14115 (mips_dump_tdep): Update.
14116 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14117 (MIPS_STACK_ARGSIZE): Delete macro.
14118 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14119 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14120 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14121 (mips_dump_tdep): Update.
14122 (MIPS_SAVED_REGSIZE): Delete macro.
14123 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14124 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14125 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14126 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14127 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14128 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14129 (mips_pop_frame, return_value_location): Update.
14130 (mips_n32n64_return_value, mips_dump_tdep): Update.
14131
14132 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14133 MIPS ABI.
14134
14135 * mips-tdep.c: Update copyright.
14136 (mips_gdbarch_init): Merge two code blocks handling the register
14137 name and number layout.
14138
14139 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14140
14141 * tracepoint.c (validate_actionline): Fix segv at EOF
14142
14143 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14144
14145 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14146 properly for static fields.
14147
14148 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14149 Jason Molenda <jmolenda@apple.com>
14150
14151 * disasm.c: Update copyright to include 2004.
14152 (do_mixed_source_and_assembly): For uiout asm list
14153 and tuple cleanups, initialize to null_cleanup instead of
14154 NULL and do so prior to loop. Only reset when we close off
14155 the tuple/list. Move check for whether to close off the
14156 asm tuple/list to after dump_insns call where it will be run
14157 on each loop iteration.
14158
14159 2004-01-05 Andrew Cagney <cagney@redhat.com>
14160
14161 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14162 should be a switch case and not a label.
14163 * mips-tdep.c (mips32_next_pc): Delete unused labels
14164 "greater_equal_branch" and "less_zero_branch".
14165 * jv-valprint.c (java_print_value_fields): Delete unused label
14166 "flush_it".
14167
14168 * target.c (unpush_target): Only close a target that is in the
14169 target stack.
14170
14171 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14172
14173 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14174 address from [sp + 64] instead of %o2.
14175
14176 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14177 fixes PR backtrace/1476.
14178
14179 2004-01-05 Andrew Cagney <cagney@redhat.com>
14180
14181 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14182 move to start of file.
14183 * i386-tdep.h (struct regcache): Add opaque declaration.
14184 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14185 declaration.
14186 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14187 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14188 * win32-nat.c (fake_create_process): Use ISO C style definition.
14189 * stabsread.c (define_symbol): Delete #ifndef
14190 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14191 stabs_argument_has_addr call, macro never defined.
14192
14193 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14194
14195 * op50-rom.c: Delete.
14196 * w89k-rom.c: Delete.
14197 * Makefile.in: Remove references.
14198
14199 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14200
14201 * x86-64-tdep.c: Update copyright year.
14202 (struct amd64_register_info): Rename from x86_64_register_info.
14203 (amd64_register_info): Rename from x86_64_register_info.
14204 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14205 (amd64_register_name): Rename from x86_64_register_name.
14206 (amd64_register_type): Rename from x86_64_register_type.
14207 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14208 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14209 (amd64_dwarf_reg_to_regnum): Rename from
14210 x86_64_dwarf_reg_to_regnum.
14211 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14212 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14213 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14214 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14215 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14216 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14217 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14218 (amd64_frame_cache): Rename from x86_64_frame_cache.
14219 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14220 (amd64_frame_prev_register): Rename from
14221 x86_64_frame_prev_register.
14222 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14223 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14224 (amd64_sigtramp_frame_cache): Rename from
14225 x86_64_sigtramp_frame_cache.
14226 (amd64_sigtramp_frame_prev_register): Rename from
14227 x86_64_sigtramp_frame_prev_register.
14228 (amd64_sigtramp_frame_unwind): Rename from
14229 x86_64_sigtramp_frame_unwind.
14230 (amd64_sigtramp_frame_sniffer): Rename from
14231 x86_64_sigtramp_frame_sniffer.
14232 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14233 (amd64_frame_base): Rename from x86_64_frame_base.
14234 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14235 (amd64_frame_align): Rename from x86_64_frame_align.
14236 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14237 (amd64_regset_from_core_section): Rename from
14238 x86_64_regset_from_core_section.
14239 (x86_64_init_abi): Update comments.
14240
14241 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14242
14243 * MAINTAINERS (write after approval): Add myself.
14244
14245 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14246
14247 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14248 `float' arguments.
14249
14250 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14251
14252 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14253 such that it mentions a specific version of GCC that exhibits this
14254 bug.
14255
14256 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14257
14258 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14259 structure that has a single `float' member, store it in %f1 in
14260 addition to %f0.
14261
14262 * sparc-sol2-nat.c: Add missing '\'.
14263
14264 * sparc-tdep.c (sparc32_return_value): New function.
14265 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14266 Remove functions.
14267 (sparc32_gdbarch_init): Set return_value, don't set
14268 extract_return_value, store_return_value, use_struct_convention
14269 and return_value_on_stack.
14270
14271 * sparc-sol2-nat.c: Add missing ')'.
14272
14273 2004-01-03 J. Brobecker <brobecker@gnat.com>
14274
14275 * infrun.c (handle_step_into_function): New function.
14276 (handle_inferior_event): Extract out some code into the new
14277 function above.
14278
14279 2004-01-03 J. Brobecker <brobecker@gnat.com>
14280
14281 * infrun.c (handle_inferior_event): Move the declaration of
14282 real_stop_pc inside the if blocks where it is used.
14283
14284 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14285
14286 * sparc64-tdep.c (sparc64_16_byte_align_p)
14287 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14288 Use check_typedef to get subtypes of structures and unions.
14289 (sparc64_store_return_value): Fix calculation of the appropriate
14290 offset into VALBUF when storing a structure or union.
14291 (sparc64_return_value): New function.
14292 (sparc64_use_struct_convention): Remove function.
14293 (sparc64_init_abi): Set return_value, don't set
14294 extract_return_value, store_return_value and
14295 use_struct_convention.
14296
14297 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14298
14299 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14300 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14301 gdb/config/alpha/xm-alphaosf.h,
14302 gdb/config/powerpc/tm-ppcle-eabi.h,
14303 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14304 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14305 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14306 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14307 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14308 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14309 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14310 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14311 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14312 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14313 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14314 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14315 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14316 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14317 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14318 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14319 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14320 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14321 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14322 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14323 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14324 Remove lines for .cvsignore files.
14325
14326 2004-01-03 J. Brobecker <brobecker@gnat.com>
14327
14328 * infrun.c: Back out the previous change.
14329
14330 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14331
14332 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14333 sparc-*-sunos4* to the list of REMOVED configurations.
14334
14335 * configure.tgt: Add back sparc-*-vxworks*.
14336 * remote-vxsparc.c: Remove all includes except for "defs.h",
14337 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14338 Include "sparc-tdep.h".
14339 (SPARC_R_G1): New define.
14340 (vxsparc_gregset): New variable.
14341 (ext_format_sparc): Remove extern declaration.
14342 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14343 sparc32_supply_fpregset.
14344 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14345 sparc_collect_rwindow and sparc32_collect_fpregset.
14346 * config/sparc/tm-vxworks.h: New file, based on recently removed
14347 tm-vxsparc.h.
14348 * config/sparc/vxworks.mt: New file, based on recently removed
14349 vxworks.mt.
14350
14351 2004-01-03 J. Brobecker <brobecker@gnat.com>
14352
14353 * infrun.c (handle_step_into_function): New function.
14354 (handle_inferior_event): Extract out some code into the new
14355 function above.
14356
14357 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14358
14359 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14360 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14361 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14362 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14363 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14364 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14365 (sparc_nat_h): New variable.
14366 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14367 (tm-sun4os4.h): Remove dependency.
14368 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14369 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14370 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14371 sparc-tdep.o): Update dependencies.
14372 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14373 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14374 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14375 dependencies.
14376 * configure.host: Remove existing sparc-*-lynxos*,
14377 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14378 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14379 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14380 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14381 triplets.
14382 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14383 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14384 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14385 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14386 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14387 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14388 sparc64-*-solaris2* and sparc64-*-* triplets.
14389 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14390 "symtab.h" and "objfiles.h".
14391 (BIAS): Remove define.
14392 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14393 (X_DISP19): Remove macros.
14394 (sparc_fetch_instruction): Remove function.
14395 (struct gdbarch_tdep): Remove definition.
14396 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14397 (sparc_breakpoint_from_pc): Remove function.
14398 (struct sparc64_frame_cache): Remove definition.
14399 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14400 sparc64_unwind_pc): Remove functions.
14401 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14402 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14403 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14404 (sparc64_frame_cache): Change return type to `struct
14405 sparc_frame_cache *'. Simply call sparc_frame_cache.
14406 (sparc64_frame_this_id, sparc64_frame_prev_register,
14407 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14408 instead of `struct sparc64_frame_cache.
14409 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14410 sparc_analyze_control_transfer, sparc_software_single_step,
14411 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14412 _initialize_sparc64_tdep): Remove functions.
14413 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14414 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14415 macros.
14416 (sparc64_supply_gregset, sparc64_collect_gregset,
14417 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14418 (sparc64_init_abi): New function.
14419 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14420 inclusion guard. Include "sparc-tdep.h".
14421 (BIAS): Define.
14422 (r_tstate_offset, r_fprs_offset): New defines.
14423 (enum sparc_regnum): Remove defenition.
14424 (enum sparc64_regnum): Reformat.
14425 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14426 (sparc64_init_abi, sparc64_supply_gregset,
14427 sparc64_collect_gregset, sparc64_supply_fpregset,
14428 sparc64_collect_fpregset): New prototypes.
14429 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14430 Add extern declarations.
14431 (sparc64_sol2_init_abi): New prototype.
14432 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14433 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14434 prototypes.
14435 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14436 "sparnbsd-nat.h".
14437 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14438 functions.
14439 (_initialize_sparc64fbsd_nat): Remove initialization of
14440 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14441 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14442 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14443 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14444 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14445 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14446 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14447 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14448 (sparc64fbsd_r_y_offset): Remove variables.
14449 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14450 Make static and const.
14451 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14452 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14453 functions.
14454 (sparc64fbsd_gregset): New variable.
14455 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14456 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14457 and sparc64_supply_fpregset.
14458 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14459 (sparc64fbsd_sigtramp_frame_this_id)
14460 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14461 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14462 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14463 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14464 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14465 * sparcnbsd-tdep.c: Update copyright year. Include
14466 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14467 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14468 "value.h" and "sparcnbsd-tdep.h".
14469 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14470 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14471 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14472 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14473 defines.
14474 (sparcnbsd_gregset): New variable.
14475 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14476 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14477 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14478 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14479 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14480 variables.
14481 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14482 (sparc32nbsd_sigcontext_frame_this_id)
14483 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14484 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14485 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14486 (sparcnbsd_get_longjmp_target_32,
14487 sparcnbsd_get_longjmp_target_64): Remove functions.
14488 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14489 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14490 sparcnbsd_init_elf): Remove.
14491 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14492 (sparcnbsd_elf_init_abi): New functions.
14493 (_initialize_sparcnbsd_tdep): New prototype.
14494 (_initialize_sparnbsd_tdep): Update.
14495 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14496 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14497 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14498 * config/sparc/linux.mh: Update comment.
14499 (XM_FILE, HOST_IPC): Remove variables.
14500 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14501 sparc-linux-nat.o.
14502 * config/sparc/linux.mt: Update comment.
14503 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14504 * config/sparc/nbsd.mt: Reformat.
14505 * config/sparc/nbsd64.mh: Update comment.
14506 (NATDEPFILES): Add sparc-nat.o.
14507 * config/sparc/nbsd64.mt: Update comment.
14508 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14509 (TM_FILE): Set to tm-nbsd.h.
14510 * config/sparc/nbsdelf.mh: Update comment.
14511 (NATDEPFILES): Add sparc-nat.o.
14512 (XM_FILE): Delete.
14513 * config/sparc/nbsdaout.mh: Update comment.
14514 (NATDEPFILES): Add sparc-nat.o
14515 (XM_FILE): Delete.
14516 * config/sparc/nm-linux.h: Update copyright year. Don't include
14517 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14518 inclusion.
14519 (KERNEL_U_SIZE): Remove define.
14520 (kernel_u_size): Remove prototype.
14521 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14522 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14523 "regcache.h".
14524 (CHILD_PREPARE_TO_STORE): Remove define.
14525 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14526 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14527 sparcnbsd-nat.c: Rewrite files.
14528 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14529 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14530 sparcnbsd-tdep.h: Remove files.
14531 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14532 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14533 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14534 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14535 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14536 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14537 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14538 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14539 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14540 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14541 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14542 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14543 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14544 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14545 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14546 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14547 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14548 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14549 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14550
14551 2004-01-02 Andrew Cagney <cagney@redhat.com>
14552
14553 From 2003-12-18 Kazuhiro Inaoka:
14554 * configure.host: Add m32r-linux target.
14555
14556 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14557
14558 * top.c (print_gdb_version): Update year to 2004.
14559
14560 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14561
14562 * MAINTAINERS: Add myself to the write-after-approval category.
14563
14564 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14565
14566 From Bernardo Innocenti <bernie@develer.com>:
14567 * configure.tgt: Add uClinux target.
14568
14569 2004-01-02 Andrew Cagney <cagney@redhat.com>
14570
14571 * utils.c (do_my_cleanups): Make static, add forward declaration.
14572 * defs.h (do_my_cleanups): Delete declaration.
14573
14574 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14575
14576 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14577 bfd/ChangeLog-0203.
14578
14579 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14580
14581 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14582 in <machine/reg.h>.
14583 * configure, config.in: Regenerate.
14584
14585 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14586 tui/ChangeLog-1998-2003.
14587 \f
14588 Local Variables:
14589 mode: change-log
14590 left-margin: 8
14591 fill-column: 74
14592 version-control: never
14593 End:
This page took 0.340104 seconds and 4 git commands to generate.