e6e7adb38d197a1140a629b2fd0f856ce4e5b143
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-10-30 Mark Kettenis <kettenis@gnu.org>
2
3 * config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
4 * config/i386/fbsd64.mh (NATDEPFILES): Remove corelow.o and
5 core-regset.o.
6
7 * fbsd-proc.c (fbsd_make_corefile_notes): Put a "FreeBSD" label in
8 the ELF header.
9
10 2003-10-29 Mark Kettenis <kettenis@gnu.org>
11
12 * config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
13 * config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
14 core-regset.o.
15
16 * fbsd-proc.c (fbsd_make_corefile_notes): Remove unecessary casts.
17
18 * corelow.c: Include "arch-utils.h", "regset.h" and
19 "gdb_assert.h".
20 (core_gdbarch): New variable.
21 (sniff_core_bfd): Don't sniff if we have support for register sets
22 in CORE_GDBARCH.
23 (core_close): Reset CORE_GDBARCH.
24 (core_open): Initialize CORE_GDBARCH.
25 (get_core_register_section): Use register sets if they are
26 supported by CORE_GDBARCH.
27 (get_core_registers): Don't print error message if we have support
28 for register sets in CORE_GDBARCH.
29
30 2003-10-29 Andrew Cagney <cagney@redhat.com>
31
32 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Instead of the
33 default PPC machine, register 32-bit and 64-bit PPC, and rs6k.
34
35 2003-10-29 Mark Kettenis <kettenis@gnu.org>
36
37 * objfiles.h (clear_objfile_data): New prototype.
38 * objfiles.c (clear_objfile_data): New function.
39 * symfile.c (reread_symbols): Clear per-objfile data.
40
41 2003-10-28 Jeff Johnston <jjohnstn@redhat.com>
42
43 * symfile.c (symbol_file_add_with_addrs_or_offsets): Switch to use
44 printf_unfiltered instead of printf_filtered for output messages.
45 (add_symbol_file_command): Ditto.
46 (reread_symbols): Ditto.
47 (overlay_auto_command): Ditto.
48 (overlay_manual_command): Ditto.
49 (overlay_off_command): Ditto.
50
51 2003-10-27 Mark Kettenis <kettenis@gnu.org>
52
53 * arch-utils.c (deprecated_select_gdbarch_hack): New function.
54 (gdbarch_from_bfd): New function.
55 (set_gdbarch_from_file): Re-implement using gdbarch_from_bfd and
56 deprecated_select_gdbarch_hack.
57 * arch-utils.h (gdbarch_from_bfd): New prototype.
58
59 2003-10-27 Andrew Cagney <cagney@redhat.com>
60
61 * osabi.c (gdbarch_init_osabi): Use info.bfd_arch_info instead of
62 arch_info. Use warning instead of fprintf_filtered. Do not use
63 deprecated bfd_printable_arch_mach.
64
65 2003-10-26 Kevin Buettner <kevinb@redhat.com>
66
67 * frv-tdep.c (frv_register_raw_size, frv_register_virtual_size):
68 Delete.
69 (frv_register_type): Rename from frv_register_virtual_type. Add
70 ``struct gdbarch *'' parameter.
71 (frv_gdbarch_init): Delete calls to the following functions:
72 set_gdbarch_deprecated_size(),
73 set_gdbarch_deprecated_register_bytes(),
74 set_gdbarch_deprecated_register_raw_size(),
75 set_gdbarch_deprecated_max_register_raw_size(),
76 set_gdbarch_deprecated_register_virtual_size(),
77 set_gdbarch_deprecated_max_register_virtual_size(),
78 set_gdbarch_deprecated_register_virtual_size(),
79 set_gdbarch_deprecated_register_virtual_type().
80 Add call to function set_gdbarch_register_type().
81
82 2003-10-26 Mark Kettenis <kettenis@gnu.org>
83
84 * i386-tdep.h (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM,
85 FDOFF_REGNUM): Remove defines.
86 * win32-nat.c (do_child_fetch_inferior_registers): Include
87 "i387-tdep.h".
88 (do_child_fetch_inferior_registers): Use I387_FISEG_REGNUM and
89 I387_FOP_REGNUM instead of FCS_REGNUM and FOP_REGNUM. Define and
90 undefine I387_ST0_REGNUM.
91
92 * i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
93 * x86-64-tdep.c (x86_64_store_return_value): Use
94 I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
95
96 Change register numbers to enumartion values.
97 * i386-tdep.h (enum i386_regnum): New.
98 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
99 I386_EBP_REGNUM, I386_IP_REGNUM, I386_EFLAGS_REGNUM,
100 I386_ST0_REGNUM): Remove defines.
101 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
102 I386_EDI_REGNUM): Remove defines.
103
104 2003-10-24 Andrew Cagney <cagney@redhat.com>
105
106 * target.c: Include "gdbcore.h".
107 (get_target_memory, get_target_memory_unsigned): New functions.
108 * target.h (get_target_memory, get_target_memory_unsigned): Declare.
109 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr):
110 Use get_target_memory_unsigned.
111 * Makefile.in (target.o): Update dependencies.
112
113 2003-10-24 Andrew Cagney <cagney@redhat.com>
114
115 * osabi.c (gdbarch_init_osabi): Fix typos, and "fortunatly"[sic].
116 * PROBLEMS, arch-utils.c, cli-out.c, command.h: Ditto.
117 * complaints.c, cris-tdep.c, disasm.c, dwarf2-frame.c: Ditto.
118 * frame.c, frame.h, infcall.c, infcmd.c, infrun.c: Ditto.
119 * kod.c, mips-tdep.c, regcache.c, regcache.h, remote.c: Ditto.
120
121 * osabi.c (gdbarch_init_osabi): Add comment on 32-bit vs 64-bit.
122 (can_run_code_for): Use the OO term "singleton".
123
124 2003-10-23 Andrew Cagney <cagney@redhat.com>
125
126 * Makefile.in (stack.o): Add $(regcache_h).
127 * stack.c: Include "regcache.h"
128 (return_command): Rewrite. Use get_frame_id and
129 get_selected_frame. Eliminate "deprecated_selected_frame". Warn
130 about unhandled return-values.
131 * value.h (set_return_value): Delete declaration.
132 * values.c (set_return_value): Delete function.
133
134 2003-10-23 Jeff Johnston <jjohnstn@redhat.com>
135
136 * ia64-tdep.c: (ia64_frame_cache): Add new prev_cfm field.
137 (pseudo_regs): Add comment regarding register stack registers.
138 (ia64_alloc_frame_cache): Initialize new prev_cfm field to 0.
139 (floatformat_valid): New static routine.
140 (floatformat_ia64_ext): Add name field and set up is_valid routine
141 to floatformat_valid().
142 (examine_prologue): For the previous cfm, use
143 frame_unwind_register()
144 if the cfm is not stored in a register-stack register. Save the
145 previous cfm value in the prev_cfm field. Add debug output.
146 (ia64_frame_this_id): Use frame_id_build_special() to also register
147 the bsp. Add debug output.
148 (ia64_sigtramp_frame_this_id): Ditto.
149 (ia64_frame_prev_register): Look at cache saved_regs for a few more
150 registers and also add some checks for framelessness before accepting
151 current register values for fields such as return address. For cfm,
152 use the cached prev_cfm field if available. Add comment to explain
153 PSR logic. Add debug output.
154 (ia64_sigtramp_frame_init_saved_regs): Save the bsp and sp addresses
155 as part of initialization.
156 (ia64_sigtramp_frame_cache): Hard-code stack size as it can't be
157 calculated. Cache the bsp and cfm values.
158 (ia64_sigtramp_frame_prev_register): Add logic to this routine out
159 instead of using ia64_frame_prev_register() which doesn't expect most
160 registers to be saved. The saved values for bsp and sp
161 can be taken from the cache. Add debug output.
162 (ia64_push_dummy_call): Use frame_id_build_special() to also register
163 the bsp.
164
165 2003-10-23 Jim Blandy <jimb@redhat.com>
166
167 * osabi.c (gdbarch_init_osabi): A handler is okay if it's for an
168 architecture the current arch can run code for --- but not if it's
169 a superset.
170 (can_run_code_for): New function.
171
172 2003-10-22 James E Wilson <wilson@specifixinc.com>
173
174 * MAINTAINERS: Move myself from paper trail section back to write
175 after approval section.
176
177 2003-10-22 Andrew Cagney <cagney@redhat.com>
178
179 * exec.h: New file.
180 * win32-nat.c: Include "exec.h".
181 * solib.c: Include "exec.h".
182 * target.h (build_section_table): Delete declaration.
183 * somsolib.c: Include "exec.h".
184 (exec_ops): Delete extern declaration.
185 * rs6000-nat.c: Update copyright. Include "exec.h".
186 (exec_ops): Delete extern declaration.
187 * pa64solib.c: Update copyright. Include "exec.h".
188 (exec_ops): Delete extern declaration.
189 * exec.c: Update copyright. Include "exec.h".
190 * corelow.c: Update dependencies. Include "exec.h".
191 * Makefile.in (exec_h): Define.
192 (exec.o, somsolib.o): Update dependencies.
193 (pa64solib.o, corelow.o): Update dependencies.
194
195 2003-10-22 Andrew Cagney <cagney@redhat.com>
196
197 * target.c: Include "gdb_assert.h" (target_read): Call
198 "target_read_partial", not "target_write_partial".
199 (default_read_partial, default_write_partial): New function.
200 (target_read_partial, target_write_partial): Simplify, assume that
201 there is always a read/write method.
202 (update_current_target, add_target): Always set "to_read_partial"
203 and "to_write_partial".
204 (target_write, target_read): Fail on a zero byte transfer.
205 * Makefile.in (target.o): Update dependencies.
206 * target.h: Update copyright date.
207 (target_object): Fix typo.
208
209 2003-10-22 Andrew Cagney <cagney@redhat.com>
210
211 * gdbarch.sh (convert_from_func_ptr_addr): Convert to a pure
212 multi-arch method, add "targ" parameter.
213 (struct target_ops): Declare.
214 * gdbarch.h, gdbarch.c: Re-generate.
215 * Makefile.in (c-valprint.o): Update dependencies.
216 * arch-utils.h: Update copyright.
217 (convert_from_func_ptr_addr_identity): Declare.
218 * arch-utils.c (convert_from_func_ptr_addr_identity): New function.
219 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
220 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Upate.
221 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Update.
222 * infcall.c (find_function_addr, call_function_by_hand): Update.
223 * c-valprint.c: Include "target.h".
224 (print_function_pointer_address): Update.
225
226 2003-10-22 Andrew Cagney <cagney@redhat.com>
227
228 * target.c (target_close): New function.
229 (debug_to_close): Use "target_close".
230 (push_target): Use "target_close".
231 (unpush_target): Use "target_close".
232 (pop_target): Use "target_close".
233 * target.h (struct target_ops): Add "to_xclose".
234 (target_open): Delete macro. Move comment to "to_open".
235 (target_close): Replace macro with function that takes a target.
236 * top.c (quit_target): Pass "current_target" to "target_close".
237
238 2003-10-21 Elena Zannoni <ezannoni@redhat.com>
239
240 * minsyms.c (lookup_minimal_symbol_text): Remove unused parameter.
241 Remove SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
242 * symtab.h (lookup_minimal_symbol_text): Update.
243 * breakpoint.c (create_overlay_event_breakpoint,
244 create_longjmp_breakpoint): Update callers.
245 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Update caller.
246 * symtab.c (find_pc_sect_line): Ditto.
247
248 2003-10-21 Andrew Cagney <cagney@redhat.com>
249
250 * target.c (errno): Delete extern declaration.
251
252 2003-10-20 Jeff Johnston <jjohnstn@redhat.com>
253
254 * ia64-tdep.c: Change all occurrences of
255 DEPRECATED_REGISTER_RAW_SIZE to use register_size() instead.
256 (ia64_frame_prev_register): Minor whitespace change.
257
258 2003-10-20 Michael Chastain <mec@shout.net>
259
260 * config/djgpp/fnchange.lst: Add lines for:
261 sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs,
262 sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs,
263 sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs,
264 sim/testsuite/sim/frv/interrupts/compound-fr550.cgs,
265 sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs,
266 sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs,
267 sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs.
268
269 2003-10-20 Andrew Cagney <cagney@redhat.com>
270
271 * values.c (register_value_being_returned): Update comments. Use
272 "gdbarch_return_value" when available.
273 (using_struct_return): Ditto.
274 (set_return_value): Ditto. Use "gdbarch_return_value" when
275 available.. Print a warning, and not an error, when an unhandled
276 return type is encountered.
277 * infcmd.c: Include "gdb_assert.h".
278 (print_return_value): When gdbarch_return_value_p, and using
279 struct return, assume that the value is not available.
280 * defs.h (return_value_convention): Define.
281 * gdbarch.sh (gdbarch_return_value): New predicate method.
282 * gdbarch.h, gdbarch.c: Re-generate
283 * ppc-sysv-tdep.c (return_value_convention): Delete definition.
284
285 2003-10-20 Andrew Cagney <cagney@redhat.com>
286
287 * symtab.c: Replace "struct sec" with "struct bfd_section".
288 * objfiles.c, linespec.c, blockframe.c, block.c: Ditto.
289
290 2003-10-19 Michael Chastain <mec@shout.net>
291
292 * config/djgpp/fnchange.lst: Add lines for:
293 gdb/amd64nbsd-nat.c, gdb/amd64nbsd-tdep.c,
294 gdb/i386fbsd-nat.c, gdb/i386fbsd-tdep.c,
295 gdb/sparc64fbsd-nat.c, gdb/sparc64bsd-tdep.c.
296
297 2003-10-19 Mark Kettenis <kettenis@gnu.org>
298
299 * amd64fbsd-nat.c (fetch_inferior_registers,
300 store_inferior_registers): Remove functions.
301 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64bsd-nat.o.
302
303 2003-10-18 Mark Kettenis <kettenis@gnu.org>
304
305 Add NetBSD/amd64 native configuration:
306 * x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations.
307 * amd64nbsd-tdep.c: New file.
308 * amd64nbsd-nat.c: New file.
309 * amd64bsd-nat.c: New file.
310 * config/i386/nbsd64.mh: New file.
311 * config/i386/nbsd64.mt: New file.
312 * configure.host: Add x86_64-*-netbsd*.
313 * configure.tgt: Add x86_64-*-netbsd*.
314 * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o):
315 New targets.
316 * NEWS (New native configurations): Mention NetBSD/amd64.
317
318 2003-10-17 Michael Chastain <mec@shout.net>
319
320 * config/djgpp/fnchange.lst: Remove dead lines for:
321 bfd/elf32-i386qnx.c, bfd/elf32-ppcqnx.c, bfd/elf32-shqnx.c,
322 bfd/elf32-sh-lin.c, bfd/elf32-sh-nbsd.c, bfd/elf32-sh64-nbsd.c,
323 bfd/elf64-alpha-fbsd.c, bfd/elf64-sh64-nbsd.c,
324 gdb/alphanbsd-nat.c, gdb/config/i386/tm-i386mk.h,
325 gdb/config/i386/tm-i386v42mp.h, gdb/config/i386/xm-i386mach.h,
326 gdb/config/i386/xm-i386mk.h, gdb/config/i386/xm-i386v32.h,
327 gdb/config/m68k/apollo68v.mh, gdb/config/m68k/nm-apollo68v.h,
328 gdb/config/m68k/xm-apollo68v.h, gdb/config/m88k/tm-delta88v4.h,
329 gdb/config/mips/tm-bigmips64.h, gdb/config/mips/tm-embed64.h,
330 gdb/config/mips/tm-embedl.h, gdb/config/mips/tm-embedl64.h,
331 gdb/config/mips/tm-vr4300el.h, gdb/config/mips/tm-vr4xxxel.h,
332 gdb/config/mips/tm-vr5000el.h, gdb/config/sparc/tm-sparclet.h,
333 gdb/config/sparc/tm-sparclite.h,
334 gdb/gdbtk/generic/ChangeLog-2001,
335 gdb/gdbtk/library/ChangeLog-2001, gdb/remote-adapt.c,
336 gdb/remote-eb.c, gdb/remote-mm.c, gdb/remote-nrom.c,
337 gdb/remote-udi.c, gdb/remote-vx29k.c, gdb/remote-vx960.c,
338 gdb/sparclet-rom.c, gdb/sparclet-stub.c,
339 gdb/testsuite/gdb.mi/mi0-var-block.exp,
340 gdb/testsuite/gdb.mi/mi0-var-child.exp,
341 gdb/testsuite/gdb.mi/mi0-var-cmd.exp,
342 gdb/testsuite/gdb.mi/mi0-var-display.exp,
343 itcl/iwidgets3.0.0/demos/extfileselectionbox,
344 itcl/iwidgets3.0.0/demos/extfileselectiondialog,
345 itcl/iwidgets3.0.0/demos/fileselectionbox,
346 itcl/iwidgets3.0.0/demos/fileselectiondialog,
347 itcl/iwidgets3.0.0/demos/html/buttonbox.n.html,
348 itcl/iwidgets3.0.0/demos/html/canvasprintbox.n.html,
349 itcl/iwidgets3.0.0/demos/html/canvasprintdialog.n.html,
350 itcl/iwidgets3.0.0/demos/html/combobox.n.html,
351 itcl/iwidgets3.0.0/demos/html/dialog.n.html,
352 itcl/iwidgets3.0.0/demos/html/dialogshell.n.html,
353 itcl/iwidgets3.0.0/demos/html/entryfield.n.html,
354 itcl/iwidgets3.0.0/demos/html/feedback.n.html,
355 itcl/iwidgets3.0.0/demos/html/fileselectionbox.n.html,
356 itcl/iwidgets3.0.0/demos/html/fileselectiondialog.n.html,
357 itcl/iwidgets3.0.0/demos/html/hyperhelp.n.html,
358 itcl/iwidgets3.0.0/demos/html/iwidgets2.2.0UserCmds.html,
359 itcl/iwidgets3.0.0/demos/html/labeledwidget.n.html,
360 itcl/iwidgets3.0.0/demos/html/menubar.n.html,
361 itcl/iwidgets3.0.0/demos/html/messagedialog.n.html,
362 itcl/iwidgets3.0.0/demos/html/notebook.n.html,
363 itcl/iwidgets3.0.0/demos/html/optionmenu.n.html,
364 itcl/iwidgets3.0.0/demos/html/panedwindow.n.html,
365 itcl/iwidgets3.0.0/demos/html/promptdialog.n.html,
366 itcl/iwidgets3.0.0/demos/html/pushbutton.n.html,
367 itcl/iwidgets3.0.0/demos/html/radiobox.n.html,
368 itcl/iwidgets3.0.0/demos/html/scrolledcanvas.n.html,
369 itcl/iwidgets3.0.0/demos/html/scrolledframe.n.html,
370 itcl/iwidgets3.0.0/demos/html/scrolledhtml.n.html,
371 itcl/iwidgets3.0.0/demos/html/scrolledlistbox.n.html,
372 itcl/iwidgets3.0.0/demos/html/scrolledtext.n.html,
373 itcl/iwidgets3.0.0/demos/html/selectionbox.n.html,
374 itcl/iwidgets3.0.0/demos/html/selectiondialog.n.html,
375 itcl/iwidgets3.0.0/demos/html/shell.n.html,
376 itcl/iwidgets3.0.0/demos/html/spindate.n.html,
377 itcl/iwidgets3.0.0/demos/html/spinint.n.html,
378 itcl/iwidgets3.0.0/demos/html/spinner.n.html,
379 itcl/iwidgets3.0.0/demos/html/spintime.n.html,
380 itcl/iwidgets3.0.0/demos/html/tabnotebook.n.html,
381 itcl/iwidgets3.0.0/demos/html/tabset.n.html,
382 itcl/iwidgets3.0.0/demos/html/toolbar.n.html,
383 itcl/iwidgets3.0.0/demos/scrolledcanvas,
384 itcl/iwidgets3.0.0/demos/scrolledframe,
385 itcl/iwidgets3.0.0/demos/scrolledhtml,
386 itcl/iwidgets3.0.0/demos/scrolledlistbox,
387 itcl/iwidgets3.0.0/demos/scrolledtext,
388 itcl/iwidgets3.0.0/demos/selectionbox,
389 itcl/iwidgets3.0.0/demos/selectiondialog,
390 itcl/iwidgets3.0.0/doc/canvasprintbox.n,
391 itcl/iwidgets3.0.0/doc/canvasprintdialog.n,
392 itcl/iwidgets3.0.0/doc/extfileselectionbox.n,
393 itcl/iwidgets3.0.0/doc/extfileselectiondialog.n,
394 itcl/iwidgets3.0.0/doc/fileselectionbox.n,
395 itcl/iwidgets3.0.0/doc/fileselectiondialog.n,
396 itcl/iwidgets3.0.0/doc/scopedobject.n.backup,
397 itcl/iwidgets3.0.0/doc/scrolledcanvas.n,
398 itcl/iwidgets3.0.0/doc/scrolledframe.n,
399 itcl/iwidgets3.0.0/doc/scrolledhtml.n,
400 itcl/iwidgets3.0.0/doc/scrolledlistbox.n,
401 itcl/iwidgets3.0.0/doc/scrolledtext.n,
402 itcl/iwidgets3.0.0/doc/selectionbox.n,
403 itcl/iwidgets3.0.0/doc/selectiondialog.n,
404 itcl/iwidgets3.0.0/generic/canvasprintbox.itk,
405 itcl/iwidgets3.0.0/generic/canvasprintdialog.itk,
406 itcl/iwidgets3.0.0/generic/extfileselectionbox.itk,
407 itcl/iwidgets3.0.0/generic/extfileselectiondialog.itk,
408 itcl/iwidgets3.0.0/generic/fileselectionbox.itk,
409 itcl/iwidgets3.0.0/generic/fileselectiondialog.itk,
410 itcl/iwidgets3.0.0/generic/scrolledcanvas.itk,
411 itcl/iwidgets3.0.0/generic/scrolledframe.itk,
412 itcl/iwidgets3.0.0/generic/scrolledhtml.itk,
413 itcl/iwidgets3.0.0/generic/scrolledlistbox.itk,
414 itcl/iwidgets3.0.0/generic/scrolledtext.itk,
415 itcl/iwidgets3.0.0/generic/scrolledwidget.itk,
416 itcl/iwidgets3.0.0/generic/selectionbox.itk,
417 itcl/iwidgets3.0.0/generic/selectiondialog.itk,
418 itcl/iwidgets3.0.0/tests/canvasprintbox.test,
419 itcl/iwidgets3.0.0/tests/canvasprintdialog.test,
420 itcl/iwidgets3.0.0/tests/extfileselectionbox.test,
421 itcl/iwidgets3.0.0/tests/extfileselectiondialog.test,
422 itcl/iwidgets3.0.0/tests/fileselectionbox.test,
423 itcl/iwidgets3.0.0/tests/fileselectiondialog.test,
424 itcl/iwidgets3.0.0/tests/scrolledcanvas.test,
425 itcl/iwidgets3.0.0/tests/scrolledframe.test,
426 itcl/iwidgets3.0.0/tests/scrolledhtml.test,
427 itcl/iwidgets3.0.0/tests/scrolledlistbox.test,
428 itcl/iwidgets3.0.0/tests/scrolledtext.test,
429 itcl/iwidgets3.0.0/tests/selectionbox.test,
430 itcl/iwidgets3.0.0/tests/selectiondialog.test,
431 itcl/iwidgets3.0.0/unix/iwidgets.tcl.in,
432 itcl/iwidgets3.0.0/unix/pkgIndex.tcl.in,
433 tix/docs/Release-4.1.0.html, tix/docs/Release-4.1.0.txt,
434 tix/docs/Release-4.1a2.html, tix/docs/Release-4.1a2.txt,
435 tix/docs/Release-4.1a3.html, tix/docs/Release-4.1a3.txt,
436 tix/docs/Release-4.1b1.html, tix/docs/Release-4.1b1.txt,
437 tix/docs/Release-4.1b2.html, tix/docs/Release-4.1b2.txt,
438 tix/tixConfig.sh.in, tix/unix/tk4.2/pkgIndex.tcl.in,
439 tix/unix/tk8.0/pkgIndex.tcl.in, tix/unix/tk8.0/pkgIndex.tcl.in,
440 tix/unix/tk8.1/pkgIndex.tcl.in, tix/win/tkConsole41.c,
441 tix/win/tkConsole42.c, tix/win/tkConsole80a1.c,
442 tix/win/tkConsole80b1.c, tix/win/tkConsole81.c, tk/doc/tk4.0.ps,
443 tk/mac/tkMacProjects.sit.hqx.
444
445 2003-10-17 Andrew Cagney <cagney@redhat.com>
446
447 * target.c (target_section_by_addr): New function.
448 (do_xfer_memory): Use "target_section_by_addr".
449 * target.h (target_section_by_addr): Declare.
450
451 * target.h (struct target_ops): Add "to_read_partial" and
452 "to_write_partial", delete "to_query".
453 (target_read_partial, target_write_partial): Declare.
454 (target_read, target_write): Declare.
455 (target_query): Delete macro.
456 * target.c (target_read_partial): New function.
457 (target_write_partial, target_read, target_write): New function.
458 (update_current_target): Delete inheritance of "to_query". Add
459 comments about "to_read_partial" and "to_write_partial".
460 (debug_to_partial_read, debug_to_partial_write): New functions.
461 (debug_to_query): Delete function.
462 (setup_target_debug): Set "to_read_partial" and "to_write_partial"
463 instead of "to_query".
464 * remote.c (remote_read_partial): Replace "remote_query".
465 (init_remote_ops): Set "to_read_partial" instead of "to_query".
466 (init_remote_async_ops): Ditto.
467 * kod.c (gdb_kod_query): Make "bufsize" a LONGEST. Use
468 "target_read_partial" instead of "target_query".
469 * avr-tdep.c (avr_io_reg_read_command): Make "bufsize" a LONGEST.
470 Use "target_read_partial" instead of "target_query".
471
472 2003-10-17 Jeff Johnston <jjohnstn@redhat.com>
473
474 * frame.h (struct frame_id): Add new field: special_addr.
475 (frame_id_build_special): New prototype.
476 * frame.c (frame_id_build_special): New function.
477 (frame_id_build): Change to call frame_id_build_special().
478 (frame_id_eq): Change to also test special_addr field.
479 (frame_id_inner): Update comment.
480
481 2003-10-17 Andrew Cagney <cagney@redhat.com>
482
483 * target.c (update_current_target): Perform the target cleanup.
484 Put the target stack beneath the squashed "current_target".
485 (add_target): Delete disabled call to "cleanup_target".
486 (cleanup_target): Delete function.
487 (push_target, unpush_target): Do not call "cleanup_target".
488
489 2003-10-17 Andrew Cagney <cagney@redhat.com>
490
491 * target.c (target_stack): Change to a static target_ops.
492 (update_current_target): Walk the "struct target_ops" stack.
493 (pop_target, do_xfer_memory, target_info): Ditto.
494 (find_target_beneath): Ditto.
495 (push_target): Rewrite to use the "struct target_ops" stack.
496 (unpush_target): Ditto.
497 * target.h (struct target_stack_item): Delete definition.
498 (target_stack): Delete declaration.
499 (struct target_ops): Add field "beneath".
500
501 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
502
503 * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external
504 declaration.
505 * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
506 (h8300_examine_prologue): Use h8300_normal_mode flag
507 (h8300_gdbarch_init): Set architecture info for normal mode
508
509 2003-10-16 Daniel Jacobowitz <drow@mvista.com>
510
511 * remote.c (remote_protocol_vcont): New variable.
512 (set_remote_protocol_vcont_packet_cmd): New function.
513 (show_remote_protocol_vcont_packet_cmd): New function.
514 (init_all_packet_configs): Handle remote_protocol_vcont.
515 (remote_vcont_probe): New function.
516 (remote_vcont_resume): New function.
517 (remote_resume): Use it.
518 (remote_async_resume): Call remote_resume.
519 (_initialize_remote): Add verbose-resume packet commands.
520
521 2003-10-16 Andrew Cagney <cagney@redhat.com>
522
523 * infrun.c (handle_inferior_event): Add comment about
524 "frame_id_inner" being too weak.
525
526 2003-10-16 Elena Zannoni <ezannoni@redhat.com>
527
528 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove
529 second parameter, which is always null. Remove
530 SOFUN_ADDRESS_MAYBE_MISSING ifdeffed code.
531 * symtab.h (lookup_minimal_symbol_solib_trampoline): Update
532 accordingly.
533 * somsolib.c (som_solib_create_inferior_hook,
534 som_solib_desire_dynamic_linker_symbols): Update callers.
535 * hppa-tdep.c (hppa_fix_call_dummy): Ditto.
536
537 2003-10-16 Kei Sakamoto <sakamoto.kei@renesas.com>
538
539 * remote-m32r-sdi.c : New file, interface to m32r on-chip
540 debug interface, SDI (Scalable Debug Interface).
541 * NEWS: Mention m32r SDI protocol was supported.
542 * Makefile.in (remote-m32r-sdi.o): Add build rule.
543 * config/m32r/m32r.mt (TDEPFILES) : Add remote-m32r-sdi.o.
544
545 2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
546
547 * ia64-linux-tdep.c: Include gdbcore.h.
548 (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed.
549 (ia64_linux_sigcontext_register_addr): Find the address of the
550 sigcontext area stored in the sigframe instead of using
551 a magic offset constant.
552
553 2003-10-15 Andrew Cagney <cagney@redhat.com>
554
555 * remote.c (remote_search): Delete function.
556 * target.h (target_search): Delete disabled macro.
557 (struct target_ops): Delete disabled field "to_search".
558
559 2003-10-14 Kevin Buettner <kevinb@redhat.com>
560
561 * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
562 instead of deprecated_inside_entry_file().
563
564 2003-10-14 Corinna Vinschen <vinschen@redhat.com>
565
566 * sh-tdep.c: Fix copy/paste hangover in comment.
567 (sh_push_dummy_call_fpu): Accomodate double passing in little endian
568 mode.
569 (sh3e_sh4_extract_return_value): Ditto.
570
571 2003-10-13 Richard Henderson <rth@redhat.com>
572
573 * f-typeprint.c (f_type_print_base): Handle TYPE_CODE_REF.
574 * f-valprint.c (f_val_print): Likewise. Tweak TYPE_CODE_PTR to
575 match c_val_print a bit closer.
576
577 2003-10-13 Kevin Buettner <kevinb@redhat.com>
578
579 * frv-tdep.c (max_instrs_per_bundle, frv_instr_size): New constants.
580 (frv_gdbarch_adjust_breakpoint_address): New function.
581 (frv_gdbarch_init): Initialize ``gdbarch_adjust_breakpoint_address''
582 method.
583
584 2003-10-13 Kevin Buettner <kevinb@redhat.com>
585
586 * breakpoint.h (struct breakpoint): Add new member
587 ``requested_address''.
588 * breakpoint.c (breakpoint_adjustment_warning)
589 (adjust_breakpoint_address): New static functions.
590 (print_it_typical): Issue warning if breakpoint's address is different
591 from its requested address.
592 (set_raw_breakpoint, set_longjmp_resume_breakpoint, watch_command_1)
593 (breakpoint_re_set_one): Set breakpoint's
594 ``requested_address'' field. Set ``address'' field to the
595 result of calling adjust_breakpoint_address() on the requested
596 address.
597
598 2003-10-13 Kevin Buettner <kevinb@redhat.com>
599
600 * gdbarch.sh (ADJUST_BREAKPOINT_ADDRESS): New method.
601 * gdbarch.h, gdbarch.c: Regenerate.
602
603 2003-10-11 Mark Kettenis <kettenis@gnu.org>
604
605 * i386bsd-tdep.c (i386bsd_init_abi): Use ARRAY_SIZE to initialize
606 TDEP->sc_num_regs.
607
608 * i386fbsd-tdep.c: New file.
609 (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
610 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
611 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Move here from
612 i386bsd-tdep.c.
613 (_initialize_i386fbsd_tdep): New function.
614 (i386fbsd_r_reg_offset, i386fbsd4_r_reg_offset): New varibles.
615 (i386fbsdaout_init_abi): Initialize TDEP->gregset_reg_offset,
616 TDEP->gregset_num_regs, TDEP->sizeof_gregset and
617 TDEP->sizeof_fpregset. Use ARRAY_SIZE to initialize
618 TDEP->sc_num_regs.
619 (i386fbsd4_init_abi): Initialize TDEP->gregset_reg_offset,
620 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
621 to initialize TDEP->sc_num_regs.
622 * i386bsd-tdep.c (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
623 i386fbsd_sc_reg_offset, i386fbsdaout_init_abi, i386fbsd_init_abi,
624 i386fbsd4_sc_reg_offset, i386fbsd4_init_abi): Remove.
625 (_initialize_i386bsd_tdep): Don't register FreeBSD a.out and
626 FreeBSD ELF OS/ABI's here.
627 * Makefile.in (ALLDEPFILES): Add i386fbsd-tdep.c.
628 (i386fbsd-tdep.o): New target.
629 * config/i386/fbsd.mt (TDEPFILES): Add i386fbsd-tdep.o.
630 * config/i386/fbsd64.mt (TDEPFILES): Add i386fbsd-tdep.o.
631
632 * amd64fbsd-tdep.c (amd64fbsd_r_reg_offset): New variable.
633 (amd64fbsd_init_abi): Set TDEP->gregset_reg_offset,
634 TDEP->gregset_num_regs and TDEP->sizeof_gregset. Use ARRAY_SIZE
635 in initialization of TDEP->sc_num_regs.
636
637 * x86-64-tdep.c (x86_64_regset_from_core_section): New function.
638 (x86_64_init_abi): Initialize regset_from_core_section if
639 appropriate.
640
641 * i386-tdep.c (i386_regset_from_core_section): New function.
642 (i386_gdbarch_init): Initialize regset_from_core_section if
643 appropriate.
644 * i386-tdep.h (i386_regset_from_core_section): New declaration.
645
646 * i386-tdep.h (struct regset): Declare opaque.
647
648 * gdbarch.sh (regset_from_core_section): New method.
649 (struct regset): Declare opaque.
650 * gdbarch.c, gdbarch.h: Regenerated.
651
652 2003-10-11 Alan Modra <amodra@bigpond.net.au>
653
654 * hppa-tdep.c (hppa_in_solib_call_trampoline): Don't refer directly to
655 _cooked_size and vma; Use bfd_section_size and bfd_get_section_vma.
656 Correct test for pc within section.
657
658 2003-10-11 Mark Kettenis <kettenis@gnu.org>
659
660 * gdbarch.sh: Remove trailing whitepsace from comments.
661
662 2003-10-08 Roland McGrath <roland@redhat.com>
663
664 * gcore.c (make_mem_sec): Function removed, folded into ...
665 (gcore_create_callback): ... here. To omit a section, clear its
666 SEC_LOAD bit rather than zeroing its size.
667 Omit read-only sections only if they correspond to a known disk file.
668 (gcore_copy_callback): Ignore sections without SEC_LOAD flag set.
669
670 2003-10-10 Michael Snyder <msnyder@redhat.com>
671
672 * d10v-tdep.c: Fix typo in comment.
673
674 2003-10-10 Andrew Cagney <cagney@redhat.com>
675
676 * rs6000-tdep.c (e500_store_return_value): Delete function.
677 (e500_extract_return_value): Delete function.
678 (rs6000_gdbarch_init): When SYSV, set "extract_return_value" and
679 "restore_return_value" to "ppc_sysv_abi_extract_return_value" and
680 "ppc_sysv_abi_restore_return_value" where applicable.
681 * ppc-tdep.h: (ppc_sysv_abi_store_return_value): Declare.
682 (ppc_sysv_abi_extract_return_value): Declare.
683 (ppc_sysv_abi_broken_store_return_value): Declare.
684 (ppc_sysv_abi_broken_extract_return_value): Declare.
685 (ppc_sysv_abi_broken_use_struct_convention:) Delete declaration.
686 * ppc-sysv-tdep.c (return_value_convention): Move definition to
687 start of file.
688 (do_ppc_sysv_return_value): New function.
689 (ppc_sysv_abi_extract_return_value): New function.
690 (ppc_sysv_abi_store_return_value): New function.
691 (ppc_sysv_abi_broken_extract_return_value): New function.
692 (ppc_sysv_abi_broken_store_return_value): New function.
693 (ppc_sysv_abi_use_struct_convention): Call
694 do_ppc_sysv_return_value.
695
696 2003-10-10 J. Brobecker <brobecker@gnat.com>
697
698 * blockframe.c (inside_main_func): No longer use symbol_lookup()
699 to lookup the main function symbol.
700
701 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
702
703 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize float
704 types correctly.
705 (sh_push_dummy_call_fpu): Fix argument passing rules.
706 (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize
707 float types.
708 (sh3e_sh4_store_return_value): Ditto.
709
710 2003-10-10 Elena Zannoni <ezannoni@redhat.com>
711
712 * sh-tdep.c (sh_use_struct_convention): Clarify one case in
713 comment.
714
715 2003-10-10 Corinna Vinschen <vinschen@redhat.com>
716
717 * sh-tdep.c (sh_use_struct_convention): Clean up to have a
718 more readable code. Accomodate passing of bitfields.
719
720 2003-10-10 Andrew Cagney <cagney@redhat.com>
721
722 * Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h).
723 * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set
724 push_dummy_call to ppc64_sysv_abi_push_dummy_call.
725 * ppc-sysv-tdep.c: Include "gdb_assert.h".
726 (ppc64_sysv_abi_push_dummy_call): New function.
727 (ppc64_sysv_abi_broken_push_dummy_call): New function.
728 * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare.
729 (ppc64_sysv_abi_broken_push_dummy_call): Declare.
730
731 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
732
733 * NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas".
734 * README: Ditto.
735 * d10v-tdep.c: Ditto.
736 * h8300-tdep.c: Ditto.
737 * remote-e7000.c: Ditto.
738 * remote-hms.c: Ditto.
739 * ser-e7kpc.c: Ditto.
740 * sh-stub.c: Ditto.
741 * sh-tdep.c: Ditto.
742 * sh-tdep.h: Ditto.
743 * sh3-rom.c: Ditto.
744 * sh64-tdep.c: Ditto.
745 * top.c: Ditto.
746 * wince.c: Ditto.
747 * config/d10v/d10v.mt: Ditto.
748 * config/sh/embed.mt: Ditto.
749 * config/sh/linux.mt: Ditto.
750 * config/sh/tm-linux.h: Ditto.
751 * config/sh/tm-sh.h: Ditto.
752 * config/sh/wince.mt: Ditto.
753
754 2003-10-09 Andrew Cagney <cagney@redhat.com>
755
756 * ppc-tdep.h (struct type): Declare opaque.
757 * x86-64-tdep.h (struct regcache): Declare opaque.
758 * sh-tdep.c (sh_do_fp_register): Delete "register" attribute, fix
759 coding style.
760
761 2003-10-09 Andrew Cagney <cagney@redhat.com>
762
763 Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>:
764 * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro.
765 (SOFTWARE_SINGLE_STEP_P): Ditto.
766 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
767 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto.
768 (SOFTWARE_SINGLE_STEP_P): Ditto.
769 * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set
770 software_single_step to rs6000_software_single_step.
771
772 2003-10-09 Andrew Cagney <cagney@redhat.com>
773
774 * MAINTAINERS: Mark m32r-elf as buildable with -Werror.
775
776 2003-10-09 Michael Snyder <msnyder@redhat.com>
777
778 * frame.h: Fix typo in comment.
779 * dummy-frame.c: Fix typo in comment.
780 * d10v-tdep.c: Random whitespace/comment tweaks.
781
782 2003-10-09 Elena Zannoni <ezannoni@redhat.com>
783
784 * sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code.
785 (sh_push_dummy_code): Delete function, it's only used for dummy calls
786 on stack.
787
788 Based on input by Stephen Clarke (stephen.clarke@superh.com):
789 * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI
790 in detail.
791
792 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
793
794 * remote-mips.c (mips_initialize): Remove unneeded call to
795 get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
796
797 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
798
799 * dwarf2expr.c (execute_stack_op): Don't treat the frame base as
800 a memory pointer.
801
802 2003-10-08 Jeff Johnston <jjohnstn@redhat.com>
803
804 * lin-lwp.c (stop_and_resume_callback): Set the resumed flag
805 for any lwp we resume.
806 (running_callback): Add lwps that have pending status events
807 against them to be considered running.
808
809 2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
810
811 * m32r-tdep.c : Include "dis-asm.h".
812 * Makefile.in (m32r-tdep.o): Update dependencies.
813
814 2003-10-06 J. Brobecker <brobecker@gnat.com>
815
816 * completer.h (get_gdb_completer_word_break_characters): Delete.
817 * completer.c: include language.h.
818 (gdb_completer_word_break_characters): Delete.
819 (get_gdb_completer_word_break_characters): Delete.
820 (location_completer): Use the word break characters of the current
821 language.
822 (complete_line): Likewise.
823 (line_completion_function): Likewise.
824 (skip_quoted_chars): Likewise.
825 * Makefile.in (completer.o): Add dependency on language.h.
826 * top.c (init_main): Set the readline word break characters
827 to GDB's default word break characters.
828
829 2003-10-06 J. Brobecker <brobecker@gnat.com>
830
831 * language.h (language_defn): new field, la_word_break_characters.
832 * language.c (unknown_language_defn): Set new field to
833 default_word_break_characters.
834 (auto_language_defn): Likewise.
835 (local_language_defn): Likewise.
836 * ada-lang.c (ada_language_defn): Likewise.
837 * c-lang.c (c_language_defn): Likewise.
838 (cplus_language_defn): Likewise.
839 (asm_language_defn): Likewise.
840 (minimal_language_defn): Likewise.
841 * f-lang.c (f_language_defn): Likewise.
842 * jv-lang.c (java_language_defn): Likewise.
843 * m2-lang.c (m2_language_defn): Likewise.
844 * objc-lang.c (objc_language_defn): Likewise.
845 * p-lang.c (pascal_language_defn): Likewise.
846 * scm-lang.c (scm_language_defn): Likewise.
847
848 2003-10-06 Andrew Cagney <cagney@redhat.com>
849
850 * ppc-sysv-tdep.c: Re-indent.
851
852 2003-10-06 J. Brobecker <brobecker@gnat.com>
853
854 * language.h (default_word_break_characters): Add prototype.
855 * language.c (default_word_break_characters): New function.
856
857 2003-10-06 Andreas Schwab <schwab@suse.de>
858
859 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/subl
860 with %eax.
861
862 2003-10-06 Andrew Cagney <cagney@redhat.com>
863
864 * Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and
865 "h8500-tdep.c".
866 (z8k-tdep.o): Delete custom build rule.
867
868 2003-10-06 Andrew Cagney <cagney@redhat.com>
869
870 * Makefile.in: Update all dependencies.
871
872 * MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted.
873 No longer list PA as as obsolete candidate. List m32r as
874 broken instead of obsolete.
875
876 * config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files.
877 * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto.
878 * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto.
879 * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto.
880 * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto.
881 * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto.
882 * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto.
883 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
884 * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto.
885 * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto.
886 * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto.
887 * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto.
888 * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto.
889 * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto.
890 * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto.
891 * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto.
892 * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto.
893 * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto.
894 * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto.
895 * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto.
896 * config/z8k/z8k.mt: Ditto.
897
898 * NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*,
899 h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*,
900 mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*,
901 i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and
902 sparclite were removed.
903 * configure.host, configure.tgt: Remove corresponding tuples.
904
905 * breakpoint.c, breakpoint.h: Remove obsolete code.
906 * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto.
907 * monitor.c, sparc-tdep.c, stabsread.c: Ditto.
908 * stabsread.h, xcoffread.c: Ditto.
909
910 * z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file.
911 * sparclet-stub.c, sparclet-rom.c: Delete obsolete file.
912 * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file.
913 * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
914
915 2003-10-06 David Lecomber <dsl@sources.redhat.com>
916
917 * f-valprint.c: Reformatting
918
919 2003-10-06 Mark Kettenis <kettenis@gnu.org>
920
921 * x86-64-tdep.c: Remove duplicate comment.
922
923 * x86-64-tdep.c (x86_64_store_return_value): Don't use
924 DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register
925 names for return values. This fixes a bug since we looked at %rbx
926 instead of %rdx.
927
928 2003-10-05 Mark Kettenis <kettenis@gnu.org>
929
930 * x86-64-tdep.c: Include "regset.h".
931
932 * i386-tdep.h (struct gdbarch_tdep): Add members gregset,
933 gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset,
934 sizeof_fpregset.
935 * i386-tdep.c: Include "regset.h".
936 (i386_supply_gregset): New function.
937 (i386_supply_fpregset): New function.
938 (i386_gdbarch_init): Initialze register set-related members of
939 TDEP.
940 * x86-64-tdep.c (x86_64_supply_fpregset): New function.
941 (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
942
943 2003-10-03 Andrew Cagney <cagney@redhat.com>
944
945 * rs6000-tdep.c (rs6000_gdbarch_init): When the 64 bit SysV ABI,
946 set extract_return_value, store_return_value and
947 use_struct_convention to ppc64_sysv_abi_extract_return_value,
948 ppc64_sysv_abi_store_return_value and
949 ppc64_sysv_abi_use_struct_convention.
950 * ppc-tdep.h (ppc64_sysv_abi_extract_return_value): Declare.
951 (ppc64_sysv_abi_store_return_value): Declare.
952 (ppc64_sysv_abi_use_struct_convention): Declare.
953 * ppc-sysv-tdep.c (enum return_value_convention): Define.
954 (ppc64_sysv_abi_extract_return_value): New function.
955 (ppc64_sysv_abi_store_return_value): New function.
956 (ppc64_sysv_abi_use_struct_convention): New function.
957 (ppc64_sysv_abi_return_value): New function.
958
959 2003-10-03 Andrew Cagney <cagney@redhat.com>
960
961 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): Only
962 convert a descriptor to a function when it's in the ".opd"
963 section.
964
965 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
966
967 * sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
968 reg_size to keep GCC silent.
969
970 2003-10-03 Corinna Vinschen <vinschen@redhat.com>
971
972 * dwarf2-frame.c (struct comp_unit): Add tbase member to store
973 base for DW_EH_PE_textrel encodings.
974 (read_encoded_value): Add a DW_EH_PE_textrel case.
975 (dwarf2_build_frame_info): Set unit.tbase to beginning of text
976 section.
977
978 2003-10-03 Mark Kettenis <kettenis@gnu.org>
979
980 * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
981
982 2003-10-02 Andrew Cagney <cagney@redhat.com>
983
984 * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
985 REGISTER_RAW_SIZE.
986 * gdbarch.h, gdbarch.c: Re-generate.
987 * aix-thread.c, alpha-tdep.h, arm-tdep.c, core-sol2.c: Update.
988 * cris-tdep.c, dve3900-rom.c, findvar.c, frame.c: Update.
989 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
990 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
991 * ia64-linux-nat.c, ia64-tdep.c, infcmd.c, infptrace.c: Update.
992 * infrun.c, irix5-nat.c, lynx-nat.c, mips-linux-tdep.c: Update.
993 * mips-nat.c, mips-tdep.c, mipsv4-nat.c, mn10300-tdep.c: Update.
994 * monitor.c, ns32k-tdep.c, ppc-linux-nat.c, regcache.c: Update.
995 * remote-e7000.c, remote-mips.c, remote-sim.c: Update.
996 * remote-vxmips.c, remote-vxsparc.c, remote.c: Update.
997 * rom68k-rom.c, rs6000-nat.c, rs6000-tdep.c, s390-tdep.c: Update.
998 * sh64-tdep.c, sparc-nat.c, sparc-tdep.c, stack.c: Update.
999 * target.c, tracepoint.c, v850-tdep.c, v850ice.c, valops.c: Update.
1000 * vax-tdep.c, vax-tdep.h, x86-64-tdep.c, xstormy16-tdep.c: Update.
1001 * config/m68k/tm-delta68.h, config/m68k/tm-vx68.h: Update.
1002 * config/sparc/tm-sparc.h, config/sparc/tm-sparclynx.h: Update.
1003
1004 2003-10-02 Jim Blandy <jimb@redhat.com>
1005
1006 * dwarf2read.c (struct die_info): Doc fix.
1007
1008 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1009
1010 * sh-tdep.c: Running thru gdb_indent.sh.
1011
1012 2003-10-02 Corinna Vinschen <vinschen@redhat.com>
1013
1014 * sh-tdep.c (sh_justify_value_in_reg): New function.
1015 (sh_stack_allocsize): Ditto.
1016 (flt_argreg_array): New array used for floating point argument
1017 passing.
1018 (sh_init_flt_argreg): New function.
1019 (sh_next_flt_argreg): Ditto.
1020 (sh_push_dummy_call_fpu): Simplify. Rename "odd_sized_struct" to
1021 "pass_on_stack". Use new helper functions. Accomodate Renesas ABI.
1022 Fix argument passing strategy.
1023 (sh_push_dummy_call_nofpu): Ditto.
1024
1025 2003-10-01 Andrew Cagney <cagney@redhat.com>
1026
1027 * value.h (register_value_being_returned): Declare. Replace
1028 "value_being_returned".
1029 * infcall.c (call_function_by_hand): Use
1030 register_value_being_returned.
1031 * infcmd.c (print_return_value): Call
1032 "register_value_being_returned", handle struct return locally.
1033 * values.c (register_value_being_returned): New function. Replace
1034 "value_being_returned".
1035
1036 2003-09-30 Elena Zannoni <ezannoni@redhat.com>
1037
1038 * linux-proc.c (linux_do_registers): New function.
1039 (linux_make_note_section): Use linux_do_registers in case of
1040 single threaded inferior programs.
1041
1042 2003-10-01 Andrew Cagney <cagney@redhat.com>
1043
1044 * infcall.c (call_function_by_hand): When STRUCT_RETURN, always
1045 use STRUCT_ADDR. When not using "struct return convention", pass
1046 "0" to "value_being_returned". Add FIXMEs.
1047 * infcmd.c (print_return_value): Pass an explicit 0/1 to
1048 value_being_returned. Add comments.
1049 * values.c (value_being_returned): Add fixme.
1050 * hppa-tdep.c (hppa_extract_struct_value_address): Add FIXME.
1051 (hppa_value_returned_from_stack): Add FIXME.
1052
1053 2003-09-30 David Carlton <carlton@kealia.com>
1054
1055 * dwarf2read.c (struct die_info): Add 'parent' field; replace
1056 'has_children' and 'next' by 'child' and 'sibling'.
1057 (read_comp_unit): Rework algorithm, breaking body into
1058 read_die_and_children and read_die_and_siblings.
1059 (read_die_and_children, read_die_and_siblings): New.
1060 (read_full_die): Add 'has_children' argument; set it instead of
1061 the die's 'has_children' field. Minor formatting cleanup.
1062 (free_die_list): Use die->child and die->sibling instead of
1063 die->next.
1064 (dump_die_list): Ditto.
1065 (sibling_die): Use die->sibling.
1066 (psymtab_to_symtab_1): Use die's 'child' field in place of its
1067 'has_children' and 'next' fields.
1068 (process_die, read_file_scope, read_func_scope)
1069 (read_lexical_block_scope, read_structure_scope)
1070 (read_enumeration, read_array_type, read_common_block)
1071 (read_namespace, read_subroutine_type, dump_die): Ditto.
1072
1073 2003-09-30 Andrew Cagney <cagney@redhat.com>
1074
1075 * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone
1076 to 224, not 220.
1077
1078 2003-09-30 Andrew Cagney <cagney@redhat.com>
1079
1080 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename
1081 REGISTER_VIRTUAL_SIZE.
1082 * gdbarch.h, gdbarch.c: Regenerate.
1083 * vax-tdep.h, sparc-tdep.c, regcache.h: Update.
1084 * regcache.c, mn10300-tdep.c, mips-tdep.c: Update.
1085 * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update.
1086
1087 2003-09-29 Andrew Cagney <cagney@redhat.com>
1088
1089 * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename
1090 DEPRECATED_REGISTER_VIRTUAL_TYPE.
1091 * gdbarch.h, gdbarch.c: Regenerate.
1092 * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update.
1093 * sh64-tdep.c, sparc-tdep.c: Update.
1094
1095 * remote-vxsparc.c (vx_read_register): Replace bzero with memset.
1096 * remote-vxmips.c (vx_read_register): Ditto.
1097 * remote-vx68.c (vx_read_register): Ditto.
1098 * gnu-nat.c (inf_validate_procs): Ditto.
1099
1100 2003-09-29 J. Brobecker <brobecker@gnat.com>
1101
1102 * infcall.c (call_function_by_hand): Fix build failure
1103 introduced in the previous change to this file.
1104
1105 2003-09-29 Andrew Cagney <cagney@redhat.com>
1106
1107 * NEWS: Mention Objective-C.
1108
1109 2003-09-29 Jerome Guitton <guitton@act-europe.fr>
1110
1111 * arm-tdep.c (arm_make_prologue_cache): Use trad_frame_addr_p to
1112 test if the register has been saved on the stack.
1113 (arm_scan_prologue_cache): When analysing the instruction
1114 "str lr, [sp, #-4]", save the address where lr has been stored.
1115
1116 2003-09-28 Andrew Cagney <cagney@redhat.com>
1117
1118 * frame.c (frame_read_unsigned_register): Delete function.
1119 * frame.h (frame_read_unsigned_register): Delete declaration.
1120 * sparc-tdep.c (sparc_init_extra_frame_info): Use
1121 get_frame_register_unsigned.
1122 (sparc_frame_saved_pc, sparc_pop_frame): Ditto.
1123 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1124 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1125
1126 * frame.h (frame_read_register): Delete declaration.
1127 * frame.c (frame_read_register): Delete function.
1128 * arch-utils.c (legacy_register_to_value): Use get_frame_register.
1129 * sparc-tdep.c (sparc_fetch_pointer_argument): Ditto.
1130 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Ditto.
1131 * mips-tdep.c (mips_register_to_value): Ditto.
1132 * hppa-tdep.c (hppa_fetch_pointer_argument): Ditto.
1133 * d10v-tdep.c (d10v_print_registers_info): Ditto.
1134
1135 * frame.c (frame_read_signed_register): Delete function.
1136 (frame_read_unsigned_register): Update comments.
1137 * frame.h (frame_read_signed_register): Delete declaration.
1138 * h8300-tdep.c (h8300_print_register): Use
1139 get_frame_register_signed.
1140 * m68hc11-tdep.c (m68hc11_print_register): Ditto.
1141
1142 * config/pa/tm-hppa.h (DEPRECATED_VALUE_RETURNED_FROM_STACK):
1143 Rename VALUE_RETURNED_FROM_STACK.
1144 * infcmd.c (print_return_value): Update.
1145 * infcall.c (call_function_by_hand): Update.
1146
1147 2003-09-28 Mark Kettenis <kettenis@gnu.org>
1148
1149 * i387-tdep.c (i387_supply_fsave, i387_supply_fxsave): Add
1150 regcache argument and reverse the order of the other two
1151 arguments. Remove local regcache variable. Determine
1152 architecture from REGCACHE. Update comments.
1153 * x86-64-tdep.c (x86_64_supply_fxsave): Add regcache argument and
1154 reverse the order of the other two arguments. Remove local
1155 regcache variable. Determine architecture from REGCACHE. Update
1156 comments.
1157 * i387-tdep.h (i387_supply_fsave, i387_supply_fxsave): Adjust
1158 prototypes. Update comments.
1159 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust prototype. Adjust
1160 comment.
1161 * amd64fbsd-nat.c (supply_fpregset, fetch_inferior_registers):
1162 Update.
1163 * go32-nat.c (fetch_register, go32_fetch_registers): Update.
1164 * i386-interix-nat.c (supply_fpregset): Update.
1165 * i386-linux-nat.c (supply_fpregset, supply_fpxregset): Update.
1166 * i386-nto-tdep.c (i386nto_supply_fpregset): Update.
1167 * i386gnu-nat.c (fetch_fpregs, supply_fpregset): Update.
1168 * i386bsd-nat.c (supply_fpregset, fetch_inferior_registers): Update.
1169 * i386nbsd-tdep.c (fetch_core_registers, fetch_elfcore_registers):
1170 Update.
1171 * i386obsd-tdep.c (fetch_core_registers): Update.
1172 * i386v4-nat.c (supply_fpregset): Update.
1173 * x86-64-linux-nat.c (supply_fpregset): Update.
1174 * x86-64-linux-tdep.c (fetch_core_registers): Update.
1175
1176 2003-09-27 Mark Kettenis <kettenis@gnu.org>
1177
1178 * i386-tdep.h: Put opaque declarations in alphabetical
1179 order. Remove spurious whitespace.
1180 (struct gdbarch_tdep): add st0_regnum and mm0_regnum members.
1181 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Remove prototypes.
1182 * i386-tdep.c (MM0_REGNUM): Remove define.
1183 (i386_mmx_regnum_p): Add gdbarch argument.
1184 (i386_sse_regnum_p, i386_mxcsr_regnum_p): Add gdbarch argument.
1185 Rewrite using new macro definitions for FPU/SSE registers.
1186 (i386_fp_regnum_p, i386_fpc_regnum_p): Rewrite using new macro
1187 definitions from i387-tdep.h.
1188 (i386_register_name): Update.
1189 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): Update to use
1190 new macro definitions for FPU/SSE registers.
1191 (i386_extract_return_value): Determine whether floating-point
1192 registers are present by examining REGCACHE's architecture.
1193 (i386_store_return_value): Likewise. Use I386_MAX_REGISTER_SIZE
1194 instead of FPU_REG_RAW_SIZE. Use new macro definitions for
1195 FPU/SSE registers.
1196 (i386_register_type): Update.
1197 (i386_mmx_regnum_to_fp_regnum): Rewrite using new macro
1198 definitions for FPU registers. Use REGCACHE's architecture to
1199 determine the appropriate register numbers.
1200 (i386_pseudo_register_read, i386_pseudo_register_write,
1201 i386_register_reggroup_p): Update.
1202 (i386_gdbarch_init): Initialize TDEP->st0_regnum and
1203 TDEP->mm0_regnum.
1204 * i387-tdep.h (I387_FCTRL_REGNUM, I387_FSTAT_REGNUM,
1205 I387_FTAG_REGNUM, I387_FISEG_REGNUM, I387_FIOFF_REGNUM,
1206 I387_FOSEG_REGNUM, I387_FOOFF_REGNUM, I387_FOP_REGNUM,
1207 I387_XMM0_REGNUM, I387_MXCSR_REGNUM): New defines.
1208 (i387_supply_fsave, i387_fill_fsave, i387_supply_fxsave,
1209 i387_fill_fxsave): Change type of fsave/fxsave argument from `char
1210 *' to `void *'.
1211 * i387-tdep.c (i387_print_float_info, fsave_offset, FSAVE_ADDR,
1212 i387_supply_fsave, i387_fill_fsave, fxsave_offset, FXSAVE_ADDR,
1213 i387_supply_fxsave, i387_fill_fxsave): Update to use new macro
1214 definitions for FPU/SSE registers.
1215 (FXSAVE_MXCSR_ADDR): New define.
1216 * x86-64-tdep.c (x86_64_init_abi): Override TDEP->st0_regnum and
1217 TDEP->mm0_regnum.
1218 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): Remove defines.
1219 (I387_ST0_REGNUM): Define.
1220
1221 * regcache.h (get_regcache_arch): New prototype.
1222 * regcache.c (get_regcache_arch): New function.
1223
1224 * x86-64-tdep.c (x86_64_store_return_value): Remove spurious
1225 whitespace.
1226
1227 * i386-tdep.c (i386_num_register_names, i386_num_mmx_regs):
1228 Initialize using ARRAY_SIZE.
1229
1230 2003-09-27 Andrew Cagney <cagney@redhat.com>
1231
1232 * arch-utils.c (deprecated_init_frame_pc_default): Rename
1233 "init_frame_pc_default".
1234 * arch-utils.h (deprecated_init_frame_pc_default): Update.
1235 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1236 * vax-tdep.c (vax_gdbarch_init): Update.
1237 * v850-tdep.c (v850_gdbarch_init): Update.
1238 * sh64-tdep.c (sh64_gdbarch_init): Update.
1239 * s390-tdep.c (s390_gdbarch_init): Update.
1240 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
1241 * mcore-tdep.c (mcore_gdbarch_init): Update.
1242 * h8300-tdep.c (h8300_gdbarch_init): Update.
1243 * cris-tdep.c (cris_gdbarch_init): Update.
1244 * config/pa/tm-hppa.h (DEPRECATED_INIT_FRAME_PC): Update.
1245
1246 2003-09-26 Mark Kettenis <kettenis@gnu.org>
1247
1248 * regset.h: New file.
1249 * Makefile.in (regset_h): Add.
1250
1251 2003-09-25 Andrew Cagney <cagney@redhat.com>
1252
1253 * frame.h (deprecated_frame_saved_regs): Rename
1254 get_frame_saved_regs.
1255 * cris-tdep.c, frame.c, h8300-tdep.c, hppa-tdep.c: Update.
1256 * mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
1257 * ns32k-tdep.c, ppc-linux-tdep.c, rs6000-tdep.c: Update.
1258 * s390-tdep.c, sh64-tdep.c, stack.c: Update.
1259 * v850-tdep.c, vax-tdep.c, xstormy16-tdep.c: Update.
1260
1261 2003-09-25 Andrew Cagney <cagney@redhat.com>
1262
1263 * NEWS: Mention the new backtrace mechanism, DWARF 2 CFI, hosted
1264 file I/O, multi-arch, TLS and NPTL, DWARF 2 Location Expressions,
1265 and Java.
1266 * PROBLEMS: Mention that mips*-*-*, powerpc*-*-*, sparc*-*-* and
1267 arm*-*-* do not use the new frame code.
1268
1269 2003-09-25 David Carlton <carlton@kealia.com>
1270
1271 * c-exp.y: Remove 'register' declarations.
1272 * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
1273
1274 2003-09-25 David Carlton <carlton@kealia.com>
1275
1276 * c-exp.y: Include cp-support.h. Add qualified_type.
1277 (yylex): Delete nested type hack; add comments.
1278 * cp-namespace.c (cp_lookup_nested_type): New function.
1279 * cp-support.h: Declare cp_lookup_nested_type.
1280 * eval.c (evaluate_subexp_standard): Call value_aggregate_elt
1281 instead of value_struct_elt_for_reference.
1282 * valops.c: Include cp-support.h.
1283 (value_aggregate_elt): New function.
1284 (value_namespace_elt): Ditto.
1285 (value_struct_elt_for_reference): Make static.
1286 * value.h: Delete declaration of value_struct_elt_for_reference;
1287 add declaration for value_aggregate_elt.
1288 * Makefile.in (c-exp.tab.o): Depend on $(cp_support_h).
1289 (valops.o): Ditto.
1290
1291 2003-09-25 Daniel Jacobowitz <drow@mvista.com>
1292
1293 * stack.c: Include "reggroups.h".
1294 (frame_info): Only display registers in all_reggroup.
1295 * Makefile.in (stack.o): Update dependencies.
1296
1297 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1298
1299 * arm-tdep.c (arm_skip_prologue): Handle "sub ip, sp #n" and
1300 "add ip, sp #n" in the prologue.
1301 (arm_scan_prologue): Ditto.
1302
1303 2003-09-25 Jerome Guitton <guitton@act-europe.fr>
1304
1305 * MAINTAINERS (write after approval): Add myself.
1306
1307 2003-09-25 Andreas Schwab <schwab@suse.de>
1308
1309 * m68k-tdep.c: Include "dwarf2-frame.h".
1310 (m68k_gdbarch_init): Add the DWARF CFI frame unwinder.
1311 * Makefile.in (m68k-tdep.o): Update dependencies.
1312
1313 2003-09-25 Corinna Vinschen <vinschen@redhat.com>
1314
1315 * sh-tdep.c (struct frame_extra_info): Remove.
1316 (struct sh_frame_cache): New structure.
1317 (GET_SOURCE_REG): New macro extracting source register of an opcode.
1318 (GET_TARGET_REG): Ditto but target register.
1319 (GET_PUSHED_REG): Remove.
1320 (IS_MOV_ARG_TO_REG): New macro.
1321 (IS_MOV_ARG_TO_IND_R14): New macro.
1322 (IS_MOV_ARG_TO_IND_R14_WITH_DISP): New macro.
1323 (IS_MOVW_PCREL_TO_REG): New macro.
1324 (IS_MOVL_PCREL_TO_REG): New macro.
1325 (IS_SUB_REG_FROM_SP): New macro.
1326 (IS_ARG_MOV): Remove.
1327 (IS_MOV_TO_R14): Remove.
1328 (IS_RESTORE_FP): New macro.
1329 (IS_RTS): New macro.
1330 (IS_LDS): New macro.
1331 (IS_MOV_FP_SP): New macro.
1332 (IS_ADD_REG_TO_FP): New macro.
1333 (IS_ADD_IMM_FP): New macro.
1334 (sh_skip_prologue_hard_way): Remove.
1335 (sh_saved_pc_after_call): Remove.
1336 (sh_frame_chain): Remove.
1337 (sh_find_callers_reg): Remove.
1338 (sh_nofp_frame_init_saved_regs): Remove.
1339 (sh_fp_frame_init_saved_regs): Remove.
1340 (sh_init_extra_frame_info): Remove.
1341 (sh_analyze_prologue): New function.
1342 (sh_skip_prologue): Remove deprecated code. Rely on new function
1343 sh_analyze_prologue when after_prologue fails.
1344 (sh_frame_saved_pc): Remove.
1345 (sh_alloc_frame_cache): New function.
1346 (sh_frame_cache): Ditto.
1347 (sh_frame_prev_register): Ditto.
1348 (sh_frame_this_id): Ditto.
1349 (sh_frame_unwind): New structure defining the heuristic frame
1350 sniffer interface.
1351 (sh_frame_sniffer): New function.
1352 (sh_unwind_sp): Ditto.
1353 (sh_unwind_pc): Ditto.
1354 (sh_unwind_dummy_id): Ditto.
1355 (sh_frame_base_address): Ditto.
1356 (sh_frame_base): New structure defining new frame base code.
1357 (sh_in_function_epilogue_p): New function.
1358 (sh_gdbarch_init): Restructure and simplify to eliminate deprecated
1359 code and to call all new code instead. Initialize dwarf2 and
1360 heuristic frame sniffer.
1361
1362 2003-09-24 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1363
1364 * parser-defs.h (struct exp_descriptor): New definition, containing
1365 language-specific info for printing, prefixifying, dumping, and
1366 evaluating expressions.
1367 (exp_descriptor_standard): Declare new variable.
1368 (print_subexp): Make global and declare here (from expprint.c).
1369 (dump_subexp): Ditto.
1370 (dump_subexp_body_standard): Declare.
1371 (operator_length_standard): Declare.
1372 (op_name_standard): Declare.
1373 (print_subexp): Declare.
1374 (print_subexp_standard): Declare.
1375
1376 * language.h (struct language_defn): Add la_exp_desc field to hold
1377 pointer to table for language-specific operators.
1378 Remove evaluate_exp field, which is now in struct exp_descriptor.
1379
1380 * parse.c (operator_length): Move most code to new
1381 operator_length_standard function. Use language-specific information.
1382 (operator_length_standard): New function taking most code from
1383 operator_length.
1384 (exp_descriptor_standard): New constant.
1385
1386 * expression.h (enum exp_opcode): Add definitions of OP_EXTENDED0
1387 and OP_EXTENDED_LAST.
1388
1389 * expprint.c (print_subexp): Use language-specific print_subexp.
1390 Make global; remove static declaration.
1391 Move most code to print_subexp_standard.
1392 (print_subexp_standard): New function, containing code formerly in
1393 print_subexp.
1394 (op_name): Add expression to argument signature.
1395 Use langauge-specific op_name.
1396 Move most code to op_name_standard.
1397 (op_name_standard): New function, containing code formerly in op_name.
1398 (dump_subexp): Use new version of op_name function.
1399 Use language-specific dump_subexp_body, and move most existing code to
1400 dump_subexp_body_standard.
1401 (dump_raw_expression): Use new op_name interface.
1402 (dump_subexp_body): Move most code to dump_subexp_body_standard.
1403 (dump_subexp_body_standard): New function, containing code formerly
1404 in dump_subexp_body.
1405
1406 * language.c (unknown_language): Add default la_exp_desc field and
1407 remove evaluate_exp field.
1408 (auto_language): Ditto.
1409 (local_language): Ditto.
1410 * f-lang.c (f_language_defn): Ditto.
1411 * c-lang.c (c_language_defn): Ditto.
1412 (cplus_language_defn): Ditto.
1413 (asm_language_defn): Ditto.
1414 (minimal_language_defn): Ditto.
1415 * p-lang.c (pascal_language_defn): Ditto.
1416 * m2-lang.c (m2_language_defn): Ditto.
1417 * objc-lang.c (objc_language_defn): Ditto.
1418
1419 * jv-lang.c (exp_descriptor_java): New variable, containing
1420 Java-specific expression evaluator.
1421 (java_language_defn): Add la_exp_desc field and remove evaluate_exp
1422 field.
1423 * scm-lang.c (exp_descriptor_scm): New variable, containing
1424 Scheme-specific expression evaluator.
1425 (scm_language_defn): Add la_exp_desc field and remove evaluate_exp
1426 field.
1427 * objc-lang.c (print_object_command): Take evaluate_exp from the
1428 la_exp_desc field.
1429
1430 * Makefile.in (eval.o): Add dependency on parser-defs.h.
1431
1432 * eval.c: Include parser-defs.h for the full declaration of
1433 la_exp_desc's type.
1434 (evaluate_subexp): Get evaluate_exp out of la_exp_desc field.
1435
1436 2003-09-23 Paul N. Hilfinger <hilfingr@nile.gnat.com>
1437
1438 * parser-defs.h (operator_length): Declare.
1439
1440 * parse.c (length_of_subexp): Use operator_length to get operator
1441 lengths and arities for operators.
1442 Move most code to new operator_length function.
1443 (operator_length): New function absorbing most code from
1444 length_of_subexp.
1445 (prefixify_subexp): Remove large case and use operator_length instead.
1446 (parse_exp_1): Use renamings:
1447 dump_prefix_expression => dump_raw_expression and
1448 dump_postfix_expression => dump_prefix_expression.
1449
1450 * expression.h (dump_prefix_expression): Rename to ...
1451 (dump_raw_expression): New name.
1452 (dump_postfix_expression): Rename to ...
1453 (dump_prefix_expression): New name.
1454
1455 * expprint.c (dump_subexp): Make global. Add comment.
1456 Move most existing code to dump_subexp_body.
1457 (dump_subexp_body): New function.
1458 (dump_prefix_expression): Rename to dump_raw_expression.
1459 Remove attempt to print the expression via print_expression: it can't
1460 work before the expression is prefixified.
1461 (dump_raw_expression): Renamed from dump_prefix_expression.
1462 (dump_postfix_expression): Rename to dump_prefix_expression, since
1463 that's what it does.
1464 Remove 'note' parameter, since this routine must be used on
1465 prefixified expression.
1466 (dump_prefix_expression): Renamed from dump_postfix_expression.
1467
1468 2003-09-22 Jim Blandy <jimb@redhat.com>
1469
1470 * dwarf2read.c (read_array_type): When building the type for an
1471 array of unspecified length, make sure to choose the upper bound
1472 so that the array's total length comes out to be zero --- that's
1473 how we represent such arrays.
1474
1475 2003-09-22 Michael Chastain <mec@shout.net>
1476
1477 * MAINTAINERS: Rename gdb.c++ to gdb.cp.
1478
1479 2003-09-22 Jeff Johnston <jjohnstn@redhat.com>
1480
1481 * top.c (quit_force): Fix indirect call to quit_target so
1482 a struct qt_args pointer is passed.
1483
1484 2003-09-22 Andrew Cagney <cagney@redhat.com>
1485
1486 * arch-utils.h (init_frame_pc_noop): Delete declaration.
1487 * arch-utils.c (init_frame_pc_noop): Delete function.
1488 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
1489 "init_frame_pc".
1490 * mips-tdep.c (mips_gdbarch_init): Ditto.
1491 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1492 * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete
1493 declaration.
1494 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1495 * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete
1496 declaration.
1497 (DEPRECATED_INIT_FRAME_PC): Delete macro.
1498
1499 2003-09-22 Anthony Green <green@redhat.com>
1500
1501 * monitor.c (monitor_expect): Delete unused conflicting targ_ops
1502 declaration.
1503
1504 2003-09-20 Andrew Cagney <cagney@redhat.com>
1505
1506 * breakpoint.c: Eliminate ARGSUSED.
1507 * buildsym.c, cli/cli-cmds.c, cli/cli-script.c: Ditto.
1508 * coffread.c, corelow.c, dwarf2read.c, event-top.c: Ditto.
1509 * exec.c, gcore.c, hpux-thread.c, infcmd.c, inflow.c: Ditto.
1510 * infrun.c, inftarg.c, maint.c, ocd.c, printcmd.c: Ditto.
1511 * procfs.c, regcache.c, remote-rdi.c, remote-sds.c: Ditto.
1512 * remote.c, sol-thread.c, source.c, stabsread.c: Ditto.
1513 * stack.c, symfile.c, target.c, top.c, typeprint.c: Ditto.
1514 * utils.c, v850ice.c, valprint.c, values.c, win32-nat.c: Ditto.
1515 * wince.c, remote-vx.c: Ditto.
1516
1517 * cli/cli-script.c: Remove "register" attributes.
1518 * config/pa/tm-hppa.h: Ditto.
1519 * cli/cli-decode.c: Ditto.
1520 * cli/cli-cmds.c: Ditto.
1521
1522 2003-09-19 Andrew Cagney <cagney@redhat.com>
1523
1524 * sparcnbsd-nat.c (getregs_supplies): Rename NPC_REGNUM to
1525 DEPRECATED_NPC_REGNUM.
1526 * sparc64nbsd-nat.c (getregs_supplies): Ditto.
1527
1528 2003-09-19 Christopher Faylor <cgf@redhat.com>
1529
1530 * win32-nat.c (mappings): Remove HAVE_SSE conditional.
1531
1532 2003-09-19 Jim Blandy <jimb@redhat.com>
1533
1534 * macrotab.c (macro_include): Use the correct comparison to find
1535 the appropriate place for this inclusion in the list.
1536
1537 2003-09-19 Andrew Cagney <cagney@redhat.com>
1538
1539 * config/pa/nm-hppah.h (NEED_TEXT_START_END): Delete.
1540 (DEPRECATED_HPUX_TEXT_END): Define.
1541 (deprecated_hpux_text_end): Declare.
1542 (struct target_ops): Declare opaque.
1543 * hppah-nat.c (text_end): Make static.
1544 (deprecated_hpux_text_end): New function.
1545 * exec.c (text_end): Delete global variable.
1546 (NEED_TEXT_START_END): Do not define.
1547 (exec_file_attach): Replace code computing "text_end" code with
1548 call to DEPRECATED_HPUX_TEXT_END.
1549
1550 2003-09-19 Andrew Cagney <cagney@redhat.com>
1551
1552 * utils.c (align_up, align_down): New functions.
1553 * defs.h (align_up, align_down): Declare.
1554 * ppc-sysv-tdep.c (align_up, align_down): Delete functions.
1555 * s390-tdep.c: Replace "round_up" and "round_down" with "align_up"
1556 and "align_down".
1557 (round_up, round_down): Delete functions.
1558 * mips-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1559 "align_down".
1560 (ROUND_DOWN, ROUND_UP): Delete macros.
1561 (mips_dump_tdep): Do not print "ROUND_UP" or "ROUND_DOWN".
1562 * h8300-tdep.c: Replace "round_up" and "round_down" with
1563 "align_up" and "align_down".
1564 (round_up, round_down): Delete macros.
1565 * frv-tdep.c: Replace ROUND_UP and ROUND_DOWN with "align_up" and
1566 "align_down".
1567 (ROUND_UP, ROUND_DOWN): Delete macros.
1568
1569 2003-09-18 J. Brobecker <brobecker@gnat.com>
1570
1571 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
1572 hard-coded constant. Use the proper machine name instead.
1573
1574 2003-09-17 Andrew Cagney <cagney@redhat.com>
1575
1576 * sparc-tdep.c (legacy_register_name): Delete function.
1577 * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME.
1578 (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments.
1579 * infcmd.c (gdb_register_name): Delete variable.
1580 * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to
1581 REGISTER_NAME and "tm.h".
1582 * gdbarch.h, gdbarch.c: Regenerate.
1583 * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not
1584 REGISTER_NAMES in comments.
1585 * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto.
1586 * m68klinux-nat.c (regmap): Ditto.
1587
1588 2003-09-17 Jim Blandy <jimb@redhat.com>
1589
1590 * Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
1591
1592 2003-09-17 Andrew Cagney <cagney@redhat.com>
1593
1594 * ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
1595 (ppcnbsd_init_abi): Set "use_struct_convention" to
1596 "ppcnbsd_use_struct_convention".
1597
1598 2003-09-17 Mark Kettenis <kettenis@gnu.org>
1599
1600 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1601 * gdbarch.h, gdbarch.c: Regenerate.
1602 (stabs_argument_has_addr): New architecture method.
1603 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1604 * arch-utils.c: Include "buildsym.h".
1605 (default_stabs_argument_has_addr): New function.
1606 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1607 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1608
1609 2003-09-17 Andrew Cagney <cagney@redhat.com>
1610
1611 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Deprecate NPC_REGNUM.
1612 * gdbarch.h, gdbarch.c: Regenerate.
1613 * core-sol2.c, hppa-tdep.c, lynx-nat.c, procfs.c: Update.
1614 * regcache.c, remote-vxsparc.c, sparc-linux-nat.c: Update.
1615 * sparc-nat.c, sparc-tdep.c, sparc64-tdep.c: Update.
1616 * sparcnbsd-tdep.c: Update.
1617
1618 2003-09-17 Andrew Cagney <cagney@redhat.com>
1619
1620 * gdbarch.sh (DEPRECATED_REGISTER_BYTE): Rename REGISTER_BYTE.
1621 * gdbarch.h, gdbarch.c: Regenerate.
1622 * arm-linux-tdep.c, core-sol2.c, cris-tdep.c: Update.
1623 * d10v-tdep.c, frame.c: Update.
1624 * hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c: Update.
1625 * hpux-thread.c, i386gnu-nat.c, ia64-aix-nat.c: Update.
1626 * ia64-linux-nat.c, irix5-nat.c, lynx-nat.c, m68knbsd-nat.c: Update.
1627 * mcore-tdep.c, mips-linux-tdep.c, mips-tdep.c: Update.
1628 * mipsv4-nat.c, mn10300-tdep.c, ns32k-tdep.c: Update.
1629 * ns32knbsd-nat.c, ppc-bdm.c, regcache.c, remote-sds.c: Update.
1630 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Update.
1631 * remote.c, rs6000-tdep.c, s390-tdep.c, sh64-tdep.c: Update.
1632 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, v850-tdep.c: Update.
1633 * v850ice.c, vax-tdep.c, xstormy16-tdep.c: Update.
1634 * config/m68k/tm-cisco.h, config/m68k/tm-delta68.h: Update.
1635 * config/pa/nm-hppah.h: Update.
1636
1637 2003-09-16 Andrew Cagney <cagney@redhat.com>
1638
1639 * ppc-linux-tdep.c (ppc_linux_init_abi): Set the 32 bit
1640 "use_struct_convention" to "ppc_linux_use_struct_convention".
1641 (ppc_linux_use_struct_convention): New function.
1642 * rs6000-tdep.c (rs6000_use_struct_convention): New function.
1643 (rs6000_gdbarch_init): For AIX, set "use_struct_convention" to
1644 "rs6000_use_struct_convention".
1645 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Delete
1646 declaration.
1647 * ppc-sysv-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
1648 Delete function.
1649
1650 2003-09-16 Andrew Cagney <cagney@redhat.com>
1651
1652 * buildsym.c: Remove more occurances of "register".
1653 * coffread.c, dbxread.c, dcache.c, dwarf2read.c: Ditto.
1654 * environ.c, eval.c, f-valprint.c, findvar.c: Ditto.
1655 * gdbtypes.c, gnu-v2-abi.c, h8300-tdep.c, hppa-tdep.c: Ditto.
1656 * infcmd.c, mdebugread.c, minsyms.c, mips-tdep.c: Ditto.
1657 * printcmd.c, remote-vx.c, sh-stub.c, sh-tdep.c: Ditto.
1658 * sh64-tdep.c, source.c, stabsread.c, stack.c: Ditto.
1659 * standalone.c, symfile.c, symmisc.c, symtab.c: Ditto.
1660 * utils.c, valops.c, values.c, xcoffread.c: Ditto.
1661
1662 2003-09-16 Corinna Vinschen <vinschen@redhat.com>
1663
1664 * sh-tdep.h (struct gdbarch_tdep): Remove. Change all register
1665 numbers to enumeration values.
1666 * sh-tdep.c: Accomodate above change.
1667 (SH_NUM_REGS): Rename from SH_DEFAULT_NUM_REGS.
1668 (NUM_PSEUDO_REGS_SH_MEDIA): Remove (sh5 only).
1669 (NUM_PSEUDO_REGS_SH_COMPACT): Remove (sh5 only).
1670 (IS_ADD_IMM_SP): Rename from IS_ADD_SP.
1671 (IS_FPUSH): Rename from IS_FMOV.
1672 (sh_extract_struct_value_address): Remove useless comment.
1673 (sh_dsp_register_sim_regno): Use register values from sh-tdep.h
1674 instead of own local values.
1675 (sh_dump_tdep): Remove.
1676 (_initialize_sh_tdep): Accomodate removing sh_dump_tdep.
1677 * sh3-rom.c (sh3_supply_register): Accomodate sh-tdep.h changes.
1678
1679 2003-09-15 Andrew Cagney <cagney@redhat.com>
1680
1681 * doublest.c (convert_floatformat_to_doublest): No longer need to
1682 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1683
1684 2003-09-15 Daniel Jacobowitz <drow@mvista.com>
1685
1686 * values.c (unpack_double): Call floatformat_is_valid.
1687
1688 2003-09-15 Mark Kettenis <kettenis@gnu.org>
1689
1690 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
1691 ps_strings into a long.
1692
1693 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
1694 _initialize_am64fbsd_nat.
1695
1696 2003-09-15 Kevin Buettner <kevinb@redhat.com>
1697
1698 * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
1699 associated with DW_AT_ranges attribute is out of bounds.
1700
1701 2003-09-15 David Lecomber <dsl@sources.redhat.com>
1702
1703 * f-valprint.c: Apply array element printing limits to multi-dimensional arrays
1704
1705 2003-09-14 Michael Chastain <mec@shout.net>
1706
1707 * config/m68k/nm-apollo68v.h: Delete.
1708 * config/m68k/xm-apollo68v.h: Delete.
1709
1710 2003-09-14 Andrew Cagney <cagney@redhat.com>
1711
1712 * rs6000-tdep.c (rs6000_push_dummy_call): Fix typos.
1713 * dcache.c: Update copyrights and descriptions.
1714 * scm-exp.c, ia64-aix-nat.c, hppam3-nat.c: environ.c: Ditto.
1715
1716 2003-09-14 Andrew Cagney <cagney@redhat.com>
1717
1718 * config/djgpp/fnchange.lst: Rename "amd64fbsd-tdep.c" and
1719 "amd64fbsd-nat.c" to "a64fb-tdep.c" and "a64fb-nat.c".
1720
1721 2003-09-14 Andrew Cagney <cagney@redhat.com>
1722
1723 * alpha-nat.c: Remove some occurances of "register".
1724 * alpha-tdep.c, arm-tdep.c, blockframe.c, breakpoint.c: Ditto.
1725 * buildsym.c, c-typeprint.c, c-valprint.c, coffread.c: Ditto.
1726 * corefile.c, cp-support.c, cp-valprint.c, cris-tdep.c: Ditto.
1727 * dbxread.c, dcache.c, dwarf2read.c, elfread.c: Ditto.
1728 * environ.c, eval.c, event-top.c, f-typeprint.c: Ditto.
1729 * f-valprint.c, findvar.c, frame.c, gdbtypes.c: Ditto.
1730 * h8300-tdep.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c: Ditto.
1731 * hppam3-nat.c, hpread.c, ia64-aix-nat.c, ia64-linux-nat.c: Ditto.
1732 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Ditto.
1733 * infttrace.c, irix5-nat.c, jv-typeprint.c: Ditto.
1734 * jv-valprint.c, m68k-tdep.c, m68klinux-nat.c, main.c: Ditto.
1735 * mdebugread.c, minsyms.c, mips-linux-tdep.c: Ditto.
1736 * mips-nat.c, mips-tdep.c, mipsread.c, mipsv4-nat.c: Ditto.
1737 * ns32k-tdep.c, objfiles.c, p-typeprint.c: Ditto.
1738 * p-valprint.c, ppc-linux-nat.c, printcmd.c: Ditto.
1739 * remote-mips.c, remote-vx.c, rs6000-nat.c: Ditto.
1740 * rs6000-tdep.c, scm-exp.c, sh-tdep.c, sh64-tdep.c: Ditto.
1741 * solib.c, somread.c, source.c, sparc-tdep.c: Ditto.
1742 * stabsread.c, stack.c, standalone.c, symfile.c: Ditto.
1743 * symmisc.c, symtab.c, top.c, tracepoint.c: Ditto.
1744 * typeprint.c, utils.c, valarith.c, valops.c: Ditto.
1745 * values.c, vax-tdep.c, xcoffread.c: Ditto.
1746
1747 2003-09-13 Andrew Cagney <cagney@redhat.com>
1748
1749 * config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
1750 * ppc-tdep.h (struct regcache): Declare opaque.
1751 * objfiles.h (struct objfile_data): Declare opaque.
1752 * cp-support.h (struct objfile): Declare opaque.
1753 * linux-nat.h (target_waitstatus): Declare opaque.
1754
1755 2003-09-14 Mark Kettenis <kettenis@gnu.org>
1756
1757 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
1758 (stabs_argument_has_addr): New architecture method.
1759 * arch-utils.h (default_stabs_argument_has_addr): New prototype.
1760 * arch-utils.c: Include "buildsym.h".
1761 (default_stabs_argument_has_addr): New function.
1762 * stabsread.c (define_symbol): Use stabs_argument_has_addr
1763 instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
1764
1765 * cris-tdep.c (cris_gdbarch_init): Set
1766 deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
1767 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1768 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1769 * mips-tdep.c (mips_gdbarch_init): Likewise.
1770 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1771 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1772
1773 2003-09-13 Andrew Cagney <cagney@redhat.com>
1774
1775 * values.c (using_struct_return): Delete "function" and "funcaddr"
1776 parameters.
1777 * value.h (using_struct_return): Update declaration.
1778 * infcmd.c (finish_command_continuation): Update.
1779 (finish_command): Update.
1780 * infcall.c (call_function_by_hand): Update.
1781 * eval.c (evaluate_subexp_standard): Update.
1782
1783 2003-09-13 Christopher Faylor <cgf@redhat.com>
1784
1785 * win32-nat.c: Just rely on CONTEXT_EXTENDED_REGISTER being defined for
1786 SSE registers since gdb will not operate correctly without this.
1787 Restore include file ordering munged in previous change.
1788 * config/i386/tm-cygwin.h: Remove HAVE_SSE_REGS define.
1789
1790 2003-09-13 Mark Kettenis <kettenis@gnu.org>
1791
1792 * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
1793 REG_STRUCT_HAS_ADDR.
1794 * gdbarch.c, gdbarch.h: Updated.
1795 * infcall.c (call_function_by_hand): Update.
1796 * stabsread.c (define_symbol): Updated.
1797
1798 * Makefile.in (xm-i386-sv32.h, tm-i386gas.h): Remove.
1799
1800 2003-09-12 Christopher Faylor <cgf@redhat.com>
1801
1802 * win32-nat.c: Reorganize so that defines used by target headers are
1803 actually defined by the system headers.
1804 * config/i386/tm-cygwin.h: Check for CONTEXT_EXTENDED_REGISTERS rather
1805 than HAVE_CONTEXT_EXTENDED_REGISTERS, since the latter actually exists.
1806
1807 2003-09-12 Jim Blandy <jimb@redhat.com>
1808
1809 * dbxread.c (read_dbx_symtab): Don't report an internal error if
1810 the file has no .data, .bss, or .rodata sections. Instead wait
1811 until we see a variable alleged to live in one of those sections.
1812
1813 * dbxread.c (read_dbx_symtab): If we have no .data section and no
1814 .bss section, presume that any variables we find live in the
1815 .rodata section.
1816
1817 * dbxread.c (read_dbx_symtab): Add FIXME about finding section
1818 offsets for global and static variables.
1819
1820 * dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
1821 symbol types are, by definition, in the .data section, so it is
1822 correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.
1823 If there is no .data section, there should be no N_DATA or N_DATA
1824 | N_EXT symbols.
1825
1826 2003-09-12 Mark Kettenis <kettenis@gnu.org>
1827
1828 * amd64fbsd-tdep.c: Fix sigtramp recognition.
1829 (amd64fbsd_sigcontext_addr): Rewrite.
1830 (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end): Initialize
1831 with correct values.
1832 (amd64fbsd_sc_reg_offset): Initialize with correct values.
1833 (amd64fbsd_init_abi): Fix typo.
1834
1835 2003-09-12 Andrew Cagney <cagney@redhat.com>
1836
1837 * ppc-sysv-tdep.c (align_up, align_down): Replace "round2" macro.
1838 (ppc_sysv_abi_push_dummy_call): Rewrite, use a two pass loop.
1839
1840 2003-09-12 Andrew Cagney <cagney@redhat.com>
1841
1842 * objfiles.h (struct entry_info): Deprecate "entry_file_lowpc" and
1843 "entry_file_highpc". Update comments.
1844 * defs.h (deprecated_inside_entry_file): Rename
1845 "inside_entry_file".
1846 * blockframe.c (deprecated_inside_entry_file): Rename
1847 "inside_entry_file".
1848 * frame.c (get_prev_frame): Update. Use if 0 instead of #if 0.
1849 * vax-tdep.c (vax_frame_chain): Update.
1850 * sh64-tdep.c (sh64_frame_chain): Update.
1851 * sh-tdep.c (sh_frame_chain): Update.
1852 * rs6000-tdep.c (rs6000_frame_chain): Update.
1853 * ns32k-tdep.c (ns32k_frame_chain): Update.
1854 * mips-tdep.c (mips_frame_chain): Update.
1855 * m68hc11-tdep.c (m68hc11_frame_this_id): Update.
1856 * m32r-tdep.c (m32r_frame_this_id): Update.
1857 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Update.
1858 * frv-tdep.c (frv_frame_this_id): Update.
1859 * d10v-tdep.c (d10v_frame_this_id): Update.
1860 * cris-tdep.c (cris_frame_chain): Update.
1861 * blockframe.c (legacy_frame_chain_valid): Update.
1862 * avr-tdep.c (avr_frame_this_id): Update.
1863 * arm-tdep.c (arm_prologue_this_id): Update.
1864 * alpha-tdep.c (alpha_heuristic_frame_this_id): Update.
1865 * objfiles.c (objfile_relocate): Update.
1866 * mipsread.c (mipscoff_symfile_read): Update.
1867 (mipscoff_symfile_read): Update.
1868 * mdebugread.c (parse_partial_symbols): Update.
1869 * dwarfread.c (read_file_scope): Update.
1870 * dwarf2read.c (read_file_scope): Update.
1871 * dbxread.c (read_dbx_symtab): Update.
1872 (read_dbx_symtab): Update.
1873 * coffread.c (complete_symtab): Update.
1874
1875 2003-09-12 Jeff Johnston <jjohnstn@redhat.com>
1876
1877 * top.c (quit_target): New static helper function.
1878 (quit_force): Moved code to quit_target(). Call quit_target()
1879 via catch_errors() to catch errors during quit.
1880
1881 2003-09-11 David Carlton <carlton@kealia.com>
1882
1883 * buildsym.c (finish_block): Use allocate_block to allocate the
1884 block.
1885 * mdebugread.c (new_block): Add FIXME.
1886
1887 2003-09-11 David Carlton <carlton@kealia.com>
1888
1889 * gdbtypes.h: Add TYPE_CODE_NAMESPACE.
1890 * gdbtypes.c (init_type): Handle TYPE_CODE_NAMESPACE.
1891 (recursive_dump_type): Ditto.
1892 * printcmd.c (print_formatted): Ditto.
1893 * typeprint.c (print_type_scalar): Ditto.
1894 * c-typeprint.c (c_type_print_varspec_prefix): Ditto.
1895 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1896 * cp-support.h: Declare cp_check_possible_namespace_symbols,
1897 maint_cplus_cmd_list.
1898 * cp-support.c: Make maint_cplus_cmd_list extern.
1899 * cp-namespace.c: Include objfiles.h, gdbtypes.h, dictionary.h,
1900 command.h.
1901 (lookup_symbol_file): Look in possible namespace blocks when
1902 appropriate.
1903 (initialize_namespace_symtab): New.
1904 (get_possible_namespace_block, free_namespace_block)
1905 (check_possible_namespace_symbols)
1906 (check_possible_namespace_symbols_loop)
1907 (check_one_possible_namespace_symbol)
1908 (lookup_possible_namespace_symbol, maintenance_cplus_namespace)
1909 (_initialize_cp_namespace): Ditto.
1910 * block.h: Declare allocate_block.
1911 * block.c (allocate_block): New.
1912 * jv-lang.c (get_java_class_symtab): Allocate blocks via
1913 allocate_block.
1914 * symfile.h: Update declaration of add_psymbol_to_list.
1915 * symfile.c (add_psymbol_to_list): Return the partial symbol in
1916 question.
1917 * dwarf2read.c (dwarf2_build_psymtabs_hard): Add argument to
1918 scan_partial_symbols_call.
1919 (scan_partial_symbols): Add NAMESPACE argument; update calls to
1920 helper functions.
1921 (add_partial_symbol): If necessary, scan mangled names for names
1922 of namespaces.
1923 (add_partial_namespace): Add NAMESPACE argument; generate partial
1924 symbols associated to namespaces.
1925 (add_partial_enumeration): Add NAMESPACE argument.
1926 (new_symbol): Allow namespace syms.
1927 (read_namespace): Generate namespace syms.
1928 * objfiles.h: Add opaque declaration of struct symtab.
1929 (struct objfile): Add cp_namespace_symtab member.
1930 * objfiles.c (allocate_objfile): Set
1931 objfile->cp_namespace_symtab.
1932 * Makefile.in (cp-namespace.o): Depend on objfiles_h, gdbtypes_h,
1933 dictionary_h, command_h.
1934
1935 2003-09-11 Andrew Cagney <cagney@redhat.com>
1936
1937 * rs6000-tdep.c (rs6000_push_dummy_call): Use
1938 regcache_raw_write_signed to set SP_REGNUM, move the operation to
1939 near the function's end.
1940 (rs6000_gdbarch_init): Do not set "deprecated_dummy_write_sp".
1941 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Use
1942 regcache_raw_write_signed to set SP_REGNUM.
1943
1944 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
1945
1946 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure
1947 orig_addrs is set up properly.
1948
1949 2003-09-11 Andrew Cagney <cagney@redhat.com>
1950
1951 * gdbarch.sh (DEPRECATED_STACK_ALIGN): Rename STACK_ALIGN.
1952 * gdbarch.h, gdbarch.c: Re-generate.
1953 * infcall.c (call_function_by_hand): Update.
1954 * hppa-tdep.c (hppa_push_arguments): Update.
1955 * ada-lang.c (place_on_stack): Update.
1956 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1957 * sparc-tdep.c (sparc_gdbarch_init): Update.
1958 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1959 * hppa-tdep.c (hppa_gdbarch_init): Update.
1960 * h8300-tdep.c (h8300_gdbarch_init): Delete comment refering to
1961 stack_align.
1962
1963 2003-09-11 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * dwarf2loc.c (dwarf2_loc_desc_needs_frame): Variables in a
1966 register do need a frame.
1967
1968 2003-09-11 Andrew Cagney <cagney@redhat.com>
1969
1970 Since the IRIX 4 configuration was forcing K&R mode it hasn't been
1971 buildable since GDB 5.0.
1972 * NEWS: Mention that IRIX 3 and IRIX 4 support were removed.
1973 * configure.host: Delete "mips-sgi-irix3*" and "mips-sgi-irix4*".
1974 * configure.tgt: Delete "mips*-sgi-*" a.k.a. irix3.
1975 * irix4-nat.c: Delete file.
1976 * config/mips/irix4.mh: Delete file.
1977 * config/mips/irix3.mh: Delete file.
1978 * config/mips/irix3.mt: Delete file.
1979 * config/mips/tm-irix3.h: Delete file.
1980 * config/mips/nm-irix3.h: Delete file.
1981 * config/mips/xm-irix3.h: Delete file.
1982 * config/mips/nm-irix4.h: Delete file.
1983 * config/mips/xm-irix4.h: Delete file.
1984 * config/mips/tm-irix5.h: Inline contents of "tm-irix3.h".
1985
1986 2003-09-10 J. Brobecker <brobecker@gnat.com>
1987
1988 * hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
1989 * Makefile.in (hppa-tdep.o): Update dependencies.
1990
1991 2003-09-10 James E Wilson <wilson@specifixinc.com>
1992
1993 * MAINTAINERS: Change my e-mail address. Move to paper trail
1994 section.
1995
1996 2003-09-10 Kevin Buettner <kevinb@redhat.com>
1997
1998 * MAINTAINERS (frv): New ISA entry.
1999
2000 2003-09-10 Kevin Buettner <kevinb@redhat.com>
2001
2002 * frv-tdep.c (dis-asm.h): Include.
2003 * Makefile.in (frv-tdep.o): Update dependencies.
2004
2005 2003-09-09 Jeff Johnston <jjohnstn@redhat.com>
2006
2007 * ia64-tdep.c (ia64_sigtramp_frame_init_saved_regs):
2008 Fix typo for high range of floating registers.
2009
2010 2003-09-09 David Carlton <carlton@kealia.com>
2011
2012 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and
2013 highpc initialization here out of scan_partial_symbols.
2014 (scan_partial_symbols): Restructure into a recursive version,
2015 calling add_partial_namespace and add_partial_enumeration when
2016 appropriate.
2017 (add_partial_namespace): New.
2018 (add_partial_enumeration, locate_pdi_sibling): Ditto.
2019
2020 2003-09-09 Andrew Cagney <cagney@redhat.com>
2021
2022 * rs6000-tdep.c (ppc_push_return_address): Delete function.
2023 (rs6000_push_dummy_call): Set LR to BP_ADDR.
2024 (rs6000_gdbarch_init): Do not set deprecated_push_return_address.
2025 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2026
2027 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function.
2028 (rs6000_push_dummy_call): Set the "TOC" register.
2029
2030 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set the deprecated
2031 methods "max_register_raw_size", "max_register_virtual_size" or
2032 "register_virtual_size".
2033
2034 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2035
2036 * MAINTAINERS: Update my e-mail address.
2037
2038 2003-09-09 Andrew Cagney <cagney@redhat.com>
2039
2040 * rs6000-tdep.c (rs6000_store_struct_return): Delete function.
2041 (rs6000_push_dummy_call): Store the struct return address.
2042 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Ditto.
2043
2044 2003-09-09 Andrew Cagney <cagney@redhat.com>
2045
2046 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call): Replace
2047 "ppc_sysv_abi_push_arguments".
2048 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Replace
2049 "ppc_sysv_abi_push_arguments".
2050 * rs6000-tdep.c (rs6000_gdbarch_init): Set "push_dummy_call"
2051 instead of "push_arguments".
2052 (rs6000_push_dummy_call): Replace "rs6000_push_arguments".
2053
2054 2003-09-09 Andrew Cagney <cagney@redhat.com>
2055
2056 * sh64-tdep.c (sh64_push_return_address): Use ENTRY_POINT_ADDRESS
2057 instead of CALL_DUMMY_ADDRESS.
2058
2059 2003-09-09 Paul N. Hilfinger <hilfingr@gnat.com>
2060
2061 * p-lang.c: Eliminate "register".
2062 * c-lang.c: Ditto.
2063 * expprint.c: Ditto.
2064 * f-lang.c: Ditto.
2065 * jv-lang.c: Ditto.
2066 * language.c: Ditto.
2067 * m2-lang.c: Ditto.
2068 * parse.c: Ditto.
2069 * scm-lang.c: Ditto.
2070 * objc-lang.c: Ditto.
2071
2072 2003-09-09 Nick Clifton <nickc@redhat.com>
2073
2074 * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
2075
2076 2003-09-04 Andrew Cagney <cagney@redhat.com>
2077
2078 * avr-tdep.c: Include "dis-asm.h".
2079 * cris-tdep.c: Include "dis-asm.h".
2080 (cris_delayed_get_disassembler): Use "struct disassemble_info"
2081 instead of corresponding typedef.
2082 * h8300-tdep.c: Include "dis-asm.h".
2083 * ia64-tdep.c: Include "dis-asm.h".
2084 * i386-tdep.c: Include "dis-asm.h".
2085 (i386_print_insn): Use "struct disassemble_info" instead of
2086 corresponding typedef.
2087 * m68k-tdep.c: Include "dis-asm.h".
2088 * mcore-tdep.c: Include "dis-asm.h".
2089 * mips-tdep.c: Include "dis-asm.h".
2090 (gdb_print_insn_mips): Make static, use "struct disassemble_info"
2091 instead of corresponding typedef.
2092 * ns32k-tdep.c: Include "dis-asm.h".
2093 * s390-tdep.c: Include "dis-asm.h".
2094 * sparc-tdep.c: Include "dis-asm.h".
2095 * vax-tdep.c: Include "dis-asm.h".
2096 * v850-tdep.c: Include "dis-asm.h".
2097 * mn10300-tdep.c: Include "dis-asm.h".
2098 * rs6000-tdep.c: Include "dis-asm.h".
2099 * xstormy16-tdep.c: Include "dis-asm.h".
2100 (_initialize_xstormy16_tdep): Delete "extern" declaration of
2101 print_insn_xstormy16.
2102 * Makefile.in (v850-tdep.o): Update dependencies.
2103 (vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
2104 (ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
2105 (m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
2106 (h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
2107 (mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
2108 (gdbarch_h): Remove $(dis_asm_h).
2109 * disasm.c: Include "dis-asm.h".
2110 (dis_asm_read_memory): Use "struct disassemble_info" instead of
2111 corresponding typedef.
2112 (dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
2113 (gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
2114 * gdbarch.sh: Do not include "dis-asm.h".
2115 (struct disassemble_info): Declare opaque.
2116 (TARGET_PRINT_INSN): Update declaration.
2117 * gdbarch.h, gdbarch.c: Re-generate.
2118
2119 2003-09-08 Andrew Cagney <cagney@redhat.com>
2120
2121 * gdbarch.sh (DEPRECATED_CALL_DUMMY_ADDRESS): Rename
2122 CALL_DUMMY_ADDRESS, change to a predicate.
2123 * gdbarch.h, gdbarch.c: Re-generate.
2124 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2125 Use either DEPRECATED_CALL_DUMMY_ADDRESS or entry_point_address.
2126 * infcall.c (call_function_by_hand): Ditto.
2127 * sparc-tdep.c (sparc_push_return_address): Ditto.
2128 (sparc_gdbarch_init): Set deprecated_call_dummy_address.
2129 * xstormy16-tdep.c (xstormy16_push_return_address): Replace
2130 CALL_DUMMY_ADDRESS with entry_point_address.
2131 * v850-tdep.c (v850_push_return_address): Ditto.
2132 * s390-tdep.c (s390_push_return_address): Ditto.
2133 * rs6000-tdep.c (ppc_push_return_address): Ditto.
2134 * mn10300-tdep.c (mn10300_push_return_address): Ditto.
2135 * mcore-tdep.c (mcore_push_return_address): Ditto.
2136 * cris-tdep.c (cris_push_return_address): Ditto.
2137 * arm-tdep.c (arm_push_return_address): Ditto.
2138
2139 2003-09-08 Andrew Cagney <cagney@redhat.com>
2140
2141 * dwarf2-frame.c (enum dwarf2_reg_rule): New, replace anonymous
2142 enum. Add REG_UNSPECIFIED, rename REG_UNSAVED to REG_UNDEFINED
2143 and REG_UNMODIFIED to REG_SAME_VALUE.
2144 (execute_cfa_program): Update.
2145 (dwarf2_frame_cache): Update. Initialize table to
2146 REG_UNSPECIFIED, complain if CFI fails to specify a register's
2147 location.
2148 (dwarf2_frame_prev_register): Update. Handle REG_UNSPECIFIED.
2149
2150 2003-09-08 Andrew Cagney <cagney@redhat.com>
2151
2152 * gnu-nat.c: Remove "inline" function attribute.
2153 * alpha-tdep.c, ppc-linux-tdep.c, macroexp.c: Ditto.
2154
2155 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2156
2157 * config/frv/frv.mt (SIM_OBS, SIM): Enable simulator for FR-V
2158 target.
2159
2160 2003-09-08 Kevin Buettner <kevinb@redhat.com>
2161
2162 * frv-tdep.c (frame-unwind.h, frame-base.h): Include.
2163 (frame_extra_info): Rename this struct to frv_unwind_cache.
2164 Delete fields ``fp_to_callers_sp_offset'' and ``lr_saved_on_stack''.
2165 Add fields ``prev_sp'' and ``base''.
2166 (frv_frame_chain, frv_frame_saved_pc, frv_frame_init_saved_regs)
2167 (frv_saved_pc_after_call, frv_init_extra_frame_info)
2168 (frv_push_return_address, frv_pop_frame, frv_pop_frame_regular):
2169 Delete.
2170 (frv_analyze_prologue): Add ``struct frv_unwind_cache *'' argument.
2171 Revise all callers. Fill in the unwind cache argument and make
2172 other adjustments to account for new frame mechanisms.
2173 (frv_frame_unwind_cache, frv_frame_align, frv_unwind_pc)
2174 (frv_frame_this_id, frv_frame_prev_register, frv_frame_sniffer)
2175 (frv_frame_base_address, frv_unwind_dummy_id): New functions.
2176 (frv_frame_unwind, frv_frame_base): New structs.
2177 (frv_push_arguments): Change name to frv_push_dummy_call(). Add
2178 additional arguments expected by this method and adjust function
2179 body accordingly.
2180 (frv_gdbarch_init): Remove calls to the following functions:
2181 set_gdbarch_deprecated_init_frame_pc(),
2182 set_gdbarch_deprecated_saved_pc_after_call(),
2183 set_gdbarch_deprecated_frame_chain(),
2184 set_gdbarch_deprecated_frame_saved_pc(),
2185 set_gdbarch_deprecated_frame_init_saved_regs(),
2186 set_gdbarch_deprecated_push_arguments(),
2187 set_gdbarch_deprecated_push_return_address(),
2188 set_gdbarch_deprecated_pop_frame(),
2189 set_gdbarch_deprecated_call_dummy_words(),
2190 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2191 set_gdbarch_deprecated_init_extra_frame_info(),
2192 set_gdbarch_deprecated_dummy_write_sp(), and
2193 set_gdbarch_deprecated_pc_in_call_dummy().
2194 Add calls to the following functions:
2195 set_gdbarch_unwind_pc(), set_gdbarch_unwind_sp(),
2196 set_gdbarch_frame_align(), frame_unwind_append_sniffer(), and
2197 frame_base_set_default().
2198 * Makefile.in (frv-tdep.o): Update dependencies.
2199
2200 2003-09-09 Mark Kettenis <kettenis@gnu.org>
2201
2202 * dwarf2-frame.c (read_encoded_value): Add support for
2203 DW_EH_PE_aligned encoding.
2204
2205 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2206
2207 * infrun.c (normal_stop): Don't print a message if the inferior
2208 has exited.
2209
2210 2003-09-08 Jim Blandy <jimb@redhat.com>
2211
2212 * Makefile.in (dbxread.o): Note new dependency on $(gdb_assert_h).
2213 * dbxread.c: #include "gdb_assert.h".
2214 (read_dbx_symtab): If the objfile has no .data section, use the
2215 section index for the .bss section instead.
2216
2217 2003-09-08 Daniel Jacobowitz <drow@mvista.com>
2218
2219 * frame.c (deprecated_safe_get_selected_frame): New function.
2220 * frame.h (deprecated_safe_get_selected_frame): Add prototype.
2221 * findvar.c (read_var_value): Call it.
2222
2223 2003-09-08 Corinna Vinschen <vinschen@redhat.com>
2224
2225 * Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
2226 (sh64-tdep.o): Add dependencies.
2227 * configure.tgt: Add FIXME to sh-*-linux*.
2228 * sh-tdep.c: Move sh64 support to sh64-tdep.c.
2229 (sh_gdbarch_init): Always set correct sh_show_regs function
2230 pointer. Call sh64_gdbarch_init() if machine type is sh5.
2231 * sh-tdep.h: Move sh64 support to sh64-tdep.c.
2232 * sh64-tdep.c: New file, containing all sh64 related code from
2233 sh-tdep.c.
2234 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
2235 * config/sh/linux.mt (TDEPFILES): Ditto.
2236 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2237 * config/sh/tm-sh.h: Drop REGISTER_TYPE definition.
2238 * config/sh/wince.mt (TDEPFILES): Ditto.
2239
2240 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2241
2242 * lin-lwp.c (detach_callback): Don't call stop_wait_callback.
2243 (stop_wait_callback): Handle !lp->signalled also.
2244 (lin_lwp_has_pending, flush_callback): New functions.
2245 (lin_lwp_wait): Call flush_callback.
2246 * linux-proc.c (linux_proc_add_line_to_sigset): New function.
2247 (linux_proc_pending_signals): New function.
2248 * linux-nat.h (linux_proc_pending_signals): Add prototype.
2249
2250 2003-09-07 Daniel Jacobowitz <drow@mvista.com>
2251
2252 From Nick Kelsey <nickk@ubicom.com>:
2253 * infrun.c (handle_inferior_event): Check IN_SOLIB_RETURN_TRAMPOLINE
2254 when the stop PC is at the beginning of a function also.
2255
2256 2003-09-06 Daniel Jacobowitz <drow@mvista.com>
2257
2258 * arm-linux-tdep.c (arm_linux_arm_be_breakpoint): New.
2259 (arm_linux_init_abi): Use arm_linux_arm_be_breakpoint.
2260
2261 2003-09-06 Mark Kettenis <kettenis@gnu.org>
2262
2263 * sol-thread.c: Include "gdb_string.h".
2264
2265 2003-09-03 Mark Kettenis <m.kettenis@osp.nl>
2266
2267 * gcore.c: Reorder include files in alphabetical order. Include
2268 "gdb_assert.h". Various coding style fixes.
2269 (derive_stack_segment, derive_heap_segment): Replace check for
2270 non-null BOTTOM and TOP with gdb_assert.
2271 (derive_heap_segment): Replace check for successful creation of
2272 ZERO with gdb_assert.
2273 (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
2274
2275 2003-09-04 Andrew Cagney <cagney@redhat.com>
2276
2277 * thread-db.c (verbose_dlsym): New function.
2278 (thread_db_load): Use verbose_dlsym
2279 (thread_db_new_objfile): Print that libthread_db was loaded, and
2280 that thread debugging was enabled.
2281
2282 2003-09-04 Andrew Cagney <cagney@redhat.com>
2283
2284 * configure.tgt: Add "mips64*-*-*" target. Delete
2285 mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
2286 mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
2287 mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
2288 mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
2289 mips*-sony-*, and mips64*-*-elf* targets.
2290 * config/mips/embedl.mt: Delete file.
2291 * config/mips/embedl64.mt: Delete file.
2292 * config/mips/mips.mt: Delete file.
2293 * config/mips/mips64.mt: Delete file.
2294 * config/mips/tm-embed.h: Delete file.
2295 * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
2296 * config/mips/embed64.mt: Delete out-of-date comment.
2297
2298 2003-09-04 Andrew Cagney <cagney@redhat.com>
2299
2300 * hppa-tdep.c (hppa_gdbarch_init): Set
2301 "have_nonsteppable_watchpoint".
2302 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2303 * mips-tdep.c (mips_dump_tdep): Do not print
2304 HAVE_NONSTEPPABLE_WATCHPOINT.
2305 (mips_gdbarch_init): Set "have_nonsteppable_watchpoint".
2306 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2307 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2308 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
2309
2310 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2311
2312 * breakpoint.c (watchpoint_check): Remove accidentally checked in
2313 unused code. Add comment.
2314
2315 2003-09-04 Corinna Vinschen <vinschen@redhat.com>
2316
2317 * breakpoint.c (watchpoint_check): Check for pc being in an
2318 epilogue if watchpoint frame couldn't be found.
2319
2320 2003-09-04 Andrew Cagney <cagney@redhat.com>
2321
2322 * Makefile.in: Re-generate all dependencies.
2323
2324 2003-09-03 Andrew Cagney <cagney@redhat.com>
2325
2326 * arch-utils.h (legacy_print_insn): Delete declaration.
2327 * arch-utils.c (legacy_print_insn): Delete function.
2328 * disasm.c (deprecated_tm_print_insn_info): Delete.
2329 (_initialize_disasm): Delete function, contained code initializing
2330 deprecated_tm_print_insn_info.
2331 * gdbarch.sh (deprecated_tm_print_insn): Delete.
2332 (deprecated_tm_print_insn_info): Delete.
2333 (TARGET_PRINT_INSN): Do not provide a default.
2334 * gdbarch.h, gdbarch.c: Re-generate.
2335
2336 2003-09-03 Andrew Cagney <cagney@redhat.com>
2337
2338 * disasm.c (fprintf_disasm): New function.
2339 (gdb_disassemble_info): Call "init_disassemble_info", instead of
2340 INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets",
2341 reverts 2003-08-14 change.
2342 (_initialize_disasm): Call "init_disassemble_info", instead of
2343 INIT_DISASSEMBLE_INFO_NO_ARCH.
2344
2345 2003-09-03 Michael Snyder <msnyder@redhat.com>
2346
2347 * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
2348
2349 2003-09-03 Andrew Cagney <cagney@redhat.com>
2350
2351 * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition.
2352 * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define.
2353 * symfile.c (syms_from_objfile): Update.
2354 (reread_symbols): `Update
2355 * exec.c (exec_file_attach): Update.
2356 (exec_file_attach): Update.
2357 * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert
2358 2003-08-29 change.
2359 * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
2360
2361 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2362
2363 * arm-tdep.c: Include frame-unwind.h, frame-base.h, and
2364 trad-frame.h.
2365 (arm_get_cache): Delete macro.
2366 (struct arm_prologue_cache): Update comments. Make saved_regs into
2367 a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp
2368 to prev_sp.
2369 (thumb_scan_prologue): Update for cache changes. Don't call
2370 DEPRECATED_PC_IN_CALL_DUMMY.
2371 (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME
2372 argument and use it in desperation search for our prologue. Do not
2373 search past the specified PC.
2374 (arm_make_prologue_cache): Simplify.
2375
2376 (arm_prologue_this_id, arm_prologue_prev_register)
2377 (arm_prologue_unwind, arm_prologue_unwind_sniffer)
2378 (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache)
2379 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
2380 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer)
2381 (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New.
2382
2383 (arm_frame_chain_valid, arm_find_callers_reg)
2384 (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs)
2385 (arm_pop_frame): Delete obsolete methods.
2386 (arm_minimal_frame_chain, arm_minimal_frame_info): Delete.
2387
2388 (arm_gdbarch_init): Update for new frame methods. Register prologue
2389 and sigtramp unwinders. Set the default frame base method.
2390
2391 * Makefile.in (arm-tdep.o): Update dependencies.
2392 * varobj.c (find_frame_addr_in_frame_chain): Call
2393 get_frame_base_address.
2394 * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
2395
2396 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2397
2398 * arm-tdep.c (arm_minimal_frame_chain): Renamed from
2399 arm_frame_chain. Take NEXT_FRAME and CACHE arguments.
2400 Use the cache instead of DEPRECATED_FRAME_SAVED_PC.
2401 (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info.
2402 Take NEXT_FRAME and CACHE arguments. Call
2403 FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument.
2404 Set unwound_pc in CACHE instead of modifying the frame argument.
2405 Don't bother checking the frame type when looking for sigtramp
2406 frames.
2407 (arm_make_prologue_cache, arm_frame_chain)
2408 (arm_init_extra_frame_info): New functions.
2409
2410 2003-09-03 Daniel Jacobowitz <drow@mvista.com>
2411
2412 * arm-tdep.c (arm_get_cache): Define.
2413 (struct arm_prologue_cache): Renamed from frame_extra_info. Add
2414 unwound_sp, unwound_pc, and saved_regs.
2415 (thumb_scan_prologue): Take a cache instead of the frame.
2416 (arm_scan_prologue): Likewise.
2417 (arm_frame_chain): Create a temporary cache for arm_scan_prologue
2418 instead of a temporary frame.
2419 (arm_init_extra_frame_info): Allocate and use a cache.
2420 (arm_frame_saved_pc, arm_pop_frame): Use the cache.
2421
2422 2003-09-03 Andrew Cagney <cagney@redhat.com>
2423
2424 * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
2425 * config/mips/wince.mt (TM_CLIBS): Ditto.
2426 * config/sh/wince.mt (TM_CLIBS): Ditto.
2427 * config/pa/hppa64.mt (TM_CLIBS): Delete.
2428 * config/sparc/sp64.mt (CC): Delete.
2429
2430 2003-09-03 Andrew Cagney <cagney@redhat.com>
2431
2432 * defs.h: Do not include "arch-utils.h".
2433 (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
2434 GDB_MULTI_ARCH_PURE.
2435 * configure.in (GDB_MULTI_ARCH): Do not define.
2436 * configure, config.in: Regenerate.
2437 * configure.tgt: Do not set variable "gdb_multi_arch".
2438 * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
2439 * config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
2440 * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
2441 * config/v850/v850.mt (TM_FILE): Delete disabled definition.
2442 * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
2443 * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
2444 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
2445 * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
2446 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
2447 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
2448 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
2449 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
2450 * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
2451 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
2452 * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
2453 * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
2454 * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
2455 * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
2456
2457 2003-08-30 Michael Chastain <mec@shout.net>
2458
2459 * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h.
2460 * config/m68k/nm-hp300hpux.h: Delete.
2461 * config/m68k/tm-hp300hpux.h: Delete.
2462 * config/m68k/xm-hp300hpux.h: Delete.
2463 * config/m68k/xm-hp300bsd.h: Delete.
2464 * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h,
2465 tm-hp300hpux.h, xm-hp300hpux.h.
2466 * somsolib.c: Remove comment about hp300 shared libraries.
2467
2468 2003-08-31 Mark Kettenis <kettenis@gnu.org>
2469
2470 * i386-linux-nat.c (ps_get_thread_area): Don't define as extern.
2471 Only define PTRACE_GET_THREAD_AREA is not already defined.
2472 Various style fixes in code and comments and some additional
2473 spelling fixes in comments. Move after functions dealing with
2474 debug registers.
2475 * x86-64-linux-nat.c (ps_get_thread_area): Don't define as extern.
2476 Fix coding-style.
2477
2478 * alphafbsd-tdep.c (alphafbsd_sigcontext_addr): Use
2479 frame_unwind_register_unsigned instead of
2480 frame_unwind_unsigned_register.
2481
2482 2003-08-30 Mark Kettenis <kettenis@gnu.org>
2483
2484 * configure.in: Search for gethostbyname in libnsl.
2485 * configure: Regenerated.
2486
2487 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2488
2489 * configure.in: Remove redundant AC_MSG_RESULT in check for
2490 uintptr_t in stdint.h.
2491 * configure: Regenerated.
2492
2493 * amd64-nat.h (struct regcache): Add opaque declaration.
2494
2495 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): New define.
2496 * x86-64-linux-nat.c: Include "i386-linux-tdep.h" and "amd64.h".
2497 Change "register array" to "register cache" in comments.
2498 (x86_64_linux_gregset64_reg_offset): New variable.
2499 (GETREGS_SUPPLIES): Remove macro.
2500 (supply_gregset): Call amd64_supply_native_gregset instead of
2501 x86_64_linux_supply_gregset.
2502 (fill_gregset): Rename `regno' to `regnum'. Call
2503 amd64_collect_native_gregset instead of x86_64_linux_fill_gregset.
2504 (store_regs): Rename `regno' to `regnum'.
2505 (store_fpregs): Rename `regno' to `regnum'.
2506 (fetch_inferior_registers): Rename `regno' to `regnum'. Use
2507 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2508 Reorganize function a bit.
2509 (store_inferior_registers): Rename `regno' to `regnum'. Use
2510 amd64_native_gregset_supplies_p instead of GREGSET_SUPPLIES.
2511 Reorganize function a bit.
2512 (_initialize_x86_64_linux_nat): New function.
2513 * config/i386/x86-64linux.mh.
2514
2515 2003-08-29 Andrew Cagney <cagney@redhat.com>
2516
2517 * config/mips/tm-embed.h (STOPPED_BY_WATCHPOINT): Delete macro.
2518 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Delete macro.
2519 (target_remove_watchpoint): Delete macro.
2520 (target_insert_watchpoint): Delete macro.
2521 (remote_mips_can_use_hardware_watchpoint): Delete declaration.
2522 (remote_mips_stopped_by_watchpoint): Delete declaration.
2523 (remote_mips_remove_watchpoint): Delete declaration.
2524 (remote_mips_set_watchpoint): Delete declaration.
2525 (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete macro.
2526 * remote-mips.c (_initialize_remote_mips): Set
2527 "to_insert_watchpoint", "to_stopped_by_watchpoint",
2528 "to_can_use_hardware_watchpoint", and "to_remove_watchpoint".
2529 (mips_insert_watchpoint): Rename remote_mips_set_watchpoint.
2530 (mips_remove_watchpoint): Rename remote_mips_remove_watchpoint.
2531 (mips_stopped_by_watchpoint): Rename
2532 remote_mips_stopped_by_watchpoint.
2533 (mips_can_hardware_watchpoint): Rename
2534 remote_mips_can_use_hardware_watchpoint, update function
2535 signature.
2536
2537 2003-08-29 Mark Kettenis <kettenis@gnu.org>
2538
2539 * x86-64-linux-tdep.c (user_to_gdb_regmap): Remove USER_CS and
2540 USER_DS. We haven't given them a register number yet.
2541
2542 * amd64-nat.h: New file.
2543 * amd64-nat.c: New file.
2544 * amd64fbsd-nat.c: Include "amd64-nat.h".
2545 (REG_ADDR, GETREGS_SUPPLIES): Remove macros.
2546 (amd64fbsd32_r_reg_offset): New variable.
2547 (supply_gregset): Simply call amd64_supply_native_gregset.
2548 (fill_gregset): Rename `regno' to `regnum'. Simply call
2549 amd64_collect_native_gregset.
2550 (fill_fpregset): Rename `regno' to `regnum'.
2551 (fetch_inferior_registers): Rename `regno' to `regnum'. Replace
2552 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2553 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2554 `fpregset_t'. Call amd64_supply_native_gregset instead of
2555 supply_gregset. Call x86_64_supply_fxsave instead of
2556 supply_fpregset.
2557 (store_inferior_registers): Rename `regno' to `regnum'. Replace
2558 usage of GETREGS_SUPPLIES with amd64_native_gregset_supplies_p.
2559 Use `struct reg' and `struct fpreg' instead of `gregset_t' and
2560 `fpregset_t'. Call amd64_collect_native_gregset instead of
2561 fill_gregset. Call x86_64_collect_fxsave instead of
2562 fill_fpregset.
2563 (_initialize_am64fbsd_nat): Initialize
2564 amd64_native_gregset32_reg_offset and
2565 amd64_native_gregset64_reg_offset.
2566 * config/i386/fbsd64.mh (NATDEPFILES): Add amd64-nat.o.
2567
2568 * regcache.c (regcache_raw_supply): Don't assert that BUF isn't a
2569 null pointer. Fix typo in comment.
2570
2571 * regcache.c (supply_register): Reimplement to call
2572 regcache_raw_supply.
2573 (regcache_collect): Reimplement by calling regcache_raw_collect.
2574
2575 2003-08-28 Mark Kettenis <kettenis@gnu.org>
2576
2577 * regcache.c (register_buffer): Consitify first argument.
2578 (regcache_raw_supply, regcache_raw_collect): New
2579 functions.
2580
2581 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2582
2583 * config/powerpc/tm-nbsd.h: Undefine IBM6000_TARGET. Suggested
2584 by Nathan J. Williams.
2585
2586 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
2587
2588 * lin-lwp.c (wait_lwp): New function, copied from
2589 stop_wait_callback. Clean up.
2590 (stop_wait_callback): Use wait_lwp.
2591
2592 2003-08-28 Andrew Cagney <cagney@redhat.com>
2593
2594 * mips-tdep.c (gdb_print_insn_mips): Set the disassembler's
2595 flavour and disassembler options.
2596 (_initialize_mips_tdep): Do not set deprecated_tm_print_insn.
2597 (mips_gdbarch_init): Set "print_insn". Delete initialization of
2598 deprecated_tm_print_insn_info.
2599
2600 2003-08-27 Andrew Cagney <cagney@redhat.com>
2601
2602 * s390-tdep.c (s390_readinstruction): Delete "info" parameter.
2603 Use target_read_memory.
2604 (s390_get_frame_info): Update. Do not reference
2605 deprecated_tm_print_insn_info.
2606 (s390_check_function_end, s390_is_sigreturn): Ditto.
2607
2608 2003-08-27 Andrew Cagney <cagney@redhat.com>
2609
2610 * Makefile.in (cris-tdep.o): Update dependencies.
2611 * cris-tdep.c: Include "gdb_assert.h".
2612 (cris_gdbarch_init): Set print_insn.
2613 (_initialize_cris_tdep): Do not set deprecated_tm_print_insn.
2614 (cris_delayed_get_disassembler): Simplify, directly call the
2615 disassembler returned by cris_get_disassembler.
2616 * hppa-tdep.c (hppa_gdbarch_init): Set print_insn.
2617 (_initialize_hppa_tdep): Do not set deprecated_tm_print_insn.
2618 * ns32k-tdep.c (ns32k_gdbarch_init): Set print_insn.
2619 (_initialize_ns32k_tdep): Do not set deprecated_tm_print_insn.
2620 * mn10300-tdep.c (mn10300_gdbarch_init): Set print_insn.
2621 (_initialize_mn10300_tdep): Do not set deprecated_tm_print_insn.
2622 * mcore-tdep.c (mcore_gdbarch_init): Set print_insn.
2623 (_initialize_mcore_tdep): Do not set deprecated_tm_print_insn.
2624 * frv-tdep.c (frv_gdbarch_init): Set print_insn.
2625 (_initialize_frv_tdep): Do not set deprecated_tm_print_insn.
2626 * sparc-tdep.c (sparc_gdbarch_init): Set print_insn.
2627 (gdb_print_insn_sparc): Delete function.
2628 (_initialize_sparc_tdep): Do not set deprecated_tm_print_insn or
2629 deprecated_tm_print_insn_info.
2630 * v850-tdep.c (v850_gdbarch_init): Set print_insn.
2631 (_initialize_v850_tdep): Do not set deprecated_tm_print_insn.
2632 (v850_gdbarch_init): Do not set deprecated_tm_print_insn_info.
2633 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set print_insn.
2634 (_initialize_xstormy16_tdep): Do not set deprecated_tm_print_insn.
2635 * s390-tdep.c (gdb_print_insn_s390): Delete function.
2636 (_initialize_s390_tdep): Do not set deprecated_tm_print_insn.
2637 (s390_gdbarch_init): Set print_insn.
2638
2639 2003-08-27 Andrew Cagney <cagney@redhat.com>
2640
2641 * ppc-linux-tdep.c (ppc64_call_dummy_address): Delete function.
2642 (ppc_linux_init_abi): For PPC64, do not set call_dummy_address.
2643 * infcall.c (call_function_by_hand): Convert the entry point
2644 address into a code address.
2645
2646 2003-08-27 Andrew Cagney <cagney@redhat.com>
2647
2648 * dsrec.c: Include "gdb_string.h".
2649 * Makefile.in (dsrec.o): Update dependencies.
2650
2651 2003-08-27 Michael Chastain <mec@shout.net>
2652
2653 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.mi/mi2-var-*.
2654
2655 2003-08-27 Andrew Cagney <cagney@redhat.com>
2656
2657 * alpha-osf1-tdep.c (alpha_call_dummy_address): Delete function.
2658 (alpha_osf1_init_abi): Do not set call_dummy_address.
2659
2660 2003-08-27 David Carlton <carlton@kealia.com>
2661
2662 From Randolph Chung <tausq@debian.org>:
2663 * linux-proc.c (linux_info_proc_cmd): rework the code so that it
2664 compiles with -Wformat-nonliteral -Werror.
2665
2666 2003-08-26 Jim Blandy <jimb@redhat.com>
2667
2668 * solib-svr4.c (bfd_lookup_symbol): New SECT_FLAGS argument.
2669 (enable_break): Pass SEC_CODE as the SECT_FLAGS argument to
2670 bfd_lookup_symbol, since we only want symbols in code sections.
2671 (look_for_base): Pass zero as the SECT_FLAGS argument to
2672 bfd_lookup_symbol, since we're not concerned about which section
2673 the symbol is in.
2674
2675 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2676
2677 * ia64-tdep.c (examine_prologue): Only stop at predicated insns if
2678 we are frameless or the return address register is already known.
2679
2680 2003-08-26 Andrew Cagney <cagney@redhat.com>
2681
2682 * i386-linux-nat.c (ps_get_thread_area): Make "desc" four "int"s
2683 in size. Add comments.
2684
2685 2003-08-26 Jeff Johnston <jjohnstn@redhat.com>
2686
2687 * ia64-tdep.c (ia64_convert_from_func_addr): New function.
2688 (ia64_gdbarch_init): Call set_gdbarch_convert_from_func_addr().
2689
2690 2003-08-26 Jason Merrill <jason@redhat.com>
2691
2692 * dwarf2read.c (dwarf_attr_name): Move DW_AT_MIPS_linkage_name
2693 case out of #ifdef MIPS block.
2694
2695 2003-08-25 Daniel Jacobowitz <drow@mvista.com>
2696
2697 PR java/1322
2698 * dwarf2-frame.c (dwarf2_frame_find_fde): Check whether any FDEs are
2699 available before calling SECT_OFF_TEXT.
2700 * PROBLEMS: Remove description of java/1322.
2701
2702 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
2703
2704 * ia64-tdep.c (pseudo_regs): New enum that lists gr32-gr127, p0-p63,
2705 bof, and nat0-nat127 as pseudo-registers.
2706 (ia64_frame_cache): New struct used to cache frame info.
2707 (ia64_register_reggroup_p): New routine used to override default
2708 register grouping so registers without names are still saved and
2709 restored.
2710 (ia64_dwarf_reg_to_regnum): New routine to map gr32-gr127 to their
2711 pseudo values.
2712 (ia64_pseudo_register_read): New routine to read pseudo-registers.
2713 (ia64_pseudo_register_write): New routine to write pseudo-registers.
2714 (ia64_alloc_frame_cache): New routine to create a new
2715 ia64_frame_cache.
2716 (examine_prologue): Change prototype to add next_frame pointer.
2717 Assume frameless until otherwise proven. Verify that the cfm for
2718 current frame matches the cfm that should occur for the prologues
2719 alloc insn and if equal, mark as not frameless. At end of routine,
2720 if not frameless, calculate registers for the previous frame and store
2721 in the cache, if a cache is provided.
2722 (ia64_skip_prologue): Use new prototype when calling examine_prologue
2723 and pass 0 for next_frame.
2724 (ia64_store_return_value): Change to use convert_typed_floating()
2725 instead of calling ia64_convert_to_raw().
2726 (ia64_extract_return_value): Change to use convert_typed_floating()
2727 instead of calling ia64_convert_to_virtual().
2728 (ia64_frame_cache): New routine to support new frame model.
2729 (ia64_frame_this_id, ia64_frame_prev_register): Ditto.
2730 (ia64_frame_sniffer): Ditto.
2731 (ia64_sigtramp_frame_init_saved_regs): Ditto.
2732 (ia64_sigtramp_frame_cache, ia64_sigtramp_frame_this_id): Ditto.
2733 (ia64_sigtramp_frame_prev_register): Ditto.
2734 (ia64_sigtramp_frame_sniffer): Ditto.
2735 (ia64_frame_base_address): Ditto.
2736 (ia64_extract_struct_value_address): Change to issue error message.
2737 (ia64_frame_align): New routine to align sp.
2738 (ia64_push_dummy_call): New routine based on ia64_push_arguments().
2739 (ia64_push_arguments): Removed. Logic moved to
2740 ia64_push_dummy_call().
2741 (ia64_push_return_address): Ditto.
2742 (ia64_unwind_dummy_id): New function.
2743 (ia64_unwind_pc): Ditto.
2744 (ia64_convert_register_p): Ditto.
2745 (ia64_register_to_value): Ditto.
2746 (ia64_value_to_register): Ditto.
2747 (ia64_pop_frame, ia64_pop_frame_regular): Removed.
2748 (ia64_register_byte, ia64_register_raw_size): Ditto.
2749 (ia64_register_virtual_size, ia64_register_virtual_byte): Ditto.
2750 (ia64_saved_pc_after_call): Ditto.
2751 (ia64_frame_chain, ia64_frame_saved_pc): Ditto.
2752 (ia64_frame_init_saved_regs, ia64_get_saved_register): Ditto.
2753 (ia64_register_convertible, ia64_register_convert_to_virtual): Ditto.
2754 (ia64_register_convert_to_raw): Ditto.
2755 (ia64_store_struct_return, ia64_call_dummy_words): Ditto.
2756 (ia64_init_extra_frame_info): Ditto.
2757 (ia64_frame_args_address, ia64_frame_locals_address): Ditto.
2758 (ia64_gdbarch_init): Remove registering of deprecated functions that
2759 are no longer used. Add registration of new gdbarch functions.
2760 Remove registering deprecated_write_sp. Replace
2761 set_gdbarch_register_virtual_type() with set_gdbarch_register_type().
2762 Delete set_gdbarch_deprecated_register_convertible(),
2763 set_gdbarch_deprecated_register_convert_to_virtual(), and
2764 set_gdbarch_deprecated_register_convert_to_raw() calls. Remove
2765 set_gdbarch_deprecated_register_size(),
2766 set_gdbarch_deprecated_register_bytes(),
2767 set_gdbarch_pcregnum(),
2768 set_gdbarch_deprecated_register_byte(),
2769 set_gdbarch_deprecated_register_raw_size(),
2770 set_gdbarch_deprecated_max_register_raw_size(),
2771 set_gdbarch_deprecated_register_virtual_size(),
2772 and set_gdbarch_deprecated_max_register_virtual_size() calls.
2773 Replace set_gdbarch_deprecated_extract_return_value() with
2774 set_gdbarch_extract_return_value(). Remove calls to:
2775 set_gdbarch_deprecated_saved_pc_after_call();
2776 set_gdbarch_deprecated_frame_chain(),
2777 set_gdbarch_deprecated_frame_saved_pc(),
2778 set_gdbarch_deprecated_frame_init_saved_regs(),
2779 set_gdbarch_deprecated_get_saved_register(),
2780 set_gdbarch_deprecated_call_dummy_words(),
2781 set_gdbarch_deprecated_sizeof_call_dummy_words(),
2782 set_gdbarch_deprecated_init_extra_frame_info(),
2783 set_gdbarch_deprecated_frame_args_address(),
2784 set_gdbarch_deprecated_frame_locals_address(),
2785 and set_gdbarch_deprecated_dummy_write_sp().
2786 Add set_gdbarch_convert_register_p(),
2787 set_gdbarch_register_to_value(),
2788 set_gdbarch_value_to_register(),
2789 set_gdbarch_push_dummy_call(),
2790 set_gdbarch_frame_align(),
2791 set_gdbarch_unwind_dummy_id(),
2792 set_gdbarch_unwind_pc(),
2793 frame_unwind_append_sniffer(),
2794 frame_unwind_append_sniffer(),
2795 and frame_base_set_default().
2796
2797 2003-08-25 Chris Demetriou <cgd@broadcom.com>
2798
2799 * configure.tgt: Document need for special "mipsisa64" handling.
2800 (mipsisa64*-*-linux64): Handle as target linux64.
2801 (mipsisa64*-*-*): Handle as target embed64.
2802
2803 2003-08-18 Michael Chastain <mec@shout.net>
2804
2805 * PROBLEMS: Document pr gdb/1322, the Java anonymous
2806 objfile bug.
2807
2808 2003-08-24 Mark Kettenis <kettenis@gnu.org>
2809
2810 * i387-tdep.h: Update copyright date.
2811 (I387_SIZEOF_FSAVE, I387_SIZEOF_FXSAVE): New defines.
2812
2813 * linux-proc.c (linux_proc_xfer_memory): Remove comment about
2814 CFLAGS games to reflect reality.
2815
2816 2003-08-24 Andrew Cagney <cagney@redhat.com>
2817
2818 * arm-tdep.c (_initialize_arm_tdep): Simplify by assuming
2819 GDB_MULTI_ARCH is always non-zero.
2820 * osabi.c (_initialize_gdb_osabi): Ditto.
2821 (gdbarch_init_osabi): Ditto.
2822 * sparc-tdep.c: Ditto for #if code.
2823
2824 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2825
2826 * x86-64-tdep.c (x86_64_supply_fxsave): Add `regnum' argument.
2827 Update comments.
2828 * x86-64-tdep.h (x86_64_supply_fxsave): Adjust prototype. Update
2829 comments.
2830 * x86-64-linux-tdep.c (fetch_core_registers): Adjust call to
2831 x86_64_supply_fxsave.
2832 * x86-64-linux-nat.c (supply_fpregset): Adjust call to
2833 x86_64_supply_fxsave.
2834 * amd64fbsd-nat.c (supply_fpregset): Adjust call to
2835 x86_64_supply_fxsave.
2836
2837 2003-08-23 Andreas Jaeger <aj@suse.de>
2838
2839 * x86-64-tdep.c (x86_64_supply_fxsave): Adjust call to
2840 i387_supply_fxsave.
2841
2842 2003-08-23 Mark Kettenis <kettenis@gnu.org>
2843
2844 * go32-nat.c (fetch_register): Call i387_supply_fsave instead of
2845 i387_supply_register.
2846 (go32_fetch_registers): Adjust call to i387_supply_fsave.
2847 * i386nbsd-tdep.c (fetch_core_registers): Adjust call to
2848 i387_supply_fsave.
2849 (fetch_elfcore_registers): Adjust call to i387_supply_fsave and
2850 i387_supply_fxsave.
2851 * i386obsd-tdep.c (fetch_core_registers): Adjust call to
2852 i387_supply_fsave.
2853 * i386bsd-nat.c (supply_fpregset): Adjust call to
2854 i387_supply_fsave.
2855 (fetch_inferior_registers): Remove extraneous whitespace. Adjust
2856 call to i387_supply_fxsave. Call i387_supply_fsave instead of
2857 supply_fpregset.
2858 (store_inferior_registers): Remove extraneous whitespace. Call
2859 i387_fill_fsave instead of fill_fpregset.
2860 * i386gnu-nat.c (fetch_fpregs): Adjust call to i387_supply_fsave.
2861 (supply_fpregset): Likewise.
2862 * i386v4-nat.c (supply_fpregset): Adjust call to
2863 i387_supply_fsave.
2864 * i386-interix-nat.c (supply_fpregset): Adjust call to
2865 i387_supply_fsave.
2866 * i386-linux-nat.c (supply_fpregset): Adjust call to
2867 i387_supply_fsave.
2868 (supply_fpxregset): Adjust call to i387_adjust_fxsave.
2869 * i386-nto-tdep.c (i386nto_supply_fpregset): Adjust calls to
2870 i387supply_fsave and i387_supply_fxsave.
2871 * i387-tdep.c (i387_supply_fsave): Add `regnum' argument.
2872 Incorporate code from `i387_supply_register.
2873 (i387_supply_register): Remove.
2874 (i387_supply_fxsave): Add `regnum' argument.
2875 Update comments.
2876 * i387-tdep.h (i387_supply_fsave, i387_supply_fsxave): Adjust
2877 prototype.
2878 (i387_supply_register): remove prototype.
2879 Update comments.
2880
2881 2003-08-22 Michael Chastain <mec@shout.net>
2882
2883 * config/djgpp/fnchange.lst: Remove gdb/testsuite/gdb.c++/*.
2884 Add lines for files in gdb/testsuite/gdb.cp/* that are
2885 still not 8.3 unique.
2886
2887 2003-08-22 Daniel Jacobowitz <drow@mvista.com>
2888
2889 * gnu-v3-abi.c (gnuv3_baseclass_offset): Check whether
2890 TYPE_VPTR_FIELDNO is valid.
2891
2892 2003-08-19 Mark Kettenis <kettenis@gnu.org>
2893
2894 * utils.c (set_width_command): Remove prototypes.
2895 (set_screen_size): New prototype.
2896 (init_page_info): Simplify by fetching the screen size from
2897 Readline. Call set_screen_size.
2898 (set_screen_size): New function.
2899 (set_width): Add missing whitespace in comment.
2900 (set_width_command): Call set_screen_size.
2901 (set_height_command): New function.
2902 (initialize_utils): Fix formatting. Make "set height" command
2903 call set_height_command. Remove redundant code that turns off
2904 pagination if output isn't a terminal. Remove redundant call to
2905 set_width_command.
2906
2907 2003-08-22 Mark Kettenis <kettenis@gnu.org>
2908
2909 * sparc64-tdep.h (sparc64_regnum): Fix comment.
2910 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove prototypes.
2911 (sparc_supply_rwindow, sparc_fill_rwindow): New prototypes.
2912 * sparc64-tdep.c (sparc64_pseudo_register_read): Add missing
2913 `case' keyword.
2914 (sparc64_register_info): Give the reister with number
2915 SPARC64_STATE_REGNUM a name.
2916 (sparc64_pseudo_register_write): Add support for %cwp, %pstate,
2917 %asi and %ccr.
2918 (sparc64_push_dummy_call): Take BIAS into account when checking
2919 stcak alignment.
2920 (sparc_software_single_step): Remove assertions that check whether
2921 NPC and NNPC were zero.
2922 (sparc_supply_rwindow): Make public. Merge functionality with
2923 sparc64_supply_rwindow.
2924 (sparc_fill_rwindow): Make public. Merge functionality with
2925 sparc64_fill_rwindow.
2926 (sparc64_supply_rwindow, sparc64_fill_rwindow): Remove.
2927 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Set
2928 SPARCBSD_FPREG_SUPPLIES_P to sparc64fbsd_fpreg_supplies_p.
2929 * sparc64fbsd-tdep.c (sparc64fbsd_supply_reg): Call
2930 sparc_supply_rwindow instead of sparc64_supply_rwindow.
2931
2932 * reggroups.c: Add whitespace after declarations of local
2933 variables in functions.
2934
2935 2003-08-21 Michael Chastain <mec@shout.net>
2936
2937 * gdbtypes.h: Change array bound type from an int to enum.
2938
2939 2003-08-21 Andrew Cagney <cagney@redhat.com>
2940
2941 * config/sparc/tm-sp64.h: Delete #if !GDB_MULTI_ARCH and #if 0 code.
2942 * config/sparc/tm-sparc.h: Ditto.
2943 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Define GDB_MULTI_ARCH
2944 unconditionally.
2945 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Ditto.
2946
2947 2003-07-13 Mark Kettenis <kettenis@gnu.org>
2948
2949 * objfiles.h (struct objfile): Add memebers `data' and `num_data'.
2950 (register_objfile_data, set_objfile_data, objfile_data): New
2951 prototypes.
2952 * objfiles.c (objfile_alloc_data, objfile_free_data): New
2953 prototypes.
2954 (allocate_objfile): Call objfile_alloc_data.
2955 (free_objfile): Call objfile_free_data.
2956 (struct objfile_data): New.
2957 (struct objfile_data_registration): New.
2958 (struct objfile_data_registry): New.
2959 (objfile_data_registry): New variable.
2960 (register_objfile_data): New function.
2961 (objfile_alloc_data, objfile_free_data): New functions.
2962 (set_objfile_data, objfile_data): New functions.
2963 * dwarf2-frame.c (dwarf2_frame_data): New variable.
2964 (dwarf2_frame_find_fde, add_fde): Use new per-objfile data mechanism.
2965 (_initialize_dwarf2_frame): New function and prototype.
2966
2967 2003-08-21 Andrew Cagney <cagney@redhat.com>
2968
2969 * sh3-rom.c (sh3_open, sh3e_open): Use gdbarch_update_p to select
2970 a specific architecture.
2971 * arch-utils.h (set_architecture_from_arch_mach): Delete
2972 declaration.
2973 (target_architecture_hook): Delete declaration.
2974 * arch-utils.c: Delete non GDB_MULTI_ARCH includes.
2975 (default_float_format): Assume GDB_MULTI_ARCH.
2976 (default_double_format): Assume GDB_MULTI_ARCH.
2977 (set_endian_from_file): Delete function.
2978 (arch_ok): Delete function.
2979 (set_arch): Delete function.
2980 (set_architecture_from_arch_mach): Delete function.
2981 (set_architecture_from_file): Delete function.
2982 (set_architecture): Assume GDB_MULTI_ARCH.
2983 (set_gdbarch_from_file): Assume GDB_MULTI_ARCH.
2984
2985 2003-08-21 Mark Kettenis <kettenis@gnu.org>
2986
2987 Rewrite FreeBSD/sparc64 native configuration.
2988 * sparcbsd-nat.c, sparcbsd-nat.h: New files.
2989 * sparc64fbsd-nat.c: New file.
2990 * sparc64fbsd-tdep.c: New file.
2991 * sparc64-tdep.c sparc64-tdep.h: New files.
2992 * Makefile.in (sparcbsd-nat.o, sparc64fbsd-nat.o, sparc64-tdep.o,
2993 sparc64fbsd-tdep.o): New dependencies.
2994 (SFILES): Add sparcbsd-nat.c, sparc64fbsd-nat.c, sparc64-tdep.c
2995 and sparc64fbsd-tdep.c.
2996 (sparc64_tdep_h, sparcbsd_nat_h): New variables.
2997 * config/sparc/fbsd.mh: Remove copyright notice.
2998 (NATDEPFILES): Remove sparc-nat.o, add sparc64fbsd-nat.o and
2999 sparcbsd-nat.o.
3000 * config/sparc/fbsd.mt: Remove copyright notice.
3001 (TDEPFILES): Remove sparc-tdep.o, solib.o solib-svr4.o,
3002 solib-legacy.o. Add sparc64-tdep.o and sparc64fbsd-tdep.o.
3003 * config/sparc/nm-fbsd.h: Don't include "elf/common.h".
3004 (SVR4_SHARED_LIBS, PTRACE_GETREGS, PTRACE_SETREGS,
3005 PTRACE_GETFPREGS, PTRACE_SETFPREGS, GDB_GREGSET_T, GDB_FPREGSET_T,
3006 regs, r_g1, r_ps, r_pc, r_npc, r_y, FPU_FSR_TYPE, fp_status, fpu,
3007 fpu_regs, fp_fr, fpu_fsr, Fpu_fsr): Remove defines.
3008 * config/sparc/tm-fbsd.h: Don't include "solib.h" and
3009 "sparc/tm-sp64.h".
3010 (SVR4_SHARED_LIBS, START_INFERIOR_TRAPS_EXPECTED): Remove defines.
3011 (GDB_MULTI_ARCH): Define to GDB_MULTI_ARCH_TM.
3012
3013 2003-08-21 Michael Chastain <mec@shout.net>
3014
3015 * symtab.h: Add doco on the space critical structures and
3016 some measurements of space usage.
3017
3018 2003-08-21 Michael Snyder <msnyder@redhat.com>
3019
3020 * tracepoint.c (trace_dump_command): Trace break address
3021 is subject to DECR_PC_AFTER_BREAK.
3022 (set_traceframe_context): Make "trace_line" an int.
3023 Fixes suggested by Mark Newman <mark.newman@lmco.com>
3024
3025 2003-08-20 Michael Snyder <msnyder@redhat.com>
3026
3027 * sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
3028 * sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
3029 FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
3030 argument passing.
3031 (sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
3032 functions, replace sh_push_dummy_call.
3033 (sh_gdbarch_init): Set push_dummy_call to one of new methods.
3034
3035 2003-08-20 Michael Chastain <mec@shout.net>
3036
3037 * gdbtypes.h (struct main_type): Rearrange to save space.
3038
3039 2003-08-20 Michael Snyder <msnyder@redhat.com>
3040
3041 * trad-frame.c: Comment typo fix.
3042
3043 2003-08-20 Michael Snyder <msnyder@redhat.com>
3044 Kevin Buettner <kevinb@redhat.com>
3045
3046 * frv-tdep.c (gdb_string.h, frame.h, trad-frame.h): Include.
3047 (frv_frame_init_saved_regs): Add declaration.
3048 (frame_extra_info): Add new field ``saved_regs''.
3049 (frv_frame_chain, frv_frame_saved_pc, frv_analyze_prologue)
3050 (frv_skip_prologue, frv_init_extra_frame_info, frv_pop_frame_regular):
3051 Update frame related code.
3052 (frv_extract_struct_value_address): Adjust formatting.
3053 * Makefile.in (frv-tdep.o): Update dependencies.
3054 * config/frv/tm-frv.h (target_insert_watchpoint)
3055 (target_remove_watchpoint, target_insert_hw_breakpoint)
3056 (target_remove_hw_breakpoint): Delete these macros.
3057 (remote_insert_watchpoint, remote_remove_watchpoint)
3058 (remote_insert_hw_watchpoint, remote_remove_hw_watchpoint): Remove
3059 these declarations.
3060
3061 2003-08-20 Michael Chastain <mec@shout.net>
3062
3063 * defs.h (ENUM_BITFIELD): New macro.
3064 * symtab.h (ENUM_BITFIELD): Use it.
3065 (BYTE_BITFIELD): Remove old macro, which was already disabled.
3066
3067 2003-08-19 Shrinivas Atre <shrinivasa@kpitcummins.com>
3068
3069 * MAINTAINERS (write after approval): Add myself.
3070
3071 2003-08-18 Andrew Cagney <cagney@redhat.com>
3072
3073 * gdbarch.sh (FRAME_RED_ZONE_SIZE): New architecture method.
3074 * gdbarch.h, gdbarch.c: Re-generate.
3075 * infcall.c (call_function_by_hand): Adjust the SP by
3076 frame_red_zone_size before allocating any stack space.
3077 * rs6000-tdep.c (rs6000_gdbarch_init): Set "frame_red_zone_size".
3078 * x86-64-tdep.c (x86_64_frame_align): New function.
3079 (x86_64_init_abi): Set "frame_red_zone_size" and "frame_align".
3080
3081 * x86-64-tdep.c (x86_64_push_arguments): Revert 2003-08-07 change.
3082 Remove code adjusting SP so that it skips over the Red Zone.
3083
3084 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3085
3086 * NEWS (New native configurations): Mention FreeBSD/amd64.
3087
3088 2003-08-18 Andrew Cagney <cagney@redhat.com>
3089
3090 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set
3091 "dwarf2_build_frame_info". Append "m68k_frame_sniffer" instead of
3092 "m68k_frame_p".
3093 (m68hc11_frame_sniffer): Replace "m68hc11_frame_p".
3094
3095 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3096
3097 * x86-64-tdep.c (x86_64_dwarf_regmap): Remove trailing whitespace.
3098
3099 2003-08-18 Michal Ludvig <mludvig@suse.cz>
3100
3101 * config/i386/nm-x86-64linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
3102 Define.
3103 * i386-linux-nat.c: Include "linux-nat.h".
3104 (child_post_startup_inferior): New function.
3105
3106 2003-08-18 Mark Kettenis <kettenis@gnu.org>
3107
3108 * i386-tdep.c (i386_analyze_register_saves): Handle register saves
3109 at the start of a frameless function. This probably fixes PR
3110 backtrace/1338.
3111
3112 2003-08-17 Michael Chastain <mec@shout.net>
3113
3114 * symfile.c (find_sym_fns): Remove special case for apollo target.
3115
3116 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3117
3118 * linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.
3119 (PTRACE_EVENT_VFORKDONE, PTRACE_EVENT_EXIT): Define.
3120 (linux_parent_pid, linux_supports_tracevforkdone_flag): New variable.
3121 (linux_test_for_tracefork): Set linux_supports_tracevforkdone_flag.
3122 (linux_supports_tracevforkdone): New function.
3123 (linux_enable_event_reporting): Enable TRACEVFORK, TRACEEXEC, and
3124 TRACEVFORKDONE.
3125 (child_follow_fork): Handle vfork.
3126 (linux_handle_extended_wait): Likewise. Also handle exec.
3127 (child_insert_vfork_catchpoint, child_insert_exec_catchpoint): Enable.
3128 * NEWS: Mention fork tracing.
3129
3130 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3131
3132 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
3133
3134 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
3135
3136 * Makefile.in (i386-linux-nat.o): Update dependencies.
3137 * config/i386/nm-linux.h (LINUX_CHILD_POST_STARTUP_INFERIOR): Define.
3138 * config/nm-linux.h (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH)
3139 (CHILD_FOLLOW_FORK, KILL_INFERIOR): Define.
3140 * i386-linux-nat.c: Include "linux-nat.h".
3141 (child_post_startup_inferior): New function.
3142 * i386-nat.c (child_post_startup_inferior): Wrap in #ifdef.
3143 * infptrace.c (kill_inferior): Wrap in #ifdef.
3144 * lin-lwp.c (lin_lwp_attach_lwp): Call child_post_attach after
3145 attaching to each LWP.
3146 (child_wait, lin_lwp_wait): Call linux_handle_extended_wait.
3147 (init_lin_lwp_ops): Fill in some more operations.
3148 * linux-nat.h (linux_enable_event_reporting)
3149 (linux_handle_extended_wait, linux_child_post_startup_inferior): New
3150 prototypes.
3151 * linux-nat.c (linux_enable_event_reporting): New function.
3152 (child_post_attach, linux_child_post_startup_inferior)
3153 (child_post_startup_inferior, child_follow_fork)
3154 (linux_handle_extended_wait, kill_inferior): New functions.
3155
3156 2003-08-16 Andrew Cagney <cagney@redhat.com>
3157
3158 * gdbarch.sh: Delete all #if not GDB_MULTI_ARCH code.
3159 * gdbarch.h, gdbarch.c: Re-generate.
3160
3161 2003-08-16 Mark Kettenis <kettenis@gnu.org>
3162
3163 * config/alpha/nm-fbsd.h (SVR4_SHARED_LIBS): Remove define.
3164
3165 2003-08-16 Andrew Cagney <cagney@redhat.com>
3166
3167 * NEWS: Mention that "set prompt-escape-char" was deleted.
3168 * top.c (get_prompt_1): Delete function.
3169 (gdb_prompt_escape):
3170 (init_main): Do not clear "gdb_prompt_escape". Delete "set
3171 prompt-escape-char" command.
3172 (MAX_PROMPT_SIZE): Delete macro.
3173 (get_prompt): Simplify, do not call get_prompt_1.
3174
3175 2003-08-16 Andrew Cagney <cagney@redhat.com>
3176
3177 * Makefile.in (printcmd.o, valprint.o): Do not try to build with
3178 -Werror. -Wformat-nonliteral problems.
3179
3180 2003-08-15 J. Brobecker <brobecker@gnat.com>
3181
3182 Further multiarching work mostly for hppa64-*-hpux11:
3183 * hppa-tdep.h: New file.
3184 * hppa-tdep.c: #include hppa-tdep.c.
3185 (hppa32_num_regs): Renamed from hppa_num_regs.
3186 (hppa64_num_regs): New constant.
3187 (hppa64_call_dummy_breakpoint_offset): New constant.
3188 (hppa32_call_dummy_length): New constant.
3189 (hppa64_call_dummy_length): New constant.
3190 (hppa32_stack_align): Make name 32bit explicit.
3191 (hppa32_register_virtual_type): Likewise.
3192 (hppa32_extract_return_value): Likewise.
3193 (hppa32_use_struct_convention): Likewise.
3194 (hppa32_store_return_value): Likewise.
3195 (hppa64_register_virtual_type): New function.
3196 (hppa64_extract_return_value): New function.
3197 (hppa64_use_struct_convention): New function.
3198 (hppa64_store_return_value): New function.
3199 (hppa_frame_locals_address): Remove declaration, function does
3200 not exist anymore.
3201 (hppa_register_byte): Add support for PA64 ABI.
3202 (hppa_gdbarch_init): Add support for PA64 ABI.
3203 * hppa-hpux-tdep.c (hppa32_hpux_frame_saved_pc_in_sigtramp):
3204 Make name 32bit explicit.
3205 (hppa32_hpux_frame_base_before_sigtramp): Likewise.
3206 (hppa32_hpux_frame_find_saved_regs_in_sigtramp): Likewise.
3207 (hppa64_hpux_frame_saved_pc_in_sigtramp): New function.
3208 (hppa64_hpux_frame_base_before_sigtramp): New function.
3209 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): New function.
3210 * config/pa/tm-hppa64.h: Remove macros that are no longer
3211 necessary now that the gdbarch vector is properly setup.
3212 Transform some macros into function calls. Some minor cleanup.
3213 * config/pa/tm-hppah.h: Update function calls in macros
3214 following the function renaming in hppa-hpux-tdep.c.
3215 * Makefile.in (hppa_tdep_h): New variable.
3216 (hppa-tdep.o): Add dependency over hppa_tdep_h.
3217
3218 2003-08-14 Michael Snyder <msnyder@redhat.com>
3219
3220 * disasm.c (gdb_disassemble_info): Set info->insn_sets to zero.
3221
3222 2003-08-13 J. Brobecker <brobecker@gnat.com>
3223
3224 * hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Use the correct
3225 bfd arch_info when registering the GDB_OSABI_HPUX_ELF initialization
3226 routine.
3227
3228 2003-08-13 Michael Snyder <msnyder@redhat.com>
3229
3230 * frv-tdep.c (frv_push_arguments): Use deprecated ftype.
3231 (frv_saved_pc_after_call): Use deprecated ftype.
3232 (stupid_useless_init_extra_frame_info): Remove orphan prototype.
3233 (frv_remote_translate_xfer_address): Remove.
3234 (frv_gdbarch_init): Use generic_remote_translate_xfer_address.
3235
3236 2003-08-13 J. Brobecker <brobecker@gnat.com>
3237
3238 * hppa-tdep.c (hppa_gdbarch_init): Perform the ABI-specific gdbarch
3239 initialization after the common gdbarch initialization, not before.
3240
3241 2003-08-13 J. Brobecker <brobecker@gnat.com>
3242
3243 * config/pa/tm-hppa64.h (HPUX_1100): Remove, not used.
3244 (ADDR_BITS_REMOVE): Remove, redundant.
3245
3246 2003-08-13 J. Brobecker <brobecker@gnat.com>
3247
3248 * hppa-tdep.c (hppa_gdbarch_init): Set the addr_bits_remove
3249 gdbarch method to clear the 2 low bits of text addresses.
3250
3251 2003-08-12 Andrew Cagney <cagney@redhat.com>
3252
3253 * Makefile.in (dsrec.o): Update dependencies.
3254 * dsrec.c: Include "gdb_assert.h".
3255 (make_srec): Use snprintf instead of sprintf, use a literal format
3256 string.
3257
3258 2003-08-12 Andrew Cagney <cagney@redhat.com>
3259
3260 * frame.c (deprecated_frame_xmalloc): Use XMALLOC, instead of
3261 FRAME_OBSTACK_ZALLOC.
3262
3263 2003-08-12 Kevin Buettner <kevinb@redhat.com>
3264
3265 * i386-tdep.c (i386_gdbarch_init): Enable default support for
3266 SSE registers.
3267
3268 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3269
3270 * x86-64-tdep.h (amd64fbsd_sigtramp_start, amd64fbsd_sigtramp_end,
3271 amd64fbsd_sc_reg_offset): Add extern declarations.
3272 * amd64fbsd-nat.c (_initialize_am64fbsd_nat): Remove extern
3273 declarations.
3274
3275 2003-08-11 Ben Elliston <bje@wasabisystems.com>
3276
3277 * MAINTAINERS (write after approval): Update my mail address.
3278
3279 2003-08-10 Andrew Cagney <cagney@redhat.com>
3280
3281 * Makefile.in (monitor.o): Do not build monitor.c with -Werror.
3282
3283 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3284
3285 * i386-tdep.h (i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3286 i386obsd_sigtramp_start, i386obsd_sigtramp_end,
3287 i386fbsd4_sc_reg_offset, i386fbsd_sc_reg_offset,
3288 i386nbsd_sc_reg_offset, i386obsd_sc_reg_offset,
3289 i386bsd_sc_reg_offset): Add extern declarations.
3290 * i386obsd-nat.c: Include "i386-tdep.h"
3291 (_initialize_i386obsd_nat): Remove extern declarations.
3292 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Remove extern
3293 declarations.
3294 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove extern
3295 declarations.
3296
3297 * i386-tdep.c (i386_register_to_value): Use get_frame_register
3298 instead of frame_read_register.
3299 (i386_fetch_pointer_argument): Use get_frame_register_unsigned
3300 instead of frame_read_register. Use I386_ESP_REGNUM instead of
3301 SP_REGNUM.
3302 (i386_frame_prev_register): Use frame_unwind_register_unsigned
3303 instead of frame_unwind_unsigned_register. Use
3304 I386_EFLAGS_REGISTER instead of PS_REGNUM.
3305 (i386_get_longjmp_target): Use regcache_read_unsigned_register
3306 instead of read_register. Use builtin_type_void_data_ptr instead
3307 of builtin_type_void_func_ptr when extracting the address of the
3308 jmp_buf.
3309 (i386_extract_return_value, i386_store_return_value,
3310 i386_pseudo_register_read, i386_pseudo_register_write): Use
3311 register_size instead REGISTER_RAW_SIZE.
3312
3313 2003-08-10 Andrew Cagney <cagney@redhat.com>
3314
3315 * infcall.c (call_function_by_hand): Use xstrprintf instead of
3316 sprintf. Make "name" constant.
3317
3318 2003-08-10 Mark Kettenis <kettenis@gnu.org>
3319
3320 * i387-tdep.c (i387_register_to_value): Use get_frame_register
3321 instead of frame_read_register.
3322 (i387_print_float_info): Use get_frame_register and
3323 get_frame_register_unsigned instead of frame_register_read.
3324
3325 * i386fbsd-nat.c: Include "i386-tdep.h".
3326 (child_resume): Make `eflags' an ULONGEST. Use
3327 regcache_cooked_read_unsigned and regcache_cooked_write_unsigned
3328 instead of register_read and register_write.
3329
3330 * i386bsd-nat.c (fetch_inferior_registers,
3331 store_inferior_registers): Don't use && at the end of a line.
3332 (_initialize_i386bsd_nat): Fix typo.
3333
3334 * frame.c (_initialize_frame): Add missing backslash.
3335
3336 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3337 * sol-thread.c (sol_thread_store_registers): Use regcache_collect
3338 and supply_register instead of manipulating the register buffer
3339 directly.
3340
3341 From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
3342 * config/i386/nm-i386sol2.h
3343 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Define to one.
3344
3345 Based on a patch from Michael Elizabeth Chastain (mec@shout.net):
3346 * i386-tdep.c (i386_analyze_frame_setup): Recognize more
3347 instructions that GCC likes to mingle into the prologue. Fixes
3348 gdb/1253 and gdb/1255.
3349
3350 2003-08-09 Andrew Cagney <cagney@redhat.com>
3351
3352 Fix GDB PR cli/926.
3353 * cli/cli-decode.c (add_setshow_uinteger_cmd): New function.
3354 * command.h (add_setshow_uinteger_cmd): Declare.
3355 * frame.c (set_backtrace_cmd): New function.
3356 (show_backtrace_cmd): New function.
3357 * frame.c (_initialize_frame): Replace "set/show
3358 backtrace-below-main" with "set/show backtrace past-main". Add
3359 command "set/show backtrace limit".
3360 (backtrace_past_main): Rename "backtrace_below_main".
3361 (backtrace_limit): New variable.
3362 (get_prev_frame): Update. Check the backtrace_limit.
3363
3364 2003-08-09 Andrew Cagney <cagney@redhat.com>
3365
3366 * defs.h (xstrprintf): Declare.
3367 * utils.c (xstrprintf): New function.
3368 * breakpoint.c (insert_breakpoints): Replace sprintf and
3369 non-literal format strings, with xstrprintf and cleanups.
3370 (delete_breakpoint,breakpoint_re_set): Ditto.
3371 (commands_command, insert_breakpoints): Ditto.
3372 (bpstat_stop_status, break_at_finish_at_depth_command_1): Ditto.
3373 (break_at_finish_command_1): Ditto.
3374
3375 2003-08-09 Andrew Cagney <cagney@redhat.com>
3376
3377 * MAINTAINERS (language support): List Adam Fedor as Objective C
3378 maintainer.
3379
3380 2003-08-08 J. Brobecker <brobecker@gnat.com>
3381
3382 * NEWS (Multi-arched targets): Document that all hppa-hpux targets
3383 are now multiarched.
3384
3385 2003-08-08 J. Brobecker <brobecker@gnat.com>
3386
3387 * config/pa/tm-hppa64.h: Remove lots of macros that are no
3388 longer necessary now that hppa64 is partially multiarch'ed.
3389
3390 2003-08-08 Andrew Cagney <cagney@redhat.com>
3391
3392 * interps.c (interp_set): Check for a NULL "old_interp".
3393
3394 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
3395
3396 * Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
3397 (install-only): Support DESTDIR.
3398 (uninstall): Likewise.
3399 (install-gdbtk): Likewise.
3400
3401 2003-08-08 Elena Zannoni <ezannoni@redhat.com>
3402
3403 * symtab.c (lookup_symbol_aux): Make sure that is_a_field_of_this
3404 contains something meaningful at all times.
3405
3406 Fri Aug 8 00:28:46 UTC 2003 Brendan Conoboy <blc@redhat.com>
3407
3408 * configure.host: Set gdb_host_cpu=arm when host_cpu=xscale.
3409
3410 Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com>
3411
3412 * MAINTAINERS (write after approval): Added self.
3413
3414 2003-08-07 Andrew Cagney <cagney@redhat.com>
3415
3416 * inferior.h (AT_SYMBOL): Define.
3417 * blockframe.c (inside_entry_file): Check for AT_SYMBOL.
3418 * infcall.c (call_function_by_hand): Add code to handle AT_SYMBOL.
3419 * mips-tdep.c (mips_call_dummy_address): Delete function.
3420 (mips_gdbarch_init): Set call_dummy_location to AT_SYMBOL, do not
3421 set call_dummy_address.
3422
3423 2003-08-07 Andrew Cagney <cagney@redhat.com>
3424
3425 * language.c (op_error): Delete function.
3426 (binop_type_check): Delete function.
3427 * language.h (type_op_error, range_op_error): Delete macros.
3428 (op_error): Delete declaration.
3429
3430 2003-08-07 Andrew Cagney <cagney@redhat.com>
3431
3432 * interps.h (INTERP_MI2, INTERP_MI3): Define.
3433
3434 2003-08-07 Michal Ludvig <mludvig@suse.cz>
3435
3436 * x86-64-tdep.c (x86_64_dwarf_regmap): Correct register numbers.
3437 (x86_64_push_arguments): Skip the red zone.
3438
3439 2003-08-05 Andrew Cagney <cagney@redhat.com>
3440
3441 * reggroups.c (reggroup_next): Check for the final entry.
3442
3443 2003-08-04 Andrew Cagney <cagney@redhat.com>
3444
3445 * monitor.h (monitor_dump_reg_block): Remove ATTR_FORMAT.
3446 * cli/cli-script.c (define_command): Call query directly, instead
3447 of passing it a buffer.
3448 * ocd.c (ocd_error): Pass error a constant format string.
3449 * remote-mips.c (mips_error): Use fputs_filtered.
3450
3451 * solib-svr4.c (_initialize_svr4_solib): Update
3452 register_gdbarch_data call.
3453 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Ditto.
3454
3455 * gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
3456 (register_gdbarch_data): Delete "free" parameter. Update
3457 comments.
3458 * gdbarch.h, gdbarch.c: Re-generate.
3459 * reggroups.c (_initialize_reggroup): Update.
3460 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3461 * frame-base.c (_initialize_frame_base): Update.
3462 * frame-unwind.c (_initialize_frame_unwind): Update.
3463 * user-regs.c (_initialize_user_regs): Update.
3464 * remote.c (_initialize_remote): Update.
3465 * regcache.c (_initialize_regcache): Update.
3466
3467 * regcache.c (xfree_regcache_descr): Delete function.
3468 (_initialize_regcache): Update call to register_gdbarch_data.
3469 (init_regcache_descr, init_legacy_regcache_descr): Use
3470 GDBARCH_OBSTACK_XALLOC and GDBARCH_OBSTACK_CALLOC.
3471
3472 * remote.c (free_remote_state): Delete function.
3473 (_initialize_remote): Update register_gdbarch_data.
3474 (init_remote_state): Use GDBARCH_OBSTACK_XALLOC and
3475 GDBARCH_OBSTACK_CALLOC instead of xmalloc / xcalloc.
3476
3477 2003-08-04 Andrew Cagney <cagney@redhat.com>
3478
3479 * reggroups.c (struct reggroup_el): Define.
3480 (struct reggroups): Delete field "nr_group". Replace array
3481 "group" with a "first" to "last" linked list.
3482 (reggroups_init): Update. Allocate using gdbarch's obstack.
3483 (reggroups_free): Delete function.
3484 (add_group): Update. Add "el" parameter.
3485 (reggroup_add): Pass gdbarch obstack allocated space to add_group.
3486 (default_groups): Update.
3487 (reggroup_next): Replace reggroups.
3488 (reggroups_dump): Update.
3489 (_initialize_reggroup): Pass XMALLOC allocated space to add_group.
3490 * regcache.c (regcache_dump): Use reggroup_next instead of reggroups.
3491 * infcmd.c (registers_info): Use reggroup_next instead of reggroups.
3492
3493 2003-08-04 Daniel Jacobowitz <drow@mvista.com>
3494
3495 * Makefile.in (tui-interp.o): Update dependencies.
3496
3497 2003-08-04 David Carlton <carlton@kealia.com>
3498
3499 * charset.c (cached_iconv_convert): Add __FILE__ and __LINE__ args
3500 to internal_error call.
3501 * source.c (forward_search_command): Add "%s" format argument.
3502 (reverse_search_command): Ditto.
3503 * top.c (quit_confirm): Ditto.
3504 * cli/cli-setshow.c (do_setshow_command): Ditto.
3505 * cp-valprint.c (cp_print_class_method): Replace
3506 {f,}printf_{un,}filtered by {f,}puts_{un,}filtered.
3507 (cp_print_class_member): Ditto.
3508 * event-top.c (command_line_handler): Ditto.
3509 * linux-proc.c (linux_info_proc_cmd): Ditto.
3510 * p-typeprint.c (pascal_type_print_base): Ditto.
3511 * p-valprint.c (pascal_object_print_class_method): Ditto.
3512 (pascal_object_print_class_member): Ditto.
3513 * printcmd.c (print_scalar_formatted,printf_command): Ditto.
3514 * remote.c (remote_cisco_section_offsets): Ditto.
3515 * top.c (command_line_input): Ditto.
3516 * utils.c (vwarning,error_stream,quit): Ditto.
3517 * valprint.c (print_floating,print_binary_chars)
3518 (print_octal_chars,print_decimal_chars,print_hex_chars): Ditto.
3519
3520 2003-08-04 Andrew Cagney <cagney@redhat.com>
3521
3522 * frame.c (frame_func_unwind): Use frame_unwind_address_in_block.
3523
3524 2003-08-02 Andrew Cagney <cagney@redhat.com>
3525
3526 * config/djgpp/fnchange.lst: Fix up testsuite/gdb.c++/annota3.cc,
3527 gdb/testsuite/gdb.c++/annota3.exp, amd64fbsd-tdep.c and
3528 amd64fbsd-nat.c.
3529
3530 2003-08-02 Andrew Cagney <cagney@redhat.com>
3531
3532 * Makefile.in: Update all dependencies and definitions.
3533
3534 2003-08-02 Adam Fedor <fedor@gnu.org>
3535
3536 * linespec.c (is_objc_method_format): New function
3537 (decode_line_1, locate_first_half): Use it.
3538 Fixes PR objc/1298
3539
3540 2003-08-01 Andrew Cagney <cagney@redhat.com>
3541
3542 * NEWS: Mention that m32r is multi-arch.
3543 From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>:
3544 * configure.tgt: Recognize m32r-*-*.
3545 * config/m32r/tm-m32r.h: Delete file.
3546 * config/m32r/m32r.mt: New file.
3547 * m32r-rom.c (m32r_upload_command): Use hostent only when
3548 gethostname succeeds, in order to avoid a compilation
3549 warning.
3550 * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a
3551 compiler warning.
3552
3553 2003-08-01 Michael Snyder <msnyder@redhat.com>
3554
3555 * sh-tdep.c (sh_frame_align): New gdbarch method.
3556 (sh_gdbarch_init): Set up frame_align method.
3557
3558 2003-07-31 Michael Snyder <msnyder@redhat.com>
3559
3560 * value.h, values.c, infcall.c, infcmd.c: Revert 07-30 change,
3561 which is already covered by the new frames infrastructure.
3562
3563 2003-07-31 Andrew Cagney <cagney@redhat.com>
3564
3565 * user-regs.c (struct user_reg): Add "next" link.
3566 (struct user_regs): Replace "user" with "first" and "last" links.
3567 (append_user_reg): Add pre-allocated "reg" parameter.
3568 (builtin_user_regs): Provide initial value for "last".
3569 (user_reg_add_builtin): XMALLOC memory for append_user_reg.
3570 (user_regs_init): Allocate memory from the gdbarch obstack.
3571 (user_reg_add): GDBARCH_OBSTACK_ZALLOC memory for append_user_reg.
3572 (user_reg_map_name_to_regnum): Rewrite to search the user_reg
3573 linked list.
3574 (usernum_to_user_reg): New function.
3575 (user_reg_map_regnum_to_name): Use usernum_to_user_reg.
3576 (value_of_user_reg): Use usernum_to_user_reg.
3577 (user_regs_free): Delete function.
3578 (_initialize_user_regs): Update register_gdbarch_data call.
3579
3580 2003-07-31 Daniel Jacobowitz <drow@mvista.com>
3581
3582 * dwarf2read.c (new_symbol): Use var_decode_location for parameters.
3583
3584 2003-07-30 Michael Snyder <msnyder@redhat.com>
3585
3586 * value.h (value_being_returned): Add a struct_addr argument.
3587 * infcall.c (call_function_by_hand): Pass struct_addr to
3588 value_being_returned.
3589 * infcmd.c (print_return_value): Pass zero as struct_addr.
3590 * values.c (value_being_returned): If struct_addr is passed,
3591 use it instead of trying to recover it from the inferior.
3592
3593 2003-07-30 Kevin Buettner <kevinb@redhat.com>
3594
3595 * mn10300-tdep.c (analyze_dummy_frame): Pass ``pc'' so that
3596 the prologue analyzer won't need to attempt to extract the pc
3597 value from the woefully incomplete dummy frame.
3598 (mn10300_analyze_prologue): Avoid calls to get_frame_pc() when
3599 possible. Disable code which modifies the frame.
3600
3601 2003-07-28 Andrew Cagney <cagney@redhat.com>
3602
3603 * annotate.c (annotate_breakpoints_headers): Restrict annotation
3604 to level 2.
3605 (annotate_breakpoints_table, annotate_record): Ditto.
3606 (annotate_breakpoints_table_end, annotate_field_begin): Ditto.
3607 (annotate_field_name_end, annotate_field_value): Ditto.
3608 (annotate_field_end, annotate_frame_source_begin): Ditto.
3609 (annotate_frame_source_file, annotate_frame_source_file_end): Ditto.
3610 (annotate_frame_source_line, annotate_frame_source_end): Ditto.
3611 (annotate_frame_begin, annotate_frame_function_name): Ditto.
3612 (annotate_frame_address_end, annotate_frame_address): Ditto.
3613 (annotate_frame_args, annotate_frame_end): Ditto.
3614 (annotate_frame_where, annotate_arg_begin): Ditto.
3615 (annotate_arg_name_end, annotate_arg_value): Ditto.
3616 (annotate_arg_end, annotate_signal_handler_caller): Ditto.
3617 (annotate_function_call, annotate_signal_name): Ditto.
3618 (annotate_signal_string, annotate_signal_name_end): Ditto.
3619 (annotate_signal_string_end, annotate_value_history_begin): Ditto.
3620 (annotate_value_begin, annotate_value_history_value): Ditto.
3621 (annotate_value_history_end, annotate_value_end): Ditto.
3622 (annotate_display_begin, annotate_display_number_end): Ditto.
3623 (annotate_display_format, annotate_display_expression): Ditto.
3624 (annotate_display_expression_end, annotate_display_value): Ditto.
3625 (annotate_display_end, annotate_array_section_begin): Ditto.
3626 (annotate_elt_rep, annotate_elt_rep_end): Ditto.
3627 (annotate_elt, annotate_array_section_end): Ditto.
3628
3629 2003-07-28 Andrew Cagney <cagney@redhat.com>
3630
3631 * regcache.c (struct regcache_descr): Update comments on
3632 nr_raw_registers.
3633 (init_legacy_regcache_descr): Don't set nr_raw_registers or
3634 sizeof_raw_register_valid_p.
3635 (init_regcache_descr): Set nr_raw_registers and
3636 sizeof_raw_register_valid_p before calling
3637 init_legacy_regcache_descr.
3638
3639 2003-07-28 Andrew Cagney <cagney@redhat.com>
3640
3641 * mips-tdep.c (print_gp_register_row): Print the GPR's register
3642 MOD NUM_REGS.
3643
3644 2003-07-28 Daniel Jacobowitz <drow@mvista.com>
3645
3646 * thread.c (info_threads_command): Use get_selected_frame ().
3647 Check that there is at least one non-sentinel frame.
3648
3649 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3650
3651 * m68hc11-tdep.c (struct frame_extra_info): Remove.
3652 (m68hc11_pop_frame): Remove.
3653 (m68hc11_frame_saved_pc): Remove.
3654 (m68hc11_frame_chain): Remove.
3655 (m68hc11_frame_init_saved_regs): Remove.
3656 (m68hc11_init_extra_frame_info): Remove.
3657 (m68hc11_store_struct_return): Remove.
3658 (m68hc11_saved_pc_after_call): Remove.
3659
3660 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3661
3662 * m68hc11-tdep.c (struct m68hc11_unwind_cache): New struct to hold
3663 frame unwind information.
3664 (m68hc11_scan_prologue): New function from m68hc11_guess_from_prologue
3665 and adapted for frame unwinding.
3666 (m68hc11_skip_prologue): Update to scan prologue in temporary object.
3667 (m68hc11_unwind_pc): New function.
3668 (m68hc11_frame_unwind_cache): New function to analyze frames.
3669 (m68hc11_frame_this_id): New function to create new frame struct.
3670 (m68hc11_frame_prev_register): New function to unwind a register from
3671 the frame.
3672 (m68hc11_frame_unwind): Default 68hc11/68hc12 unwinder.
3673 (m68hc11_frame_p): New function for the above.
3674 (m68hc11_frame_base_address): New function to return fp of frame.
3675 (m68hc11_frame_args_address): Update for frame.
3676 (m68hc11_frame_base): Default 68hc11/68hc12 frame.
3677 (m68hc11_unwind_sp): New function.
3678 (m68hc11_unwind_dummy_id): New function.
3679 (m68hc11_gdbarch_init): Install the above frames; remove deprecated
3680 calls.
3681
3682 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3683
3684 * m68hc11-tdep.c (m68hc11_analyze_instruction): Don't advance the pc.
3685 (m68hc11_guess_from_prologue): Advance the pc and frame size only
3686 when we are beyond the current pc.
3687
3688 2003-07-27 Stephane Carrez <stcarrez@nerim.fr>
3689
3690 * m68hc11-tdep.c (m68hc11_push_dummy_call): New function adapted
3691 from m68hc11_push_arguments.
3692 (m68hc11_push_arguments): Remove.
3693 (m68hc11_push_return_address): Remove.
3694 (m68hc11_gdbarch_init): Install the above; remove above deprecated
3695 handlers; remove deprecated_extra_stack_alignment_needed.
3696
3697 2003-07-27 Andrew Cagney <cagney@redhat.com>
3698
3699 * config/pa/tm-hppa.h (init_frame_pc_default): Declare.
3700 * infcall.c (legacy_push_dummy_code) [GDB_TARGET_IS_HPPA]: Update
3701 REAL_PC and not the pointer.
3702 * hppa-hpux-tdep.c: Include frame.h
3703
3704 2003-07-27 Andrew Cagney <cagney@redhat.com>
3705
3706 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Set to
3707 GDB_MULTI_ACH_PARTIAL.
3708
3709 2003-07-27 Andrew Cagney <cagney@redhat.com>
3710
3711 Patch from 2003-07-22 Kei Sakamoto <sakamoto.kei@renesas.com>:
3712 * m32r-tdep.c (m32r_memory_insert_breakpoint): Fix code style -
3713 operator at start and not end of line.
3714 (decode_prologue): Ditto.
3715 (m32r_frame_unwind_cache, m32r_unwind_sp, m32r_unwind_pc): Use
3716 frame_unwind_register_unsigned instead of
3717 frame_unwind_unsigned_register.
3718 (m32r_read_pc): Use regcache_cooked_read_unsigned instead of
3719 read_register.
3720 (m32r_push_dummy_call): Use register_size instead of
3721 REGISTER_RAW_SIZE.
3722 (m32r_frame_sniffer): Replace m32r_frame_p.
3723 (m32r_gdbarch_init): Call frame_unwind_append_sniffer.
3724 * m32r-rom.c (report_transfer_performance): Delete extern
3725 declaration.
3726 (m32r_load, m32r_upload_command): Use print_transfer_performance
3727 instead of report_transfer_performance.
3728 (_initialize_m32r_rom): Use add_setshow_cmd instead of add_set_cmd
3729 / add_show_from_set.
3730
3731 2003-07-26 Andrew Cagney <cagney@redhat.com>
3732
3733 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set non-deprecated
3734 store_return_value and extract_struct_value_address.
3735
3736 2003-07-26 Daniel Jacobowitz <drow@mvista.com>
3737
3738 PR c++/1267
3739 * minsyms.c (lookup_minimal_symbol_by_pc_section): If SECTION is
3740 NULL, default to the section containing PC.
3741
3742 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
3743
3744 * NEWS: Mention "regs" deprecated for m68hc11 too.
3745
3746 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Deprecate "regs" command.
3747 (m68hc11_print_register): New function to print out one register.
3748 (m68hc11_print_registers_info): New function to print registers.
3749 (show_regs): Deprecate and use the above.
3750 (m68hc11_gdbarch_init): Install the print_registers_info.
3751
3752 2003-07-24 Jeff Johnston <jjohnstn@redhat.com>
3753
3754 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Verify
3755 that we have a SIGTRAP before returning non-zero.
3756
3757 2003-07-23 Michal Ludvig <mludvig@suse.cz>
3758 Elena Zannoni <ezannoni@redhat.com>
3759
3760 * linespec.c (decode_line_2): Avoid crash if
3761 find_function_start_sal() returns empty record.
3762
3763 2003-07-23 Andreas Schwab <schwab@suse.de>
3764
3765 * ia64-tdep.c (ia64_print_insn): New function.
3766 (ia64_gdbarch_init): Set print_insn to it.
3767 (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and
3768 deprecated_tm_print_insn_info.
3769
3770 2003-07-22 Michael Snyder <msnyder@redhat.com>
3771
3772 * h8300-tdep.c (h8300_extract_return_value): Teach it how to
3773 handle 8-bit returns (long long).
3774 (h8300h_extract_return_value): Ditto.
3775 (h8300_gdbarch_init): Long long is 8 bytes, char is unsigned.
3776
3777 2003-07-22 Andrew Cagney <cagney@redhat.com>
3778
3779 * gdbarch.c Include "gdb_obstack.h".
3780 (struct gdbarch): Add an "obstack".
3781 (alloc_gdbarch_data): Allocate the gdbarch data using
3782 GDBARCH_OBSTACK_CALLOC.
3783 (free_gdbarch_data): Delete function.
3784 (gdbarch_obstack_zalloc): New function.
3785 (gdbarch_free): Free the obstack, do not call free_gdbarch_data.
3786 Assert that the architecture is not initialized.
3787 (gdbarch_alloc): Allocate an obstack, allocate the architecture
3788 vector from the obstack.
3789 (alloc_gdbarch_data, init_gdbarch_swap): Allocate memory using the
3790 architecture obstack.
3791 (GDBARCH_OBSTACK_CALLOC, GDBARCH_OBSTACK_ZALLOC): Define.
3792 (set_gdbarch_data): Assert that the data is not initialized.
3793 (struct gdbarch_data): Delete member "free".
3794 (register_gdbarch_data): Do not initialize "free".
3795 * gdbarch.h, gdbarch.c: Re-generate.
3796
3797 2003-07-22 Andrew Cagney <cagney@redhat.com>
3798
3799 * configure.in (build_warnings): Add -Wformat-nonliteral.
3800 * configure: Re-generate.
3801
3802 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3803
3804 * dwarf2loc.c (locexpr_describe_location): Fix typos.
3805
3806 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
3807
3808 * findvar.c (read_var_value): Remove case for thread local storage
3809 variables. It is now entirely handled by the dwarf2 location
3810 expression code.
3811 * printcmd.c (address_info): Ditto.
3812 * symtab.h (address_class): Remove LOC_THREAD_LOCAL_STATIC
3813 enumeration value.
3814 (struct symbol): Remove objfile field, which was used by
3815 LOC_THREAD_LOCAL_STATIC only.
3816 * dwarf2read.c (decode_locdesc): Remove is_thread_local variable.
3817 * dwarf2loc.h (struct dwarf2_loclist_baton): Add comment about
3818 usage of objfile pointer.
3819 * dwarf2loc.c (locexpr_describe_location): Add case to handle
3820 thread local variables.
3821 Add include of objfiles.h.
3822 * dwarf2expr.c (execute_stack_op): Add comments about thread local
3823 storage variables.
3824 * Makefile.in (dwarf2loc.o): Update dependencies.
3825
3826 2003-07-22 Andrew Cagney <cagney@redhat.com>
3827
3828 * config/pa/tm-hppa64.h (FRAME_SAVED_PC_IN_SIGTRAMP): Use
3829 get_frame_base.
3830 (FRAME_BASE_BEFORE_SIGTRAMP): Ditto.
3831 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Ditto.
3832 (struct value): Add opaque declaration.
3833 (DEPRECATED_FRAME_ARGS_ADDRESS): Delete.
3834
3835 2003-07-21 Andrew Cagney <cagney@redhat.com>
3836
3837 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3838 * m32r-tdep.c, m32r-stub.c, m32r-tdep.c: Rewrite.
3839
3840 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3841
3842 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Use
3843 regcache_cooked_read_unsigned instead of read_register.
3844 (m68hc11_saved_pc_after_call): Likewise.
3845 (m68hc11_pseudo_register_write): Use regcache_cooked_write_unsigned
3846 instead of write_register.
3847 (m68hc11_register_type): New function.
3848 (m68hc11_register_virtual_type): Remove.
3849 (m68hc11_store_return_value): Convert to use the regcache.
3850 (m68hc11_extract_struct_value_address): Likewise.
3851 (m68hc11_gdbarch_init): Remove deprecated ops for register to use
3852 m68hc11_register_type; undeprecate store_return_value and
3853 extract_struct_value_address.
3854
3855 2003-07-20 Stephane Carrez <stcarrez@nerim.fr>
3856
3857 * m68hc11-tdep.c (m68hc11_extract_return_value): Use regcache_raw_read
3858 and translate to use regcache.
3859 (m68hc11_gdbarch_init): Undeprecate extract_return_value.
3860
3861 2003-07-18 Andrew Cagney <cagney@redhat.com>
3862
3863 * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method.
3864 * gdbarch.h, gdbarch.c: Re-generate.
3865 * i386-tdep.c (i386_gdbarch_init): Do not set
3866 DWARF2_BUILD_FRAME_INFO.
3867 * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info
3868 unconditionally.
3869 * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set
3870 DWARF2_BUILD_FRAME_INFO.
3871
3872 2003-07-18 Andrew Cagney <cagney@redhat.com>
3873
3874 From 2003-07-04 Kei Sakamoto <sakamoto.kei@renesas.com>:
3875 * disasm.c (gdb_disassemble_info): Initilize di.arch.
3876
3877 2003-07-18 Andrew Cagney <cagney@redhat.com>
3878
3879 * dwarf2-frame.c (dwarf2_frame_sniffer): Use
3880 frame_unwind_address_in_block, instead of frame_pc_unwind.
3881 (dwarf2_frame_cache): Ditto.
3882
3883 2003-07-18 Andrew Cagney <cagney@redhat.com>
3884
3885 * user-regs.h (struct gdbarch): Declare opaque.
3886 * ui-out.h (struct ui_file): Declare opaque.
3887 * dwarf2-frame.h (struct frame_info): Declare opaque.
3888
3889 2003-07-18 Kris Warkentin <kewarken@qnx.com>
3890
3891 * nto-procfs.c: Clean ARI hits. Change #include <..> to
3892 #include "...".
3893 (procfs_meminfo): Change strerror to safe_strerror.
3894 (procfs_can_run): Remove K&R badness.
3895
3896 2003-07-17 Michael Snyder <msnyder@redhat.com>
3897
3898 * remote-sim.c: Comment typo fix.
3899
3900 2003-07-17 Andrew Cagney <cagney@redhat.com>
3901
3902 * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
3903 configure.
3904 * sparc-tdep.c (sparc_intreg_size): Make non-static.
3905 * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
3906 GDB_MULTI_ARCH_PARTIAL.
3907
3908 2003-07-17 Elena Zannoni <ezannoni@redhat.com>
3909
3910 * Makefile.in (x86-64-linux-nat.o): Update dependencies.
3911 * x86-64-linux-nat.c (ps_get_thread_area): New function. Add
3912 include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
3913
3914 2003-07-16 Theodore A. Roth <troth@openavr.org>
3915
3916 * avr-tdep.c (avr_skip_prologue): Return PC unchanged if no prologue
3917 found.
3918 (avr_frame_unwind_cache): Don't unwind FP for main.
3919 Update a comment.
3920 Save the computed prev_sp.
3921 (avr_saved_regs_unwinder): Remove function.
3922 (avr_frame_prev_register): Use PC unwind logic from
3923 avr_saved_regs_unwinder(), otherwise use trad_frame_prev_register().
3924
3925 2003-07-16 Andrew Cagney <cagney@redhat.com>
3926
3927 * frame-base.h (frame_base_p_ftype): Delete definition.
3928 (frame_base_append_predicate): Delete declaration.
3929 * frame-unwind.h (frame_unwind_p_ftype): Delete definition.
3930 (frame_unwind_append_predicate): Delete declaration.
3931 * frame-unwind.c (struct frame_unwind_table): Delete field "p".
3932 (append_predicate): Delete parameter "p".
3933 (frame_unwind_append_predicate): Delete function.
3934 (frame_unwind_append_sniffer): Update call to append_predicate.
3935 (frame_unwind_free): Delete function.
3936 (_initialize_frame_unwind): Pass NULL as "free" to
3937 register_gdbarch_data.
3938 (frame_unwind_init): Append the dummy_frame_sniffer.
3939 (frame_unwind_find_by_frame): Simplify.
3940 * frame-base.c (struct frame_base_table): Delete field "p".
3941 (append_predicate): Delete parameter "p".
3942 (frame_base_append_predicate): Delete function.
3943 (frame_base_append_sniffer): Update call to append_predicate.
3944 (frame_base_free): Delete function.
3945 (frame_base_find_by_frame): Simplify.
3946 (_initialize_frame_base): Pass NULL as "free" to
3947 register_gdbarch_data.
3948 * x86-64-tdep.c (x86_64_frame_sniffer): Replace "x86_64_frame_p".
3949 (x86_64_sigtramp_frame_sniffer): Replace
3950 "x86_64_sigtramp_frame_p".
3951 (x86_64_init_abi): Set the frame unwind sniffers.
3952 * m68k-tdep.c (m68k_frame_sniffer): Replace "m68k_frame_p".
3953 (m68k_sigtramp_frame_sniffer): Replace "m68k_sigtramp_frame_p"
3954 (m68k_gdbarch_init): Set the frame unwind sniffers.
3955 * i386-tdep.c (i386_sigtramp_frame_sniffer): Replace
3956 "i386_sigtramp_frame_p".
3957 (i386_frame_sniffer): Replace "i386_frame_p".
3958 (i386_gdbarch_init): Set the frame unwind sniffers.
3959 * avr-tdep.c (avr_frame_sniffer): Replace "avr_frame_sniffer".
3960 (avr_gdbarch_init): Set the frame unwind sniffers.
3961 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Replace
3962 "alpha_sigtramp_frame_p"
3963 (alpha_heuristic_frame_sniffer): Replace
3964 "alpha_heuristic_frame_p".
3965 (alpha_gdbarch_init): Set the frame unwind sniffers.
3966 (alpha_dwarf2_init_abi): Ditto.
3967 * alpha-mdebug-tdep.c (alpha_mdebug_frame_sniffer): Replace
3968 "alpha_debug_frame_p".
3969 (alpha_mdebug_frame_base_sniffer): Replace
3970 "alpha_mdebug_frame_base_p".
3971 (alpha_mdebug_init_abi): Set the frame unwind sniffers.
3972 * d10v-tdep.c (d10v_frame_sniffer): Replace "d10v_frame_p".
3973 (d10v_gdbarch_init): Set the frame unwind sniffer.
3974 * dwarf2-frame.c (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3975 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3976 * dwarf2-frame.h (dwarf2_frame_sniffer): Replace "dwarf2_frame_p".
3977 (dwarf2_frame_base_sniffer): Replace "dwarf2_frame_base_p".
3978 * dummy-frame.c (dummy_frame_sniffer): Replace "dummy_frame_p".
3979 * dummy-frame.h (dummy_frame_sniffer): Replace "dummy_frame_p".
3980
3981 2003-07-16 Michael Snyder <msnyder@redhat.com>
3982
3983 * sh-tdep.c (sh_gdbarch_init): Fetch_registers for the sh3-dsp
3984 should go thru sh_dsp_register_sim_regno, else the dsp regs
3985 will not get the right values.
3986
3987 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3988
3989 * sh-tdep.c (sh_sh4_register_convert_to_virtual): Substitute call to
3990 deprecated_store_floating by call to store_typed_floating.
3991 (sh_sh4_register_convert_to_raw): Substitute call to
3992 deprecated_extract_floating by call to extract_typed_floating.
3993
3994 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3995
3996 * sh-tdep.c (sh_gdbarch_init): Set double to 4 byte on sh2e and sh3e.
3997
3998 2003-07-16 Corinna Vinschen <vinschen@redhat.com>
3999
4000 * sh-tdep.c: Substitute calls to REGISTER_RAW_SIZE by calls to
4001 register_size and calls to REGISTER_VIRTUAL_TYPE by calls to
4002 gdbarch_register_type in 32 bit code throughout. Avoid current_gdbarch
4003 as possible.
4004 (do_pseudo_register): Remove.
4005 (sh_push_dummy_code): New function.
4006 (sh64_store_struct_return): Rename from sh_store_struct_return.
4007 Only called for sh64 now.
4008 (sh_extract_struct_value_address): Regcache'ify.
4009 (sh_push_dummy_call): Rename from sh_push_arguments. Regcache'ify
4010 and accomodate new tasks.
4011 (sh64_push_return_address): Rename from sh_push_return_address.
4012 Only called for sh64 now.
4013 (sh_default_extract_return_value): Rename from sh_extract_return_value.
4014 Regcache'ify.
4015 (sh3e_sh4_extract_return_value): Regcache'ify.
4016 (sh_default_store_return_value): Ditto.
4017 (sh3e_sh4_store_return_value): Ditto.
4018 (sh_default_register_byte): Remove.
4019 (sh_sh4_register_byte): Remove.
4020 (sh_default_register_raw_size): Remove.
4021 (sh_sh4_register_raw_size): Remove.
4022 (sh_register_virtual_size): Remove.
4023 (sh_sh3e_register_virtual_type): Remove.
4024 (sh_sh3e_register_type): New function.
4025 (sh_sh4_register_virtual_type): Remove.
4026 (sh_sh4_register_type): New function.
4027 (sh_default_register_virtual_type): Remove.
4028 (sh_default_register_type): New function.
4029 (do_fv_register_info): Add parameters to accomodate call from
4030 sh_print_registers_info.
4031 (do_dr_register_info): Ditto.
4032 (sh_print_pseudo_register): Rename from sh_do_pseudo_register.
4033 Add parameters to accomodate call from sh_print_registers_info.
4034 (sh_do_fp_register): Ditto.
4035 (sh64_do_pseudo_register): Call do_dr_register_info,
4036 do_fv_register_info and sh_do_fp_register with default parameters.
4037 (sh_do_register): Add parameters to accomodate call from
4038 sh_print_registers_info.
4039 (sh_print_register): Ditto.
4040 (sh_print_registers_info): Rename from sh_do_registers_info.
4041 Add parameters to be used as gdbarch_print_registers_info
4042 implementation. Accomodate removed do_pseudo_register function
4043 pointer.
4044 (sh_compact_do_registers_info): Accomodate removed do_pseudo_register
4045 function pointer. Call sh_print_register with default parameters.
4046 (sh64_do_registers_info): Call sh_print_registers_info instead of
4047 sh_do_registers_info.
4048 (sh_gdbarch_init): Rearrange to cleanup and to allow easier
4049 detection of deprecated vs. non-deprecated functionality.
4050 Rename sh_call_dummy_words to sh64_call_dummy_words. Remove
4051 function pointer assignments by direct function calls.
4052
4053 2003-07-15 Andrew Cagney <cagney@redhat.com>
4054
4055 * frame.c (get_frame_id): Use frame_unwind_find_by_frame.
4056 (frame_register_unwind, create_new_frame): Ditto.
4057 (legacy_get_prev_frame, get_frame_type): Ditto.
4058 (get_frame_base_address): Use frame_base_find_by_frame.
4059 (get_frame_locals_address): Use frame_base_find_by_frame.
4060 (get_frame_args_address): Use frame_base_find_by_frame.
4061 * frame-base.h (frame_base_sniffer_ftype): Declare.
4062 (frame_base_append_sniffer): Declare.
4063 (frame_base_find_by_frame): Replace frame_base_find_by_pc.
4064 * frame-base.c (append_predicate): Add a "sniffer" parameter.
4065 (frame_base_append_sniffer): New function.
4066 (frame_base_append_predicate): Add a NULL sniffer.
4067 (frame_base_find_by_frame): Replace "frame_base_find_by_pc".
4068 (struct frame_base_table): Add "sniffer".
4069 (frame_base_free): Free the "sniffer" table.
4070 * frame-unwind.h (frame_unwind_sniffer_ftype): Define.
4071 (frame_unwind_append_sniffer): Declare.
4072 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4073 * frame-unwind.c (frame_unwind_free): Free the "sniffer" table.
4074 (struct frame_unwind_table): Add "sniffer", delete "middle".
4075 (append_predicate): Add "sniffer" parameter, append the sniffer.
4076 (frame_unwind_init): Update append_predicate call.
4077 (frame_unwind_append_sniffer): New function.
4078 (frame_unwind_append_predicate): Update append_predicate call.
4079 (frame_unwind_find_by_frame): Replace frame_unwind_find_by_pc.
4080
4081 2003-07-15 Andrew Cagney <cagney@redhat.com>
4082
4083 * frame.c (get_prev_frame): Move disabled inside_entry_func to
4084 before code inhibiting repeated unwind attempts. Add to
4085 commentary on that test's problems.
4086 * blockframe.c (inside_main_func): Look for "main" in the minimal
4087 symbol table.
4088 * d10v-tdep.c (d10v_frame_this_id): Delete check that frames are
4089 identical.
4090
4091 2003-07-15 Andrew Cagney <cagney@redhat.com>
4092
4093 * complaints.c (struct explanation): Define.
4094 (struct complaints): Change type of "explanation" to "struct
4095 explanation".
4096 (symfile_explanations): Convert to a "struct explanation" table.
4097 (vcomplaint): Update.
4098
4099 2003-07-15 Michal Ludvig <mludvig@suse.cz>
4100
4101 * x86-64-linux-nat.c (regmap): Removed.
4102 (supply_gregset, fill_gregset): Call
4103 x86_64_linux_(fill,supply)_gregset functions.
4104 * x86-64-linux-tdep.c (USER_*): New defines.
4105 (user_to_gdb_regmap, x86_64_core_fns): New structure.
4106 (x86_64_linux_supply_gregset, x86_64_linux_fill_gregset):
4107 New functions.
4108 (fetch_core_registers): Ditto.
4109 (_initialize_x86_64_linux_tdep): Call add_core_fns().
4110 * x86-64-linux-tdep.h: New file.
4111 * config/i386/x86-64linux.mh (NATDEPFILES): Remove corelow.o
4112 and core-regset.o.
4113 * config/i386/x86-64linux.mt (TDEPFILES): Add corelow.o.
4114
4115 2003-07-13 Mark Kettenis <kettenis@gnu.org>
4116
4117 * x86-64-tdep.c (x86_64_store_return_value): Use
4118 regcache_cooked_write_part instead of regcache_cooked_write.
4119
4120 * configure.host: Add x86_64-*-freebsd*.
4121 * configure.tgt: Add x86_64-*-freebsd*.
4122 * Makefile.in (amd64fbsd-nat.o, amd64fbsd-tdep.o): New targets.
4123 * amd64fbsd-nat.c: New file.
4124 * amd64fbsd-tdep.c: New file.
4125 * config/i386/nm-fbsd64.h: New file.
4126 * config/i386/fbsd64.mh: New file.
4127 * config/i386/fbsd64.mt: New file.
4128
4129 2003-07-11 Mark Kettenis <kettenis@gnu.org>
4130
4131 * alpha-tdep.h (struct gdbarch_tdep): Add members `sc_pc_offset',
4132 `sc_regs_offset' and `sc_fpregs_offset'.
4133 * alpha-tdep.c (SIGFRAME_PC_OFF, SIGFRAME_REGSAVE_OFF,
4134 SIGFRAME_FPREGSAVE_OFF): Remove defines.
4135 (alpha_sigtramp_register_address): Rewrite to use new members of
4136 `struct gdbarch_tdep'.
4137 (alpha_gdbarch_init): Initialize new members of struct
4138 gdbarch_tdep'.
4139 * alphafbsd-tdep.c (alphafbsd_use_struct_convention): Use
4140 ALPHA_REGISTER_SIZE instead of DEPRECATED_REGISTER_SIZE.
4141 (alphafbsd_sigtramp_start, alphafbsd_sigtramp_end): Nre variables.
4142 (alphafbsd_pc_in_sigtramp): Implement.
4143 (alphafbsd_sigtramp_offset): New function.
4144 (alphafbsd_sigcontext_addr): New function.
4145 (alphafbsd_init_abi): Initialize signal trampoline related members
4146 of `struct gdbarch_tdep'.
4147 (_initialize_alphafbsd_tdep): Add prototype.
4148
4149 2003-07-11 Theodore A. Roth <troth@openavr.org>
4150
4151 * Makefile.in (install-only): Quote sed expression when generating
4152 transformed_name.
4153
4154 2003-07-11 Richard Henderson <rth@redhat.com>
4155
4156 * Makefile.in (dwarf2-frame.o): Add complaints_h.
4157 * dwarf2-frame.c: Include complaints.h.
4158 (decode_frame_entry_1): Rename from decode_frame_entry; tidy
4159 variable initialization; return NULL on error.
4160 (decode_frame_entry): New.
4161
4162 2003-07-11 Andrew Cagney <cagney@redhat.com>
4163
4164 * frame.h (frame_address_in_block): Delete declaration.
4165 * blockframe.c (frame_address_in_block): Delete function.
4166 (get_frame_block): Use get_frame_address_in_block.
4167 (block_innermost_frame): Ditto.
4168 * stack.c (print_frame, backtrace_command_1): Ditto.
4169
4170 * frame.h (get_frame_address_in_block): Declare.
4171 (frame_unwind_address_in_block): Declare.
4172 * frame.c (frame_unwind_address_in_block): New function.
4173 (get_frame_address_in_block): New function.
4174
4175 2003-07-10 Andrew Cagney <cagney@redhat.com>
4176
4177 * gdbarch.sh: Simplify predicate methods. Remove need to provide
4178 pre-default. Note: re-generate has no effect.
4179
4180 2003-07-10 Andrew Cagney <cagney@redhat.com>
4181
4182 * gdbarch.sh: When a variable, but not a function, compare against
4183 0. Fix problem in previous patch.
4184 * gdbarch.c: Re-generate.
4185
4186 2003-07-10 Andrew Cagney <cagney@redhat.com>
4187
4188 * gdbarch.sh: Use gdb_assert instead of internal_error. Compare
4189 functions against NULL, not 0.
4190 * gdbarch.c: Re-generate.
4191
4192 2003-07-10 Fred Fish <fnf@ninemoons.com>
4193
4194 * coff-solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Default to a
4195 null string instead of a null pointer.
4196 * solib.h (SOLIB_LOADED_LIBRARY_PATHNAME): Ditto.
4197
4198 2003-07-09 Michael Snyder <msnyder@redhat.com>
4199
4200 * sh-tdep.c (sh_dsp_register_sim_regno): Off-by-one error.
4201
4202 2003-07-09 Mark Kettenis <kettenis@gnu.org>
4203
4204 * x86-64-tdep.h (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM,
4205 X86_64_RDI_REGNUM, X86_64_RBP_REGNUM, X86_64_RSP_REGNUM,
4206 X86_64_RIP_REGNUM, X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM,
4207 X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): Moved here ...
4208 * x86-64-tdep.c: ... from here.
4209
4210 2003-07-09 Andreas Schwab <schwab@suse.de>
4211
4212 * m68k-tdep.h (enum struct_return): Define.
4213 (struct gdbarch_tdep): Add struct_return.
4214 * m68k-tdep.c (m68k_push_dummy_call): Non-scalars bigger than 4
4215 bytes are padded to the right, not to the left. Pass struct value
4216 address in register %a1, not on stack.
4217 (m68k_use_struct_convention): New function.
4218 (m68k_gdbarch_init): Set use_struct_convention. Initialize
4219 struct_return in tdep to pcc_struct_return.
4220 * m68klinux-tdep.c (m68k_linux_init_abi): Set struct_return to
4221 reg_struct_return.
4222
4223 2003-07-09 Joel Brobecker <brobecker@gnat.com>
4224
4225 * somread.c (som_symfile_offsets): Fix compilation error.
4226
4227 2003-07-09 Andrew Cagney <cagney@redhat.com>
4228
4229 * regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
4230 Add comments about the checks.
4231
4232 2003-07-08 Andrew Cagney <cagney@redhat.com>
4233
4234 * Makefile.in: Make dependency section headers consistent.
4235 (config_h): Move to $BUILD headers section.
4236 (exc_request_U_h, exc_request_S_h, msg_reply_S_h): Ditto.
4237 (msg_U_h, notify_S_h, process_reply_S_h): Ditto.
4238 (ada-exp.tab.c): Move to YACC/LEX section.
4239 (ada-lex.c, c-exp.tab.c, f-exp.tab.c): Ditto.
4240 (jv-exp.tab.c, m2-exp.tab.c, objc-exp.tab.c, p-exp.tab.c): Ditto.
4241
4242 2003-07-08 Kris Warkentin <kewarken@qnx.com>
4243
4244 * nto-procfs.c: Cleaned up a bunch of ARI hits.
4245 Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
4246 of strerror with safe_strerror, use ISO C function definitions,
4247 and replace instances of sprintf with snprintf.
4248
4249 2003-07-07 Andrew Cagney <cagney@redhat.com>
4250
4251 * frame.c (get_prev_frame): Enable check for identical frames.
4252 Update comments. Update error messages.
4253
4254 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4255
4256 * hpread.c (hpread_psymtab_to_symtab_1): Fix compilation failure.
4257
4258 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4259
4260 * xcoffread.c (xcoff_psymtab_to_symtab_1): Remove call to
4261 sort_symtab_syms, no longer necessary.
4262
4263 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4264
4265 * config/mips/tm-irix6.h (MIPS_REGISTER_TYPE): Add comment.
4266
4267 2003-07-07 Joel Brobecker <brobecker@gnat.com>
4268
4269 * mips-tdep.c (mips_register_raw_size): Fix compilation failure.
4270 (mips_register_byte): Likewise.
4271
4272 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4273
4274 * Makefile.in (sparc_tdep_h): New.
4275 (sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o)
4276 (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h).
4277 * sparc-linux-nat.c: Include "sparc-tdep.h".
4278 * sparc-nat.c: Likewise.
4279 * sparc-tdep.c: Likewise.
4280 * sparc64nbsd-nat.c: Likewise.
4281 * sparcnbsd-nat.c: Likewise.
4282 * sparcnbsd-tdep.c: Likewise.
4283 * sparc-tdep.h: New file.
4284 * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum
4285 and sparc_npc_regnum.
4286
4287 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4288
4289 * mips-linux-nat.c (mips_linux_cannot_fetch_register)
4290 (mips_linux_cannot_store_register): List supported instead of
4291 unsupported registers.
4292
4293 2003-07-07 Daniel Jacobowitz <drow@mvista.com>
4294
4295 * disasm.c (dump_insns): Separate instructions from addresses.
4296
4297 2003-07-07 Andreas Schwab <schwab@suse.de>
4298
4299 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
4300 dependencies.
4301 * m68k-tdep.c (NUM_FREGS): Delete.
4302 (SIG_PC_FP_OFFSET): Delete.
4303 (TARGET_M68K): Delete.
4304 (P_MOVEAL_SP_FP, P_ADDAW_SP, P_ADDAL_SP, P_SUBQW_SP,
4305 P_SUBQL_SP, P_LEA_SP_SP, P_LEA_PC_A5, P_FMOVEMX_SP,
4306 P_MOVEL_SP, P_MOVEML_SP): Define.
4307 (P_MOVL_SP_FP, P_MOVL, P_JSR, P_BSR, P_LEAL, P_MOVML, P_FMOVM,
4308 P_TRAP): Delete.
4309 (m68k_register_raw_size): Delete.
4310 (m68k_register_virtual_size): Delete.
4311 (m68k_register_type): Renamed from m68k_register_virtual_type and
4312 add gdbarch argument.
4313 (m68k_store_struct_return): Delete.
4314 (m68k_deprecated_extract_return_value): Delete.
4315 (m68k_deprecated_extract_struct_value_address): Delete.
4316 (m68k_frame_chain): Delete.
4317 (m68k_frame_saved_pc): Delete.
4318 (m68k_fix_call_dummy): Delete.
4319 (m68k_push_dummy_frame): Delete.
4320 (m68k_pop_frame): Delete.
4321 (m68k_extract_return_value): New function.
4322 (m68k_store_return_value): Rewrite using regcache.
4323 (m68k_extract_struct_value_address): Rewrite using regcache.
4324 (m68k_push_dummy_call): New function.
4325 (struct m68k_frame_cache): Define.
4326 (m68k_alloc_frame_cache): New function.
4327 (m68k_analyze_frame_setup): New function.
4328 (m68k_analyze_register_saves): New function.
4329 (m68k_analyze_prologue): New function.
4330 (m68k_skip_prologue): Rewrite using above functions.
4331 (m68k_unwind_pc): New function.
4332 (m68k_frame_cache): New function.
4333 (m68k_frame_this_id): New function.
4334 (m68k_frame_prev_register): New function.
4335 (m68k_frame_unwind): New variable.
4336 (m68k_frame_p): New function.
4337 (m68k_sigtramp_frame_cache): New function.
4338 (m68k_sigtramp_frame_this_id): New function.
4339 (m68k_sigtramp_frame_prev_register): New function.
4340 (m68k_sigtramp_frame_unwind): New variable.
4341 (m68k_sigtramp_frame_p): New function.
4342 (m68k_frame_base_address): New function.
4343 (m68k_frame_base): New function.
4344 (m68k_unwind_dummy_id): New function.
4345 (fill_gregset): Use regcache_collect.
4346 (fill_fpregset): Likewise.
4347 (m68k_saved_pc_after_call): Only define if SYSCALL_TRAP is
4348 defined.
4349 (m68k_gdbarch_init): Don't define call_dummy_words. Don't set
4350 deprecated_init_frame_pc, deprecated_store_struct_return,
4351 deprecated_extract_return_value, deprecated_store_return_value,
4352 deprecated_frame_chain, deprecated_frame_saved_pc,
4353 deprecated_frame_init_saved_regs, deprecated_register_raw_size,
4354 deprecated_register_virtual_size,
4355 deprecated_max_register_raw_size,
4356 deprecated_max_register_virtual_size,
4357 deprecated_register_virtual_type, deprecated_register_size,
4358 deprecated_register_byte, deprecated_register_bytes,
4359 deprecated_fp_regnum, deprecated_use_generic_dummy_frames,
4360 call_dummy_location, deprecated_call_dummy_breakpoint_offset,
4361 deprecated_pc_in_call_dummy, deprecated_call_dummy_length,
4362 deprecated_call_dummy_start_offset, deprecated_call_dummy_words,
4363 deprecated_sizeof_call_dummy_words, deprecated_fix_call_dummy,
4364 deprecated_push_dummy_frame, deprecated_pop_frame,
4365 deprecated_dummy_write_sp. Set deprecated_saved_pc_after_call
4366 only if SYSCALL_TRAP is defined. Set extract_return_value,
4367 store_return_value, extract_struct_value_address, register_type,
4368 push_dummy_call, unwind_dummy_id, unwind_pc. Add two frame unwind
4369 predicates.
4370 * m68k-tdep.h (M68K_D1_REGNUM, M68K_NUM_REGS,
4371 M68K_MAX_REGISTER_SIZE): Define.
4372 (struct m68k_sigtramp_info): Define.
4373 (struct gdbarch_tdep): Add get_sigtramp_info.
4374 * m68klinux-nat.c (fetch_register): Use register_size instead of
4375 REGISTER_RAW_SIZE. Don't put assignment in if.
4376 (store_register): Likewise.
4377 (fetch_inferior_registers): Likewise.
4378 (store_inferior_registers): Likewise.
4379 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Delete.
4380 (m68k_linux_frame_saved_pc): Delete.
4381 (m68k_linux_sigcontext_reg_offset,
4382 m68k_linux_ucontext_reg_offset): Define.
4383 (m68k_linux_get_sigtramp_info): New function.
4384 (m68k_linux_extract_return_value): Rewrite using regcache.
4385 (m68k_linux_store_return_value): Likewise.
4386 (m68k_linux_extract_struct_value_address): Likewise.
4387 (m68k_linux_init_abi): Set get_sigtramp_info in tdep structure.
4388 Don't set deprecated_frame_saved_pc,
4389 deprecated_extract_return_value, deprecated_store_return_value,
4390 deprecated_extract_struct_value_address. Set
4391 extract_return_value, store_return_value,
4392 extract_struct_value_address.
4393
4394 2003-07-07 Andrew Cagney <cagney@redhat.com>
4395
4396 * expprint.c: Include "user-regs.h" instead of "frame.h".
4397 (print_subexp): Use user_reg_map_regnum_to_name, instead of
4398 frame_map_regnum_to_name.
4399 * frame.c: Include "user-regs.h" instead of "builtin-regs.h".
4400 (frame_map_name_to_regnum): Simplify, call
4401 user_reg_map_name_to_regnum.
4402 (frame_map_regnum_to_name): Simplify, call
4403 user_reg_map_regnum_to_name.
4404 (frame_register_unwind): Update.
4405 * std-regs.c: Include "user-regs.h" instead of "builtin-regs.h".
4406 (_initialize_frame_reg): Call user_reg_add_builtin.
4407 * findvar.c: Include "user-regs.h" instead of "builtin-regs.h".
4408 (value_of_register): Use value_of_user_reg.
4409 * eval.c (evaluate_subexp_standard): Update.
4410 * parse.c (write_dollar_variable): Update.
4411 * d10v-tdep.c (d10v_print_registers_info): Update.
4412 * infcmd.c (registers_info): Update.
4413 * Makefile.in (SFILES): Delete "builtin-regs.c", add "user-regs.c".
4414 (builtin_regs_h): Delete macro.
4415 (user_regs_h): Define.
4416 (COMMON_OBS): Delete "builtin-regs.o", add "user-regs.o".
4417 (builtin-regs.o): Delete target.
4418 (user-regs.o): Specify dependencies.
4419 (expprint.o): Update dependencies.
4420 (findvar.o): Update dependencies.
4421 (frame.o): Update dependencies.
4422 (std-regs.o): Update dependencies.
4423
4424 2003-07-06 Christopher Faylor <cgf@redhat.com>
4425
4426 * win32-nat.c (solib_symbols_add): Use one variable for all section
4427 address stuff. Pass variable rather than address of variable to
4428 safe_symbol_file_add.
4429
4430 2003-07-06 Andreas Schwab <schwab@suse.de>
4431
4432 * m68klinux-nat.c (fill_fpregset): Fix use of loop index.
4433
4434 2003-07-04 Joel Brobecker <brobecker@gnat.com>
4435
4436 * rs6000-nat.c (vmap_symtab): Fix compilation error.
4437
4438 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4439
4440 * config/i386/nto.mh: Set XM_FILE to xm-i386.h
4441
4442 2003-07-04 Kris Warkentin <kewarken@qnx.com>
4443
4444 * nto-procfs.c: New file. Native procfs support for QNX Neutrino.
4445 * config/i386/nto.mh: New file.
4446 * config/i386/nm-nto.h: New file.
4447 * configure.host: Add i[3456]86-*-nto*.
4448
4449 2003-07-03 Joel Brobecker <brobecker@gnat.com>
4450
4451 * remote-vx.c (vx_add_symbols): Fix compilation error.
4452
4453 2003-07-03 Andrew Cagney <cagney@redhat.com>
4454
4455 * gdbarch.sh (REGISTER_NAME): Do not supply a default.
4456 * gdbarch.h, gdbarch.c: Re-generate.
4457 * config/sparc/tm-sparc.h (REGISTER_NAME): Define.
4458 (legacy_register_name): Declare.
4459 * config/sparc/tm-sp64.h (legacy_register_name): Declare.
4460 (REGISTER_NAME): Define.
4461 * sparc-tdep.c (legacy_register_name): New function.
4462 * config/pa/tm-hppa64.h (REGISTER_NAMES): Delete macro.
4463 (REGISTER_NAME): Define.
4464 (hppa64_register_name): Declare.
4465 * config/pa/tm-hppa.h (REGISTER_NAMES): Delete macro.
4466 * hppa-tdep.c (hppa_gdbarch_init): Set hppa_register_name.
4467 (hppa64_register_name): New function.
4468 (hppa_register_name): New function.
4469 * arch-utils.c (legacy_register_name): Delete.
4470 * arch-utils.h (legacy_register_name): Delete.
4471
4472 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
4473
4474 * cli/cli-interp.c (cli_interpreter_resume): Update the
4475 cli_uiout's stream to gdb_stdout.
4476
4477 2003-07-03 Andrew Cagney <cagney@redhat.com>
4478
4479 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Add
4480 predicate.
4481 * gdbarch.h, gdbarch.c: Re-generate.
4482 * regcache.c (init_regcache_descr): Use legacy code when either
4483 REGISTER_BYTE or REGISTER_RAW_SIZE is set.
4484
4485 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4486
4487 * NEWS: Move "set logging" entry into GDB 6.0 section.
4488
4489 2003-07-02 Jim Blandy <jimb@redhat.com>
4490
4491 * s390-tdep.c (struct frame_extra_info): new member:
4492 'stack_bought_valid'.
4493 (s390_get_frame_info): Set fextra_info->stack_bought_valid if we
4494 initialize fextra_info->stack_bought.
4495 (s390_frameless_function_invocation): Don't trust the value of
4496 fextra_info_ptr->stack_bought unless
4497 fextra_info->stack_bought_valid is set.
4498
4499 New S390 prologue analyzer.
4500 * s390-tdep.c (struct prologue_value, enum pv_boolean): New types.
4501 (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
4502 pv_constant_last, pv_add, pv_add_constant, pv_subtract,
4503 pv_logical_and, pv_is_identical, pv_is_register, pv_is_array_ref,
4504 compute_x_addr, s390_on_stack, s390_store,
4505 s390_get_signal_frame_info): New functions.
4506 (S390_NUM_SPILL_SLOTS): New macro.
4507 (s390_get_frame_info): Rewritten.
4508 (is_arg_reg): Deleted.
4509
4510 Break out the decoding of S/390 instructions into separate
4511 functions, to make it more legible, and easier to check
4512 against the spec.
4513 * s390-tdep.c (is_ri, is_ril, is_rr, is_rre, is_rs, is_rse,
4514 is_rx, is_rxe): New functions.
4515 (op1_aghi, op2_aghi, op1_ahi, op2_ahi, op_ar, op_basr, op1_bras,
4516 op2_bras, op_l, op_la, op1_larl, op2_larl, op_lgr, op1_lghi,
4517 op2_lghi, op1_lhi, op2_lhi, op_lr, op_nr, op_ngr, op_s, op_st,
4518 op_std, op1_stg, op2_stg, op_stm, op1_stmg, op2_stmg, op_svc): New
4519 enums for opcode values. (Is this an improvement?)
4520
4521 2003-07-02 Andrew Cagney <cagney@redhat.com>
4522
4523 * i386-tdep.c: Revert change committed as part of trad-frame code
4524 below.
4525
4526 2003-07-02 Daniel Jacobowitz <drow@mvista.com>
4527
4528 * breakpoint.c (insert_catchpoint): Make static.
4529
4530 2003-07-02 Andreas Schwab <schwab@suse.de>
4531
4532 * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
4533 former ia64_push_arguments and ia64_push_return_address, and use
4534 regcache functions instead of read/write_register.
4535 (ia64_gdbarch_init): Set push_dummy_call instead of
4536 deprecated_push_arguments and deprecated_push_return_address.
4537
4538 2003-07-01 Andreas Jaeger <aj@suse.de>
4539
4540 * x86-64-tdep.c (x86_64_push_arguments): Align stack to 16-byte
4541 before the call.
4542 Set %rax only to number of SSE registers used.
4543
4544 2003-07-01 Andrew Cagney <cagney@redhat.com>
4545
4546 * trad-frame.h: Update comments, a -1 .addr is reserved.
4547 (trad_frame_value_p, trad_frame_addr_p): Declare.
4548 (trad_frame_reg_p): Declare.
4549 (trad_frame_set_value): Rename trad_frame_register_value.
4550 (trad_frame_set_unknown): Declare.
4551 * trad-frame.c (trad_frame_realreg_p): New function.
4552 (trad_frame_addr_p, trad_frame_value_p): New function.
4553 (trad_frame_set_unknown): New function.
4554 (trad_frame_alloc_saved_regs): Initialize .addr to -1, not zero.
4555 (trad_frame_prev_register): Use trad_frame_realreg_p,
4556 trad_frame_addr_p and trad_frame_value_p.
4557 (trad_frame_set_value): Rename trad_frame_register_value.
4558 * d10v-tdep.c (d10v_frame_unwind_cache): Use trad_frame_addr_p
4559 and trad_frame_set_value.
4560
4561 2003-06-30 Jim Blandy <jimb@redhat.com>
4562
4563 Patch from IBM (authors unspecified, probably Ulrich Weigand and
4564 Gerhard Tonn) for argument passing on the S/390 and S/390x:
4565 * s390-tdep.c (S390_STACK_FRAME_OVERHEAD): This is always space
4566 for 16 registers, and then 32 more bytes.
4567 (S390_STACK_PARAMETER_ALIGNMENT, S390_NUM_FP_PARAMETER_REGISTERS):
4568 New macros.
4569 (is_double_arg): The s390x doesn't handle DOUBLE_ARGS specially.
4570 Move up in the file, since it's now used by is_simple_arg.
4571 (is_simple_arg): Don't assume registers are four bytes long.
4572 Exclude all double arguments. Extended floats are not simple
4573 args.
4574 (is_power_of_two): New function.
4575 (pass_by_copy_ref): Call is_power_of_two, and check that the
4576 length fits in a register, rather than listing all the acceptable
4577 sizes. Extended floats are not passed by reference.
4578 (s390_push_arguments): Don't assume registers are four bytes long.
4579 Reserve an argument register to point to the buffer for structures
4580 returned by value. Use S390_NUM_FP_PARAMETER_REGISTERS and
4581 S390_STACK_FRAME_OVERHEAD.
4582
4583 2003-06-30 Andreas Schwab <schwab@suse.de>
4584
4585 * utils.c (internal_vproblem): Use xvasprintf, not xasprintf, to
4586 format error message.
4587
4588 2003-06-30 Joel Brobecker <brobecker@gnat.com>
4589
4590 * sparc-tdep.c (stop_after_trap): Remove declaration, not used.
4591
4592 2003-06-30 David Carlton <carlton@kealia.com>
4593
4594 Band-aid for PR c++/1245.
4595 * Makefile.in (cp-support.o): Depend on complaints_h.
4596 * cp-support.c: Include complaints.h. Add declaration for
4597 find_last_component.
4598 (cp_find_first_component): Separate code into
4599 cp_find_first_component_aux.
4600 (cp_find_first_component_aux): Call demangled_name_complaint.
4601 (demangled_name_complaint): New.
4602
4603 2003-06-30 Andrew Cagney <cagney@redhat.com>
4604
4605 * remote.c (remote_write_bytes): Explicitly compute and then use
4606 the payload size. Update comments to reflect. Fixes problem of
4607 GDB not sending small packets as found by Fred Fish.
4608
4609 2003-06-30 Andrew Cagney <cagney@redhat.com>
4610
4611 * remote.c (remote_async_wait): Fix -Wformat problem.
4612
4613 2003-06-29 Andrew Cagney <cagney@redhat.com>
4614
4615 * remote.c (remote_wait): Call error, and not warning, when the
4616 packet is corrupt.
4617 (remote_async_wait): Ditto.
4618
4619 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4620
4621 * sparc-tdep.c (sparc_y_regnum): Make external again.
4622
4623 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
4624
4625 * cli/cli-logging.c (pop_output_files): Add void to function
4626 definition.
4627
4628 2003-06-29 Andrew Cagney <cagney@redhat.com>
4629
4630 * frame.c (frame_register_unwind): Use unsigned char when dumping
4631 the buffer contents.
4632
4633 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
4634
4635 * cli/cli-logging.c: New file.
4636 * cli-out.c (struct ui_out_data): Add original_stream.
4637 (cli_redirect): New function.
4638 (cli_ui_out_impl): Add cli_redirect.
4639 (cli_out_new): Initialize original_stream.
4640 * ui-out.c (default_ui_out_impl): Add NULL for redirect member.
4641 (uo_redirect, ui_out_redirect): New.
4642 * ui-out.h (struct ui_out_impl): Add redirect member.
4643 (redirect_ftype): New.
4644 (ui_out_redirect): Add prototype.
4645 * Makefile.in: Add rules for cli-logging.c.
4646 * NEWS: Mention "set logging".
4647
4648 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4649
4650 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
4651
4652 2003-06-27 Andrew Cagney <cagney@redhat.com>
4653
4654 * m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
4655 (m68hc11_gdbarch_init): Do not set call_dummy_address.
4656 * avr-tdep.c (avr_call_dummy_address): Delete function.
4657 (avr_gdbarch_init): Do not set call_dummy_address.
4658
4659 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4660
4661 * symfile.c (syms_from_objfile): Move variables to inner block.
4662 Move the checks for the non-mainline case a bit earlier to avoid
4663 doing some useless computations.
4664
4665 2003-06-27 Elena Zannoni <ezannoni@redhat.com>
4666
4667 * dwarfread.c (decode_modified_type): Gag new compiler warning.
4668
4669 2003-06-26 Elena Zannoni <ezannoni@redhat.com>
4670
4671 * dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame
4672 sections.
4673
4674 2003-06-26 Michael Chastain <mec@shout.net>
4675
4676 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc,
4677 gdb/testsuite/gdb.c++/pr-1210.exp.
4678
4679 2003-06-26 Andrew Cagney <cagney@redhat.com>
4680
4681 * config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's
4682 altivec_expression.h and altivec_registers.h.
4683
4684 2003-06-26 Andrew Cagney <cagney@redhat.com>
4685
4686 * mips-tdep.c (gdb_print_insn_mips): Only explicitly set
4687 info->mach when MIPS16. Patch suggested by Fred Fish.
4688
4689 2003-06-26 Andrew Cagney <cagney@redhat.com>
4690
4691 * utils.c (internal_vproblem): Print the problem to a reason
4692 buffer and then pass to query. Make the msg variable more local.
4693
4694 2003-06-26 Andrew Cagney <cagney@redhat.com>
4695
4696 * gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate.
4697 (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate.
4698 * gdbarch.h, gdbarch.c: Re-generate.
4699 * frame-base.c (default_frame_args_address): Update. Use
4700 default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is
4701 not available.
4702 (default_frame_locals_address): Ditto for
4703 DEPRECATED_FRAME_LOCALS_ADDRESS.
4704 * vax-tdep.c (vax_sigtramp_saved_pc): Update.
4705 (vax_frame_num_args): Update.
4706 (vax_gdbarch_init): Update.
4707 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4708 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
4709 * mcore-tdep.c (mcore_gdbarch_init): Update.
4710 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
4711 * ia64-tdep.c (ia64_gdbarch_init): Update.
4712 * symtab.h (address_class): Update comments.
4713 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update.
4714 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4715 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4716 * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4717 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4718 (DEPRECATED_FRAME_LOCALS_ADDRESS): Update.
4719 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update.
4720 * alpha-mdebug-tdep.c: Update.
4721 * ada-lang.c (add_symbols_from_enclosing_procs): Update.
4722
4723 2003-06-26 Andreas Jaeger <aj@suse.de>
4724
4725 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to number
4726 of SSE registers so that varargs functions work. Rework handling
4727 of passing arguments on the stack.
4728 (x86_64_store_return_value): Return double and float values in SSE
4729 register.
4730
4731 2003-06-24 Michael Chastain <mec@shout.net>
4732
4733 * PROBLEMS: Document pr gdb/1091 and pr gdb/1193,
4734 the "constructor breakpoints ignored" bug.
4735
4736 2003-06-25 David Carlton <carlton@kealia.com>
4737
4738 * MAINTAINERS: Update e-mail address.
4739
4740 2003-06-24 Jim Blandy <jimb@redhat.com>
4741
4742 * ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".
4743
4744 * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
4745 function.
4746 (ppc_linux_init_abi): Register it as the
4747 CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
4748
4749 * ppc-linux-tdep.c (ppc64_call_dummy_address): New function.
4750 (ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address
4751 method.
4752
4753 * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.
4754 (ppc64_standard_linkage_target): Use it.
4755
4756 2003-06-23 Andrew Cagney <cagney@redhat.com>
4757
4758 * rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases
4759 for 0 "int0" and 4 "int32" sized registers.
4760 * gdbtypes.c (builtin_type_int0): Define.
4761 (build_gdbtypes): Initialize builtin_type_int0.
4762 * gdbtypes.h (builtin_type_int0): Declare.
4763
4764 2003-06-23 Stephane Carrez <stcarrez@nerim.fr>
4765
4766 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signed
4767 as characters are unsigned.
4768
4769 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4770
4771 PR gdb/1179
4772 * dwarfread.c (struct_type): Skip static fields without crashing.
4773
4774 2003-06-22 Andrew Cagney <cagney@redhat.com>
4775
4776 GDB 6.0 branch created.
4777 * README: Update.
4778 * PROBLEMS: Update. Empty.
4779 * NEWS: Update.
4780
4781 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4782
4783 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.
4784 Suggested by Nick Hibma <n_hibma@webweaving.org>.
4785
4786 2003-06-22 Andrew Cagney <cagney@redhat.com>
4787
4788 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle
4789 GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil
4790 Velikov.
4791
4792 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
4793
4794 * cli/cli-cmds.c (shell_escape): Silence warnings from old
4795 compilers.
4796
4797 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4798
4799 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
4800 argument of val_print.
4801 * cp-valprint.c (cp_print_value): Don't add the offset parameter
4802 to the address argument of baseclass_offset or target_read_memory.
4803 Do add it to the argument of cp_print_value_fields.
4804
4805 2003-06-21 Andrew Cagney <cagney@redhat.com>
4806
4807 * mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
4808 (mips_register_name): Return names for NUM_REGS..2*NUM_REGS
4809 instead of 0..NUM_REGS.
4810 (mips_register_reggroup_p): New function.
4811 (mips_pseudo_register_write): New function.
4812 (mips_pseudo_register_read): New function.
4813 (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
4814 based on the register's type.
4815 (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo /
4816 cooked.
4817 (mips_get_saved_register): Simplify. Assert that REGNO is a
4818 pseudo / cooked.
4819 (mips_register_byte): New function. Use MIPS_REGISTER_BYTE.
4820 (mips_register_type): Replace mips_register_virtual_type. Map
4821 NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE
4822 when available.
4823 (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert
4824 that the register is cooked / virtual.
4825 (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
4826 Only get the extra info when needed.
4827 (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
4828 (mips32_heuristic_proc_desc): Fetch the cooked register.
4829 (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
4830 (mips_init_extra_frame_info, get_frame_pointer): Ditto.
4831 (mips_print_register): Use gdbarch_register_type, instead of
4832 REGISTER_VIRTUAL_TYPE.
4833 (print_gp_register_row): Use gdbarch_register_type, instead of
4834 REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM.
4835 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4836 Print the pseudo / cooked registers.
4837 (mips_print_registers_info): Assert REGNO is pseodo / cooked.
4838 Print the pseudo / cooked registers.
4839 (mips_xfer_register): Use regcache_cooked_read_part. Assert that
4840 REG_NUM is pseudo / cooked.
4841 (mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
4842 (mips_n32n64_xfer_return_value): Ditto.
4843 (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
4844 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
4845 (mips_register_sim_regno): New function.
4846 (mips_gdbarch_init): Set deprecated_register_byte,
4847 register_group_p, pseudo_register_write, pseudo_register_read,
4848 register_sim_regno, and num_pseudo_regs. Set register_type,
4849 instead of register_virtual_type.
4850 * Makefile.in (mips-tdep.o): Update dependencies.
4851 * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
4852 REGISTER_VIRTUAL_TYPE.
4853 * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto.
4854 * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
4855 * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
4856 * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
4857 * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
4858
4859 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)
4862 * cli/cli-cmds.c: Include "gdb_vfork.h".
4863 (shell_escape): Use vfork.
4864
4865 2003-06-21 Andrew Cagney <cagney@redhat.com>
4866
4867 * mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling
4868 32 bit floating-point register saves.
4869
4870 * frame.h (deprecated_unwind_get_saved_register): Delete.
4871 * frame.c (deprecated_unwind_get_saved_register): Delete function.
4872 * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind
4873 and deprecated_get_next_frame_hack instead of
4874 deprecated_unwind_get_saved_register.
4875
4876 * mips-tdep.c (mips_dump_tdep): Do not print
4877 REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
4878
4879 * frame.c (get_frame_register): New function.
4880 (frame_unwind_register_signed): New function.
4881 (get_frame_register_signed): New function.
4882 (frame_unwind_register_unsigned): New function.
4883 (get_frame_register_unsigned): New function.
4884 * frame.h: Add comments on naming schema.
4885 (get_frame_register, frame_unwind_register_signed): Declare.
4886 (get_frame_register_signed, get_frame_register_signed): Declare.
4887 (frame_unwind_register_unsigned): Declare.
4888 (get_frame_register_unsigned): Declare.
4889
4890 2003-06-20 Theodore A. Roth <troth@openavr.org>
4891
4892 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.
4893
4894 2003-06-20 Theodore A. Roth <troth@openavr.org>
4895
4896 * avr-tdep.c (avr_read_pc): Use regcache instead of read_register.
4897 (avr_read_sp): Ditto.
4898
4899 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
4900
4901 * config/arm/linux.mt: Remove code protected by GDBSERVER define.
4902 * config/arm/nm-linux.h: Likewise.
4903 * config/arm/tm-linux.h: Likewise.
4904 * config/ia64/nm-linux.h: Likewise.
4905 * config/ia64/tm-ia64.h: Likewise.
4906 * config/s390/tm-linux.h: Likewise.
4907 * config/s390/tm-s390.h: Likewise.
4908 * s390-nat.c: Likewise.
4909 * s390-tdep.c: Likewise.
4910
4911 * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
4912 * config/ia64/linux.mt: Likewise.
4913 * config/m68k/linux.mh: Likewise.
4914 * config/mips/linux.mt: Likewise.
4915 * config/powerpc/linux.mh: Likewise.
4916 * config/sh/linux.mt: Likewise.
4917
4918 2003-06-19 Kris Warkentin <kewarken@qnx.com>
4919
4920 * solib.c (solib_open): Change tests for whether to search
4921 LD_LIBRARY_PATH and PATH to better deal with remotes. Update
4922 comments.
4923
4924 2003-06-19 Theodore A. Roth <troth@openavr.org>
4925
4926 * avr-tdep.c (avr_frame_address): Delete function.
4927 (avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
4928 set_gdbarch_frame_args_address.
4929
4930 2003-06-19 Andrew Cagney <cagney@redhat.com>
4931
4932 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): Delete.
4933 (REGISTER_CONVERT_FROM_TYPE): Delete.
4934 (mips_register_convert_to_type): Delete declaration.
4935 (mips_register_convert_from_type): Delete declaration.
4936 * linux-nat.h (struct target_ops): Declare opaque. s/Linux/Linux
4937 kernel/.
4938
4939 2003-06-19 Michael Snyder <msnyder@redhat.com>
4940
4941 * linux-nat.h: New file.
4942 * linux-nat.c: Include linux-nat.h.
4943 * lin-lwp.c: Include linux-nat.h.
4944 Move struct lwp_info def to linux-nat.h.
4945 * linux-proc.c: Include linux-nat.h.
4946 (linux_make_note_section): Iterate over lwps instead of threads.
4947 (linux_do_thread_registers): Use lwp instead of merged pid.
4948 * config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
4949 * Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
4950 Add dependency on linux_nat_h.
4951
4952 2003-06-19 Theodore A. Roth <troth@openavr.org>
4953
4954 * avr-tdep.c (avr_extract_return_value): Delete debugging fprintf.
4955
4956 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4957
4958 * varobj.c (get_type, get_target_type): Use check_typedef.
4959
4960 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4961
4962 * breakpoint.c (insert_catchpoint): Call internal_error.
4963
4964 2003-06-19 Theodore A. Roth <troth@openavr.org>
4965
4966 * avr-tdep.c (avr_push_dummy_code): Delete function.
4967 (avr_gdbarch_init): Don't call set_gdbarch_push_dummy_code.
4968
4969 2003-06-19 Daniel Jacobowitz <drow@mvista.com>
4970
4971 * arch-utils.c (default_prepare_to_proceed): Remove.
4972 (generic_prepare_to_proceed): Remove.
4973 * arch-utils.h (default_prepare_to_proceed): Remove prototype.
4974 (generic_prepare_to_proceed): Remove prototype.
4975 * gdbarch.sh (PREPARE_TO_PROCEED): Remove.
4976 * gdbarch.c: Regenerate.
4977 * gdbarch.h: Regenerate.
4978 * hppa-tdep.c (hppa_prepare_to_proceed): Remove dangling prototype.
4979 * hppah-nat.c (hppa_switched_threads): Remove.
4980 * infrun.c (prepare_to_proceed): New static function, copied from
4981 generic_prepare_to_proceed. Remove select_it argument.
4982 (proceed): Call prepare_to_proceed.
4983 * infttrace.c (old_gdb_pid, reported_pid, reported_bpt): Remove
4984 variables.
4985 (ptrace_wait): Don't set the removed variables.
4986 (hppa_switched_threads): Remove.
4987 * lin-lwp.c (lin_lwp_prepare_to_proceed): Remove.
4988 * config/nm-linux.h (PREPARE_TO_PROCEED): Don't define.
4989 (lin_lwp_prepare_to_proceed): Remove prototype.
4990 * config/i386/nm-x86-64linux.h (PREPARE_TO_PROCEED): Don't undefine.
4991 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Don't define.
4992
4993 2003-06-18 Theodore A. Roth <troth@openavr.org>
4994
4995 * avr-tdep.c: Include frame.h, frame-unwind.h, frame-base.h, and
4996 trad-frame.h.
4997 (AVR_MAX_PROLOGUE_SIZE): Increase from 56 to 64.
4998 (AVR_ARG1_REGNUM, AVR_ARGN_REGNUM): Define.
4999 (AVR_RET1_REGNUM, AVR_RETN_REGNUM): Define.
5000 (AVR_PROLOGUE_*): Enumerate prologue types.
5001 (struct frame_extra_info): Remove.
5002 (struct avr_unwind_cache): Define.
5003 (avr_write_sp): Delete function.
5004 (avr_read_fp): Ditto.
5005 (avr_init_extra_frame_info): Ditto.
5006 (avr_pop_frame): Ditto.
5007 (avr_frame_saved_pc): Ditto.
5008 (avr_saved_pc_after_call): Ditto.
5009 (avr_push_return_address): Ditto.
5010 (avr_frame_chain): Ditto.
5011 (avr_store_struct_return): Ditto.
5012 (avr_push_arguments): Ditto.
5013 (avr_scan_prologue): Update comments. Changed to set up the info for
5014 cache unwinding. Now returns end of prologue PC.
5015 (avr_skip_prologue): Better handling of functions lacking a prologue
5016 by using avr_scan_prologue.
5017 (avr_scan_arg_moves): New function.
5018 (avr_saved_regs_unwinder): Ditto.
5019 (avr_frame_unwind_cache): Ditto.
5020 (avr_unwind_pc): Ditto.
5021 (avr_frame_this_id): Ditto.
5022 (avr_frame_prev_register): Ditto.
5023 (avr_frame_p): Ditto.
5024 (avr_frame_base_address ): Ditto.
5025 (avr_unwind_dummy_id): Ditto.
5026 (avr_push_dummy_code): Ditto.
5027 (push_stack_item): Ditto.
5028 (pop_stack_item): Ditto.
5029 (avr_push_dummy_call): Ditto.
5030 (struct stack_item): Define.
5031 (avr_frame_unwind): Declare structure.
5032 (avr_frame_base): Ditto.
5033 (avr_gdbarch_init): Remove calls to
5034 set_gdbarch_deprecated_init_frame_pc,
5035 set_gdbarch_deprecated_target_read_fp,
5036 set_gdbarch_deprecated_dummy_write_sp,
5037 set_gdbarch_deprecated_fp_regnum,
5038 set_gdbarch_deprecated_push_arguments,
5039 set_gdbarch_deprecated_push_return_address,
5040 set_gdbarch_deprecated_pop_frame,
5041 set_gdbarch_deprecated_store_struct_return,
5042 set_gdbarch_deprecated_frame_init_saved_regs,
5043 set_gdbarch_deprecated_init_extra_frame_info,
5044 set_gdbarch_deprecated_frame_chain,
5045 set_gdbarch_deprecated_frame_saved_pc,
5046 set_gdbarch_deprecated_saved_pc_after_call.
5047 Add calls to set_gdbarch_push_dummy_call,
5048 set_gdbarch_push_dummy_code,
5049 frame_unwind_append_predicate,
5050 frame_base_set_default,
5051 set_gdbarch_unwind_dummy_id,
5052 set_gdbarch_unwind_pc.
5053 Wrap a long line.
5054
5055 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
5056
5057 * h8300-tdep.c (h8300s_register_name): Enable MACH and MACL
5058 registers for H8/300S.
5059 (h8300_print_registers_info): Ditto.
5060 (h8300_gdbarch_init): Accommodate register count for H8/300S.
5061
5062 2003-06-18 Daniel Jacobowitz <drow@mvista.com>
5063
5064 * config/nm-linux.h (linux_record_stopped_pid): New prototype.
5065 * lin-lwp.c (child_wait): Call linux_record_stopped_pid.
5066 (lin_lwp_wait): Likewise. Update comments.
5067 * linux-nat.c (struct simple_pid_list, add_to_pid_list)
5068 (pull_pid_from_list, linux_record_stopped_pid): New.
5069
5070 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5071
5072 * ada-lang.c (scan_discrim_bound): Name first argument.
5073 (ada_add_block_symbols): Remove BLOCK_SYM to use local variable
5074 declared by ALL_BLOCK_SYMBOLS.
5075
5076 2003-06-17 Stephane Carrez <stcarrez@nerim.fr>
5077
5078 * ada-tasks.c (find_function_in_inferior): Don't declare it.
5079 ("regcache.h"): Include it.
5080 * ada-lex.l (block_lookup): Replace VAR_NAMESPACE with VAR_DOMAIN.
5081
5082 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5083
5084 * NEWS: Mention gdbserver detach change and "disconnect" command.
5085 * infcmd.c (disconnect_command): New function.
5086 (_initialize_infcmd): Add ``disconnect'' command.
5087 * remote.c (remote_async_detach): Delete.
5088 (remote_detach): Merge remote_async_detach.
5089 (remote_disconnect): New.
5090 (init_remote_ops): Set to_disconnect.
5091 (init_remote_cisco_ops): Likewise.
5092 (init_remote_async_ops): Likewise. Use remote_detach.
5093 * target.c (cleanup_target): Default to_disconnect.
5094 (update_current_target): Inherit to_disconnect.
5095 (target_disconnect, debug_to_disconnect): New functions.
5096 (setup_target_debug): Set to_disconnect.
5097 * target.h (struct target_ops): Add to_disconnect.
5098 (target_disconnect): Add prototype.
5099
5100 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5101
5102 * breakpoint.c (insert_catchpoint): New function.
5103 (insert_breakpoints): Use catch_exceptions to call
5104 insert_catchpoint. Disable catchpoints if they fail to insert.
5105
5106 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5107
5108 * symfile.c (reread_symbols): Clear sym_private.
5109
5110 2003-06-17 Andrew Cagney <cagney@redhat.com>
5111
5112 * trad-frame.h (struct frame_info): Add opaque declaration.
5113 * remote-fileio.h (struct cmd_list_element): Add opaque
5114 declaration.
5115 * h8300-tdep.c (h8300s_register_name): Avoid C++ // style
5116 comments.
5117
5118 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
5119
5120 * remote.c (remote_prepare_to_store): Replace call to
5121 deprecated_read_register_bytes with multiple regcache_raw_read
5122 calls.
5123
5124 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5125
5126 * nto-tdep.c (nto_map_arch_to_cputype): Recognize "powerpc".
5127 (nto_find_and_open_solib): Likewise.
5128 (nto_init_solib_absolute_prefix): Likewise.
5129 (_initialize_nto_tdep): Fix indentation.
5130
5131 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5132
5133 * i386-nto-tdep.c (i386nto_sigcontext_addr): Make sp a CORE_ADDR.
5134
5135 2003-06-17 Kris Warkentin <kewarken@qnx.com>
5136
5137 * i386-nto-tdep.c (i386nto_sigcontext_addr): Declare sp before using.
5138
5139 2003-06-17 Jim Blandy <jimb@redhat.com>
5140
5141 * ppc-linux-tdep.c: "Linux" -> "GNU/Linux"
5142
5143 2003-06-16 Theodore A. Roth <troth@openavr.org>
5144
5145 * avr-tdep.c (avr_extract_return_value): New function.
5146 (avr_gdbarch_init): Set extract_return_value method.
5147
5148 2003-06-16 Andrew Cagney <cagney@redhat.com>
5149
5150 * frame.h (deprecated_get_next_frame_hack): Declare.
5151 * frame.c (legacy_saved_regs_prev_register): Only require
5152 DEPRECATED_FRAME_INIT_SAVED_REGS when it is needed. Assert that
5153 there are always saved regs.
5154 (deprecated_generic_get_saved_register): Do not require
5155 DEPRECATED_FRAME_INIT_SAVED_REGS.
5156 (legacy_get_prev_frame): Do not require DEPRECATED_FRAME_CHAIN,
5157 use frame ID unwind instead.
5158 (deprecated_get_next_frame_hack): New function.
5159
5160 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5161
5162 * h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
5163 (h8300_push_dummy_call): ...this function. Some minor optimization.
5164 (h8300_push_return_address): Remove.
5165 (h8300_gdbarch_init): Remove calls to
5166 set_gdbarch_deprecated_dummy_write_sp,
5167 set_gdbarch_deprecated_push_arguments and
5168 set_gdbarch_deprecated_push_return_address.
5169 Add call to set_gdbarch_push_dummy_call.
5170
5171 2003-06-16 Corinna Vinschen <vinschen@redhat.com>
5172
5173 * h8300-tdep.c (E_PSEUDO_CCR_REGNUM): New define.
5174 (E_PSEUDO_EXR_REGNUM): Ditto.
5175 (h8300_is_argument_spill): Check for instructions moving argument
5176 registers into safe registers.
5177 (h8300_skip_prologue): Check for stm instruction to push registers
5178 used for register variables onto stack.
5179 (gdb_print_insn_h8300): Remove.
5180 (h8300_examine_prologue): Add a comment.
5181 (h8300_register_name): Take pseudo registers into account.
5182 (h8300s_register_name): Ditto.
5183 (h8300sx_register_name): Ditto.
5184 (h8300_print_register): Ditto.
5185 (h8300_print_registers_info): Define "nice" printing order.
5186 (h8300_saved_pc_after_call): Take pseudo registers into account.
5187 (h8300_register_type): Ditto. Return type used for remote connection
5188 when requesting real CCR or EXR register, return actual type when
5189 requesting pseudo CCR or EXR.
5190 (h8300_pseudo_register_read): New function.
5191 (h8300_pseudo_register_write): Ditto.
5192 (h8300_dbg_reg_to_regnum): Ditto.
5193 (h8300s_dbg_reg_to_regnum): Ditto.
5194 (h8300_gdbarch_init): Call set_gdbarch_num_pseudo_regs,
5195 set_gdbarch_ecoff_reg_to_regnum, set_gdbarch_dwarf_reg_to_regnum,
5196 set_gdbarch_dwarf2_reg_to_regnum, set_gdbarch_stab_reg_to_regnum and
5197 set_gdbarch_print_insn architecture dependent.
5198 Call set_gdbarch_pseudo_register_read and
5199 set_gdbarch_pseudo_register_write.
5200 (_initialize_h8300_tdep): Remove assignment to deprecated_tm_print_insn.
5201
5202 2003-06-16 Andrew Cagney <cagney@redhat.com>
5203
5204 * gdbarch.sh (SAVE_DUMMY_FRAME_TOS): Deprecate.
5205 * gdbarch.h, gdbarch.c: Re-generate.
5206 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5207 * s390-tdep.c (s390_gdbarch_init): Update.
5208 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5209 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5210 * mips-tdep.c (mips_gdbarch_init): Update.
5211 * mcore-tdep.c (mcore_gdbarch_init): Update.
5212 * cris-tdep.c (cris_gdbarch_init): Update.
5213 * infcall.c (call_function_by_hand): Update.
5214 * ia64-tdep.c (ia64_push_arguments): Update comment.
5215 * frame.c (legacy_get_prev_frame): Do not assume
5216 SAVE_DUMMY_FRAME_TOS_P.
5217 * dummy-frame.c (find_dummy_frame): Update comment.
5218
5219 2003-06-16 Andrew Cagney <cagney@redhat.com>
5220
5221 * regcache.c (do_cooked_read): Do not use register_valid_p.
5222
5223 2003-06-15 Theodore A. Roth <troth@openavr.org>
5224
5225 * avr-tdep.c (avr_register_type): Remove a blank line.
5226 (avr_scan_prologue): Correct some comments.
5227
5228 2003-06-15 Theodore A. Roth <troth@openavr.org>
5229
5230 * avr-tdep.c (avr_scan_prologue): Update comment describing the various
5231 prologue types.
5232 Properly scan prologues generated by gcc with the -mcall-prologues
5233 option.
5234 Add code to scan -mcall-prologues for mega devices.
5235
5236 2003-06-15 Theodore A. Roth <troth@openavr.org>
5237
5238 * avr-tdep.c (avr_register_byte): Delete function.
5239 (avr_register_raw_size): Delete function.
5240 (avr_register_virtual_size): Delete function.
5241 (avr_register_virtual_type): Delete function.
5242 (avr_register_type): New function.
5243 (avr_address_to_pointer): Remove unused code.
5244 (avr_read_fp): Need to read FP as two separate bytes due to change to
5245 avr_register_type() usage.
5246 (avr_gdbarch_init): Don't set deprecated_register_size.
5247 Don't set deprecated_register_bytes.
5248 Don't set deprecated_register_byte.
5249 Don't set deprecated_register_raw_size.
5250 Don't set deprecated_max_register_raw_size.
5251 Don't set deprecated_register_virtual_size.
5252 Don't set deprecated_max_register_virtual_size.
5253 Don't set deprecated_register_virtual_type.
5254 Set register_type method.
5255
5256 2003-06-15 Daniel Jacobowitz <drow@mvista.com>
5257
5258 * Makefile.in (linux-nat.o): Add rule.
5259 * linux-nat.c: New file.
5260 * config/nm-linux.h (CHILD_INSERT_FORK_CATCHPOINT): Define.
5261 (CHILD_INSERT_VFORK_CATCHPOINT): Define.
5262 (CHILD_INSERT_EXEC_CATCHPOINT): Define.
5263 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-nat.o.
5264 * config/arm/linux.mh (NATDEPFILES): Likewise.
5265 * config/i386/linux.mh (NATDEPFILES): Likewise.
5266 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5267 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5268 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5269 * config/mips/linux.mh (NATDEPFILES): Likewise.
5270 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5271 * config/s390/s390.mh (NATDEPFILES): Likewise.
5272 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5273
5274 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5275
5276 * i387-tdep.c: Reorder includes, fix some whitespace issues and
5277 replace out-of-date comment.
5278
5279 2003-06-15 Andrew Cagney <cagney@redhat.com>
5280
5281 * rdi-share/host.h (Fail): Change to a varargs function.
5282 * remote-rdi.c (Fail): Update.
5283
5284 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5285
5286 * i386-tdep.c (i386_next_regnum): Fix bounds checking.
5287 (i386_convert_register_p, i386_register_to_value,
5288 i386_register_from_value): Handle types longer than 8 bytes.
5289
5290 2003-06-15 Mark Kettenis <kettenis@gnu.org>
5291
5292 * i386-tdep.c (i386_register_to_value, i386_value_to_register):
5293 Move floating-point code to new function in i387-tdep.c.
5294 * i387-tdep.c (i387_register_to_value, i387_value_to_register):
5295 New functions containing code moved here from i386-tdep.c.
5296 * i387-tdep.h: Add opaque declaration for `struct type'.
5297 (i387_register_to_value, i387_value_to_register): New prototypes.
5298 * x86-64-tdep.c (x86_64_convert_register_p): New function.
5299 (x86_64_init_abi): Set convert_register_p, register_to_value and
5300 value_to_register here.
5301
5302 2003-06-14 Andrew Cagney <cagney@redhat.com>
5303
5304 * mips-tdep.c (mips_register_to_value): Make static.
5305 (mips_value_to_register): Make static.
5306 * i386-tdep.c (i386_fetch_pointer_argument): Make static.
5307 * ia64-tdep.c (ia64_register_raw_size): Make static.
5308 (ia64_register_virtual_size): Make static.
5309 (ia64_register_byte): Make static.
5310 * i387-tdep.c: Include "i387-tdep.h".
5311 (print_387_control_word): Delete function.
5312 (print_387_status_word): Delete function.
5313 (print_387_status_bits): Delete function.
5314 (print_387_control_bits): Delete function.
5315 * Makefile.in (i387-tdep.o): Update dependencies.
5316 * rdi-share/host.h (Fail): Declare.
5317 * remote-rdi.c (Fail): Update to match declaration.
5318
5319 2003-06-14 Andrew Cagney <cagney@redhat.com>
5320
5321 * config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
5322 * config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
5323 * config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
5324 * config/djgpp/fnchange.lst: Delete "remote-array.c".
5325 * README: Delete reference to remote-array.
5326 * Makefile.in (ALLDEPFILES): Remove "remote-array.c".
5327 (remote-array.o): Delete target.
5328 * config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
5329 * remote-array.c: Delete file.
5330
5331 2003-06-14 Andrew Cagney <cagney@redhat.com>
5332 Mark Kettenis <kettenis@gnu.org>
5333
5334 * gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
5335 (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
5336 parameter with "frame".
5337 * gdbarch.h, gdbarch.c: Re-generate.
5338 * frame.h (put_frame_register): Declare.
5339 * frame.c (put_frame_register): New function.
5340 * arch-utils.c (legacy_convert_register_p): Add "type" parameter.
5341 (legacy_register_to_value): Rewrite, use "frame" to get the
5342 register value.
5343 (legacy_value_to_register): Rewrite, use "frame" to find the
5344 register's location before storing.
5345 * arch-utils.h (legacy_convert_register_p): Update.
5346 (legacy_register_to_value, legacy_value_to_register): Update.
5347 * findvar.c (value_from_register): Rewrite, eliminate use of
5348 REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
5349 "frame" to REGISTER_TO_VALUE.
5350 * valops.c (value_assign): Move the CONVERT_REGISTER code to the
5351 lval_reg_frame_relative + lval_register branch of the switch. Do
5352 not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
5353 * i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
5354 I386_EDI_REGNUM): New defines.
5355 (i386_next_regnum, i386_convert_register_p,
5356 i386_register_to_value, i386_value_to_register): New functions.
5357 (i386_register_convertible, i386_register_convert_to_virtual,
5358 i386_convert_to_raw): Remove functions.
5359 (i386_gdbarch_init): Set convert_register_p, register_to_value and
5360 value_to_register instead of register_convertible,
5361 register_convert_to_virtual and register_convert_to_raw.
5362 * mips-tdep.c (mips_convert_register_p): New function.
5363 (mips_value_to_register): Replace mips_register_convert_from_type.
5364 (mips_register_to_value): Replace mips_register_convert_to_type.
5365 (mips_gdbarch_init): Set conver_register_p, value_to_register and
5366 register_to_value.
5367 * alpha-tdep.c (alpha_convert_register_p): Update.
5368 (alpha_value_to_register): Update, store the register.
5369 (alpha_register_to_value): Update, fetch the register.
5370
5371 2003-06-14 Theodore A. Roth <troth@openavr.org>
5372
5373 * avr-tdep.c (avr_remote_translate_xfer_address): Delete function.
5374 (avr_gdbarch_init): Remove avr_call_dummy_words variable.
5375 Don't set deprecated_call_dummy_words.
5376 Remove commented out set_gdbarch_believe_pcc_promotion() call.
5377 Don't set remote_translate_xfer_address.
5378 (avr_io_reg_read_command): Remove commented out debug printf.
5379 Wrap a long line.
5380
5381 2003-06-14 Theodore A. Roth <troth@openavr.org>
5382
5383 * avr-tdep.c (avr_scan_prologue): Fix to avoid a buffer over run which
5384 causes gdb to seg fault.
5385
5386 2003-06-14 Daniel Jacobowitz <drow@mvista.com>
5387
5388 * sparc-nat.c (fetch_inferior_registers): Correct
5389 a reference to "registers".
5390
5391 2003-06-14 Jeroen Dekkers <jeroen@dekkers.cx>
5392
5393 * Makefile.in (exc_request_U_h): Define
5394 (exc_request_S_h): Likewise.
5395 (msg_reply_S_h): Likewise.
5396 (msg_U_h): Likewise.
5397 (notify_S_h): Likewise.
5398 (process_reply_S_h): Likewise.
5399 (gnu-nat.o): Depend on gdb_obstack_h
5400 * gnu-nat.c: Include "gdb_obstack.h".
5401
5402 2003-06-13 Andrew Cagney <cagney@redhat.com>
5403
5404 * gdbarch.sh: Document what PUSH_DUMMY_CALL replaces.
5405 * gdbarch.h, gdbarch.c: Re-generate.
5406
5407 2003-06-13 Andrew Cagney <cagney@redhat.com>
5408
5409 * gdbarch.sh: Document what UNWIND_DUMMY_ID replaces. Clarify
5410 when deprecated REGISTER macros can be deleted.
5411 * gdbarch.h, gdbarch.c: Re-generate.
5412
5413 2003-06-13 Jim Blandy <jimb@redhat.com>
5414
5415 * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
5416 Linux entry point symbols for _dl_debug_state, too.
5417
5418 2003-06-13 Andrew Cagney <cagney@redhat.com>
5419
5420 * infcall.c (call_function_by_hand): When UNWIND_DUMMY_ID is
5421 available, do not use the FP register, and always save the TOS.
5422 * dummy-frame.c (dummy_frame_this_id): Do not assert
5423 SAVE_DUMMY_FRAME_TOS.
5424 * i386-tdep.c (i386_save_dummy_frame_tos): Delete function.
5425 (i386_gdbarch_init): Do not set save_dummy_frame_tos.
5426 (i386_push_dummy_call): Add 8 to the returned SP.
5427 * frame.c (legacy_frame_p): Do not require SAVE_DUMMY_FRAME_TOS.
5428 * d10v-tdep.c (d10v_unwind_dummy_id): Use d10v_unwind_sp.
5429 (d10v_gdbarch_init): Do not set save_dummy_frame_tos.
5430 * x86-64-tdep.c (x86_64_save_dummy_frame_tos): Delete function.
5431 (x86_64_push_dummy_call): Return "sp + 16".
5432 (x86_64_init_abi): Do not set save_dummy_frame_tos.
5433 * alpha-tdep.c (alpha_gdbarch_init): Do not set
5434 save_dummy_frame_tos.
5435
5436 2003-06-13 Jim Blandy <jimb@redhat.com>
5437
5438 * frv-tdep.c (frv_use_struct_convention): Delete static
5439 declaration for function deleted in my change of 2003-06-12.
5440
5441 2003-06-13 Theodore A. Roth <troth@openavr.org>
5442
5443 * avr-tdep.c (avr_address_to_pointer): Shift code addrs right 1 bit.
5444 (avr_pointer_to_address): Shift code addrs left 1 bit.
5445 (avr_convert_from_func_ptr_addr): Delete function since operation is
5446 better handled by avr_address_to_pointer and avr_pointer_to_address.
5447 (avr_gdbarch_init): Don't set convert_from_func_ptr_add method.
5448
5449 2003-06-13 Mark Kettenis <kettenis@gnu.org>
5450
5451 From Kelley Cook <kelleycook@wideopenwest.com>:
5452 * configure.host: Accept i[34567]86 variants.
5453 * configure.tgt: Likewise.
5454 * nlm/configure.in: Likewise.
5455 * nlm/configure: Regenerated.
5456
5457 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5458
5459 * arm-tdep.c (solib-svr4.h): Dont' include it.
5460 (arm_linux_svr4_fetch_link_map_offsets): Move to ...
5461 * arm-linux-tdep.c: ... here. Make static.
5462 (arm_linux_init_abi): Register it.
5463 (solib-svr4.h): Include it.
5464 * Makefile.in: Update dependencies.
5465 * config/arm/tm-linux.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
5466 (arm_linux_svr4_fetch_link_map_offsets): Delete declaration.
5467
5468 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5469
5470 * h8300-tdep.c: Add definitions E_RET0_REGNUM and E_RET1_REGNUM to
5471 indicate registers used for return values.
5472 (struct frame_extra_info): Drop args_pointer and locals_pointer.
5473 (h8300_examine_prologue): Remove initializing dropped frame_extra_info
5474 members.
5475 (h8300_init_extra_frame_info): Ditto.
5476 (h8300_frame_locals_address): Removed.
5477 (h8300_frame_args_address): Removed.
5478 (h8300_extract_return_value): Use new regcache structure. Only care
5479 for 16 bit CPUs.
5480 (h8300h_extract_return_value): Same function for 32 bit CPUs.
5481 (h8300_store_return_value): Use new regcache structure. Only care
5482 for 16 bit CPUs.
5483 (h8300h_store_return_value): Same function for 32 bit CPUs.
5484 (h8300_store_struct_return): Removed.
5485 (h8300_extract_struct_value_address): Use new regcache structure.
5486 (h8300h_extract_struct_value_address): Removed.
5487 (h8300_push_dummy_code): New function.
5488 (h8300_gdbarch_init): Slightly rearranged to stress deprecated calls.
5489 Remove call_dummy_words. Call set_gdbarch_extract_return_value and
5490 set_gdbarch_store_return_value architecture dependent.
5491 Call set_gdbarch_push_dummy_code and
5492 set_gdbarch_extract_struct_value_address.
5493 Remove calls to set_gdbarch_frame_args_address,
5494 set_gdbarch_frame_locals_address,
5495 set_gdbarch_deprecated_store_struct_return,
5496 set_gdbarch_deprecated_extract_return_value,
5497 set_gdbarch_deprecated_extract_struct_value_address,
5498 set_gdbarch_deprecated_call_dummy_words and
5499 set_gdbarch_deprecated_sizeof_call_dummy_words.
5500
5501 2003-06-13 Corinna Vinschen <vinschen@redhat.com>
5502
5503 * h8300-tdep.c (h8300_register_byte): Remove.
5504 (h8300h_register_byte): Remove.
5505 (h8300_register_virtual_type): Remove. Substitute by...
5506 (h8300_register_type): New function.
5507 (h8300_extract_struct_value_address): Drop usage of h8300_register_byte.
5508 (h8300h_extract_struct_value_address): Ditto.
5509 (h8300_gdbarch_init): Drop calls to
5510 set_gdbarch_deprecated_register_byte and
5511 set_gdbarch_deprecated_register_virtual_type.
5512 Add call to set_gdbarch_register_type.
5513
5514 2003-06-13 Andrew Cagney <cagney@redhat.com>
5515
5516 * gdbarch.sh: Update comments on registers.
5517 (deprecated_register_byte): Rename register_byte.
5518 (deprecated_register_raw_size): Rename register_raw_size.
5519 (deprecated_register_virtual_size): Rename register_virtual_size.
5520 (deprecated_register_virtual_type): Rename register_virtual_type.
5521 * gdbarch.h, gdbarch.c: Re-generate.
5522 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5523 * vax-tdep.c (vax_gdbarch_init): Update.
5524 * v850-tdep.c (v850_gdbarch_init): Update.
5525 * sparc-tdep.c (sparc_gdbarch_init): Update.
5526 * sh-tdep.c (sh_gdbarch_init): Update.
5527 * s390-tdep.c (s390_gdbarch_init): Update.
5528 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5529 * ns32k-tdep.c: Update.
5530 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5531 * mips-tdep.c (mips_gdbarch_init): Update.
5532 * mcore-tdep.c (mcore_gdbarch_init): Update.
5533 * m68k-tdep.c (m68k_gdbarch_init): Update.
5534 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5535 * ia64-tdep.c (ia64_gdbarch_init): Update.
5536 * hppa-tdep.c (hppa_gdbarch_init): Update.
5537 * h8300-tdep.c (h8300_gdbarch_init): Update.
5538 * frv-tdep.c (frv_gdbarch_init): Update.
5539 * cris-tdep.c (cris_gdbarch_init): Update.
5540 * avr-tdep.c (avr_gdbarch_init): Update.
5541 * alpha-tdep.c (alpha_gdbarch_init): Update.
5542 * arm-tdep.c (arm_gdbarch_init): Update.
5543
5544 2003-06-13 Andrew Cagney <cagney@redhat.com>
5545
5546 * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
5547 mips_o32_use_struct_convention with always_use_struct_convention.
5548
5549 2003-06-12 David Carlton <carlton@kealia.com>
5550
5551 * cp-namespace.c (cp_set_block_scope): Comment out
5552 processing_has_namespace_info branch.
5553
5554 2003-06-12 Jim Blandy <jimb@redhat.com>
5555
5556 Recognize and skip 64-bit PowerPC Linux linkage functions.
5557 * ppc-linux-tdep.c (insn_d, insn_ds, insn_xfx, read_insn, struct
5558 insn_pattern, insns_match_pattern, d_field, ds_field): New
5559 functions, macros, and types for working with PPC instructions.
5560 (ppc64_standard_linkage, PPC64_STANDARD_LINKAGE_LEN,
5561 ppc64_in_solib_call_trampoline, ppc64_standard_linkage_target,
5562 ppc64_skip_trampoline_code): New functions, variables, and macros
5563 for recognizing and skipping linkage functions.
5564 (ppc_linux_init_abi): Use ppc64_in_solib_call_trampoline and
5565 ppc64_skip_trampoline_code for the 64-bit PowerPC Linux ABI.
5566
5567 * ppc-linux-nat.c (ppc_register_u_addr): Correctly compute u-area
5568 register offsets for both the 32- and 64-bit interfaces.
5569
5570 Actually finish the job started by my change of 2003-05-29.
5571 * config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
5572 other #definition of this.
5573 (ppc_linux_skip_trampoline_code): Remove declaration.
5574 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
5575 static.
5576 (ppc_linux_init_abi): Register it as the skip_trampoline_code
5577 method for GDBARCH.
5578
5579 * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
5580 'long' on ppc64-*-linux*.
5581
5582 * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ
5583 isn't #defined, assume the register doesn't exist: act as if
5584 tdep->ppc_mq_regnum were -1.
5585
5586 * configure.host, configure.tgt: Add entries for
5587 powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
5588 powerpc/linux.mt.
5589 * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh:
5590 New files.
5591
5592 * arch-utils.c (always_use_struct_convention): New function.
5593 * arch-utils.h (always_use_struct_convention): New prototype.
5594 * alpha-tdep.c (alpha_use_struct_convention): Delete.
5595 (alpha_gdbarch_init): Register always_use_struct_convention,
5596 instead of alpha_use_struct_convention.
5597 * cris-tdep.c (cris_use_struct_convention): Delete.
5598 (cris_gdbarch_init): Register always_use_struct_convention,
5599 instead of cris_use_struct_convention.
5600 * frv-tdep.c (frv_use_struct_convention): Delete.
5601 (frv_gdbarch_init): Register always_use_struct_convention,
5602 instead of frv_use_struct_convention.
5603 * h8300-tdep.c (h8300_use_struct_convention): Delete.
5604 (h8300_gdbarch_init): Register always_use_struct_convention,
5605 instead of h8300_use_struct_convention.
5606 * mips-tdep.c (mips_o32_use_struct_convention): Delete.
5607 (mips_o32_gdbarch_init): Register always_use_struct_convention,
5608 instead of mips_o32_use_struct_convention.
5609
5610 2003-06-12 Andrew Cagney <cagney@redhat.com>
5611
5612 * wince.c: Include "mips-tdep.h".
5613 * mips-tdep.h (mips_next_pc): Declare.
5614 * mcore-tdep.c: Make more local functions static.
5615 * Makefile.in (wince.o): Update dependencies.
5616
5617 2003-06-12 David Carlton <carlton@kealia.com>
5618
5619 * symtab.c (lookup_symbol_aux_minsyms): Replace
5620 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
5621 (find_pc_sect_line, search_symbols, rbreak_command): Ditto.
5622 (COMPLETION_LIST_ADD_SYMBOL): Rewrite in terms of
5623 SYMBOL_NATURAL_NAME.
5624
5625 2003-06-12 Andreas Schwab <schwab@suse.de>
5626
5627 * Makefile.in (tuiDisassem.o): Update dependencies.
5628
5629 2003-06-12 David Carlton <carlton@bactrian.org>
5630
5631 * symtab.h: Delete declaration of make_symbol_overload_list.
5632 Add declaration of lookup_partial_symbol.
5633 * symtab.c (remove_params): Move to cp-support.c.
5634 (overload_list_add_symbol, make_symbol_overload_list)
5635 (sym_return_val_size, sym_return_val_index): Ditto.
5636 (lookup_partial_symbol): Make extern.
5637 * cp-support.h: Add declaration of make_symbol_overload_list.
5638 * cp-support.c: Include dictionary.h, objfiles.h, frame.h,
5639 symtab.h, and block.h.
5640 (remove_params): Move here from symtab.c.
5641 (overload_list_add_symbol, make_symbol_overload_list)
5642 (sym_return_val_size, sym_return_val_index): Ditto.
5643 * valops.c: Include cp-support.h.
5644 * Makefile.in (cp-support.o): Depend on dictionary_h, objfiles_h,
5645 frame_h, and block_h.
5646 (valops.o): Depend on cp_support_h.
5647
5648 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
5649
5650 * h8300-tdep.c: Add H8SX registers. Drop E_NUM_REGS entirely,
5651 substitute by NUM_REGS throughout.
5652 (h8300_register_name): Only care for H8/300 and H8/300H registers.
5653 (h8300s_register_name): New function for H8S registers.
5654 (h8300sx_register_name): Ditto for H8SX registers.
5655 (h8300_print_register): Revise register printing, avoid depending
5656 on 32 bit long.
5657 (h8300_register_byte): Only care for H8/300 registers.
5658 (h8300h_register_byte): New function for any other architecture.
5659 (h8300_register_raw_size): Remove.
5660 (h8300_register_virtual_type): Revise to return actually useful
5661 type.
5662 (h8300_extract_struct_value_address): Only care for H8/300 registers.
5663 (h8300h_extract_struct_value_address): New function for any other
5664 architecture.
5665 (h8300_gdbarch_init): Add h8300sxn. Call set_gdbarch_num_regs,
5666 set_gdbarch_register_name, set_gdbarch_register_byte,
5667 set_gdbarch_ptr_bit and set_gdbarch_addr_bit architecture dependent.
5668 Remove calls to set_gdbarch_deprecated_register_size,
5669 set_gdbarch_deprecated_register_bytes, set_gdbarch_register_raw_size,
5670 set_gdbarch_deprecated_max_register_raw_size,
5671 set_gdbarch_register_virtual_size and
5672 set_gdbarch_deprecated_max_register_virtual_size entirely.
5673 Call set_gdbarch_long_long_bit, set_gdbarch_double_bit and
5674 set_gdbarch_long_double_bit.
5675
5676 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5677
5678 * doublest.c (convert_doublest_to_floatformat): When dealing
5679 with the implied integer bit, only alter mant_bits if we are
5680 processing a full 32 bits of mantissa.
5681
5682 2003-06-11 David Carlton <carlton@bactrian.org>
5683
5684 * dictionary.h: New.
5685 * dictionary.c: New.
5686 * block.h: Add opaque declaration for struct dictionary.
5687 (struct block): Add 'dict' member; delete 'hashtable', 'nsyms',
5688 'sym' members.
5689 (BLOCK_DICT): New macro.
5690 Delete macros BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM,
5691 BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE,
5692 BLOCK_SHOULD_SORT.
5693 (ALL_BLOCK_SYMBOLS): Update definition.
5694 * Makefile.in (SFILES): Add dictionary.c.
5695 (dictionary_h): New.
5696 (COMMON_OBS): Add dictionary.o.
5697 (dictionary.o): New.
5698 (ada-lang.o): Depend on dictionary_h.
5699 (buildsym.o, coffread.o, jv-lang.o, mdebugread.o, objfiles.o)
5700 (stack.o, symmisc.o, symtab.o, tracepoint.o, valops.o)
5701 (mi-cmd-stack.o): Ditto.
5702 (gdbtk-cmds.o): Update dependencies.
5703 (gdbtk-stack.o): Ditto.
5704 * ada-lang.c: Include dictionary.h.
5705 (symtab_for_sym): Update uses of ALL_BLOCK_SYMBOLS.
5706 (fill_in_ada_prototype, debug_print_block): Ditto.
5707 (ada_add_block_symbols): Update uses of ALL_BLOCK_SYMBOLS; replace
5708 explicit iteration by use of ALL_BLOCK_SYMBOLS. Delete variable
5709 'is_sorted'.
5710 * mdebugread.c: Include dictionary.h.
5711 (struct parse_stack): Delete 'maxsyms' member.
5712 (parse_symbol): Update calls to new_block. Delete calls to
5713 shrink_block. Use dictionary methods.
5714 (psymtab_to_symtab_1): Delete calls to sort_symtab_syms.
5715 Update calls to new_symtab. Don't maintain maxsyms data.
5716 (mylookup_symbol): Update use of ALL_BLOCK_SYMBOLS.
5717 (add_symbol): Just call dict_add_symbol.
5718 (new_symtab): Delete 'maxsyms' argument.
5719 (new_symtab): Update calls to new_block.
5720 (new_block): Delete 'maxsyms' argument; add 'function' argument.
5721 (shrink_block): Delete function.
5722 (fixup_sigtramp): Update call to new_block. Add symbol via
5723 dict_add_symbol.
5724 * jv-lang.c: Include dictionary.h.
5725 (get_java_class_symtab): Set the BLOCK_DICT of the blocks
5726 appropriately. Set class_symtab->free_func. Make sure the
5727 blockvector is big enough to hold two blocks.
5728 (add_class_symtab_symbol): Use dictionary methods.
5729 (free_class_block): New function.
5730 (type_from_class): Replace explicit iteration by
5731 ALL_BLOCK_SYMBOLS.
5732 * symtab.h (struct symtab): Replace 'free_ptr' method by
5733 'free_func'.
5734 * dwarf2read.c (psymtab_to_symtab_1): Delete call to
5735 sort_symtab_syms.
5736 * dwarfread.c (psymtab_to_symtab_1): Delete call to
5737 sort_symtab_syms.
5738 * coffread.c (coff_symfile_read): Delete call to sort_symtab_syms.
5739 Include dictionary.h.
5740 (patch_opaque_types): Update use of ALL_BLOCK_SYMBOLS.
5741 * dbxread.c (dbx_psymtab_to_symtab_1): Delete call to
5742 sort_symtab_syms.
5743 * objfiles.c: Include dictionary.h.
5744 (objfile_relocate): Update use of ALL_BLOCK_SYMBOLS.
5745 * buildsym.c: Include dictionary.h.
5746 (finish_block): Use dictionary methods.
5747 (end_symtab): Set free_func to NULL, not free_ptr.
5748 * tracepoint.c: Include dictionary.h.
5749 (add_local_symbols): Update use of ALL_BLOCK_SYMBOLS.
5750 (scope_info): Ditto.
5751 * stack.c: Include dictionary.h.
5752 (print_block_frame_locals): Update use of ALL_BLOCK_SYMBOLS.
5753 (print_block_frame_labels, print_frame_arg_vars)
5754 (print_frame_args): Ditto.
5755 * symmisc.c (free_symtab_block): Use dictionary methods.
5756 (dump_symtab): Ditto.
5757 (free_symtab): Replace use of 'free_ptr' by 'free_func'.
5758 Include dictionary.h.
5759 * symfile.h: Delete declarations of sort_block_syms,
5760 sort_symtab_syms.
5761 * symfile.c (sort_block_syms): Delete.
5762 (sort_symtab_syms): Delete.
5763 * symtab.c: Include dictionary.h.
5764 (lookup_block_symbol): Use dictionary iterators.
5765 (find_pc_sect_symtab): Update use of ALL_BLOCK_SYMBOLS.
5766 (search_symbols, make_symbol_completion_list): Ditto.
5767 (make_symbol_overload_list): Ditto.
5768 * valops.c (value_of_local): Use dict_empty.
5769 Include dictionary.h.
5770
5771 2003-06-11 J. Brobecker <brobecker@gnat.com>
5772
5773 * win32-nat.c (solib_symbols_add): Fix a small compilation error.
5774
5775 2003-06-11 David Carlton <carlton@bactrian.org>
5776
5777 * block.h (BLOCK_SHOULD_SORT): Delete.
5778 * symtab.c (lookup_block_symbol): Don't worry about sorted linear
5779 blocks.
5780 * ada-lang.c (ada_add_block_symbols): Ditto.
5781 * symfile.c (sort_block_syms): Delete.
5782 (sort_symtab_syms): Ditto.
5783 * symfile.h: Delete sort_symtabs_syms and sort_block_syms
5784 declarations.
5785 * coffread.c (coff_symfile_read): Don't call sort_symtab_syms.
5786 * dbxread.c (dbx_psymtab_to_symtab_1): Ditto.
5787 * dwarf2read.c (psymtab_to_symtab_1): Ditto.
5788 * dwarfread.c (psymtab_to_symtab_1): Ditto.
5789 * hpread.c (hpread_psymtab_to_symtab_1): Ditto.
5790 * mdebugread.c (psymtab_to_symtab_1): Ditto.
5791 * xcoffread.c (xcoff_psymtab_to_symtab_1): Ditto.
5792
5793 2003-06-11 Jeff Johnston <jjohnstn@redhat.com>
5794
5795 * ia64-tdep.c (ia64_gdbarch_init): Set number of long double
5796 bits to 128.
5797
5798 2003-06-11 Andrew Cagney <cagney@redhat.com>
5799
5800 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Deprecate
5801 REGISTER_CONVERTIBLE.
5802 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL): Same.
5803 (DEPRECATED_REGISTER_CONVERT_TO_RAW): Same, make "from" constant.
5804 * gdbarch.h, gdbarch.c: Re-generate.
5805 * arch-utils.h (deprecated_register_convertible_not): Rename
5806 generic_register_convertible_not.
5807 * arch-utils.c (deprecated_register_convertible_not): Rename
5808 generic_register_convertible.
5809 (legacy_convert_register_p, legacy_register_to_value): Update.
5810 * sh-tdep.c (sh64_push_arguments): Update.
5811 * m68klinux-tdep.c (m68k_linux_extract_return_value): Update.
5812 * config/m68k/tm-delta68.h (DEPRECATED_EXTRACT_RETURN_VALUE): Update.
5813 * m68klinux-tdep.c (m68k_linux_store_return_value): Update.
5814 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Update.
5815 * arch-utils.c (legacy_value_to_register): Update.
5816 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5817 (rs6000_register_convert_to_raw): Make parameter "from" const.
5818 * mips-tdep.c (mips_gdbarch_init): Update.
5819 (mips_register_convert_to_raw): Make parameter"virt_buf" const.
5820 * infcmd.c (default_print_registers_info): Update.
5821 * ia64-tdep.c (ia64_gdbarch_init): Update.
5822 (ia64_register_convert_to_raw): Make parameter "from" const.
5823 * i386-tdep.c (i386_gdbarch_init): Update.
5824 (i386_register_convert_to_raw): Update.
5825
5826 2003-06-11 Andrew Cagney <cagney@redhat.com>
5827
5828 * remote-fileio.c: Include "remote-fileio.h".
5829 * Makefile.in (remote-fileio.o): Update dependencies.
5830 (remote_fileio_h): Fix typo.
5831
5832 2003-06-11 Andrew Cagney <cagney@redhat.com>
5833
5834 * xstormy16-tdep.c (xstormy16_push_return_address): Make static.
5835 (xstormy16_save_dummy_frame_tos): Make static.
5836 (_initialize_xstormy16_tdep): Add declaration.
5837 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
5838 * v850-tdep.c: Make local functions static.
5839 (_initialize_v850_tdep): Add declaration.
5840 * sparc-tdep.c: Make local functions static.
5841 (_initialize_sparc_tdep): Add declaration.
5842 * sh-tdep.c: Make local functions static.
5843 (_initialize_sh_tdep): Add declaration.
5844 * sh3-rom.c (_initialize_sh3_rom): Add declaration.
5845 * s390-tdep.c: Make local functions static.
5846 (_initialize_s390_tdep): Add declaration.
5847 * dbxread.c (find_stab_function_addr): Make static.
5848 * ppc-bdm.c (_initialize_bdm_ppc): Add declaration.
5849 * ocd.c (_initialize_remote_ocd): Add declaration.
5850 * dink32-rom.c (_initialize_dink32_rom): Add declaration.
5851 * ppcbug-rom.c (_initialize_ppcbug_rom): Add declaration.
5852 * ns32k-tdep.c (_initialize_ns32k_tdep): Add declaration.
5853 * ns32knbsd-tdep.c (_initialize_ns32knbsd_tdep): Add declaration.
5854 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
5855 * remote-array.c (_initialize_array): Add declaration.
5856 (_initialize_remote_monitors): Add declaration.
5857 * remote-mips.c: Make local functions static.
5858 (_initialize_remote_mips): Add declaration.
5859 * mcore-tdep.c: Make all local functions static.
5860 (_initialize_mcore_tdep): Add declaration.
5861 * dbug-rom.c (_initialize_dbug_rom): Add declaration.
5862 * abug-rom.c (_initialize_abug_rom): Add declaration.
5863 * rom68k-rom.c (_initialize_rom68k): Add declaration.
5864 * cpu32bug-rom.c (_initialize_cpu32bug_rom): Add declaration.
5865 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
5866 * remote-est.c (_initialize_est): Add declaration.
5867 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
5868 (m68hc11_call_dummy_address): Make static.
5869 * ia64-tdep.c: Make local functions static.
5870 (_initialize_ia64_tdep): Add declaration.
5871 * solib-legacy.c (_initialize_svr4_lm): Add declaration.
5872 * monitor.c (monitor_wait_filter): Make static.
5873 (_initialize_remote_monitors): Add declaration.
5874 * remote-hms.c (_initialize_remote_hms): Add declaration.
5875 * remote-e7000.c (fetch_regs_from_dump): Make static.
5876 (expect_n): Make static.
5877 (_initialize_remote_e7000): Add declaration.
5878 * ser-e7kpc.c: Always include "defs.h".
5879 (_initialize_ser_e7000pc): Add declaration.
5880 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
5881 * cris-tdep.c: Make all but one function static.
5882 (_initialize_cris_tdep): Add declaration.
5883 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
5884 * solib.c (update_solib_list): Make static.
5885 (_initialize_solib): Add declaration.
5886 * avr-tdep.c (avr_breakpoint_from_pc): Make static.
5887 (_initialize_avr_tdep): Add declaration.
5888 * remote-rdi.c (voiddummy): Make static.
5889 (_initialize_remote_rdi): Add declaration.
5890 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
5891 * remote-rdp.c (send_rdp): Make static.
5892 (_initialize_remote_rdp): Add declaration.
5893 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
5894
5895 2003-06-11 Corinna Vinschen <vinschen@redhat.com>
5896
5897 * remote-fileio.c: Make ari happy.
5898
5899 2003-06-10 J. Brobecker <brobecker@gnat.com>
5900
5901 * rs6000-nat.c (child_xfer_memory): Compute the right address when
5902 fetching the trailing bytes of the buffer we are about to write.
5903
5904 2003-06-10 Andrew Cagney <cagney@redhat.com>
5905
5906 * remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
5907 * Makefile.in (remote-fileio.o): Update dependencies.
5908 * remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h". Do not
5909 include <setjmp.h>, or <sys/types.h> conditional on USG.
5910 (remote_fio_jmp_buf): Delete global variable.
5911
5912 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
5913 Martin M. Hunt <hunt@redhat.com>
5914
5915 * Makefile.in (REMOTE_OBS): Add remote-fileio.o
5916 (SFILES): Add remote-fileio.c.
5917 Add dependencies for building remote-fileio.o. Add remote-fileio.h to
5918 dependencies for building remote.o.
5919 * remote-fileio.c: New file implementing the remote File-I/O protocol.
5920 * remote-fileio.h: New header file defining remote File-I/O interface.
5921 * remote.c (remote_write_bytes, remote_read_bytes): Remove
5922 static storage class.
5923 (remote_wait, remote_async_wait): Call remote_fileio_request() on
5924 'F' packet.
5925 (_initialize_remote): Call initialize_remote_fileio().
5926 * remote.h: Declare remote_write_bytes() and remote_read_bytes().
5927 * defs.h: Declare gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5928 * main.c: New ui_file gdb_stdin, gdb_stdtargerr and gdb_stdtargin.
5929 (captured_main): Initialize new ui_files.
5930 * ui-file.c: Add read and fgets input functions.
5931 (ui_file_new): set ui_file_fputs and ui_file_read to null functions.
5932 (null_file_read): New function.
5933 (ui_file_read): New function.
5934 (set_ui_file_read): New function.
5935 (stdio_file_read): New function.
5936 * ui-file.h: New type ui_file_read_ftype.
5937 (set_ui_file_read): Declare.
5938 (ui_file_read): Declare.
5939
5940 2003-06-09 Andrew Cagney <cagney@redhat.com>
5941
5942 * frame.h (deprecated_unwind_get_saved_register): Rename
5943 generic_unwind_get_saved_register, update comments.
5944 * mips-tdep.c (mips_get_saved_register): Update.
5945 * frame.c (deprecated_unwind_get_saved_register): Update.
5946
5947 2003-06-09 Andrew Cagney <cagney@redhat.com>
5948
5949 * vax-tdep.c (vax_frame_locals_address): Delete function.
5950 (vax_gdbarch_init): Do not set frame_locals_address.
5951 * m68hc11-tdep.c (m68hc11_frame_locals_address): Delete function.
5952 (m68hc11_gdbarch_init): Do not set frame_locals_address.
5953 * s390-tdep.c (s390_frame_args_address): Delete function.
5954 (s390_gdbarch_init): Do not set frame_args_address or
5955 frame_locals_address.
5956 * ns32k-tdep.c (ns32k_frame_locals_address): Delete.
5957 (ns32k_gdbarch_init): Do not set frame_locals_address.
5958 * hppa-tdep.c (hppa_frame_args_address): Delete function.
5959 (hppa_frame_locals_address): Delete function.
5960 (hppa_gdbarch_init): Do not set frame_args_address, or
5961 frame_locals_address.
5962 * arm-tdep.c (arm_frame_args_address): Delete.
5963 (arm_frame_locals_address): Delete.
5964 (arm_gdbarch_init): Do not set frame_args_address, or
5965 frame_locals_address.
5966
5967 2003-06-09 Andrew Cagney <cagney@redhat.com>
5968
5969 * gdbarch.sh (FRAME_NUM_ARGS): Change to function with predicate.
5970 * gdbarch.h, gdbarch.c: Re-generate.
5971 * arch-utils.h (frame_num_args_unknown): Delete both declarations.
5972 * arch-utils.c (frame_num_args_unknown): Delete function.
5973 * stack.c (print_args_stub): Use FRAME_NUM_ARGS_P.
5974 (frame_info): Use FRAME_NUM_ARGS_P.
5975 * arm-tdep.c (arm_frame_num_args): Delete function.
5976 (arm_gdbarch_init): Do not set frame_num_args.
5977 * config/pa/tm-hppa64.h (FRAME_NUM_ARGS): Delete.
5978 * hppa-tdep.c (hppa_frame_num_args): Delete function.
5979 (hppa_gdbarch_init): Do not set frame_num_args.
5980 * config/sparc/tm-sparc.h (FRAME_NUM_ARGS): Delete.
5981 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
5982 frame_num_args to default frame_num_args_unknown.
5983 * v850-tdep.c (v850_gdbarch_init): Ditto.
5984 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
5985 * sh-tdep.c (sh_gdbarch_init): Ditto.
5986 * s390-tdep.c (s390_gdbarch_init): Ditto.
5987 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5988 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5989 * mips-tdep.c (mips_gdbarch_init): Ditto.
5990 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5991 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
5992 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
5993 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
5994 * i386-tdep.c (i386_gdbarch_init): Ditto.
5995 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
5996 * frv-tdep.c (frv_gdbarch_init): Ditto.
5997 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5998 * cris-tdep.c (cris_gdbarch_init): Ditto.
5999 * avr-tdep.c (avr_gdbarch_init): Ditto.
6000 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
6001
6002 2003-06-09 Andrew Cagney <cagney@redhat.com>
6003
6004 * printcmd.c (print_frame_nameless_args): Moved to "stack.c".
6005 (print_frame_args): Moved to "stack.c".
6006 * stack.c: Include "gdb_assert.h".
6007 (print_frame_nameless_args): Moved from "printcmd.c", made static.
6008 (print_frame_args): Moved from "printcmd.c".
6009 * frame.h (print_frame_args): Delete declaration.
6010 * Makefile.in (stack.o): Update dependencies.
6011
6012 2003-06-08 Andrew Cagney <cagney@redhat.com>
6013
6014 * frame.c (get_prev_frame): Remove reference to
6015 frame_args_address_correct in comments.
6016 * frame-base.c (default_frame_args_address): Delete code
6017 conditional on FRAME_ARGS_ADDRESS_CORRECT.
6018 * vax-tdep.c (vax_frame_args_address_correct): Delete.
6019 (vax_frame_args_address): Merge in vax_frame_args_address_correct.
6020 * config/vax/tm-vax.h (FRAME_ARGS_ADDRESS_CORRECT): Delete
6021 (vax_frame_args_address_correct): Delete declaration.
6022
6023 2003-06-08 Andrew Cagney <cagney@redhat.com>
6024
6025 * gdbarch.sh (UNWIND_SP): Add.
6026 * gdbarch.h, gdbarch.c: Re-generate.
6027 * frame.c (frame_sp_unwind): New function.
6028 (get_frame_sp): New function.
6029 * frame.h (get_frame_sp, frame_sp_unwind): Declare.
6030 * regcache.c (read_sp): Rewrite, try each of TARGET_READ_SP,
6031 gdbarch_unwind_sp and SP_REGNUM when looking for the SP register
6032 value.
6033 * d10v-tdep.c (d10v_unwind_sp): Replace d10v_read_sp.
6034 (d10v_gdbarch_init): Set unwind_sp instead of read_sp.
6035
6036 2003-06-08 Andrew Cagney <cagney@redhat.com>
6037
6038 Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and
6039 REMOTE_BREAKPOINT.
6040 * remote.c: Update.
6041 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update.
6042 (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update.
6043 * config/m68k/tm-sun3.h: Update.
6044 * config/m68k/tm-m68klynx.h: Update.
6045 * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
6046
6047 * trad-frame.h (struct trad_frame_saved_reg): Rename "struct
6048 trad_frame". Update comments.
6049 * d10v-tdep.c (struct d10v_unwind_cache): Update.
6050 * trad-frame.c (trad_frame_alloc_saved_regs): Update.
6051 (trad_frame_register_value, trad_frame_prev_register): Update.
6052
6053 2003-06-08 Andrew Cagney <cagney@redhat.com>
6054
6055 * acinclude.m4 (gcc_AC_CHECK_DECL, (gcc_AC_CHECK_DECL): Stolen
6056 from GCC's acinclude.m4.
6057 * configure.in: Check for getopt's delcaration.
6058 * aclocal.m4, config.in, configure: Re-generate.
6059 * main.c (error_init): Delete declaration.
6060 * defs.h (error_init): Declare.
6061 * rs6000-tdep.c (rs6000_fetch_pointer_argument): Make static.
6062 (rs6000_convert_from_func_ptr_addr): Make static.
6063 (_initialize_rs6000_tdep): Add declaration.
6064 * cli/cli-cmds.c (dont_repeat): Delete declaration.
6065 (show_commands, set_verbose, show_history): Delete declaration.
6066 * top.h (set_verbose): Add declaration.
6067 (show_history, set_history, show_commands): Add declaration.
6068 (do_restore_instream_cleanup): Add declaration.
6069 * objc-lang.c (specialcmp): Make static.
6070 (print_object_command): Make static.
6071 (find_objc_msgsend): Make static.
6072 (find_objc_msgcall_submethod_helper): Make static.
6073 (find_objc_msgcall_submethod): Make static.
6074 (_initialize_objc_language): Add declaration.
6075 (find_implementation_from_class): Make static.
6076 (find_implementation): Make static.
6077 * objc-exp.y (yylex): Delete lookup_struct_typedef declaration.
6078 * objc-lang.h (lookup_struct_typedef): Add declaration.
6079 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
6080 * cli/cli-script.c (clear_hook_in_cleanup): Make static.
6081 (do_restore_user_call_depth): Make static.
6082 (do_restore_instream_cleanup): Delete declaration.
6083 (dont_repeat): Delete declaration.
6084 * cli/cli-decode.c (add_abbrev_cmd): Delete function.
6085 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
6086 * reggroups.c (_initialize_reggroup): Add declaration.
6087 * cp-support.c (_initialize_cp_support): Add declaration.
6088 * cp-abi.c (_initialize_cp_abi): Add declaration.
6089 * hpacc-abi.c (_initialize_hpacc_abi): Add declaration.
6090 * gnu-v3-abi.c (gnuv3_baseclass_offset): Make static.
6091 (_initialize_gnu_v3_abi): Add declaration.
6092 * gnu-v2-abi.c (gnuv2_value_rtti_type): Make static.
6093 (_initialize_gnu_v2_abi): Add declaration.
6094 * frame-base.c (_initialize_frame_base): Add declaration.
6095 * doublest.c (floatformat_from_length): Make static.
6096 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
6097 * frame.c (create_sentinel_frame): Make static.
6098 (_initialize_frame): Add declaration.
6099 * top.c (do_catch_errors): Make static.
6100 (gdb_rl_operate_and_get_next_completion): Make static.
6101 * typeprint.c: Include "typeprint.h".
6102 * sentinel-frame.c (sentinel_frame_prev_register): Make static.
6103 (sentinel_frame_this_id): Make static.
6104 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
6105 * ui-out.c (make_cleanup_ui_out_begin_end): Delete function.
6106 * dwarf2-frame.c (dwarf2_frame_cache): Make static.
6107 * p-exp.y (push_current_type, pop_current_type): ISO C declaration.
6108 * dwarf2expr.h (dwarf_expr_context): ISO C declaration.
6109 * maint.c (maintenance_print_architecture): Make static.
6110 * signals/signals.c (_initialize_signals): Add declaration.
6111 * std-regs.c (_initialize_frame_reg): Add declaration.
6112 * jv-exp.y (push_variable): ISO C definition.
6113 (push_qualified_expression_name): Ditto.
6114 * memattr.c (_initialize_mem): Add declaration.
6115 * remote.c (remote_check_watch_resources): Make static.
6116 (remote_stopped_by_watchpoint): Make static.
6117 (remote_stopped_data_address): Make static.
6118 * d10v-tdep.c (nr_dmap_regs): Make static.
6119 (a0_regnum): Make static.
6120 (d10v_frame_unwind_cache): Make static.
6121 (d10v_frame_p): Make static.
6122 * osabi.c (show_osabi): Make static.
6123 (_initialize_gdb_osabi): Add extern declaration.
6124 * gdbtypes.c (make_qualified_type): Make static.
6125 (safe_parse_type): Make static.
6126 * macrocmd.c (_initialize_macrocmd): Add extern declaration.
6127 * macrotab.c (macro_bcache_free): Make static.
6128 * interps.c (interp_set_quiet): Make static.
6129 (interpreter_exec_cmd): Make static.
6130 * stack.h (select_frame_command): New file.
6131 * stack.c: Include "stack.h".
6132 (select_frame_command_wrapper): Delete function.
6133 (select_frame_command): Make global.
6134 * infcall.c: Include "infcall.h".
6135 * linespec.c: Include "linespec.h".
6136 * symfile.c (sections_overlap): Make static.
6137 * cp-support.h (cp_initialize_namespace): ISO C declaration.
6138 * charset.c (_initialize_charset): Add missing prototype.
6139 * regcache.c (init_legacy_regcache_descr): Make static.
6140 (do_regcache_xfree): Make static.
6141 (regcache_xfer_part): Make static.
6142 (_initialize_regcache): Add missing prototype.
6143 * breakpoint.c (parse_breakpoint_sals): Make static.
6144 (breakpoint_sals_to_pc): Make static.
6145 * interps.h (clear_interpreter_hooks): ISO C declaration.
6146 * Makefile.in (stack_h): Define.
6147 (stack.o, typeprint.o, mi-main.o): Update dependencies.
6148 (mi-cmd-stack.o, infcall.o, linespec.o): Update dependencies.
6149
6150 2003-06-08 Andrew Cagney <cagney@redhat.com>
6151
6152 * Makefile.in (d10v-tdep.o): Update dependencies.
6153 (SFILES): Add trad-frame.c.
6154 (trad_frame_h): Define.
6155 (COMMON_OBS): Add trad-frame.o.
6156 (trad-frame.o): Specify dependencies.
6157 * d10v-tdep.c: Include "trad-frame.h".
6158 (saved_regs_unwinder): Delete function.
6159 (d10v_frame_prev_register): Use trad_frame_prev_register.
6160 (struct d10v_unwind_cache): Change type of "saved_regs" to "struct
6161 trad_frame", delete "regs" and "prev_sp".
6162 (prologue_find_regs): Use trad-frame.
6163 * trad-frame.h, trad-frame.c: New files.
6164
6165 2003-06-08 Mark Kettenis <kettenis@gnu.org>
6166
6167 * dwarf2cfi.c, dwarf2cfi.h: Remove.
6168
6169 2003-06-07 Adam Fedor <fedor@gnu.org>
6170
6171 * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro.
6172 (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for
6173 using FETCH_POINTER_ARGUMENT with Objective-C method arguments.
6174 (find_implementation, resolve_msgsend, resolve_msgsend_stret,
6175 resolve_msgsend_super, resolve_msgsend_super_stret):
6176 Use it.
6177
6178 2003-06-07 Andrew Cagney <cagney@redhat.com>
6179
6180 * symfile.h: Re-indent, clean up comments.
6181
6182 2003-06-07 Andrew Cagney <cagney@redhat.com>
6183
6184 * inferior.h (deprecated_write_sp): Replace
6185 generic_target_write_sp.
6186 * regcache.c (deprecated_write_sp): Replace
6187 generic_target_write_sp.
6188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6189 * vax-tdep.c (vax_gdbarch_init): Update.
6190 * v850-tdep.c (v850_gdbarch_init): Update.
6191 * sparc-tdep.c (sparc_gdbarch_init): Update.
6192 * sh-tdep.c (sh_gdbarch_init): Update.
6193 * s390-tdep.c (s390_gdbarch_init): Update.
6194 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6195 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6196 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
6197 * mcore-tdep.c (mcore_gdbarch_init): Update.
6198 * m68k-tdep.c (m68k_gdbarch_init): Update.
6199 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6200 * ia64-tdep.c (ia64_gdbarch_init): Update.
6201 * h8300-tdep.c (h8300_gdbarch_init): Update.
6202 * frv-tdep.c (frv_gdbarch_init): Update.
6203 * cris-tdep.c (cris_gdbarch_init): Update.
6204 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Update.
6205
6206 2003-06-07 Andrew Cagney <cagney@redhat.com>
6207
6208 * dwarf2-frame.c (dwarf2_frame_cache): Add comments on PC_REGNUM.
6209 Assert that PC_REGNUM is valid.
6210 (dwarf2_frame_prev_register): Add comments on SP_REGNUM.
6211
6212 2003-06-07 Andrew Cagney <cagney@redhat.com>
6213
6214 * gdbarch.sh (TARGET_READ_SP): Add predicate, delete default.
6215 * gdbarch.h, gdbarch.c: Regenerate.
6216 * mn10300-tdep.c: Include "gdb_assert.h".
6217 (mn10300_read_fp): New function.
6218 (mn10300_gdbarch_init): Set deprecated_target_read_fp to
6219 mn10300_read_fp. Do not set read_sp to generic_target_read_sp.
6220 * ia64-tdep.c: Include "gdb_assert.h".
6221 (ia64_read_fp): New function.
6222 (ia64_gdbarch_init): Set deprecated_target_read_fp to
6223 ia64_read_sp. Do not set read_sp to generic_target_read_sp.
6224 * regcache.c (generic_target_read_sp): Delete function.
6225 (read_sp): Try TARGET_READ_SP and SP_REGNUM for the SP register.
6226 * inferior.h (generic_target_read_sp): Delete declaration.
6227 * frv-tdep.c (frv_gdbarch_init): Do not set read_sp to
6228 generic_target_read_sp.
6229 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6230 * sparc-tdep.c (sparc_gdbarch_init): Ditto
6231 * sh-tdep.c (sh_gdbarch_init): Ditto.
6232 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6233 * Makefile.in (mn10300-tdep.o, ia64-tdep.o): Update dependencies.
6234
6235 2003-06-07 Andrew Cagney <cagney@redhat.com>
6236
6237 * gdbarch.sh: Comment each field of startup_gdbarch.
6238 * gdbarch.h, gdbarch.c: Re-generate.
6239
6240 2003-06-07 Andrew Cagney <cagney@redhat.com>
6241
6242 * gdbarch.sh (TARGET_READ_PC): Add predicate, remove default.
6243 * gdbarch.h, gdbarch.c: Re-generate.
6244 * regcache.c: Update comments on read_pc et.al.
6245 (generic_target_read_pc): Delete function.
6246 (read_pc_pid): Try TARGET_READ_PC and PC_REGNUM for a PC register.
6247 * inferior.h (generic_target_read_pc): Delete declaration.
6248 * frv-tdep.c (frv_gdbarch_init): Do not set read_pc to
6249 generic_target_read_pc.
6250 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6251 * sh-tdep.c (sh_gdbarch_init): Ditto.
6252 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
6253 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6254
6255 2003-06-07 Andrew Cagney <cagney@redhat.com>
6256
6257 * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
6258 "index" with "special_local_sect". Use strcmp instead of STREQ.
6259 Append period to coments.
6260
6261 2003-06-06 Mark Mitchell <mark@codesourcery.com>
6262
6263 * elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.
6264 (elfstab_offset_sections): Likewise.
6265 * gdb-stabs.h (stab_section_info): Likewise.
6266 * i386-interix-tdep.c (pei_adjust_objfile_offsets): Likewise.
6267 * objfiles.c (objfile_relocate): Likewise.
6268 * pa64solib.c (pa64_solib_add_solib_objfile): Likewise.
6269 * remote.c (get_offsets): Likewise.
6270 (remote_cisco_objfile_relocate): Likewise.
6271 * somread.c (som_symfile_offsets): Likewise.
6272 * symfile.c (alloc_section_addr_info): New function.
6273 (build_section_addr_info_from_section_tab): Use it.
6274 (free_section_addr_info): Adjust.
6275 (default_symfile_offsets): Avoid use of SECT_OFF_MAX.
6276 (syms_from_objfile): Allocate local_addr dynamically.
6277 (symbol_file_add_with_addrs_or_offsets): Allocate orig_addrs
6278 dynamically.
6279 (add_symbol_file_command): Allocate sect_opts dynamically.
6280 (reread_symbols): Avoid use of SECT_OFF_MAX.
6281 * symfile.h (section_addr_info): Do not use MAX_SECTIONS.
6282 (alloc_section_addr_info): Declare it.
6283 * symtab.h (SIZEOF_SECTION_OFFSETS): Remove.
6284 * win32-nat.c (solib_symbols_add): Allocate section_addrs
6285 dynamically.
6286 * xcoffread.c (xcoff_symfile_offsets): Avoid use of SECT_OFF_MAX.
6287
6288 2003-06-06 Andrew Cagney <cagney@redhat.com>
6289
6290 * d10v-tdep.c (struct d10v_unwind_cache): Delete "return_pc".
6291 (d10v_frame_unwind_cache): Do not set "return_pc".
6292
6293 2003-06-06 Michael Snyder <msnyder@redhat.com>
6294
6295 * h8300-tdep.c: Make tidy (long lines).
6296
6297 2003-06-06 Michal Ludvig <mludvig@suse.cz>
6298
6299 * x86-64-tdep.c (x86_64_fill_fxsave): Pass correct regnums
6300 to regcache_collect().
6301
6302 2003-06-05 J. Brobecker <brobecker@gnat.com>
6303
6304 * hppa-hpux-tdep.c (hppa_hpux_init_abi): New function, setting
6305 pc_in_sigtramp multiarch method.
6306 (hppa_hpux_som_init_abi): Use it.
6307 (hppa_hpux_elf_init_abi): Likewise.
6308 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Remove, now that this
6309 macro has been multiarched.
6310 * config/pa/tm-hppa64.h (PC_IN_SIGTRAMP): Temporarily set this
6311 macro here, as hppa64 isn't multiarched yet.
6312
6313 2003-06-05 Andrew Cagney <cagney@redhat.com>
6314
6315 * Makefile.in (value_h): Add $(frame_h).
6316 * value.h: Include "frame.h".
6317 (struct value): Replace "frame_addr" with "frame_id".
6318 (VALUE_FRAME_ID): Replace VALUE_FRAME.
6319 * values.c (allocate_value): Use VALUE_FRAME_ID.
6320 (value_copy): Use VALUE_FRAME_ID.
6321 * findvar.c (value_from_register): Use VALUE_FRAME_ID.
6322 * valops.c (value_assign): Update. Use frame_find_by_id.
6323
6324 2003-06-05 Michal Ludvig <mludvig@suse.cz>
6325
6326 * x86-64-tdep.c (x86_64_push_arguments): Don't clear offset
6327 in each pass.
6328
6329 2003-06-05 Jeff Johnston <jjohnstn@redhat.com>
6330
6331 * thread-db.c (check_event): For create/death event breakpoints,
6332 loop through all messages to ensure that we read the message
6333 corresponding to the breakpoint we are at.
6334
6335 2003-06-04 Michael Snyder <msnyder@redhat.com>
6336
6337 * h8300-tdep.c (h8300_gdbarch_init): Add h8300hn, h8300sn.
6338
6339 2003-06-04 Mark Kettenis <kettenis@gnu.org>
6340
6341 * dwarf2-frame.c (struct comp_unit): Add member `dbase'.
6342 (read_encoded_value): Handle DW_EH_PE_datarel encoding.
6343 (dwarf2_build_frame_info): Set base for DW_EH_PE_datarel encodings
6344 when handling .eh_frame sections.
6345
6346 2003-06-04 J. Brobecker <brobecker@gnat.com>
6347
6348 * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic
6349 prepare_to_proceed procedure instead of the hppa-specific one.
6350 * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used.
6351
6352 2003-06-04 Jeff Johnston <jjohnstn@redhat.com>
6353
6354 * acconfig.h: Add HAVE_TKILL_SYSCALL definition check.
6355 * config.in: Regenerated.
6356 * configure.in: Add test for syscall function and check for
6357 __NR_tkill macro in <syscall.h> to set HAVE_TKILL_SYSCALL.
6358 * configure: Regenerated.
6359 * lin-lwp.c [HAVE_TKILL_SYSCALL]: Include <unistd.h> and
6360 <sys/syscall.h>.
6361 (kill_lwp): New function that uses tkill syscall or
6362 uses kill, depending on whether threading model is nptl or not.
6363 All callers of kill() changed to use kill_lwp().
6364 (lin_lwp_wait): Make special check when WIFEXITED occurs to
6365 see if all threads have already exited in the nptl model.
6366 (stop_and_resume_callback): New callback function used by the
6367 lin_lwp_wait thread exit handling code.
6368 (stop_wait_callback): Check for threads already having exited and
6369 delete such threads fromt the lwp list when discovered.
6370 (stop_callback): Don't assert retcode of kill call.
6371
6372 Roland McGrath <roland@redhat.com>
6373 * i386-linux-nat.c (ps_get_thread_area): New function needed by
6374 nptl libthread_db.
6375
6376 2003-06-03 Richard Henderson <rth@redhat.com>
6377
6378 * alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
6379 (alpha_sigtramp_frame_this_id): Use get_frame_memory.
6380 (alpha_sigtramp_frame_prev_register): Likewise.
6381 (alpha_heuristic_frame_prev_register): Likewise.
6382 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
6383
6384 * alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
6385 alpha-specific register id names.
6386 (alpha_mdebug_frame_unwind_cache): Likewise.
6387 (alpha_mdebug_frame_prev_register): Likewise.
6388
6389 2003-06-03 Richard Henderson <rth@redhat.com>
6390
6391 * alpha-tdep.c (alpha_dwarf2_init_abi): New.
6392 * alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
6393 * alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
6394 * alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
6395 unwind routines.
6396 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6397 * config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6398 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
6399
6400 * alpha-linux-tdep.c: Remove unnecessary includes.
6401 * Makefile.in (alpha-linux-tdep.o): Update.
6402
6403 2003-06-03 Richard Henderson <rth@redhat.com>
6404
6405 * alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
6406 (alphabsd_fill_fpreg): Likewise.
6407
6408 2003-06-03 J. Brobecker <brobecker@gnat.com>
6409
6410 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
6411 references to struct frame_info fields by calls to the equivalent
6412 accessors. Necessary now that frame_info is opaque.
6413
6414 2003-06-03 J. Brobecker <brobecker@gnat.com>
6415
6416 * alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
6417 (alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
6418 structure, field no longer exists.
6419
6420 2003-06-03 J. Brobecker <brobecker@gnat.com>
6421
6422 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
6423 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
6424
6425 2003-06-03 J. Brobecker <brobecker@gnat.com>
6426
6427 * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
6428 references to struct frame_info fields by calls to the equivalent
6429 accessors. Necessary now that frame_info is opaque.
6430
6431 2003-06-03 J. Brobecker <brobecker@gnat.com>
6432
6433 * alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
6434 (alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
6435 structure, field no longer exists.
6436
6437 2003-06-03 Theodore A. Roth <troth@openavr.org>
6438
6439 * remote.c (init_remote_state): Compute sizeof_g_packet by
6440 accumulation of the size of all registers instead of blindly using
6441 DEPRECATED_REGISTER_BYTES.
6442
6443 2003-06-03 Michael Snyder <msnyder@redhat.com>
6444
6445 * config/h8300/tm-h8300.h (h8300sxmode): Declare.
6446 * h8300-tdep.c (h8300_gdbarch_init): Set machine mode
6447 for h8300sx.
6448
6449 2003-06-03 J. Brobecker <brobecker@gnat.com>
6450
6451 * alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
6452 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
6453
6454 2003-06-03 Andrew Cagney <cagney@redhat.com>
6455
6456 * sparc-tdep.c (sparc_convert_to_virtual): Delete function.
6457 (sparc_convert_to_raw): Delete function.
6458 (sparc_gdbarch_init): Do not set register_convert_to_raw or
6459 register_convert_to_virtual.
6460
6461 2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
6462
6463 * thread-db.c (thread_db_mourn_inferior): Unpush thread target
6464 layer if not dealing with a statically-linked threaded program.
6465
6466 2003-06-03 Kris Warkentin <kewarken@qnx.com>
6467
6468 * solib.c (solib_open): Update comment to reflect actual search order.
6469
6470 2003-06-03 Andrew Cagney <cagney@redhat.com>
6471
6472 * frame.c (get_frame_memory_signed): New function.
6473 (get_frame_memory, get_frame_memory_unsigned): New function.
6474 (get_frame_arch): New function.
6475 * frame.h (get_frame_signed_memory, get_frame_arch): Declare.
6476 (get_frame_memory, get_frame_unsigned_memory): Declare.
6477 * d10v-tdep.c (d10v_frame_unwind_cache): Use
6478 get_frame_memory_unsigned and get_frame_arch.
6479 (d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
6480
6481 2003-06-03 Raoul Gough <RaoulGough@yahoo.co.uk>
6482
6483 * MAINTAINERS (write after approval): Add myself.
6484
6485 2003-06-03 Jim Blandy <jimb@redhat.com>
6486
6487 * s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
6488 elements of gregset_t are 64 bits each, but access registers
6489 are still 32 bits, so they're packed two per gregset_t
6490 element. Unpack/pack them properly.
6491
6492 2003-06-02 David Carlton <carlton@bactrian.org>
6493
6494 * linespec.c (find_methods): Break out code into
6495 add_matching_methods and add_constructors.
6496 (add_matching_methods): New.
6497 (add_constructors): Ditto.
6498
6499 2003-06-02 Andrew Cagney <cagney@redhat.com>
6500
6501 * sparc-tdep.c (sparc_print_registers): Delete call to
6502 REGISTER_CONVERTIBLE.
6503 (sparc_gdbarch_init): Do not set register_convertible.
6504 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6505 * frv-tdep.c (frv_gdbarch_init): Ditto.
6506 * cris-tdep.c (cris_gdbarch_init): Ditto.
6507
6508 2003-06-02 Elena Zannoni <ezannoni@redhat.com>
6509
6510 * target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
6511 * symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
6512 (syms_from_objfile): Ditto.
6513
6514 2003-06-03 Andreas Schwab <schwab@suse.de>
6515
6516 * m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
6517 (_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
6518
6519 2003-06-02 Richard Henderson <rth@redhat.com>
6520
6521 * alpha-tdep.c (alpha_register_reggroup_p): Zero is only
6522 a member of all_reggroup.
6523
6524 2003-06-02 Richard Henderson <rth@redhat.com>
6525
6526 * alpha-tdep.c (alpha_register_type): Change from _virtual_type.
6527 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): Remove.
6528 (alpha_lds, alpha_sts): New.
6529 (alpha_convert_register_p): Change from _register_convertible.
6530 (alpha_register_to_value): Change from _convert_to_virtual;
6531 restructure and fail for type sizes other than 4 or 8.
6532 (alpha_value_to_register): Similarly.
6533 (alpha_extract_return_value): Use alpha_sts.
6534 (alpha_store_return_value): Use alpha_lds.
6535 (alpha_gdbarch_init): Update hooks.
6536
6537 2003-06-02 Richard Henderson <rth@redhat.com>
6538
6539 * alpha-tdep.c (alpha_register_virtual_type): Use alpha-specific
6540 regnum identifiers.
6541 (alpha_sigtramp_register_address): Likewise.
6542
6543 2003-06-02 Richard Henderson <rth@redhat.com>
6544
6545 * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New.
6546 (alpha_supply_fp_regs, alpha_fill_fp_regs): New.
6547 * alpha-tdep.h: Declare them.
6548
6549 * alpha-nat.c (fetch_osf_core_registers): Constify core_reg_mapping.
6550 Remove zerobuf. Don't error on UNIQUE.
6551 (fetch_elf_core_registers): Use alpha_supply_{int,fp}_regs.
6552 (ALPHA_REGSET_UNIQUE): Provide default.
6553 (supply_gregset): Use alpha_supply_int_regs.
6554 (fill_gregset): Use alpha_fill_int_regs.
6555 (supply_fpregset): Use alpha_supply_fp_regs.
6556 (fill_fpregset): Use alpha_fill_fp_regs.
6557 * alphabsd-tdep.c (NUM_GREGS, NUM_FPREGS): Remove.
6558 (alphabsd_supply_reg): Use alpha_supply_int_regs.
6559 (alphabsd_fill_reg): Use alpha_fill_int_regs.
6560 (alphabsd_supply_fpreg): Use alpha_supply_fp_regs.
6561 (alphabsd_fill_fpreg): Use alpha_fill_fp_regs.
6562 * config/alpha/nm-linux.h (ALPHA_REGSET_UNIQUE): New.
6563
6564 2003-06-02 Richard Henderson <rth@redhat.com>
6565
6566 * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
6567
6568 * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
6569 (alpha_store_return_value): Likewise.
6570
6571 2003-06-02 David Carlton <carlton@math.stanford.edu>
6572
6573 * block.c (contained_in): Add 'const' to arguments.
6574 (block_function): Ditto.
6575 * block.h: Update declarations for block_function and
6576 contained_in.
6577
6578 2003-06-02 David Carlton <carlton@math.stanford.edu>
6579
6580 * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
6581 * c-valprint.c (c_val_print): Delete unneeded variable 's'.
6582 * p-valprint.c (pascal_val_print): Ditto.
6583 * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
6584
6585 2003-06-02 Richard Henderson <rth@redhat.com>
6586
6587 * alpha-tdep.c (alpha_push_dummy_call): Use
6588 builtin_type_ieee_double_little instead of builtin_type_double.
6589
6590 * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated
6591 sign-extension of 32-bit values.
6592 (alpha_store_return_value): Similarly.
6593
6594 * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
6595 (alpha_extract_return_value): Likewise.
6596 (alpha_store_return_value): Likewise.
6597
6598 * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
6599 (alpha_store_return_value): Error on IEEE Quad floats.
6600
6601 * alpha-tdep.c (alpha_extract_return_value): Convert to regcache.
6602 (alpha_extract_struct_value_address): Likewise.
6603 (alpha_store_return_value): Likewise.
6604 (alpha_store_struct_return): Remove.
6605 (alpha_gdbarch_init): Update hook registration to match.
6606
6607 * alpha-tdep.c (alpha_register_convert_to_virtual): Tidy use of
6608 deprecated interfaces; use ALPHA_REGISTER_SIZE instead of gdbarch
6609 macros where appropriate.
6610 (alpha_register_convert_to_raw): Similarly. Use unpack_long.
6611 (alpha_convert_flt_dbl, alpha_convert_dbl_flt): New.
6612
6613 * alpha-tdep.c (alpha_register_virtual_type): Use void_data_ptr
6614 for SP, GP; void_func_ptr for PC; non-language-specific types
6615 for all others.
6616 * alpha-tdep.h (ALPHA_GP_REGNUM): New.
6617
6618 2003-06-02 Richard Henderson <rth@redhat.com>
6619
6620 * top.h (lim_at_start): Declare.
6621 * main.c (captured_main): Set it.
6622 * top.c (lim_at_start): Define.
6623 (command_loop): Use it instead of &environ.
6624 * event-top.c (command_handler): Likewise.
6625
6626 2003-06-01 Jason Thorpe <thorpej@wasabisystems.com>
6627
6628 * mipsnbsd-tdep.c: Update copyright years.
6629 (fetch_core_registers): Correct arguments to mipsnbsd_supply_fpreg.
6630
6631 2003-06-01 Richard Henderson <rth@redhat.com>
6632
6633 * Makefile.in (ALLDEPFILES): Add alpha-mdebug-tdep.c.
6634 (alpha-linux-tdep.o): Update dependencies.
6635 (alpha-nat.o, alpha-tdep.o, alpha-mdebug-tdep.o): Likewise.
6636 * alpha-mdebug-tdep.c: Remove unneeded includes.
6637
6638 2003-06-01 Richard Henderson <rth@redhat.com>
6639
6640 * alpha-tdep.c (alpha_register_reggroup_p): New.
6641 (alpha_gdbarch_init): Register it.
6642
6643 2003-06-02 Andrew Cagney <cagney@redhat.com>
6644
6645 * dwarfread.c: Eliminate "register"
6646 (decode_die_type): Eliminate assignment within "if".
6647 (struct_type, decode_array_element_type): Ditto.
6648 (dwarf_read_array_type, read_tag_pointer_type): Ditto.
6649 (read_subroutine_type, enum_type, add_enum_psymbol): Ditto.
6650 (decode_modified_type, completedieinfo): Ditto.
6651 * block.c: Eliminate "register".
6652 (blockvector_for_pc_sect): Eliminate assignment within "if".
6653 * cp-support.h (struct symbol): Opaque declaration.
6654 * breakpoint.c (handle_gnu_v3_exceptions): Use xfree, not free.
6655
6656 2003-06-01 Richard Henderson <rth@redhat.com>
6657
6658 * alpha-tdep.c (alpha_gdbarch_init): Use set_gdbarch_print_insn ...
6659 (_initialize_alpha_tdep): ... not deprecated_tm_print_insn.
6660
6661 2003-06-01 Adam Fedor <fedor@gnu.org>
6662
6663 * gdbarch.sh (function_list): Add FETCH_POINTER_ARGUMENT.
6664 * gdbarch.[ch]: Regenerate.
6665 * hppa-tdep.c (hppa_fetch_pointer_argument): New function.
6666 (hppa_gdbarch_init): Set it in the gdbarch vector.
6667 * i386-tdep.c (i386_fetch_pointer_argument): New
6668 (i386_gdbarch_init): Set it into gdbarch.
6669 * rs6000-tdep.c (rs6000_fetch_pointer_argument): New.
6670 (rs6000_gdbarch_init): Set it in gdbarch.
6671 * sparc-tdep.c (sparc_fetch_pointer_argument): New
6672 (sparc_gdbarch_init): Set it in gdbarch.
6673
6674 2003-06-01 Andrew Cagney <cagney@redhat.com>
6675
6676 * defs.h (extract_address): Delete declaration.
6677 * findvar.c (extract_address): Delete function.
6678 * xstormy16-tdep.c (xstormy16_extract_return_value): Replace
6679 extract_address with the inline equivalent,
6680 extract_unsigned_integer.
6681 (xstormy16_extract_struct_value_address): Ditto.
6682 (xstormy16_pointer_to_address): Ditto.
6683 * vax-tdep.c (vax_extract_struct_value_address): Ditto.
6684 * v850-tdep.c (v850_push_arguments): Ditto.
6685 (v850_extract_return_value): Ditto.
6686 (v850_extract_struct_value_address): Ditto.
6687 * sparcnbsd-tdep.c (sparcnbsd_get_longjmp_target_32): Ditto.
6688 (sparcnbsd_get_longjmp_target_64): Ditto.
6689 * sparc-tdep.c (sparc_frame_saved_pc): Ditto.
6690 (get_longjmp_target): Ditto.
6691 * sh-tdep.c (sh_extract_struct_value_address): Ditto.
6692 (sh64_extract_struct_value_address): Ditto.
6693 (sh_push_arguments): Ditto.
6694 (sh64_push_arguments): Ditto.
6695 * remote-vxsparc.c (vx_read_register): Ditto.
6696 * ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Ditto.
6697 * ns32k-tdep.c (ns32k_extract_struct_value_address): Ditto.
6698 * mn10300-tdep.c (mn10300_extract_struct_value_address): Ditto.
6699 * mipsv4-nat.c (get_longjmp_target): Ditto.
6700 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Ditto.
6701 * mips-nat.c (get_longjmp_target): Ditto.
6702 * mips-linux-tdep.c (mips_linux_get_longjmp_target): Ditto.
6703 * mcore-tdep.c (mcore_extract_struct_value_address): Ditto.
6704 * m68k-tdep.c (m68k_get_longjmp_target): Ditto.
6705 * m68hc11-tdep.c (m68hc11_extract_struct_value_address): Ditto.
6706 * irix5-nat.c (get_longjmp_target): Ditto.
6707 * irix4-nat.c (get_longjmp_target): Ditto.
6708 * ia64-tdep.c (generic_elf_find_global_pointer): Ditto.
6709 (ia64_push_arguments): Ditto.
6710 * hpux-thread.c (hpux_thread_store_registers): Ditto.
6711 * h8300-tdep.c (h8300_push_arguments): Ditto.
6712 (h8300_store_return_value): Ditto.
6713 (h8300_extract_struct_value_address): Ditto.
6714 * frv-tdep.c (frv_extract_struct_value_address): Ditto.
6715 (frv_push_arguments): Ditto.
6716 * avr-tdep.c (avr_pointer_to_address): Ditto.
6717 (avr_push_arguments): Ditto.
6718 * arm-tdep.c (arm_push_dummy_call): Ditto.
6719 (arm_get_longjmp_target): Ditto.
6720 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
6721 * alpha-tdep.c (alpha_extract_struct_value_address): Ditto.
6722 (alpha_get_longjmp_target): Ditto.
6723
6724 * solib-irix.c (extract_mips_address): Inline extract_address,
6725 replacing it with extract_signed_integer.
6726 * solib-svr4.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6727 (LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY): Ditto.
6728 (first_link_map_member, open_symbol_file_object): Ditto.
6729 (svr4_fetch_objfile_link_map, svr4_fetch_objfile_link_map): Ditto.
6730 * solib-sunos.c (SOLIB_EXTRACT_ADDRESS): Ditto.
6731 (LM_NEXT, LM_NAME): Ditto.
6732
6733 2003-06-01 Richard Henderson <rth@redhat.com>
6734
6735 * alpha-tdep.h (ALPHA_FP_REGNUM): Remove.
6736 * alpha-tdep.c (alpha_register_name): Remove vfp entry.
6737 (alpha_cannot_fetch_register): Remove ALPHA_FP_REGNUM.
6738 (alpha_cannot_store_register): Likewise.
6739 * alphabsd-nat.c (fetch_inferior_registers): Don't set FP_REGNUM.
6740 * alpha-nat.c (supply_gregset): Likewise.
6741 * alphanbsd-tdep.c (fetch_core_registers): Likewise.
6742
6743 2003-06-01 Andrew Cagney <cagney@redhat.com>
6744
6745 * infcall.c (call_function_by_hand): Update comment on
6746 DEPRECATED_DUMMY_WRITE_SP.
6747
6748 * mips-tdep.c (mips_gdbarch_init): Do not set
6749 deprecated_dummy_write_sp.
6750 (mips_eabi_push_dummy_call): Set the SP register.
6751 (mips_o64_push_dummy_call): Set the SP register.
6752 (mips_o32_push_dummy_call): Set the SP register.
6753 (mips_n32n64_push_dummy_call): Set the SP register.
6754
6755 2003-06-01 Richard Henderson <rth@redhat.com>
6756
6757 * alpha-nat.c (fetch_osf_core_registers): Use ALPHA_REGISTER_SIZE
6758 instead of ALPHA_MAX_REGISTER_RAW_SIZE.
6759 (supply_gregset): Likewise.
6760 * alpha-tdep.c (alpha_store_return_value): Likewise.
6761 (alpha_get_longjmp_target): Likewise.
6762 (alpha_register_name): Constify array.
6763 (alpha_gdbarch_init): Remove deprecated_fp_regnum,
6764 deprecated_register_size, deprecated_register_bytes,
6765 deprecated_max_register_raw_size, deprecated_max_register_virtual_size.
6766 * alpha-tdep.h (ALPHA_MAX_REGISTER_RAW_SIZE): Remove.
6767 (ALPHA_MAX_REGISTER_VIRTUAL_SIZE): Remove.
6768
6769 2003-06-01 Richard Henderson <rth@redhat.com>
6770
6771 * alpha-tdep.c (alpha_push_dummy_call): Store sp. Tidy copies
6772 from arg_reg_buffer to regcache to avoid double conversion.
6773
6774 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6775
6776 * i386-linux-nat.c (child_resume): Use I386_ESP_REGNUM instead of
6777 SP_REGNUM.
6778 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Likewise.
6779 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Likewise.
6780
6781 2003-06-01 Richard Henderson <rth@redhat.com>
6782
6783 * dwarf2-frame.c (struct dwarf2_cie): Add saw_z_augmentation.
6784 (decode_frame_entry): Set it. Skip FDE augmentation.
6785
6786 2003-06-01 Richard Henderson <rth@redhat.com>
6787
6788 * dwarf2-frame.c (dwarf2_frame_cache): Handle retaddr_column
6789 not overlapping PC_REGNUM.
6790
6791 2003-06-01 Richard Henderson <rth@redhat.com>
6792
6793 * alpha-tdep.c (alpha_push_dummy_call): Transmography from
6794 alpha_push_arguments. Don't dump argument register data to
6795 the target stack. Fix float and 128-bit long double semantics.
6796 Store $t12 and $ra as specified by the ABI. Use regcache everywhere.
6797 (alpha_fix_call_dummy): Remove.
6798 (alpha_call_dummy_words): Remove.
6799 (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call.
6800
6801 2003-06-01 Richard Henderson <rth@redhat.com>
6802
6803 * alpha-linux-tdep.c (alpha_linux_init_abi): Install dwarf2 unwinder.
6804
6805 2003-06-01 Andrew Cagney <cagney@redhat.com>
6806
6807 * mips-tdep.c (is_mips16_addr): New function.
6808 (make_mips16_addr, unmake_mips16_addr): New functions.
6809 (pc_is_mips16, mips_fetch_instruction): Use.
6810 (gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
6811 (gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
6812 (mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
6813 UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
6814 TARGET_MIPS.
6815 * config/mips/tm-mips.h: Update copyright.
6816 (TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
6817 (DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
6818 (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
6819 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
6820 (TM_PRINT_INSN_MACH): Delete.
6821 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
6822
6823 * configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
6824 mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
6825 mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
6826 mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
6827 mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
6828 mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
6829 mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
6830 mips*-*-riscos* and mips*-*-sysv* onto mips.
6831 * config/mips/mips64.mt: New file.
6832 * config/mips/mips.mt: New file.
6833 * config/mips/littlemips.mt: Delete file.
6834 * config/mips/decstation.mt: Delete file.
6835 * config/mips/vr4300el.mt: Delete file.
6836 * config/mips/vr5000el.mt: Delete file.
6837 * config/mips/vr5000.mt: Delete file.
6838 * config/mips/vr4100.mt: Delete file.
6839 * config/mips/vr4xxxel.mt: Delete file.
6840 * config/mips/vr4300.mt: Delete file.
6841 * config/mips/vr4xxx.mt: Delete file.
6842 * config/mips/bigmips.mt: Delete file.
6843 * config/mips/bigmips64.mt: Delete file.
6844 * config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
6845 * config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
6846 * config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
6847 * config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
6848 * config/mips/tm-tx39.h: Include "tm-mips.h" instead of
6849 "tm-bigmips.h".
6850 * config/mips/tm-irix3.h: Ditto.
6851 * config/mips/tm-mipsv4.h: Ditto.
6852 * config/mips/tm-embed.h: Ditto.
6853 * config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
6854 "tm-bigmips64.h".
6855 * config/mips/tm-vr5000el.h: Delete file.
6856 * config/mips/tm-tx39l.h: Delete file.
6857 * config/mips/tm-vr4300el.h: Delete file.
6858 * config/mips/tm-vr4xxxel.h: Delete file.
6859 * config/mips/tm-vr4300.h: Delete file.
6860 * config/mips/tm-vr4100.h: Delete file.
6861 * config/mips/tm-vr4xxx.h: Delete file.
6862 * config/mips/tm-vr5000.h: Delete file.
6863 * config/mips/tm-embedl64.h: Delete file.
6864 * config/mips/tm-embedl.h: Delete file.
6865 * config/mips/tm-embed64.h: Delete file.
6866 * config/mips/tm-bigmips64.h: Delete file.
6867 * config/mips/tm-bigmips.h: Delete file.
6868
6869 2003-06-01 Mark Kettenis <kettenis@gnu.org>
6870
6871 Fix gdb/1216.
6872 * shnbsd-nat.c: Include "sh-tdep.h".
6873
6874 From Richard Henderson <rth@redhat.com>:
6875 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Fix ptr arithmetic.
6876
6877 2003-05-31 Andrew Cagney <cagney@redhat.com>
6878
6879 * mips-tdep.c (set_reg_offset): Add saved_regs parameter. Add
6880 forward declaration.
6881 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6882 (mips16_heuristic_proc_desc): Pass temp_saved_regs.
6883 (mips_find_saved_regs): Use set_reg_offset.
6884 (mips_frame_init_saved_regs): Delete function.
6885 (mips_pop_frame): Call mips_find_saved_regs instead of
6886 DEPRECATED_FRAME_INIT_SAVED_REGS.
6887
6888 2003-05-31 Andrew Cagney <cagney@redhat.com>
6889
6890 * mips-tdep.c (mips_gdbarch_init): Do not set
6891 deprecated_max_register_raw_size, register_virtual_size, and
6892 deprecated_max_register_virtual_size.
6893
6894 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6895
6896 * i386-tdep.c: Include "dwarf2-frame.h".
6897 (i386_gdbarch_init): Hook in the DWARF CFI frame unwinder.
6898 * Makefile.in (i386-tdep.o): Update dependencies.
6899
6900 * dwarf2-frame.c, dwarf2-frame.h: New files.
6901 * Makefile.in (SFILES): Add dwarf2-frame.c.
6902 (dwarf2_frame_h): Define.
6903 (COMMON_OBS): Add dwarf2-frame.o.
6904 (dwarf2-frame.o): Add dependencies.
6905
6906 2003-05-31 Andreas Jaeger <aj@suse.de>
6907
6908 * x86-64-linux-nat.c: Fix comment.
6909
6910 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6911
6912 * x86-64-tdep.c (x86_64_push_dummy_call): Adjust for changed
6913 function signature.
6914
6915 * i386-tdep.c (i386_sigtramp_frame_p): Only handle frames if we
6916 have a sigcontext_addr handler.
6917 * x86-64-tdep.c (x86_64_sigtramp_frame_p): Assert that we have a
6918 sigcontext_addr handler.
6919
6920 2003-05-31 Andrew Cagney <cagney@redhat.com>
6921
6922 * mips-tdep.c (print_gp_register_row): Replace do_gp_register_row.
6923 (print_fp_register_row): Replace do_fp_register_row.
6924 (mips_print_fp_register): Add "file" and "frame" parameters.
6925 (mips_print_register): Add "file" and "frame" parameters.
6926 (mips_print_registers_info): Replace mips_do_registers_info.
6927 (mips_gdbarch_init): Set print_registers_info instead of
6928 deprecated_do_registers_info.
6929 (mips_read_fp_register_single): Add "frame" parameter.
6930 (mips_read_fp_register_double): Add "frame" parameter.
6931
6932 2003-05-31 Mark Kettenis <kettenis@gnu.org>
6933
6934 * i386-tdep.c (i386_register_name): Check for MMX registers first.
6935 Fixes a bug where GDB would print the wrong register names for
6936 targets without SSE.
6937
6938 * x86-64-tdep.c (X86_64_NUM_SAVED_REGS): Set to X86_64_NUM_GREGS.
6939 (x86_64_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6940 registers.
6941
6942 * x86-64-linux-tdep.c (x86_64_linux_sc_reg_offset): New variable.
6943 (x86_64_linux_init_abi): Initialize TDEP->sc_reg_offset and
6944 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6945 TDEP->sc_sp_offset.
6946
6947 From Michal Ludvig <mludvig@suse.cz>:
6948 * i386-tdep.h (struct gdbarch_tdep): Add members `sc_reg_offset'
6949 and `sc_num_regs'.
6950 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
6951 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
6952 I386_ST0_REGNUM): Move here from...
6953 * i386-tdep.c: ... here.
6954 (I386_NUM_SAVED_REGS): Define to I386_NUM_REGS.
6955 (i386_sigtramp_frame_cache): Use `sc_reg_offset' to find saved
6956 registers if possible.
6957 (i386_gdbarch_init): Initialize TDEP->sc_reg_offset.
6958 * i386bsd-tdep.c (i386bsd_sc_pc_offset, i386bsd_sc_sp_offset):
6959 Remove variables.
6960 (i386bsd_sc_reg_offset): New variable.
6961 (i386bsd_init_abi): Initialize TDEP->sc_reg_offset and
6962 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6963 TDEP->sc_sp_offset.
6964 (i386fbsd_sc_reg_offset): New variable.
6965 (i386fbsdaout_init_abi): Initialize TDEP->sc_reg_offset and
6966 TDEP->sc_num_regs.
6967 (i386fbsd4_sc_pc_offset, i386fbsd4_sc_sp_offset): Remove
6968 variables.
6969 (i386fbsd4_sc_reg_offset): New variable.
6970 (i3864bsd4_init_abi): Initialize TDEP->sc_reg_offset and
6971 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6972 TDEP->sc_sp_offset.
6973 * i386-linux-tdep.c (i386_linux_sc_reg_offset): New variable.
6974 (i386_linux_init_abi): Set TDEP->sc_reg_offset and TDEP->sc_num_regs.
6975 * i386nbsd-tdep.c (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset):
6976 Remove variables.
6977 (i386nbsd_sc_reg_offset): New variable.
6978 (i386nbsd_init_abi): Initialize TDEP->sc_reg_offset and
6979 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6980 TDEP->sc_sp_offset.
6981 * i386obsd-tdep.c (i386obsd_sc_pc_offset, i386obsd_sc_sp_offset):
6982 Remove variables.
6983 (i386obsd_sc_reg_offset): New variable.
6984 (i386obsd_init_abi): Initialize TDEP->sc_reg_offset and
6985 TDEP->sc_num_regs instead of TDEP->sc_pc_offset and
6986 TDEP->sc_sp_offset.
6987 * i386bsd-nat.c (_initialize_i386bsd_nat): Adjust for changes in
6988 i386bsd-tdep.c, i386nbsd-tdep.c and i386obsd-tdep.c. Add check
6989 for frame pointer offset in `struct sigcontext'.
6990
6991 2003-05-31 Andrew Cagney <cagney@redhat.com>
6992
6993 * mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
6994 architecture methods call_dummy_words, sizeof_call_dummy_words,
6995 push_return_address, store_struct_return, and fix_call_dummy. Set
6996 push_dummy_call instead of deprecated_push_arguments.
6997 (mips_store_struct_return): Delete function.
6998 (mips_fix_call_dummy): Delete function.
6999 (mips_push_return_address): Delete function.
7000 (mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
7001 RA_REGNUM and T9_REGNUM.
7002 (mips_n32n64_push_dummy_call): Ditto for
7003 mips_n32n64_push_arguments.
7004 (mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
7005 (mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
7006
7007 2003-05-31 Andrew Cagney <cagney@redhat.com>
7008
7009 * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename
7010 "dummy_addr" to "bp_addr".
7011 * infcall.c (call_function_by_hand): Pass "funaddr" to
7012 gdbarch_push_dummy_call.
7013 * gdbarch.h, gdbarch.c: Re-generate.
7014 * i386-tdep.c (i386_push_dummy_call): Update.
7015 * arm-tdep.c (arm_push_dummy_call): Update.
7016 * d10v-tdep.c (d10v_push_dummy_call): Update.
7017
7018 2003-05-31 Mark Kettenis <kettenis@gnu.org>
7019
7020 * x86-64-tdep.h (x86_64_num_regs, x86_64_num_gregs): Remove
7021 variable declarations.
7022 (x86_64_register_number, x86_64_register_name): Remove prototypes.
7023 (x86_64_linux_frame_saved_pc, x86_64_linux+saved_pc_after_call,
7024 x86_64_linux_in_sigtramp, x86_64_linux_frame_chain,
7025 x86_64_init_frame_pc, x86_64_init_frame_pc,
7026 x86_64_function_has_prologue): Remove prototypes.
7027 (X86_64_NUM_GREGS): New define.
7028 (x86_64_supply_fxsave, x86_64_fill_fxsave): New prototypes.
7029 * x86-64-tdep.c: Don't include "dwarf2cfi.h". Include
7030 "dummy_frame.h", "frame.h", "frame-base.h", "frame-unwind.h".
7031 (RAX_REGNUM, RDX_REGNUM, RDI_REGNUM, EFLAGS_REGNUM, ST0_REGNUM,
7032 XMM1_REGNUM): Remove defines.
7033 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM,
7034 X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM,
7035 X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM,
7036 X86_64_XMM1_REGNUM): New defines.
7037 (struct x86_64_register_info): Renamed from `struct
7038 register_info'. Remove `size' member.
7039 (x86_64_register_info_table): Remove variable.
7040 (x86_64_register_info): New variable.
7041 (X86_64_NUM_REGS): New define.
7042 (X86_64_NUM_GREGS): Remove define.
7043 (x86_64_num_regs, x86_64_num_gregs): Remove variables.
7044 (x86_64_dwarf2gdb_regno_map, x86_64_dwarf2gdb_regno_map_length):
7045 Remove variables.
7046 (x86_54_dwarf2_reg_to_regnum): Remove function.
7047 (x86_64_dwarf_regmap, x86_64_dwarf_regmap_len): New variables.
7048 (x86_64_dwarf_reg_to_regnum): New function.
7049 (x86_64_register_name): Rewrite.
7050 (x86_64_register_raw_size): Remove function.
7051 (x86_64_register_byte_table): Remove variable.
7052 (x86_64_register_byte): Remove function.
7053 (x86_64_register_virtual_type): Remove function.
7054 (x86_64_register_type): New function.
7055 (x86_64_register_convertible, x86_64_register_convert_to_virtual,
7056 x86_64_register_convert_to_raw): Remove functions.
7057 (x86_64_push_return_address, x86_64_pop_frame): Remove functon.
7058 (x86_64_use_struct_convention): Make static. Adjust for renamed
7059 defines.
7060 (x86_64_frame_init_saved_regs): Remove function.
7061 (x86_64_push_arguments): Make static. Change to accept a regcache
7062 as argument.
7063 (x86_64_store_return_value, x86_64_extract_return_value): Make
7064 static. Rewrite based on i386 counterparts.
7065 (x86_64_push_dummy_call): New function.
7066 (X86_64_NUM_SAVED_REGS): New define.
7067 (x86_64_register_number): Remove function.
7068 (x86_64_store_struct_return): Remove function.
7069 (x86_64_frameless_function_invocation,
7070 x86_64_function_has_prologue): Remove functions.
7071 (PROLOG_BUFSIZE): Remove define.
7072 (struct x86_64_frame_cache): New structure.
7073 (x86_64_alloc_frame_cache, x86_64_analyze_prologue,
7074 x86_64_frame_cache, x86_64_frame_this_id,
7075 x86_64_frame_prev_register, x86_64_frame_p,
7076 x86_64_sigtramp_frame_cache, x86_64_sigtramp_frame_this_id,
7077 x86_64_sigtramp_frame_prev_register, x86_sigtramp_frame_p): New
7078 functions.
7079 (x86_64_frame_unwind, x86_64_sigtramp_frame_unwind): New
7080 variables.
7081 (x86_64_skip_prologue): Rewrite in terms of
7082 x86_64_analyze_prologue.
7083 (x86_64_frame_base_address): New function.
7084 (x86_64_frame_base): New variable.
7085 (x86_64_save_dummy_frame_tos, x86_64_unwind_dummy_id): Rewrite.
7086 (x86_64_init_abi): Set register_type and push_dummy_call. Don't
7087 set deprecated_fp_regnum, deprecated_register_size,
7088 deprecated_register_bytes, register_raw_size, register_byte,
7089 register_virtual_type, register_convertiable,
7090 register_convert_to_virtual, convert_to_raw,
7091 deprecated_get_saved_register, deprecated_target_read_fp,
7092 deprecated_push_arguments, deprecated_push_return_address,
7093 deprecated_pop_frame, deprecated_store_struct_return,
7094 deprecated_frame_init_saved_regs, deprecated_frame_chain,
7095 frameless_function_invocation, deprecated_frame_saved_pc,
7096 deprecated_saved_pc_after_call, frame_num_args, pc_in_sigtramp,
7097 dwarf2_build_frame_info, deprecated_init_extra_frame_info,
7098 deprecated_init_frame_pc and virtual_frame_pointer. Call
7099 frame_unwind_append_predicate to register x86_64_sigtramp_frame_p
7100 and x86_64_frame_p. Call frame_base_set_default to register
7101 x86_64_frame_base.
7102 (I387_FISEG_REGNUM, I387_FOSEG_REGNUM): New defines.
7103 (x86_64_supply_fxsave, x86_64_fill_fxsave): New functions.
7104 (_initialize_x86_64_tdep): Remove function.
7105 * x86-64-linux-tdep.c: Don't include "dwarf2cfi.h".
7106 (LINUX_SIGINFO_SIZE, LINUX_UCONTEXT_SIGCONTEXT_OFFSET,
7107 LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONTEXT_FP_OFFSET): Don't
7108 define.
7109 (X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Define.
7110 (x86_64_linux_sigcontext_addr): Rewrite.
7111 (x86_64_linux_sigtramp_saved_pc, x86_64_linux_saved_pc_after_call,
7112 x86_64_linux_frame_saved_pc): Remove functions.
7113 (x86_64_linux_pc_in_sigtramp): Renamed from
7114 x86_64_linux_in_sigtramp. Try harder to recognize a signal
7115 trampoline.
7116 (x86_64_linux_frame_chain, x86_64_init_frame_pc):
7117 Remove_functions.
7118 (x86_64_linux_init_abi): Set pc_in_sigtramp. Initialize
7119 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7120 * x86-64-linux-nat.c: Sync with i386-linux-tdep.c.
7121 (x86_64_regmap): Rename to regmap.
7122 (GETREGS_SUPPLIES): Use X86_64_NUM_GREGS instead of
7123 x86_64_num_gregs.
7124 (supply_gregset, fill_gregset): Likewise. Use regmap instead of
7125 x86_64_regmap.
7126 (x86_64_fxsave_offset): Remove function.
7127 (supply_fpregset): Simply call x86_64_supply_fxsave.
7128 (fill_fpregset): Simply call x86_64_fill_fxsave.
7129 (fetch_inferior_registers, store_inferior_registers): Avoid
7130 asignment in if-statement.
7131 (LINUX_SYSCALL_LEN, LINUX_SYSCALL_REGNUM, SYS_Sigreturn,
7132 SYS_rt_sigreturn, LINUX_SIGCONTEXT_EFLAGS_OFFSET,
7133 LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Remove defines.
7134 (fetch_core_registers): Remove function.
7135 (linux_elf_core_fns): Remove.
7136 (offsetoff): Don't define.
7137 (_initialize_x86_64_linux_nat, kernel_u_size): Remove functions.
7138 * config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.
7139 * config/i386/x86-64linux.mh (NATDEPFILES): Remove core-aout.o,
7140 add core-regset.o.
7141 * config/i386/nm-x86-64linux.h: Use NM_X86_64_LINUX_H for
7142 protection against multiple includes instead of NM_X86_64_h. Add
7143 various comments. Include "config/nm-linux.h". Don't include
7144 <signal.h>.
7145 (REGISTER_U_ADDR, KERNEL_U_SIZE, U_REGS_OFFSET, KERN_U_ADDR,
7146 GET_THREAD_SIGNALS): Remove defines.
7147 (x86_64_register_u_addr, kernel_u_size,
7148 lin_thread_get_thread_signals): Remove prototypes.
7149 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define to `long'.
7150 [HAVE_LINK_H]: Don't include "solib.h".
7151 [HAVE_LINK_H] (SVR4_SHARED_LIBS): Remove define.
7152 * config/i386/tm-x86-64linux.h: Fix comments.
7153 * Makefile.in (x86-64-linux-nat.o, x86_64-linux-tdep.o,
7154 x86-64-tdep.o): Update dependencies.
7155
7156 2003-05-30 Andrew Cagney <cagney@redhat.com>
7157
7158 * config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
7159 Change parameter type to a "struct regcache *".
7160
7161 * gdbarch.sh: Regardless of the multi-arch level, always define
7162 the macro when not already defined.
7163 * gdbarch.h, gdbarch.c: Re-generate.
7164
7165 2003-05-30 Richard Henderson <rth@redhat.com>
7166
7167 * alpha-mdebug-tdep.c (alpha_mdebug_frame_p): Reject prologues.
7168 (alpha_mdebug_frame_unwind_cache): Don't call the heuristic unwinder.
7169 (alpha_mdebug_frame_this_id): Likewise.
7170 (alpha_mdebug_frame_prev_register): Likewise.
7171 (alpha_mdebug_frame_base_address): Likewise.
7172 (alpha_mdebug_frame_locals_address): Likewise.
7173 (alpha_mdebug_frame_args_address): Likewise.
7174 (struct alpha_mdebug_unwind_cache): Remove in_prologue_cache.
7175 * alpha-tdep.c (alpha_heuristic_proc_start): Use get_pc_function_start.
7176 (alpha_heuristic_frame_unwind_cache): Make static; add missing
7177 loop increment.
7178 (alpha_heuristic_frame_this_id): Make static.
7179 (alpha_heuristic_frame_prev_register): Likewise.
7180 (alpha_heuristic_frame_base_address): Likewise.
7181 * alpha-tdep.h: Update.
7182
7183 2003-05-30 Mark Kettenis <kettenis@gnu.org>
7184
7185 * i386-tdep.h (i386bsd_sigcontext_addr): Remove prototype.
7186 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS): Remove
7187 defenitions.
7188 (IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
7189 * i386-tdep.c: Mark functions that are 64-bit safe as such.
7190 (I386_EAX_REGNUM, I386_EDX_REGNUM, I386_ESP_REGNUM,
7191 I386_EBP_REGNUM, I386_EIP_REGNUM, I386_EFLAGS_REGNUM,
7192 I386_ST0_REGNUM): New defines.
7193 (CODESTREAM_BUFSIZ, codestream_tell, codestream_peek,
7194 codestream_get): Remove define.
7195 (codestream_next_addr, condestream_addr, condestream_buf,
7196 codestream_off, codestream_cnt): Remove variables.
7197 (codestream_fill, codestream_seek, codestream_read): Remove
7198 functions.
7199 (i386_follow_jump): Rewrite to avoid usage of removed codestream
7200 functionality.
7201 (i386_get_frame_setup, i386_frameless_signal_p, i386_frame_chain,
7202 i386_sigtramp_saved_pc, i386_sigtramp_saved_sp,
7203 i386_frame_saved_pc, i386_saved_pc_after_call,
7204 i386_frame_num_args, i386_frame_init_saved_regs,
7205 i386_push_return_address, i386_do_pop_frame, i386_pop_frame,
7206 i386_push_arguments): Remove functions.
7207 (i386_skip_prologue): Rewrite to avoid usage of removed codestream
7208 functionality. Use i386_analyze_prologue instead of
7209 i386_get_frame_setup.
7210 (I386_NUM_SAVED_REGS): New define.
7211 (struct i386_frame_cache): New structure.
7212 (i386_alloc_frame_cache, i386_analyze_struct_return,
7213 i386_skip_probe, i386_analyze_frame_setup,
7214 i386_analyze_register_saves, i386_analyze_prologue,
7215 i386_unwind_pc, i386_frame_cache, i386_frame_this_id,
7216 i386_frame_prev_register, i386_sigtramp_frame_cache,
7217 i386_sigtramp_frame_this_id, i386_sigtramp_frame_prev_register,
7218 i386_frame_p, i386_sigtramp_frame_p, i386_frame_base_address,
7219 i386_unwind_dummy_id, i386_save_dummy_tos, i386_push_dummy_call):
7220 New functions.
7221 (i386_frame_unwind, i386_sigtramp_frame_unwind, i386_frame_base):
7222 New variables.
7223 (LOW_RETURN_REGNUM, HIGH_RETURN_REGNUM): Define in terms of
7224 I386_EAX_REGNUM and I386_EDX_REGNUM.
7225 (i386_extract_return_value, i386_store_return_value): Use
7226 I386_ST0_REGNUM where appropriate.
7227 (i386_extract_struct_value_address): Rewrite to use extract_address.
7228 (i386_svr4_pc_in_sigtramp): Add comment.
7229 (i386_svr4_sigcontext_addr): Rewrite.
7230 (i386_svr4_init_abi): Adjust TDEP->sc_pc_offset and
7231 TDEP->sc_sp_offset.
7232 (i386_gdbarch_init): Don't set deprecated_init_frame_pc. Set
7233 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum in terms
7234 of new defines. Set push_dummy_call, don't set
7235 deprecated_push_arguments, deprecated_push_return_address,
7236 deprecated_pop_frame. Don't set parm_boundary. Don't set
7237 deprecated_frame_chain, deprecated_frame_saved_pc,
7238 deprecated_saved_pc_after_call. Set unwind_dummy_id,
7239 save_dummy_frame_tos, unwind_pc. Call
7240 frame_unwind_append_predicate and frame_base_set_default. Don't
7241 set deprecated_dummy_write_pc. Don't set deprecated_fp_regnum.
7242 Don't set frameless_function_invocation. Don't set
7243 deprecated_register_bytes, deprecated_register_size,
7244 deprecated_call_dummy_words and deprecated_sizeof_call_dummy.
7245 * i386-linux-tdep.c: Fix formatting in some comments.
7246 (LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0,
7247 LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1,
7248 LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2,
7249 LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0,
7250 LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1): Drop
7251 redundant parentheses.
7252 (I386_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): New define.
7253 (i386_linux_sigcontext_addr): Use it. Rewrite.
7254 (find_minsym_and_objfile): Change name of second argument.
7255 (skip_gnu_resolver): Renamed from skip_hurd_resolver. All callers
7256 changed. Use frame_pc_unwind instead of
7257 DEPRECATED_SAVED_PC_AFTER_CALL.
7258 (i386_linux_init_abi): Don't set deprecated_register_bytes.
7259 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Rewrite.
7260 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
7261 unwinder.
7262 * i386-cygwin-tdep.c: Don't include "gdbcore.h", "frame.h" and
7263 "dummy-frame.h".
7264 (i386_cygwin_frame_chain_valid, i386_cygwin_frame_chain): Removed.
7265 (_initialize_i386_cygwin_tdep): New prototype.
7266 (i386_cygwin_init_abi): Don't set deprecated_frame_chain and
7267 deprecated_frame_chain_valid.
7268 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't set
7269 TDEP->sigcontext_addr, TDEP->sc_pc_offset and TDEP->sc_sp_offset.
7270 Rely on the SVR4 defaults.
7271 * config/i386/i386sol2.mt (TDEPFILES): Remove i386bsd-tdep.o.
7272 * Makefile.in (i386-tdep.o, i386-cygwin-tdep.o): Update dependencies.
7273
7274 2003-05-30 Andrew Cagney <cagney@redhat.com>
7275
7276 * infcall.c (call_function_by_hand): Always call
7277 DEPRECATED_FIX_CALL_DUMMY, even for AT_ENTRY_POINT case.
7278
7279 2003-05-30 Richard Henderson <rth@redhat.com>
7280
7281 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Fix loop
7282 increment.
7283
7284 2003-05-29 Jim Blandy <jimb@redhat.com>
7285
7286 Use gdbarch methods for solib stuff on PowerPC Linux.
7287 * config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
7288 SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
7289 show through.
7290 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
7291 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
7292 giving the same effect as the #definitions above.
7293
7294 2003-05-29 Adam Fedor <fedor@gnu.org>
7295
7296 * objc-lang.c (CONVERT_FUNCPTR): Remove macro
7297 (find_implementation_from_class): Replace it with the standard
7298 case i.e. do nothing.
7299
7300 2003-05-29 Richard Henderson <rth@redhat.com>
7301
7302 * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New.
7303 (alpha_linux_sigtramp_offset): Use it. Make static.
7304 (alpha_linux_sigcontext_addr): Handle __NR_rt_sigreturn;
7305 update for new frame model.
7306 * alpha-mdebug-tdep.c: New file.
7307 * alpha-osf1-tdep.c (alpha_call_dummy_address): Move from alpha-tdep.c.
7308 (alpha_osf1_init_abi): Install it.
7309 * alpha-tdep.c (PROC_*): Move to alpha-mdebug-tdep.c.
7310 (linked_proc_desc_table): Remove.
7311 (alpha_frame_past_sigtramp_frame): Remove.
7312 (alpha_dynamic_sigtramp_offset): Remove.
7313 (ALPHA_PROC_SIGTRAMP_MAGIC): Remove.
7314 (alpha_proc_desc_is_dyn_sigtramp): Remove.
7315 (alpha_set_proc_desc_is_dyn_sigtramp): Remove.
7316 (push_sigtramp_desc): Remove.
7317 (alpha_cannot_fetch_register): Use ALPHA_FP_REGNUM.
7318 (alpha_cannot_store_register): Likewise.
7319 (alpha_sigcontext_addr): Remove.
7320 (alpha_find_saved_regs): Remove.
7321 (alpha_frame_init_saved_regs): Remove.
7322 (alpha_init_frame_pc_first): Remove.
7323 (read_next_frame_reg): Remove.
7324 (alpha_frame_saved_pc): Remove.
7325 (alpha_saved_pc_after_call): Remove.
7326 (temp_proc_desc, temp_saved_regs): Remove.
7327 (alpha_about_to_return): Remove.
7328 (cached_proc_desc): Remove.
7329 (alpha_frame_chain): Remove.
7330 (alpha_print_extra_frame_info): Remove.
7331 (alpha_init_extra_frame_info): Remove.
7332 (alpha_frame_locals_address): Remove.
7333 (alpha_frame_args_address): Remove.
7334 (alpha_push_arguments): Use ALPHA_REGISTER_BYTES not sizeof CORE_ADDR.
7335 (alpha_push_dummy_frame): Remove.
7336 (alpha_pop_frame): Remove.
7337 (alpha_after_prologue): Rename from after_prologue; remove mdebug bits.
7338 (alpha_read_insn): New.
7339 (alpha_skip_prologue): Merge alpha_skip_prologue_internal; adjust
7340 for different insn encodings.
7341 (alpha_in_lenient_prologue): Remove.
7342 (struct alpha_sigtramp_unwind_cache): New.
7343 (alpha_sigtramp_frame_unwind_cache): New.
7344 (alpha_sigtramp_register_address): New.
7345 (alpha_sigtramp_frame_this_id): New.
7346 (alpha_sigtramp_frame_prev_register): New.
7347 (alpha_sigtramp_frame_unwind): New.
7348 (alpha_sigtramp_frame_p): New.
7349 (struct alpha_heuristic_unwind_cache): New.
7350 (alpha_heuristic_proc_start): Rename from heuristic_proc_start;
7351 don't count nop insns that occur between functions.
7352 (alpha_heuristic_frame_unwind_cache): New; incorporate much of
7353 heuristic_proc_desc, but without the mdebug wrapping.
7354 (alpha_heuristic_frame_this_id): New.
7355 (alpha_heuristic_frame_prev_register): New.
7356 (alpha_heuristic_frame_unwind): New.
7357 (alpha_heuristic_frame_p): New.
7358 (alpha_heuristic_frame_base_address): New.
7359 (alpha_heuristic_frame_base): New.
7360 (alpha_unwind_dummy_id): New.
7361 (alpha_unwind_pc): New.
7362 (alpha_gdbarch_init): Don't set skip_sigtramp_frame. Kill use of
7363 frame related deprecated initializations; install replacements.
7364 (alpha_dump_tdep): Remove.
7365 * alpha-tdep.h (struct gdbarch_tdep): Remove skip_sigtramp_frame.
7366 (alpha_read_insn, alpha_after_prologue,
7367 alpha_heuristic_frame_unwind_cache, alpha_heuristic_frame_this_id,
7368 alpha_heuristic_frame_prev_register,
7369 alpha_heuristic_frame_base_address, alpha_mdebug_init_abi): Declare.
7370 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
7371 * config/alpha/tm-alpha.h (PRINT_EXTRA_FRAME_INFO): Remove.
7372 * config/alpha/tm-alphalinux.h (SIGTRAMP_START, SIGTRAMP_END): Remove.
7373
7374 2003-05-29 Andrew Cagney <cagney@redhat.com>
7375
7376 * gdb_assert.h (gdb_assert_fail): Provide different definitions
7377 dependant on the availability of ASSERT_FUNCTION.
7378 (ASSERT_FUNCTION): Do not define when there is no function name.
7379
7380 2003-05-29 Kevin Buettner <kevinb@redhat.com>
7381
7382 From Jimi X <jimix@watson.ibm.com>:
7383 * rs6000-tdep.c (skip_prologue): Improve support for 64-bit code.
7384
7385 2003-05-28 Jim Blandy <jimb@redhat.com>
7386
7387 * ppc-linux-nat.c (store_altivec_registers): Don't cast fourth
7388 argument to ptrace to int; the system headers should give it the
7389 right type, and pointers don't fit in ints on powerpc64-*-*.
7390
7391 2003-05-28 H.J. Lu <hongjiu.lu@intel.com>
7392
7393 * dwarf2read.c (process_die): Handle DW_TAG_try_block and
7394 DW_TAG_catch_block.
7395
7396 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7397
7398 * stabsread.c (dbx_lookup_type): Make static.
7399 (read_type): Ditto.
7400 (add_undefined_type): Ditto.
7401 * stabsread.h (dbx_lookup_type, read_type, add_undefined_type): Do
7402 not export.
7403
7404 2003-05-26 Elena Zannoni <ezannoni@redhat.com>
7405
7406 * hpread.c (hpread_has_name): Make static.
7407 (hpread_psymtab_to_symtab): Ditto.
7408 (file_exists): Ditto.
7409 (hpread_call_pxdb): Ditto.
7410 (hpread_pxdb_needed): Ditto.
7411 (hpread_quick_traverse): Ditto.
7412 (hpread_get_header): Ditto.
7413 (hpread_get_lntt): Ditto.
7414 (hpread_get_slt): Ditto.
7415 (class_of): Ditto.
7416
7417 2003-05-25 Andreas Schwab <schwab@suse.de>
7418
7419 * m68k-tdep.c (m68k_gdbarch_init): Set parm_boundary instead of
7420 stack_align and deprecated_extra_stack_alignment_needed.
7421 (m68k_stack_align): Delete.
7422
7423 * m68k-tdep.c (m68k_register_raw_size): Remove cast.
7424 (m68k_register_virtual_size): Likewise.
7425 (altos_skip_prologue): Remove obsolete function.
7426 (isi_frame_num_args): Likewise.
7427 (news_frame_num_args): Likewise.
7428 (m68k_fix_call_dummy): Make static.
7429 (m68k_push_dummy_frame): Likewise.
7430 (m68k_pop_frame): Likewise.
7431 (m68k_skip_prologue): Likewise.
7432 (m68k_frame_init_saved_regs): Likewise.
7433 (m68k_saved_pc_after_call): Likewise.
7434 (m68k_get_longjmp_target): Make multi-arch.
7435 (m68k_gdbarch_init): Allocate and initialize gdbarch_tdep
7436 structure. Register m68k_get_longjmp_target if enabled.
7437 * m68k-tdep.h (struct gdbarch_tdep): Define.
7438 * config/m68k/tm-m68k.h: Don't include "regcache.h".
7439
7440 * Makefile.in (config.status): Also depend on configure.tgt
7441 and configure.host.
7442 (m68klinux-tdep.o): Update dependencies.
7443 * configure.tgt (m68*-*-linux*): Set gdb_multi_arch to 1.
7444 * m68klinux-tdep.c (M68K_LINUX_JB_ELEMENT_SIZE): Define.
7445 (M68K_LINUX_JB_PC): Define.
7446 (m68k_linux_pc_in_sigtramp): Renamed from m68k_linux_in_sigtramp
7447 and take additional parameter.
7448 (m68k_linux_sigtramp_saved_pc): Update.
7449 (m68k_linux_init_abi): Set jb_pc and jb_elt_size. Register
7450 m68k_linux_pc_in_sigtramp, in_plt_section,
7451 find_solib_trampoline_target.
7452 * config/m68k/tm-linux.h: Don't include any tm headers.
7453 (START_INFERIOR_TRAPS_EXPECTED): Remove definition.
7454 (JB_ELEMENT_SIZE): Likewise.
7455 (JB_PC): Likewise.
7456 (GET_LONGJMP_TARGET): Likewise.
7457 (IN_SIGTRAMP): Likewise.
7458 (SVR4_SHARED_LIBS): Define this and include "solib.h".
7459
7460 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7461
7462 * sparc-tdep.c (sparc32_do_push_arguments): New function.
7463 (sparc32_push_arguments): Re-implement by calling
7464 sparc32_do_push_arguments.
7465
7466 2003-05-25 Mark Kettenis <kettenis@gnu.org>
7467
7468 * sparc-tdep.c (SPARC_F0_REGNUM, SPARC_F1_REGNUM, SPARC_O0_REGNUM,
7469 SPARC_O1_REGNUM): New defines.
7470 (sparc32_extract_return_value): Rewrite to operate on a regcache.
7471 (sparc32_store_return_value): New function.
7472 (sparc_extract_struct_value_address): Rewrite to operate on a
7473 regcache.
7474 (sparc_gdbarch_init): Don't set
7475 deprecated_extract_struct_value_address. Set
7476 extract_struct_value_address instead. Don't set
7477 deprecated_extract_return_value and deprecated_store_return_value
7478 for 32-bit targets. Set extract_return_value and
7479 store_return_value instead.
7480 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE,
7481 DEPRECTAED_EXTRACT_RETURN_VALUE,
7482 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Don't define these.
7483 (STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
7484 EXTRACT_STRUCT_VALUE_ADDRESS): Define these instead.
7485 (sparc_store_return_value): Remove prototype.
7486 (sparc32_store_return_value): New prototype.
7487 (sparc32_extract_return_value, sparc_extract_struct_value_address):
7488 Adjust prototypes.
7489
7490 2003-05-24 Mark Kettenis <kettenis@gnu.org>
7491
7492 * sparcnbsd-tdep.c: Include "gdb_string.h".
7493
7494 2003-05-23 Andrew Cagney <cagney@redhat.com>
7495
7496 * p-valprint.c (pascal_val_print): Replace extract_address with
7497 the inline equivalent extract_unsigned_integer.
7498 * jv-valprint.c (java_value_print): Ditto.
7499 * ada-valprint.c (ada_val_print_1): Ditto.
7500 * ada-lang.h (EXTRACT_ADDRESS): Ditto.
7501
7502 2003-05-23 Theodore A. Roth <troth@openavr.org>
7503
7504 * blockframe.c (frameless_look_for_prologue): Remove unused
7505 after_prologue variable.
7506
7507 2003-05-23 Mark Kettenis <kettenis@gnu.org>
7508
7509 * blockframe.c (get_pc_function_start): Rewrite to avoid
7510 asignments in if-statements.
7511
7512 2003-05-23 Raoul Gough <RaoulGough@yahoo.co.uk>
7513
7514 Committed by Elena Zannoni <ezannoni@redhat.com>.
7515 * coffread.c(coff_symtab_read): Do relocate static symbols from PE
7516 files, don't relocate absolute symbols (and do use mst_abs).
7517
7518 2003-05-23 Andrew Cagney <cagney@redhat.com>
7519
7520 * objc-lang.c: Include "gdb_assert.h".
7521 (objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
7522 (CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
7523 (gdb_check, gdb_check_fatal): Delete functions.
7524 (read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
7525 gdb_assert.
7526 (parse_selector, parse_method, find_methods, find_imps): Ditto.
7527 * Makefile.in (objc-lang.o): Update dependencies.
7528
7529 2003-05-22 Ian Lance Taylor <ian@airs.com>
7530
7531 * disasm.c (gdb_disassemble_info): Initialize disassemble_info
7532 with fprintf_filtered, not fprintf_unfiltered.
7533
7534 2003-05-22 Andrew Cagney <cagney@redhat.com>
7535
7536 * stack.c (frame_info): Inline extract_address, replacing it with
7537 extract_unsigned_integer.
7538 * findvar.c (unsigned_pointer_to_address): Ditto.
7539 * dwarf2loc.c (dwarf_expr_read_reg): Ditto.
7540 * dwarf2expr.c (dwarf2_read_address): Ditto.
7541 * frame.c (frame_pc_unwind): Update comment.
7542 * dummy-frame.c (deprecated_read_register_dummy): Update comment.
7543
7544 2003-05-22 Jeff Johnston <jjohnstn@redhat.com>
7545
7546 * infptrace.c (detach): Call print_sys_errmsg rather than
7547 perror_with_name to issue warning message when errno is non-zero
7548 after calling ptrace detach.
7549
7550 2003-05-21 J. Brobecker <brobecker@gnat.com>
7551
7552 * config/pa/tm-hppa.h: Delete some unused macros. Move some
7553 macro definitions from here...
7554 * hppa-tdep.c: ...to there.
7555
7556 2003-05-20 Kevin Buettner <kevinb@redhat.com>
7557
7558 * mips-nat.c (REGISTER_PTRACE_ADDR): Convert macro to function
7559 register_ptrace_addr(). Fix all callers.
7560
7561 2003-05-21 Andreas Schwab <schwab@suse.de>
7562
7563 * Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
7564 dependencies.
7565 * m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
7566 end.
7567 * m68klinux-tdep.c (m68k_linux_init_abi): New function.
7568 (_initialize_m68k_linux_tdep): New function.
7569 (m68k_linux_frame_saved_pc): Make static.
7570 (m68k_linux_extract_return_value): Likewise.
7571 (m68k_linux_store_return_value): Likewise.
7572 (m68k_linux_extract_struct_value_address): Likewise.
7573 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
7574 Remove.
7575 (DEPRECATED_STORE_RETURN_VALUE): Remove.
7576 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
7577 (DEPRECATED_FRAME_SAVED_PC): Remove.
7578
7579 2003-05-20 Kris Warkentin <kewarken@qnx.com>
7580
7581 * nto-tdep.c (fetch_core_registers): Match gdb's idea of
7582 regset numbering rather than our own.
7583
7584 2003-05-19 David Carlton <carlton@bactrian.org>
7585
7586 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/rtti*.
7587
7588 2003-05-19 David Carlton <carlton@bactrian.org>
7589
7590 Partial fix for PR c++/827.
7591 * cp-support.h: Include symtab.h.
7592 Declare cp_lookup_symbol_nonlocal, cp_lookup_symbol_namespace.
7593 * cp-namespace.c: Update contributors.
7594 (cp_lookup_symbol_nonlocal): New.
7595 (lookup_namespace_scope, cp_lookup_symbol_namespace)
7596 (lookup_symbol_file): Ditto.
7597 * c-lang.c (cplus_language_defn): Use cp_lookup_symbol_nonlocal.
7598 * block.h: Declare block_scope, block_using, block_global_block.
7599 * block.c (block_scope): New.
7600 (block_using, block_global_block): Ditto.
7601 * Makefile.in (cp_support_h): Depend on symtab_h.
7602 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/namespace1.cc.
7603
7604 2003-05-19 David Carlton <carlton@bactrian.org>
7605
7606 * language.h (struct language_defn): Add 'la_value_of_this'
7607 and 'la_lookup_symbol_nonlocal' members.
7608 * symtab.h: Declare basic_lookup_symbol_nonlocal,
7609 lookup_symbol_static, lookup_symbol_global,
7610 lookup_symbol_aux_block.
7611 * symtab.c (lookup_symbol_aux): Call language hooks to determine
7612 if we should search fields of this and how to do static/global
7613 lookup.
7614 (lookup_symbol_aux_block): Make extern.
7615 (basic_lookup_symbol_nonlocal): New.
7616 (lookup_symbol_static, lookup_symbol_global): Ditto.
7617 * ada-lang.c (ada_language_defn): Set 'la_value_of_this' and
7618 'la_lookup_symbol_nonlocal' members.
7619 * c-lang.c (c_language_defn, cplus_language_defn)
7620 (asm_language_defn, minimal_language_defn): Ditto.
7621 * jv-lang.c (java_language_defn): Ditto.
7622 * language.c (unknown_language_defn, auto_language_defn)
7623 (local_language_defn): Ditto.
7624 * m2-lang.c (m2_language_defn): Ditto.
7625 * objc-lang.c (objc_language_defn): Ditto.
7626 * scm-lang.c (scm_language_defn): Ditto.
7627 * f-lang.c (f_language_defn): Ditto, and include value.h as well.
7628 * p-lang.c (pascal_language_defn): Ditto for both.
7629 * Makefile.in (f-lang.o): Depend on value_h.
7630 (p-lang.o): Ditto.
7631
7632 2003-05-19 David Carlton <carlton@bactrian.org>
7633
7634 * block.h: Declare block_static_block.
7635 * block.c (block_static_block): New.
7636 * symtab.c (lookup_symbol_aux): Remove 'static_block' argument to
7637 lookup_symbol_aux_local, calling block_static_block instead.
7638 (lookup_symbol_aux_local): Delete 'static_block' argument.
7639
7640 2003-05-19 David Carlton <carlton@bactrian.org>
7641
7642 * symtab.c (lookup_symbol_aux): Delete #if 0 hunk.
7643
7644 2003-05-19 Michal Ludvig <mludvig@suse.cz>
7645
7646 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map): Fix
7647 register numbers mapping.
7648
7649 2003-05-18 Adam Fedor <fedor@gnu.org>
7650
7651 * symtab.c (completion_list_objc_symbol): New function.
7652 (make_symbol_completion_list): Use it to add ObjC symbols
7653 when looking though the list.
7654 (language_search_unquoted_string): New function.
7655 (make_file_symbol_completion_list): Use it.
7656
7657 2003-05-18 Andreas Schwab <schwab@suse.de>
7658
7659 * Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
7660 dependencies.
7661 * config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
7662 as m68k_linux_extract_return_value.
7663 (DEPRECATED_STORE_RETURN_VALUE): Define as
7664 m68k_linux_store_return_value.
7665 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7666 m68k_linux_extract_struct_value_address.
7667 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
7668 get_next_frame, get_frame_base, get_frame_pc.
7669 (m68k_linux_frame_saved_pc): Use get_frame_base.
7670 (m68k_linux_extract_return_value): New function.
7671 (m68k_linux_store_return_value): New function.
7672 (m68k_linux_extract_struct_value_address): New function.
7673 * config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
7674
7675 * c-exp.y (typebase): Remove duplicate occurence of
7676 `SIGNED_KEYWORD LONG LONG'. Use builtin_type_long_long instead
7677 of lookup_signed_typename.
7678
7679 2003-05-18 Mark Kettenis <kettenis@gnu.org>
7680
7681 * dwarf2loc.c (find_location_expression): Change type of second
7682 argument to `size_t *'.
7683 (loclist_read_variable, loclist_tracepoint_var_ref): Use size_t
7684 for size variable.
7685
7686 2003-05-18 David Carlton <carlton@bactrian.org>
7687
7688 * symtab.c (lookup_symbol_aux): Rename 'mangled_name' argument to
7689 'linkage_name'. Add comment.
7690 (lookup_symbol_aux_local): Rename 'mangled_name' argument to
7691 'linkage_name'.
7692 (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
7693 (lookup_symbol_aux_psymtabs, lookup_symbol_aux_minsyms)
7694 (lookup_block_symbol): Ditto.
7695
7696 2003-05-16 Andrew Cagney <cagney@redhat.com>
7697
7698 * gdbarch.sh (DEPRECATED_REGISTER_BYTES): Rename REGISTER_BYTES.
7699 * gdbarch.h, gdbarch.c: Re-generate.
7700 * arm-linux-tdep.c (arm_linux_extract_return_value): Delete reference.
7701 * TODO (REGISTER_BYTES): Delete reference.
7702 * alpha-tdep.c (alpha_gdbarch_init): Update.
7703 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7704 * x86-64-tdep.c (x86_64_init_abi): Update.
7705 * vax-tdep.c (vax_gdbarch_init): Update.
7706 * v850-tdep.c (v850_gdbarch_init): Update.
7707 * sparc-tdep.c (sparc_gdbarch_init): Update.
7708 * sh-tdep.c (sh_gdbarch_init): Update.
7709 * s390-tdep.c (s390_gdbarch_init): Update.
7710 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
7711 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
7712 (ns32k_gdbarch_init_32382): Update.
7713 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7714 * mcore-tdep.c (mcore_gdbarch_init): Update.
7715 * m68k-tdep.c (m68k_gdbarch_init): Update.
7716 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7717 * ia64-tdep.c (ia64_gdbarch_init): Update.
7718 * i386-tdep.c (i386_gdbarch_init): Update.
7719 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7720 * hppa-tdep.c (hppa_gdbarch_init): Update.
7721 * h8300-tdep.c (h8300_gdbarch_init): Update.
7722 * frv-tdep.c (frv_gdbarch_init): Update.
7723 * cris-tdep.c (cris_gdbarch_init): Update.
7724 * avr-tdep.c (avr_gdbarch_init): Update.
7725 * arm-tdep.c (arm_gdbarch_init): Update.
7726 * sparc-tdep.c (sparc_pop_frame): Update.
7727 * rs6000-tdep.c (rs6000_pop_frame): Update.
7728 * remote.c (init_remote_state): Update.
7729 (remote_prepare_to_store): Update.
7730 * remote-vx.c (vx_prepare_to_store): Update.
7731 * remote-sds.c (sds_fetch_registers): Update.
7732 (sds_prepare_to_store): Update.
7733 * remote-array.c: Update.
7734 * regcache.c (init_legacy_regcache_descr): Update.
7735 (init_regcache_descr): Update.
7736 * mips-tdep.c (mips_eabi_extract_return_value): Update.
7737 (mips_o64_extract_return_value): Update.
7738 * irix5-nat.c (fetch_core_registers): Update.
7739 * irix4-nat.c (fetch_core_registers): Update.
7740 * i386-tdep.h: Update.
7741 * hppa-tdep.c (pa_do_registers_info): Update.
7742 (pa_do_strcat_registers_info): Update.
7743 * cris-tdep.c (cris_register_bytes_ok): Update.
7744 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
7745 * config/sparc/tm-sparc.h (DEPRECATED_REGISTER_BYTES): Update.
7746 * config/sparc/nm-sun4sol2.h (CHILD_PREPARE_TO_STORE): Update.
7747 * config/sparc/nm-sun4os4.h (CHILD_PREPARE_TO_STORE): Update.
7748 * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Update.
7749 * config/sparc/tm-sp64.h (DEPRECATED_REGISTER_BYTES): Update.
7750 * config/s390/tm-s390.h (DEPRECATED_REGISTER_BYTES): Update.
7751 * config/pa/tm-hppa64.h (DEPRECATED_REGISTER_BYTES): Update.
7752 * config/mips/tm-mips.h (DEPRECATED_REGISTER_BYTES): Update.
7753 * config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Update.
7754 * config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Update.
7755 * config/m68k/tm-sun3.h (DEPRECATED_REGISTER_BYTES): Update.
7756 (REGISTER_BYTES_OK): Update.
7757 * config/m68k/nm-sun3.h (CHILD_PREPARE_TO_STORE): Update.
7758 * config/ia64/tm-ia64.h (DEPRECATED_REGISTER_BYTES): Update.
7759
7760 2003-05-16 Ian Lance Taylor <ian@airs.com>
7761
7762 * vax-tdep.c (INVALID_FLOAT, MAXLEN, NOPCODES): Don't define.
7763 (vax_print_insn, print_insn_arg): Remove static functions.
7764 (vax_gdbarch_init): Call set_gdbarch_print_insn with
7765 print_insn_vax from opcodes library.
7766 (_initialize_vax_tdep): Don't set deprecated_tm_print_insn.
7767
7768 2003-05-15 Andrew Cagney <cagney@redhat.com>
7769
7770 * arch-utils.h (legacy_breakpoint_from_pc): Delete declaration.
7771 * target.h (memory_breakpoint_from_pc): Delete declaration.
7772 * mem-break.c (memory_breakpoint_from_pc): Delete function.
7773 * arch-utils.c (legacy_breakpoint_from_pc): Delete function.
7774 * monitor.c (monitor_insert_breakpoint): Use
7775 gdbarch_breakpoint_from_pc instead of memory_breakpoint_from_pc.
7776 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
7777 * gdbarch.h, gdbarch.c: Re-generate.
7778 * sparc-tdep.c (sparc_breakpoint_from_pc): New function.
7779 (sparc_gdbarch_init): Set breakpoint_from_pc to
7780 sparc_breakpoint_from_pc.
7781 * config/sparc/tm-sparc.h (BREAKPOINT): Delete macro.
7782 (BREAKPOINT_FROM_PC): Define.
7783 (sparc_breakpoint_from_pc): Declare.
7784 * hppa-tdep.c (hppa_breakpoint_from_pc): New function.
7785 * config/pa/tm-hppa.h (hppa_breakpoint_from_pc): Declare.
7786 (BREAKPOINT_FROM_PC): Define.
7787 (BREAKPOINT): Delete macro.
7788 * target.h: Update comment.
7789 * s390-tdep.c (s390_gdbarch_init): Update comments.
7790 * remote.c: Update comments.
7791 * remote-mips.c: Update comments.
7792 * proc-api.c (write_with_trace): Do not check for a breakpoint.
7793 * mem-break.c: Update comment.
7794 * ia64-tdep.c (IA64_BREAKPOINT): Rename BREAKPOINT.
7795 (ia64_memory_insert_breakpoint): Update.
7796 * config/sparc/tm-sparc.h: Update comment.
7797 * config/pa/tm-hppa64.h: Update comment.
7798 * rs6000-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7799 (rs6000_breakpoint_from_pc): Update.
7800 * mips-tdep.c (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Delete macro.
7801 (PMON_BIG_BREAKPOINT, PMON_LITTLE_BREAKPOINT): Delete macro.
7802 (IDT_LITTLE_BREAKPOINT, IDT_LITTLE_BREAKPOINT): Delete macro.
7803 (MIPS16_LITTLE_BREAKPOINT, MIPS16_BIG_BREAKPOINT): Delete macro.
7804 (mips_breakpoint_from_pc): Update.
7805 (mips_dump_tdep): Update.
7806
7807 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Delete macro.
7808 * minsyms.c (lookup_minimal_symbol): Inline
7809 DEPRECATED_SYMBOL_MATCHES_NAME. Replace STREQ with strcmp.
7810
7811 * c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
7812 * p-valprint.c (pascal_object_print_value_fields): Ditto.
7813 * p-lang.c (pascal_printstr): Ditto.
7814 * objc-lang.c (objc_printstr): Ditto.
7815 * m2-lang.c (m2_printstr): Ditto.
7816 * jv-valprint.c (java_print_value_fields): Ditto.
7817 * f-lang.c (f_printstr): Ditto.
7818 * cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
7819 * ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
7820 for repeat_count_threshold.
7821 * Makefile.in (cp-valprint.o): Update dependencies.
7822
7823 2003-05-15 Jeff Johnston <jjohnstn@redhat.com>
7824
7825 * ia64-tdep.c: Increase max_skip_non_prologue_insns to 40.
7826 (examine_prologue): Support looking through leaf functions, knowing
7827 they start with mov r2,r12. Support skipping over indirect stores
7828 of the input registers. Upon hitting a non-nop branch instruction
7829 or predicated instruction, bail out by setting lim_pc to the current
7830 pc value in the loop. At the end, if the lim_pc value is still
7831 beyond our calculated value and we have trust_limit set,
7832 use the lim_pc value.
7833
7834 2003-05-15 Andrew Cagney <cagney@redhat.com>
7835
7836 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename
7837 generic_find_dummy_frame.
7838 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update.
7839 (deprecated_generic_find_dummy_frame): Update.
7840 (deprecated_read_register_dummy): Update.
7841 * frame.c (deprecated_generic_get_saved_register): Update.
7842
7843 2003-05-15 Theodore A. Roth <troth@openavr.org>
7844
7845 * avr-tdep.c (avr_breakpoint_from_pc): New function.
7846 (avr_gdbarch_init): Set breakpoint_from_pc method.
7847
7848 2003-05-15 Andrew Cagney <cagney@redhat.com>
7849
7850 * regcache.c (build_regcache): Set deprecated_register_valid
7851 directly.
7852 (deprecated_grub_regcache_for_register_valid): Delete function.
7853 * regcache.h (deprecated_grub_regcache_for_register_valid): Delete
7854 declaration.
7855
7856 2003-05-15 David Carlton <carlton@bactrian.org>
7857
7858 Committed by Elena Zannoni <ezannoni@redhat.com>
7859 * symtab.c (lookup_symbol_aux): Delete calls to
7860 lookup_symbol_aux_minsyms.
7861 (lookup_symbol_aux_minsyms): Comment out function and
7862 prototype. Delete lookup by mangled name.
7863
7864 2003-05-14 Kevin Buettner <kevinb@redhat.com>
7865
7866 * dwarf2expr.c (new_dwarf_expr_context): Set ``stack_len'' to
7867 correctly indicate an empty stack and ``stack_allocated'' to the
7868 indicate the number of elements initially allocated.
7869 (dwarf_expr_grow_stack): Simplify method for computing new
7870 stack size. Don't loop infinitely if ``stack_len'' is zero.
7871 (execute_stack_op): Move ``ctx->in_reg'' initialization
7872 out of loop. Allow DW_OP_reg0 ... DW_OP_reg31 and DW_OP_regx to
7873 be used in conjuction with DW_OP_piece. Revise error message
7874 accordingly.
7875
7876 2003-05-14 Theodore A. Roth <troth@openavr.org>
7877
7878 * MAINTAINERS: Update my email address.
7879 * avr-tdep.c: Ditto.
7880
7881 2003-05-14 Elena Zannoni <ezannoni@redhat.com>
7882
7883 * symtab.h (enum domain_enum): Rename from namespace_enum.
7884 (UNDEF_DOMAIN, VAR_DOMAIN, STRUCT_DOMAIN, LABEL_DOMAIN,
7885 VARIABLES_DOMAIN, FUNCTIONS_DOMAIN, TYPES_DOMAIN, METHODS_DOMAIN):
7886 Rename from UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE,
7887 LABEL_NAMESPACE, VARIABLES_NAMESPACE, FUNCTIONS_NAMESPACE,
7888 TYPES_NAMESPACE, METHODS_NAMESPACE.
7889 (SYMBOL_NAMESPACE): Rename to SYMBOL_DOMAIN.
7890 (struct symbol, struct partial_symbol): Rename field
7891 'namespace_enum namespace' to 'domain_enum domain'.
7892 (PSYMBOL_NAMESPACE): Rename to PSYMBOL_DOMAIN.
7893 Delete old define kludge for namespace.
7894
7895 * ada-exp.y, ada-lang.c, ada-lang.h, alpha-tdep.c, arm-tdep.c,
7896 blockframe.c, c-exp.y, c-valprint.c, coffread.c, dbxread.c,
7897 dwarf2read.c, dwarfread.c, f-exp.y, gdbtypes.c, gdbtypes.h,
7898 gnu-v3-abi.c, hppa-tdep.c, hpread.c, jv-exp.y, jv-lang.c,
7899 language.c, linespec.c, m2-exp.y, m3-nat.c, mdebugread.c,
7900 mips-tdep.c, nlmread.c, objc-exp.y, objc-lang.c, objfiles.c,
7901 p-exp.y, p-valprint.c, parse.c, printcmd.c, scm-lang.c, source.c,
7902 stabsread.c, stack.c, symfile.c, symfile.h, symmisc.c, symtab.c,
7903 valops.c, values.c, xcoffread.c, xstormy16-tdep.c: Replace all
7904 occurrences of the above.
7905
7906 2003-05-14 Ian Lance Taylor <ian@airs.com>
7907
7908 * Makefile.in (install-only): Use $(SHELL) when running
7909 mkinstalldirs.
7910
7911 2003-05-13 Ian Lance Taylor <ian@airs.com>
7912
7913 * MAINTAINERS (write after approval): Add myself.
7914
7915 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap
7916 second and third arguments.
7917 * ser-tcp.c (_initialize_ser_tcp): Likewise.
7918 * ser-unix.c (_initialize_ser_hardwire): Likewise.
7919
7920 2003-05-13 Andrew Cagney <cagney@redhat.com>
7921
7922 * defs.h (store_address): Delete declaration.
7923 findvar.c (store_address): Delete function.
7924 * arm-tdep.c (arm_push_dummy_call): Replace store_address with
7925 store_unsigned_integer.
7926 * xstormy16-tdep.c (xstormy16_address_to_pointer): Ditto.
7927 * v850-tdep.c (v850_push_arguments): Ditto.
7928 * sparc-tdep.c (sparc_get_saved_register): Ditto.
7929 * sh-tdep.c (sh64_get_saved_register): Ditto.
7930 * rs6000-tdep.c (rs6000_push_arguments): Ditto.
7931 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Ditto.
7932 * mips-tdep.c (mips_eabi_push_arguments): Ditto.
7933 (mips_get_saved_register): Ditto.
7934 * ia64-tdep.c (ia64_get_saved_register): Ditto.
7935 (find_func_descr, ia64_push_arguments): Ditto.
7936 * i386-tdep.c (i386_push_arguments): Ditto.
7937 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
7938 * frv-tdep.c (frv_push_arguments): Ditto.
7939 * frame.c (legacy_saved_regs_prev_register): Ditto.
7940 (deprecated_generic_get_saved_register): Ditto.
7941 * findvar.c (unsigned_address_to_pointer): Ditto.
7942 * dwarf2read.c (dwarf2_const_value): Ditto.
7943 * arm-linux-tdep.c (arm_linux_push_arguments): Ditto.
7944 * alpha-tdep.c (alpha_push_arguments): Ditto.
7945
7946 2003-05-12 J. Brobecker <brobecker@gnat.com>
7947
7948 * NEWS: Mention that the hppa-hpux port has been partially
7949 multiarched (32bit ABIT only, so far).
7950
7951 2003-05-11 Andrew Cagney <cagney@redhat.com>
7952
7953 * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol.
7954 * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h,
7955 include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms,
7956 sim/testsuite/sim/arm/misaligned2.ms, and
7957 sim/testsuite/sim/arm/misaligned3.ms.
7958 * disasm.h (struct ui_file): Add opaque struct declaration.
7959 * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto.
7960 * frame.h (struct ui_file): Ditto.
7961
7962 2003-05-11 Mark Kettenis <kettenis@gnu.org>
7963
7964 * value.h: Pretty print.
7965
7966 2003-05-10 Mark Kettenis <kettenis@gnu.org>
7967
7968 * config/i386/tm-linux.h (I386_GNULINUX_TARGET): Remove define.
7969
7970 2003-05-08 Andrew Cagney <cagney@redhat.com>
7971
7972 * regcache.h (max_register_size): Delete declaration.
7973 * regcache.c (max_register_size): Delete function.
7974 (struct regcache_descr): Delete field "max_register_size".
7975 (init_regcache_descr, init_legacy_regcache_descr): Assert that all
7976 registers fit in MAX_REGISTER_SIZE.
7977 (regcache_save): Replace max_register_size with MAX_REGISTER_SIZE.
7978 (regcache_restore, regcache_xfer_part, regcache_dump): Ditto.
7979 * thread-db.c: Replace max_register_size with MAX_REGISTER_SIZE.
7980 * sh-tdep.c, rom68k-rom.c, remote-sim.c, remote-mips.c: Ditto.
7981 * remote-e7000.c, monitor.c, mipsv4-nat.c, mips-nat.c: Ditto.
7982 * m68klinux-nat.c, lynx-nat.c, irix4-nat.c: Ditto.
7983 * hpux-thread.c, hppah-nat.c, hppab-nat.c, hppa-tdep.c: Ditto.
7984 * dve3900-rom.c, hppa-tdep.c: Ditto.
7985
7986 2003-05-08 David Carlton <carlton@math.stanford.edu>
7987
7988 * valops.c (push_word): Fix typo.
7989
7990 2003-05-08 Andrew Cagney <cagney@redhat.com>
7991
7992 * gdbarch.sh: Delete references to MAX_REGISTER_RAW_SIZE.
7993 * gdbarch.h: Re-generate.
7994 * defs.h (MAX_REGISTER_RAW_SIZE): Delete macro.
7995 (legacy_max_register_raw_size): Delete declaration.
7996 * regcache.c (legacy_max_register_raw_size): Delete function.
7997 * valops.c: Replace MAX_REGISTER_RAW_SIZE with MAX_REGISTER_SIZE.
7998 * target.c, stack.c, sparc-tdep.c, sh-tdep.c: Ditto.
7999 * rs6000-tdep.c, rs6000-nat.c, remote.c, remote-sim.c: Ditto.
8000 * remote-rdp.c, remote-array.c, regcache.c: Ditto.
8001 * ppc-linux-nat.c, monitor.c, mn10300-tdep.c: Ditto.
8002 * mips-tdep.c, mips-linux-tdep.c, m68klinux-nat.c: Ditto.
8003 * infptrace.c, ia64-tdep.c, i386-tdep.c, frame.c: Ditto.
8004 * findvar.c, dwarf2cfi.c: Ditto.
8005
8006 2003-05-08 Andrew Cagney <cagney@redhat.com>
8007
8008 * mips-tdep.c (read_signed_register): New function, moved to here
8009 from "regcache.c".
8010 (read_signed_register_pid): Ditto.
8011 * regcache.c (read_signed_register_pid): Delete function, moved to
8012 "mips-tdep.c".
8013 (read_signed_register): Ditto.
8014 * regcache.h (read_signed_register): Delete declaration.
8015 (read_signed_register_pid): Delete declaration.
8016
8017 2003-05-08 Andrew Cagney <cagney@redhat.com>
8018
8019 * gdbarch.sh: Add comments on MAX_REGISTER_SIZE.
8020 * gdbarch.h: Re-generate.
8021 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Delete macro.
8022 (legacy_max_register_virtual_size): Delete declaration.
8023 * infcmd.c (default_print_registers_info): Use MAX_REGISTER_SIZE.
8024 * d10v-tdep.c (d10v_print_registers_info): Ditto.
8025 * tracepoint.c (memrange_sortmerge): Ditto.
8026 * sparc-tdep.c (sparc_print_registers): Ditto.
8027 * regcache.c (legacy_max_register_virtual_size): Delete function.
8028
8029 2002-05-08 J. Brobecker <brobecker@gnat.com>
8030
8031 * fork-child.c (escape_bang_in_quoted_argument): New function.
8032 (fork_inferior): Escape '!' characters in quoted arguments
8033 only when needed.
8034
8035 2003-05-08 J. Brobecker <brobecker@gnat.com>
8036
8037 * dwarf2read.c (set_cu_language): Set the language to "minimal" if
8038 the language of the CU is not currently supported by GDB.
8039
8040 2003-05-08 J. Brobecker <brobecker@gnat.com>
8041
8042 * defs.h (language): Add language_minimal enum value.
8043 * c-lang.c (minimal_language_defn): New language definition.
8044 (_initialize_c_language): Add the new minimal language to the list
8045 of languages known to GDB.
8046
8047 2003-05-08 Kevin Buettner <kevinb@redhat.com>
8048
8049 * frame.c (get_frame_type): Don't attempt to lazily initialize
8050 frame's unwinder for legacy frames.
8051
8052 2003-05-07 Andrew Cagney <cagney@redhat.com>
8053
8054 * ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
8055 and "regcache" parameters.
8056 * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
8057
8058 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8059
8060 * dwarf2read.c (dwarf_decode_lines): Only use output of
8061 check_cu_functions() when calling record_line(). Do not update
8062 the current address.
8063
8064 2003-05-07 Andrew Cagney <cagney@redhat.com>
8065
8066 * fork-child.c (startup_inferior): Delete #ifdef STARTUP_INFERIOR
8067 code.
8068
8069 2003-05-07 Jim Blandy <jimb@redhat.com>
8070
8071 Rename commands 'maint list symtabs' and 'maint list psymtabs' to
8072 'maint info symtabs' and 'maint info psymtabs'.
8073 * symmisc.c (maintenance_info_symtabs, maintenance_info_psymtabs):
8074 Renamed from maintenance_list_symtabs and maintenance_list_psymtabs.
8075 * symtab.h (maintenance_info_symtabs, maintenance_info_psymtabs):
8076 Declarations updated.
8077 * maint.c (maintenance_list_command): Delete.
8078 (_initialize_maint_cmds): Update calls to add_cmd.
8079 * gdbcmd.h (maintenancelistlist): Delete declaration.
8080 * cli/cli-cmds.c (maintenancelistlist): Delete.
8081 (init_cmd_lists): Don't initialize it.
8082 * cli/cli-cmds.h (maintenancelistlist): Delete declaration.
8083
8084 2003-05-07 Andrew Cagney <cagney@redhat.com>
8085
8086 * d10v-tdep.c (remote_d10v_translate_xfer_address): Add
8087 "regcache".
8088 (d10v_print_registers_info): Update.
8089 (d10v_dmap_register, d10v_imap_register): Delete functions.
8090 (struct gdbarch_tdep): Add "regcache" parameter to "dmap_register"
8091 and "imap_register".
8092 (d10v_ts2_dmap_register, d10v_ts2_imap_register): Add "regcache".
8093 (d10v_ts3_dmap_register, d10v_ts3_imap_register): Add "regcache".
8094 * arch-utils.c (generic_remote_translate_xfer_address): Add
8095 "regcache" and "gdbarch" parameters.
8096 * gdbarch.sh (REMOTE_TRANSLATE_XFER_ADDRESS): Add "regcache"
8097 parameter. Change class to multi-arch.
8098 * gdbarch.h, gdbarch.c: Re-generate.
8099 * remote.c (remote_xfer_memory): Use
8100 gdbarch_remote_translate_xfer_address.
8101
8102 2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
8103
8104 * infrun.c (prev_pc): Move declaration ahead of proceed().
8105 (proceed): Refresh prev_pc value before resuming.
8106 (stop_stepping): Remove code to refresh prev_pc.
8107
8108 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8109
8110 * nto-tdep.c: Removed stray comment.
8111
8112 2003-05-06 Kris Warkentin <kewarken@qnx.com>
8113
8114 * i386-nto-tdep.c: Fix old K&R function definitions.
8115 * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
8116 Also change add_show_from_set() call to add_setshow_cmd().
8117 * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
8118
8119 2003-05-05 Andrew Cagney <cagney@redhat.com>
8120
8121 * dummy-frame.c: Include "command.h" and "gdbcmd.h".
8122 (fprint_dummy_frames): New function.
8123 (maintenance_print_dummy_frames): New function.
8124 (_initialize_dummy_frame): Add command "maint print dummy-frames".
8125 * frame.c (fprint_frame_id): Make global.
8126 * frame.h (fprint_frame_id): Declare.
8127 * Makefile.in (dummy-frame.o): Update dependencies.
8128
8129 2003-05-05 Andrew Cagney <cagney@redhat.com>
8130
8131 * gdbarch.sh (DEPRECATED_REGISTER_SIZE): Rename REGISTER_SIZE.
8132 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Rename
8133 SIZEOF_CALL_DUMMY_WORDS.
8134 (DEPRECATED_CALL_DUMMY_WORDS): Rename CALL_DUMMY_WORDS.
8135 (DEPRECATED_FIX_CALL_DUMMY): Rename FIX_CALL_DUMMY.
8136 (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET): Rename
8137 CALL_DUMMY_BREAKPOINT_OFFSET.
8138 (DEPRECATED_CALL_DUMMY_START_OFFSET): Rename
8139 CALL_DUMMY_START_OFFSET.
8140 (DEPRECATED_CALL_DUMMY_LENGTH): Rename CALL_DUMMY_LENGTH.
8141 * gdbarch.h, gdbarch.c: Re-generate.
8142 * alpha-tdep.c, alphafbsd-tdep.c, arm-linux-tdep.c: Update.
8143 * arm-tdep.c, avr-tdep.c, breakpoint.c, cris-tdep.c: Update.
8144 * dummy-frame.c, dummy-frame.h, frv-tdep.c, gdbarch.c: Update.
8145 * gdbarch.h, gdbarch.sh, h8300-tdep.c, hppa-tdep.c: Update.
8146 * i386-tdep.c, ia64-tdep.c, infcall.c, inferior.h: Update.
8147 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Update.
8148 * mips-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Update.
8149 * rs6000-tdep.c, s390-tdep.c, sh-tdep.c, sol-thread.c: Update.
8150 * sparc-tdep.c, target.c, v850-tdep.c, valops.c: Update.
8151 * vax-tdep.c, x86-64-tdep.c, xstormy16-tdep.c: Update.
8152 * config/ia64/tm-ia64.h, config/m68k/tm-vx68.h: Update.
8153 * config/mips/tm-mips.h, config/pa/nm-hppah.h: Update.
8154 * config/pa/tm-hppa.h, config/pa/tm-hppa64.h: Update.
8155 * config/s390/tm-s390.h, config/sparc/tm-sp64.h: Update.
8156 * config/sparc/tm-sparc.h: Update.
8157
8158 2003-05-05 Kris Warkentin <kewarken@qnx.com>
8159
8160 * configure.tgt: Add i[3456]86-*-nto*.
8161 * i386-nto-tdep.c: New file. i386 specific support for QNX Neutrino.
8162 * nto-tdep.c: New file. Neutrino target support routines.
8163 * nto-tdep.h: New file. Neutrino target header.
8164 * config/tm-qnxnto.h: New file.
8165 * config/i386/i386nto.mt: New file.
8166 * config/i386/tm-i386nto.h: New file.
8167
8168 2003-05-04 Andrew Cagney <cagney@redhat.com>
8169
8170 * gdbthread.h (save_infrun_state): Drop prev_func_name parameter.
8171 (load_infrun_state): Ditto.
8172 (struct thread_info): Drop "prev_func_name" field.
8173 * thread.c (load_infrun_state): Update.
8174 (save_infrun_state): Update.
8175 * infrun.c (prev_func_name): Delete variable.
8176 (init_wait_for_inferior): Do not clear prev_func_name.
8177 (stop_stepping, keep_going, context_switch): Do not swap
8178 prev_func_name.
8179 (handle_inferior_event, check_sigtramp2): Use pc_in_sigtramp
8180 instead of PC_IN_SIGTRAMP.
8181
8182 2003-05-04 Andrew Cagney <cagney@redhat.com>
8183
8184 * sentinel-frame.c (sentinel_frame_prev_register): Replace
8185 REGISTER_BYTE with register_offset_hack.
8186 * regcache.c (init_regcache_descr): When REGISTER_BYTE_P, check
8187 that REGISTER_BYTE is consistent with the regcache.
8188 * gdbarch.sh (REGISTER_BYTE): Add a predicate.
8189 * gdbarch.h, gdbarch.c: Regenerate.
8190
8191 2003-05-04 Mark Kettenis <kettenis@gnu.org>
8192
8193 * i387-tdep.c (fxsave_offset): Add entries for %xmm8-%xmm15.
8194 (FXSAVE_ADDR, i387_supply_fxsave): Add support for %xmm8-%xmm15.
8195
8196 * i386-linux-nat.c (supply_gregset): Remove unnecessary casts.
8197
8198 2003-05-03 J. Brobecker <brobecker@gnat.com>
8199
8200 From Thierry Schneider <tpschneider1@yahoo.com>
8201 * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o.
8202 (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c.
8203 (mi-cmd-symbol.o): Add rule.
8204
8205 2003-05-03 Andrew Cagney <cagney@redhat.com>
8206
8207 * gdbarch.sh (PUSH_DUMMY_CODE): New architecture method, add
8208 comments noteing that it replaces the old FIX_CALL_DUMMY code.
8209 * gdbarch.h, gdbarch.c: Re-generate.
8210 * d10v-tdep.c (d10v_push_dummy_code): New function.
8211 (d10v_gdbarch_init): Set push_dummy_code.
8212 * infcall.c (legacy_push_dummy_code): New function.
8213 (generic_push_dummy_code): New function.
8214 (push_dummy_code): New function.
8215 (call_function_by_hand): Call push_dummy_code. Pass bp_addr,
8216 instead of dummy_addr, to push_dummy_call. Move call to
8217 generic_save_call_dummy_addr to outside of CALL_DUMMY_LOCATION
8218 switch.
8219 * sparc-tdep.c (sparc_gdbarch_init): Mention push_dummy_code.
8220
8221 2003-05-03 Andrew Cagney <cagney@redhat.com>
8222
8223 * disasm.h (print_insn): Declare.
8224 * disasm.c (init_gdb_disassemble_info): New function.
8225 (gdb_disassembly): Call init_gdb_disassemble_info.
8226 (gdb_print_insn): New function.
8227 * v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
8228 of TARGET_PRINT_INSN. Send debug info to "gdb_stdlog".
8229 * mcore-tdep.c: Include "disasm.h"
8230 (mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
8231 * d10v-tdep.c: Include "disasm.h".
8232 (display_trace): Call gdb_print_insn, instead of print_insn.
8233 (print_insn): Delete function.
8234 * printcmd.c: Include "disasm.h".
8235 (print_insn): Delete function.
8236 (print_formatted): Call gdb_print_insn, instead of print_insn.
8237 * Makefile.in (printcmd.o): Update dependencies.
8238 (mcore-tdep.o, d10v-tdep.o): Ditto.
8239
8240 2003-05-02 Andrew Cagney <cagney@redhat.com>
8241
8242 * std-regs.c (value_of_builtin_frame_pc_reg): Delete #ifdef
8243 PC_REGNUM, re-indent.
8244 * stack.c (frame_info): Use "pc" for the name of get_frame_pc when
8245 PC_REGNUM isn't set.
8246
8247 * gdbarch.sh (REGISTER_SIZE, REGISTER_BYTES): Make optional.
8248 * gdbarch.h, gdbarch.c: Re-generate.
8249 * d10v-tdep.c (d10v_gdbarch_init): Do not set register_size,
8250 register_virtual_size, pc_regnum, or register_bytes.
8251 (D10V_PC_REGNUM): Rename _PC_REGNUM.
8252 (d10v_register_type): Use D10V_PC_REGNUM.
8253 (d10v_print_registers_info, d10v_read_pc): Ditto.
8254 (d10v_write_pc, d10v_eva_prepare_to_trace): Ditto.
8255 (d10v_unwind_pc, d10v_frame_prev_register): Ditto.
8256
8257 2003-05-02 David Carlton <carlton@bactrian.org>
8258
8259 * objfiles.c (allocate_objfile): For anonymous objfiles, allocate
8260 the name with mstrsave.
8261
8262 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
8263
8264 * charset.c (GDB_DEFAULT_TARGET_CHARSET,
8265 GDB_DEFAULT_HOST_CHARSET): Move to earlier in the file.
8266 (host_charset_name, target_charset_name): New vars for use by
8267 set/show commands.
8268 (host_charset_enum, target_charset_enum): New enums for set/show
8269 commands.
8270 (set_charset_sfunc, set_host_charset_sfunc,
8271 set_target_charset_sfunc): New functions.
8272 (set_host_charset, set_target_charset): Make static.
8273 (list_charsets, set_host_charset_command,
8274 set_target_charset_command): Delete functions.
8275 (show_charset_command): Rewrite as....
8276 (show_charset): Hook this up with the set/show command mechanism.
8277 (_initialize_charset): Change names of charsets to match the
8278 set/show enums. Use host_charset_name and target_charset_name.
8279 Use set/show mechanism for charset, host-charset, target-charset
8280 commands. Do not make 'show host-charset' and 'show
8281 target-charset' be aliases of 'show charset'.
8282
8283 * charset.h (set_host_charset, set_target_charset): Don't export,
8284 they are not used outside the file.
8285
8286 2003-05-01 Andrew Cagney <cagney@redhat.com>
8287
8288 * disasm.c (gdb_disassemble_from_exec): Delete global variable.
8289 (gdb_disassembly): Make "di" non static, always initialize and
8290 cleanup. Always use dis_asm_read_memory.
8291 (gdb_dis_asm_read_memory): Delete function.
8292
8293 2003-05-01 Andrew Cagney <cagney@redhat.com>
8294
8295 * d10v-tdep.c (d10v_frame_align): Replace d10v_stack_align.
8296 (d10v_gdbarch_init): Set frame_align instead of stack_align.
8297
8298 2003-04-30 Andrew Cagney <cagney@redhat.com>
8299
8300 * gdbarch.sh (deprecated_tm_print_insn_info): Rename
8301 "tm_print_insn_info".
8302 (TARGET_PRINT_INSN_INFO): Delete macro.
8303 (dis_asm_read_memory): Delete function declaration.
8304 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8305 (tm_print_insn_info): Delete variable definition.
8306 (_initialize_gdbarch): Do not initialize "tm_print_insn_info".
8307 * gdbarch.h, gdbarch.c: Re-generate.
8308 * d10v-tdep.c (display_trace): Replace "tm_print_insn_info" with
8309 "deprecated_tm_print_insn_info".
8310 * mcore-tdep.c (mcore_dump_insn): Ditto.
8311 * mips-tdep.c (mips_gdbarch_init): Ditto.
8312 * sparc-tdep.c (_initialize_sparc_tdep): Ditto.
8313 * v850-tdep.c (v850_scan_prologue, v850_gdbarch_init): Ditto.
8314 * ia64-tdep.c (_initialize_ia64_tdep): Ditto.
8315 * printcmd.c (print_insn): Use "deprecated_tm_print_insn_info"
8316 instead of TARGET_PRINT_INSN_INFO, add comment.
8317 * s390-tdep.c (s390_get_frame_info): Instead of
8318 "dis_asm_read_memory", use "deprecated_tm_print_insn_info".
8319 (s390_check_function_end, s390_is_sigreturn): Ditto.
8320 * corefile.c (dis_asm_read_memory): Move to "disasm.c".
8321 (dis_asm_memory_error, dis_asm_print_address): Ditto.
8322 * disasm.c: Include "gdbcore.h".
8323 (_initialize_disasm): New function, initialize
8324 "deprecated_tm_print_insn_info".
8325 (deprecated_tm_print_insn_info): New variable.
8326 (dis_asm_read_memory): Moved from "corefile.c", made static.
8327 (dis_asm_print_address, dis_asm_memory_error): Ditto.
8328 * Makefile.in (disasm.o): Update dependencies.
8329
8330 2003-04-30 Andrew Cagney <cagney@redhat.com>
8331
8332 * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1.
8333
8334 2003-04-29 Adam Fedor <fedor@gnu.org>
8335
8336 * eval.c (evaluate_subexp_standard): Handle ObjC ops.
8337 * infcall.c (find_function_addr): Make non-static.
8338 * infcall.h (find_function_addr): Declare.
8339 * Makefile.in (eval.o): Update dependencies.
8340
8341 2003-04-28 Adam Fedor <fedor@gnu.org>
8342
8343 * symtab.c (symbol_find_demangled_name): Check for and demangle
8344 ObjC symbols.
8345 (symbol_init_demangled_name): Init for language_objc as well.
8346
8347 2003-04-28 Andrew Cagney <cagney@redhat.com>
8348
8349 * gdbarch.sh (DEPRECATED_TARGET_READ_FP): Replace TARGET_READ_FP.
8350 (DEPRECATED_FP_REGNUM): Replace FP_REGNUM.
8351 * gdbarch.h, gdbarch.c: Re-generate.
8352 * infcall.c (call_function_by_hand): Use DEPRECATED_FP_REGNUM,
8353 DEPRECATED_TARGET_READ_FP, or "sp" to create the dummy frame ID.
8354 * inferior.h (deprecated_read_fp): Rename read_fp.
8355 (generic_target_read_fp): Delete declaration.
8356 * regcache.c (generic_target_read_fp): Delete function.
8357 (deprecated_read_fp): Replace read_fp, use
8358 DEPRECATED_TARGET_READ_FP or DEPRECATED_FP_REGNUM.
8359 * d10v-tdep.c (d10v_read_fp): Delete function.
8360 (d10v_gdbarch_init): Do not set deprecated_read_fp.
8361
8362 * sparc-tdep.c (sparc_gdbarch_init): Do not set
8363 deprecated_target_read_fp to generic_target_read_fp.
8364 * sh-tdep.c (sh_gdbarch_init): Ditto.
8365 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8366 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8367 * frv-tdep.c (frv_gdbarch_init): Ditto.
8368
8369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set
8370 deprecated_fp_regnum.
8371 * x86-64-tdep.c (x86_64_init_abi): Ditto.
8372 * vax-tdep.c (vax_gdbarch_init): Ditto.
8373 * v850-tdep.c (v850_gdbarch_init): Ditto.
8374 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8375 * sh-tdep.c (sh_gdbarch_init): Ditto.
8376 * s390-tdep.c (s390_gdbarch_init): Ditto.
8377 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8378 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8379 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8380 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8381 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8382 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8383 * i386-tdep.c (i386_gdbarch_init): Ditto.
8384 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8385 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8386 * frv-tdep.c (frv_gdbarch_init): Ditto.
8387 * cris-tdep.c (cris_gdbarch_init): Ditto.
8388 * avr-tdep.c (avr_gdbarch_init): Ditto.
8389 * arm-tdep.c (arm_gdbarch_init): Ditto.
8390 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8391
8392 * x86-64-tdep.c (x86_64_init_abi): Set deprecated_target_read_fp.
8393 * v850-tdep.c (v850_gdbarch_init): Ditto.
8394 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
8395 * sh-tdep.c (sh_gdbarch_init): Ditto.
8396 * s390-tdep.c (s390_gdbarch_init): Ditto.
8397 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8398 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8399 * mips-tdep.c (mips_gdbarch_init): Ditto.
8400 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8401 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8402 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8403 * frv-tdep.c (frv_gdbarch_init): Ditto.
8404 * avr-tdep.c (avr_gdbarch_init): Ditto.
8405 * arm-tdep.c (arm_gdbarch_init): Ditto.
8406
8407 * vax-tdep.c (vax_frame_init_saved_regs): Replace FP_REGNUM with
8408 DEPRECATED_FP_REGNUM.
8409 (vax_push_dummy_frame, vax_pop_frame): Ditto.
8410 * std-regs.c (value_of_builtin_frame_fp_reg): Ditto.
8411 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
8412 (sparc_push_dummy_frame, sparc64_read_fp): Ditto.
8413 (sparc32_register_virtual_type): Ditto.
8414 * sh-tdep.c (sh64_frame_chain): Ditto.
8415 (sh64_get_saved_register, sh64_pop_frame): Ditto.
8416 (sh_nofp_frame_init_saved_regs): Ditto.
8417 (sh64_nofp_frame_init_saved_regs): Ditto.
8418 (sh_fp_frame_init_saved_regs): Ditto.
8419 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
8420 * remote-e7000.c (fetch_regs_from_dump): Ditto.
8421 * procfs.c (procfs_fetch_registers): Ditto.
8422 (procfs_store_registers): Ditto.
8423 * ns32knbsd-nat.c (fetch_inferior_registers): Ditto.
8424 (store_inferior_registers, fetch_core_registers): Ditto.
8425 (fetch_kcore_registers, clear_regs): Ditto.
8426 * ns32k-tdep.c (ns32k_frame_init_saved_regs): Ditto.
8427 (ns32k_push_dummy_frame, ns32k_pop_frame): Ditto.
8428 * nlm/i386.h (DEPRECATED_FP_REGNUM): Ditto.
8429 * nlm/i386.c (do_status): Ditto.
8430 * mipsv4-nat.c (supply_gregset): Ditto.
8431 * mips-tdep.c: Ditto for comments.
8432 * mips-nat.c (fetch_inferior_registers): Ditto.
8433 (store_inferior_registers, fetch_core_registers): Ditto.
8434 * m68k-tdep.c (m68k_push_dummy_frame): Ditto.
8435 (m68k_pop_frame, m68k_frame_init_saved_regs): Ditto.
8436 * i386-tdep.c (i386_frame_init_saved_regs): Ditto.
8437 (i386_do_pop_frame, i386_register_type): Ditto.
8438 * hppa-tdep.c (hppa_frame_chain): Ditto.
8439 (hppa_push_dummy_frame, find_dummy_frame_regs): Ditto.
8440 (hppa_pop_frame, hppa_read_fp): Ditto.
8441 (skip_prologue_hard_way, hppa_frame_find_saved_regs): Ditto.
8442 * cris-tdep.c (cris_examine, cris_pop_frame): Ditto.
8443 * config/vax/nm-vax.h (REGISTER_U_ADDR): Ditto.
8444 * config/sparc/tm-sparc.h (DEPRECATED_FP_REGNUM): Ditto.
8445 * config/sparc/tm-sp64.h (DEPRECATED_FP_REGNUM): Ditto.
8446 * config/s390/tm-s390.h (DEPRECATED_FP_REGNUM): Ditto.
8447 * config/pa/tm-hppa64.h (DEPRECATED_FP_REGNUM): Ditto.
8448 * config/ia64/tm-ia64.h (DEPRECATED_FP_REGNUM): Ditto.
8449 * blockframe.c: Ditto for comments.
8450 * arch-utils.h: Ditto for comments.
8451 * arch-utils.c (legacy_virtual_frame_pointer): Ditto.
8452 * alphanbsd-tdep.c (fetch_core_registers): Ditto.
8453 * alphabsd-nat.c (fetch_inferior_registers): Ditto.
8454 * alpha-tdep.h: Ditto for comments.
8455 * alpha-tdep.c (alpha_cannot_fetch_register): Ditto.
8456 (alpha_cannot_store_register): Ditto.
8457 (alpha_push_dummy_frame): Ditto.
8458 * alpha-nat.c (supply_gregset): Ditto.
8459
8460 * config/sparc/tm-sp64.h (DEPRECATED_TARGET_READ_FP): Update.
8461 * config/pa/tm-hppa64.h (DEPRECATED_TARGET_READ_FP): Update.
8462 * config/sparc/tm-sparc.h: Update comment.
8463
8464 * hppa-tdep.c (hppa_init_extra_frame_info): Use
8465 deprecated_read_fp instead of TARGET_READ_FP.
8466 (hppa_init_extra_frame_info, hppa_frame_chain): Ditto.
8467 (hppa_push_dummy_frame, hppa_read_fp): Ditto.
8468 * sparc-tdep.c (sparc_init_extra_frame_info): Use
8469 deprecated_read_fp instead of read_fp.
8470 * s390-tdep.c (s390_push_arguments): Ditto.
8471 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8472 * frame.h: Ditto in comments.
8473 * frame.c (legacy_get_prev_frame): Ditto.
8474 * dummy-frame.c (dummy_frame_this_id): Ditto.
8475 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
8476
8477 2003-04-28 Andrew Cagney <cagney@redhat.com>
8478
8479 * gdbarch.sh (deprecated_tm_print_insn): Rename tm_print_insn.
8480 * gdbarch.h, gdbarch.c: Re-generate.
8481 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Update.
8482 * vax-tdep.c (_initialize_vax_tdep): Update.
8483 * v850-tdep.c (_initialize_v850_tdep): Update.
8484 * sparc-tdep.c (_initialize_sparc_tdep): Update.
8485 * s390-tdep.c (_initialize_s390_tdep): Update.
8486 * ns32k-tdep.c (_initialize_ns32k_tdep): Update.
8487 * mn10300-tdep.c (_initialize_mn10300_tdep): Update.
8488 * mips-tdep.c (_initialize_mips_tdep): Update.
8489 * mcore-tdep.c (_initialize_mcore_tdep): Update.
8490 * m68k-tdep.c (_initialize_m68k_tdep): Update.
8491 * ia64-tdep.c (_initialize_ia64_tdep): Update.
8492 * hppa-tdep.c (_initialize_hppa_tdep): Update.
8493 * h8300-tdep.c (_initialize_h8300_tdep): Update.
8494 * frv-tdep.c (_initialize_frv_tdep): Update.
8495 * cris-tdep.c (cris_delayed_get_disassembler): Update.
8496 (_initialize_cris_tdep): Update.
8497 * arch-utils.c (legacy_print_insn): Update.
8498 * alpha-tdep.c (_initialize_alpha_tdep): Update.
8499
8500 2003-04-26 Adam Fedor <fedor@gnu.org>
8501
8502 * linespec.c (decode_objc): New function to decode ObjC calls
8503 (decode_line_1): Check for ObjC calls (using decode_objc)
8504 * Makefile (linespec.o): Update dependencies.
8505
8506 2003-04-26 Daniel Jacobowitz <drow@mvista.com>
8507
8508 * breakpoint.h (struct breakpoint_ops): New.
8509 (struct breakpoint): Add ops member.
8510
8511 * breakpoint.c (print_bp_stop_message, print_one_breakpoint)
8512 (mention): Use new breakpoint ops member.
8513 (set_raw_breakpoint): Initialize ops field to NULL.
8514 (print_exception_catchpoint, print_one_exception_catchpoint)
8515 (print_mention_exception_catchpoint, handle_gnu_v3_exceptions): New.
8516 (gnu_v3_exception_catchpoint_ops): New.
8517 (catch_exception_command_1): Call handle_gnu_v3_exceptions.
8518
8519 2003-04-25 Adam Fedor <fedor@gnu.org>
8520
8521 * Makefile.in (COMMON_OBS): Add objc-lang.o
8522
8523 2003-04-25 Andrew Cagney <cagney@redhat.com>
8524
8525 * d10v-tdep.c (print_insn): Delete function.
8526 (display_trace): Use TARGET_PRINT_INSN.
8527 (_initialize_d10v_tdep): Do not set tm_print_insn.
8528 (d10v_gdbarch_init): Set print_insn.
8529
8530 2003-04-25 Andrew Cagney <cagney@redhat.com>
8531
8532 * d10v-tdep.c (d10v_extract_return_value): Delete call to printf.
8533 (_initialize_d10v_tdep): Use add_setshow_boolean_cmd.
8534 (d10v_frame_unwind_cache): Use FRAME_OBSTACK_CALLOC.
8535 (NR_DMAP_REGS, A0_REGNUM): Delete, replaced by ...
8536 (nr_dmap_regs, a0_regnum): ... new functions.
8537 (d10v_print_registers_info): Use a0_regnum, use register_size.
8538 (d10v_register_byte): Delete function.
8539 (d10v_register_raw_size): Delete function.
8540 (d10v_register_type): Use a0_regnum.
8541 (d10v_print_registers_info): Use a0_regnum.
8542 (D10V_SP_REGNUM): Rename _SP_REGNUM, replace it and SP_REGNUM.
8543 (d10v_gdbarch_init): Do not set register_byte or
8544 register_raw_size, use D10V_SP_REGNUM to set sp_regnum.
8545 (d10v_pointer_to_address): Use extract_unsigned_integer instead of
8546 extract_address.
8547 (trace_command): Use XCALLOC.
8548 (print_insn): Delete reference to tm_print_insn.
8549 (saved_regs_unwinder): Use store_unsigned_integer instead of
8550 store_address.
8551 * frame.h (FRAME_OBSTACK_CALLOC): Define
8552
8553 2003-04-25 David Carlton <carlton@bactrian.org>
8554
8555 * config/djgpp/fnchange.lst: Add testsuite/gdb.c++/maint.exp.
8556
8557 2003-04-24 Adam Fedor <fedor@gnu.org>
8558
8559 * objc-lang.c: Include "valprint.h"
8560 * Makefile.in (objc-lang.o): Update dependencies.
8561
8562 2003-04-24 Adam Fedor <fedor@gnu.org>
8563
8564 * objc-lang.c (FETCH_ARGUMENT, CONVERT_FUNCPTR): Remove
8565 architecture dependant compilation and mark as unimplemented
8566 (until they get put in the gdbarch vector).
8567
8568 2003-04-23 David Carlton <carlton@bactrian.org>
8569
8570 * cp-support.c (cp_find_first_component): Accept 'operator' in
8571 more locations.
8572
8573 2003-04-23 Andrew Cagney <cagney@redhat.com>
8574
8575 * infcall.c (call_function_by_hand): Eliminate redundant
8576 indentation. Move "saved_async" and "old_cleanups" to where they
8577 are needed.
8578
8579 2003-04-23 Andrew Cagney <cagney@redhat.com>
8580
8581 * infcall.c (call_function_by_hand): Eliminate the variables "rc"
8582 and "buffer". Move the "name" code to where it is needed.
8583
8584 2003-04-23 Andrew Cagney <cagney@redhat.com>
8585
8586 * infcall.c (call_function_by_hand): Move variables "start_sp",
8587 "dummy", "sizeof_dummy1" and "dummy1" and corresponding dummy call
8588 code to ON_STACK switch branch.
8589
8590 2003-04-23 Andrew Cagney <cagney@redhat.com>
8591
8592 * infcall.c (call_function_by_hand): Make declaration of "i",
8593 "sal", "bpt" and "old_sp" more local to their use. Delete #if
8594 lint.
8595
8596 2003-04-23 Andrew Cagney <cagney@redhat.com>
8597
8598 * infcall.c (call_function_by_hand): Delete variable
8599 "n_method_args". Localize "param_type"'s declaration to the loop
8600 that it is used. Reinstate code assigning to said variable -
8601 deleted on 2002-06-14. Rationalize calls to value_args_coerce.
8602 Rationalize code using "param_type".
8603
8604 2003-04-22 Andrew Cagney <cagney@redhat.com>
8605
8606 * infcall.c (call_function_by_hand): Use new variable "bp_addr" to
8607 compute the breakpoint address. Only call FIX_CALL_DUMMY when
8608 ON_STACK. Eliminate the variable "addr". Do not pass "real_pc"
8609 to DEPRECATED_PUSH_RETURN_ADDRESS.
8610
8611 2003-04-22 Kevin Buettner <kevinb@redhat.com>
8612
8613 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Invoke DWARF2_REG_TO_REGNUM
8614 on the DWARF2 register number prior to fetching a register.
8615
8616 2003-04-22 J. Brobecker <brobecker@gnat.com>
8617
8618 * config/pa/tm-hppa.h (SOFT_FLOAT): Delete this macro.
8619 Update all the tests using SOFT_FLOAT considering the fact that
8620 this macro was always set to 0.
8621 * config/pa/tm-hppa64.h: Update all the tests using SOFT_FLOAT
8622 considering the fact that this macro was always set to 0.
8623 * hppa-tdep.h (hppa_store_return_value): Likewise.
8624 (hppa_extract_return_value): Likewise.
8625
8626 2003-04-22 J. Brobecker <brobecker@gnat.com>
8627
8628 * config/pa/tm-hppa.h: Remove obsolete code, was used by
8629 the hppa-pro target only.
8630
8631 2003-04-21 J. Brobecker <brobecker@gnat.com>
8632
8633 Ongoing multi-arch conversion effort for HP/UX:
8634 * config/pa/tm-hppa.h: Move all macro that are no longer
8635 defined now that GDB_MULTI_ARCH is now set to 1 from here...
8636 * config/pa/tm-hppa64.h: ... to here (hppa64 is not multiarch'ed yet).
8637
8638 2003-04-21 J. Brobecker <brobecker@gnat.com>
8639
8640 * config/pa/tm-hppa.h: Obsolete a section that was only used
8641 for hppa-pro.
8642
8643 2003-04-21 J. Brobecker <brobecker@gnat.com>
8644
8645 Ongoing multi-arch conversion for HP/UX.
8646 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Set to 1. Do not define
8647 if already defined (allows hppa64 to stay non-multiarched for now).
8648 * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Define.
8649
8650 2003-04-21 Andrew Cagney <cagney@redhat.com>
8651
8652 * frame.c (frame_id_eq): Fail when the code_addr's do not match.
8653
8654 2003-04-21 Andrew Cagney <cagney@redhat.com>
8655
8656 * i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
8657 "i386_num_mmx_regs".
8658
8659 2003-04-21 Andrew Cagney <cagney@redhat.com>
8660
8661 * infcall.c: New file.
8662 * infcall.h: New file.
8663 * valarith.c: Include "infcall.h".
8664 * scm-lang.c, objc-lang.cm, hppa-tdep.c, gcore.c: Ditto.
8665 * eval.c, ada-valprint.c, ada-lang.c: Ditto.
8666 * Makefile.in (valarith.o, scm-lang.o): Update dependencies.
8667 (objc-lang.o, hppa-tdep.o, gcore.o): Update dependencies.
8668 (eval.o, ada-valprint.o, ada-lang.o): Update dependencies.
8669 (SFILES): Add "infcall.c"
8670 (COMMON_OBS): Add "infcall.o".
8671 (infcall.o): Specify dependencies.
8672 * value.h (call_function_by_hand): Delete declaration.
8673 * inferior.h (run_stack_dummy): Delete declaration.
8674 * infcmd.c (breakpoint_auto_delete_contents): Move to "infcall.c".
8675 (run_stack_dummy): Move to "infcall.c", merged into
8676 call_function_by_hand.
8677 * valops.c (call_function_by_hand): Moved to "infcall.c".
8678 (find_function_addr, value_arg_coerce): Ditto.
8679 (unwindonsignal_p, coerce_float_to_double): Ditto.
8680 (_initialize_valops): Move "set/show coerce-float-to-double", and
8681 "set/show unwindonsignal" commands to "infcall.c".
8682 * v850-tdep.c, target.h: Update comments.
8683 * sparc-tdep.c (sparc_fix_call_dummy): Update comments.
8684 * sh-tdep.c (sh_init_extra_frame_info): Update comments.
8685 (sh64_init_extra_frame_info): Update comments.
8686 * mn10300-tdep.c: Update comments.
8687 * mcore-tdep.c (mcore_init_extra_frame_info): Update comments.
8688 * config/sparc/tm-sparc.h: Update comments.
8689 * breakpoint.h: Update comments.
8690 * avr-tdep.c (avr_init_extra_frame_info): Update comments.
8691 * arm-tdep.c: Update comment.
8692
8693 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8694
8695 * i386-tdep.c (i386_num_register_names): New variable.
8696 (i386_num_mmx_regs): Renamed from mmx_num_regs.
8697 (MM0_REGNUM): Remove redundant parentheses in define.
8698 (i386_mmx_regnum_p): Use i386_mmx_regnum instead of mmx_num_regs.
8699 (i386_fp_regnum_p, i386_fpc_regnum_p, i386_sse_regnum_p,
8700 i386_mxcsr_regnum_p): Remove redundant parentheses.
8701 (i386_register_name): Use i386_num_register_names.
8702
8703 * i386-tdep.c (i386_extract_return_value,
8704 i386_store_return_value): Correct check for availability of
8705 floating-point registers.
8706
8707 * i386-tdep.c (i386_frame_num_args): Remove function.
8708 (i386_gdbarch_init): Set frame_num_args to frame_num_args_unknown.
8709
8710 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Renamed from
8711 mmx_regnum_to_fp_regnum. Adjust all callers.
8712
8713 * i386-tdep.c (i386_get_longjmp_target): Use
8714 TYPE_LENGTH(builtin_type_void_func_ptr) instead of TARGET_PTR_BIT
8715 and TARGET_CHAR_BIT. Use extract_typed_address instead of
8716 extract_address.
8717
8718 2003-04-19 Mark Kettenis <kettenis@gnu.org>
8719
8720 * core-regset.c: Update comments to reflect reality. Re-order
8721 includes.
8722 (fetch_core_registers): Use switch instead of if. Remove
8723 redundant prototype.
8724
8725 2003-04-18 Jim Blandy <jimb@redhat.com>
8726
8727 * s390-tdep.c (s390_frame_align): New function.
8728 (s390_gdbarch_init): Register it with the gdbarch object.
8729
8730 2003-04-17 Richard Henderson <rth@redhat.com>
8731
8732 * remote.c (minitelnet): Don't redeclare escape_count, echo_check.
8733
8734 2003-04-17 Michael Snyder <msnyder@redhat.com>
8735 Karen Bennet <bennet@redhat.com>
8736
8737 Committed by Elena Zannoni <ezannoni@redhat.com>
8738 * gdb_gcore.sh: New script to create a core dump of a process.
8739
8740 2003-04-17 Elena Zannoni <ezannoni@redhat.com>
8741
8742 * values.c (value_being_returned): Don't fetch the return
8743 value if the return type is void.
8744
8745 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8746
8747 * thread-db.c: Reindented.
8748
8749 2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
8750
8751 * gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
8752 td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
8753 as types.
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779 2003-04-16 Kevin Buettner <kevinb@redhat.com>
8780
8781 * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
8782 the size of ``long double'' to 16, instead of 8.
8783
8784 2003-04-16 Mark Kettenis <kettenis@gnu.org>
8785
8786 * i386-linux-nat.c: Add some whitespace to make things more
8787 readable.
8788 (fetch_register, store_register, fetch_inferior_registers,
8789 store_inferior_registers): Get rid of assignment in if-statement.
8790 (store_register): Fix typo in error message.
8791
8792 2003-04-16 Andrew Cagney <cagney@redhat.com>
8793
8794 * utils.c (xmmalloc): Always allocate something, matches
8795 libiberty/xmalloc's semantics.
8796 (xmrealloc, xmcalloc): Ditto.
8797
8798 2003-04-16 Andrew Cagney <cagney@redhat.com>
8799
8800 * frame.c (get_prev_frame): Do not initialize "unwind" or "type",
8801 update comments.
8802 (get_frame_type): Initialize unwind and type when needed.
8803 (get_frame_id, frame_register_unwind): Ditto.
8804
8805 2003-04-16 Andrew Cagney <cagney@redhat.com>
8806
8807 * NEWS: Mention that sparclet-*-* and sparclite-*-* have been made
8808 obsolete.
8809 * sparc-tdep.c: Obsolete SPARCLET and SPARCLITE code.
8810 * sparcl-stub.c: Obsolete file.
8811 * config/sparc/tm-sparclet.h: Obsolete file.
8812 * sparclet-stub.c: Obsolete file.
8813 * sparclet-rom.c: Obsolete file.
8814 * sparcl-tdep.c: Obsolete file.
8815 * config/sparc/tm-sparclite.h: Obsolete file.
8816 * config/sparc/sparclite.mt: Obsolete file.
8817 * config/sparc/sparclet.mt: Obsolete file.
8818 * configure.tgt: Make sparclet-*-*, sparclite-*-*, and
8819 sparc86x-*-* obsolete.
8820
8821 2003-04-15 David Carlton <carlton@math.stanford.edu>
8822
8823 * Makefile.in (SFILES): Add cp-namespace.c.
8824 (COMMON_OBS): Add cp-namespace.o.
8825 (block.o): Depend on gdb_obstack_h and cp_support_h.
8826 (buildsym.o): Depend on cp_support_h.
8827 (cp-namespace.o): New.
8828 (cp-support.o): Depend on gdb_string_h, demangle_h, gdb_assert_h,
8829 gdb_obstack_h, symtab_h, symfile_h, and gdbcmd_h.
8830 (dwarf2read.o): Depend on cp_support_h.
8831 * jv-lang.c (get_java_class_symtab): Set BLOCK_NAMESPACE.
8832 * dwarf2read.c (process_die): Set processing_has_namespace_info,
8833 processing_current_namespace.
8834 (read_namespace): Update processing_current_namespace; check for
8835 anonymous namespaces.
8836 (dwarf2_name): New function.
8837 (dwarf2_extension): Ditto.
8838 * cp-support.h: Update copyright, contributors.
8839 Add inclusion guards.
8840 Add opaque declaration for structs obstack, block, symbol.
8841 (struct using_direct): New struct.
8842 Add declarations for cp_find_first_component,
8843 cp_entire_prefix_len, processing_has_namespace_info,
8844 processing_current_namespace, cp_is_anonymous,
8845 cp_add_using_directive, cp_initialize_namespace,
8846 cp_finalize_namespace, cp_set_block_scope,
8847 cp_scan_for_anonymous_namespaces.
8848 * cp-namespace.c: New file.
8849 * cp-support.c: Update copyright.
8850 Include ctype.h, gdb_assert.h, gdbcmd.h.
8851 New variable maint_cplus_cmd_list.
8852 (cp_find_first_component): New function.
8853 (cp_entire_prefix_len, maint_cplus_command)
8854 (first_component_command, _initialize_cp_support): Ditto.
8855 * buildsym.c: Include cp-support.h.
8856 New variable using_list.
8857 (add_symbol_to_list): Check for anonymous namespaces.
8858 (finish_block): Set block's scope.
8859 (start_symtab): Initialize C++ namespace support.
8860 (end_symtab): Finalize C++ namespace support.
8861 * block.h: Add opaque declarations for structs
8862 block_namespace_info, using_direct, and obstack.
8863 Add declarations for block_set_scope and block_set_using.
8864 (struct block): Add 'language_specific' member.
8865 (BLOCK_NAMESPACE): New macro.
8866 * block.c: Include gdb_obstack.h and cp-support.h.
8867 (struct block_namespace_info): New struct.
8868 (block_set_scope): New function.
8869 (block_set_using, block_initialize_namespace): Ditto.
8870
8871 2003-04-14 Kevin Buettner <kevinb@redhat.com>
8872
8873 * solib-svr4.c (svr4_have_link_map_offsets): New function.
8874 (locate_base): Return early if there aren't any link map offsets.
8875 (svr4_solib_create_inferior_hook): Warn if shared library support
8876 is unavailable.
8877
8878 2003-04-14 David Carlton <carlton@math.stanford.edu>
8879
8880 * symtab.c (symbol_set_names): Add prefix when storing Java names
8881 in hash table. Fix for PR java/1039.
8882
8883 2003-04-14 David Carlton <carlton@math.stanford.edu>
8884
8885 * symtab.c (symbol_set_names): Rename 'name' arg to
8886 'linkage_name', and 'tmpname' variable to 'linkage_name_copy'.
8887 * symtab.h: Change 'name' argument in declaration of
8888 symbol_set_names to 'linkage_name'.
8889 (SYMBOL_SET_NAMES): Change 'name' argument to 'linkage_name'.
8890
8891 2003-04-14 Andrew Cagney <cagney@redhat.com>
8892
8893 * mips-tdep.c (mips_read_sp): Do not apply ADDR_BITS_REMOVE,
8894 return the fully sign-extended register value.
8895 (get_frame_pointer): Ditto.
8896 (mips_pop_frame): Initialize "proc_desc" after checking for a
8897 dummy frame.
8898
8899 2003-04-14 Andrew Cagney <cagney@redhat.com>
8900
8901 * mips-tdep.c (mips_push_dummy_frame): Delete function.
8902 (MASK, PUSH_FP_REGNUM, GEN_REG_SAVE_MASK): Delete macros.
8903 (FLOAT_REG_SAVE_MASK, FLOAT_SINGLE_REG_SAVE_MASK): Delete macro.
8904 (mips_push_register): Delete function.
8905 (mips_dump_tdep): Delete references to GEN_REG_SAVE_MASK and
8906 PUSH_FP_REGNUM.
8907
8908 2003-04-14 Jim Blandy <jimb@redhat.com>
8909
8910 * symmisc.c: #include "gdb_regex.h".
8911 (maintenance_list_symtabs, maintenance_list_psymtabs): New
8912 functions.
8913 * maint.c (maintenance_list_command): New function.
8914 (_initialize_maint_cmds): Register the above as commands.
8915 * symtab.h (maintenance_list_symtabs,
8916 maintenance_list_psymtabs): New declarations.
8917 * cli/cli-cmds.c (maintenancelistlist): New variable.
8918 (init_cmd_lists): Initialize it.
8919 * cli/cli-cmds.h (maintenancelistlist): New declaration.
8920 * gdbcmd.h (maintenancelistlist): New declaration.
8921 * Makefile.in (symmisc.o): Update dependencies.
8922
8923 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
8924
8925 * s390-nat.c: Include asm/types.h for addr_t.
8926
8927 2003-04-14 Corinna Vinschen <vinschen@redhat.com>
8928
8929 * cp-valprint.c (cp_print_class_method): Call unpack_pointer() with
8930 actually incoming type.
8931
8932 2003-04-13 Andrew Cagney <cagney@redhat.com>
8933
8934 * ppc-linux-tdep.c: Use get_frame_base, get_frame_pc,
8935 get_next_frame and get_frame_saved_regs.
8936
8937 2003-04-13 Andrew Cagney <cagney@redhat.com>
8938
8939 * reggroups.c (default_register_reggroup_p): Use NUM_REGS instead
8940 of gdbarch_num_regs.
8941
8942 2003-04-13 Andrew Cagney <cagney@redhat.com>
8943
8944 * frame.h: Mention what replaced what in "struct frame_info".
8945 * hppa-hpux-tdep.c: Use get_frame_base, get_frame_pc and
8946 deprecated_update_frame_base_hack and
8947 deprecated_update_frame_pc_hack.
8948 * hppa-tdep.c: Ditto.
8949
8950 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8951
8952 * dwarf2expr.h (struct dwarf_expr_context): Remove extra arguments
8953 to read_reg and update its comment. Remove regnum member.
8954 * dwarf2expr.c (execute_stack_op): Remove memaddr and expr_lval.
8955 Don't call read_reg when setting in_reg. Call read_reg to get
8956 the frame base if it's in a register. Return the register number
8957 on the stack instead of in the context. Remove extra arguments
8958 to read_reg.
8959 * dwarf2loc.c (dwarf_expr_read_reg): Remove extra arguments.
8960 (dwarf2_evaluate_loc_desc): Call value_from_register. Expect
8961 the register number on the expression stack.
8962 (needs_frame_read_reg): Remove extra arguments.
8963
8964 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
8965
8966 * dwarf2expr.c (dwarf2_read_address): Renamed from read_address;
8967 made non-static.
8968 (execute_stack_op): All callers updated.
8969 * dwarf2expr.h: Add prototype for dwarf2_read_address.
8970 * dwarf2loc.c (find_location_expression): New function.
8971 (dwarf_expr_frame_base): Call it.
8972 (dwarf2_evaluate_loc_desc): Handle 0-length location expressions.
8973 (dwarf2_tracepoint_var_ref): New function, broken out from
8974 locexpr_tracepoint_var_ref.
8975 (locexpr_tracepoint_var_ref): Call dwarf2_tracepoint_var_ref.
8976 Make static.
8977 (loclist_read_variable, loclist_read_needs_frame): New functions.
8978 (loclist_describe_location, loclist_tracepoint_var_ref): New
8979 functions.
8980 (dwarf2_loclist_funcs): New struct location_funcs.
8981 * dwarf2loc.h (struct dwarf2_loclist_baton): New type.
8982 (struct dwarf2_locexpr_baton): Add comments.
8983 (dwarf2_loclist_funcs): New extern.
8984 * dwarf2read.c (struct comp_unit_head): Remove DIE member, add
8985 base_address and base_known.
8986 (dwarf_loc_buffer): New variable.
8987 (struct dwarf2_pinfo): Add dwarf_loc_buffer and dwarf_loc_size.
8988 (DWARF_LOC_BUFFER, DWARF_LOC_SIZE): New macros.
8989 (dwarf2_has_info): Initialize dwarf_loc_offset.
8990 (dwarf2_build_psymtabs): Read in .debug_loc.
8991 (dwarf2_build_psymtabs_hard): Use DWARF_LOC_BUFFER and
8992 DWARF_LOC_SIZE.
8993 (psymtab_to_symtab_1): Likewise. Move base address calculation
8994 here, from...
8995 (dwarf2_get_pc_bounds): ... here. Use the base address from
8996 cu_header.
8997 (dwarf2_symbol_mark_computed): Handle location lists.
8998
8999 2003-04-13 Daniel Jacobowitz <drow@mvista.com>
9000
9001 * minsyms.c (install_minimal_symbols): Only switch to gnu-v3 mode
9002 if the linkage name demangled successfully.
9003
9004 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9005
9006 * x86-64-tdep.c (att_flavour, intel_flavour, valid_flavours,
9007 disassmbly_flavour): Removed.
9008
9009 * x86-64-tdep.c (gdb_print_insn_x86_64): Removed.
9010
9011 2003-04-13 Mark Kettenis <kettenis@gnu.org>
9012
9013 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Removed.
9014
9015 2003-04-12 Andrew Cagney <cagney@redhat.com>
9016
9017 * frame.h (struct frame_info): Move definition from here ...
9018 * frame.c (struct frame_info): ... to here.
9019
9020 2003-04-12 Andrew Cagney <cagney@redhat.com>
9021
9022 * gdbthread.h (save_infrun_state): Delete parameter
9023 "prev_func_start".
9024 (struct thread_info): Delete field "prev_func_start".
9025 (load_infrun_state): Ditto.
9026 * thread.c (load_infrun_state, save_infrun_state): Update.
9027 * infrun.c (prev_func_start): Delete variable.
9028 (context_switch, init_wait_for_inferior): Update.
9029 (stop_stepping, keep_going): Update.
9030
9031 2003-04-12 Andrew Cagney <cagney@redhat.com>
9032
9033 * gdbarch.sh: Add missing opaque declarations.
9034 * gdbarch.h: Regnerate.
9035 * symtab.h: Add missing opaque declarations.
9036 * value.h, target.h, symfile.h, stabsread.h: Ditto.
9037 * x86-64-tdep.h, xmodem.h, monitor.h, typeprint.h: Ditto.
9038 * srec.h, solib-svr4.h, source.h, inferior.h: Ditto.
9039 * ser-unix.h, serial.h, remote-utils.h, gdbcore.h: Ditto.
9040 * ppc-tdep.h, ocd.h, mips-tdep.h, gdbtypes.h: Ditto.
9041 * buildsym.h, builtin-regs.h, linespec.h, language.h: Ditto.
9042 * i387-tdep.h, gdbthread.h, event-top.h, gdb.h: Ditto.
9043 * dwarf2cfi.h, doublest.h, disasm.h, cp-abi.h: Ditto.
9044 * cli-out.h, c-lang.h, ax-gdb.h, arch-utils.h: Ditto.
9045 * ada-lang.h, config/nm-lynx.h, config/nm-linux.h: Ditto.
9046 * config/sparc/tm-sp64.h, config/rs6000/tm-rs6000.h: Ditto.
9047 * config/pa/tm-hppah.h, config/m68k/tm-delta68.h: Ditto.
9048 * cli/cli-setshow.h, cli/cli-script.h: Ditto.
9049
9050 2003-04-11 Andrew Cagney <cagney@redhat.com>
9051
9052 * frame.c (get_frame_id): Return this frame's "id".
9053 (legacy_get_prev_frame): Set prev's frame ID code_addr to the
9054 function start.
9055 (legacy_saved_regs_this_id): Replace function body with
9056 internal-error.
9057 (deprecated_frame_xmalloc): Mark the frame ID as valid, use
9058 FRAME_OBSTACK_ZALLOC.
9059 (create_new_frame): Mark the frame ID as valid.
9060
9061 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9062
9063 * Makefile.in (libbfd_h): Added missing setting.
9064 * mips-tdep.c (mips_gdbarch_init): Set disassembler_options
9065 according to the selected ABI.
9066
9067 2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
9068
9069 * gdb_indent.sh: Recognize pid_t and sigset_t as types.
9070
9071 2003-04-11 Andrew Cagney <cagney@redhat.com>
9072
9073 * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
9074 SAVED_PC_AFTER_CALL.
9075 * gdbarch.h, gdbarch.c: Regenerate.
9076 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9077 * x86-64-tdep.c (x86_64_init_abi): Update.
9078 * vax-tdep.c (vax_gdbarch_init): Update.
9079 * v850-tdep.c (v850_gdbarch_init): Update.
9080 * sparc-tdep.c (sparc_gdbarch_init): Update.
9081 * sh-tdep.c (sh_gdbarch_init): Update.
9082 * s390-tdep.c (s390_gdbarch_init): Update.
9083 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9084 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9085 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9086 * mips-tdep.c (mips_gdbarch_init): Update.
9087 * mcore-tdep.c (mcore_gdbarch_init): Update.
9088 * m68k-tdep.c (m68k_gdbarch_init): Update.
9089 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9090 * ia64-tdep.c (ia64_gdbarch_init): Update.
9091 (ia64_saved_pc_after_call): Update declaration.
9092 * i386ly-tdep.c (i386lynx_init_abi): Update.
9093 * i386-tdep.c (i386_gdbarch_init): Update.
9094 * hppa-tdep.c (hppa_gdbarch_init): Update.
9095 * h8300-tdep.c (h8300_gdbarch_init): Update.
9096 * frv-tdep.c (frv_gdbarch_init): Update.
9097 * cris-tdep.c (cris_gdbarch_init): Update.
9098 * avr-tdep.c (avr_gdbarch_init): Update.
9099 * arm-tdep.c (arm_gdbarch_init): Update.
9100 * alpha-tdep.c (alpha_gdbarch_init): Update.
9101 * ns32knbsd-nat.c (frame_num_args): Update.
9102 * ns32k-tdep.c (umax_frame_num_args): Update.
9103 * mips-tdep.c (mips_init_frame_pc_first): Update.
9104 * infrun.c (step_over_function): Update.
9105 * i386-linux-tdep.c (skip_hurd_resolver): Update.
9106 * i386-interix-tdep.c (i386_interix_back_one_frame): Update.
9107 * config/sparc/tm-sparc.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9108 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9109 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
9110 * config/pa/tm-hppa.h (DEPRECATED_SAVED_PC_AFTER_CALL): Update.
9111 * arm-linux-tdep.c (skip_hurd_resolver): Update.
9112 * arch-utils.c (init_frame_pc_default): Update.
9113 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
9114 * x86-64-tdep.h (x86_64_linux_saved_pc_after_call): Update
9115 declaration.
9116
9117 2003-04-11 Andrew Cagney <cagney@redhat.com>
9118
9119 * i387-tdep.c: Update copyright.
9120 (i387_to_double): Delete function.
9121 (double_to_i387): Delete function.
9122
9123 2003-04-10 Andrew Cagney <cagney@redhat.com>
9124
9125 * d10v-tdep.c (d10v_frame_this_id): Set the code addr to the
9126 frame's function's address. Simplify.
9127 (d10v_frame_unwind_cache): Check that the frame's function is
9128 non-zero.
9129
9130 2003-04-10 Jim Blandy <jimb@redhat.com>
9131
9132 * s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
9133 call to set_gdbarch_deprecated_push_arguments.
9134
9135 2003-04-10 Andrew Cagney <cagney@redhat.com>
9136
9137 * frame.c (fprint_frame_id): New function.
9138 (fprint_frame_type, fprint_frame): New function.
9139 (frame_pc_unwind, frame_func_unwind): Add/update trace code.
9140 (create_sentinel_frame, get_frame_id): Ditto.
9141 (frame_id_p, frame_id_eq): Ditto.
9142 (frame_id_inner, create_new_frame): Ditto.
9143 (legacy_get_prev_frame, get_prev_frame): Ditto.
9144 (deprecated_update_frame_pc_hack): Ditto.
9145 (frame_register_unwind): Ditto.
9146 (deprecated_update_frame_base_hack): Ditto.
9147
9148 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9149
9150 * i386-cygwin-tdep.c (i386_cygwin_frame_chain): New function.
9151 (i386_cygwin_init_abi): Set i386_cygwin_frame_chain as new
9152 frame_chain function.
9153 * Makefile.in: Add dependencies due to above change.
9154
9155 2003-04-10 Corinna Vinschen <vinschen@redhat.com>
9156
9157 * blockframe.c (legacy_frame_chain_valid): Move call to
9158 DEPRECATED_FRAME_CHAIN_VALID before calls to inside_entry_func and
9159 inside_entry_file.
9160
9161 2003-04-09 Andrew Cagney <cagney@redhat.com>
9162
9163 * frame.h (struct frame_id): Replace "pc" and "base" with
9164 "stack_addr" and "code_addr". Update comments.
9165 (frame_id_build): Update parameter names and comment.
9166 (struct frame_info): Replace "id_p" and "id" with "this_id".
9167 * dummy-frame.c (dummy_frame_this_id): Update.
9168 * breakpoint.c (print_one_breakpoint): Update.
9169 * frame.c (get_frame_id): Update.
9170 (get_frame_base, frame_id_build): Update.
9171 (create_sentinel_frame, legacy_get_prev_frame): Update.
9172 (deprecated_update_frame_base_hack): Update.
9173 (frame_id_p, frame_id_eq): Rework, return 0 when an invalid ID.
9174 (frame_id_inner): Ditto.
9175
9176 2003-04-09 Andrew Cagney <cagney@redhat.com>
9177
9178 * defs.h (gdb_print_host_address): Make "addr" parameter a
9179 pointer constant.
9180 * utils.c (gdb_print_host_address): Update.
9181
9182 2003-04-09 Kevin Buettner <kevinb@redhat.com>
9183
9184 * rs6000-tdep.c (frame_get_saved_regs): Don't assume that the
9185 register number for R0 is 0.
9186
9187 2003-04-09 J. Brobecker <brobecker@gnat.com>
9188
9189 * frame.h (struct gdbarch): Add opaque structure definition
9190 to avoid a compilation warning on LynxOS 4.0.
9191
9192 2003-04-09 Andrew Cagney <cagney@redhat.com>
9193
9194 * frame.h (struct frame_info): Delete field "pc". Replace
9195 "pc_unwind_cache" and "pc_unwind_cache_p" with "prev_pc"
9196 structure.
9197 * frame.c (frame_pc_unwind): Update.
9198 (create_sentinel_frame): Do not set "pc".
9199 (get_prev_frame): Do not set "pc". Use frame_pc_unwind.
9200 (get_frame_pc): Call frame_pc_unwind.
9201 (deprecated_update_frame_pc_hack): Update.
9202 (create_new_frame): Use "pc" not "->pc".
9203
9204 2003-04-09 Andrew Cagney <cagney@redhat.com>
9205
9206 * frame.c (get_frame_id): Eliminate code updating "frame".
9207 (legacy_get_prev_frame): Ditto.
9208 (get_frame_base): Return id.base directly.
9209 (deprecated_update_frame_base_hack): Update "id.base".
9210 * frame.h (struct frame_info): Delete field "frame".
9211
9212 2003-04-09 Andrew Cagney <cagney@redhat.com>
9213
9214 * NEWS: Mention that the "Sequent family" is obsolete.
9215 * configure.tgt: Obsolete i[3456]86-sequent-bsd*,
9216 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9217 * configure.host: Obsolete i[3456]86-sequent-bsd*,
9218 i[3456]86-sequent-sysv4*, and i[3456]86-sequent-sysv*.
9219 * config/i386/tm-ptx4.h: Obsolete file.
9220 * config/i386/tm-ptx.h: Obsolete file.
9221 * symm-tdep.c: Obsolete file.
9222 * config/i386/symmetry.mt: Obsolete file.
9223 * config/i386/tm-symmetry.h: Obsolete file.
9224 * symm-nat.c: Obsolete file.
9225 * config/i386/nm-symmetry.h: Obsolete file.
9226 * config/i386/xm-symmetry.h: Obsolete file.
9227 * config/i386/symmetry.mh: Obsolete file.
9228 * config/i386/nm-ptx4.h: Obsolete file.
9229 * config/i386/ptx4.mh: Obsolete file.
9230 * config/i386/ptx.mt: Obsolete file.
9231 * config/i386/ptx.mh: Obsolete file.
9232 * config/i386/xm-ptx4.h: Obsolete file.
9233 * config/i386/xm-ptx.h: Obsolete file.
9234
9235 2003-04-09 Andrew Cagney <cagney@redhat.com>
9236
9237 Obsolete mips*-*-mach3*.
9238 * NEWS: Mention that mips*-*-mach3* is obsolete.
9239 * m3-nat.c: Obsolete file.
9240 * config/nm-m3.h: Obsolete file.
9241 * config/mips/tm-mipsm3.h: Obsolete file.
9242 * config/mips/mipsm3.mt: Obsolete file.
9243 * config/mips/mipsm3.mh: Obsolete file.
9244 * config/mips/xm-mipsm3.h: Obsolete file.
9245 * mipsm3-nat.c: Obsolete file.
9246 * configure.host: Obsolete mips-dec-mach3*.
9247 * configure.tgt: Obsolete mips*-*-mach3*.
9248
9249 2003-04-09 Andrew Cagney <cagney@redhat.com>
9250
9251 * doublest.h: Update copyright.
9252 (deprecated_store_floating, deprecated_extract_floating): Rename
9253 store_floating and extract_floating. Update comments.
9254 * doublest.c: Update copyright.
9255 (extract_floating_by_length): Replace extract_floating.
9256 (store_floating_by_length): Replace store_floating.
9257 (deprecated_extract_floating): New function.
9258 (deprecated_store_floating): New function.
9259 (extract_typed_floating): Call extract_floating_by_length.
9260 (store_typed_floating): Call store_floating_by_length.
9261 * x86-64-tdep.c (x86_64_store_return_value): Update.
9262 * sh-tdep.c (sh3e_sh4_extract_return_value): Update.
9263 (sh64_extract_return_value): Update.
9264 (sh_sh4_register_convert_to_virtual): Update.
9265 (sh_sh64_register_convert_to_virtual): Update.
9266 (sh_sh4_register_convert_to_raw): Update.
9267 (sh_sh64_register_convert_to_raw): Update.
9268 * rs6000-tdep.c (rs6000_register_convert_to_virtual): Update.
9269 (rs6000_register_convert_to_raw): Update.
9270 * ia64-tdep.c (ia64_register_convert_to_virtual): Update.
9271 (ia64_register_convert_to_raw): Update.
9272 * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Update.
9273 (REGISTER_CONVERT_TO_VIRTUAL): Update.
9274 * arm-linux-tdep.c (arm_linux_push_arguments): Update.
9275 * alpha-tdep.c (alpha_register_convert_to_virtual): Update.
9276 (alpha_register_convert_to_raw): Update.
9277
9278 2003-04-08 Andrew Cagney <cagney@redhat.com>
9279
9280 * gdbarch.sh (SAVED_PC_AFTER_CALL): Add a predicate.
9281 * gdbarch.h, gdbarch.c: Re-generate.
9282 * d10v-tdep.c (d10v_saved_pc_after_call): Delete function.
9283 (d10v_gdbarch_init): Do not set saved_pc_after_call.
9284 * infrun.c (step_over_function): Call SAVED_PC_AFTER_CALL_P
9285 conditionally, use frame_pc_unwind as an alternative. Add
9286 comments.
9287 * arch-utils.c (init_frame_pc_default): Only call
9288 SAVED_PC_AFTER_CALL when available.
9289
9290 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9291
9292 * infrun.c (stop_soon): Rename from stop_soon_quietly.
9293 (struct inferior_status): Rename stop_soon_quietly field to stop_soon.
9294 (clear_proceed_status): Rename stop_soon_quietly to stop_soon.
9295 (start_remote): Ditto.
9296 (handle_inferior_event): Ditto.
9297 (save_inferior_status): Ditto.
9298 (restore_inferior_status): Ditto.
9299 * infcmd.c (attach_command): Ditto.
9300 * fork-child.c (startup_inferior): Ditto.
9301 * inferior.h (stop_soon): Rename from stop_soon_quietly.
9302 * alpha-tdep.c (heuristic_proc_start): Ditto.
9303 * mips-tdep.c (heuristic_proc_start): Ditto.
9304 * solib-svr4.c (svr4_solib_create_inferior_hook): Ditto.
9305 * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
9306 * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
9307 * solib-irix.c (irix_solib_create_inferior_hook): Ditto.
9308 * remote-vx.c (vx_create_inferior): Ditto.
9309
9310 2003-04-08 Elena Zannoni <ezannoni@redhat.com>
9311
9312 * infrun.c (stop_soon_quietly): Make it an enum, to better
9313 override the default behavior of handle_inferior_event.
9314 (clear_proceed_status): Update uses of stop_soon_quietly to
9315 reflect that it is now an enum.
9316 (start_remote): Ditto.
9317 (handle_inferior_event): Change logic a bit if stop_soon_quietly
9318 is set to handle the new GNU/Linux kernel behavior for
9319 attach/sigstop. Update uses of stop_soon_quietly.
9320 * inferior.h (enum stop_kind): New enum.
9321 * infcmd.c (attach_command): Use STOP_QUIETLY_NO_SIGSTOP.
9322 Reset normal handle_inferior_event behavior, afterwards.
9323 * fork-child.c (startup_inferior): Update.
9324 * alpha-tdep.c (heuristic_proc_start): Update.
9325 * solib-svr4.c (svr4_solib_create_inferior_hook): Update.
9326 * solib-sunos.c (sunos_solib_create_inferior_hook): Update.
9327 * solib-osf.c (osf_solib_create_inferior_hook): Update.
9328 * solib-irix.c (irix_solib_create_inferior_hook): Update.
9329 * remote-vx.c (vx_create_inferior): Update.
9330 * mips-tdep.c (heuristic_proc_start): Update.
9331
9332 2003-04-07 Elena Zannoni <ezannoni@redhat.com>
9333
9334 * disasm.c (dump_insns): Move variables inside loop, or they will
9335 be freed more than once, causing wild memory corruptions.
9336 (gdb_disassembly): Look for the substring "-thread",
9337 instead of "-threads" in the target name, to make sure to find
9338 the 'multi-thread' target. Also, make sure we do the right thing
9339 with the "core" target.
9340
9341 2003-04-07 Kevin Buettner <kevinb@redhat.com>
9342
9343 * mips-tdep.c (mips_print_fp_register): New function, created from
9344 do_fp_register_row(). Registers are now (also) printed as hex.
9345 Only one register is printed per row.
9346 (mips_print_register, do_fp_register_row): Print floating point
9347 registers with mips_print_fp_register().
9348
9349 2003-04-06 Andrew Cagney <cagney@redhat.com>
9350
9351 * valprint.h (inspect_it): Add extern declaration.
9352 * objc-lang.c (value_nsstring): Avoid assignment inside of "if".
9353 (selectors_info, classes_info): Ditto.
9354 (find_objc_msgcall): Fix indentation.
9355 (objc_printstr): Delete extern declarations.
9356
9357 * arm-tdep.c (arm_frameless_function_invocation): Fix typo.
9358
9359 2003-04-06 Andrew Cagney <cagney@redhat.com>
9360
9361 * frame.h (legacy_frame_chain_valid): Rename frame_chain_valid.
9362 Update comment.
9363 * frame.c (legacy_saved_regs_this_id): Update.
9364 (legacy_get_prev_frame): Update.
9365 * xstormy16-tdep.c: Update comment.
9366 * sparc-tdep.c (sparc_frame_chain): Update comment.
9367 * blockframe.c (legacy_frame_chain_valid): Update.
9368
9369 2003-04-06 Andrew Cagney <cagney@redhat.com>
9370
9371 * valprint.c (val_print_type_code_int): Delete #ifdef
9372 PRINT_TYPELESS_INTEGER code.
9373
9374 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES)
9375 (CALL_DUMMY_LOCATION, DEPRECATED_PC_IN_CALL_DUMMY): Allow partial
9376 multi-arch definition.
9377 * gdbarch.h: Re-generate.
9378
9379 2003-04-05 Andrew Cagney <cagney@redhat.com>
9380
9381 Eliminate FRAME_FIND_SAVED_REGS.
9382 * config/pa/tm-hppah.h (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9383 Change FSR parameter to a pointer.
9384 * config/pa/tm-hppa64.h (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP):
9385 Assume FSR parameter is a pointer.
9386 * hppa-hpux-tdep.c (hppa_hpux_frame_find_saved_regs_in_sigtramp):
9387 Make fsr a pointer.
9388 * hppa-tdep.c (hppa_frame_find_saved_regs): New function.
9389 (hppa_frame_saved_pc): Call hppa_frame_init_saved_regs. Make
9390 saved_regs a pointer.
9391 (hppa_frame_saved_pc): Ditto.
9392 (find_dummy_frame_regs): Make frame_saved_regs a pointer
9393 (hppa_pop_frame): Call hppa_frame_init_saved_regs. Make fsr a
9394 pointer.
9395 (restore_pc_queue): Make fsr a pointer.
9396 (hppa_frame_find_saved_regs): Make frame_saved_regs a pointer.
9397 (hppa_frame_chain): Make saved_regs a pointer, call
9398 hppa_frame_init_saved_regs.
9399 * sparc-tdep.c: Include "gdb_assert.h".
9400 (sparc_frame_find_saved_regs): Replace internal_error with
9401 gdb_assert.
9402 * remote-vxsparc.c (vx_read_register): Delete reference to
9403 FRAME_FIND_SAVED_REGS.
9404 * gdbarch.sh: Delete check for FRAME_FIND_SAVED_REGS.
9405 * gdbarch.h: Regenerate.
9406 * frame.h (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9407 (deprecated_get_frame_saved_regs): Delete declaration.
9408 (struct frame_saved_regs): Delete definition.
9409 * frame.c (deprecated_get_frame_saved_regs): Delete function.
9410 * config/pa/tm-hppa.h (hppa_frame_init_saved_regs): Declare.
9411 (hppa_frame_find_saved_regs): Delete declaration.
9412 (FRAME_FIND_SAVED_REGS): Delete macro.
9413 (DEPRECATED_FRAME_INIT_SAVED_REGS): Define.
9414 * config/i386/tm-ptx.h (FRAME_FIND_SAVED_REGS): Delete
9415 FRAME_FIND_SAVED_REGS in comment.
9416
9417 2003-04-05 Andrew Cagney <cagney@redhat.com>
9418
9419 * frame.c (frame_func_unwind, get_frame_func): New functions.
9420 * frame.h (get_frame_func, frame_func_unwind): Declare.
9421 (struct frame_info): Add field "prev_func" for caching the
9422 previous frame's function address.
9423 * arm-tdep.c (arm_frameless_function_invocation): Combine
9424 get_pc_function_start and get_frame_pc into get_frame_func.
9425 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
9426 (sh64_nofp_frame_init_saved_regs): Ditto.
9427 * s390-tdep.c (s390_function_start): Ditto.
9428 * rs6000-tdep.c (rs6000_pop_frame): Ditto.
9429 (rs6000_frameless_function_invocation): Ditto.
9430 (rs6000_frame_saved_pc): Ditto.
9431 * m68k-tdep.c (m68k_frame_init_saved_regs): Ditto.
9432 * ia64-tdep.c (ia64_frame_init_saved_regs): Ditto.
9433 * i386-tdep.c (i386_frameless_signal_p): Ditto.
9434 (i386_frame_init_saved_regs): Ditto.
9435 * hppa-tdep.c (hppa_frame_find_saved_regs): Ditto.
9436 * d10v-tdep.c (d10v_frame_unwind_cache): Combine
9437 get_pc_function_start and frame_pc_unwind into frame_func_unwind.
9438 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
9439 * blockframe.c (frameless_look_for_prologue): Ditto.
9440
9441 2003-04-05 Andrew Cagney <cagney@redhat.com>
9442
9443 * frame.c (legacy_get_prev_frame): Link prev to next at the
9444 function start. Update comments.
9445
9446 2003-04-05 Andrew Cagney <cagney@redhat.com>
9447
9448 * frame.c (get_frame_id): Update comment.
9449 (legacy_get_prev_frame): Update comment.
9450 * gdbarch.sh: Delete check for EXTRA_FRAME_INFO.
9451 * gdbarch.h: Regenerate.
9452 * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete.
9453 * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
9454
9455 2003-04-05 Andrew Cagney <cagney@redhat.com>
9456
9457 * stack.c (print_frame_info): Use get_frame_pc.
9458
9459 2003-04-04 Andrew Cagney <cagney@redhat.com>
9460
9461 * frame.c (get_prev_frame): Do not call frame_type_from_pc. Set
9462 the frame's type from the unwinder.
9463 (get_frame_type): Map UNKNOWN_FRAME onto NORMAL_FRAME.
9464 (create_new_frame, legacy_get_prev_frame): When the unwinder's
9465 type isn't UNKNOWN_FRAME, initalize "type" from the unwinder.
9466 (get_frame_base_address): Use get_frame_type.
9467 (get_frame_locals_address, get_frame_args_address): Ditto.
9468 (legacy_saved_regs_unwinder): Set the type to UNKNOWN_TYPE.
9469 * frame.h (enum frame_type): Add UNKNOWN_FRAME.
9470 (struct frame_info): Add comment explaining why the frame contains
9471 a "type" field.
9472 * dummy-frame.c (dummy_frame_unwind): Set the type to DUMMY_FRAME.
9473 * d10v-tdep.c (d10v_frame_unwind): Set the type to NORMAL_FRAME.
9474 * sentinel-frame.c (sentinel_frame_unwinder): Set the type to
9475 NORMAL_FRAME.
9476 * frame-unwind.h: Include "frame.h".
9477 (struct frame_unwind): Add "type" field.
9478 * Makefile.in (frame_unwind_h): Add $(frame_h).
9479
9480 2003-04-04 Andrew Cagney <cagney@redhat.com>
9481
9482 * x86-64-tdep.c (x86_64_unwind_dummy_id): Use frame_id_build.
9483 * dummy-frame.c (dummy_frame_this_id): Use frame_id_build.
9484 * d10v-tdep.c (d10v_frame_this_id): Use get_frame_pc and
9485 get_frame_base.
9486 (d10v_unwind_dummy_id): Use frame_id_build.
9487 * frame.c (find_frame_sal): Use get_frame_pc.
9488 (create_new_frame): Use deprecated_update_frame_pc_hack and
9489 deprecated_update_frame_base_hack.
9490 (create_sentinel_frame): Add comment about ->pc going away.
9491 (get_prev_frame): Add comment about ->pc going away.
9492 (legacy_get_prev_frame): Use get_frame_base, get_frame_pc,
9493 frame_id_build, deprecated_update_frame_pc_hack and
9494 deprecated_update_frame_base_hack.
9495 (select_frame): Use get_frame_pc.
9496 (legacy_saved_regs_this_id): Use frame_id_build.
9497
9498 2003-04-04 Elena Zannoni <ezannoni@redhat.com>
9499
9500 * x86-64-tdep.c (x86_64_push_arguments): Handle correctly the
9501 signed integer case.
9502 (classify_argument): Handle enumerations and references.
9503
9504 2003-04-04 Andrew Cagney <cagney@redhat.com>
9505
9506 * frame.c (create_sentinel_frame): Initialize the sentinel frame's
9507 ID to NULL.
9508
9509 2003-04-01 Adam Fedor <fedor@gnu.org>
9510
9511 * gdb/objc-lang.c (selectors_info): Replace calls to
9512 SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with
9513 SYMBOL_NATURAL_NAME.
9514 (classes_info, find_methods): Likewise.
9515
9516 2003-04-03 Kevin Buettner <kevinb@redhat.com>
9517
9518 * rs6000-tdep.c (rs6000_gdbarch_init): For xcoff executables, set
9519 ``mach'' to the value determined by bfd_default_set_arch_mach().
9520
9521 2003-04-02 Bob Rossi <bob_rossi@cox.net>
9522
9523 * Makefile.in (SUBDIR_MI_OBS): Add "mi-cmd-file.o".
9524 (SUBDIR_MI_SRCS): Add "mi-cmd-file.c".
9525 (mi-cmd-file.o): Update dependencies.
9526
9527 2003-04-01 Kevin Buettner <kevinb@redhat.com>
9528
9529 * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)
9530 (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
9531
9532 2003-04-01 Adam Fedor <fedor@gnu.org>
9533
9534 * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).
9535 * language.h (struct language_defn): Add la_demangle.
9536 (language_demangle): Declare.
9537 * language.c (language_demangle): New function.
9538 (unk_lang_demangle): Likewise.
9539 (unknown_language_defn, auto_language_defn, local_language_defn):
9540 Add ukn_lang_demangle.
9541 * ada-lang.c (ada_language_defn): Add NULL for la_demangle element.
9542 * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise.
9543 * c-lang.c (c_language_defn, asm_language_defn): Likewise.
9544 (cplus_language_defn): Add cplus_demangle for la_demangle element.
9545 * jv-lang.c (java_demangle): New function
9546 (java_language_defn): Use it for la_demangle element.
9547 * objc-lang.c (objc_demangle): Add options argument
9548 (objc_language_defn): Use objc_demangle for la_demangle element.
9549 * maint.c (maintenance_demangle): Replace switch with
9550 call to language_demangle.
9551 * utils.c (fprintf_symbol_filtered): Likewise.
9552
9553 2003-04-01 Andrew Cagney <cagney@redhat.com>
9554
9555 * printcmd.c (print_frame_nameless_args): Delete #ifdef
9556 NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and
9557 PRINT_TYPELESS_INTEGER.
9558 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename
9559 PUSH_RETURN_ADDRESS.
9560
9561 2003-04-01 Andrew Cagney <cagney@redhat.com>
9562
9563 * Makefile.in (d10v-tdep.o): Update dependencies.
9564 * d10v-tdep.c: Include "frame-base.h".
9565 (d10v_frame_unwind): Make constant.
9566 (d10v_frame_base_address): New function.
9567 (d10v_frame_base): New variable.
9568 (d10v_gdbarch_init): Set frame_base default.
9569 (struct d10v_unwind_cache): Add the field "prev_sp". Update
9570 comment for base.
9571 (d10v_frame_unwind_cache): Set and use "prev_sp".
9572 (d10v_frame_this_id): Use the previous frame's inner most stack
9573 address and this frame's func address for the frame ID. Use
9574 frame_id_build. Don't analyze beyond the current instruction.
9575
9576 2003-04-01 Andrew Cagney <cagney@redhat.com>
9577
9578 * frame.h (get_frame_locals_address, get_frame_args_address):
9579 Refer to the base address, instead of the address of the first
9580 local or parameter.
9581
9582 2003-04-01 Andrew Cagney <cagney@redhat.com>
9583
9584 Add frame debug info addresses:
9585 * frame-base.c: New file.
9586 * frame-base.h: New file.
9587 * frame.h (struct frame_base): Add opaque declaration.
9588 (get_frame_base): Update comment.
9589 (get_frame_base_address): Declare.
9590 (get_frame_locals_address): Declare.
9591 (get_frame_args_address): Declare.
9592 (struct frame_info): Add "base" and "base_cache". Update
9593 comments on the unwinder.
9594 * frame.c: Include "frame-base.h".
9595 (get_frame_locals_address): New function.
9596 (get_frame_base_address): New function.
9597 (get_frame_args_address): New function.
9598 * findvar.c (read_var_value): Use get_frame_locals_address and
9599 get_frame_args_address.
9600 * stack.c (frame_info): Use get_frame_locals_address and
9601 get_frame_args_address.
9602 (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro,
9603 moved to "frame-base.c".
9604 * printcmd.c (print_frame_nameless_args): Ditto.
9605 * symtab.h (address_class): Update comments.
9606 * dwarf2loc.c (dwarf_expr_frame_base): Add note about
9607 get_frame_base_address.
9608 * dwarf2expr.c (execute_stack_op): Ditto.
9609 * Makefile.in (frame_base_h): Define.
9610 (frame.o): Update dependencies.
9611 (frame-base.o): Add dependencies.
9612 (SFILES): Add frame-base.c.
9613 (COMMON_OBS): Add frame-base.o.
9614
9615 2003-04-01 Andrew Cagney <cagney@redhat.com>
9616
9617 * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero.
9618 CALL_DUMMY_LENGTH): Ditto.
9619 * gdbarch.c: Re-generate.
9620 * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro.
9621 (CALL_DUMMY_LENGTH): Delete macro.
9622 * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero.
9623 * arm-tdep.c (arm_gdbarch_init): Ditto.
9624 * avr-tdep.c (avr_gdbarch_init): Ditto.
9625 * cris-tdep.c (cris_gdbarch_init): Ditto.
9626 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9627 * frv-tdep.c (frv_gdbarch_init): Ditto.
9628 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9629 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
9630 * i386-tdep.c (i386_gdbarch_init): Ditto.
9631 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9632 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9633 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9634 * mips-tdep.c (mips_gdbarch_init): Ditto.
9635 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9636 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9637 * s390-tdep.c (s390_gdbarch_init): Ditto.
9638 * sh-tdep.c (sh_gdbarch_init): Ditto.
9639 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9640 * v850-tdep.c (v850_gdbarch_init): Ditto.
9641 * vax-tdep.c (vax_gdbarch_init): Ditto.
9642 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9643
9644 2003-04-01 Corinna Vinschen <vinschen@redhat.com>
9645
9646 * frame.c (get_prev_frame): Disable call to inside_entry_file().
9647
9648 2003-04-01 Andrew Cagney <cagney@redhat.com>
9649
9650 * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero.
9651 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9652 * gdbarch.h, gdbarch.c: Re-generate.
9653 * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9654 (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9655 * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9656 * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete.
9657 (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
9658 * infcmd.c (run_stack_dummy): Simplify assuming
9659 CALL_DUMMY_BREAKPOINT_OFFSET_P.
9660 * infrun.c (handle_inferior_event): Ditto.
9661 * alpha-tdep.c (alpha_gdbarch_init): Do not set
9662 call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p.
9663 * arm-tdep.c (arm_gdbarch_init): Ditto.
9664 * avr-tdep.c (avr_gdbarch_init): Ditto.
9665 * cris-tdep.c (cris_gdbarch_init): Ditto.
9666 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9667 * frv-tdep.c (frv_gdbarch_init): Ditto.
9668 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9669 * i386-tdep.c (i386_gdbarch_init): Ditto.
9670 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9671 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9672 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9673 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9674 * mips-tdep.c (mips_gdbarch_init): Ditto.
9675 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9676 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9677 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9678 * s390-tdep.c (s390_gdbarch_init): Ditto.
9679 * sh-tdep.c (sh_gdbarch_init): Ditto.
9680 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9681 * v850-tdep.c (v850_gdbarch_init): Ditto.
9682 * vax-tdep.c (vax_gdbarch_init): Ditto.
9683 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9684
9685 2003-04-01 Daniel Jacobowitz <drow@mvista.com>
9686
9687 * symfile.c (symfile_relocate_debug_section): Update call to
9688 bfd_simple_get_relocated_section_contents.
9689
9690 2003-03-31 Andrew Cagney <cagney@redhat.com>
9691
9692 * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
9693 * gdbarch.h, gdbarch.c: Regenerate.
9694 * inferior.h (FIX_CALL_DUMMY): Delete macro.
9695 * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when
9696 available.
9697 * frame.h (generic_fix_call_dummy): Delete declaration.
9698 * dummy-frame.h: Update comment.
9699 * dummy-frame.c (generic_fix_call_dummy): Delete function.
9700 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9701 fix_call_dummy.
9702 * sh-tdep.c (sh_gdbarch_init): Ditto.
9703 * s390-tdep.c (s390_gdbarch_init): Ditto.
9704 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9705 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9706 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9707 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9708 * i386-tdep.c (i386_gdbarch_init): Ditto.
9709 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9710 * frv-tdep.c (frv_gdbarch_init): Ditto.
9711 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9712 * cris-tdep.c (cris_gdbarch_init): Ditto.
9713 * avr-tdep.c (avr_gdbarch_init): Ditto.
9714 * arm-tdep.c (arm_gdbarch_init): Ditto.
9715
9716 2003-03-31 J. Brobecker <brobecker@gnat.com>
9717
9718 * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.
9719 (INIT_FRAME_AP): Likewise.
9720 (EXTRA_FRAME_INFO): Likewise.
9721
9722 2003-03-31 Andrew Cagney <cagney@redhat.com>
9723
9724 * gdbarch.sh: Include "symfile.h".
9725 (CALL_DUMMY_ADDRESS): Default to entry_point_address.
9726 * gdbarch.h, gdbarch.c: Re-generate.
9727 * inferior.h (CALL_DUMMY_ADDRESS): Delete macro.
9728 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
9729 call_dummy_address, the default is at entry_point_address.
9730 * v850-tdep.c (v850_gdbarch_init): Ditto.
9731 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9732 * sh-tdep.c (sh_gdbarch_init): Ditto.
9733 * s390-tdep.c (s390_gdbarch_init): Ditto.
9734 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
9735 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9736 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9737 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
9738 * i386-tdep.c (i386_gdbarch_init): Ditto.
9739 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9740 * frv-tdep.c (frv_gdbarch_init): Ditto.
9741 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9742 * cris-tdep.c (cris_gdbarch_init): Ditto.
9743 * arm-tdep.c (arm_gdbarch_init): Ditto.
9744
9745 2003-03-31 Andrew Cagney <cagney@redhat.com>
9746
9747 * gdbarch.sh (CALL_DUMMY_P): Delete.
9748 * gdbarch.h, gdbarch.c: Re-generate.
9749 * inferior.h (CALL_DUMMY_P): Delete macro.
9750 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9751 * vax-tdep.c (vax_gdbarch_init): Update.
9752 * v850-tdep.c (v850_gdbarch_init): Update.
9753 * sparc-tdep.c (sparc_gdbarch_init): Update.
9754 * sh-tdep.c (sh_gdbarch_init): Update.
9755 * s390-tdep.c (s390_gdbarch_init): Update.
9756 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9757 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
9758 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9759 * mips-tdep.c (mips_gdbarch_init): Update.
9760 * mcore-tdep.c (mcore_gdbarch_init): Update.
9761 * m68k-tdep.c (m68k_gdbarch_init): Update.
9762 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9763 * ia64-tdep.c (ia64_gdbarch_init): Update.
9764 * i386-tdep.c (i386_gdbarch_init): Update.
9765 * h8300-tdep.c (h8300_gdbarch_init): Update.
9766 * frv-tdep.c (frv_gdbarch_init): Update.
9767 * d10v-tdep.c (d10v_gdbarch_init): Update.
9768 * cris-tdep.c (cris_gdbarch_init): Update.
9769 * breakpoint.c (deprecated_frame_in_dummy): Update.
9770 * avr-tdep.c (avr_gdbarch_init): Update.
9771 * alpha-tdep.c (alpha_gdbarch_init): Update.
9772 * arm-tdep.c (arm_gdbarch_init): Update.
9773 * dummy-frame.c (dummy_frame_this_id): Update comments.
9774 * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto.
9775 * frame.c (legacy_get_prev_frame): Ditto.
9776 * valops.c (call_function_by_hand): Delete function.
9777 (hand_function_call): Rename to call_function_by_hand
9778
9779 2003-03-30 Andrew Cagney <cagney@redhat.com>
9780
9781 2002-11-10 Klee Dienes <kdienes@apple.com>
9782 * value.h (struct value): Update comment.
9783
9784 2003-03-30 Andrew Cagney <cagney@redhat.com>
9785
9786 * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with
9787 D10V_FP_REGNUM.
9788 (d10v_gdbarch_init): Do not set fp_regnum.
9789
9790 * frame.c (get_frame_base): Force ID initialization.
9791 (get_prev_frame): Move computation of the frame ID from here ...
9792 (get_frame_id): ... to here.
9793 (legacy_get_prev_frame): Mark the frame ID as valid.
9794 * frame.h (struct frame_info): Add field "id_p".
9795
9796 2003-03-30 Mark Kettenis <kettenis@gnu.org>
9797
9798 * i386-tdep.c (i386_store_struct_return): Removed.
9799 (i386_gdbarch_init): Don't set deprecated_store_struct_return.
9800
9801 2003-03-30 Andrew Cagney <cagney@redhat.com>
9802
9803 * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP.
9804 * gdbarch.h, gdbarch.c: Regenerate.
9805 * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp.
9806 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
9807 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
9808 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
9809 * i386-tdep.c (i386_gdbarch_init): Ditto.
9810 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
9811 * cris-tdep.c (cris_gdbarch_init): Ditto.
9812 * vax-tdep.c (vax_gdbarch_init): Ditto.
9813 * s390-tdep.c (s390_gdbarch_init): Ditto.
9814 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9815 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
9816 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
9817 * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update.
9818 * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update.
9819 * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define.
9820 * sparc-tdep.c (sparc_gdbarch_init): Update.
9821 * sh-tdep.c (sh_gdbarch_init): Update.
9822 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9823 * mips-tdep.c (mips_gdbarch_init): Update.
9824 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9825 * ia64-tdep.c (ia64_gdbarch_init): Update.
9826 * frv-tdep.c (frv_gdbarch_init): Update.
9827 * avr-tdep.c (avr_gdbarch_init): Update.
9828 * valops.c (hand_function_call): Replace TARGET_WRITE_SP with
9829 DEPRECATED_DUMMY_WRITE_SP. Call when the method is available,
9830 instead of when push_dummy_call is not available.
9831
9832 2003-03-30 Andrew Cagney <cagney@redhat.com>
9833
9834 * infttrace.c: Include "gdbthread.h".
9835 (parent_attach_all): Fix function signature.
9836 (call_ptrace): Update call.
9837 * Makefile.in (infttrace.o): Update dependencies.
9838
9839 2003-03-30 Andrew Cagney <cagney@redhat.com>
9840
9841 * gdbarch.sh (DEPRECATED_PUSH_RETURN_ADDRESS): Replace
9842 PUSH_RETURN_ADDRESS.
9843 * gdbarch.h, gdbarch.c: Regenerate.
9844 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9845 * x86-64-tdep.c (x86_64_init_abi): Update.
9846 * v850-tdep.c (v850_gdbarch_init): Update.
9847 * sparc-tdep.c (sparc_gdbarch_init): Update.
9848 * sh-tdep.c (sh_gdbarch_init): Update.
9849 * s390-tdep.c (s390_gdbarch_init): Update.
9850 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9851 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9852 * mips-tdep.c (mips_gdbarch_init): Update.
9853 * mcore-tdep.c (mcore_gdbarch_init): Update.
9854 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9855 * ia64-tdep.c (ia64_gdbarch_init): Update.
9856 * i386-tdep.c (i386_gdbarch_init): Update.
9857 * h8300-tdep.c (h8300_gdbarch_init): Update.
9858 * frv-tdep.c (frv_gdbarch_init): Update.
9859 * cris-tdep.c (cris_gdbarch_init): Update.
9860 * avr-tdep.c (avr_gdbarch_init): Update.
9861 * arm-tdep.c (arm_gdbarch_init): Update.
9862 * valops.c (hand_function_call): Update.
9863
9864 2003-03-29 Andrew Cagney <cagney@redhat.com>
9865
9866 * d10v-tdep.c (d10v_gdbarch_init): Do not set call_dummy_words or
9867 sizeof_call_dummy_words.
9868 * gdbarch.sh (CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS): Always
9869 define.
9870 * gdbarch.h: Regenerate.
9871
9872 2003-03-29 Andrew Cagney <cagney@redhat.com>
9873
9874 * infttrace.h: New file.
9875 * hpread.c: Include "gdb_assert.h" and "somsolib.h".
9876 (hpread_get_textlow): Detect an uninitialized dn_bufp.
9877 (hpread_read_doc_function_type): Detect an initialized type1.
9878 (hpread_quick_traverse): Initialize mod_name_string.
9879 * somsolib.h: Add #ifdef SOMSOLIB_H wrapper.
9880 (som_solib_get_solib_by_pc): Declare.
9881 (so_lib_thread_start_addr): Declare.
9882 (no_shared_libraries): Declare.
9883 * somread.c (init_import_symbols): Make static. Add forward
9884 declaration.
9885 * config/pa/nm-hppah.h: Include "infttrace.h" for
9886 parent_attach_all.
9887 (hppa_insert_hw_watchpoint): Declare.
9888 (hppa_can_use_hw_watchpoint, hppa_remove_hw_watchpoint): Declare.
9889 * hppah-nat.c: Include "gdb_string.h".
9890 (parent_attach_all): Delete extern declaration, moved to
9891 "infttrace.h".
9892 (hppa_can_use_hw_watchpoint): Change type of "type" parameter to
9893 int.
9894 (hppa_remove_hw_watchpoint, hppa_insert_hw_watchpoint): Ditto.
9895 * Makefile.in (infttrace_h): Define.
9896 (hpread.o): Update dependencies.
9897 (hppah-nat.o, hppa-hpux-tdep.o, hppa-tdep.o): Ditto.
9898 * hppa-hpux-tdep.c: Include "gdb_string.h".
9899 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".
9900 * infrun.c (handle_inferior_event): Always initialize
9901 stepped_after_stopped_by_watchpoint. Add default and remove
9902 fallthrough in switch statement.
9903 * infttrace.c (hppa_can_use_hw_watchpoint): Change type of "type"
9904 parameter to int.
9905 (hppa_remove_hw_watchpoint): Ditto.
9906
9907 2003-03-29 Andrew Cagney <cagney@redhat.com>
9908
9909 * ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
9910 offset.
9911
9912 2003-03-29 Richard Earnshaw <rearnsha@arm.com>
9913
9914 * arm-tdep.c (arm_push_arguments): Delete.
9915 (struct stack_item): New type.
9916 (push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
9917 (arm_store_struct_return): Delte.
9918 (arm_gdbarch_init): Register arm_push_dummy_call. Don't register
9919 arm_push_arguments or arm_store_struct_return.
9920
9921 2003-03-28 Andrew Cagney <cagney@redhat.com>
9922
9923 * Makefile.in (d10v-tdep.o): Update dependencies.
9924 * remote.h (target_resume_hook, target_wait_loop_hook): Declare.
9925 * d10v-tdep.c: Include "remote.h".
9926 (target_resume_hook): Delete extern declaration.
9927 (target_wait_loop_hook): Ditto.
9928 (tdisassemble_command): Eliminate assignment in "if" conditional.
9929 (d10v_ts2_register_sim_regno): Eliminate call to
9930 legacy_register_sim_regno.
9931 (d10v_ts3_register_sim_regno): Ditto.
9932
9933 2003-03-28 Jeff Johnston <jjohnstn@redhat.com>
9934
9935 * thread.c: Reindented.
9936 * lin-lwp.c: Ditto.
9937 * linux-proc.c: Ditto.
9938
9939 2003-03-28 Bob Rossi <bob_rossi@cox.net>
9940
9941 * MAINTAINERS (write after approval): Add myself.
9942
9943 2003-03-27 Theodore A. Roth <troth@openavr.org>
9944
9945 * objc-exp.y: Add missing semi-colons.
9946
9947 2003-03-27 Andrew Cagney <cagney@redhat.com>
9948
9949 * regcache.c (write_sp): Delete function and references.
9950 * inferior.h (write_sp): Delete declaration.
9951 * valops.c (hand_function_call): Replace write_sp with
9952 TARGET_WRITE_SP.
9953 * sparc-tdep.c (sparc_push_dummy_frame): Ditto.
9954 (sparc_pop_frame): Ditto.
9955
9956 2003-03-27 Andrew Cagney <cagney@redhat.com>
9957
9958 * NEWS: Mention removal of support for hppa*-*-bsd* and
9959 hppa*-*-osf* natives, and hppa*-*-pro* target.
9960 * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h".
9961 * config/pa/xm-pa.h: Obsolete file.
9962 * config/pa/xm-hppab.h: Obsolete file.
9963 * config/pa/nm-hppab.h: Obsolete file.
9964 * config/pa/tm-hppab.h: Obsolete file.
9965 * config/pa/tm-hppao.h: Obsolete file.
9966 * config/pa/nm-hppao.h: Obsolete file.
9967 * config/pa/tm-pro.h: Obsolete file.
9968 * config/pa/hppaosf.mt: Obsolete file.
9969 * config/pa/hppaosf.mh: Obsolete file.
9970 * config/pa/hppapro.mt: Obsolete file.
9971 * config/pa/hppabsd.mt: Obsolete file.
9972 * config/pa/hppabsd.mh: Obsolete file.
9973 * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*.
9974 * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and
9975 hppa*-*-osf*.
9976
9977 2003-03-27 Andrew Cagney <cagney@redhat.com>
9978
9979 * d10v-tdep.c (d10v_gdbarch_init): Set push_dummy_call instead of
9980 push_arguments. Don't set push_return_address or write_sp.
9981 (d10v_push_dummy_call): Replace d10v_push_arguments.
9982 (d10v_push_return_address, d10v_write_sp): Delete function,
9983 handled by push_dummy_call.
9984
9985 2003-03-26 Andrew Cagney <cagney@redhat.com>
9986
9987 * gdbarch.sh (DEPRECATED_PUSH_ARGUMENTS): Rename PUSH_ARGUMENTS.
9988 (push_dummy_call): New pure multi-arch replacement with gdbarch,
9989 regcache and dummy_addr parameters.
9990 * gdbarch.h, gdbarch.c: Re-generate.
9991 * valops.c (hand_function_call): Use gdbarch_push_dummy_call when
9992 available; assume it will handle stack alignment and return
9993 address issues. Fall back to DEPRECATED_PUSH_ARGUMENTS and
9994 legacy_push_arguments.
9995 (legacy_push_arguments): Rename default_push_arguments.
9996 * value.h (legacy_push_arguments): Rename default_push_arguments.
9997 * i386-tdep.c (i386_push_arguments): Call legacy_push_arguments.
9998 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_ARGUMENTS): Update.
9999 * config/sparc/tm-sp64.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10000 * config/pa/tm-hppa.h (DEPRECATED_PUSH_ARGUMENTS): Update.
10001 * config/i386/tm-symmetry.h: Update.
10002 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10003 * x86-64-tdep.c (x86_64_init_abi): Update.
10004 * v850-tdep.c (v850_gdbarch_init): Update.
10005 * sparc-tdep.c (sparc_gdbarch_init): Update.
10006 * sh-tdep.c (sh_gdbarch_init): Update.
10007 * s390-tdep.c (s390_gdbarch_init): Update.
10008 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10009 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10010 * mips-tdep.c (mips_gdbarch_init): Update.
10011 * mcore-tdep.c (mcore_gdbarch_init): Update.
10012 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10013 * ia64-tdep.c (ia64_gdbarch_init): Update.
10014 * i386-tdep.c (i386_gdbarch_init): Update.
10015 * hppa-tdep.c (hppa_gdbarch_init): Update.
10016 * h8300-tdep.c (h8300_gdbarch_init): Update.
10017 * frv-tdep.c (frv_gdbarch_init): Update.
10018 * d10v-tdep.c (d10v_gdbarch_init): Update.
10019 * cris-tdep.c (cris_gdbarch_init): Update.
10020 * avr-tdep.c (avr_gdbarch_init): Update.
10021 * arm-tdep.c (arm_gdbarch_init): Update.
10022 * arm-linux-tdep.c (arm_linux_init_abi): Update.
10023 * alpha-tdep.c (alpha_gdbarch_init): Update.
10024
10025 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10026
10027 * signals/signals.c (do_target_signal_to_host): Correct realtime
10028 signal range test.
10029
10030 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10031
10032 * breakpoint.c (handle_gnu_4_16_catch_command, get_catch_sals)
10033 (struct sal_chain, map_catch_names): Remove.
10034 (catch_exception_command_1): Don't call
10035 handle_gnu_4_16_catch_command.
10036
10037 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10038
10039 From Mark Dettinger <dettinge@de.ibm.com>:
10040 * dwarf2cfi.c (read_2u): Increment pointer by two.
10041
10042 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10043
10044 * signals/signals.c: Fix typos in last change.
10045
10046 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
10047
10048 * signals/signals.c (REALTIME_LO, REALTIME_HI): Define if
10049 not already defined. Use __SIGRTMIN if available.
10050 (target_signal_from_host): Remove SIGRTMIN block.
10051 (do_target_signal_to_host): Remove SIGRTMIN block; check that
10052 the signal is within the realtime range.
10053
10054 2003-03-25 Adam Fedor <fedor@gnu.org>
10055
10056 * Makefile.in (infrun.o): Add $(language_h)
10057 * infrun.c (handle_inferior_event): Use skip_language_trampoline
10058 for language specific trampolines.
10059 * language.h (struct language_defn): Add skip_trampoline.
10060 (skip_language_trampoline): Declare.
10061 * language.c (unk_lang_trampoline, skip_language_trampoline):
10062 New functions.
10063 (unknown_language_defn, auto_language_defn, local_language_defn):
10064 Add ukn_lang_trampoline.
10065 * ada-lang.c (ada_language_defn): Add NULL for language
10066 specific skip_trampoline.
10067 * c-lang.c, f-lang.c, jv-lang.c, m2-lang.c, p-lang.c,
10068 scm-lang.c: Likewise.
10069 * objc-lang.c (objc_skip_trampoline): New function.
10070 (objc_language_defn): Add objc_skip_trampoline.
10071
10072 2003-03-25 Andrew Cagney <cagney@redhat.com>
10073
10074 * frame.c (get_prev_frame): Delay validating a frame's ID -
10075 non-NULL, didn't go backwards - until an attempt to unwind it to
10076 the previous frame.
10077
10078 2003-03-25 Andrew Cagney <cagney@redhat.com>
10079
10080 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Replace
10081 EXTRA_STACK_ALIGNMENT_NEEDED. Default to 0 not 1.
10082 * gdbarch.h, gdbarch.c: Re-generate.
10083 * config/sparc/tm-sparc.h
10084 (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Define.
10085 * sparc-tdep.c (sparc_gdbarch_init): Set
10086 deprecated_extra_stack_alignment_needed.
10087 * config/pa/tm-hppa.h (EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10088 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not clear
10089 extra_stack_alignment_needed.
10090 * v850-tdep.c (v850_gdbarch_init): Ditto.
10091 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10092 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10093 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10094 * cris-tdep.c (cris_gdbarch_init): Ditto.
10095 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10096 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10097
10098 2003-03-25 Andrew Cagney <cagney@redhat.com>
10099
10100 * gdbarch.sh (DEPRECATED_STORE_STRUCT_RETURN): Replace
10101 STORE_STRUCT_RETURN.
10102 * gdbarch.h, gdbarch.c: Regenerate.
10103 * d10v-tdep.c (d10v_store_struct_return): Delete function.
10104 (d10v_push_arguments): Set the struct return register.
10105 (d10v_gdbarch_init): Update.
10106 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10107 * x86-64-tdep.c (x86_64_init_abi): Update.
10108 * vax-tdep.c (vax_gdbarch_init): Update.
10109 * v850-tdep.c (v850_gdbarch_init): Update.
10110 * sparc-tdep.c (sparc_gdbarch_init): Update.
10111 * sh-tdep.c (sh_gdbarch_init): Update.
10112 * s390-tdep.c (s390_gdbarch_init): Update.
10113 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10114 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10115 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10116 * mips-tdep.c (mips_gdbarch_init): Update.
10117 * mcore-tdep.c (mcore_gdbarch_init): Update.
10118 * m68k-tdep.c (m68k_gdbarch_init): Update.
10119 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10120 * ia64-tdep.c (ia64_gdbarch_init): Update.
10121 * i386-tdep.c (i386_gdbarch_init): Update.
10122 * hppa-tdep.c (hppa_gdbarch_init): Update.
10123 * h8300-tdep.c (h8300_gdbarch_init): Update.
10124 * frv-tdep.c (frv_gdbarch_init): Update.
10125 * cris-tdep.c (cris_gdbarch_init): Update.
10126 * avr-tdep.c (avr_gdbarch_init): Update.
10127 * arm-tdep.c (arm_gdbarch_init): Update.
10128 * alpha-tdep.c (alpha_gdbarch_init): Update.
10129
10130 2003-03-25 Andrew Cagney <cagney@redhat.com>
10131
10132 * gdbarch.sh (CALL_DUMMY_STACK_ADJUST_P): Delete.
10133 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Replace
10134 CALL_DUMMY_STACK_ADJUST with a predicate variable.
10135 * gdbarch.h, gdbarch.c: Regenerate.
10136 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10137 call_dummy_stack_adjust_p.
10138 * vax-tdep.c (vax_gdbarch_init): Ditto.
10139 * v850-tdep.c (v850_gdbarch_init): Ditto.
10140 * sh-tdep.c (sh_gdbarch_init): Ditto.
10141 * s390-tdep.c (s390_gdbarch_init): Ditto.
10142 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10143 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10144 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10145 * mips-tdep.c (mips_gdbarch_init): Ditto.
10146 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10147 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10148 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10149 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10150 * i386-tdep.c (i386_gdbarch_init): Ditto.
10151 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10152 * frv-tdep.c (frv_gdbarch_init): Ditto.
10153 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10154 * cris-tdep.c (cris_gdbarch_init): Ditto.
10155 * avr-tdep.c (avr_gdbarch_init): Ditto.
10156 * arm-tdep.c (arm_gdbarch_init): Ditto.
10157 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10158 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10159 * config/sparc/tm-sparc.h (CALL_DUMMY_STACK_ADJUST): Update.
10160 * config/sparc/tm-sp64.h (CALL_DUMMY_STACK_ADJUST): Update.
10161 * sparc-tdep.c (sparc_gdbarch_init): Update. Do not set
10162 call_dummy_stack_adjust_p.
10163 * inferior.h (CALL_DUMMY_STACK_ADJUST_P): Delete macro.
10164 (CALL_DUMMY_STACK_ADJUST): Delete macro.
10165 * sparc-tdep.c (sparc32_push_arguments): Update.
10166 * valops.c (hand_function_call): Update.
10167
10168 2003-03-25 Corinna Vinschen <vinschen@redhat.com>
10169
10170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Add call to
10171 set_gdbarch_char_signed.
10172
10173 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10174
10175 PR cli/548
10176 * arm-tdep.c (_initialize_arm_tdep): Command is "set arm disassembler".
10177
10178 2003-03-25 Richard Earnshaw <rearnsha@arm.com>
10179
10180 * arm-tdep.c (arm_gdbarch_init): Register the disassembler function.
10181 (_initialize_arm_tdep): Don't set tm_print_insn.
10182
10183 2003-03-24 Adam Fedor <fedor@gnu.org>
10184
10185 * Makefile.in (YYOBJ): Add objc-exp.tab.o
10186 * objc-lang.h: Add multiple inclusion protection.
10187 (start_msglist, add_msglist, end_msglist): Additional declarations.
10188
10189 2003-03-24 Richard Earnshaw <rearnsha@arm.com>
10190
10191 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): ARM_FLOAT_SOFT enum
10192 value was renamed to ARM_FLOAT_SOFT_FPA.
10193
10194 2003-03-23 Andrew Cagney <cagney@redhat.com>
10195
10196 * gdbarch.sh (DEPRECATED_FRAME_CHAIN): Replace FRAME_CHAIN.
10197 (DEPRECATED_FRAME_CHAIN_VALID): Replace FRAME_CHAIN_VALID.
10198 * gdbarch.h, gdbarch.c: Regenerate.
10199 * valops.c (hand_function_call): Update.
10200 * objfiles.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10201 * frame.c (legacy_saved_regs_this_id): Update.
10202 (legacy_get_prev_frame, get_prev_frame, legacy_frame_p): Update.
10203 * dummy-frame.h: Update.
10204 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_CHAIN): Update.
10205 * config/pa/tm-hppa.h (DEPRECATED_FRAME_CHAIN_VALID): Update.
10206 * config/m68k/tm-vx68.h (DEPRECATED_FRAME_CHAIN): Update.
10207 * config/m68k/tm-os68k.h (DEPRECATED_FRAME_CHAIN): Update.
10208 * config/m68k/tm-sun3.h: Update.
10209 * blockframe.c (inside_main_func, frame_chain_valid): Update.
10210 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10211 * x86-64-tdep.c (x86_64_init_abi): Update.
10212 * vax-tdep.c (vax_gdbarch_init): Update.
10213 * v850-tdep.c (v850_gdbarch_init): Update.
10214 * sparc-tdep.c (sparc_frame_chain, sparc_gdbarch_init): Update.
10215 * sh-tdep.c (sh_gdbarch_init): Update.
10216 * s390-tdep.c (s390_gdbarch_init): Update.
10217 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
10218 (rs6000_gdbarch_init, rs6000_frame_saved_pc): Update.
10219 (frame_get_saved_regs): Update.
10220 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10221 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10222 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10223 * mips-tdep.c (mips_gdbarch_init): Update.
10224 * mcore-tdep.c (mcore_gdbarch_init): Update.
10225 * m68k-tdep.c (m68k_gdbarch_init): Update.
10226 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10227 * ia64-tdep.c (ia64_gdbarch_init): Update.
10228 * i386-tdep.c (i386_frame_num_args, i386_gdbarch_init): Update.
10229 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10230 (i386_interix_back_one_frame): Update.
10231 * hppa-tdep.c (hppa_gdbarch_init): Update.
10232 (hppa_init_extra_frame_info): Update.
10233 * h8300-tdep.c (h8300_gdbarch_init): Update.
10234 * frv-tdep.c (frv_gdbarch_init): Update.
10235 * cris-tdep.c (cris_gdbarch_init): Update.
10236 * avr-tdep.c (avr_gdbarch_init): Update.
10237 * arm-tdep.c (arm_gdbarch_init): Update.
10238 * alpha-tdep.c (alpha_gdbarch_init): Update.
10239
10240 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10241
10242 * arm-tdep.h (arm_float_model): Add AUTO and LAST values.
10243 (arm_get_fp_model): Declare.
10244 * arm-tdep.c (fp_model_strings): New string array.
10245 (arm_fp_model, current_fp_model): New variables.
10246 (arm_get_fp_model): New function.
10247 (arm_set_fp): New function.
10248 (set_fp_model_sfunc): New function.
10249 (show_fp_model): New function.
10250 (_initialize_arm_tdep): Add new command to set/show the FPU.
10251 (arm_extract_return_value): Use arm_get_fp_model.
10252 (arm_store_return_value): Likewise.
10253 (arm_gdbarch_init): Default fpa model is softfpa. Call arm_set_fp
10254 to initialize the floating-point data types.
10255 * arm-linux-tdep.c (arm_linux_init_abi): The default floating point
10256 model is FPA.
10257
10258 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10259
10260 * arm-tdep.c (show_arm_command): Don't print out help. Instead, show
10261 the current setting of each value.
10262 (_initialize_arm_tdep): Delete variable new_cmd and add new vars
10263 new_set and new_show. Use add_setshow_cmd_full and
10264 add_setshow_boolean_cmd as appropriate. Deprecate "set/show apcs32"
10265 commands and add new version as subcommands of "set/show arm".
10266
10267 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10268
10269 * arm-tdep.c (setarmcmdlist, showarmcmdlist): New command lists.
10270 (set_arm_command, show_arm_command): New functions.
10271 (_initialize_arm_tdep): Add them.
10272 (num_disassembly_options): Renamed from num_flavor_options.
10273 (valid_disassembly_styles): Renamed from valid_flavors.
10274 (disassembly_style): Renamed from disassembly_flavor.
10275 (set_disassembly_style_sfunc): Renamed from
10276 set_disassembly_flavor_sfunc.
10277 (set_disassembly_style): Renamed from set_disassembly_flavor.
10278 (arm_othernames): Updated.
10279 (_initialize_arm_tdep): Deprecate "set/show disassembly-flavor"
10280 command. Add "set/show arm disassembly" commands. Deprecate
10281 "othernames" command.
10282
10283 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10284
10285 * Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
10286 (arm-tdep.o): Depend on elf_arm_h.
10287
10288 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10289
10290 * Makefile.in (coff_internal_h): Define.
10291 (arm-tdep.o): Update dependencies.
10292
10293 2003-03-22 Richard Earnshaw <rearnsha@arm.com>
10294
10295 * arm-tdep.c (prologue_cache): Delete.
10296 (check_prologue_cache, save_prologue_cache): Delete.
10297 (arm_scan_prologue): Don't check or update the prologue_cache.
10298 (arm_gdb_arch_init): Don't initialize it.
10299 (_initialize_arm_tdep): Likewise.
10300
10301 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10302
10303 * MAINTAINERS (tui): Maintainer of tui code.
10304
10305 2003-03-21 Corinna Vinschen <vinschen@redhat.com>
10306
10307 * Makefile.in (ALLDEPFILES): Add i386-cygwin-tdep.c.
10308 (i386-cygwin-tdep.o): Add dependencies.
10309 * defs.h (enum gdb_osabi): Add GDB_OSABI_CYGWIN.
10310 * i386-cygwin-tdep.c: New file.
10311 * osabi.c (gdb_osabi_name): Add string for GDB_OSABI_CYGWIN.
10312 * config/i386/cygwin.mt (TDEPFILES): Add i386-cygwin-tdep.o.
10313
10314 2003-03-20 Andrew Cagney <cagney@redhat.com>
10315
10316 * infrun.c (DYNAMIC_TRAMPOLINE_NEXTPC): Delete macro.
10317 (handle_inferior_event): Remove code calling
10318 DYNAMIC_TRAMPOLINE_NEXTPC.
10319
10320 * Makefile.in (init.c): Don't add $(srcdir) prefix when a file
10321 already has a full path.
10322
10323 * main.c (gdb_main): Return 1.
10324 (captured_main): Call error to report an invalid interpreter.
10325
10326 * Makefile.in (alpha-osf1-tdep.o): Update dependencies.
10327 * alpha-osf1-tdep.c: Include "gdb_string.h".
10328
10329 2003-03-19 J. Brobecker <brobecker@gnat.com>
10330
10331 Continuing work to convert the hppa targets to multiarch partial.
10332
10333 * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarch
10334 method, now that hppa_push_dummy_frame has a conformant prototype.
10335 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro
10336 inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation
10337 for the switch to multiarch partial.
10338
10339 2003-03-19 Kevin Buettner <kevinb@redhat.com>
10340
10341 * mdebugread.c (parse_symbol): For stEnd, we're done counting
10342 when iss is issNull.
10343
10344 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10345
10346 * mips-tdep.c (mips_register_name): Fix fencepost error involving
10347 NUM_REGS bounds check.
10348
10349 2003-03-18 Kevin Buettner <kevinb@redhat.com>
10350
10351 * Makefile.in (mips-tdep.o): Add dependency on $(gdb_assert_h).
10352 * mips-tdep.c (gdb_assert.h): Include.
10353 (mips_generic_reg_names, mips_processor_reg_names): Make static.
10354 (mips_register_name): Handle integer registers explicitly. Add
10355 bounds checking.
10356 (mips_r3041_reg_names, mips_r3051_reg_names, mips_r3081_reg_names)
10357 (mips_lsi33k_reg_names): Don't list integer registers; they're
10358 handled by mips_register_name() now.
10359 * config/mips/tm-irix3.h (MIPS_REGISTER_NAMES): Likewise.
10360 * config/mips/tm-irix6.h (MIPS_REGISTER_NAMES): Likewise.
10361 * config/mips/tm-mips.h (MIPS_REGISTER_NAMES): Likewise.
10362 * config/mips/tm-tx39.h (MIPS_REGISTER_NAMES): Likewise.
10363 * config/mips/tm-tx39l.h (MIPS_REGISTER_NAMES): Likewise.
10364
10365 2003-03-18 Andrew Cagney <cagney@redhat.com>
10366
10367 * printcmd.c (print_scalar_formatted): Change VALADDR parameter to
10368 a void pointer.
10369 * gdbtypes.h (print_scalar_formatted): Update declaration.
10370 * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
10371
10372 2003-03-18 J. Brobecker <brobecker@gnat.com>
10373
10374 * infrun.c (observer.h): Add #include.
10375 (normal_stop): Add call to observer_notify_normal_stop.
10376 * Makefile.in (infrun.o): Add dependency on observer.h.
10377
10378 2003-03-18 J. Brobecker <brobecker@gnat.com>
10379
10380 Continuing work to convert the hppa targets to multiarch partial.
10381 * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function
10382 parameter. Reformat comment.
10383 * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile.
10384 (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame()
10385 to match new profile.
10386
10387 2003-03-18 J. Brobecker <brobecker@gnat.com>
10388
10389 * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does not
10390 appear to be working in any case.
10391
10392 2003-03-18 J. Brobecker <brobecker@gnat.com>
10393
10394 * observer.c (observer_test_first_observer): New static variable.
10395 (observer_test_second_observer): Likewise.
10396 (observer_test_third_observer): Likewise.
10397 (observer_test_first_notification_function): New static function.
10398 (observer_test_second_notification_function): Likewise.
10399 (observer_test_third_notification_function): Likewise.
10400
10401 2003-03-17 J. Brobecker <brobecker@gnat.com>
10402
10403 * hppa-tdep.c (gdb_assert.h): Add missing #include.
10404 * somsolib.c (gdb_assert.h): Likewise.
10405 * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h.
10406 (somsolib.o): Likewise.
10407
10408 2003-03-17 Andrew Cagney <cagney@redhat.com>
10409
10410 * disasm.c (gdb_disassembly): Set di.mach using the architecture's
10411 BFD. Simplify setting of di.endian.
10412
10413 2003-03-17 Andrew Cagney <cagney@redhat.com>
10414
10415 * rs6000-tdep.c (ppc_floating_point_unit_p): New function.
10416 * ppc-tdep.h (ppc_floating_point_unit_p): Declare.
10417
10418 From Elena Zannoni <ezannoni@redhat.com>
10419 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500
10420 vector and floating-point parameters.
10421 (ppc_sysv_abi_use_struct_convention): Handle e500 struct return
10422 convention.
10423 (ppc_sysv_abi_broken_use_struct_convention): Ditto.
10424
10425 2003-03-17 Fernando Nasser <fnasser@redhat.com>
10426
10427 * MAINTAINERS: Remove my name from several maintainership roles.
10428
10429 2003-03-17 Andrew Cagney <cagney@redhat.com>
10430
10431 Fix frame off-by-one bug.
10432 * frame-unwind.h (frame_this_id_ftype): Replace
10433 frame_unwind_id_ftype.
10434 (frame_prev_register_ftype): Replace frame_unwind_reg_ftype.
10435 (struct frame_unwind): Replace "id" with "this_id". Replace "reg"
10436 with "prev_register".
10437 * frame-unwind.c (frame_unwind_find_by_pc): Return
10438 legacy_saved_regs_unwind instead of trad_frame_unwind. Update
10439 comment.
10440 * dummy-frame.c (cached_find_dummy_frame): Delete function.
10441 (dummy_frame_this_id): Replace dummy_frame_id_unwind.
10442 (dummy_frame_prev_register): Replace dummy_frame_register_unwind.
10443 (dummy_frame_unwind): Update.
10444 * sentinel-frame.c (sentinel_frame_prev_register): Replace
10445 sentinel_frame_register_unwind.
10446 (sentinel_frame_this_id): Replace sentinel_frame_id_unwind.
10447 (sentinel_frame_unwinder): Update.
10448 * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10449 (struct frame_info): Rename "unwind_cache" to "prologue_cache".
10450 * frame.c (create_sentinel_frame): Update. Initialize
10451 "prologue_cache" instead of "unwind_cache".
10452 (frame_register_unwind): Call this frame's prev_register with the
10453 next frame and this frame's prologue cache.
10454 (get_prev_frame): Simplify. Always call prev frame's this_id with
10455 this frame and prev frame's prologue cache. Document that this
10456 call is shifted one to the left when compared to the
10457 frame_register_unwind call.
10458 (legacy_saved_regs_prev_register): Replace
10459 frame_saved_regs_register_unwind.
10460 (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind.
10461 (legacy_saved_regs_unwinder): Replace trad_frame_unwinder.
10462 (legacy_saved_regs_unwind): Replace trad_frame_unwind.
10463 * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind.
10464 (d10v_frame_unwind): Update.
10465 (d10v_frame_prev_register): Replace d10v_frame_register_unwind.
10466 (d10v_frame_unwind_cache): Replace this "fi" with "next_frame".
10467 (saved_regs_unwinder): Replace this "frame" with "next_frame", and
10468 "saved_regs" with "this_saved_regs".
10469
10470 2003-03-16 Andrew Cagney <cagney@redhat.com>
10471
10472 * frame.c (frame_pop): Don't call target_store_registers. Fix
10473 problem reported by Mark Kettenis.
10474
10475 2003-03-16 Mark Kettenis <kettenis@gnu.org>
10476
10477 * i386-tdep.c (i386_register_type): Renamed from
10478 i386_register_virtual_type. Adjust function signature.
10479 (i386_gdbarch_init): Set register_type instead of
10480 deprecated_max_register_raw_size,
10481 deprecated_max_register_virtual_size and register_virtual_type.
10482
10483 2003-03-14 Andrew Cagney <cagney@redhat.com>
10484
10485 * frame.c (get_prev_frame): When a legacy frame, always call
10486 legacy_get_prev_frame. Simplify unwind code using assumption that
10487 the unwinder is new.
10488 (legacy_get_prev_frame): Handle legacy sentinel frame unwind here.
10489 (legacy_frame_p): When no gdbarch_unwind_dummy_id, or
10490 SAVED_DUMMY_FRAME_TOS, assume a legacy frame.
10491
10492 2003-03-14 Andrew Cagney <cagney@redhat.com>
10493
10494 * frame.c (get_saved_register): Delete function.
10495 * frame.h (get_saved_register): Delete declaration.
10496 * xstormy16-tdep.c: Update comment.
10497 * regcache.h: Update comments.
10498 * sparc-tdep.c (sparc_init_extra_frame_info): Instead of
10499 get_saved_register and extract_address, use
10500 frame_read_unsigned_register.
10501 (sparc_frame_saved_pc): Ditto.
10502 (sparc_get_saved_register): Instead of get_saved_register, use
10503 frame_register.
10504 (sparc_pop_frame): Ditto.
10505 * findvar.c: Update comments.
10506 (value_of_register): Call frame_register instead of
10507 get_saved_register.
10508 (value_from_register): Ditto.
10509 * config/sparc/tm-sparc.h: Update comment.
10510 * breakpoint.c: Update comment.
10511
10512 2003-03-14 Andrew Cagney <cagney@redhat.com>
10513
10514 * gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
10515 GET_SAVED_REGISTER.
10516 * gdbarch.h, gdbarch.c: Re-generate.
10517 * frame.h: Update comments.
10518 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10519 * x86-64-tdep.c (x86_64_init_abi): Update.
10520 * sparc-tdep.c (sparc_gdbarch_init): Update.
10521 * sh-tdep.c (sh_gdbarch_init): Update.
10522 * mips-tdep.c (mips_gdbarch_init): Update.
10523 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10524 * cris-tdep.c (cris_gdbarch_init): Update.
10525 * ia64-tdep.c (ia64_gdbarch_init): Update.
10526 * frame.c (frame_register): Update.
10527 (get_saved_register): Update.
10528 * config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
10529
10530 2003-03-13 Andrew Cagney <cagney@redhat.com>
10531
10532 * gdbarch.sh (DEPRECATED_POP_FRAME): Replace POP_FRAME.
10533 * gdbarch.h, gdbarch.c: Regenerate.
10534 * valops.c (hand_function_call): Update comment.
10535 * stack.c (return_command): Update comment.
10536 * config/sparc/tm-sparc.h (DEPRECATED_POP_FRAME): Update.
10537 * config/pa/tm-hppa.h (DEPRECATED_POP_FRAME): Update.
10538 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10539 * x86-64-tdep.c (x86_64_init_abi): Update.
10540 * vax-tdep.c (vax_gdbarch_init): Update.
10541 * v850-tdep.c (v850_gdbarch_init): Update.
10542 * sparc-tdep.c (sparc_gdbarch_init): Update.
10543 * sh-tdep.c (sh_gdbarch_init): Update.
10544 * s390-tdep.c (s390_gdbarch_init): Update.
10545 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10546 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10547 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10548 * mips-tdep.c (mips_gdbarch_init): Update.
10549 * mcore-tdep.c (mcore_gdbarch_init): Update.
10550 * m68k-tdep.c (m68k_gdbarch_init): Update.
10551 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10552 * ia64-tdep.c (ia64_gdbarch_init): Update.
10553 * i386-tdep.c (i386_gdbarch_init): Update.
10554 * hppa-tdep.c (hppa_gdbarch_init): Update.
10555 * h8300-tdep.c (h8300_gdbarch_init): Update.
10556 * frv-tdep.c (frv_gdbarch_init): Update.
10557 * cris-tdep.c (cris_gdbarch_init): Update.
10558 * avr-tdep.c (avr_gdbarch_init): Update.
10559 * arm-tdep.c (arm_gdbarch_init): Update.
10560 * alpha-tdep.c (alpha_gdbarch_init): Update.
10561
10562 2003-03-13 Andrew Cagney <cagney@redhat.com>
10563
10564 * frame.c (legacy_frame_p): New function.
10565 (get_prev_frame): Use legacy_frame_p.
10566 * frame.h (legacy_frame_p): Declare.
10567
10568 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10569
10570 * MAINTAINERS (write after approval): Alphabetically
10571 listing corrected.
10572
10573 2003-03-13 D. Venkatasubramanian <dvenkat@noida.hcltech.com>
10574
10575 * MAINTAINERS (write after approval): Add myself.
10576
10577 2003-03-12 Andrew Cagney <cagney@redhat.com>
10578
10579 * frame.c (get_prev_frame): Rename the frame parameter to
10580 "this_frame".
10581 (get_next_frame, legacy_get_prev_frame): Ditto.
10582
10583 2003-03-12 Andrew Cagney <cagney@redhat.com>
10584
10585 * frame.c (get_current_frame): Check target_has_registers before
10586 checking target_has_stack.
10587 * eval.c (evaluate_subexp_standard): Use get_selected_frame,
10588 instead of deprecated_selected_frame.
10589 * findvar.c (value_of_register): Pass "frame", not
10590 deprecated_selected_frame, to value_of_builtin_reg.
10591
10592 2003-03-12 Andrew Cagney <cagney@redhat.com>
10593
10594 * regcache.c (regcache_cooked_write_signed): New function.
10595 (regcache_cooked_write_unsigned): New function.
10596 (regcache_cooked_read_unsigned): Fix regnum in range assertion.
10597 (regcache_cooked_read_signed): Fix regnum in range assertion.
10598 * regcache.h (regcache_cooked_write_signed): Declare.
10599 (regcache_cooked_write_unsigned): Declare.
10600
10601 2003-03-12 Andrew Cagney <cagney@redhat.com>
10602
10603 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10604 * gdbarch.h, gdbarch.c: Re-generate.
10605 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10606 * x86-64-tdep.h: Update.
10607 * x86-64-tdep.c (x86_64_init_abi): Update.
10608 * v850-tdep.c (v850_gdbarch_init): Update.
10609 * sparc-tdep.c (sparc_gdbarch_init): Update.
10610 * sh-tdep.c (sh_gdbarch_init): Update.
10611 * s390-tdep.c (s390_gdbarch_init): Update.
10612 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10613 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10614 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10615 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10616 * mips-tdep.c (mips_gdbarch_init): Update.
10617 * mcore-tdep.c (mcore_gdbarch_init): Update.
10618 * m68k-tdep.c (m68k_gdbarch_init): Update.
10619 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10620 * ia64-tdep.c (ia64_gdbarch_init): Update.
10621 * i386-tdep.c (i386_gdbarch_init): Update.
10622 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10623 * hppa-tdep.c (hppa_gdbarch_init): Update.
10624 * h8300-tdep.c (h8300_gdbarch_init): Update.
10625 * frv-tdep.c (frv_gdbarch_init): Update.
10626 * cris-tdep.c (cris_gdbarch_init): Update.
10627 * avr-tdep.c (avr_gdbarch_init): Update.
10628 * arm-tdep.c (arm_gdbarch_init): Update.
10629 * alpha-tdep.c (alpha_gdbarch_init): Update.
10630 * sh-tdep.c (sh_init_extra_frame_info): Update.
10631 (sh64_init_extra_frame_info): Update.
10632 * ns32knbsd-nat.c (frame_num_args): Update.
10633 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10634 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10635 (xstormy16_frame_chain_valid): Update.
10636 * vax-tdep.c (vax_saved_pc_after_call): Update.
10637 * v850-tdep.c (v850_frame_chain): Update.
10638 (v850_pop_frame): Update.
10639 (v850_init_extra_frame_info): Update.
10640 * sparc-tdep.c (setup_arbitrary_frame): Update.
10641 * ns32k-tdep.c (umax_frame_num_args): Update.
10642 * s390-tdep.c (s390_pop_frame_regular): Update.
10643 * mn10300-tdep.c (mn10300_frame_chain): Update.
10644 (mn10300_pop_frame_regular): Update.
10645 (mn10300_init_extra_frame_info): Update.
10646 * mips-tdep.c (mips_init_frame_pc_first): Update.
10647 (mips_frame_chain): Update.
10648 (mips_pop_frame): Update.
10649 * mcore-tdep.c (mcore_frame_chain): Update.
10650 (mcore_pop_frame): Update.
10651 (mcore_init_extra_frame_info): Update.
10652 * arch-utils.c (init_frame_pc_default): Update.
10653 * m68k-tdep.c (isi_frame_num_args): Update.
10654 (delta68_frame_num_args): Update.
10655 (news_frame_num_args): Update.
10656 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10657 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10658 (alpha_frame_chain): Update.
10659 (alpha_pop_frame): Update.
10660 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10661 (hppa_init_extra_frame_info): Update.
10662 (hppa_frame_chain): Update.
10663 (hppa_frame_chain_valid): Update.
10664 * cris-tdep.c (cris_init_extra_frame_info): Update.
10665 * avr-tdep.c (avr_init_extra_frame_info): Update.
10666 * arm-tdep.c (arm_frame_chain_valid): Update.
10667 (arm_init_extra_frame_info): Update.
10668 (arm_pop_frame): Update.
10669 * frame.c (frame_pc_unwind): Update.
10670 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10671 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10672 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10673 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10674 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10675 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10676
10677 2003-03-12 Andrew Cagney <cagney@redhat.com>
10678
10679 Eliminate the need for POP_FRAME.
10680 * frame.c (do_frame_unwind_register): New function.
10681 (frame_pop): When no POP_FRAME, pop the frame using register
10682 unwind and a scratch regcache.
10683 (frame_saved_regs_pop): Delete function.
10684 (trad_frame_unwinder): Update.
10685 * d10v-tdep.c (d10v_frame_pop): Delete function.
10686 (d10v_frame_unwind): Update.
10687 * sentinel-frame.c (sentinel_frame_pop): Delete function.
10688 (sentinel_frame_unwinder): Update.
10689 * dummy-frame.c (dummy_frame_pop): Delete function.
10690 (dummy_frame_unwind): Update.
10691 * frame-unwind.h (frame_unwind_pop_ftype): Delete definition.
10692 (struct frame_unwind): Update.
10693
10694 2003-03-11 Kevin Buettner <kevinb@redhat.com>
10695
10696 * mips-tdep.c (mips_ecoff_reg_to_regnum): Rename to
10697 mips_dwarf_dwarf2_ecoff_reg_to_regnum().
10698 (mips_dwarf_dwarf2_ecoff_reg_to_regnum, mips_stab_reg_to_regnum):
10699 Do range checks on register number obtained from debugging info.
10700 (mips_gdbarch_init): Call set_gdbarch_dwarf_reg_to_regnum() and
10701 set_gdbarch_dwarf2_reg_to_regnum(). Adjust call of
10702 set_gdbarch_ecoff_reg_to_regnum() to account for new name of
10703 mapping function.
10704 (do_fp_register_row): Fix typo which caused double type to be
10705 used when attempting to unpack a float.
10706
10707 2003-03-11 J. Brobecker <brobecker@gnat.com>
10708
10709 * breakpoint.c (bpstat_stop_status): Fix a small memory leak.
10710
10711 2003-03-11 Andrew Cagney <cagney@redhat.com>
10712
10713 * frame.c (deprecated_update_frame_pc_hack): Don't assume a next
10714 frame. Problem found by Corinna Vinschen.
10715
10716 2003-03-11 Pierre Muller <muller@ics.u-strasbg.fr>
10717
10718 * doublest.c (floatformat_from_length): Accept also
10719 the real size of 'long double' type.
10720
10721 2003-03-10 Daniel Jacobowitz <drow@mvista.com>
10722
10723 From Klee Dienes <kdienes@apple.com>:
10724 * breakpoint.c (bpstat_copy): Copy the command lines as well
10725 as the old value, to match what is freed in bpstat_clear.
10726
10727 2003-03-10 David Carlton <carlton@math.stanford.edu>
10728
10729 * minsyms.c (add_minsym_to_hash_table): Replace
10730 DEPRECATED_SYMBOL_NAME by SYMBOL_LINKAGE_NAME.
10731 (compare_minimal_symbols, compact_minimal_symbols)
10732 (install_minimal_symbols, find_solib_trampoline_target): Ditto.
10733 (lookup_minimal_symbol_text): Use strcmp on linkage names instead
10734 of DEPRECATED_SYMBOL_MATCHES_NAME.
10735 (lookup_minimal_symbol_solib_trampoline): Ditto.
10736
10737 2003-03-10 Andrew Cagney <cagney@redhat.com>
10738
10739 * regcache.h (regcache_cooked_read_ftype): Define.
10740 (regcache_save, regcache_restore): Add a cooked_read parameter.
10741 * regcache.c (regcache_save, regcache_restore): Update.
10742 (do_cooked_read): New function.
10743 (regcache_cpy): Pass do_cooked_read to regcache_save and
10744 regcache_restore.
10745
10746 2003-03-10 Andrew Cagney <cagney@redhat.com>
10747
10748 * gdbarch.sh (DEPRECATED_FRAME_SAVED_PC): Replace FRAME_SAVED_PC.
10749 * gdbarch.h, gdbarch.c: Re-generate.
10750 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10751 * x86-64-tdep.h: Update.
10752 * x86-64-tdep.c (x86_64_init_abi): Update.
10753 * v850-tdep.c (v850_gdbarch_init): Update.
10754 * sparc-tdep.c (sparc_gdbarch_init): Update.
10755 * sh-tdep.c (sh_gdbarch_init): Update.
10756 * s390-tdep.c (s390_gdbarch_init): Update.
10757 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10758 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10759 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
10760 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10761 * mips-tdep.c (mips_gdbarch_init): Update.
10762 * mcore-tdep.c (mcore_gdbarch_init): Update.
10763 * m68k-tdep.c (m68k_gdbarch_init): Update.
10764 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10765 * ia64-tdep.c (ia64_gdbarch_init): Update.
10766 * i386-tdep.c (i386_gdbarch_init): Update.
10767 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10768 * hppa-tdep.c (hppa_gdbarch_init): Update.
10769 * h8300-tdep.c (h8300_gdbarch_init): Update.
10770 * frv-tdep.c (frv_gdbarch_init): Update.
10771 * cris-tdep.c (cris_gdbarch_init): Update.
10772 * avr-tdep.c (avr_gdbarch_init): Update.
10773 * arm-tdep.c (arm_gdbarch_init): Update.
10774 * alpha-tdep.c (alpha_gdbarch_init): Update.
10775 * sh-tdep.c (sh_init_extra_frame_info): Update.
10776 (sh64_init_extra_frame_info): Update.
10777 * ns32knbsd-nat.c (frame_num_args): Update.
10778 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Update.
10779 * xstormy16-tdep.c (xstormy16_pop_frame): Update.
10780 (xstormy16_frame_chain_valid): Update.
10781 * vax-tdep.c (vax_saved_pc_after_call): Update.
10782 * v850-tdep.c (v850_frame_chain): Update.
10783 (v850_pop_frame): Update.
10784 (v850_init_extra_frame_info): Update.
10785 * sparc-tdep.c (setup_arbitrary_frame): Update.
10786 * ns32k-tdep.c (umax_frame_num_args): Update.
10787 * s390-tdep.c (s390_pop_frame_regular): Update.
10788 * mn10300-tdep.c (mn10300_frame_chain): Update.
10789 (mn10300_pop_frame_regular): Update.
10790 (mn10300_init_extra_frame_info): Update.
10791 * mips-tdep.c (mips_init_frame_pc_first): Update.
10792 (mips_frame_chain): Update.
10793 (mips_pop_frame): Update.
10794 * mcore-tdep.c (mcore_frame_chain): Update.
10795 (mcore_pop_frame): Update.
10796 (mcore_init_extra_frame_info): Update.
10797 * arch-utils.c (init_frame_pc_default): Update.
10798 * m68k-tdep.c (isi_frame_num_args): Update.
10799 (delta68_frame_num_args): Update.
10800 (news_frame_num_args): Update.
10801 * ia64-tdep.c (ia64_pop_frame_regular): Update.
10802 * alpha-tdep.c (alpha_init_frame_pc_first): Update.
10803 (alpha_frame_chain): Update.
10804 (alpha_pop_frame): Update.
10805 * hppa-tdep.c (hppa_saved_pc_after_call): Update.
10806 (hppa_init_extra_frame_info): Update.
10807 (hppa_frame_chain): Update.
10808 (hppa_frame_chain_valid): Update.
10809 * cris-tdep.c (cris_init_extra_frame_info): Update.
10810 * avr-tdep.c (avr_init_extra_frame_info): Update.
10811 * arm-tdep.c (arm_frame_chain_valid): Update.
10812 (arm_init_extra_frame_info): Update.
10813 (arm_pop_frame): Update.
10814 * frame.c (frame_pc_unwind): Update.
10815 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_SAVED_PC): Update.
10816 (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10817 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST): Update.
10818 * config/pa/tm-hppa.h (DEPRECATED_FRAME_SAVED_PC): Update.
10819 * config/m68k/tm-delta68.h (DEPRECATED_FRAME_SAVED_PC): Update.
10820 * config/m68k/tm-linux.h (DEPRECATED_FRAME_SAVED_PC): Update.
10821
10822 2003-03-10 Andrew Cagney <cagney@redhat.com>
10823
10824 * gdbarch.sh (gdbarch_unwind_pc): New method.
10825 * gdbarch.h, gdbarch.c: Regenerate.
10826 * frame.c (frame_pc_unwind): Rewrite. Prefer gdbarch_unwind_pc,
10827 but use read_pc and FRAME_SAVED_PC as fall backs.
10828 (frame_saved_regs_pc_unwind): Delete function.
10829 (trad_frame_unwinder): Update.
10830 * frame-unwind.h (frame_unwind_pc_ftype): Delete declaration.
10831 (struct frame_unwind): Update.
10832 * dummy-frame.c (dummy_frame_pc_unwind): Delete function.
10833 (dummy_frame_unwind): Update.
10834 * sentinel-frame.c (sentinel_frame_pc_unwind): Delete function.
10835 (sentinel_frame_unwinder): Update.
10836 * d10v-tdep.c (d10v_frame_pc_unwind): Delete function.
10837 (d10v_frame_unwind): Update.
10838 (d10v_unwind_pc): New function.
10839 (d10v_gdbarch_init): Set unwind_pc.
10840
10841 2003-03-10 Andrew Cagney <cagney@redhat.com>
10842
10843 * gdbarch.h: Re-generate.
10844
10845 * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
10846 PC.
10847 (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
10848 the PC register.
10849
10850 2003-03-08 Mark Kettenis <kettenis@gnu.org>
10851
10852 * gdbarch.sh (save_dummy_frame_tos): Add comment.
10853
10854 2003-03-08 Andrew Cagney <cagney@redhat.com>
10855
10856 * cli-out.c: Update copyright.
10857 (cli_out_data): Define typedef. Use instead of ui_out_data.
10858
10859 2003-03-08 Andrew Cagney <cagney@redhat.com>
10860
10861 * valarith.c (value_subscripted_rvalue): Copy the array's REGNO to
10862 the result.
10863
10864 2003-03-07 Andrew Cagney <cagney@redhat.com>
10865
10866 * gdbarch.sh: Don't generate two macro definitions when an
10867 undefined macro taking no arguments.
10868 * gdbarch.h: Regenerate.
10869
10870 2002-03-07 Michal Ludvig <mludvig@suse.cz>
10871
10872 * x86-64-tdep.c (x86_64_save_dummy_frame_tos)
10873 (x86_64_unwind_dummy_id): New functions.
10874 (x86_64_init_abi): Register these two new functions.
10875
10876 2003-03-07 Michal Ludvig <mludvig@suse.cz>
10877
10878 * x86-64-tdep.c (x86_64_function_has_prologue): New function.
10879 (x86_64_skip_prologue): Move prologue detection to
10880 separate function.
10881 * x86-64-tdep.h (x86_64_function_has_prologue): New prototype.
10882
10883 2003-03-05 Andrew Cagney <cagney@redhat.com>
10884
10885 * d10v-tdep.c (d10v_unwind_dummy_id): New function.
10886 (d10v_gdbarch_init): Set unwind_dummy_id and save_dummy_frame_tos.
10887 * frame.c (get_prev_frame): Restructure the frame ID unwind code
10888 to use unwind_dummy_id when a dummy frame.
10889 * gdbarch.sh (unwind_dummy_id): New multi-arch method with
10890 predicate.
10891 * gdbarch.h, gdbarch.c: Regneerate.
10892
10893 2003-03-05 Andrew Cagney <cagney@redhat.com>
10894
10895 * d10v-tdep.c (struct d10v_unwind_cache): Add field "base".
10896 (d10v_frame_unwind_cache): Rewrite code computing the base and SP.
10897 Do not use d10v_read_sp or d10v_read_fp when obtaining register
10898 values.
10899
10900 2003-03-05 Andrew Cagney <cagney@redhat.com>
10901
10902 * d10v-tdep.c (struct frame_extra_info): Delete unused structure.
10903 (struct d10v_unwind_cache): Delete field "frameless". Replace
10904 "next_addr" with "sp_offset". Add "r11_offset".
10905 (d10v_frame_unwind_cache): Update.
10906 (prologue_find_regs): Update. When "mv r11, sp", save the
10907 "sp_offset" in "r11_offset". Recognize "st rn, @r11", note that
10908 RN was saved in r11_offset.
10909
10910 2003-03-05 Andrew Cagney <cagney@redhat.com>
10911
10912 * frame.c (deprecated_update_frame_pc_hack): Also update the the
10913 cached PC value in the next frame.
10914
10915 2003-03-05 Andrew Cagney <cagney@redhat.com>
10916
10917 * frame.h (struct frame_info): Replace "id_unwind_cache_p" and
10918 "id_unwind_cache" with "id".
10919 (frame_id_unwind): Delete declaration.
10920 * frame.c (frame_id_unwind): Delete function.
10921 (get_prev_frame): Call the frame id unwind method directly. Store
10922 the returned next frame's ID value in NEXT_FRAME. Note that there
10923 is a problem with the wrong unwind ID being called with the wrong
10924 unwind cache.
10925
10926 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10927
10928 * Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
10929
10930 2003-03-05 James Ingham <jingham@apple.com>
10931 Daniel Jacobowitz <drow@mvista.com>
10932
10933 * cp-abi.c: Include "command.h", "gdbcmd.h", and "ui-out.h".
10934 (auto_cp_abi): New variable.
10935 (current_cp_abi, num_cp_abis): Make static.
10936 (CP_ABI_MAX): Define.
10937 (cp_abis): Turn into an array.
10938 (value_virtual_fn_field): Fix formatting.
10939 (switch_to_cp_abi, register_cp_abi): Update. register_cp_abi now
10940 takes a pointer.
10941 (set_cp_abi_as_auto_default, set_cp_abi_cmd, show_cp_abi_cmd)
10942 (list_cp_abis, _initialize_cp_abi): New functions.
10943 * cp-abi.h: Add prototype for set_cp_abi_as_auto_default. Remove
10944 declarations for cp_abis, num_cp_abis, current_cp_abi, and
10945 switch_to_cp_abi. Update prototype for register_cp_abi.
10946 * Makefile.in (cp-abi.o): Update dependencies.
10947 * minsyms.c (install_minimal_symbols): Call set_cp_abi_as_auto_default
10948 instead of switch_to_cp_abi.
10949 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Likewise. Update call to
10950 register_cp_abi.
10951 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Update call to
10952 register_cp_abi.
10953 * hpacc-abi.c (_initialize_hpacc_abi): Likewise.
10954
10955 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
10958 * dwarf2loc.c: Include "regcache.h".
10959 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
10960 register_size.
10961 * Makefile.in (dwarf2loc.o): Update dependencies.
10962
10963 2003-03-04 Theodore A. Roth <troth@openavr.org>
10964
10965 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
10966 number of io registers reported by remote target is not a multiple of
10967 step.
10968
10969 2003-03-04 David Carlton <carlton@math.stanford.edu>
10970
10971 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
10972 (lookup_symbol_aux_psymtabs): Update call to
10973 lookup_partial_symbol.
10974 (lookup_transparent_type, find_main_psymtab)
10975 (make_symbol_overload_list): Ditto.
10976
10977 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
10978
10979 * MAINTAINERS (Write after approval): Update my email address.
10980
10981 2003-03-03 Andrew Cagney <cagney@redhat.com>
10982
10983 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
10984 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
10985 predicate. Replace MAX_REGISTER_RAW_SIZE.
10986 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
10987 MAX_REGISTER_VIRTUAL_SIZE.
10988 * regcache.c (legacy_max_register_raw_size): New function.
10989 (legacy_max_register_virtual_size): New function.
10990 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
10991 (MAX_REGISTER_RAW_SIZE): Define.
10992 (legacy_max_register_raw_size): Declare.
10993 (legacy_max_register_virtual_size): Declare.
10994 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10995 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
10996 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10997 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
10998 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
10999 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
11000 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11001 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11002 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
11003 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11004 * vax-tdep.c (vax_gdbarch_init): Update.
11005 * v850-tdep.c (v850_gdbarch_init): Update.
11006 * sparc-tdep.c (sparc_gdbarch_init): Update.
11007 * sh-tdep.c (sh_gdbarch_init): Update.
11008 * s390-tdep.c (s390_gdbarch_init): Update.
11009 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11010 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11011 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11012 * mips-tdep.c (mips_gdbarch_init): Update.
11013 * mcore-tdep.c (mcore_gdbarch_init): Update.
11014 * m68k-tdep.c (m68k_gdbarch_init): Update.
11015 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11016 * ia64-tdep.c (ia64_gdbarch_init): Update.
11017 * i386-tdep.c (i386_gdbarch_init): Update.
11018 * hppa-tdep.c (hppa_gdbarch_init): Update.
11019 * h8300-tdep.c (h8300_gdbarch_init): Update.
11020 * frv-tdep.c (frv_gdbarch_init): Update.
11021 * cris-tdep.c (cris_gdbarch_init): Update.
11022 * avr-tdep.c (avr_gdbarch_init): Update.
11023 * arm-tdep.c (arm_gdbarch_init): Update.
11024 * alpha-tdep.c (alpha_gdbarch_init): Update.
11025 * d10v-tdep.c (d10v_gdbarch_init): Do not set
11026 max_register_raw_size or max_register_virtual_size.
11027
11028 2003-03-03 David Carlton <carlton@math.stanford.edu>
11029
11030 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
11031 SYMBOL_MATCHES_NAME, add comment.
11032 (SYMBOL_MATCHES_NATURAL_NAME): New.
11033 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
11034 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
11035 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
11036 * symtab.c (lookup_partial_symbol): Use
11037 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
11038 unhelpful comment.
11039 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
11040 SYMBOL_MATCHES_NAME.
11041 Fix for PR c++/33.
11042
11043 2003-03-03 David Carlton <carlton@math.stanford.edu>
11044
11045 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
11046 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
11047 by regexp matching against SYMBOL_NATURAL_NAME.
11048
11049 2003-03-03 David Carlton <carlton@math.stanford.edu>
11050
11051 * linespec.c (find_method): Extract code into collect_methods.
11052 (collect_methods): New.
11053
11054 2003-03-02 Mark Kettenis <kettenis@gnu.org>
11055
11056 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
11057 get_frame_base.
11058
11059 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
11060 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11061
11062 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
11063
11064 * arch-utils.c (generic_register_byte): Fix to use the loop index
11065 and not regnum when summing the size of all registers up to regnum.
11066
11067 2003-03-01 Andrew Cagney <cagney@redhat.com>
11068
11069 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
11070 FRAME_INIT_SAVED_REGS.
11071 * gdbarch.h, gdbarch.c: Regenerate.
11072 * stack.c (frame_info): Update.
11073 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
11074 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
11075 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
11076 * ns32k-tdep.c (ns32k_pop_frame): Update.
11077 * mips-tdep.c (mips_pop_frame): Update.
11078 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
11079 * ia64-tdep.c (ia64_frame_chain): Update.
11080 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
11081 (ia64_frameless_function_invocation): Update.
11082 (ia64_init_extra_frame_info): Update.
11083 (ia64_pop_frame_regular): Update.
11084 * frame.h (struct frame_info): Update comment.
11085 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
11086 * frame.c (frame_saved_regs_register_unwind): Update.
11087 (frame_saved_regs_register_unwind): Update.
11088 (deprecated_generic_get_saved_register): Update.
11089 * cris-tdep.c: Update comment.
11090 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
11091 Rename macro.
11092 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11093 * x86-64-tdep.c (x86_64_init_abi): Update.
11094 * vax-tdep.c (vax_gdbarch_init): Update.
11095 * v850-tdep.c (v850_gdbarch_init): Update.
11096 * sparc-tdep.c (sparc_gdbarch_init): Update.
11097 * sh-tdep.c (sh_gdbarch_init): Update.
11098 * s390-tdep.c (s390_gdbarch_init): Update.
11099 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11100 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
11101 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11102 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11103 * mips-tdep.c (mips_gdbarch_init): Update.
11104 * mcore-tdep.c (mcore_gdbarch_init): Update.
11105 * m68k-tdep.c (m68k_gdbarch_init): Update.
11106 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11107 * ia64-tdep.c (ia64_gdbarch_init): Update.
11108 * i386-tdep.c (i386_gdbarch_init): Update.
11109 * frv-tdep.c (frv_gdbarch_init): Update.
11110 * avr-tdep.c (avr_gdbarch_init): Update.
11111 * arm-tdep.c (arm_gdbarch_init): Update.
11112 * alpha-tdep.c (alpha_gdbarch_init): Update.
11113
11114 2003-03-01 Andrew Cagney <cagney@redhat.com>
11115
11116 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
11117 option enum and switch. When no windows, set the interpreter to
11118 INTERP_CONSOLE.
11119
11120 2003-03-01 Andrew Cagney <cagney@redhat.com>
11121
11122 * main.c (captured_main): Replace magic option characters with an
11123 enum.
11124
11125 2003-03-01 Andrew Cagney <cagney@redhat.com>
11126
11127 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
11128 INIT_EXTRA_FRAME_INFO.
11129 * gdbarch.h, gdbarch.c: Regenerate.
11130 * arm-tdep.c: Update comments.
11131 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
11132 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
11133 * frame.h, avr-tdep.c: Ditto.
11134 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
11135 (create_new_frame, legacy_get_prev_frame): Ditto.
11136 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11137 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
11138 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
11139 deprecated_init_extra_frame_info instead of init_extra_frame_info.
11140 * x86-64-tdep.c (x86_64_init_abi): Ditto.
11141 * v850-tdep.c (v850_gdbarch_init): Ditto.
11142 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11143 * sh-tdep.c (sh_gdbarch_init): Ditto.
11144 * s390-tdep.c (s390_gdbarch_init): Ditto.
11145 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
11146 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11147 * mips-tdep.c (mips_gdbarch_init): Ditto.
11148 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11150 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11151 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11152 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11153 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11154 * frv-tdep.c (frv_gdbarch_init): Ditto.
11155 * cris-tdep.c (cris_gdbarch_init): Ditto.
11156 * avr-tdep.c (avr_gdbarch_init): Ditto.
11157 * arm-tdep.c (arm_gdbarch_init): Ditto.
11158 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11159 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11160
11161 2003-03-01 Andrew Cagney <cagney@redhat.com>
11162
11163 * gdbarch.sh (register_type): New function with predicate.
11164 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
11165 * gdbarch.h, gdbarch.c: Re-generate.
11166 * arch-utils.c (generic_register_byte): Use generic_register_size.
11167 (generic_register_size): When available, use
11168 gdbarch_register_type.
11169 * regcache.c (init_regcache_descr): When available, initialize the
11170 register type array using gdbarch_register_type. If the
11171 architecture supplies gdbarch_register_type, do not use the legacy
11172 regcache layout.
11173 * d10v-tdep.c (d10v_register_type): Replace
11174 d10v_register_virtual_type.
11175 (d10v_gdbarch_init): Set register_type instead of
11176 register_virtual_type.
11177
11178 2003-03-01 Andrew Cagney <cagney@redhat.com>
11179
11180 * Makefile.in (ax-gdb.o): Update dependencies.
11181 * ax-gdb.c: Include "regcache.h".
11182 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
11183 * findvar.c (value_of_register): Ditto.
11184 * infcmd.c (default_print_registers_info): Ditto.
11185
11186 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11187
11188 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
11189 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
11190
11191 2003-03-01 Mark Kettenis <kettenis@gnu.org>
11192
11193 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
11194 of STREQ.
11195
11196 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
11197
11198 * Makefile.in (dwarf2loc.o): Update dependencies.
11199 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
11200 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
11201 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
11202 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
11203 (locexpr_tracepoint_var_ref): New function.
11204 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
11205
11206 2003-02-28 Andrew Cagney <cagney@redhat.com>
11207
11208 * regcache.c (register_size): New function.
11209 * regcache.h (register_size): Declare
11210 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
11211 max_register_size instead of MAX_REGISTER_RAW_SIZE.
11212
11213 2003-02-28 David Carlton <carlton@math.stanford.edu>
11214
11215 * linespec.c (decode_compound): Extract code into find_method.
11216 (find_method): New.
11217
11218 2003-02-28 J. Brobecker <brobecker@gnat.com>
11219
11220 * Makefile.in: Add rules to build and link in observer.o.
11221
11222 2003-02-27 J. Brobecker <brobecker@gnat.com>
11223
11224 * observer.c: Minor comments edits.
11225
11226 2003-02-27 J. Brobecker <brobecker@gnat.com>
11227
11228 * observer.h, observer.c: New file.
11229
11230 2003-02-27 Andrew Cagney <cagney@redhat.com>
11231
11232 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
11233
11234 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
11235
11236 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
11237 (M6812_OP_STS_EXT): Likewise.
11238 (m6811_prologue): Use the above to recognize prologue.
11239 (m6812_prologue): Likewise.
11240
11241 2003-02-27 David Carlton <carlton@math.stanford.edu>
11242
11243 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
11244 SYMBOL_PRINT_NAME.
11245 (compare_psymbols): Ditto.
11246 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
11247
11248 2003-02-27 Michael Snyder <msnyder@redhat.com>
11249
11250 * f-lang.c (build_fortran_types): New function.
11251 (_initialize_f_language): Gdbarch-register built-in fortran types.
11252 * doublest.c (extract_floating): Fix warning text.
11253
11254 2003-02-27 Andrew Cagney <cagney@redhat.com>
11255
11256 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
11257 predicate. Replaces PUSH_DUMMY_FRAME.
11258 * gdbarch.h, gdbarch.c: Regnerate.
11259 * valops.c (hand_function_call): Update. Call
11260 generic_push_dummy_frame directly.
11261 * vax-tdep.c (vax_gdbarch_init): Update.
11262 * sparc-tdep.c (sparc_gdbarch_init): Update.
11263 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
11264 * m68k-tdep.c (m68k_gdbarch_init): Update.
11265 * hppa-tdep.c (hppa_gdbarch_init): Update.
11266 * alpha-tdep.c (alpha_gdbarch_init): Update.
11267 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11268 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
11269 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
11270 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
11271 push_dummy_frame to generic_push_dummy_frame.
11272 * v850-tdep.c (v850_gdbarch_init): Ditto.
11273 * sh-tdep.c (sh_gdbarch_init): Ditto.
11274 * s390-tdep.c (s390_gdbarch_init): Ditto.
11275 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11276 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11277 * mips-tdep.c (mips_gdbarch_init): Ditto.
11278 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11279 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11280 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11281 * i386-tdep.c (i386_gdbarch_init): Ditto.
11282 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11283 * frv-tdep.c (frv_gdbarch_init): Ditto.
11284 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11285 * cris-tdep.c (cris_gdbarch_init): Ditto.
11286 * avr-tdep.c (avr_gdbarch_init): Ditto.
11287 * arm-tdep.c (arm_gdbarch_init): Ditto.
11288
11289 2003-02-26 Kevin Buettner <kevinb@redhat.com>
11290
11291 * mips-tdep.c (show_mips_abi): New function.
11292 (_initialize_mips_tdep): Use show_mips_abi() to implement the
11293 command ``show mips abi''.
11294
11295 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
11296
11297 From Elena Zannoni <ezannoni@redhat.com>
11298 * dbxread.c (process_one_symbol): Only record line 0 if one or
11299 more sline entries have been seen for the function.
11300
11301 2003-02-26 Michael Chastain <mec@shout.net>
11302
11303 * configure: Regenerate with autoconf 000227.
11304
11305 2003-02-26 Michael Chastain <mec@shout.net>
11306
11307 Close PR build/660.
11308 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
11309 for old libc5/glibc.
11310 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
11311
11312 2003-02-26 Kris Warkentin <kewarken@qnx.com>
11313
11314 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
11315 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
11316
11317 2003-02-26 Michael Chastain <mec@shout.net>
11318
11319 * configure.in: New variable HAVE_UINTPTR_T.
11320 * configure, config.in: Regenerated.
11321
11322 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
11323
11324 Fix PR build/1097.
11325 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
11326
11327 2003-02-25 Andrew Cagney <cagney@redhat.com>
11328
11329 * frame.c (get_prev_frame): Add comment on check for
11330 inside_entry_func. Only check for inside_entry_file when not a
11331 dummy and not a sentinel. Check that the new frame is not inner
11332 to the old frame.
11333
11334 2003-02-25 Andrew Cagney <cagney@redhat.com>
11335
11336 * frame.c (frame_debug): New variable.
11337 (_initialize_frame): Add "set/show debug frame" command.
11338 (get_prev_frame): When frame_debug, print reason why unwind
11339 failed.
11340
11341 2003-02-25 Michael Chastain <mec@shout.net>
11342
11343 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
11344 to avoid uintptr_t definition problems.
11345
11346 2003-02-25 David Carlton <carlton@math.stanford.edu>
11347
11348 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
11349 (SYMBOL_LINKAGE_NAME): Ditto.
11350 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
11351 SYMBOL_LINKAGE_NAME.
11352 (struct general_symbol_info): Expand comment.
11353 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
11354 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
11355 (SYMBOL_MATCHES_REGEXP): Ditto.
11356 * symtab.c (symbol_natural_name): New function.
11357 * objfiles.h: Replace all uses of SYMBOL_NAME by
11358 DEPRECATED_SYMBOL_NAME.
11359 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
11360 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
11361 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
11362 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
11363 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
11364 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
11365 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
11366 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
11367 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
11368 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
11369 * ada-exp.y: Ditto.
11370 * ada-exp.y: Update copyright.
11371 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
11372 * cp-valprint.c: Ditto.
11373
11374 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
11375
11376 * infptrace.c (detach): Do not flag error if ptrace detach fails
11377 and errno is set to ESRCH.
11378
11379 2003-02-24 Andrew Cagney <cagney@redhat.com>
11380
11381 * infptrace.c (udot_info): Change type of udot_off to long. Use
11382 paddr when printing udot_off's value.
11383
11384 2003-02-24 David Carlton <carlton@math.stanford.edu>
11385
11386 * symtab.c (make_symbol_overload_list): Only read in partial
11387 symtabs containing a matching partial symbol.
11388
11389 2003-02-24 David Carlton <carlton@math.stanford.edu>
11390
11391 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
11392 do the comparison, not strcmp.
11393 * symfile.c (compare_psymbols): Ditto.
11394 * defs.h: Declare strcmp_iw_ordered.
11395 * utils.c (strcmp_iw_ordered): New function.
11396
11397 2003-02-24 Jim Blandy <jimb@redhat.com>
11398
11399 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
11400 support, shared libs): Remove my name from here, to better reflect
11401 reality.
11402
11403 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11404
11405 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
11406 (target_ops): Add to_have_continuable_watchpoint.
11407 * target.c (update_current_target): Add INHERIT line for
11408 to_have_continuable_watchpoint.
11409 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
11410 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
11411 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
11412 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11413
11414 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
11415
11416 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
11417 maintainership.
11418
11419 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11420
11421 * solib.c (solib_open): Call target defined search function after
11422 failing with solib-search-path.
11423 * solist.h (target_so_ops): Add find_and_open_solib function hook and
11424 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
11425
11426 2003-02-24 Kris Warkentin <kewarken@qnx.com>
11427
11428 * MAINTAINERS: Add myself to Write After section.
11429
11430 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
11431
11432 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
11433
11434 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
11435
11436 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
11437 (m68hc11_add_reggroups): New function.
11438 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
11439 (m68hc11_gdbarch_init): Install the reggroups.
11440 (_initialize_m68hc11_tdep): Initialize them.
11441
11442 2003-02-21 James E Wilson <wilson@tuliptree.org>
11443
11444 * MAINTAINERS: Update my email address.
11445
11446 2003-02-21 David Carlton <carlton@math.stanford.edu>
11447
11448 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
11449
11450 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
11451
11452 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
11453 * symtab.h: Add opaque declarations of struct axs_value and
11454 struct agent_expr.
11455 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
11456 (struct location_funcs): New type.
11457 (struct symbol): Add "loc" to aux_value.
11458 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
11459 * dwarf2read.c: Include "dwarf2expr.h".
11460 (dwarf2_symbol_mark_computed): New function.
11461 (read_func_scope): Use it.
11462 (var_decode_location): New function.
11463 (new_symbol): Use it.
11464 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
11465
11466 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
11467 (dwarf2expr_h, dwarf2loc_h): New variables.
11468 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
11469 (dwarf2expr.o, dwarf2loc.o): New rules.
11470 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
11471 * buildsym.c (finish_block): Handle LOC_COMPUTED and
11472 LOC_COMPUTED_ARG.
11473 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
11474 * m2-exp.y (yylex): Likewise.
11475 * printcmd.c (address_info, print_frame_args): Likewise.
11476 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
11477 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
11478 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
11479 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
11480 * symtab.c (lookup_block_symbol): Likewise.
11481
11482 2003-02-20 Adam Fedor <fedor@gnu.org>
11483
11484 * symtab.h: Remove objc_specific struct
11485 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
11486 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
11487 Have language_objc use cplus_specific struct.
11488
11489 2003-02-20 Tom Tromey <tromey@redhat.com>
11490
11491 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
11492 TYPE_NAME, when printing a String value. PR java/1075.
11493
11494 2003-02-20 Adam Fedor <fedor@gnu.org>
11495
11496 * objc-lang.h (find_methods): Remove declaration.
11497 * objc-lang.c (find_methods): Make static.
11498
11499 2003-02-20 Christopher Faylor <cgf@redhat.com>
11500
11501 * win32-nat.c (get_image_name): Check return value from
11502 ReadProcessMemory.
11503 (child_xfer_memory): Ditto.
11504
11505 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
11506
11507 * configure.in (TARGET_SYSTEM_ROOT): Set default to
11508 ${exec_prefix}/${target_alias}/sys-root. Match explicit
11509 '${exec_prefix}' (in addition to the expansion thereof) as
11510 relocatable.
11511 * configure: Rebuilt.
11512
11513 2003-02-20 David Carlton <carlton@math.stanford.edu>
11514
11515 * symtab.c (search_symbols): Revert the search_symbols part of my
11516 2002-12-23 patch. Add comment.
11517
11518 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11519
11520 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
11521 * dbxread.c (elfstab_build_psymtabs): Don't call
11522 install_minimal_symbols.
11523 (stabsect_build_psymtabs): Likewise.
11524 * elfread.c (elf_symfile_read): Call install_minimal_symbols
11525 earlier.
11526 * somread.c (som_symfile_read): Call install_minimal_symbols
11527 and do_cleanups earlier.
11528 * nlmread.c (nlm_symfile_read): Likewise.
11529 * mdebugread.c (elfmdebug_build_psymtabs): Call
11530 install_minimal_symbols and make appropriate cleanups.
11531
11532 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11533
11534 * solib.c (reload_shared_libraries): New function.
11535 (_initialize_solib): Add callbacks for ``set solib-search-path''
11536 and ``set solib-absolute-prefix''.
11537
11538 2003-02-20 David Carlton <carlton@math.stanford.edu>
11539
11540 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
11541 expand comment.
11542 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
11543 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
11544 * ada-typeprint.c (ada_typedef_print): Ditto.
11545 * ax-gdb.c (gen_var_ref): Ditto.
11546 * breakpoint.c (print_one_breakpoint): Ditto.
11547 * buildsym.c (finish_block): Ditto.
11548 * c-valprint.c (c_val_print): Ditto.
11549 * expprint.c (print_subexp): Ditto.
11550 * findvar.c (locate_var_value): Ditto.
11551 * infcmd.c (jump_command): Ditto.
11552 * linespec.c (decode_line_2, decode_compound): Ditto.
11553 * maint.c (maintenance_translate_address): Ditto.
11554 * objc-lang.c (compare_selectors, compare_classes): Ditto.
11555 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
11556 Ditto.
11557 * p-valprint.c (pascal_val_print): Ditto.
11558 * stabsread.c (define_symbol): Ditto.
11559 * stack.c (print_frame, frame_info, print_block_frame_locals)
11560 (print_frame_arg_vars, return_command): Ditto.
11561 * symfile.c (compare_symbols, compare_psymbols): Ditto.
11562 * symmisc.c (print_symbol): Ditto.
11563 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
11564 (compare_search_syms, print_symbol_info, print_msymbol_info)
11565 (rbreak_command): Ditto.
11566 * tracepoint.c (tracepoints_info): Ditto.
11567 * typeprint.c (typedef_print): Ditto.
11568 * valops.c (value_of_variable, hand_function_call): Ditto.
11569 * cli/cli-cmds.c (edit_command, list_command): Ditto.
11570 * ada-typeprint.c: Update Copyright.
11571 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
11572 * tracepoint.c, cli/cli-cmds.c: Ditto.
11573
11574 2003-02-20 Kevin Buettner <kevinb@redhat.com>
11575
11576 * frame.c (generic_unwind_get_saved_register): Make non-static.
11577 * frame.h (generic_unwind_get_saved_register): Declare.
11578 * mips-tdep.c (read_next_frame_reg): Fetch register from
11579 current regcache when frame is NULL.
11580 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
11581 that must be NULL.
11582 (mips_get_saved_register): Call generic_unwind_get_saved_register()
11583 instead of frame_register_unwind().
11584
11585 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11586
11587 * remote-sim.c (gdbsim_insert_breakpoint)
11588 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
11589 code.
11590
11591 2003-02-20 Andrew Cagney <ac131313@redhat.com>
11592
11593 * remote.c (_initialize_remote): Add commands "set/show remote
11594 hardware-watchpoint-limit" and "set/show remote
11595 hardware-breakpoint-limit".
11596 (remote_hw_watchpoint_limit): Initialize to -1.
11597 (remote_hw_breakpoint_limit): Ditto.
11598 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
11599
11600 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
11601
11602 * coff-pe-read.c: New file - support reading of minimal symbols from a
11603 portable executable using the export table.
11604 * coff-pe-read.h: New file.
11605 * coffread.c: Include coff-pe-read.h.
11606 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
11607 debugging symbols found.
11608 * Makefile.in (SFILES): Add coff-pe-read.o.
11609 (coff_pe_read_h): Define.
11610 (COMMON_OBS): Add coff-pe-read.o.
11611 (coffread.o): Add coff_pe_read_h dependency.
11612 (coff-pe-read.o): New target.
11613
11614 2003-02-19 David Carlton <carlton@math.stanford.edu>
11615
11616 * Makefile.in (SFILES): Add block.c.
11617 (block_h): New.
11618 (COMMON_OBS): Add block.o.
11619 (block.o): New.
11620 (x86-64-tdep.o): Add $(block_h).
11621 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
11622 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
11623 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
11624 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
11625 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
11626 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
11627 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
11628 * value.h: Add opaque declaration for struct block.
11629 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
11630 * ada-lang.h: Ditto.
11631 * x86-64-tdep.c: #include "block.h"
11632 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
11633 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
11634 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
11635 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
11636 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
11637 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
11638 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
11639 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
11640 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
11641 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
11642 * symtab.c (block_function): Ditto.
11643 (contained_in): Ditto.
11644 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
11645 block.h. Add opaque declaration for struct block.
11646 * symtab.h: Move block_function and contained_in declarations to
11647 block.h. Add opaque declarations for struct block, struct
11648 blockvector.
11649 (struct block): Move to block.h.
11650 (struct blockvector): Ditto.
11651 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
11652 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
11653 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
11654 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
11655 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
11656 Ditto.
11657 * block.c: New file.
11658 * block.h: New file.
11659
11660 2003-02-19 Theodore A. Roth <troth@openavr.org>
11661
11662 * avr-tdep.c (avr_extract_return_value): Remove function.
11663 (avr_store_return_value): Remove function.
11664 (avr_extract_struct_value_address): Remove function.
11665 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
11666
11667 2003-02-19 Andrew Cagney <ac131313@redhat.com>
11668
11669 * rs6000-tdep.c: Include "gdb_assert.h".
11670 (registers_e500): Add "acc" and "spefscr".
11671 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
11672 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
11673 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
11674 really is "r0".
11675 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
11676
11677 2003-02-18 Keith Seitz <keiths@redhat.com>
11678
11679 * Makefile.in: Add gdbtk-interps.c.
11680
11681 2003-02-18 Kevin Buettner <kevinb@redhat.com>
11682
11683 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
11684 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
11685
11686 2003-02-18 Andrew Cagney <cagney@redhat.com>
11687
11688 * symtab.h (struct objfile): Add opaque declaration.
11689
11690 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
11691
11692 From Jim Ingham <jingham@apple.com>:
11693 * dbxread.c (process_one_symbol): Use last_function_start rather
11694 than function_start_offset to find the real beginning of the
11695 current function. The latter is just the text section offset on
11696 some systems, the former is always the real function start.
11697
11698 2003-02-17 Andrew Cagney <cagney@redhat.com>
11699
11700 * configure.in: Revert ${target} != ${host}.
11701
11702 2003-02-17 Andrew Cagney <ac131313@redhat.com>
11703
11704 * configure.in (Makefile): Use the test ${target} != ${host},
11705 instead of the absence of the "nm.h" file, to determine of the
11706 configuration non-native.
11707 * configure: Regenerate.
11708
11709 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
11710
11711 From Brian Ford <ford@vss.fsi.com>
11712
11713 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
11714 conditionalize tui_active test.
11715 (lookup_cmd_1): Ditto.
11716
11717 2003-02-14 Mark Kettenis <kettenis@gnu.org>
11718
11719 * configure.in: Add check for _etext.
11720 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
11721 available.
11722 * config.in, configure: regenerated.
11723
11724 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
11725
11726 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
11727
11728 2003-02-14 Andrew Cagney <ac131313@redhat.com>
11729
11730 * main.c (tui_version): Delete variable.
11731 (captured_main): When --tui, set interpreter_p to "tui" instead of
11732 enabling tui_version.
11733 * printcmd.c (display_command) [TUI]: Test tui_active instead of
11734 tui_version.
11735 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
11736 * cli/cli-cmds.c (disassemble_command): Ditto.
11737 * defs.h (tui_version): Delete declaration.
11738 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
11739 (tui-interp.o): Add rules.
11740 (SUBDIR_TUI_OBS): Add "tui-interp.o".
11741
11742 2003-02-14 Christopher Faylor <cgf@redhat.com>
11743
11744 * win32-nat.c (register_loaded_dll): Correctly set address range for
11745 just-loaded dll.
11746
11747 2003-02-12 Jason Molenda (jmolenda@apple.com)
11748
11749 * symmisc.c (print_objfile_statistics): Include information about
11750 the number of psymtabs and symtabs in each object file.
11751
11752 2003-02-13 Keith R Seitz <keiths@redhat.com>
11753
11754 * main.h (struct captured_main_args): Add interpreter_p.
11755 * main.c (captured_main): Initialize interpreter_p from context.
11756 * gdb.c (main): Set interpreter_p argument.
11757 * Makefile.in (gdb.o): Add dependency for interps.h.
11758
11759 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11760
11761 * event-top.c (cli_command_loop): Delete declaration.
11762 (_initialize_event_loop): Delete function setting event_loop_hook.
11763 * event-top.h (cli_command_loop): Declare. Update copyright.
11764 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
11765 * interps.c (current_interp_command_loop): When event_loop_p, call
11766 cli_command_loop.
11767
11768 2003-02-12 Andrew Cagney <ac131313@redhat.com>
11769
11770 * interps.h (interp_command_loop_ftype): Change return type to
11771 void.
11772
11773 2003-02-12 Michal Ludvig <mludvig@suse.cz>
11774
11775 * x86-64-tdep.c (x86_64_extract_return_value)
11776 (x86_64_store_return_value): Use regcache instead of regbuf.
11777 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
11778 * x86-64-linux-nat.c (fill_gregset): Use regcache.
11779
11780 2003-02-11 Andrew Cagney <ac131313@redhat.com>
11781
11782 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
11783 * aclocal.m4: Regenerate.
11784 * configure: Regenerate.
11785
11786 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
11787 TCL_LD_SEARCH_FLAGS.
11788
11789 2003-02-10 Michal Ludvig <mludvig@suse.cz>
11790
11791 * dwarf2cfi.c: Reindented.
11792
11793 2003-02-09 Andrew Cagney <ac131313@redhat.com>
11794
11795 * interps.c (clear_interpreter_hooks): Convert function definition
11796 to ISO C.
11797
11798 2003-02-07 David Carlton <carlton@math.stanford.edu>
11799
11800 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
11801
11802 2003-02-07 Kevin Buettner <kevinb@redhat.com>
11803
11804 * gdbtypes.h (struct main_type): Move ``length'' field from here...
11805 (struct type): ...to here.
11806 (TYPE_LENGTH): Adjust to reflect different location of ``length''
11807 field.
11808 * gdbtypes.c (make_qualified_type): Set length on newly created type.
11809 (replace_type): Set length on all type variants for a given type.
11810
11811 2003-02-07 Andrew Cagney <ac131313@redhat.com>
11812
11813 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
11814 <sys/stat.h>.
11815 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
11816
11817 2003-02-06 Andrew Cagney <ac131313@redhat.com>
11818
11819 * Makefile.in (symm-nat.o): Update dependencies.
11820 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
11821 (lynx-nat.o, ia64-linux-nat.): Ditto.
11822 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
11823 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
11824 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
11825
11826 * Makefile.in (inflow_h): Define.
11827 (procfs.o, inflow.o, procfs.o): Update dependencies.
11828 * inftarg.c (child_stop): Delete extern declaration of
11829 inferior_process_group. Include "inflow.h".
11830 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
11831 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
11832 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
11833 (our_process_group, inferior_process_group): Extern declarations.
11834
11835 * procfs.c: Include "gdb_assert.h".
11836
11837 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11838 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
11839 * jv-typeprint.c (java_type_print_base): Ditto.
11840 * typeprint.c (typedef_print): Eliminate STREQ.
11841 * cli/cli-script.c (define_command, define_command): Ditto.
11842 * main.c (captured_main): Ditto.
11843 * values.c (lookup_internalvar): Ditto.
11844 * utils.c (safe_strerror, parse_escape): Eliminate assignment
11845 within `if' conditional.
11846 * linespec.c (decode_line_2): Ditto.
11847 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
11848 (bfd_openw_with_cleanup): Ditto.
11849
11850 2003-02-07 Mark Kettenis <kettenis@gnu.org>
11851
11852 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
11853 legacy_extract_return_value and store_return_value to
11854 legacy_return_value.
11855
11856 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
11857
11858 * win32-nat.c (get_relocated_section_addrs): New function. Find
11859 section load addresses for symbol handling in relocated DLLs.
11860 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
11861
11862 2003-02-05 Fred Fish <fnf@intrinsity.com>
11863
11864 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
11865 '=' and '!='.
11866 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
11867 with '&' and '=='.
11868 (angel_RDI_info): Ditto.
11869 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
11870 with '&' and '!='.
11871 (threads_continue_all_with_signals): Ditto.
11872
11873 2003-02-05 Jim Ingham <jingham@apple.com>
11874 Keith Seitz <keiths@redhat.com>
11875 Elena Zannoni <ezannoni@redhat.com>
11876 Andrew Cagney <ac131313@redhat.com>
11877
11878 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
11879 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
11880 (SUBDIR_MI_OBS): Add "mi-interp.o".
11881 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
11882 (SFILES): Add "interps.c".
11883 (COMMON_OBS): Add "interps.o".
11884 (interps_h, mi_main_h): Define.
11885 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
11886 (mi-main.o, main.o, event-top.o): Update dependencies.
11887 * cli/cli-interp.c: New file.
11888 * interps.h, interps.c: New files.
11889 * top.c: (gdb_init): Don't install the default interpreter, handed
11890 by captured_main.
11891 * main.c: Include "interps.h".
11892 (interpreter_p): Note that it should malloc'ed.
11893 (captured_command_loop): Call current_interp_command_loop.
11894 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
11895 xfree and xstrdup when updating interpreter_p. Install the
11896 default interpreter. Add hack to stop mi1's copyright notice
11897 being encoded.
11898 * event-top.h (gdb_setup_readline): Declare.
11899 (gdb_disable_readline): Declare.
11900 * event-top.c: Include "interps.h".
11901 (display_gdb_prompt): Call current_interp_display_prompt_p.
11902 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
11903 gdb_stdlog, and gdb_stdtarg.
11904 (_initialize_event_loop): Don't call gdb_setup_readline.
11905 * cli-out.c (cli_out_set_stream): New function.
11906 * cli-out.h (cli_out_set_stream): Declare.
11907
11908 2003-02-06 Mark Kettenis <kettenis@gnu.org>
11909
11910 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
11911 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
11912 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
11913 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
11914 config/i386/i386v42mp.mt: Removed.
11915
11916 2003-02-05 Mark Kettenis <kettenis@gnu.org>
11917
11918 * configure.tgt (*-*-solaris*): Set gdb_osabi to
11919 GDB_OSABI_SOLARIS.
11920
11921 2003-02-05 Michael Chastain <mec@shout.net>
11922
11923 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
11924 2.12.1 and earlier versions.
11925
11926 2003-02-05 Andrew Cagney <ac131313@redhat.com>
11927
11928 Remove orphaned hosts, targets and files.
11929 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
11930 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
11931 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
11932 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
11933 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
11934 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
11935 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
11936 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
11937 * config/sparc/tm-sp64sim.h: Delete.
11938 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
11939 hosts.
11940 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
11941 mips*-dec-mach3* targets.
11942
11943 2003-02-04 Michael Chastain <mec@shout.net>
11944
11945 * NEWS: Fix typo: sepcifying -> specifying.
11946
11947 2003-02-04 Michael Chastain <mec@shout.net>
11948
11949 * dwarfread.c: Add documentation on the state of dwarf-1,
11950 looking towards obsoletion.
11951
11952 2003-02-03 Michael Chastain <mec@shout.net>
11953
11954 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
11955 gdb/testsuite/gdb.c++/pr-1023.exp.
11956
11957 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11958
11959 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
11960 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
11961
11962 * utils.c (init_page_info): Delete reference to MPW in comments.
11963 * main.c (captured_main): Delete #ifdef MPW.
11964
11965 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11966
11967 * NEWS: Note that the m32r-*-elf* is obsolete.
11968 * monitor.c (monitor_expect): Obsolete reference to m32r.
11969 * configure.tgt: Mark m32r-*-elf* as obsolete.
11970 * MAINTAINERS: Mark m32k as obsolete.
11971 * m32r-rom.c: Obsolete file.
11972 * config/m32r/m32r.mt: Obsolete file.
11973 * config/m32r/tm-m32r.h: Obsolete file.
11974 * m32r-stub.c: Obsolete file.
11975 * m32r-tdep.c: Obsolete file.
11976
11977 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11978
11979 * NEWS: Mention that the z8k-zilog-none is obsolete.
11980 * MAINTAINERS: Mark z8k as obsolete.
11981 * configure.tgt: Obsolete the z8k-*-coff* target.
11982 * config/z8k/z8k.mt: Obsolete file.
11983 * config/z8k/tm-z8k.h: Obsolete file.
11984 * z8k-tdep.c: Obsolete file.
11985
11986 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11987
11988 * NEWS: Mention that the mn10200-elf is obsolete.
11989 * configure.tgt: Obsolete mn10200-*-* target.
11990 * breakpoint.c (update_breakpoints_after_exec): Update comment to
11991 mention that the mn10200 is obsolete.
11992 * breakpoint.h: Ditto.
11993 * MAINTAINERS: Mark the mn10200-elf as obsolete.
11994 * config/mn10200/mn10200.mt: Obsolete file.
11995 * config/mn10200/tm-mn10200.h: Obsolete file.
11996 * mn10200-tdep.c: Obsolete file.
11997
11998 2003-02-04 Andrew Cagney <ac131313@redhat.com>
11999
12000 * MAINTAINERS: Mark h8500 as obsolete.
12001 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
12002 * findvar.c (value_from_register): Ditto.
12003 * h8500-tdep.c: Mark file as obsolete.
12004 * config/h8500/h8500.mt: Ditto.
12005 * config/h8500/tm-h8500.h: Ditto.
12006 * NEWS: Mention that h8500 is obsolete.
12007
12008 2003-02-04 David Carlton <carlton@math.stanford.edu>
12009
12010 * objfiles.c (allocate_objfile): Always set name. Add comment at
12011 start of function.
12012 * jv-lang.c (get_dynamics_objfile): Add comment.
12013
12014 2003-02-04 David Carlton <carlton@math.stanford.edu>
12015
12016 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
12017 * printcmd.c (build_address_symbolic): Replace uses of
12018 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
12019 SYMBOL_NAME, and asm_demangle.
12020 Update copyright.
12021
12022 2003-02-04 David Carlton <carlton@math.stanford.edu>
12023
12024 * linespec.c (decode_compound): Extract code into
12025 lookup_prefix_sym.
12026 (lookup_prefix_sym): New function.
12027
12028 2003-02-04 David Carlton <carlton@math.stanford.edu>
12029
12030 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
12031 FLOAT_COERCION_BADNESS.
12032 * gdbtypes.c (rank_one_type): Replace all uses of
12033 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
12034
12035 2003-02-04 Jim Blandy <jimb@redhat.com>
12036
12037 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
12038 section, let dwarf_macinfo_section point to it, not
12039 dwarf_loc_section.
12040
12041 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12042
12043 Pointed out by Anton Blanchard <anton@samba.org>.
12044 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
12045 (ppc_linux_at_sigtramp_return_path): Use it.
12046
12047 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
12048
12049 * defs.h (streq): Add prototype.
12050 * utils.c (streq): New function.
12051
12052 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
12053 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
12054 * mdebugread.c (new_symbol): Likewise.
12055 * stabsread.c (define_symbol): Likewise.
12056 * coffread.c (process_coff_symbol): Likewise.
12057 * dwarfread.c (new_symbol): Likewise.
12058
12059 * minsyms.c (prim_record_minimal_symbol_and_info): Use
12060 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
12061 here.
12062 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
12063 SYMBOL_INIT_DEMANGLED_NAME.
12064 * objfiles.c: Include "hashtab.h".
12065 (allocate_objfile): Call htab_set_functions_ex for the
12066 demangled_names_hash.
12067 (free_objfile): Call htab_delete for the demangled_names_hash.
12068 * objfiles.h (struct htab): Add declaration.
12069 (struct objfile): Add demangled_names_hash.
12070 * symfile.c: Include "hashtab.h".
12071 (reread_symbols): Call htab_delete for the demangled_names_hash.
12072 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
12073 SYMBOL_NAME in the bcache.
12074 * symtab.c: Include "hashtab.h". Update comments.
12075 (create_demangled_names_hash, symbol_set_names): New functions.
12076 (symbol_find_demangled_name): New function, broken out from
12077 symbol_init_demangled_names.
12078 (symbol_init_demangled_names): Use it.
12079 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
12080 (SYMBOL_SET_NAMES): New macro.
12081 (symbol_set_names): Add prototype.
12082
12083 2003-02-03 Jim Blandy <jimb@redhat.com>
12084
12085 Use a single, consistent representation for an empty minimal
12086 symbol table in an objfile.
12087 * objfiles.c (terminate_minimal_symbol_table): New function.
12088 (allocate_objfile): Call it.
12089 * objfiles.h (terminate_minimal_symbol_table): New declaration.
12090 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
12091 non-NULL.
12092 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
12093 objfile has minimal symbols, compare minimal_symbol_count to zero,
12094 instead of comparing msymbols with NULL.
12095 * objfiles.c (have_minimal_symbols): Same.
12096 * solib-sunos.c (solib_add_common_symbols): Call
12097 terminate_minimal_symbol_table.
12098 * symfile.c (reread_symbols): Same.
12099
12100 2003-02-03 Kevin Buettner <kevinb@redhat.com>
12101
12102 * s390-tdep.c (s390_address_class_type_flags)
12103 (s390_address_class_type_flags_to_name)
12104 (s390_address_class_name_to_type_flags): New functions.
12105 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
12106 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
12107
12108 2003-02-03 Michael Snyder <msnyder@redhat.com>
12109
12110 * arm-tdep.c: Fix spell-o in comment.
12111
12112 2003-02-03 Michal Ludvig <mludvig@suse.cz>
12113
12114 * dwarf2cfi.c (pointer_encoding): Added new parameter.
12115 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
12116 error messages to contain BFD filename.
12117
12118 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
12119
12120 Fix PR gdb/742 gdb/743 gdb/877
12121 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
12122 (do_mixed_source_and_assembly): Use
12123 make_cleanup_ui_out_tuple_begin_end and
12124 make_cleanup_ui_out_tuple_begin_end.
12125 (do_mixed_source_and_assembly): Ditto.
12126 * thread.c (do_captured_list_thread_ids): Ditto.
12127 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
12128 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
12129 ui_out_tuple_end): Delete prototypes.
12130 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
12131 ui_out_list_end, ui_out_tuple_end): Delete.
12132
12133 From Kevin Buettner <kevinb@redhat.com>:
12134 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
12135 * ui-out.c (make_cleanup_ui_out_table_begin_end)
12136 (do_cleanup_table_end): New functions.
12137 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
12138 Use cleanups to invoke_ui_out_tuple_end().
12139 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
12140 * cli/cli-setshow.c (cmd_show_list): Use
12141 make_cleanup_ui_out_tuple_begin_end.
12142
12143 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12144
12145 * frame.c (frame_unwind_register): New function.
12146 (frame_unwind_unsigned_register): Use.
12147 (frame_unwind_signed_register): Use.
12148 (frame_read_register): New function.
12149 * frame.h (frame_unwind_register): Declare.
12150 (frame_read_register): Declare.
12151
12152 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
12153 and frame_unwind_register instead of read_memory, write_register
12154 and deprecated_write_register_bytes.
12155
12156 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12157
12158 * frame.h: Note that namelen can be negative.
12159 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
12160 NAME's length.
12161
12162 * NEWS: Mention that the d10v's `regs' command is deprecated.
12163 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
12164 (d10v_print_registers_info): New function.
12165 (show_regs): Call d10v_print_registers_info.
12166 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
12167
12168 2003-02-02 Mark Kettenis <kettenis@gnu.org>
12169
12170 * stack.c (print_frame_info): Restore call to annotate_frame_begin
12171 lost in the previous patch.
12172
12173 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12174
12175 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
12176 * stack.c (print_frame_info_base): Output complete FRAME tuple
12177 for synthesized frames.
12178
12179 2003-02-02 Andrew Cagney <ac131313@redhat.com>
12180
12181 * mips-nat.c (zerobuf): Delete.
12182 (fetch_inferior_registers): Alloc local zerobuf.
12183 (fetch_core_registers): Alloc local zerobuf.
12184 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
12185 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
12186 * thread-db.c (thread_db_store_registers): Ditto.
12187 * sh-tdep.c (sh_do_register): Ditto.
12188 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
12189 * remote-sim.c (gdbsim_store_register): Ditto.
12190 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
12191 * remote-e7000.c (fetch_regs_from_dump): Ditto.
12192 * monitor.c (monitor_supply_register): Ditto.
12193 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
12194 * mips-nat.c (fetch_inferior_registers): Ditto.
12195 * m68klinux-nat.c (fetch_register): Ditto.
12196 * lynx-nat.c (fetch_inferior_registers): Ditto.
12197 (fetch_inferior_registers): Ditto.
12198 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
12199 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
12200 (hpux_thread_store_registers): Ditto.
12201 * hppah-nat.c (fetch_register): Ditto.
12202 * hppab-nat.c (fetch_register): Ditto.
12203 * hppa-tdep.c (pa_register_look_aside): Ditto.
12204 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
12205 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
12206
12207 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12208
12209 * gdbarch.sh: Explictly specify all method levels. When a
12210 variable with an empty level, provide a non-multi-arch default.
12211 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
12212 * gdbarch.h: Re-generate.
12213 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
12214 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
12215
12216 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12217
12218 * defs.h (host_pointer_to_address): Delete declaration.
12219 (address_to_host_pointer): Delete declaration.
12220 * utils.c (host_pointer_to_address): Delete function.
12221 (address_to_host_pointer): Delete function.
12222 * procfs.c (procfs_address_to_host_pointer): New function.
12223 * procfs.c (proc_set_watchpoint): Use.
12224 (procfs_can_use_hw_breakpoint): Update comments.
12225 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
12226 (som_solib_add): Use.
12227 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
12228 * hppa-tdep.c (unwind_command): Use.
12229
12230 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12231
12232 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
12233 strlen d_name.
12234
12235 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
12236 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
12237 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
12238 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
12239 (define_symbol): Update.
12240 * symfile.c (generic_load): Remove references to nindy.
12241 * symtab.c: Remove references to nindy.
12242
12243 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12244
12245 * infcmd.c (print_float_info): Delete code conditional on
12246 FLOAT_INFO.
12247 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
12248 * config/m68k/nm-apollo68b.h: Ditto.
12249 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
12250 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
12251 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
12252
12253 2003-02-01 Mark Kettenis <kettenis@gnu.org>
12254
12255 * config/i386/tm-i386os9k.h: Removed.
12256
12257 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
12258 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
12259 they're identical to i[3456]86-*-sysv* now.
12260 * config/i386/i386v32.mh: Removed.
12261 * config/i386/xm-i386v32.h: Removed.
12262 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
12263
12264 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
12265
12266 * config/i386/i386dgux.mh: Removed.
12267 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
12268
12269 * configure.in: Fix typo.
12270 * configure: Regenerated.
12271
12272 2003-01-31 David Carlton <carlton@math.stanford.edu>
12273
12274 * dwarf2read.c (dwarf2_locate_sections): Set
12275 dwarf_ranges_section.
12276
12277 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12278
12279 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
12280 * utils.c: Update comments documenting legitimate uses of PTR.
12281
12282 * utils.c: Re-indent.
12283
12284 * config/djgpp/fnchange.lst: Delete nindy files.
12285 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
12286 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
12287 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
12288 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
12289 * nindy-share/README, nindy-share/Onindy.c: Delete files.
12290 * nindy-tdep.c, nindy-share/Makefile: Delete files.
12291 * Makefile.in (init.c): Remove nindy references.
12292 (saber_gdb): Delete rule.
12293 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
12294 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
12295 and a68v-nat.c.
12296 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
12297 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
12298 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
12299 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
12300 nindy-share/stop.h.
12301 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
12302 * saber.suppress: Delete file.
12303
12304 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
12305
12306 * dbxread.c (stabs_data): New static variable.
12307 (fill_symbuf): Support an in-memory buffer for stabs data.
12308 (stabs_seek): New function.
12309 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
12310 (read_ofile_symtab): Use stabs_seek.
12311 (elfstab_build_psymtabs): Take an asection* instead of
12312 an offset and size. Relocate the stabs data if necessary.
12313 Save the section* for dbx_psymtab_to_symtab.
12314 * dwarf2read.c: Add section variables for each debug section.
12315 (dwarf2_locate_sections): Fill them in.
12316 (dwarf2_read_section): Take an asection* argument.
12317 Relocate the section contents if necessary.
12318 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
12319 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
12320 it to dwarf2_read_section.
12321 (dwarf2_build_frame_info): Update callers.
12322 * elfread.c (elf_symfile_read): Update call to
12323 elfstab_build_psymtabs.
12324 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
12325 (DBX_STAB_SECTION): New macro.
12326 * stabsread.h (elfstab_build_psymtabs): Update prototype.
12327 * symfile.c (symfile_dummy_outputs): New function.
12328 (symfile_relocate_debug_section): New function.
12329 * symfile.h (symfile_relocate_debug_section): Add prototype.
12330
12331 2003-01-31 Richard Henderson <rth@redhat.com>
12332
12333 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
12334 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
12335 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
12336 * alpha-tdep.c (alpha_register_name): Add "unique".
12337 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
12338 (ALPHA_UNIQUE_REGNUM): New.
12339 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
12340
12341 2003-01-31 Andrew Cagney <ac131313@redhat.com>
12342
12343 * README: Remove reference to Ericsson 1800 monitor.
12344 * Makefile.in (remote-es.o): Delete rule.
12345 (ALLDEPFILES): Delete remote-es.c.
12346 * remote-es.c: Delete file.
12347 * config/m68k/es1800.mt: Delete file.
12348 * config/djgpp/fnchange.lst: Update.
12349 * configure.tgt: Delete m68*-ericsson-* target.
12350
12351 2003-01-31 Adam Fedor <fedor@gnu.org>
12352
12353 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
12354 Remove duplicate/shadowing variable of same name.
12355
12356 2003-01-30 Jim Blandy <jimb@redhat.com>
12357
12358 * symfile.c (find_separate_debug_file): Assert that the objfile's
12359 directory name we compute ends with a slash, and then assume that
12360 that's so everywhere we use it.
12361
12362 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
12363
12364 * valops.c (value_assign): Flush frame cache after stores to memory
12365 also.
12366
12367 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12368
12369 * Makefile.in (mon960-rom.o): Delete rule.
12370 * mon960-rom.c: Delete file.
12371
12372 2003-01-30 Andrew Cagney <ac131313@redhat.com>
12373
12374 * d10v-tdep.c: Include "frame-unwind.h".
12375 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
12376 list.
12377 (next_addr, uses_frame): Delete.
12378 (struct d10v_unwind_cache): Define.
12379 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
12380 Use info instead of next_addr and uses_frame globals.
12381 (d10v_frame_init_saved_regs): Delete function.
12382 (d10v_init_extra_frame_info): Delete function.
12383 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
12384 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
12385 init_frame_pc or frame_saved_pc.
12386 (d10v_pop_frame): Delete function.
12387 (do_d10v_pop_frame): Delete function.
12388 (d10v_frame_chain): Delete function.
12389 (d10v_frame_chain_valid): Delete function.
12390 (d10v_frame_pc_unwind): New function.
12391 (d10v_frame_id_unwind): New function.
12392 (saved_regs_unwinder): New function.
12393 (d10v_frame_register_unwind): New function.
12394 (d10v_frame_pop): New function.
12395 (d10v_frame_unwind): New variable.
12396 (d10v_frame_p): New function.
12397 (d10v_frame_saved_pc): Delete function.
12398 * Makefile.in (d10v-tdep.o): Update dependencies.
12399
12400 2003-01-30 J. Brobecker <brobecker@gnat.com>
12401
12402 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
12403 causing some regressions due to a change in the default value
12404 for this macro.
12405
12406 2003-01-29 Richard Henderson <rth@redhat.com>
12407 Elena Zannoni <ezannoni@redhat.com>
12408 Daniel Jacobowitz <drow@mvista.com>
12409
12410 Fix PR gdb/961.
12411 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
12412 variables.
12413 (RANGES_SECTION): New.
12414 (dwarf_ranges_buffer): New variable.
12415 (struct comp_unit_head): Add member "die".
12416 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
12417 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
12418 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
12419 (dwarf2_locate_sections): Likewise.
12420 (dwarf2_build_psymtabs): Read .debug_ranges.
12421 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
12422 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
12423 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
12424 Look for DW_AT_ranges and return the bounding box.
12425
12426 2003-01-29 Brian Ford <ford@vss.fsi.com>
12427
12428 * win32-nat.c (cygwin_pid): Removed as unused.
12429 (child_attach): Try fall back to Cygwin pid.
12430
12431 2003-01-29 Jim Blandy <jimb@redhat.com>
12432
12433 * objfiles.h (struct objfile): Doc fix.
12434
12435 2003-01-29 Andrew Cagney <ac131313@redhat.com>
12436
12437 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
12438 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
12439 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
12440 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
12441 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
12442 (FRAME_SAVED_PC): Change to a function with predicate.
12443 * gdbarch.h, gdbarch.c: Re-generate.
12444
12445 2003-01-28 Andrew Cagney <ac131313@redhat.com>
12446
12447 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
12448
12449 * complaints.c (complain): Delete function.
12450 * complaints.h (struct deprecated_complaint): Delete definition.
12451 (complain): Delete declaration.
12452
12453 2003-01-28 Kevin Buettner <kevinb@redhat.com>
12454
12455 * mips-tdep.c (mips_init_extra_frame_info): Return early for
12456 dummy frames.
12457
12458 2003-01-27 Andrew Cagney <ac131313@redhat.com>
12459
12460 * sentinel-frame.h, sentinel-frame.c: New files.
12461 * Makefile.in (frame.o): Update dependencies.
12462 (SFILES): Add sentinel-frame.c.
12463 (sentinel_frame_h): Define.
12464 (COMMON_OBS): Add sentinel-frame.o.
12465 (sentinel-frame.o): Specify dependencies.
12466 * frame.c: Include "sentinel-frame.h".
12467 (frame_register_unwind): Rewrite assuming that there is always a a
12468 ->next frame.
12469 (frame_register, generic_unwind_get_saved_register): Ditto.
12470 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
12471 (create_sentinel_frame, unwind_to_current_frame): New functions.
12472 (get_current_frame): Rewrite using create_sentinel_frame and
12473 unwind_to_current_frame. When possible, always create a frame.
12474 (create_new_frame): Set next to the sentinel frame.
12475 (get_next_frame): Rewrite. Don't go below the level 0 frame.
12476 (deprecated_update_frame_pc_hack): Update the next frame's PC and
12477 ID cache when necessary.
12478 (frame_saved_regs_id_unwind): Use frame_relative_level.
12479 (deprecated_generic_get_saved_register): Use frame_relative_level,
12480 get_frame_saved_regs, get_frame_pc, get_frame_base and
12481 get_next_frame.
12482 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
12483 frame_register.
12484
12485 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12486
12487 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
12488
12489 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12490
12491 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
12492 (maintenance_set_profile_cmd): Use error () instead of warning ().
12493
12494 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
12495
12496 * configure.in: Check that -pg works if using --enable-profiling.
12497 Check for monstartup and _mcleanup regardless of --enable-profiling.
12498 * maint.c: Check for monstartup and _mcleanup before using them.
12499 * config.in: Regenerated.
12500 * configure: Regenerated.
12501
12502 2003-01-24 Nick Clifton <nickc@redhat.com>
12503
12504 * Add sh2e support:
12505
12506 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
12507
12508 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
12509 (sh2e_show_regs): New.
12510 (sh_gdbarch_init): Handle bfd_mach_sh2e.
12511 * config/sh/tm-sh.h: Added sh2e to comments.
12512
12513 2003-01-23 Jim Blandy <jimb@redhat.com>
12514
12515 * symfile.c (syms_from_objfile): Don't print the "(no debugging
12516 symbols found)" message here; we haven't checked for a separate
12517 debug info file yet, so we don't know yet.
12518 (symbol_file_add_with_addrs_or_offsets): Print it here, after
12519 we've looked everywhere. Also, there's no need to print a special
12520 message when we're loading the separate debug info file: the one
12521 symbol_file_add prints is fine.
12522
12523 2003-01-23 Alexander Larsson <alexl@redhat.com>
12524 Jim Blandy <jimb@redhat.com>
12525
12526 Add support for executables whose debug info has been separated
12527 out into a separate file, leaving only a link behind.
12528 * objfiles.h (struct objfile): New fields: separate_debug_objfile
12529 and separate_debug_objfile_backlink.
12530 (put_objfile_before): New declaration.
12531 * symfile.c: #include "filenames.h".
12532 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
12533 debug info in a separate file, read that, too. Save the addrs
12534 argument, so we can use it again to read the separated debug info;
12535 syms_from_objfile modifies the table we pass it.
12536 (reread_symbols): After re-reading an objfile, call
12537 reread_separate_symbols to refresh its separate debug info
12538 objfile, if it has one.
12539 (reread_separate_symbols, find_separate_debug_file,
12540 get_debug_link_info, separate_debug_file_exists): New functions.
12541 (debug_file_directory): New global var.
12542 (_initialize_symfile): Initialize debug_file_directory, and
12543 provide the new `set debug-file-directory' command to let the user
12544 change it.
12545 * objfiles.c (free_objfile): If this objfile has its debug info in
12546 a separate objfile, free that one too. If this is itself a
12547 separate debug info objfile, clear our parent's backlink.
12548 (put_objfile_before): New function.
12549 * utils.c (gnu_debuglink_crc32): New function.
12550 * defs.h (gnu_debuglink_crc32): New declaration.
12551 * Makefile.in (symfile.o): Note dependency on "filenames.h".
12552 * configure.in: Handle --with-separate-debug-dir config option.
12553 * acinclude.m4 (AC_DEFINE_DIR): New macro.
12554 * acconfig.h (DEBUGDIR): New macro.
12555 * configure, aclocal.m4, config.in: Regenerated.
12556
12557 2003-01-22 Jim Blandy <jimb@redhat.com>
12558
12559 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
12560 like the old symbol_file_add, but taking new arguments: you can
12561 now pass in either a `struct section_addr_info' list to say where
12562 each section is loaded, or a `struct section_offsets' table. Pass
12563 these new arguments through to syms_from_objfile as appropriate.
12564 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
12565 with the appropriate quiescent values for the new arguments.
12566
12567 * symfile.c: #include "gdb_assert.h".
12568 (syms_from_objfile): Add the ability to pass in a section offset
12569 table directly, as an alternative to the section_addr_info table.
12570 Document arguments better.
12571 (symbol_file_add): Pass extra arguments to syms_from_objfile.
12572 * symfile.h (syms_from_objfile): Update declaration.
12573 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
12574 syms_from_objfile.
12575 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
12576
12577 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
12578
12579 Original patch by Tom Tromey <tromey@cygnus.com> and
12580 Jason Molenda <jmolenda@apple.com>.
12581 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
12582 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
12583 * NEWS: Mention profiling.
12584 * configure.in (--enable-gdbtk): Fix typo.
12585 (--enable-profiling): New. Set PROFILE_CFLAGS.
12586 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
12587 Fill in function.
12588 (profiling_state): New variable.
12589 (mcleanup_wrapper): New function.
12590 (_initialize_maint): Remove NOTYET, fix call to
12591 add_setshow_boolean_cmd for "maint set profile".
12592 * configure: Regenerated.
12593
12594 2003-01-21 Martin M. Hunt <hunt@redhat.com>
12595
12596 * Makefile.in (install-gdbtk): Install PNG images too.
12597
12598 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12599
12600 * exec.c (text_start): Delete global variable.
12601 (exec_file_attach): Make text_start local to the function.
12602 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
12603 * valops.c (hand_function_call): Delete code that handles
12604 BEFORE_TEXT_END and AFTER_TEXT_END.
12605 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
12606 of CALL_DUMMY_LOCATION.
12607 * gdbarch.c: Regenerate.
12608 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
12609 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
12610 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
12611 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
12612 (text_end): Delete extern declaration.
12613
12614 2003-01-21 Andrew Cagney <ac131313@redhat.com>
12615
12616 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
12617 * blockframe.c (backtrace_below_main): Move to "frame.c".
12618 (frame_chain_valid): Delete check for backtrace_below_main.
12619 (_initialize_blockframe): Delete initialization, move ``set
12620 backtrace-below-main'' command to "frame.c".
12621 (do_flush_frames_sfunc): Delete function.
12622 * frame.c: Include "command.h" and "gdbcmd.h".
12623 (frame_type_from_pc): New function.
12624 (create_new_frame): Use frame_type_from_pc.
12625 (legacy_get_prev_frame): New function.
12626 (get_prev_frame): Rewrite. When an old style frame, call
12627 legacy_get_prev_frame. Otherwize, unwind the PC first.
12628 (_initialize_frame): Add ``set backtrace-below-main'' command.
12629 * Makefile.in (frame.o): Update dependencies.
12630
12631 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12632
12633 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
12634 DEPRECATED_REGISTERS_INFO.
12635
12636 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12637
12638 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
12639 Maintainers'. Update `Various Maintainers'.
12640
12641 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12642
12643 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
12644 * gdbarch.sh (POP_FRAME): Change to function with predicate.
12645 Suppress actual parameters when `-'.
12646 * gdbarch.h, gdbarch.c: Regenerate.
12647
12648 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12649
12650 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
12651 code handling dummy frames.
12652
12653 2003-01-19 Andrew Cagney <ac131313@redhat.com>
12654
12655 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
12656 (struct frame_unwind): Add field pop.
12657 * frame.h (frame_pop): Declare.
12658 * frame.c (frame_saved_regs_pop): New function.
12659 (trad_frame_unwinder): Add frame_saved_regs_pop.
12660 (frame_pop): New function.
12661 * dummy-frame.c (dummy_frame_pop): New function.
12662 (discard_innermost_dummy): New function.
12663 (generic_pop_dummy_frame): Use discard_innermost_dummy.
12664 (dummy_frame_unwind): Add dummy_frame_pop.
12665 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
12666 * valops.c (hand_function_call): Ditto.
12667 * stack.c (return_command): Ditto.
12668
12669 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12670
12671 * cris-tdep.c: Fix function declaration indentation.
12672 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
12673 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
12674 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
12675 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
12676 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
12677 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
12678
12679 2003-01-18 Michael Chastain <mec@shout.net>
12680
12681 * README (Unpacking and Installation -- quick overview):
12682 Warn against ".../gdb-5.3/gdb/configure".
12683
12684 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12685
12686 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
12687 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12688 (struct frame_unwind): Declare opaque.
12689 (dummy_frame_p): Declare function.
12690 * dummy-frame.c (dummy_frame_id_unwind): Make static.
12691 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
12692 * dummy-frame.c: Include "frame-unwind.h".
12693 (dummy_frame_p): New function.
12694 (dummy_frame_unwind): New variable.
12695 * frame.c: Include "frame-unwind.h".
12696 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
12697 to use the new unwind field.
12698 (set_unwind_by_pc): Delete function.
12699 (create_new_frame, get_prev_frame): Set unwind field using
12700 frame_unwind_find_by_pc.
12701 (trad_frame_unwind, trad_frame_unwinder): New variables.
12702 * frame.h (trad_frame_unwind): Declare variable.
12703 (frame_id_unwind_ftype): Delete declaration.
12704 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
12705 (struct frame_unwind): Declare opaque.
12706 (struct frame_info): Replace the fields id_unwind, pc_unwind and
12707 register_unwind with a single unwind pointer.
12708 * frame-unwind.h, frame-unwind.c: New files.
12709 * Makefile.in (SFILES): Add frame-unwind.c.
12710 (frame_unwind_h): Define.
12711 (COMMON_OBS): Add frame-unwind.o.
12712 (frame-unwind.o): Specify dependencies.
12713 (frame.o, dummy-frame.o): Update dependencies.
12714
12715 2003-01-18 Andrew Cagney <ac131313@redhat.com>
12716
12717 * ada-valprint.c: Eliminate PTR.
12718 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
12719 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
12720 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
12721 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
12722 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
12723 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
12724 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
12725
12726 2003-01-17 Andrew Cagney <ac131313@redhat.com>
12727
12728 * main.c (captured_main): Don't use PTR.
12729 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
12730 * gdbtypes.c (lookup_primitive_typename): Ditto.
12731 (lookup_struct_elt_type): Ditto.
12732 * f-valprint.c (info_common_command): Ditto.
12733 (list_all_visible_commons): Ditto.
12734 * jv-typeprint.c (java_type_print_base): Ditto.
12735
12736 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
12737 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
12738 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
12739 i386-interix-nat.c and i386-interix-tdep.c. Rename
12740 m68klinux-nat.c and m68klinux-tdep.c. Rename
12741 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
12742 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
12743 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
12744 * main.c (captured_main): Use xfree, not free.
12745
12746 2003-01-16 Andrew Cagney <ac131313@redhat.com>
12747
12748 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
12749 ID back using a parameter.
12750 * frame.c (frame_id_unwind): Update call.
12751 (frame_saved_regs_id_unwind): Update.
12752 * dummy-frame.c (dummy_frame_id_unwind): Update function.
12753 * dummy-frame.h (struct frame_id): Add opaque declaration.
12754 (dummy_frame_id_unwind): Update declaration.
12755
12756 2003-01-15 Andrew Cagney <ac131313@redhat.com>
12757
12758 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
12759
12760 2003-01-15 Stephen P. Smith <ischis2@cox.net>
12761
12762 * MAINTAINERS (Stephen P. Smith): Updated email address.
12763
12764 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
12765
12766 Fix PR gdb/898
12767 * breakpoint.c (until_break_command): Add new argument. Use it to
12768 decide whether to stop only at the current frame or not.
12769 * breakpoint.h (until_break_command): Update prototype.
12770 * infcmd.c (until_command): Add new argument to until_break_command
12771 call.
12772 (advance_command): New function.
12773 (_initialize_infcmd): Update help string for 'until' command.
12774 Add new 'advance' command.
12775
12776 2003-01-14 David Carlton <carlton@math.stanford.edu>
12777
12778 * linespec.c (decode_line_1): Normalize comments.
12779 (set_flags): Ditto.
12780 (locate_first_half): Ditto.
12781 (decode_compound): Ditto.
12782 (symtab_from_filename): Ditto.
12783 (decode_all_digits): Ditto.
12784 (decode_dollar): Ditto.
12785 (find_methods): Ditto.
12786 (find_toplevel_char): Ditto.
12787
12788 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12789
12790 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
12791 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
12792 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
12793 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
12794 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
12795 * language.c, language.h, m32r-tdep.c: Update copyright.
12796 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
12797 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
12798 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
12799 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
12800 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
12801 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
12802
12803 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12804
12805 * stabsread.h (process_later, resolve_cfront_continuation):
12806 Obsolete.
12807 Update copyright years.
12808 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
12809 Update copyright year.
12810 * dbxread.c(struct cont_elem): Obsolete.
12811 (process_later, process_now): Obsolete functions.
12812 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
12813 Update copyright year.
12814 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
12815 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
12816 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
12817 (parse_partial_symbols): Obsolete cfront support.
12818 * stabsread.c
12819 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
12820 macros.
12821 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
12822 read_cfront_baseclasses, read_cfront_member_functions,
12823 resolve_cfront_continuation,read_cfront_static_fields,
12824 copy_cfront_struct_fields): Obsolete functions.
12825 (define_symbol, read_one_struct_field): Obsolete cfront support.
12826 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
12827 Update Copyright year.
12828
12829 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
12830
12831 * stack.c (print_frame_info, print_stack_frame_base_stub,
12832 print_stack_frame_base, show_and_print_stack_frame_stub,
12833 show_and_print_stack_frame, print_only_stack_frame_stub,
12834 print_only_stack_frame): Delete functions.
12835 (print_stack_frame_stub): Call print_frame_info instead of
12836 print_frame_info_base.
12837 (print_frame_info_base): Rename to print_frame_info.
12838 (backtrace_command_1): Call print_frame_info, instead of
12839 print_frame_info_base.
12840 (current_frame_command): Call print_stack_frame, instead of
12841 print_only_stack_frame.
12842 (frame_command): Call print_stack_frame, instead of
12843 show_and_print_stack_frame.
12844 (up_command): Ditto.
12845 (down_command): Ditto.
12846 * frame.h (print_only_stack_frame): Delete prototype.
12847 * infrun.c (normal_stop): Call print_stack_frame, instead of
12848 show_and_print_stack_frame.
12849 * thread.c (info_threads_command): Call print_stack_frame, instead
12850 of print_only_stack_frame.
12851
12852 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12853
12854 * README (Graphical interface to GDB): Update URL. Point at
12855 gdb/links/.
12856
12857 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
12858 version match.
12859
12860 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12861
12862 * symtab.c (find_pc_sect_line): Don't consider end-of-function
12863 lines.
12864
12865 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12866
12867 * thread-db.c (attach_thread): Prototype.
12868 (struct private_thread_info): Remove lwpid. Add thread handle (th),
12869 thread information (ti), and valid flags (th_valid, ti_valid).
12870 (attach_thread): Move target_pid_to_str call to after the thread
12871 is added to GDB's list. Initialize the cache.
12872 (thread_get_info_callback, thread_db_map_id2thr)
12873 (thread_db_get_info): New functions.
12874 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
12875 (thread_db_store_registers, thread_db_thread_alive)
12876 (thread_db_get_thread_local_address): Use them.
12877 (thread_db_pid_to_str): Likewise. Return "Missing" instead
12878 of calling error() for threads in unknown state.
12879
12880 (clear_lwpid_callback): New function.
12881 (thread_db_resume): Use it to clear the cache.
12882
12883 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12884
12885 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
12886 (resume_callback): Remove dead code.
12887
12888 2003-01-13 Andrew Cagney <ac131313@redhat.com>
12889
12890 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
12891 predicate.
12892 * gdbarch.h, gdbarch.c: Regenerate.
12893 * stack.c (frame_info): Only initialize the saved registers when
12894 FRAME_INIT_SAVED_REGS_P.
12895 * frame.c (frame_saved_regs_register_unwind): Assert
12896 FRAME_INIT_SAVED_REGS_P.
12897 (deprecated_generic_get_saved_register): Ditto.
12898
12899 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12900
12901 * source.c (openp): Squelch warning about "filename".
12902
12903 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12904
12905 * source.c (openp): If the file does not exist don't necessarily
12906 search the path.
12907
12908 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12909
12910 Fix PR gdb/872.
12911 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
12912 (integer_types_same_name_p): New function.
12913 (rank_one_type): Use it.
12914 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
12915
12916 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
12917
12918 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
12919 variables.
12920 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
12921 * configure.in: Add --with-sysroot.
12922 * configure: Regenerated.
12923 * main.c (gdb_sysroot): New variable.
12924 (captured_main): Initialize gdb_sysroot.
12925 * defs.h (gdb_sysroot): New extern declaration.
12926 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
12927
12928 2003-01-12 Michael Chastain <mec@shout.net>
12929
12930 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
12931
12932 2003-01-12 Michael Chastain <mec@shout.net>
12933
12934 * top.c (print_gdb_version): Bump copyright year to 2003.
12935
12936 2003-01-12 David Carlton <carlton@bactrian.org>
12937
12938 * linespec.c (symtab_from_filename): Rename variable 's' to
12939 'file_symtab'.
12940
12941 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12942
12943 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
12944 dummy frame.
12945 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
12946
12947 2003-01-12 Andrew Cagney <ac131313@redhat.com>
12948
12949 * d10v-tdep.c: Include "gdb_assert.h".
12950 (d10v_store_return_value): Rewrite to match current interface.
12951 (d10v_extract_struct_value_address): Ditto.
12952 (d10v_extract_return_value): Ditto.
12953 (d10v_gdbarch_init): Set store_restore_value,
12954 extract_struct_value_address and extract_return_value.
12955
12956 2003-01-12 J. Brobecker <brobecker@gnat.com>
12957
12958 * hpread.c (set_namestring): New procedure replacing the
12959 SET_NAMESTRING macro.
12960 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
12961 by calls to set_namestring.
12962
12963 2003-01-11 J. Brobecker <brobecker@gnat.com>
12964
12965 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
12966 a compilation warning.
12967 (hpread_process_one_debug_symbol): Likewise.
12968
12969 2003-01-10 David Carlton <carlton@math.stanford.edu>
12970
12971 * linespec.c (decode_line_1): Rename variable 's' to
12972 'file_symtab'.
12973 (decode_all_digits): Rename argument 's' to 'file_symtab'.
12974 (decode_dollar): Ditto.
12975 (decode_variable): Ditto.
12976 (symbol_found): Ditto.
12977
12978 2003-01-09 Michael Chastain <mec@shout.net>
12979
12980 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
12981
12982 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
12983
12984 * win32-nat.c (set_process_privilege): New function.
12985 (child_attach): Call set_process_privilege() to enable the
12986 SE_DEBUG_NAME user privilege if available in process token.
12987
12988 2003-01-10 J. Brobecker <brobecker@gnat.com>
12989
12990 * hpread.c (hpread_process_one_debug_symbol): Fix a small
12991 compilation error in the previous revision.
12992
12993 2003-01-09 David Carlton <carlton@math.stanford.edu>
12994
12995 * linespec.c: Update copyright.
12996
12997 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
12998
12999 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
13000 than inferior_ptid.
13001 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
13002
13003 2003-01-09 Andrew Cagney <ac131313@redhat.com>
13004
13005 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
13006 Update comments.
13007 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
13008 (frame_saved_regs_zalloc): Update.
13009 (frame_saved_regs_register_unwind): Update.
13010 (create_new_frame): Update.
13011 (get_prev_frame): Update.
13012 (frame_extra_info_zalloc): Update.
13013 (deprecated_get_frame_saved_regs): Update.
13014 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
13015 * cris-tdep.c: Update comment.
13016
13017 * somsolib.h: Fix function indentation.
13018 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
13019 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
13020 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
13021 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
13022 * somsolib.c, inftarg.c: Remove assignment in if conditional.
13023
13024 * infrun.c (follow_fork): Use ISO C definition.
13025 * expprint.c (print_subexp): Use xfree instead of free.
13026 * charset.c: Include "gdb_string.h" instead of <string.h>.
13027 (register_iconv_charsets): Use ISO C definition.
13028 (host_charset, target_charset): Ditto.
13029 * Makefile.in (charset.o): Update dependencies.
13030 (mi-cmd-env.o): Update dependencies.
13031
13032 2003-01-08 Andrew Cagney <cagney@redhat.com>
13033
13034 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
13035 get_frame_base.
13036
13037 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13038
13039 * gdb_mbuild.sh: Add --keep option. When specified, keep the
13040 build directories. Save edited gdb output in Mbuild.log. If a
13041 build fails, remove any final GDB executable.
13042
13043 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13044
13045 * gdb_mbuild.sh: Edit the output of `maint print architecture'
13046 replacing hex constants with function names and stripping leading
13047 file name directory prefixes.
13048
13049 2003-01-08 Andrew Cagney <cagney@redhat.com>
13050
13051 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
13052 get_frame_base.
13053
13054 2003-01-08 David Carlton <carlton@math.stanford.edu>
13055
13056 * linespec.c (decode_line_1): Move code into decode_variable.
13057 (decode_variable): New function.
13058
13059 2003-01-08 Andrew Cagney <ac131313@redhat.com>
13060
13061 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
13062
13063 2003-01-08 Andrew Cagney <cagney@redhat.com>
13064
13065 * cris-tdep.c (cris_frame_init_saved_regs): Use
13066 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
13067 saved_regs buffer.
13068 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
13069 (sh64_nofp_frame_init_saved_regs): Ditto.
13070 (sh_fp_frame_init_saved_regs): Ditto.
13071 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
13072 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13073 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13074 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13075
13076 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
13077
13078 * minsyms.c (lookup_minimal_symbol): Update comment.
13079 (lookup_minimal_symbol_text): Update comment. Use the hash table.
13080 (lookup_minimal_symbol_solib_trampoline): Likewise.
13081
13082 2003-01-08 Andrew Cagney <cagney@redhat.com>
13083
13084 * d10v-tdep.c (d10v_init_extra_frame_info): Use
13085 frame_relative_level.
13086
13087 * alpha-tdep.c: Use get_frame_extra_info.
13088 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13089 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
13090 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13091 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
13092
13093 * alpha-tdep.c: Use get_next_frame.
13094 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13095 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13096 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
13097 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
13098 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
13099 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
13100 * xstormy16-tdep.c: Ditto.
13101
13102 2003-01-07 Andrew Cagney <cagney@redhat.com>
13103
13104 * alpha-tdep.c: Use get_frame_base.
13105 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13106 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13107 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13108 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
13109 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
13110 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13111 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
13112 * config/sparc/tm-sparc.h: Ditto.
13113
13114 2003-01-07 Andrew Cagney <cagney@redhat.com>
13115
13116 * frame.c (deprecated_get_frame_context): New function.
13117 (deprecated_set_frame_context): New function.
13118 * frame.h (deprecated_get_frame_context): Declare.
13119 (deprecated_set_frame_context): Declare.
13120 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
13121 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
13122
13123 2003-01-07 Andrew Cagney <cagney@redhat.com>
13124
13125 * frame.c (deprecated_set_frame_next_hack): New function.
13126 (deprecated_set_frame_prev_hack): New function.
13127 * frame.h (deprecated_set_frame_next_hack): Declare.
13128 (deprecated_set_frame_prev_hack): Declare.
13129 * mcore-tdep.c (analyze_dummy_frame): Use
13130 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
13131 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13132
13133 2003-01-07 David Carlton <carlton@math.stanford.edu>
13134
13135 * linespec.c (decode_line_1): Move code into decode_dollar.
13136 (decode_dollar): New function.
13137
13138 2003-01-07 Andrew Cagney <cagney@redhat.com>
13139
13140 * arm-tdep.c (arm_init_extra_frame_info): Use
13141 deprecated_update_frame_base_hack.
13142 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
13143 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
13144 (fix_frame_pointer): Ditto.
13145 (mn10300_analyze_prologue): Ditto.
13146
13147 2003-01-07 Andrew Cagney <cagney@redhat.com>
13148
13149 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
13150 extra_info using frame_extra_info_zalloc.
13151 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
13152 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
13153 (sh64_init_extra_frame_info): Ditto.
13154 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
13155 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
13156 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
13157 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
13158 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
13159 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
13160 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
13161 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
13162 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
13163 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
13164 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
13165 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
13166
13167 * mn10300-tdep.c (analyze_dummy_frame): Use
13168 deprecated_set_frame_extra_info_hack.
13169 * mcore-tdep.c (analyze_dummy_frame): Ditto.
13170
13171 2003-01-07 J. Brobecker <brobecker@gnat.com>
13172
13173 * mdebugread.c (parse_symbol): Skip stProc entries which storage
13174 class is not scText. These do not define "real" procedures.
13175 (parse_partial_symbols): Likewise.
13176
13177 2003-01-06 Michael Snyder <msnyder@redhat.com>
13178
13179 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
13180
13181 2003-01-06 Andrew Cagney <ac131313@redhat.com>
13182
13183 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
13184 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
13185 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
13186 deprecated_frame_xmalloc_with_cleanup.
13187 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
13188 deprecated_frame_xmalloc.
13189 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
13190 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
13191
13192 2003-01-06 Andrew Cagney <cagney@redhat.com>
13193
13194 * x86-64-linux-tdep.c: Include "osabi.h".
13195 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
13196
13197 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
13198
13199 2003-01-06 Andrew Cagney <cagney@redhat.com>
13200
13201 * MAINTAINERS (Target Instruction Set Architectures): Update
13202 arm-elf. Can be built with -Werror, has been multiarched.
13203
13204 * value.h (unpack_long): Make buffer parameter constant.
13205 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
13206 * scm-lang.h (scm_parse): Ditto.
13207 * defs.h (extract_typed_address, extract_address): Ditto.
13208 (extract_long_unsigned_integer): Ditto.
13209 * inferior.h (unsigned_pointer_to_address): Ditto.
13210 (signed_pointer_to_address): Ditto.
13211 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
13212 * gdbarch.h, gdbarch.c: Regenerate.
13213 * findvar.c (extract_long_unsigned_integer): Update.
13214 (extract_address): Update.
13215 (extract_typed_address): Update.
13216 (unsigned_pointer_to_address): Update.
13217 * values.c (unpack_long): Update.
13218 (unpack_double): Update.
13219 (unpack_pointer): Update.
13220 (unpack_field_as_long): Update.
13221 * d10v-tdep.c (d10v_pointer_to_address): Update.
13222 * avr-tdep.c (avr_pointer_to_address): Update.
13223 * scm-lang.c (scm_unpack): Update.
13224 * findvar.c (signed_pointer_to_address): Update.
13225
13226 2003-01-06 Michal Ludvig <mludvig@suse.cz>
13227
13228 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
13229 since it is in i386-tdep.c.
13230
13231 2003-01-06 J. Brobecker <brobecker@gnat.com>
13232
13233 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
13234 failure introduced in the previous change.
13235
13236 2003-01-05 Michael Chastain <mec@shout.net>
13237
13238 * README: Remove references to deleted remote-*.c files:
13239 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
13240 remote-nrom.c, remote-os9k.c, remote-udi.c.
13241
13242 2003-01-05 Mark Kettenis <kettenis@gnu.org>
13243
13244 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
13245 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
13246 i386_get_longjmp_target.
13247
13248 2003-01-05 Andrew Cagney <ac131313@redhat.com>
13249
13250 * arm-tdep.c (prologue_cache): Change to a pointer.
13251 (_initialize_arm_tdep): Allocate prologue_cache.
13252 (check_prologue_cache): Update.
13253 (save_prologue_cache): Update.
13254 (arm_gdbarch_init): Update.
13255
13256 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13257
13258 * stabsread.c (update_method_name_from_physname): Call complaint()
13259 instead of error.
13260
13261 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13262
13263 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
13264 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
13265 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
13266
13267 * blockframe.c: Include "gdbcmd.h" and "command.h".
13268 (backtrace_below_main): New variable.
13269 (file_frame_chain_valid, func_frame_chain_valid)
13270 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
13271 (generic_func_frame_chain_valid): Remove functions.
13272 (frame_chain_valid, do_flush_frames_sfunc): New functions.
13273 (_initialize_blockframe): New function.
13274 * Makefile.in (blockframe.o): Update dependencies.
13275 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
13276 comment. Call frame_chain_valid ().
13277 * frame.h: Remove old prototypes. Add prototype for
13278 frame_chain_valid and update comments to match.
13279 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
13280 Remove old comment.
13281 * gdbarch.h: Regenerated.
13282 * gdbarch.c: Regenerated.
13283
13284 * alpha-tdep.c (alpha_gdbarch_init): Don't call
13285 set_gdbarch_frame_chain_valid.
13286 * avr-tdep.c (avr_gdbarch_init): Likewise.
13287 * cris-tdep.c (cris_gdbarch_init): Likewise.
13288 * frv-tdep.c (frv_gdbarch_init): Likewise.
13289 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
13290 * i386-tdep.c (i386_svr4_init_abi): Likewise.
13291 (i386_nw_init_abi): Likewise.
13292 (i386_gdbarch_init): Likewise.
13293 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
13294 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
13295 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
13296 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
13297 * mips-tdep.c (mips_gdbarch_init): Likewise.
13298 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
13299 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
13300 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
13301 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13302 * s390-tdep.c (s390_gdbarch_init): Likewise.
13303 * sh-tdep.c (sh_gdbarch_init): Likewise.
13304 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13305 * v850-tdep.c (v850_gdbarch_init): Likewise.
13306 * vax-tdep.c (vax_gdbarch_init): Likewise.
13307 * x86-64-tdep.c (x86_64_init_abi): Likewise.
13308
13309 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
13310 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
13311 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
13312 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
13313 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
13314 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
13315 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
13316 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
13317
13318 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13319
13320 * Makefile.in (acconfig_h): Remove incorrect macro.
13321 (config_h): Define.
13322 (osabi.o): Update dependencies.
13323 * configure.tgt: Set gdb_osabi based on target triplet.
13324 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
13325 * configure: Regenerated.
13326 * config.in: Regenerated.
13327 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
13328 (GDB_OSABI_DEFAULT): Define if not already defined.
13329 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
13330 (set_osabi_string): New variables.
13331 (gdbarch_register_osabi): Add new OS ABI to
13332 gdb_osabi_available_names.
13333 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
13334 (set_osabi, show_osabi): New functions.
13335 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
13336
13337 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13338
13339 * arch-utils.c (gdbarch_info_init): Set osabi to
13340 GDB_OSABI_UNINITIALIZED.
13341 * gdbarch.sh: Add osabi to struct gdbarch and to struct
13342 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
13343 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
13344 * gdbarch.c: Regenerated.
13345 * gdbarch.h: Regenerated.
13346 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
13347 there's no BFD.
13348 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
13349 * osabi.h (enum gdb_osabi): Move to defs.h.
13350 (gdbarch_init_osabi): Update prototype.
13351 * defs.h (enum gdb_osabi): Moved here.
13352 * Makefile.in: Update dependencies.
13353
13354 * alpha-tdep.h: Don't include "osabi.h".
13355 (struct gdbarch_tdep): Remove osabi member.
13356 * alpha-tdep.c: Include "osabi.h".
13357 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13358 iterate over arches. Update call to gdbarch_init_osabi.
13359 (alpha_dump_tdep): Don't dump osabi.
13360 * alpha-linux-tdep.c: Include "osabi.h".
13361 * alpha-osf1-tdep.c: Include "osabi.h".
13362 * alphafbsd-tdep.c: Include "osabi.h".
13363 * alphanbsd-tdep.c: Include "osabi.h".
13364
13365 * arm-tdep.h: Don't include "osabi.h".
13366 (struct gdbarch_tdep): Remove osabi member.
13367 * arm-tdep.c: Include "osabi.h".
13368 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13369 iterate over arches. Update call to gdbarch_init_osabi.
13370 (arm_dump_tdep): Don't dump osabi.
13371 * arm-linux-tdep.c: Include "osabi.h".
13372 * armnbsd-tdep.c: Include "osabi.h".
13373
13374 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
13375 Update call to gdbarch_init_osabi.
13376
13377 * i386-tdep.h: Don't include "osabi.h".
13378 (struct gdbarch_tdep): Remove osabi member.
13379 * i386-tdep.c: Include "osabi.h".
13380 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13381 iterate over arches. Update call to gdbarch_init_osabi.
13382 (i386_dump_tdep): Don't dump osabi.
13383 * i386-linux-tdep.c: Include "osabi.h".
13384 * i386-sol2-tdep.c: Include "osabi.h".
13385 * i386bsd-tdep.c: Include "osabi.h".
13386 * i386gnu-tdep.c: Include "osabi.h".
13387 * i386ly-tdep.c: Include "osabi.h".
13388 * i386nbsd-tdep.c: Include "osabi.h".
13389 * i386obsd-tdep.c: Include "osabi.h".
13390
13391 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
13392 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13393 check osabi when iterating over arches. Update call to
13394 gdbarch_init_osabi.
13395 (mips_dump_tdep): Don't dump osabi.
13396
13397 * ns32k-tdep.h: Don't include "osabi.h".
13398 (struct gdbarch_tdep): Remove.
13399 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
13400 gdbarch_lookup_osabi. Don't iterate over arches. Don't
13401 allocate tdep. Update call to gdbarch_init_osabi.
13402 (ns32k_dump_tdep): Remove.
13403 (_initialize_ns32k_tdep): Update call to gdbarch_register.
13404 * ns32knbsd-tdep.c: Include "osabi.h".
13405
13406 * ppc-tdep.h: Don't include "osabi.h".
13407 (struct gdbarch_tdep): Remove osabi member.
13408 * rs6000-tdep.c: Include "osabi.h".
13409 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
13410 osabi when iterating over arches. Update call to
13411 gdbarch_init_osabi.
13412 (rs6000_dump_tdep): Don't dump osabi.
13413 * ppc-linux-tdep.c: Include "osabi.h".
13414 * ppcnbsd-tdep.c: Include "osabi.h".
13415
13416 * sh-tdep.h: Don't include "osabi.h".
13417 (struct gdbarch_tdep): Remove osabi member.
13418 * sh-tdep.c: Include "osabi.h".
13419 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13420 iterate over arches. Update call to gdbarch_init_osabi.
13421 (sh_dump_tdep): Don't dump osabi.
13422 * shnbsd-tdep.c: Include "osabi.h".
13423
13424 * sparc-tdep.c: Include "osabi.h".
13425 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13426 iterate over arches. Update call to gdbarch_init_osabi.
13427 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
13428 tdep structure.
13429
13430 * vax-tdep.h: Don't include "osabi.h".
13431 (struct gdbarch_tdep): Remove.
13432 * vax-tdep.c: Include "osabi.h".
13433 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
13434 iterate over arches. Don't allocate tdep. Update call
13435 to gdbarch_init_osabi.
13436 (vax_dump_tdep): Remove.
13437 (_initialize_vax_tdep): Update call to gdbarch_register.
13438
13439 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13440
13441 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
13442 entirely.
13443 (breakpoint_re_set_one): Don't fetch the value for a disabled
13444 watchpoint.
13445
13446 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13447
13448 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
13449 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
13450 (COERCE_FLOAT_TO_DOUBLE): Remove.
13451 * gdbarch.c: Regenerate.
13452 * gdbarch.h: Regenerate.
13453 * Makefile.in: Remove value_h from gdbarch_h.
13454 * valops.c (coerce_float_to_double): New variable.
13455 (default_coerce_float_to_double): Remove.
13456 (standard_coerce_float_to_double): Remove.
13457 (value_arg_coerce): Use coerce_float_to_double.
13458 (_initialize_valops): Add "set coerce-float-to-double".
13459 * value.h (default_coerce_float_to_double): Remove prototype.
13460 (standard_coerce_float_to_double): Remove prototype.
13461
13462 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
13463 prototyped.
13464 * mdebugread.c (parse_symbol): Likewise.
13465 * stabsread.c (define_symbol): Mark all functions as prototyped.
13466
13467 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
13468 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
13469 set_gdbarch_coerce_float_to_double.
13470 * arm-tdep.c (arm_gdbarch_init): Likewise.
13471 * frv-tdep.c (frv_gdbarch_init): Likewise.
13472 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
13473 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
13474 * mips-tdep.c (mips_gdbarch_init): Likewise.
13475 (mips_coerce_float_to_double): Remove.
13476 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
13477 (rs6000_coerce_float_to_double): Remove.
13478 * s390-tdep.c (s390_gdbarch_init): Likewise.
13479 * sh-tdep.c (sh_gdbarch_init): Likewise.
13480 (sh_coerce_float_to_double): Remove.
13481 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
13482 (sparc_coerce_float_to_double): Remove.
13483 * v850-tdep.c (v850_gdbarch_init): Likewise.
13484 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
13485 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13486 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
13487 (hppa_coerce_float_to_double): Remove prototype.
13488 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
13489
13490 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13491
13492 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
13493
13494 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13495
13496 Suggested by Stewart Brown <sb24@avaya.com>:
13497 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
13498 in recursive calls. Handle TYPE_CODE_TYPEDEF.
13499 (c_type_print_varspec_suffix): Likewise.
13500
13501 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13502
13503 * configure.in: Don't set and AC_SUBST SUBDIRS.
13504 * configure: Regenerated.
13505
13506 * configure.in: Remove code dealing with shared libraries.
13507 * Makefile.in: Remove HLDFLAGS and HLDENV.
13508 * configure: Regenerated.
13509
13510 2003-01-04 Andrew Cagney <ac131313@redhat.com>
13511
13512 * frame.c (deprecated_frame_xmalloc): New function.
13513 (deprecated_set_frame_saved_regs_hack): New function.
13514 (deprecated_set_frame_extra_info_hack): New function.
13515 * frame.h (deprecated_frame_xmalloc): Declare.
13516 (deprecated_set_frame_saved_regs_hack): Declare.
13517 (deprecated_set_frame_extra_info_hack): Declare.
13518
13519 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13520
13521 * configure.in: Move code that provides the --enable-gdbtk option
13522 right after the code that handles the --enable-tui option, and
13523 polish it somewhat.
13524 * configure: Regenerated.
13525
13526 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
13527 AC_CHECK_FUNCS and remove the old check for pread64.
13528 * acinclude.m4 (AC_GNU_SOURCE): New macro.
13529 * acconfig.h (_GNU_SOURCE): Add.
13530 (HAVE_PREAD64): Remove.
13531 * configure, aclocal.m4, config.in: Regenerated.
13532
13533 2003-01-03 Andrew Cagney <ac131313@redhat.com>
13534
13535 * alpha-tdep.c: Use get_frame_saved_regs.
13536 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13537 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
13538 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
13539 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
13540 * vax-tdep.c, xstormy16-tdep.c: Ditto.
13541
13542 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13543
13544 * configure.in: Remove all use of the SUBDIRS variable; add
13545 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
13546 code providing the --enable-multi-ice option, and move it right in
13547 front of the code that checks whether gdbserver is supported.
13548 Polish that too.
13549 * configure: Regenerated.
13550 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
13551 @SUBDIRS@.
13552
13553 2003-01-03 Andrew Cagney <cagney@redhat.com>
13554
13555 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
13556 * avr-tdep.c, cris-tdep.c: Ditto.
13557 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
13558 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13559
13560 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13561
13562 * configure.in: Remove --enable-netrom option.
13563 * configure: Regenerated.
13564
13565 2003-01-03 Mark Kettenis <kettenis@gnu.org>
13566
13567 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
13568 declaration for `struct re_pattern_buffer' instead.
13569 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
13570
13571 2003-01-03 J. Brobecker <brobecker@gnat.com>
13572
13573 * mdebugread.c (parse_symbol): Count until the stEnd matching
13574 the structure name.
13575
13576 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13577
13578 * configure.in: Remove --with-cpu option.
13579 subscripts. Remove evil changequotes here.
13580 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
13581 * config.in, configure: Regenerated.
13582
13583 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
13584 * configure.in: Cleanup section that sources GDB and BFD configure
13585 subscripts. Remove evil changequotes here.
13586 * config.in, configure: Regenerated.
13587
13588 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13589
13590 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
13591 frame accessor methods.
13592 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
13593 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
13594 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
13595 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
13596 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
13597 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
13598 * z8k-tdep.c: Ditto.
13599
13600 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13601
13602 * configure.in: Remove UI_OUT configuration code.
13603 * ada-lang.c: Update assuming UI_OUT is always true.
13604 * Makefile.in (UIOUT_CFLAGS): Remove.
13605 * configure: Regenerated.
13606 * TODO: Remove blurb about elimination of -DUI_OUT.
13607
13608 * configure.in: Move code that provides the --enable-gdbcli,
13609 --enable-gdbmi options right before the code that handles the
13610 --enable-tui option. Polish a bit.
13611 * configure: Regenerated.
13612
13613 * configure.in: Rewrite check for GNU regex and the
13614 --without-included regex option, and move it into the "Checks for
13615 library functions" section. This makes us use the system regex
13616 again by default on systems with version 2 of the GNU C library.
13617 This was apparently broken.
13618 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
13619 * acconfig.h (USE_INCLUDED_REGEX): Remove.
13620 * config.in, configure: Regenerated.
13621
13622 * configure.in: Move code that provides the --enable-tui option
13623 before the "Checks for libraries" section. Polish the code
13624 somewhat and set need_curses to yes if we build the TUI. Rewrite
13625 code that looks for a library providing termcap functionality to
13626 match more closely what's done in the Readline library, and move
13627 it into to the "Checks for libraries" section.
13628 * configure: Regenerated.
13629 * Makefile.in (TERMCAP): Remove variable.
13630 * config/i386/go32.mh (TERMCAP): Remove variable.
13631
13632 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13633
13634 * MAINTAINERS: Mention gdb_mbuild.sh.
13635 * gdb_mbuild.sh: Rewrite.
13636
13637 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13638
13639 * configure.in: Fix typo in last change.
13640 * config.in, configure: Regenerated.
13641
13642 2003-01-02 Andrew Cagney <ac131313@redhat.com>
13643
13644 * valarith.c (value_binop): Delete obsolete code and comments.
13645 * configure.host: Ditto.
13646 * buildsym.h (make_blockvector): Ditto.
13647 * buildsym.c (make_blockvector): Ditto.
13648 * defs.h (enum language): Ditto.
13649 (chill_demangle): Ditto.
13650 * elfread.c (elf_symtab_read): Ditto.
13651 * dwarfread.c (CHILL_PRODUCER): Ditto.
13652 (set_cu_language): Ditto.
13653 (handle_producer): Ditto.
13654 * expprint.c (print_subexp): Ditto.
13655 * gdbtypes.c (chill_varying_type): Ditto.
13656 * gdbtypes.h (builtin_type_chill_bool): Ditto.
13657 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
13658 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
13659 (chill_varying_type): Ditto.
13660 * language.h (_LANG_chill): Ditto.
13661 * language.c (binop_result_type, integral_type): Ditto.
13662 (character_type, string_type, structured_type): Ditto.
13663 (lang_bool_type, binop_type_check): Ditto.
13664 * stabsread.h (os9k_stabs): Ditto.
13665 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
13666 (define_symbol, read_type, read_struct_fields): Ditto.
13667 (read_array_type, read_enum_type, read_huge_number): Ditto.
13668 (read_range_type, start_stabs): Ditto.
13669 * symfile.c (init_filename_language_table): Ditto.
13670 (add_psymbol_with_dem_name_to_list): Ditto.
13671 * symtab.c (symbol_init_language_specific): Ditto.
13672 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
13673 * symtab.h (struct general_symbol_info): Ditto.
13674 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
13675 * typeprint.c (typedef_print): Ditto.
13676 * utils.c (fprintf_symbol_filtered): Ditto.
13677 * valops.c (value_cast, search_struct_field, value_slice): Delete
13678 obsolete code.
13679 (varying_to_slice): Delete function.
13680 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
13681 (varying_to_slice): Delete declaration.
13682 * MAINTAINERS: Update.
13683
13684 2003-01-02 Mark Kettenis <kettenis@gnu.org>
13685
13686 * configure.in: Reorganize "Checks for library functions section"
13687 a bit. Remove check for `btowc' and `isascii' functions.
13688 * configure: Regenerated.
13689
13690 * acconfig.h (_MSE_INT_H): Remove.
13691 * configure.in: Create "Checks for header files" section, and move
13692 appropriate tests there. Don't check for objlist.h, wchar.h,
13693 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
13694 misdetection fix. Also add "Checks for types", "Checks for
13695 compiler characteristics" and "Checks for library functions"
13696 sections.
13697 * config.in, configure: Regenerated.
13698
13699 * configure.in: Create "Checks for programs" section, and move
13700 appropriate tests there.
13701
13702 2003-01-01 Mark Kettenis <kettenis@gnu.org>
13703
13704 * configure.in: Create "Checks for libraries" section, and move
13705 appropriate tests there. Cleanup check for wctype in libw. Use
13706 AC_SEARCH_LIBS to see whether we need libsocket.
13707 * configure: Regenerated.
13708
13709 For older changes see ChangeLog-2002
13710 \f
13711 Local Variables:
13712 mode: change-log
13713 left-margin: 8
13714 fill-column: 74
13715 version-control: never
13716 End:
This page took 0.316036 seconds and 4 git commands to generate.