2004-09-11 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-11 Andrew Cagney <cagney@gnu.org>
2
3 * language.c (hex_string, hex_string_custom): Move from here ...
4 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
5 (CELLSIZE): Increase to 50.
6 * language.h (hex_string, hex_string_custom): Move from here ...
7 * defs.h: ... to here.
8 * Makefile.in: Update all dependencies.
9
10 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
11
12 * language.c (local_hex_format_custom): Remove.
13 (local_hex_string): Rename to hex_string, use C format, and move to
14 utils.c
15 (local_hex_string_custom): Rename to hex_string_custom and change
16 interface. Now uses C format. Move to utils.c
17 (local_octal_format_custom): Remove.
18 (local_decimal_format_custom): Remove.
19 (unknown_language_defn): Remove language-specific number
20 formatting entries.
21 (auto_language_defn): Ditto.
22 (local_language_defn): Ditto.
23 * language.h (struct language_format_info): Delete declaration.
24 (struct language_defn): Remove language_format_info fields
25 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
26 (local_binary_format): Remove macro.
27 (local_binary_format_prefix): Remove macro.
28 (local_binary_format_specifier): Remove macro.
29 (local_binary_format_suffix): Remove macro.
30 (local_octal_format): Remove macro.
31 (local_octal_format_prefix): Remove macro.
32 (local_octal_format_specifier): Remove macro.
33 (local_octal_format_suffix): Remove macro.
34 (local_decimal_format): Remove macro.
35 (local_decimal_format_prefix): Remove macro.
36 (local_decimal_format_specifier): Remove macro.
37 (local_decimal_format_suffix): Remove macro.
38 (local_hex_format): Remove macro.
39 (local_hex_format_prefix): Remove macro.
40 (local_hex_format_specifier): Remove macro.
41 (local_hex_format_suffix): Remove macro.
42 (local_decimal_format_custom): Remove.
43 (local_octal_format_custom): Remove.
44 (local_hex_format_custom): Remove.
45 (local_hex_string): Rename to hex_string and move to defs.h.
46 (local_hex_string_custom): Rename to hex_string_custom, change
47 interface, and move to defs.h.
48 * utils.c: (int_string): New function.
49 (hex_string): New function (from language.c).
50 (hex_string_custom): New function (from language.c).
51 (octal2str): New function.
52 (decimal2str): Add width parameter.
53 (paddr_u): Use new decimal2str interface.
54 (paddr_d): Ditto.
55 * defs.h (hex_string): Declare.
56 (hex_string_custom): Declare.
57 (int_string): Declare.
58 * printcmd.c (print_scalar_formatted): Remove localized binary
59 formatting.
60 * valprint.c (print_longest): Use int_string.
61 (print_floating): Use C hex format.
62 (print_hex_chars): Ditto.
63 (print_binary_chars): Remove language-specific formatting.
64 (print_octal_chars): Use C octal format.
65 (print_decimal_chars): Delocalize format.
66 (print_decimal): Remove.
67 * ada-lang.c (ada_language_defn): Remove language-specific number
68 formatting entries.
69 * p-lang.c (pascal_language_defn): Ditto.
70 * c-lang.c (c_language_defn): Ditto.
71 (cplus_language_defn): Ditto.
72 (asm_language_defn): Ditto.
73 (minimal_language_defn): Ditto.
74 * f-lang.c (f_language_defn): Ditto.
75 * jv-lang.c (java_language_defn): Ditto.
76 * m2-lang.c (m2_language_defn): Ditto.
77 * scm-lang.c (scm_language_defn): Ditto.
78 * objc-lang.c (objc_language_defn): Ditto.
79 * memattr.c (mem_info_command): Use renamed hex_string_custom with
80 new interface.
81 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
82 * ui-out.c (ui_out_field_core_addr): Ditto.
83 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
84 * exec.c (print_section_info): Ditto.
85 * i387-tdep.c (print_i387_status_word): Ditto.
86 (print_i387_control_word): Ditto.
87 (i387_print_float_info): Ditto.
88 * maint.c (maint_print_section_info): Ditto.
89 * solib.c (info_sharedlibrary_command): Ditto.
90 * somsolib.c (som_sharedlibrary_info_command): Ditto.
91 * symtab.c (print_msymbol_info): Ditto.
92 * tracepoint.c (tracepoints_info): Ditto.
93 * solib-frv.c (lm_base): Ditto.
94 (frv_current_sos): Ditto.
95 (enable_break2): Ditto.
96 (enable_break): Ditto.
97 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
98 (process_one_symbol): Ditto.
99 * infcmd.c (program_info): Ditto.
100 * mdebugread.c (parse_partial_symbols): Ditto.
101 * symfile.c (add_symbol_file_command): Ditto.
102 * cli/cli-cmds.c (edit_command): Ditto.
103 (list_command): Ditto.
104 * infcall.c (call_function_by_hand): Ditto.
105 * remote-vx.c (vx_run_files_info): Ditto.
106 (vx_wait): Ditto.
107 (vx_attach): Ditto.
108 (vx_detach): Ditto.
109 (vx_kill): Ditto.
110 * aix-thread.c (pdc_symbol_addrs): Ditto.
111 (pdc_read_regs): Ditto.
112 (pdc_write_regs): Ditto.
113 (pdc_read_data): Ditto.
114 (pdc_write_data): Ditto.
115 * d10v-tdep.c (display_trace): Ditto.
116 * rs6000-nat.c (find_toc_address): Ditto.
117 * aix-thread.c: Don't include language.h.
118 * buildsym.c: Ditto.
119 * dbxread.c: Ditto.
120 * mdebugread.c: Ditto.
121 * rs6000-nat.c: Ditto.
122 * buildsym.c (make_blockvector): Use renamed hex_string.
123
124 2004-09-10 Jason Molenda (jmolenda@apple.com)
125
126 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
127 chars after 'if' or 'while' commands in user-defined commands.
128
129 2004-09-08 Jim Blandy <jimb@redhat.com>
130
131 Fix bug reported and analyzed by Olivier Crete:
132 * symfile.c (copy_section_addr_info): New function.
133 (symbol_file_add_with_addrs_or_offsets): Use it to save the
134 original set of address arguments, instead of handwritten code
135 that uses one length to allocate and a different length to
136 initialize. Use make_cleanup_free_section_addr_info.
137 * symfile.h (copy_section_addr_info): New declaration.
138 * utils.c: #include "symfile.h".
139 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
140 New functions.
141 * defs.h (make_cleanup_free_section_addr_info): New declaration.
142 * Makefile.in (utils.o): Update dependencies.
143
144 2004-09-08 Andrew Cagney <cagney@gnu.org>
145
146 * thread-db.c (keep_thread_db): Delete.
147 (thread_db_new_objfile, thread_db_create_inferior)
148 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
149
150 2004-09-08 Mark Kettenis <kettenis@gnu.org>
151
152 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
153 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
154 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
155 (i386_frameless_signal_p): Remove prototype.
156 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
157 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
158 I386_SSE_NUM_REGS.
159 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
160 instead of FP0_REGNUM.
161 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
162 of FP0_REGNUM and FPC_REGNUM.
163
164 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
165 (sunos_solib_create_inferior_hook): Don't call
166 sunos_relocate_main_executable.
167
168 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
169 solib_svr4_fetch_link_map_offsets to
170 svr4_ilp32_fetch_link_map_offsets.
171 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
172 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
173 svr4_ilp32_fetch_link_map_offsets.
174 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
175
176 2004-09-07 Jim Blandy <jimb@redhat.com>
177
178 * frame.h (frame_register): Doc fix.
179
180 2004-09-07 Andrew Cagney <cagney@gnu.org>
181
182 * vx-share/wait.h: Delete #ifdef USG.
183 * utils.c (request_quit): Ditto.
184 * tui/tui.c (tui_reset): Ditto.
185 * remote.c: Ditto.
186 * remote-sds.c: Ditto.
187 * remote-rdi.c: Ditto.
188 * mdebugread.c: Ditto.
189 * m68klinux-nat.c: Ditto.
190 * infttrace.c: Ditto.
191 * infptrace.c: Ditto.
192 * i386v-nat.c: Ditto.
193 * exec.c: Ditto.
194 * dbxread.c: Ditto.
195 * core-aout.c: Ditto.
196
197 2004-09-05 Joel Brobecker <brobecker@gnat.com>
198
199 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
200 heuristic_proc_desc.
201 (mips_insn32_frame_cache): Likewise.
202
203 2004-09-04 Joel Brobecker <brobecker@gnat.com>
204
205 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
206 left behind by error.
207
208 2004-09-04 Joel Brobecker <brobecker@gnat.com>
209
210 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
211 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
212
213 2004-09-04 Joel Brobecker <brobecker@gnat.com>
214
215 * config/rs6000/xm-aix4.h: Remove this file.
216 * config/rs6000/aix4.mh (XM_FILE): Delete.
217
218 2004-09-04 Joel Brobecker <brobecker@gnat.com>
219
220 * config/rs6000/xm-rs6000.h: Remove this file.
221 * config/rs6000/rs6000.mh (XM_FILE): Remove.
222
223 2004-09-03 Andrew Cagney <cagney@gnu.org>
224
225 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
226 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
227 only use.
228
229 * mips-tdep.c (temp_saved_regs): Delete.
230 (set_reg_offset): Replace saved_regs parameter with this_cache.
231 (heuristic_proc_desc, mips16_heuristic_proc_desc)
232 (mips32_heuristic_proc_desc): Add this_cache parameter.
233 (mips_insn32_frame_cache, mips_insn16_frame_cache)
234 (after_prologue): Pass a NULL this_cache.
235
236 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
237 non-kernel trap prologues.
238
239 * mips-tdep.c (find_proc_desc): Delete function.
240 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
241 simplify.
242 (mips_insn16_frame_cache): Replace find_proc_desc with code from
243 mips_insn32_frame_cache.
244
245 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
246 Simplify as NEXT_FRAME is NULL.
247 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
248
249 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
250 local variable.
251 (mips_skip_prologue): Update.
252
253 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
254 "cur_frame" parameter.
255 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
256 (mips_insn32_frame_cache, find_proc_desc): Update
257
258 * config/vax/nm-obsd.h: Delete file.
259 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
260 * config/vax/nm-nbsd.h: Delete file.
261 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
262 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
263 * config/sh/nm-nbsd.h: Delete file.
264 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
265 * config/rs6000/nm-rs6000ly.h: Delete file.
266 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
267 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
268 * config/powerpc/nm-obsd.h: Delete file.
269 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
270 * config/powerpc/nm-nbsd.h: Delete file.
271 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
272 * config/pa/nm-obsd.h: Delete file.
273 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
274 * config/mips/nm-nbsd.h: Delete file.
275 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
276 * config/m88k/nm-obsd.h: Delete file.
277 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
278 * config/m68k/nm-nbsd.h: Delete file.
279 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
280 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
281 * config/i386/nm-nbsd.h: Delete file.
282 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
283 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
284 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
285 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
286 * config/i386/nm-i386lynx.h: Delete file.
287 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
288 * config/arm/nm-nbsd.h: Delete file.
289 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
290 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
291
292 * config/i386/tm-fbsd.h: Delete file.
293 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
294 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
295
296 * config/rs6000/tm-rs6000-aix4.h: Delete file.
297 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
298 * config/rs6000/aix4.mt (TM_FILE): Set to
299 config/rs6000/tm-rs6000.h.
300 * config/powerpc/tm-ppc-aix.h: Delete file.
301 * config/powerpc/aix.mt (TM_FILE): Set to
302 config/rs6000/tm-rs6000.h.
303 * config/m68k/tm-linux.h: Delete file.
304 * config/m68k/linux.mt (TM_FILE): Set to solib.h
305 * config/i386/tm-linux64.h: Delete file.
306 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
307 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
308
309 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
310 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
311 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
312 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
313 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
314 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
315 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
316 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
317 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
318
319 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
320 gdb_host_cpu.
321
322 2004-09-02 Joel Brobecker <brobecker@gnat.com>
323
324 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
325 Minor reformatting. Some code factoring.
326
327 2004-09-02 Andrew Cagney <cagney@gnu.org>
328
329 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
330 * config/vax/tm-nbsd.h: Delete file.
331 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
332 * config/sparc/tm-vxworks.h: Delete file.
333 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
334 * config/sparc/tm-nbsd.h: Delete file.
335 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
336 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
337 * config/sparc/tm-linux.h: Delete file.
338 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
339 * config/s390/tm-linux.h: Delete file.
340 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
341 * config/pa/tm-bsd.h: Delete file.
342 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
343 * config/m68k/tm-obsd.h: Delete file.
344 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
345 * config/m68k/tm-nbsd.h: Delete file.
346 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
347 * config/i386/tm-vxworks.h: Delete file.
348 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
349 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
350 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
351 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
352 * config/i386/tm-nbsd.h: Delete file.
353 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
354 * config/i386/tm-i386lynx.h: Delete file.
355 * config/cris/cris.mt (TM_FILE): Set to solib.h.
356 * config/cris/tm-cris.h: Delete file.
357
358 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
359 * configure: Re-generate.
360 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
361 * config/arm/tm-nbsd.h: Delete file.
362
363 * config/powerpc/tm-ppcle-sim.h: Delete.
364 * config/powerpc/tm-ppcle-eabi.h: Delete.
365 * config/powerpc/tm-nbsd.h: Delete.
366 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
367 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
368 tm-ppcle-eabi.h.
369
370 * config/i386/nto.mh (NAT_FILE): Delete.
371 * config/i386/nm-nto.h: Delete.
372
373 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
374 * config/m68k/tm-os68k.h: Ditto.
375 * config/m68k/tm-monitor.h: Ditto.
376 * config/m68k/tm-cisco.h: Ditto.
377 * config/m68k/st2000.mt (TM_FILE): Delete.
378 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
379 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
380 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
381 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
382
383 * config/m68k/tm-st2000.h: Delete.
384 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
385 * config/sparc/fbsd.mt (TM_FILE): Delete.
386 * config/sparc/tm-fbsd.h: Delete.
387
388 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
389 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
390 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
391
392 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
393 GDB_TM_FILE and GDB_XM_FILE.
394 * gdbarch.c: Re-generate.
395 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
396 quotes in macro definition.
397 * configure.in: Re-generate.
398
399 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
400 validating architecture methods.
401 * gdbarch.c: Re-generate.
402
403 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
404 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
405 GDB_MULTI_ARCH_PARTIAL.
406 * gdbarch.h: Re-generate.
407
408 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
409 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
410 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
411 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
412 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
413 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
414 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
415 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
416 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
417 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
418 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
419 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
420
421 2004-09-01 Andrew Cagney <cagney@gnu.org>
422
423 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
424 and main_func_highpc.
425 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
426 * objfiles.c (init_entry_point_info, objfile_relocate): Update
427 * nlmread.c (nlm_symfile_read): Update.
428
429 2004-09-01 Joel Brobecker <brobecker@gnat.com>
430
431 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
432 (mips_insn32_frame_cache): Inline call to find_proc_desc.
433 (find_proc_desc): Remove dead code.
434
435 2004-09-01 Joel Brobecker <brobecker@gnat.com>
436
437 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
438
439 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
440
441 * observer.sh: Add struct so_list declaration.
442 * Makefile.in: Add dependencies on observer.h for solib.c and
443 breakpoint.c.
444 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
445 function.
446 (_initialize_breakpoint): Register
447 disable_breakpoints_in_unloaded_shlib as an observer of the
448 "solib unloaded" observation event.
449 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
450 call decode_line_1 so unfound breakpoint errors are silent.
451 * solib.c (update_solib_list): When a solib is discovered to have
452 been unloaded by the program, notify all observers of the
453 "solib unloaded" observation event.
454
455 2004-09-01 Andrew Cagney <cagney@gnu.org>
456
457 * frame.c: Include "objfiles.h".
458 (inside_main_func): New function.
459 (get_prev_frame): Use new inside_main_func.
460 * Makefile.in (frame.o): Update dependencies.
461 * defs.h (inside_main_func): Delete declaration.
462 * blockframe.c (inside_main_func): Delete function.
463
464 2004-08-31 Jim Blandy <jimb@redhat.com>
465
466 * dwarf2read.c (is_vtable_name): New function, based on logic from
467 read_structure_type, but passing the correct length to strncmp,
468 and using 'sizeof' instead of 'strlen'.
469 (read_structure_type): Call it.
470
471 2004-08-31 Joel Brobecker <brobecker@gnat.com>
472
473 * config/powerpc/aix.mh: Add comment.
474
475 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
476
477 * MAINTAINERS: Add self to Write-After-Approval.
478
479 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
480
481 * MAINTAINERS: Add self to Write-After-Approval.
482
483 2004-08-30 Andrew Cagney <cagney@gnu.org>
484
485 Fix PR breakpoints/1757.
486 * infrun.c (struct execution_control_state): Replace
487 remove_breakpoints_on_following_step with
488 step_after_step_resume_breakpoint.
489 (init_execution_control_state): Update.
490 (handle_inferior_event): For signals, when stepping off a
491 breakpoint, set step_after_step_resume_breakpoint. When
492 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
493 (keep_going): Delete code handling
494 remove_breakpoints_on_following_step.
495
496 2004-08-29 David Lecomber <david@streamline-computing.com>
497
498 Fix PR gdb/648
499 * language.h (enum array_ordering): New enum.
500 * language.h (struct language_defn): New la_array_ordering
501 attribute.
502 * language.c (unknown_language_defn, auto_language_defn)
503 (local_language_defn): Ditto.
504 * ada-lang.c (ada_language_defn): Ditto.
505 * c-lang.c (c_language_defn, cplus_language_defn)
506 (asm_language_defn, minimal_language_defn): Ditto.
507 * f-lang.c (f_language_defn): Ditto.
508 * jv-lang.c (java_language_defn): Ditto.
509 * m2-lang.c (f_language_defn): Ditto.
510 * objc-lang.c (objc_language_defn): Ditto.
511 * p-lang.c (pascal_language_defn): Ditto.
512 * scm-lang.c (scm_language_defn): Ditto.
513 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
514 oriented large to small in type structure.
515 * dwarf2read.c (read_array_order): New function.
516 (read_array_type): Use read_array_order to check row/column
517 major ordering.
518
519 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
520
521 * target.c (target_resize_to_sections): Check
522 current_target.to_sections for an old value when updating.
523
524 2004-08-27 Joel Brobecker <brobecker@gnat.com>
525
526 * procfs.c (dbx_link_bpt_addr): New static global variable.
527 (dbx_link_shadow_contents): New static global variable.
528 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
529 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
530 if we just hit it.
531 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
532 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
533 from run to run.
534 (procfs_create_inferior): Remove syssgi syscall-exit notifications
535 after the inferior has been forked.
536 (remove_dbx_link_breakpoint): New function.
537 (dbx_link_addr): New function.
538 (insert_dbx_link_bpt_in_file): New function.
539 (insert_dbx_link_bpt_in_region): New function.
540 (insert_dbx_link_breakpoint): New function.
541 (proc_trace_syscalls_1): New function, extracted from
542 proc_trace_syscalls.
543 (proc_trace_syscalls): Replace extract code by call to
544 proc_trace_syscalls_1.
545 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
546 is no longer valid.
547
548 2004-08-25 Jim Blandy <jimb@redhat.com>
549
550 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
551
552 2004-08-25 Andrew Cagney <cagney@gnu.org>
553
554 * infrun.c (struct execution_control_state): Delete field
555 "stepping_through_sigtramp".
556 (init_execution_control_state): Do not set same.
557 (context_switch): Do not pass same to save_infrun_state and
558 load_infrun_state.
559 * gdbthread.h (struct thread_info): Delete field
560 stepping_through_sigtramp.
561 (save_infrun_state, load_infrun_state): Delete parameter
562 stepping_through_sigtramp.
563 * thread.c (load_infrun_state, save_infrun_state): Update.
564
565 * infrun.c: Re-indent. Move expression operators to the beginning
566 of the line. Remove long disabled #if 0 code.
567
568 2004-08-24 Andrew Cagney <cagney@gnu.org>
569
570 * doublest.h (floatformat_ieee_quad): Rename
571 floatformat_ia64_quad.
572 * doublest.c (floatformat_ieee_quad): Rename
573 floatformat_ia64_quad.
574 (_initialize_doublest): Update.
575
576 2004-08-24 Jim Blandy <jimb@redhat.com>
577
578 * dwarf2expr.h (struct dwarf_expr_context): New members
579 'num_pieces' and 'pieces', for returning the result of an
580 expression that uses DW_OP_piece.
581 (struct dwarf_expr_piece): New struct type.
582 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
583 pieces.
584 (free_dwarf_expr_context): Free pieces, if any.
585 (add_piece): New function.
586 (execute_stack_op): Implement DW_OP_piece.
587 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
588 expression is a list of pieces, print an error message.
589 (dwarf2_loc_desc_needs_frame): If the expression yields
590 pieces, and any piece is in a register, then we need a frame.
591
592 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
593 the stack until we've decided what sort of result the evaluation
594 has produced. Use separate variables, with more specific names.
595
596 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
597
598 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
599 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
600 (arm_netbsd_init_abi_common): Register them.
601
602 2004-08-22 Mark Kettenis <kettenis@gnu.org>
603
604 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
605
606 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
607 safe_frame_unwind_memory instead of target_read_memory.
608
609 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
610 Reorder includes.
611 (fetch_register, store_register): Remove prototypes.
612 (child_resume): Reorganize code and comments such that it is
613 grouped a bit more logically.
614 (attach): Explicitly compare errno against 0.
615 (detach): Likewise. Use perror_with_name instead of
616 print_sys_errmsg.
617 * Makefile.in (infptrace.o): Update dependencies.
618
619 * ia64-linux-nat.c: Update copyright year.
620 (fetch_debug_register, store_debug_register)
621 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
622 PTRACE_TYPE_ARG3.
623 * config/ia64/nm-linux.h: Update copyright year.
624 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
625
626 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
627 from CORE_ADDR to struct frame_info *. Use
628 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
629 (amd64_linux_sigtramp_p): Adjust for changed signature of
630 and64_linux_sigtramp_start
631
632 * gdb_ptrace.h: GNU/Linux.
633
634 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
635 Remove defines.
636
637 * infptrace.c: Include "gdb_assert.h".
638 (PTRACE_XFER_TYPE): Remove define.
639 (offsetof): Only define if U_REGS_OFFSET isn't defined.
640 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
641 Tweak comment.
642 (fetch_inferior_registers, store_inferior_registers): Remove
643 redundant culry braces. Tweak comment. s/regno/regnum.
644 * Makefile.in (infptrace.o): Update dependencies.
645
646 * configure.in: Change test for return type of ptrace to default
647 to `long' instead of `int'.
648 * configure: Regenerate.
649
650 2004-08-21 Mark Kettenis <kettenis@gnu.org>
651
652 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
653
654 * configure.in: Check for ttrace function.
655 * configure, config.in: Regenerate.
656
657 * gdb_ptrace.h: New file.
658 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
659 <sys/ptrace.h>.
660 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
661 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
662 (attach): Don't define PT_ATTACH.
663 (detach): Don't define PT_DETACH.
664 * Makefile.in (gdb_ptrace_h): New variable.
665 (infptrace.o): Update dependencies.
666
667 2004-08-16 Mark Kettenis <kettenis@gnu.org>
668
669 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
670 instead of `int' if not already defined.
671 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
672 PTRACE_TYPE_ARG3.
673 * infptrace.c (call_ptrace): Revert change that replaced
674 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
675
676 2004-08-15 Mark Kettenis <kettenis@gnu.org>
677
678 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
679 Remove defines.
680
681 * linux-nat.c (kill_inferior): Add missing third and fourth
682 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
683
684 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
685 PTRACE_TYPE_RET.
686
687 * proc-why.c (proc_prettyfprint_why): Fix format string.
688
689 * solib-osf.c (osf_current_sos): Remove unsused label.
690
691 * configure.in: Add <ncurses/ncurses.h> to the list of possible
692 curses headers.
693 * configure, config.in: Regenerate.
694 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
695 <ncurses/ncurses.h>.
696
697 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
698 * config/nm-nbsd.h: Update copyright year.
699 (PTRACE_ARG3_TYPE): Remove define.
700
701 * sparc-nat.c (fetch_inferior_registers)
702 (store_inferior_registers, sparc_xfer_wcookie):
703 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
704
705 * alphabsd-nat.c (fetch_inferior_registers):
706 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
707 PTRACE_TYPE_ARG3.
708 * amd64bsd-nat.c (fetch_inferior_registers)
709 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
710 PTRACE_TYPE_ARG3.
711 * armnbsd-nat.c: Update copyright year.
712 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
713 (store_register, store_regs, store_fp_register, store_fp_regs):
714 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
715 * hppabsd-nat.c (fetch_inferior_registers)
716 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
717 PTRACE_TYPE_ARG3.
718 * i386bsd-nat.c (fetch_inferior_registers)
719 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
720 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
721 * m68kbsd-nat.c (fetch_inferior_registers)
722 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
723 PTRACE_TYPE_ARG3.
724 * m88kbsd-nat.c (fetch_inferior_registers)
725 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
726 PTRACE_TYPE_ARG3.
727 * mipsnbsd-nat.c: Update copyright year.
728 (fetch_inferior_registers, store_inferior_registers):
729 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
730 * ns32knbsd-nat.c: Update copyright year.
731 (fetch_inferior_registers, store_inferior_registers):
732 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
733 * ppcnbsd-nat.c (fetch_inferior_registers):
734 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
735 PTRACE_TYPE_ARG3.
736 * ppcobsd-nat.c (fetch_inferior_registers):
737 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
738 PTRACE_TYPE_ARG3.
739 * shnbsd-nat.c: Update copyright year.
740 (fetch_inferior_registers, store_inferior_registers):
741 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
742 * vaxbsd-nat.c (fetch_inferior_registers)
743 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
744 PTRACE_TYPE_ARG3.
745
746 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
747 PTRACE_TYPE_ARG3.
748 * infptrace.c (call_ptrace, child_resume, attach, detach)
749 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
750 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
751 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
752 PTRACE_TYPE_ARG3.
753
754 2004-08-14 Mark Kettenis <kettenis@gnu.org>
755
756 * defs.h: Remove out-of-date comment.
757 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
758 [!GETENV_PROVIDED] (getenv): Remove prototype.
759
760 * standalone.c: Remove file.
761 * Makefile.in (standalone.o): Remove dependency.
762
763 * i386-linux-nat.c (dummy_sse_values): Remove function and
764 prototype.
765 (i386_linux_dr_get): Fix typo in comment.
766 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
767
768 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
769
770 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
771 from declaration.
772 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
773 from definition.
774
775 2004-08-13 Mark Kettenis <kettenis@gnu.org>
776
777 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
778 parenthesis in definition.
779 * configure: Regenerated.
780
781 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
782
783 * PROBLEMS: Mention build/1411.
784
785 2004-08-09 Robert Millan <robertmh@gnu.org>
786
787 Committed by Nathanael Nerode.
788 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
789 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
790
791 2004-08-12 Andrew Cagney <cagney@gnu.org>
792
793 * NEWS: Mention fixes in GDB 6.2.1.
794 * PROBLEMS: Remove mention of mips-irix.
795
796 2004-08-11 Joel Brobecker <brobecker@gnat.com>
797
798 * config/powerpc/xm-aix.h: Delete.
799 * config/powerpc/aix.mh (MH_FILE): Remove.
800 * config/powerpc/aix432.mh (MH_FILE): Remove.
801
802 2004-08-11 Joel Brobecker <brobecker@gnat.com>
803
804 * config/powerpc/aix.mh: Remove obsolete comment.
805 * config/powerpc/aix432.mh: Likewise.
806
807 2004-08-11 Joel Brobecker <brobecker@gnat.com>
808
809 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
810
811 2004-08-11 Joel Brobecker <brobecker@gnat.com>
812
813 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
814 this file is now empty.
815 * config/xm-aix4.h: Remove, this file is no longer included
816 anywhere.
817
818 2004-08-11 Joel Brobecker <brobecker@gnat.com>
819
820 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
821 that file is now empty.
822 (termdef): Remove prototype, function no longer used.
823
824 2004-08-11 Joel Brobecker <brobecker@gnat.com>
825
826 * doc/gdbint.texinfo (Host Definition): Remove documentation
827 for USE_O_NOCTTY, no longer used.
828 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
829 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
830
831 2004-08-11 Joel Brobecker <brobecker@gnat.com>
832
833 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
834 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
835 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
836
837 2004-08-11 Mark Kettenis <kettenis@gnu.org>
838
839 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
840 instead of FIVE_ARG_PTRACE.
841
842 * inflow.c (O_NOCTTY): Define to zero if not already defined.
843 (new_tty): Use O_NOCTTY unconditionally.
844
845 2004-08-10 Mark Kettenis <kettenis@gnu.org>
846
847 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
848 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
849 fflush on stdout.
850
851 2004-08-10 Joel Brobecker <brobecker@gnat.com>
852
853 * xcoff_symfile_finish: Replace last call to xmfree by call
854 to xfree.
855
856 2004-08-10 Andrew Cagney <cagney@gnu.org>
857
858 * main.c (captured_main): Delete call to init_malloc.
859 * defs.h (init_malloc): Delete declaration.
860 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
861 (init_malloc): Delete functions.
862
863 * defs.h (xmfree): Delete.
864 * utils.c (xmfree): Delete function.
865 (xfree): Inline calls to xmfree and mfree.
866 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
867 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
868 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
869 * somread.c (som_symfile_finish): Ditto.
870 * objfiles.c (allocate_objfile, free_objfile):
871 * nlmread.c (nlm_symfile_finish): Ditto.
872 * hpread.c (hpread_symfile_finish): Ditto.
873 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
874 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
875 * coffread.c (coff_symfile_finish): Ditto.
876
877 * defs.h (xmcalloc): Delete declaration.
878 * utils.c (xmcalloc): Delete.
879 (xcalloc): Inline calls to xmcalloc and mcalloc.
880 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
881 xcalloc and xfree.
882 * symtab.c (create_demangled_names_hash): Ditto.
883
884 * defs.h (xmrealloc): Delete.
885 * utils.c (xmrealloc): Delete.
886 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
887 * symmisc.c (extend_psymbol_list): Use xrealloc.
888 * source.c (find_source_lines): Ditto.
889 * hpread.c (hpread_lookup_type): Ditto.
890 * dbxread.c (add_bincl_to_list): Ditto.
891
892 * utils.c (xmmalloc): Delete.
893 (xmalloc): Inline xmmalloc and mmalloc calls.
894 (msavestring): Use xmalloc.
895 * defs.h (xmmalloc): Delete declaration.
896 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
897 xmmalloc.
898 * symmisc.c (extend_psymbol_list): Ditto.
899 * symfile.c (init_psymbol_list): Ditto.
900 * source.c (find_source_lines): Ditto.
901 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
902 * elfread.c (elf_symtab_read): Ditto.
903 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
904 * coffread.c (coff_symfile_init): Ditto.
905
906 2004-08-10 David Carlton <carlton@bactrian.org>
907
908 * MAINTAINERS: Remove David Carlton from c++ testsuite
909 maintainers.
910
911 2004-08-10 Jerome Guitton <guitton@gnat.com>
912
913 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
914 print a line feed before the prompt.
915
916 2004-08-10 Mark Kettenis <kettenis@gnu.org>
917
918 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
919
920 2004-08-09 Joel Brobecker <brobecker@gnat.com>
921
922 General cleanup of the AIX xm include file:
923 * config/xm-aix4.h (fd_set): Remove undefine.
924 Remove include of <sys/select.h>.
925 (HAVE_TERMIO): Remove define.
926 (USG): Likewise.
927 (NULL): Remove redefine.
928 (alloca): Remove #pragma.
929 (vfork): Remove define.
930 (termdef): Remove.
931 (SIGWINCH_HANDLER): Remove.
932 (SIGWINCH_HANDLER_BODY): Remove.
933
934 2004-08-09 Mark Kettenis <kettenis@gnu.org>
935
936 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
937 GDB_OSABI_OPENBSD_ELF.
938
939 2004-08-07 Robert Millan <robertmh@gnu.org>
940
941 * bsd-kvm.c: Check for nlist.h before including it.
942
943 2004-08-09 Mark Kettenis <kettenis@gnu.org>
944
945 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
946 sigcontext' offset consistency checks for ancient BSD.
947
948 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
949
950 * configure.in: Check for <sys/types.h>. Check return and
951 argument types of ptrace.
952 * configure, config.in: Regenerate.
953
954 2004-08-09 Jim Blandy <jimb@redhat.com>
955
956 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
957 rs6000_register_sim_regno): Doc fixes.
958
959 2004-08-08 Joel Brobecker <brobecker@gnat.com>
960
961 * mips-tdep.c: Include "floatformat.h".
962 (n32n64_floatformat_always_valid): New function.
963 (floatformat_n32n64_long_double_big): New constant.
964 (mips_gdbarch_init): Set size and format of long double
965 for N32 and N64 ABIs.
966 * Makefile.in (mips-tdep.o): Update dependencies.
967
968 2004-08-08 Andrew Cagney <cagney@gnu.org>
969
970 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
971 print. Improve script's error messages.
972 * gdbarch.h: Re-generate.
973
974 * gdbarch.sh (pformat): New function.
975 (float_format, double_format, long_double_format): List with bit
976 members. Use pformat when printing.
977 * gdbarch.c, gdbarch.h: Re-generate.
978
979 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
980
981 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
982 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
983 (ppcnbsd_supply_pcb): New function.
984 (_initialize_ppcnbsd_nat): New prototype and function.
985 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
986 (LOADLIBES): New variable.
987 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
988
989 2004-08-08 Andrew Cagney <cagney@gnu.org>
990
991 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
992 (builtin_type_ieee_double, builtin_type_ia64_quad)
993 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
994 BE/LE floating-point types.
995 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
996 (builtin_type_ieee_double, builtin_type_ia64_quad)
997 (builtin_type_ia64_spill): Declare.
998 * doublest.c (_initialize_doublest, floatformat_ieee_single)
999 (floatformat_ieee_double, floatformat_arm_ext)
1000 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1001 of LE/BE floatformats.
1002 * doublest.h: (struct floatformat, floatformat_ieee_single)
1003 (floatformat_ieee_double, floatformat_arm_ext)
1004 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1005
1006 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1007
1008 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1009
1010 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1011 instead of regcache_raw_supply when storing the registers.
1012
1013 * i386gnu-nat.c: Update copyright year.
1014 (gnu_store_registers): Don't use deprecated_registers and
1015 deprecated_registers_valid. Use regcache_valid_p and
1016 regcache_raw_supply instead.
1017
1018 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1019 frame_pc_unwind.
1020
1021 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1022 variables. Incapitalized "process".
1023
1024 * configure.in: Add cursesX to the list of possible curses libs.
1025 Add cursesX.h to the list of possible curses headers.
1026 * configure, config.in: Regenerate.
1027
1028 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1029
1030 * configure.in: Test for struct lwp in <sys/lwp.h>.
1031 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1032 the offset of l_addr in struct lwp.
1033
1034 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1035
1036 * bsd-kvm.c: Include "gdbcore.h"
1037 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1038
1039 2004-08-07 Andrew Cagney <cagney@gnu.org>
1040
1041 * gdbtypes.c (build_flt, build_complex): New functions.
1042 (gdbtypes_post_init): Use.
1043
1044 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1045
1046 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1047 through to builtin_type_uint128.
1048
1049 * c-exp.y: Use builtin_type function to obtain builtin types.
1050
1051 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1052 builtin_uint128.
1053 * gdbtypes.c (gdbtypes_post_init): Update.
1054 (build_gdbtypes): Move initialization of builtin_type_int0
1055 through to builtin_type_uint128 from here ...
1056 (_initialize_gdbtypes): ... to here.
1057 * d10v-tdep.c (d10v_register_type): Update.
1058
1059 * doublest.c: Update copyright.
1060 (floatformat_from_length): Call error when floatformat is NULL.
1061 (extract_floating_by_length): Remove NULL fmt check.
1062 (store_floating_by_length): Ditto.
1063
1064 2004-08-07 Andrew Cagney <cagney@gnu.org>
1065
1066 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1067 that the register is valid.
1068
1069 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1070
1071 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1072 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1073 struct frame_info *. Use safe_frame_unwind_memory instead of
1074 deprecated_read_memory_nobpt.
1075 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1076 changed signature of i386_linux_sigtramp_start and
1077 i386_linux_rt_sigtramp_start.
1078
1079 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1080 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1081 instead of deprecated_read_memory_nobpt.
1082 (i386nbsd_sigtramp_p): Adjust for changed signature of
1083 i386nbsd_sigtramp_offset.
1084
1085 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1086 safe_frame_unwind_memory instead of target_read_memory.
1087
1088 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1089 !NO_SYS_FILE.
1090 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1091 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1092 (_initialize_kernel_u_addr): Remove prototype and function.
1093 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1094 !NO_SYS_FILE.
1095 * xcoffread.c: Likewise.
1096
1097 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1098
1099 * vax-nat.c: New file.
1100 * vaxbsd-nat.c: Tweak comment.
1101 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1102 vaxnbsd-tdep.c.
1103 (vax-nat.o): New dependency.
1104 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1105 (vax-*-ultrix2*): Remove.
1106 * config/vax/vax.mh: New file.
1107 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1108 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1109 (vax_register_u_addr): New prototype.
1110 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1111 * config/vax/vaxult2.mh: Remove file.
1112 * config/vax/vaxult.mh: Remove file.
1113 * config/vax/vaxbsd.mh: Remove file.
1114 * config/vax/vax.mt (TM_FILE): Remove.
1115 * config/vax/tm-vaxbsd.h: Remove file.
1116
1117 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1118
1119 * aix-thread.c (get_signaled_thread): New function.
1120 (iter_trap): Delete, no longer used.
1121 (iter_tid): New function.
1122 (pd_update): Find the thread that received the SIGTRAP signal
1123 by first locating the kernel thread, and then finding its
1124 associated thread.
1125
1126 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1127
1128 * lin-lwp.c (child_wait): Continue inferior after processing
1129 PTRACE_EVENT_CLONE event.
1130
1131 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1132
1133 * MAINTAINERS: Add self to Write-After-Approval.
1134
1135 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1136
1137 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1138 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1139
1140 2004-08-05 Andrew Cagney <cagney@gnu.org>
1141
1142 * config/xm-sysv4.h: Delete file.
1143 * config/mips/xm-irix5.h: Delete file.
1144 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1145 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1146 * config/ia64/xm-aix.h: Delete file.
1147 * config/ia64/aix.mh (XM_FILE): Delete.
1148 * config/pa/xm-hppah.h: Delete file.
1149 * config/pa/hpux11w.mh (XM_FILE): Delete.
1150 * config/pa/hpux11.mh (XM_FILE): Delete.
1151 * config/pa/hpux1020.mh (XM_FILE): Delete.
1152 * config/pa/hppahpux.mh (XM_FILE): Delete.
1153
1154 * config/alpha/xm-alphalinux.h: Delete file.
1155 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1156 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1157 * config/alpha/xm-alphaosf.h: Delete file.
1158 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1159 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1160 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1161 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1162
1163 * config/i386/xm-i386v.h: Delete file.
1164 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1165 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1166 * config/i386/xm-i386sco.h: Delete file.
1167 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1168 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1169 * config/i386/xm-i386v4.h: Delete file.
1170 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1171 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1172 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1173 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1174
1175 * config/vax/xm-vax.h: Delete file.
1176 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1177 * config/vax/xm-vaxult2.h: Delete file.
1178 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1179 * config/vax/vaxult2.mh (XM_FILE): Delete.
1180 * config/vax/xm-vaxult.h: Delete file.
1181 * config/vax/vaxult.mh (XM_FILE): Delete.
1182 * config/vax/xm-vaxbsd.h: Delete file.
1183 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1184
1185 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1186 * gdbarch.h, gdbarch.c: Re-generate.
1187 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1188 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1189 * frame.h: Delete deprecated_read_fp from comments.
1190 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1191 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1192
1193 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1194
1195 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1196 trampoline in OpenBSD 3.5-current.
1197
1198 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1199 SSE registers.
1200
1201 * Makefile.in: Remove embedded page breaks.
1202
1203 2004-08-04 Jim Blandy <jimb@redhat.com>
1204
1205 * regcache.c (regcache_raw_read): Assert that, after calling
1206 target_fetch_registers, the register we're reading is cached.
1207
1208 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1209 a call to 'internal_error', with a more helpful error message.
1210 * rs6000-tdep.c (e500_pseudo_register_read,
1211 e500_pseudo_register_write, rs6000_store_return_value): Same.
1212
1213 2004-08-04 Andrew Cagney <cagney@gnu.org>
1214
1215 * Makefile.in: Update dependencies.
1216
1217 2004-08-04 Jim Blandy <jimb@redhat.com>
1218
1219 Change the layout of the PowerPC E500 raw register cache to allow
1220 the lower 32-bit halves of the GPRS to be their own raw registers,
1221 not pseudoregisters.
1222 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1223 add ppc_ev0_upper_regnum flag.
1224 * rs6000-tdep.c: #include "reggroups.h".
1225 (spe_register_p): Recognize the ev upper half registers as SPE
1226 registers.
1227 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1228 registers.
1229 (e500_move_ev_register): New function.
1230 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1231 vector registers are the pseudo-registers now, formed by splicing
1232 together the gprs and the upper-half registers.
1233 (e500_register_reggroup_p): New function.
1234 (P): Macro deleted.
1235 (P8, A4): New macro.
1236 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1237 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1238 macros.
1239 (registers_e500): Rearrange register set so that the raw register
1240 set contains 32-bit GPRs and upper-half registers, and the SPE
1241 vector registers become pseudo-registers.
1242 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1243 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1244 register numbers are now the same for the E500 as they are for
1245 other PowerPC variants. Register e500_register_reggroup_p as the
1246 register group function for the E500.
1247 * Makefile.in (rs6000-tdep.o): Update dependencies.
1248
1249 Adapt PPC E500 native support to the new raw regcache layout.
1250 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1251 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1252 (fetch_spe_register, store_spe_register): Handle fetching/storing
1253 all the SPE registers at once, if regno == -1. These now take
1254 over the job of fetch_spe_registers and store_spe_registers.
1255 (fetch_spe_registers, store_spe_registers): Deleted.
1256 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1257 unconditionally; they're always raw. Fetch/store SPE upper half
1258 registers, if present, instead of ev registers.
1259 (fetch_register, store_register): Remove sanity checks: gprs are
1260 never pseudo-registers now, so we never need to even mention any
1261 registers that are ever pseudoregisters.
1262
1263 Use a fixed register numbering when communicating with the PowerPC
1264 simulator.
1265 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1266 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1267 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1268 New functions.
1269 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1270 init_sim_regno_table.
1271 * Makefile.in (gdb_sim_ppc_h): New variable.
1272 (rs6000-tdep.o): Update dependencies.
1273
1274 2004-08-02 Andrew Cagney <cagney@gnu.org>
1275
1276 * cris-tdep.c (cris_register_size): Restore function, still used
1277 locally.
1278
1279 * gdbarch.sh (deprecated_target_read_fp)
1280 (deprecated_frame_locals_address, deprecated_frame_args_address)
1281 (deprecated_frame_chain_valid, deprecated_frame_chain)
1282 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1283 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1284 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1285 * gdbarch.h, gdbarch.c: Re-generate.
1286 * regcache.c (deprecated_read_fp): Do not call
1287 DEPRECATED_TARGET_READ_FP_P.
1288 * infcmd.c (default_print_registers_info): Do not call
1289 DEPRECATED_DO_REGISTERS_INFO.
1290 * frame-base.c (default_frame_locals_address): Do not call
1291 DEPRECATED_FRAME_LOCALS_ADDRESS.
1292 (default_frame_args_address): Do not call
1293 DEPRECATED_FRAME_ARGS_ADDRESS.
1294
1295 * gdbarch.sh (deprecated_register_raw_size)
1296 (deprecated_register_virtual_size:int): Delete.
1297 * gdbarch.h, gdbarch.c: Re-generate.
1298 * cris-tdep.c (cris_register_size): Delete.
1299 (cris_gdbarch_init): Update.
1300 * alpha-tdep.c (alpha_register_raw_size)
1301 (alpha_register_virtual_size): Delete.
1302 (alpha_gdbarch_init): Update.
1303
1304 * gdbarch.sh (deprecated_register_virtual_type)
1305 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1306 (deprecated_dummy_write_sp): Delete.
1307 * gdbarch.h, gdbarch.c: Re-generate.
1308
1309 * gdbarch.sh (deprecated_register_bytes): Delete.
1310 * gdbarch.h, gdbarch.c: Re-generate.
1311 * regcache.c (deprecated_register_bytes): New function.
1312 * regcache.h (deprecated_register_bytes): Declare.
1313 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1314 * v850-tdep.c (v850_gdbarch_init): Update.
1315 * sh64-tdep.c (sh64_gdbarch_init): Update.
1316 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1317 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1318 * mcore-tdep.c (mcore_gdbarch_init): Update.
1319 * cris-tdep.c (cris_gdbarch_init): Update.
1320 * arm-tdep.c (arm_gdbarch_init): Update.
1321 * remote.c (init_remote_state): Update.
1322 * remote-vx.c (vx_prepare_to_store): Update.
1323 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1324 * irix5-nat.c (fetch_core_registers): Update.
1325 * cris-tdep.c (cris_register_bytes_ok): Update.
1326 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1327
1328 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1329 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1330 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1331 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1332 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1333 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1334 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1335 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1336 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1337 with mips_insn16 and mips_insn32.
1338
1339 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1340 * rs6000-tdep.c (rs6000_push_dummy_call)
1341 (rs6000_extract_return_value): Use register_size.
1342 * xstormy16-tdep.c (xstormy16_get_saved_register)
1343 (xstormy16_extract_return_value): Ditto.
1344 * valops.c (value_assign): Ditto.
1345 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1346 * v850-tdep.c (v850_extract_return_value): Ditto.
1347 * tracepoint.c (collect_symbol): Ditto.
1348 * target.c (debug_print_register): Ditto.
1349 * stack.c (frame_info): Ditto.
1350 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1351 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1352 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1353 (store_register_using_P): Ditto.
1354 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1355 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1356 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1357 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1358 * regcache.c (deprecated_read_register_bytes)
1359 (deprecated_write_register_bytes, read_register)
1360 (write_register): Ditto.
1361 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1362 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1363 * monitor.c (monitor_supply_register, monitor_fetch_register)
1364 (monitor_store_register): Ditto.
1365 * mn10300-tdep.c (mn10300_pop_frame_regular)
1366 (mn10300_print_register): Ditto.
1367 * mipsv4-nat.c (fill_fpregset): Ditto.
1368 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1369 (mips64_fill_fpregset): Ditto.
1370 * mi/mi-main.c (register_changed_p, get_register)
1371 (mi_cmd_data_write_register_values): Ditto.
1372 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1373 * irix5-nat.c (fill_gregset, fetch_core_registers):
1374 * infrun.c (write_inferior_status_register): Ditto.
1375 * infptrace.c (fetch_register, store_register): Ditto.
1376 * infcmd.c (default_print_registers_info): Ditto.
1377 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1378 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1379 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1380 * hpux-thread.c (hpux_thread_fetch_registers)
1381 (hpux_thread_store_registers): Ditto.
1382 * hppah-nat.c (store_inferior_registers, fetch_register):
1383 * findvar.c (value_from_register): Ditto.
1384 * dve3900-rom.c (fetch_bitmapped_register):
1385 * cris-tdep.c (cris_gdbarch_init): Ditto.
1386 * alpha-tdep.h: Ditto.
1387 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1388
1389 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1390 DEPRECATED_REGISTER_RAW_SIZE from comments.
1391 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1392 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1393 DEPRECATED_REGISTER_RAW_SIZE.
1394 * findvar.c (value_of_register): Simplify by assuming that the
1395 registers raw and virtual sizes are identical.
1396 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1397 comment.
1398 * arch-utils.c (generic_register_size): Simplify by assuming
1399 register_type.
1400
1401 * regcache.c (legacy_read_register_gen, real_register)
1402 (legacy_write_register_gen): Delete, not used.
1403
1404 * regcache.c (struct regcache_descr): Delete legacy_p.
1405 (init_legacy_regcache_descr): Delete function.
1406 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1407 Do not use deprecated register functions.
1408 (regcache_raw_read, deprecated_write_register_gen):
1409 (deprecated_read_register_gen, regcache_raw_write): Delete code
1410 predicated on legacy_p.
1411 (register_size): Delete check against register raw size.
1412
1413 * cris-tdep.c (cris_register_type): Replace
1414 cris_register_virtual_type.
1415 (cris_gdbarch_init): Update, set register_type.
1416
1417 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1418 * gdbarch.h, gdbarch.c: Re-generate.
1419 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1420 (arm_gdbarch_init) Do not set frameless function invocation.
1421 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1422 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1423 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1424 (frv_gdbarch_init): Do not set frameless function invocation.
1425 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1426 * sh-tdep.c (sh_gdbarch_init): Ditto.
1427 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1428 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1429 * avr-tdep.c (avr_gdbarch_init): Ditto.
1430
1431 * blockframe.c (legacy_frame_chain_valid): Delete function.
1432
1433 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1434 and pc. Update comments.
1435 (pc_in_dummy_frame): Delete function.
1436 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1437 use the "id".
1438 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1439 call_hi, top and pc, use the id.
1440 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1441
1442 * dummy-frame.c: Include "gdb_string.h".
1443 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1444 (generic_save_dummy_frame_tos): Delete.
1445 (dummy_frame_push): New function, replaces above.
1446 * dummy-frame.h: Update copyright.
1447 (dummy_frame_push): Declare.
1448 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1449 (generic_save_call_dummy_addr): Delete declarations.
1450 * infcall.c: Include "dummy-frame.h".
1451 (call_function_by_hand): Add locals caller_regcache,
1452 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1453 with call to frame_save_as_regcache plus cleanup. Delete calls to
1454 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1455 Move clear_proceed_status to just before the resume, add call to
1456 dummy_frame_push (discard cleanup).
1457 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1458 (dummy-frame.o): Add $(gdb_string_h).
1459
1460 2004-08-01 Andrew Cagney <cagney@gnu.org>
1461
1462 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1463 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1464 * dummy-frame.c (find_dummy_frame): Delete.
1465 (struct dummy_frame_cache, dummy_frame_sniffer)
1466 (dummy_frame_prev_register, dummy_frame_this_id)
1467 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1468 frame unwinder using a dummy_frame_cache.
1469
1470 2004-08-01 Andrew Cagney <cagney@gnu.org>
1471
1472 * frame.h (frame_save_as_regcache): Declare.
1473 * frame.c (frame_save_as_regcache): New function.
1474 (do_frame_read_register): Replace do_frame_unwind_register.
1475 (frame_pop): Use frame_save_as_regcache.
1476 * dummy-frame.c (generic_push_dummy_frame): Use
1477 frame_save_as_regcache.
1478
1479 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1480
1481 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1482 file as included until we record the first line in the linetable.
1483
1484 2004-08-01 Andrew Cagney <cagney@gnu.org>
1485
1486 * frame.h (deprecated_pop_dummy_frame)
1487 (deprecated_read_register_dummy)
1488 (deprecated_generic_find_dummy_frame): Delete.
1489 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1490 (deprecated_read_register_dummy)
1491 (deprecated_find_dummy_frame_regcache)
1492 (discard_innermost_dummy)
1493 (deprecated_pop_dummy_frame): Delete.
1494 (dummy_frame_this_id): Simplify.
1495 (struct dummy_frame): Delete "fp" and "sp".
1496 (find_dummy_frame): Simplify.
1497 (generic_push_dummy_frame): Do not set "fp" or "sp".
1498 (fprint_dummy_frames): Do not print "fp" and "sp"
1499
1500 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1501
1502 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1503 (struct i386_insn): New structure.
1504 (i386_match_insn): New function.
1505 (i386_frame_setup_skip_insns): New variable.
1506 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1507 array i386_frame_setup_insns of instructions that should be
1508 skipped inside the frame setup sequence.
1509
1510 2004-08-01 Andrew Cagney <cagney@gnu.org>
1511
1512 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1513 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1514 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1515 * stack.c (frame_info): Delete references to
1516 DEPRECATED_FRAME_INIT_SAVED_REGS and
1517 deprecated_get_frame_saved_regs.
1518 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1519 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1520 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1521 (frame_unwind_register_signed)
1522 (frame_unwind_register_unsigned)
1523 (frame_unwind_unsigned_register): Use register_size.
1524 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1525 (deprecated_frame_xmalloc_with_cleanup)
1526 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1527 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1528
1529 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1530 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1531 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1532 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1533
1534 * infcall.c (call_function_by_hand): Do not use
1535 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1536 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1537 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1538 DEPRECATED_STACK_ALIGN.
1539
1540 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1541
1542 Committed by Andrew Cagney.
1543 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1544
1545 2004-08-01 Andrew Cagney <cagney@gnu.org>
1546
1547 * mips-tdep.c (mips16_frame_cache)
1548 (mips16_frame_this_id, mips16_frame_prev_register)
1549 (mips16_frame_unwind, mips16_frame_sniffer)
1550 (mips16_frame_base_address, mips16_frame_base)
1551 (mips16_frame_base_sniffer, mips32_frame_cache)
1552 (mips32_frame_this_id, mips32_frame_prev_register)
1553 (mips32_frame_unwind, mips32_frame_sniffer)
1554 (mips32_frame_base_address, mips32_frame_base)
1555 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1556 separate heuristic mips16 and mips32 unwinders.
1557 (mips_stub_frame_cache, mips_stub_frame_this_id)
1558 (mips_stub_frame_prev_register)
1559 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1560 (mips_stub_frame_base_address, mips_stub_frame_base)
1561 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1562 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1563 match true mdebug frames.
1564 (non_heuristic_proc_desc): Add forward declaration.
1565
1566 2004-08-01 Andrew Cagney <cagney@gnu.org>
1567
1568 * config/mips/tm-irix6.h: Delete file.
1569 * config/mips/tm-irix5.h: Delete file.
1570 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1571 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1572
1573 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1574 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1575 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1576 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1577 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1578 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1579 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1580 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1581 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1582 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1583 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1584 (TARGET_SIGNAL_RAW_VALUES): Delete.
1585 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1586 Delete.
1587 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1588 (TARGET_HW_WATCH_LIMIT): Delete.
1589 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1590 * minimon.h: Delete file.
1591
1592 * trad-frame.c (trad_frame_get_this_base)
1593 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1594 functions.
1595 * trad-frame.h (trad_frame_set_this_base)
1596 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1597
1598 2004-07-31 Andrew Cagney <cagney@gnu.org>
1599
1600 * trad-frame.c (trad_frame_get_prev_register): Rename
1601 trad_frame_get_prev_register.
1602 * vax-tdep.c (vax_frame_prev_register): Update.
1603 * trad-frame.h: Update.
1604 * trad-frame.c (trad_frame_get_register): Update.
1605 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1606 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1607 Update.
1608 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1609 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1610 Update.
1611 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1612 Update.
1613 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1614 Update.
1615 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1616 Update.
1617 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1618 Update.
1619 * s390-tdep.c (s390_frame_prev_register)
1620 (s390_stub_frame_prev_register)
1621 (s390_sigtramp_frame_prev_register): Update.
1622 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1623 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1624 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1625 * m88k-tdep.c (m88k_frame_prev_register)
1626 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1627 * m32r-tdep.c (m32r_frame_prev_register): Update.
1628 * hppa-tdep.c (hppa_frame_prev_register_helper)
1629 * frv-tdep.c (frv_frame_prev_register): Update.
1630 * d10v-tdep.c (d10v_frame_prev_register): Update.
1631 * cris-tdep.c (cris_frame_prev_register): Update.
1632 * avr-tdep.c (avr_frame_prev_register): Update.
1633 * arm-tdep.c (arm_prologue_prev_register)
1634 (arm_sigtramp_prev_register): Update.
1635
1636 2004-07-31 Andrew Cagney <cagney@gnu.org>
1637
1638 * frame.h (legacy_saved_regs_unwind)
1639 (legacy_frame_chain_valid, legacy_frame_p)
1640 (enum frame_type): Delete UNKNOWN_FRAME.
1641 * dummy-frame.c (dummy_frame_this_id): Simplify.
1642 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1643 * frame.c (struct frame_info): Delete the field "type".
1644 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1645 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1646 (legacy_saved_regs_unwind, legacy_frame_p)
1647 (frame_type_from_pc): Delete.
1648 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1649 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1650
1651 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1652
1653 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1654 indentation.
1655
1656 * mips-nat.c: Remove file.
1657 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1658 (mips-nat.o): Remove dependency.
1659
1660 * infptrace.c: Update copyright year.
1661 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1662 explicitly setting the buffer to all zeroes.
1663
1664 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1665 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1666
1667 2004-07-30 Andrew Cagney <cagney@gnu.org>
1668
1669 * GDB 6.2 released from gdb_6_2-branch.
1670
1671 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1672
1673 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1674
1675 * exec.c (exec_file_attach):
1676 * nto-tdep.c (nto_find_and_open_solib):
1677 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1678 * solib.c (solib_open):
1679 * somsolib.c (som_solib_sizeof_symbol_table):
1680 * source.c (is_regular_file, openp, open_source_file):
1681 * symfile.c (symfile_bfd_open):
1682 * wince.c (upload_to_device): Differentiate between the search for
1683 binary and source files.
1684
1685 2004-07-30 Andrew Cagney <cagney@gnu.org>
1686
1687 * complaints.c (_initialize_complaints): Pass NULL to
1688 add_setshow_zinteger_cmd for help_doc.
1689 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1690
1691 2004-07-30 Andrew Cagney <cagney@gnu.org>
1692
1693 Fix PR i18n/761.
1694 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1695 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1696 $(PACKAGE).pot and update-po.
1697 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1698 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1699 (update-po): New rules.
1700 (localedir): Define using autoconf.
1701 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1702 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1703 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1704 * configure.in: Generate CATALOGS and LINGUAS from contents of
1705 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1706 * configure: Re-generate.
1707 * po/gdbtext: New file
1708
1709 2004-07-30 Jerome Guitton <guitton@gnat.com>
1710
1711 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1712 order.
1713
1714 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1715
1716 * dwarf2read.c (read_file_scope): Set producer if attribute
1717 present.
1718 (struct dwarf2_cu): Added new member producer.
1719
1720 2004-07-30 Jerome Guitton <guitton@gnat.com>
1721
1722 * inflow.c (kill_command): release file handles in BFD.
1723 * exec.c (exec_file_attach): Ditto.
1724 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1725
1726 2004-07-29 Andrew Cagney <cagney@gnu.org>
1727
1728 * PROBLEMS (mips-irix): Note that it is broken.
1729
1730 2004-07-29 Andrew Cagney <cagney@gnu.org>
1731
1732 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1733 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1734
1735 * config/xm-nbsd.h: Delete file.
1736 * config/arm/xm-nbsd.h: Delete file.
1737 * config/i386/xm-nbsd.h: Delete file.
1738 * config/ns32k/xm-nbsd.h: Delete file.
1739 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1740 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1741 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1742 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1743 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1744
1745 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1746 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1747 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1748 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1749 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1750 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1751
1752 * config/powerpc/xm-linux.h: Delete empty file.
1753 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1754 * config/powerpc/linux.mh (XM_FILE): Delete.
1755 * config/m68k/xm-linux.h: Delete empty file.
1756 * config/m68k/linux.mh (XM_FILE): Delete.
1757 * config/ia64/xm-linux.h: Delete empty file.
1758 * config/ia64/linux.mh (XM_FILE): Delete.
1759 * config/arm/xm-linux.h: Delete empty file.
1760 * config/arm/linux.mh (XM_FILE): Delete.
1761
1762 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1763 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1764 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1765 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1766 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1767 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1768 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1769 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1770
1771 * config/m68k/xm-m68k.h: Delete file.
1772 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1773 copyright.
1774 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1775 * config/pa/xm-linux.h: Delete empty file.
1776 * config/pa/linux.mh (XM_FILE): Delete.
1777 * config/i386/xm-i386.h: Delete empty file.
1778 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1779 "i386/xm-i386.h".
1780 * config/i386/obsdaout.mh (XM_FILE): Delete.
1781 * config/i386/obsd64.mh (XM_FILE): Delete.
1782 * config/i386/fbsd64.mh (XM_FILE): Delete.
1783 * config/i386/nto.mh (XM_FILE): Delete.
1784 * config/i386/obsd.mh (XM_FILE): Delete.
1785 * config/i386/linux64.mh (XM_FILE): Delete.
1786 * config/i386/linux.mh (XM_FILE): Delete.
1787 * config/i386/i386sol2.mh (XM_FILE): Delete.
1788 * config/i386/i386gnu.mh (XM_FILE): Delete.
1789 * config/i386/fbsd.mh (XM_FILE): Delete.
1790 * config/i386/nbsd64.mh (XM_FILE): Delete.
1791
1792 2004-07-29 Andrew Cagney <cagney@gnu.org>
1793
1794 * config/pa/xm-linux.h: Do not include "floatformat.h".
1795 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1796 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1797 * config/i386/xm-i386.h: Do not include "floatformat.h".
1798 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1799 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1800 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1801 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1802 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1803 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1804 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1805 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1806 * configure, config.in: Regenerate.
1807 * configure.host (gdb_host_float_format, gdb_host_double_format)
1808 (gdb_host_long_double_format): Set according to the host.
1809
1810 2004-07-29 Andrew Cagney <cagney@gnu.org>
1811
1812 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1813
1814 2004-07-28 Andrew Cagney <cagney@gnu.org>
1815
1816 * PROBLEMS: Mention threads/1650.
1817 * NEWS: Mention the NPTL fix.
1818
1819 2004-07-28 Andrew Cagney <cagney@gnu.org>
1820
1821 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1822 (add_setshow_cmd_full): Make static.
1823 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1824 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1825 * cli/cli-decode.c (add_setshow_filename_cmd)
1826 (add_setshow_string_cmd): New functions.
1827 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1828 * mips-tdep.c (_initialize_mips_tdep): Update.
1829 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1830 * cli/cli-logging.c (_initialize_cli_logging): Update.
1831 * complaints.c (_initialize_complaints): Update.
1832 * remote.c (_initialize_remote): Update.
1833
1834 2004-07-28 Andrew Cagney <cagney@gnu.org>
1835
1836 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1837 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1838 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1839 print parameters. Make string parameters constant.
1840 * command.h: Update. Update copyright.
1841 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1842 * observer.c (_initialize_observer): Ditto.
1843 * frame.c (_initialize_frame): Ditto.
1844 * complaints.c (_initialize_complaints): Ditto.
1845 * maint.c (_initialize_maint_cmds): Ditto.
1846 * target.c (initialize_targets): Ditto.
1847 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1848 * infcall.c (_initialize_infcall): Ditto.
1849 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1850 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1851 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1852 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1853 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1854
1855 2004-07-28 Andrew Cagney <cagney@gnu.org>
1856
1857 * gdbtypes.c (lookup_primitive_typename): Delete function.
1858 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1859 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1860 * gdbtypes.c (lookup_typename): Ditto.
1861 * f-exp.y (yylex): Ditto.
1862 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1863
1864 * scm-lang.c (c_builtin_types): Delete extern declaration.
1865 (scm_language_defn): Replace
1866 string_char_type and primitive_type_vector with
1867 la_language_arch_info.
1868 * jv-lang.c (java_language_defn): Replace
1869 string_char_type and primitive_type_vector with
1870 la_language_arch_info.
1871 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1872 c_builtin_types in comment.
1873 * c-lang.h (struct language_arch_info): Declare opaque.
1874 (c_language_arch_info): Declare.
1875 (c_builtin_types): Delete declaration.
1876 * c-lang.c (c_language_arch_info): Set string_char_type to
1877 builtin_char, not builtin_true_char. Make global.
1878 (c_builtin_types): Delete array.
1879 (asm_language_defn, minimal_language_defn): Replace
1880 string_char_type and primitive_type_vector with
1881 la_language_arch_info.
1882
1883 2004-07-28 Andrew Cagney <cagney@gnu.org>
1884
1885 * gdbtypes.h (struct builtin_type): Rename true_char to
1886 builtin_true_char.
1887 * gdbtypes.c (gdbtypes_post_init): Update.
1888 * c-lang.c (arch_info): New function.
1889 (enum c_primitive_types): New enum.
1890 (c_language_defn): Instead of string_char_type and
1891 primitive_type_vector set la_language_arch_info.
1892
1893 2004-07-28 Andrew Cagney <cagney@gnu.org>
1894
1895 * language.h (struct language_arch_info): Fix typo
1896 s/primative/primitive/.
1897 * gdbtypes.c (lookup_primitive_typename): Ditto.
1898 * language.c (language_lookup_primitive_type_by_name)
1899 (unknown_language_arch_info): Ditto.
1900
1901 2004-07-27 Andrew Cagney <cagney@gnu.org>
1902
1903 * defs.h (enum language): Add nr_languages.
1904 * language.h (struct language_arch_info): Define.
1905 (struct language_defn): Add la_language_arch_info.
1906 (language_lookup_primative_type_by_name): Declare.
1907 (language_string_char_type): Declare.
1908 * language.c (_initialize_language, language_gdbarch_post_init)
1909 (struct language_gdbarch, language_gdbarch_data): Implement
1910 per-architecture language information.
1911 (unknown_language_arch_info, language_string_char_type)
1912 (language_lookup_primative_type_by_name): New functions.
1913 (unknown_language_defn, auto_language_defn)
1914 (local_language_defn): Set la_language_arch_info to
1915 unknown_language_arch_info.
1916 (unknown_builtin_types): Delete.
1917 * gdbtypes.c (lookup_primitive_typename): Use
1918 language_lookup_primative_type_by_name.
1919 (create_string_type): Use language_string_char_type.
1920 * values.c (value_from_string): Use language_string_char_type.
1921 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1922 * p-lang.c (pascal_language_defn): Ditto.
1923 * m2-lang.c (m2_language_defn): Ditto.
1924 * jv-lang.c (java_language_defn): Ditto.
1925 * objc-lang.c (objc_language_defn): Ditto.
1926 * f-lang.c (f_language_defn): Ditto.
1927 * c-lang.c (c_language_defn, cplus_language_defn)
1928 (asm_language_defn, minimal_language_defn): Ditto.
1929
1930 2004-07-27 Andrew Cagney <cagney@gnu.org>
1931
1932 * gdbtypes.h (struct builtin_type): Declare.
1933 (builtin_type): Declare.
1934 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1935 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1936 (gdbtypes_post_init): New function.
1937 (builtin_type): New function.
1938
1939 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1940
1941 * remote-m32r-sdi.c: Fix breakpoint bug.
1942 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1943 recv_char_data, recv_long_data): New functions to replace communication
1944 sequences.
1945
1946 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1947
1948 Document PR threads/1650.
1949 * PROBLEMS (Threads): Document problem with many threads
1950
1951 2004-07-26 Andrew Cagney <cagney@gnu.org>
1952
1953 * gdb-mi.el: Move from here ...
1954 * mi/gdb-mi.el: ... to here.
1955
1956 2004-07-26 Andrew Cagney <cagney@gnu.org>
1957
1958 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1959 * main.c (captured_main): When in batch mode always detach.
1960
1961 2004-07-26 Andrew Cagney <cagney@gnu.org>
1962
1963 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1964 and h8300 as broken.
1965 * NEWS: END-OF-LIFE frame compatibility module.
1966 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1967 specific comments.
1968
1969 2004-07-26 Andrew Cagney <cagney@gnu.org>
1970
1971 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1972 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1973 * wince.c (_initialize_wince): Update.
1974 * win32-nat.c (_initialize_win32_nat): Update.
1975 * varobj.c (_initialize_varobj): Update.
1976 * valops.c (_initialize_valops): Update.
1977 * utils.c (initialize_utils, initialize_utils): Update.
1978 * tui/tui-win.c (_initialize_tui_win): Update.
1979 * top.c (init_main): Update.
1980 * symfile.c (_initialize_symfile): Update.
1981 * source.c (_initialize_source): Update.
1982 * somsolib.c (_initialize_som_solib): Update.
1983 * solib.c (_initialize_solib): Update.
1984 * solib-frv.c (_initialize_frv_solib): Update.
1985 * serial.c (_initialize_serial): Update.
1986 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1987 * remote.c (_initialize_remote, _initialize_remote): Update.
1988 * remote-vx.c (_initialize_vx): Update.
1989 * remote-utils.c (_initialize_sr_support): Update.
1990 * remote-sds.c (_initialize_remote_sds): Update.
1991 * remote-mips.c (_initialize_remote_mips): Update.
1992 * remote-e7000.c (_initialize_remote_e7000): Update.
1993 * proc-api.c (_initialize_proc_api): Update.
1994 * printcmd.c: Update.
1995 * parse.c (_initialize_parse): Update.
1996 * pa64solib.c (_initialize_pa64_solib): Update.
1997 * p-valprint.c (_initialize_pascal_valprint): Update.
1998 * monitor.c (_initialize_remote_monitors): Update.
1999 * mips-tdep.c (_initialize_mips_tdep): Update.
2000 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2001 * maint.c (_initialize_maint_cmds): Update.
2002 * lin-lwp.c (_initialize_lin_lwp): Update.
2003 * language.c (_initialize_language): Update.
2004 * kod.c (_initialize_kod): Update.
2005 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2006 * i386-tdep.c (_initialize_i386_tdep): Update.
2007 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2008 * gdbarch.sh: Update.
2009 * gdbarch.c: Re-generate.
2010 * gdb-events.sh: Update.
2011 * gdb-events.c: Re-generate.
2012 * frame.c (_initialize_frame): Update.
2013 * exec.c: Update.
2014 * demangle.c (_initialize_demangler): Update.
2015 * dcache.c (_initialize_dcache): Update.
2016 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2017 * cp-valprint.c (_initialize_cp_valprint): Update.
2018 * corefile.c (_initialize_core): Update.
2019 * command.h: Update.
2020 * cli/cli-decode.h: Update.
2021 * cli/cli-cmds.c (init_cli_cmds): Update.
2022 * charset.c (_initialize_charset): Update.
2023 * breakpoint.c (_initialize_breakpoint): Update.
2024 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2025 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2026 * aix-thread.c (_initialize_aix_thread): Update.
2027
2028 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2029
2030 Partial fix for PR backtrace/1718.
2031 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2032 that GCC migrates into the prolugue. Don't handle any
2033 instructions that clobber %ebx.
2034
2035 2004-07-23 Andrew Cagney <cagney@gnu.org>
2036
2037 Use regcache_raw_collect instead of regcache_collect.
2038 * regcache.h (regcache_collect): Delete declaration.
2039 * regcache.c (regcache_colect): Delete function.
2040 * win32-nat.c (do_child_store_inferior_registers): Update.
2041 * sol-thread.c (sol_thread_store_registers): Update.
2042 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2043 * rs6000-nat.c (store_register): Update.
2044 * remote.c (store_register_using_P, remote_store_registers): Update.
2045 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2046 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2047 (fill_vrregset, store_spe_registers, fill_gregset)
2048 (fill_gregset): Update.
2049 * nto-procfs.c (procfs_store_registers): Update.
2050 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2051 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2052 * m68klinux-nat.c (store_register, fill_gregset): Update.
2053 * m68k-tdep.c (fill_gregset): Update.
2054 * infptrace.c (store_register): Update.
2055 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2056 * i386-linux-nat.c (store_register, fill_gregset): Update.
2057 * hppa-linux-nat.c (fill_gregset): Update.
2058 * go32-nat.c (store_register): Update.
2059 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2060 (store_fp_regs): Update.
2061 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2062 (store_nwfpe_extended, store_fpregister, store_fpregs)
2063 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2064 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2065 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2066 (store_regs_user_thread, store_regs_kernel_thread): Update.
2067
2068 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2069
2070 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2071 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2072 encoding.
2073 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2074 member of `struct comp_unit'.
2075
2076 2004-07-23 Andrew Cagney <cagney@gnu.org>
2077
2078 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2079 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2080
2081 2004-07-23 Martin Hunt <hunt@redhat.com>
2082 Kevin Buettner <kevinb@redhat.com>
2083
2084 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2085 alignment was being added to the offset instead of multiplied.
2086
2087 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2088
2089 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2090 changed signal trampoline in OpenBSD 3.5-current.
2091
2092 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2093 <machine/pcb.h> and "bsd-kvm.h".
2094 (sparc64nbsd_supply_pcb): New function.
2095 (_initialize_sparc64nbsd_nat): Renamed from
2096 _initialize_sparcnbsd_nat. Enable libkvm interface.
2097 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2098 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2099 (LOADLIBES): New variable.
2100
2101 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2102
2103 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2104
2105 2004-07-21 Andrew Cagney <cagney@gnu.org>
2106
2107 Use regcache_raw_supply instead of supply_register.
2108 * regcache.h (supply_register): Delete declaration.
2109 * regcache.c (supply_register): Delete function.
2110 * wince.c (do_child_fetch_inferior_registers): Update.
2111 * win32-nat.c (do_child_fetch_inferior_registers)
2112 (fetch_elf_core_registers): Update.
2113 * v850ice.c (v850ice_fetch_registers): Update.
2114 * thread-db.c (thread_db_store_registers): Update.
2115 * sol-thread.c (sol_thread_store_registers): Update.
2116 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2117 * rs6000-nat.c (fetch_register): Update.
2118 * rom68k-rom.c (rom68k_supply_one_register): Update.
2119 * remote.c (remote_wait, remote_async_wait): Update.
2120 * remote-st.c (get_hex_regs): Update.
2121 * remote-sim.c (gdbsim_fetch_register): Update.
2122 * remote-sds.c (sds_fetch_registers): Update.
2123 * remote-rdp.c (remote_rdp_fetch_register): Update.
2124 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2125 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2126 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2127 * remote-hms.c (init_hms_cmds): Update.
2128 * remote-est.c (init_est_cmds): Update.
2129 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2130 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2131 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2132 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2133 (fetch_register, supply_vrregset, supply_vrregset)
2134 (fetch_spe_registers): Update.
2135 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2136 * monitor.c (monitor_supply_register): Update.
2137 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2138 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2139 (mipsnbsd_supply_fpreg): Update.
2140 * mips-nat.c (fetch_inferior_registers)
2141 (fetch_core_registers): Update.
2142 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2143 (supply_fpregset, mips64_supply_gregset)
2144 (mips64_supply_fpregset): Update.
2145 * m68klinux-nat.c (fetch_register, supply_gregset)
2146 (supply_fpregset): Update.
2147 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2148 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2149 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2150 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2151 * infptrace.c (fetch_register): Update.
2152 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2153 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2154 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2155 (gnu_fetch_registers, gnu_store_registers): Update.
2156 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2157 * i386-linux-nat.c (fetch_register, supply_gregset)
2158 (dummy_sse_values): Update.
2159 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2160 * hppah-nat.c (fetch_register): Update.
2161 * hppa-linux-nat.c (fetch_register, supply_gregset)
2162 (supply_fpregset): Update.
2163 * go32-nat.c (fetch_register): Update.
2164 * dve3900-rom.c (fetch_bitmapped_register)
2165 (_initialize_r3900_rom): Update.
2166 * cris-tdep.c (supply_gregset): Update.
2167 * abug-rom.c (init_abug_cmds): Update.
2168 * core-aout.c (fetch_core_registers): Update.
2169 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2170 (fetch_register, fetch_fp_register): Update.
2171 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2172 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2173 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2174 * alphanbsd-tdep.c (fetch_core_registers): Update.
2175 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2176 * alpha-nat.c (fetch_osf_core_registers)
2177 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2178 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2179 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2180
2181 2004-07-21 Andrew Cagney <cagney@gnu.org>
2182
2183 * PROBLEMS: Mention breakpoints/1702.
2184 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2185 that is known to work.
2186
2187 2004-07-21 Andrew Cagney <cagney@gnu.org>
2188
2189 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2190 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2191 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2192 (handle_inferior_event): Wrap call to deprecated
2193 IGNORE_HELPER_CALL in #ifdef.
2194 * config/mips/tm-nbsd.h: Update.
2195
2196 2004-07-20 Jim Blandy <jimb@redhat.com>
2197
2198 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2199 bfd_mach_ppc has no segment registers.
2200
2201 Include PowerPC SPR numbers for special-purpose registers.
2202 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2203 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2204 new member in initializer.
2205 (S, S4, SN4, S64): New macros for defining special-purpose
2206 registers.
2207 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2208 registers_403, registers_403GC, registers_505, registers_860,
2209 registers_601, registers_602, registers_603, registers_604,
2210 registers_750, registers_e500): Use them.
2211
2212 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2213 replace references with expression used to initialize variable.
2214
2215 2004-07-20 Andrew Cagney <cagney@gnu.org>
2216
2217 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2218 read_memory_nobpt.
2219 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2220 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2221 (s390_sigtramp_frame_sniffer): Update.
2222 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2223 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2224 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2225 (mips32_fetch_instruction): Update.
2226 * mcore-tdep.c (get_insn): Update.
2227 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2228 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2229 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2230 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2231 (i386_linux_rt_sigtramp_start): Update.
2232 * i386-linux-nat.c (child_resume): Update.
2233 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2234 * hppa-linux-tdep.c (insns_match_pattern): Update.
2235 * gdbcore.h: Update.
2236 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2237 * frame.c (safe_frame_unwind_memory): Update.
2238 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2239 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2240 * alpha-tdep.c (alpha_read_insn): Update.
2241
2242 2004-07-20 Andrew Cagney <cagney@gnu.org>
2243
2244 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2245 containing both bytes and mask. Add "frame_type".
2246 * tramp-frame.c (tramp_frame_start): Update.
2247 (tramp_frame_prepend_unwinder): Update.
2248 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2249 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2250 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2251 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2252
2253 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2254
2255 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2256 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2257 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2258 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2259
2260 2004-07-17 Andrew Cagney <cagney@gnu.org>
2261
2262 * NEWS, PROBLEMS: Update for 6.2.
2263
2264 * README: Update to 6.2.
2265
2266 * utils.c (xvasprintf): Call xstrvprintf.
2267
2268 * parse.c: Update copyright.
2269 (null_post_parser): Eliminate ARGSUSED.
2270
2271 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2272 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2273 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2274
2275 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2276 * ppc-linux-nat.c: Use "Linux kernel".
2277 * hppa-linux-tdep.c: Use GNU/Linux.
2278 * hppa-linux-nat.c: Use GNU/Linux.
2279 * dwarfread.c: Add [sic] to use of Linux.
2280
2281 * hppa-linux-nat.c: Do not include <string.h>.
2282 (supply_fpregset): Remove "register" attribute.
2283
2284 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2285
2286 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2287
2288 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2289 * configure, config.in: Regenerated.
2290
2291 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2292 "bsd-kvm.h".
2293 (vaxbsd_supply_pcb): New function.
2294 (_initialize_vaxbsd_nat): New prototype and function.
2295 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2296 solib-sunos.o.
2297 (LOADLIBES): New variable.
2298 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2299 (LOADLIBES): New variable.
2300 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2301 (LOADLIBES): New variable.
2302 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2303
2304 2004-07-16 Andrew Cagney <cagney@gnu.org>
2305
2306 * defs.h (event_loop_p): Replace variable declaration with macro,
2307 always 1.
2308 * main.c (captured_main): Delete options "-async" and "-noasync".
2309 (event_loop_p): Delete variable.
2310 * NEWS: Mention that "-async" and "-noasync" were removed.
2311
2312 2004-07-16 Andrew Cagney <cagney@gnu.org>
2313
2314 * remote-m32r-sdi.c: Re-indent.
2315
2316 2004-07-16 Jim Blandy <jimb@redhat.com>
2317
2318 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2319 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2320 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2321 missing MPC823 SPRs.
2322 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2323 incorrect. (This was corrected in GDB's register name tables on
2324 2004-07-14.)
2325
2326 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2327 should be "esasrr" ("ESA Save and Restore Register").
2328
2329 2004-07-16 Andrew Cagney <cagney@gnu.org>
2330
2331 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2332 calls, no longer applicable. Update comments and rename parameter
2333 "step_frame" to "return_frame".
2334
2335 2004-07-16 Andrew Cagney <cagney@gnu.org>
2336
2337 * frame.c (fprint_field): New function.
2338 (fprint_frame_id): Use fprint_field.
2339
2340 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2341
2342 * ada-lang.c (ada_language_defn): Remove commented out code.
2343
2344 2004-07-15 Jim Blandy <jimb@redhat.com>
2345
2346 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2347 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2348
2349 2004-07-14 Jim Blandy <jimb@redhat.com>
2350
2351 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2352
2353 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2354
2355 * ppc-tdep.h (ppc_num_srs): New enum constant.
2356
2357 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2358 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2359 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2360 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2361 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2362 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2363 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2364 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2365 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2366 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2367 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2368 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2369 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2370 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2371 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2372 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2373 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2374 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2375 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2376 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2377 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2378 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2379 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2380 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2381 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2382 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2383 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2384 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2385 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2386 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2387 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2388 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2389 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2390 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2391 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2392 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2393 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2394 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2395 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2396 special-purpose register numbers.
2397
2398 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2399 manual mentions 'md_twb', but many mention 'm_twb', and at that
2400 point in the register list.)
2401
2402 2004-07-14 Andrew Cagney <cagney@gnu.org>
2403
2404 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2405 instead of "internal-error".
2406
2407 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2408
2409 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2410 that was inserted inside a comment.
2411
2412 2004-07-10 Randolph Chung <tausq@debian.org>
2413
2414 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2415 function.
2416 (hppa_hpux_push_dummy_code): New function.
2417 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2418 Set find_global_pointer method.
2419
2420 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2421
2422 * NEWS: Mention BSD libkvm interface.
2423
2424 2004-07-10 Michael Snyder <msnyder@redhat.com>
2425
2426 * symfile.c (generic_load): Comment typo.
2427 * stack.c (get_selected_block): Ditto.
2428 * regcache.c (regcache_cooked_read): Ditto.
2429 * monitor.c (monitor_debug): Ditto.
2430 * mips-tdep.c (mips_read_pc): Ditto.
2431 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2432 * gdb_mbuild.sh: Ditto.
2433 * gdbarch.sh: Ditto.
2434 * gdbarch.h: Ditto.
2435
2436 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2437
2438 * ada-tasks.c: Remove file.
2439
2440 Remove ARI problems:
2441
2442 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2443 beginning of line.
2444
2445 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2446 Add comment.
2447 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2448 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2449 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2450 (UMIN_OF_SIZE): Remove.
2451 (max_of_type): New function to replace orphan macro in gdbtypes.h
2452 (min_of_type): Ditto.
2453 (discrete_type_high_bound): Use max_of_type.
2454 (discrete_type_low_bound): Use min_of_type.
2455 (possible_user_operator_p): Move operator to beginning of line.
2456 (ada_is_variant_part): Ditto.
2457 (ensure_lval): Rewrite to avoid deprecated operations.
2458 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2459 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2460 (ada_enum_name): Remove assignments in 'if' statements.
2461 (build_ada_types): Add gdbarch parameter.
2462 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2463 with gdbarch_data_register_post_init.
2464 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2465 add_show_from_set.
2466
2467 * ada-valprint.c (inspect_it): Remove declaration.
2468 (repeat_count_threshold): Remove declaration.
2469 (ada_print_floating): Remove assignments in 'if' statements.
2470 (print_str): Move operator to beginning of line.
2471
2472 2004-07-08 Jim Blandy <jimb@redhat.com>
2473
2474 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2475
2476 2004-07-08 Bob Rossi <bob@brasko.net>
2477
2478 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2479
2480 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2481
2482 * language.h (struct_language_defn): Add new function pointer:
2483 la_class_name_from_physname. Also add new prototype for
2484 language_class_name_from_physname.
2485 * language.c (language_class_name_from_physname): New function.
2486 (unk_lang_class_name): Ditto.
2487 (unknown_language_defn, auto_language_defn): Change
2488 to add unk_lang_class_name function pointer for
2489 la_class_name_from_physname.
2490 (local_language_defn): Ditto.
2491 * dwarf2read.c (guess_structure_name): Change to call
2492 language_class_name_from_physname.
2493 (determine_class_name): Ditto.
2494 * cp-support.c (class_name_from_physname): Renamed.
2495 (cp_class_name_from_physname): New name of function.
2496 * cp-support.h: Ditto.
2497 * c-lang.c (c_language_defn): Change to add NULL
2498 for class_name_from_physname function pointer.
2499 (cplus_language_defn): Change to add cp_class_name_from_physname.
2500 * jv-lang.c (java_class_name_physname): New function.
2501 (java_find_last_component): New static routine.
2502 (java_language_defn): Add java_class_name_from_physname pointer.
2503 * ada-lang.c (ada_language_defn): Change to add NULL
2504 for class_name_from_physname function pointer.
2505 * f-lang.c (f_language_defn): Ditto.
2506 * m2-lang.c (m2_language_defn): Ditto.
2507 * objc-lang.c (objc_language_defn): Ditto.
2508 * p-lang.c (pascal_language_defn): Ditto.
2509 * scm-lang.c (scm_language_defn): Ditto.
2510
2511 2004-07-06 Andrew Cagney <cagney@gnu.org>
2512
2513 Patch from Bart Robinson.
2514 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2515 (O_LARGEFILE): Define to 0, if not defined.
2516
2517 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2518
2519 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2520 <machine/pcb.h> and "bsd-kvm.h".
2521 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2522 (m68kbsd_supply_pcb): New function.
2523 (_initialize_m68kbsd_nat): New prototype and function.
2524 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2525 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2526 (LOADLIBES): New variable.
2527 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2528 (LOADLIBES): New variable.
2529
2530 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2531
2532 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2533
2534 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2535 <sys/proc.h>.
2536 (bsd_kvm_cmdlist): New variable.
2537 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2538 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2539 command and "kvm proc" command.
2540 * Makefile.in (bsd-kvm.o): Update dependencies.
2541
2542 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2543
2544 * osabi.c: Update copyright year.
2545 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2546 notes if EI_OSABI is set to ELFOSABI_HPUX.
2547
2548 2004-07-01 Michael Snyder <msnyder@redhat.com>
2549
2550 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2551 that seems to have gotten whacked out of line.
2552
2553 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2554
2555 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2556 code.
2557
2558 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2559
2560 * ada-lang.c (decode_packed_array): Minor change to comment.
2561 (ada_value_slice_ptr): New function.
2562 (ada_value_slice): New function.
2563 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2564 test. Don't know why it is there.
2565 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2566 to avoid dereferencing huge arrays from which one is slicing.
2567 (empty_array): Correct to return an array rather than
2568 a subrange value.
2569 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2570 on empty arrays (let'em use 'FIRST instead).
2571
2572 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2573
2574 Address complaints from gdb_ari.sh:
2575
2576 * ada-exp.y: Include gdb_string.h rather than string.h.
2577 (convert_char_literal): Reformat declaration.
2578 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2579 * ada-lex.l: Change use of free to xfree (the macro would do so
2580 anyway, but this is harmless).
2581 Include gdb_string.h rather than string.h.
2582 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2583
2584 * ada-lang.c (parse): Remove K&Rism in parameter list.
2585 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2586
2587 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2588
2589 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2590 dead code.
2591
2592 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2593
2594 * alphabsd-nat.c: Update copyright year.
2595 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2596
2597 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2598
2599 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2600 (i386_cygwin_in_solib_call_trampoline): New function.
2601 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2602 and skip_trampoline_code gdbarch methods.
2603
2604 2004-06-29 Jim Blandy <jimb@redhat.com>
2605
2606 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2607 name actually used in the dependency lists.
2608
2609 2004-06-29 Randolph Chung <tausq@debian.org>
2610
2611 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2612
2613 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2614
2615 * win32-nat.c (child_pid_to_exec_file): New function.
2616 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2617 functionality.
2618
2619 2004-06-28 Andrew Cagney <cagney@gnu.org>
2620
2621 * defs.h (xstrvprintf): Declare.
2622 * utils.c (xstrvprintf): New function.
2623 (internal_vproblem, xstrprintf, xasprintf)
2624 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2625 * serial.c (serial_printf): Ditto.
2626 * complaints.c (vcomplaint): Ditto.
2627
2628 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2629
2630 * infcmd.c (attach_command): Move call to target_terminal_inferior
2631 behind loading symbol table.
2632
2633 2004-06-28 Andrew Cagney <cagney@gnu.org>
2634
2635 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2636 change - add back extern deprecated_ui_loop_hook declaration.
2637
2638 2004-06-28 Andrew Cagney <cagney@gnu.org>
2639
2640 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2641 xstrprintf.
2642 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2643 (c_value_of_variable): Ditto.
2644 * utils.c (internal_vproblem): Ditto.
2645 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2646 * remote.c (add_packet_config_cmd): Ditto.
2647 * remote-rdp.c (rdp_set_command_line): Ditto.
2648 * regcache.c (regcache_dump): Ditto.
2649 * frv-tdep.c (new_variant, new_variant): Ditto.
2650 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2651 (fbsd_find_memory_regions): Ditto.
2652 * breakpoint.c (create_thread_event_breakpoint)
2653 (create_breakpoints): Ditto.
2654 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2655 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2656
2657 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2658
2659 * ada-lang.c: Re-indent file, with some massaging to help indent
2660 a bit when the result is otherwise really too ugly.
2661
2662 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2663
2664 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2665 code_addr_p and special_addr_p to 'unsigned int'.
2666
2667 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2668
2669 * i386v4-nat.c: Update copyright year and tweak comment.
2670 (regmap): Remove trailing comma.
2671 (supply_gregset): Rename local variable i to regnum. Call
2672 regcache_raw_supply instead of supply_register.
2673 (fill_gregset): Rename argument regno to regnum. Call
2674 regcache_raw_collect instead of regcache_collect.
2675
2676 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2677
2678 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2679 and special_addr_p.
2680 (frame_id_build, frame_id_build_special): Update comments.
2681 (frame_id_build_wild): New prototype.
2682 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2683 struct frame_id fields.
2684 (frame_id_build_wild): New function.
2685 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2686
2687 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2688
2689 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2690 hppabsd-tdep.c.
2691
2692 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2693
2694 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2695
2696 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2697
2698 * ada-lang.c: Re-indent file.
2699
2700 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2701
2702 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2703 (no_symtab_msg): Likewise.
2704
2705 2004-06-27 Andreas Schwab <schwab@suse.de>
2706
2707 * source.c: Fix whitespace.
2708
2709 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2710
2711 * configure.in: Include <sys/param.h> for td_pcb test.
2712 * configure: Regenerated.
2713
2714 * i386nbsd-nat.c: New file.
2715 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2716 i386obsd-nat.c and i386obsd-tdep.c.
2717 (i386nbsd-nat.o): New dependency.
2718 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2719 bsd-kvm.o.
2720 (LOADLIBES): New variable.
2721 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2722 bsd-kvm.o.
2723 (LOADLIBES): New variable.
2724
2725 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2726 (LOADLIBES): New variable.
2727
2728 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2729 fetching from BSD_KVM_PADDR. Correctly lookup address for
2730 "_thread0".
2731
2732 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2733 "bsd-kvm.h".
2734 (amd64fbsd_supply_pcb): New funcion.
2735 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2736
2737 2004-06-27 <david@streamline-computing.com>
2738
2739 Partial fix for PR cli/1056.
2740 * valarith.c: Check for zero in division and remainder
2741 evaluation.
2742
2743 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2744
2745 * i387-tdep.c: Remove excessive whitespace.
2746
2747 2004-06-26 Andrew Cagney <cagney@gnu.org>
2748
2749 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2750 * gdb-events.h, gdb-events.c: Re-generate.
2751 * tui/tui-hooks.c (tui_install_hooks): Update.
2752 (tui_remove_hooks): Update.
2753 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2754
2755 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2756
2757 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2758 (gregset_t, fpregset_t): Remove typedefs.
2759 (REG_OFFSET): Rename argument.
2760 (amd64bsd_r_reg_offset): Rename from reg_offset.
2761 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2762 Remove functions.
2763 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2764 of reg_offset.
2765 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2766
2767 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2768
2769 * vax-tdep.c: Tweak comment.
2770
2771 Add OpenBSD/hppa support.
2772 * NEWS (New native configurations): Mention OpenBSD/hppa.
2773 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2774 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2775 files.
2776 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2777 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2778 * configure.host: Add hppa*-*-openbsd*.
2779 * configure.tgt: Add hppa*-*-openbsd*.
2780
2781 2004-06-25 Andrew Cagney <cagney@gnu.org>
2782
2783 * defs.h (deprecated_ui_loop_hook): Deprecated.
2784 * wince.c (child_wait): Update.
2785 * win32-nat.c (child_wait): Update.
2786 * v850ice.c (v850ice_wait): Update.
2787 * top.c (deprecated_ui_loop_hook): Update.
2788 * serial.h: Update.
2789 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2790 (do_unix_readchar): Update.
2791 * ser-tcp.c (net_open): Update.
2792 * remote-sim.c (gdb_os_poll_quit): Update.
2793 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2794
2795 2004-06-24 Andrew Cagney <cagney@gnu.org>
2796
2797 * defs.h (deprecated_pre_add_symbol_hook)
2798 (deprecated_post_add_symbol_hook): Deprecated.
2799 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2800 (symbol_file_add_with_addrs_or_offsets): Update references.
2801
2802 2004-06-24 Andrew Cagney <cagney@gnu.org>
2803
2804 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2805 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2806 * wince.c (ui_loop_hook): Delete extern declaration.
2807 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2808 * v850ice.c (ui_loop_hook): Delete extern declaration..
2809 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2810 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2811 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2812 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2813 ui_loop_hook declaration.
2814
2815 2004-06-24 Andrew Cagney <cagney@gnu.org>
2816
2817 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2818 entry_func_highpc fields.
2819 * objfiles.c (init_entry_point_info): Do not clear
2820 entry_func_lowpc and entry_func_highpc.
2821 (objfile_relocate): Do not relocate entry_func_lowpc and
2822 entry_func_highpc.
2823 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2824 entry_func_highpc.
2825 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2826 entry_func_highpc.
2827 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2828 entry_func_lowpc and entry_func_highpc with call to
2829 inside_entry_func.
2830
2831 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2832
2833 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2834 quad-precision floating point arguments in registers.
2835
2836 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2837
2838 From Michael Mueller <m.mueller99@kay-mueller.de>:
2839 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2840 account.
2841
2842 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2843
2844 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2845 to -1.
2846 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2847 untriggered watchpoints to a separate if clause. Update function
2848 comment regarding STOPPED_BY_WATCHPOINT argument.
2849
2850 2004-06-22 Jim Blandy <jimb@redhat.com>
2851
2852 * gdbarch.sh: Doc fix.
2853
2854 2004-06-21 Martin Hunt <hunt@redhat.com>
2855 Kevin Buettner <kevinb@redhat.com>
2856
2857 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2858 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2859 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2860 to set_gdbarch_sp_regnum(). Use cooked register number.
2861 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2862
2863 2004-06-21 Andrew Cagney <cagney@gnu.org>
2864
2865 * gdbarch.sh: When the macro field is empty, do not generate a
2866 macro definition. When the macro field is "=", generate the macro
2867 name from the upper-case function name.
2868 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2869 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2870 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2871 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2872 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2873 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2874 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2875 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2876 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2877 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2878 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2879 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2880 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2881 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2882 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2883 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2884 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2885 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2886 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2887 (DEPRECATED_USE_STRUCT_CONVENTION)
2888 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2889 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2890 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2891 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2892 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2893 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2894 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2895 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2896 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2897 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2898 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2899 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2900 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2901 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2902 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2903 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2904 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2905 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2906
2907 2004-06-21 Andrew Cagney <cagney@gnu.org>
2908
2909 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2910 macro name, and the function rather than macro value. Only wrap
2911 macro print statements in #ifdef. Move format logic to where it
2912 is needed.
2913 * gdbarch.c: Re-generate.
2914
2915 * gdbarch.sh (read): Delete "print_p" and "description", add
2916 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2917 Delete references to print_p.
2918 (TARGET_ARCHITECTURE): Delete print predicate.
2919 * gdbarch.c: Re-generate.
2920
2921 * gdbarch.sh: Check that multi-arch methods do not provide a
2922 macro.
2923 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2924 (print_registers_info, print_float_info, print_vector_info)
2925 (adjust_breakpoint_address, remote_translate_xfer_address)
2926 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2927 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2928 name from the multi-arch definition.
2929
2930 2004-06-20 Andrew Cagney <cagney@gnu.org>
2931
2932 * gdbarch.sh: Sort by the function, instead of macro name.
2933 * gdbarch.c: Re-generate.
2934
2935 2004-06-20 Andrew Cagney <cagney@gnu.org>
2936
2937 * gdbarch.sh: Use the function, instead of macro name in
2938 errors and the log file.
2939 (return_value): Remove stray ":" in spec.
2940
2941 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2942 * gdbarch.h, gdbarch.c: Re-generate.
2943 * Makefile.in (arch-utils.o): Update dependencies.
2944 * values.c (using_struct_return): Move code calling
2945 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2946 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2947 to legacy_return_value, simplify.
2948 * infcmd.c (print_return_value): Move code calling
2949 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2950 to legacy_return_value, simplify.
2951 * infcall.c (call_function_by_hand): Move code calling
2952 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2953 * arch-utils.c: Update copyright. Include "gdbcore.h".
2954 (legacy_return_value): New function.
2955 * arch-utils.h: Update copyright.
2956 (legacy_return_value): Declare.
2957
2958 2004-06-20 Andrew Cagney <cagney@gnu.org>
2959
2960 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2961 * gdbarch.h, gdbarch.c: Re-generate.
2962 * values.c (using_struct_return): Update call.
2963 * mcore-tdep.c: Update comment.
2964 * infcall.c (call_function_by_hand): Update comment.
2965 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2966 * arch-utils.h (always_use_struct_convention): Update.
2967 * v850-tdep.c (v850_gdbarch_init): Update.
2968 * sh64-tdep.c (sh64_gdbarch_init): Update.
2969 * sh-tdep.c (sh_gdbarch_init): Update.
2970 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2971 * mips-tdep.c (mips_gdbarch_init): Update.
2972 * mcore-tdep.c (mcore_gdbarch_init): Update.
2973 * m32r-tdep.c (m32r_gdbarch_init): Update.
2974 * ia64-tdep.c (ia64_gdbarch_init): Update.
2975 * h8300-tdep.c (h8300_gdbarch_init): Update.
2976 * frv-tdep.c (frv_gdbarch_init): Update.
2977 * cris-tdep.c (cris_gdbarch_init): Update.
2978 * arm-tdep.c (arm_gdbarch_init): Update.
2979 * alpha-tdep.c (alpha_gdbarch_init): Update.
2980
2981 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2982
2983 * PROBLEMS: Add more specific information, and a work-around,
2984 for PR gdb/1458.
2985
2986 2004-06-18 Andrew Cagney <cagney@gnu.org>
2987
2988 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2989 * gdbarch.h, gdbarch.c: Re-generate.
2990 * ada-lang.c (ada_finish_decode_line_1): Update.
2991 * infrun.c (handle_inferior_event): Update.
2992 * infcall.c (find_function_addr): Update.
2993 * linespec.c (minsym_found): Update.
2994 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2995 Update.
2996 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2997 * cli/cli-cmds.c (disassemble_command): Update.
2998 * vax-tdep.c (vax_gdbarch_init): Update.
2999
3000 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3001
3002 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3003
3004 2004-06-17 Andrew Cagney <cagney@gnu.org>
3005
3006 GDB 6.1.1 released from the GDB 6.1 branch.
3007 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3008 * PROBLEMS: Ditto.
3009
3010 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3011
3012 PR gdb/1658
3013 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3014 operation as a uleb128. Found by Michael Coulter.
3015
3016 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3017
3018 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3019 make it non-static.
3020 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3021 to ada-lang.h; this is needed to be able to implement the kill command
3022 in multi-task mode.
3023 (task_ptid): Ditto.
3024 (task_entry): Ditto.
3025 (task_list): Ditto.
3026 (ada_build_task_list): Ditto.
3027
3028 * ada-lang.c: Conditionalize routines and data structures related
3029 to breakpoints, exceptions, completion, and symbol caching on
3030 GNAT_GDB, since these are not yet used in the submitted public sources.
3031 (ada_main_name): Editorial: Move definition out of exception-related
3032 code.
3033
3034 2004-06-15 Andrew Cagney <cagney@gnu.org>
3035
3036 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3037 deprecated_pc_in_call_dummy.
3038
3039 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3040
3041 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3042 bfd_get_section_size_before_reloc or _raw_size.
3043 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3044 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3045 (dwarf2_read_section): Likewise.
3046 * elfread.c (elf_locate_sections): Likewise.
3047 * gcore.c (derive_heap_segment): Likewise.
3048 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3049 * remote-e7000.c (e7000_load): Likewise.
3050 * remote-m32r-sdi.c (m32r_load): Likewise.
3051 * remote-mips.c (mips_load_srec): Likewise.
3052 (pmon_load_fast): Likewise.
3053 * remote.c (compare_sections_command): Likewise.
3054 * symfile.c (add_section_size_callback): Likewise.
3055 (load_section_callback): Likewise.
3056 (pc_in_unmapped_range): Likewise.
3057 (pc_in_mapped_range): Likewise.
3058 (sections_overlap): Likewise.
3059 (list_overlays_command): Likewise.
3060 (simple_overlay_update_1): Likewise.
3061 (simple_overlay_update): Likewise.
3062 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3063 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3064
3065 2004-06-14 Randolph Chung <tausq@debian.org>
3066
3067 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3068 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3069 static.
3070 (hppa_hpux_inferior_created): New function.
3071 (hppa_hpux_init_abi): Register observer.
3072 * symfile.c (hp_cxx_exception_support_initialized)
3073 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3074 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3075
3076 2004-06-14 Randolph Chung <tausq@debian.org>
3077
3078 * MAINTAINERS (Write After Approval): Alphabetize my entry
3079 correctly.
3080
3081 2004-06-14 Andrew Cagney <cagney@gnu.org>
3082
3083 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3084 testsuite maintainer.
3085
3086 2004-06-13 Andrew Cagney <cagney@gnu.org>
3087
3088 * infcmd.c (print_return_value): Fix logic, allow
3089 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3090
3091 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3092 defining any macros.
3093 * gdbarch.h: Re-generate.
3094
3095 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3096 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3097 * gdbarch.h: Re-generate.
3098
3099 * values.c (generic_use_struct_convention): Don't check gcc_p.
3100
3101 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3102 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3103 * gdbarch.h, gdbarch.c: Regenerate.
3104 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3105 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3106 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3107 deprecated_max_register_raw_size and
3108 deprecated_max_register_virtual_size.
3109 * v850-tdep.c (v850_gdbarch_init): Ditto.
3110 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3111 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3112 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3113 * cris-tdep.c (cris_gdbarch_init): Ditto.
3114
3115 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3116 * gdbarch.h, gdbarch.c: Re-generate.
3117 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3118 (m68hc11_use_struct_convention): Delete function.
3119 (m68hc11_extract_struct_value_address): Delete function.
3120 (m68hc11_return_value): New function.
3121 (m68hc11_gdbarch_init): Instead of store_return_value,
3122 extract_return_value, return_value_on_stack,
3123 deprecated_extract_struct_value_address and use_struct_convention,
3124 set return_value.
3125 * values.c (using_struct_return): Do not call
3126 RETURN_VALUE_ON_STACK.
3127 * arch-utils.h (generic_return_value_on_stack_not): Delete
3128 declaration.
3129 * arch-utils.c (generic_return_value_on_stack_not): Delete
3130 function.
3131
3132 2004-06-12 Andrew Cagney <cagney@gnu.org>
3133
3134 * values.c (register_value_being_returned): Delete function.
3135 * infcmd.c (legacy_return_value): Delete function.
3136 * infcall.c (call_function_by_hand): Inline
3137 "register_value_being_returned", simplify.
3138 * values.c (using_struct_return): Update comment, refer to
3139 print_return_value instead of register_value_being_returned.
3140 * infcmd.c (print_return_value): Inline calls to
3141 register_value_being_returned and legacy_return_value. Simplify.
3142
3143 2004-06-11 Randolph Chung <tausq@debian.org>
3144
3145 * somread.c (som_symtab_read): Exclude gcc local symbols.
3146
3147 2004-06-11 Randolph Chung <tausq@debian.org>
3148
3149 * infrun.c (handle_inferior_event): Handle the case when a
3150 trampoline ends up in the runtime resolver, and if the trampoline
3151 has no name. Rearrange the code so that all the trampoline
3152 processing happens before other step-out-of-range handling.
3153
3154 2004-06-11 Martin Hunt <hunt@redhat.com>
3155
3156 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3157 has no fpu.
3158
3159 2004-06-10 Andrew Cagney <cagney@gnu.org>
3160
3161 * blockframe.c (legacy_inside_entry_func): Delete.
3162 (legacy_frame_chain_valid): Inline call to
3163 legacy_inside_entry_func, simplify.
3164
3165 2004-06-10 Bob Rossi <bob@brasko.net>
3166
3167 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3168 * dwarf2read.c (partial_die_info): Add dirname field.
3169 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3170 (read_partial_die): Save away DW_AT_comp_dir.
3171 * defs.h (symtab_to_filename): Removed.
3172 * source.c (find_and_open_source): Added.
3173 (open_source_file): Just calls find_and_open_source.
3174 (symtab_to_filename): Removed.
3175 (symtab_to_fullname, psymtab_to_fullname): Added.
3176 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3177 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3178 symtab_to_filename.
3179 * symtab.h (partial_symtab): Add dirname field.
3180 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3181 (mi_cmd_file_list_exec_source_file): Call new function
3182 symtab_to_fullname to find fullname.
3183 (mi_cmd_file_list_exec_source_files): Added.
3184 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3185 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3186
3187 2004-06-10 Andrew Cagney <cagney@gnu.org>
3188
3189 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3190 to generic_use_struct_convention, the default value.
3191
3192 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3193 of abort.
3194
3195 * ns32k-tdep.c (ns32k_push_arguments): New function.
3196 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3197 * infcall.c (call_function_by_hand): Call error instead of
3198 legacy_push_arguments.
3199 * value.h (legacy_push_arguments): Delete declaration.
3200 * valops.c (legacy_push_arguments): Delete function.
3201 (value_push): Delete function.
3202
3203 2004-06-10 Brian Ford <ford@vss.fsi.com>
3204
3205 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3206 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3207 info.
3208 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3209
3210 2004-06-10 Andrew Cagney <cagney@gnu.org>
3211
3212 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3213 * gdbarch.h, gdbarch.c: Re-generate.
3214 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3215 parameters.
3216 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3217 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3218 deprecated_pc_in_call_dummy instead of
3219 DEPRECATED_PC_IN_CALL_DUMMY.
3220 (arm_skip_prologue): Ditto.
3221 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3222 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3223 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3224 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3225 Ditto.
3226 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3227 (sh64_init_extra_frame_info, sh64_get_saved_register)
3228 (sh64_pop_frame): Ditto.
3229 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3230 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3231 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3232 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3233 (h8300_pop_frame): Ditto.
3234 * blockframe.c (legacy_inside_entry_func)
3235 (legacy_frame_chain_valid): Ditto.
3236 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3237 to deprecated_pc_in_call_dummy.
3238
3239 2004-06-09 Andrew Cagney <cagney@gnu.org>
3240
3241 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3242 provide a default value.
3243 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3244 * gdbarch.h, gdbarch.c: Re-generate.
3245 * arch-utils.c (generic_convert_register_p): Rename
3246 legacy_convert_register_p
3247 (legacy_register_to_value, legacy_value_to_register): Delete
3248 functions.
3249 * arch-utils.h (generic_convert_register_p): Rename
3250 legacy_convert_register_p.
3251 (legacy_register_to_value, legacy_value_to_register): Delete
3252 declarations.
3253
3254 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3255 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3256 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3257 * gdbarch.h, gdbarch.c: Re-generate.
3258 * infcmd.c (default_print_registers_info): Simplify.
3259 * findvar.c (value_of_register): Simplify.
3260 * mi/mi-main.c (get_register): Simplify.
3261 * arch-utils.c (legacy_convert_register_p): Always return 0.
3262 (legacy_register_to_value, legacy_value_to_register): Always call
3263 internal_error.
3264
3265 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3266 #ifdef CLEAR_INSN_CACHE code.
3267 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3268 Delete #ifdef CLEAR_DEFERRED_STORES code.
3269
3270 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3271
3272 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3273 copyright.
3274 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3275
3276 * config/mips/mipsv4.mh: Delete file.
3277
3278 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3279 unreferenced macro.
3280 (hpread_adjust_stack_address): Delete declaration.
3281
3282 2004-06-08 Andrew Cagney <cagney@gnu.org>
3283
3284 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3285 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3286 PTRACE_ATTACH / PTRACE_DETACH available call error.
3287 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3288 * infttrace.c (update_thread_state_after_attach, attach, detach):
3289 Remove #ifdef wrappers.
3290 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3291 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3292 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3293 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3294 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3295 * config/nm-linux.h (ATTACH_DETACH): Delete.
3296 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3297 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3298 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3299 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3300 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3301
3302 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3303
3304 * configure.in: Set $configdir to the right OS specific value.
3305 Use value when setting $tcldir and $tkdir.
3306 * configure: Regenerate.
3307
3308 2004-06-06 Paul Brook <paul@codesourcery.com>
3309
3310 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3311 records.
3312
3313 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3314
3315 * ada-lang.c (lookup_symbol_in_language): New function to allow
3316 re-use of another language's symbol lookup code. (Placed here
3317 temporarily while Ada support is being integrated into the public
3318 tree).
3319 (restore_language): New auxiliary function for
3320 lookup_symbol_in_language.
3321 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3322 temporarily while Ada support is being integrated into the public
3323 tree).
3324
3325 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3326
3327 * Makefile.in (check//%): New.
3328
3329 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3330 (mn10300_store_return_value): Rewrite.
3331 (mn10300_type_align): New.
3332 (mn10300_use_struct_convention): Rewrite.
3333 (mn10300_return_value): New, using all of the above.
3334 (mn10300_pop_frame_regular): Add saved_regs_size.
3335 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3336
3337 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3338 regs if PC is on movm.
3339
3340 2004-06-07 Jim Blandy <jimb@redhat.com>
3341
3342 Add native Linux support for the PowerPC E500.
3343 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3344 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3345 all architectures except the E500.
3346 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3347 #definitions.
3348 (struct gdb_evrregset_t): New type.
3349 (have_ptrace_getsetevrregs): New variable.
3350 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3351 fetch_spe_registers): New functions.
3352 (fetch_register): Call fetch_spe_register as appropriate.
3353 Assert that we're only passed raw register numbers.
3354 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3355 Don't fetch gprs if they're pseudoregisters.
3356 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3357 store_spe_registers): New functions.
3358 (store_register): Call store_spe_register as appropriate.
3359 Assert that we're only passed raw register numbers.
3360 (store_ppc_registers): Call store_spe_registers as appropriate.
3361 Don't store gprs if they're pseudoregisters.
3362
3363 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3364
3365 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3366 struct if one exists, even if we are dealing with a zombie thread.
3367
3368 2004-06-07 Andrew Cagney <cagney@gnu.org>
3369
3370 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3371 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3372 Rename PC_REQUIRES_RUN_BEFORE_USE.
3373 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3374 #ifdef.
3375
3376 2004-06-07 Randolph Chung <tausq@debian.org>
3377
3378 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3379 unwinding after sp has been saved to the stack but before the end
3380 of the prologue, and after the fp has been modified but before it has
3381 been saved to the stack.
3382 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3383 Remove superfluous definitions.
3384 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3385
3386 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3387
3388 Committed by Randolph Chung.
3389 * hppa-linux-nat.c: Include the correct version of the header file
3390 depending on the kernel version.
3391
3392 2004-06-06 Randolph Chung <tausq@debian.org>
3393
3394 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3395 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3396
3397 2004-06-06 Randolph Chung <tausq@debian.org>
3398
3399 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3400 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3401 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3402 * hppa-tdep.c (hppa_symbol_address): New function definition.
3403 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3404
3405 2004-06-06 Randolph Chung <tausq@debian.org>
3406
3407 * hppa-tdep.h (struct value): Forward declaration.
3408 (gdbarch_tdep): Define tdep find_global_pointer method.
3409 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3410 associated with the function we are trying to call, and write it
3411 to the gp register.
3412 (hppa32_convert_from_funct_ptr_addr): New function.
3413 (hppa_find_global_pointer): New function.
3414 (hppa_gdbarch_init): Set default find_global_pointer method; set
3415 convert_from_func_ptr_addr method.
3416 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3417 (hppa_linux_init_abi): Set find_global_pointer method.
3418 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3419
3420 2004-06-06 Randolph Chung <tausq@debian.org>
3421
3422 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3423 to struct value *function.
3424 * gdbarch.c: Regenerate.
3425 * gdbarch.h: Likewise.
3426 * infcall.c (call_function_by_hand): Pass entire function value
3427 to push_dummy_call.
3428
3429 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3430 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3431 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3432 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3433 * arm-tdep.c (arm_push_dummy_call): Likewise.
3434 * avr-tdep.c (avr_push_dummy_call): Likewise.
3435 * cris-tdep.c (cris_push_dummy_call): Likewise.
3436 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3437 * frv-tdep.c (frv_push_dummy_call): Likewise.
3438 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3439 * hppa-tdep.c (hppa32_push_dummy_call)
3440 (hppa64_push_dummy_call): Likewise.
3441 * i386-tdep.c (i386_push_dummy_call): Likewise.
3442 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3443 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3444 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3445 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3446 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3447 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3448 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3449 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3450 (ppc64_sysv_abi_push_dummy_call): Likewise.
3451 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3452 (ppc64_sysv_abi_push_dummy_call): Likewise.
3453 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3454 * s390-tdep.c (s390_push_dummy_call): Likewise.
3455 * sh-tdep.c (sh_push_dummy_call_fpu)
3456 (sh_push_dummy_call_nofpu): Likewise.
3457 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3458 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3459 * vax-tdep.c (vax_push_dummy_call): Likewise.
3460
3461 2004-06-04 Jim Blandy <jimb@redhat.com>
3462
3463 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3464 gdbarch argument to register_size.
3465
3466 * rs6000-tdep.c (rs6000_store_return_value): Use
3467 regcache_cooked_write_part instead of
3468 deprecated_write_register_bytes.
3469 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3470 not gdbarch_deprecated_store_return_value.
3471
3472 * ppc-linux-nat.c (store_register, fetch_register): Remove
3473 incorrect assertions. Simplify and generalize handling of
3474 transfers whose sizes are not multiples of, or less than, sizeof
3475 (PTRACE_XFER_TYPE).
3476
3477 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3478
3479 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3480 as a new thread event.
3481 * thread-db.c (thread_get_info_callback): If the thread is a
3482 zombie, return TD_THR_ZOMBIE.
3483 (thread_from_lwp): If thread_get_info_callback returns
3484 TD_THR_ZOMBIE, check if the thread is still on the thread list
3485 and return a -1 ptid if not found.
3486 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3487 change the status to TARGET_WAITKIND_SPURIOUS.
3488
3489 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3490
3491 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3492 double values in little endian mode.
3493
3494 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3495
3496 Committed by Andrew Cagney.
3497 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3498 after last enum constant to avoid error from IBM C
3499 compiler.
3500
3501 2004-06-02 Jim Blandy <jimb@redhat.com>
3502
3503 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3504 to 'message', and make it local to the lone block that uses it.
3505
3506 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3507
3508 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3509
3510 * ada-exp.y: Update copyright notice.
3511 Include block.h.
3512
3513 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3514 SPECIAL_VARIABLE and unify the treatment of these cases.
3515
3516 (write_attribute_call0): Remove.
3517 (write_attribute_call1): Remove.
3518 (write_attribute_calln): Remove.
3519 (save_qualifier): Add missing semicolon.
3520
3521 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3522 temporarily disabled to allow compilation with FSF head version.
3523
3524 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3525 use individual operators (OP_*) for all attributes.
3526 (exp syntax): Use write_int.
3527 Handle STRING literals with OP_STRING.
3528 (variable syntax): Add limit parameter to calls to
3529 write_object_renaming.
3530
3531 (temp_parse_space): New definition to hold entities that need
3532 only live until the next call to ada_parse.
3533 (string_to_operator): Rename fields of ada_opname_table entries.
3534
3535 (write_var_from_sym): Record block.
3536 (write_var_from_name): Minor reformatting.
3537 Make sure saved name is properly encoded in the case of multiple
3538 matches, and set its language to Ada.
3539 Update comment.
3540 Modify to indicate unresolved name as symbol in the UNRESOLVED
3541 namespace, allocated in temp_parse_space.
3542 (write_int): New function.
3543
3544 (write_object_renaming): Add max_depth parameter to limit
3545 chains of object renamings.
3546 Handle case where root of renaming expression is itself a renaming.
3547 Use temp_parse_space for temporary name buffer.
3548 Handle renamings to dereferenced pointers (___XEXA suffices).
3549
3550 (ada_parse, yyerror, string_to_operator,
3551 write_var_from_sym, write_var_from_name, write_attribute_call0,
3552 write_attribute_call1, write_attribute_calln,
3553 write_object_renaming): Protoize.
3554
3555 (_initialize_ada_exp): New function.
3556
3557 * ada-lang.c: Update copyright notice.
3558 General terminology change to conform to GNAT compiler usage:
3559 mangle => encode, demangle => decode
3560 Include gdb_obstack.h.
3561 Include gdb_regex.h
3562 Include frame.h
3563 Include hashtab.h
3564 Include completer.h
3565 Include gdb_stat.h
3566 Include block.h
3567 Include infcall.h
3568
3569 (ADA_RETAIN_DOTS): Make sure this is defined.
3570 (TRUNCATION_TOWARDS_ZERO): Define.
3571 (struct string_vector): Define.
3572 (unresolved_names): Remove definition.
3573 (xnew_string_vector): New function.
3574 (string_vector_append): New function.
3575 (extract_string): Make static.
3576 (ada_unqualified_name): New function.
3577 (add_angle_brackets): New function.
3578 (function_name_from_pc): New function.
3579 (place_on_stack): Rename to ensure_lval.
3580
3581 (ensure_lval): Renamed from place_on_stack.
3582 Make identity on lvals.
3583 Update comment.
3584 (is_nonfunction): New interface.
3585 Only symbols in LOC_CONST class can be enumerals.
3586 (fill_in_ada_prototype): Remove; now independent of language.
3587 (add_defn_to_vec): Add obstack and symtab arguments.
3588 Use obstack to hold collected definitions.
3589 (num_defns_collected): New function.
3590 (defns_collected): New function.
3591 (ada_resolve_subexp): Rename to resolve_subexp.
3592 (resolve_subexp): Renamed from ada_resolve_subexp.
3593 (ada_op_name): Return non-const result.
3594 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3595 other purposes.
3596
3597 (to_fixed_array_type): Add declaration.
3598 (coerce_unspec_val_to_type): Remove offset parameter.
3599 (find_sal_from_funcs_and_line): New interface.
3600 (find_line_in_linetable): Ditto.
3601
3602 (all_sals_for_line): Rename to ada_sals_for_line and make
3603 global.
3604 Add new parameter. When set, do not ask the user to choose the
3605 instance, but use the first one found instead.
3606 Use given line number in returned sals.
3607 Fix comment.
3608 Skip the prologue if funfirstline is set.
3609 Correct for memory leak when 0 lines found.
3610
3611 (value_pos_atr): Use pos_atr.
3612 (pos_atr): New function.
3613 (standard_lookup): Add block parameter.
3614
3615 (makeTimeStart): Remove declaration and uses.
3616 (makeTimeStop): Remove declaration and uses.
3617
3618 (ada_completer_word_break_characters): Allow for VMS.
3619 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3620 (raise_sym_name): New constant.
3621 (raise_unhandled_sym_name): New constant.
3622 (raise_assert_sym_name): New constant.
3623 (process_raise_exception_name): New constant.
3624 (longest_exception_template): New constant.
3625 (warning_limit): New variable to limit warnings during expression
3626 evaluation.
3627 (warnings_issued): New variable to keep track of warnings issued.
3628 (known_runtime_file_name_patterns): New constant.
3629 (known_auxiliary_function_name_patterns): New constant.
3630 (symbol_list_obstack): New variable.
3631
3632 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3633 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3634 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3635 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3636 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3637 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3638 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3639 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3640 and strcmp.
3641
3642 (ada_get_field_index): New function.
3643 (lim_warning): New function.
3644 (ada_translate_error_message): New function.
3645 (MAX_OF_SIZE): New function.
3646 (MIN_OF_SIZE): New function.
3647 (UMAX_OF_SIZE): New function.
3648 (UMIN_OF_SIZE): New function.
3649 (discrete_type_high_bound): New function.
3650 (discrete_type_low_bound): New function.
3651 (base_type): New function.
3652 (do_command): Remove.
3653
3654 (ada_update_initial_language): Use language_ada, not language_unknown.
3655 (ada_encode): Renamed from ada_mangle.
3656 Obey ADA_RETAIN_DOTS.
3657 (ada_decode): Renamed from ada_demangle.
3658 Update coding conventions.
3659 (decoded_names_store): New hash table.
3660 (ada_decode_symbol): New function.
3661 (ada_la_decode): New function.
3662
3663 (modify_general_field): Correct computations of offset and bit
3664 position.
3665 (desc_base_type): Handle ref types, too.
3666 (ada_is_direct_array_type): New function.
3667
3668 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3669 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3670 (ada_is_bogus_array_descriptor,ada_type_of_array,
3671 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3672 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3673 ada_is_array_descriptor_type.
3674
3675 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3676 (ada_is_packed_array_type): Handle pointers or
3677 references to packed arrays as well.
3678 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3679 (decode_packed_array_type): Search for the packed array type
3680 symbol in the currently selected block and associated
3681 superblocks too.
3682 Use lookup_symbol again.
3683
3684 (decode_packed_array): Handle pointers and references.
3685 Update call to coerce_unspec_val_to_type.
3686 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3687 (ada_value_primitive_packed_val): Improve comment.
3688
3689 (ada_index_type): Substitute int type for "undefined".
3690 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3691 ada_array_langth, ada_is_string_type): Use renamed
3692 ada_is_simple_array_type.
3693 (empty_array): New function.
3694
3695 (ada_resolve): Rename to resolve.
3696 (resolve): Make static.
3697 Call renamed resolve_subexp.
3698 Update comment.
3699 (ada_resolve_subexp): Rename to resolve_subexp.
3700 (resolve_subexp): Update comment.
3701 Decomment disabled code.
3702 Add LOC_COMPUTED* cases.
3703 Modify to use temporary struct symbols (marked as being in
3704 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3705 OP_UNRESOLVED_VALUE.
3706 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3707 Add OP_STRING case.
3708 Remove OP_ARRAY.
3709 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3710 Use new ada_lookup_symbol_list interface.
3711 Use new ada_resolve_function interface.
3712 Remove OP_TYPE case.
3713
3714 (ada_args_match): Idiot proof against null actuals.
3715 Use intermediate variables to clarify.
3716 (ada_resolve_function): Update comment and interface.
3717 (mangled_ordered_before): Rename to encoded_ordered_before and
3718 update comment.
3719 (sort_choices): Update comment and interface.
3720 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3721 (user_select_syms): New interface.
3722 Use new sort_choices interface.
3723 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3724 (possible_user_operator_p): Idiot-proof against null values.
3725 (ada_simple_renamed_entity): Don't make cleanup; rely on
3726 caller to free result string.
3727 Remove const from return type.
3728 (make_array_descriptor): Rename uses of place_on_stack to
3729 ensure_lval.
3730 Make sure that arrays are on stack.
3731
3732 (HASH_SIZE): Define.
3733 (struct cache_entry): Define.
3734 (cache_space): Define.
3735 (cache): Define.
3736 (clear_ada_sym_cache): New function.
3737 (find_entry): New function.
3738 (lookup_cached_symbol): New function.
3739 (defn_vector_size): Define.
3740 (cache_symbol): New function.
3741 (defn_symbols): Remove.
3742
3743 (standard_lookup): Use lookup_symbol_in_language to get effect of
3744 C lookup.
3745 Cache results.
3746
3747 (symbol_completion_match): New function.
3748 (symbol_completion_add): New function.
3749 (ada_make_symbol_completion_list): New function.
3750
3751 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3752 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3753 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3754 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3755
3756 (ada_lookup_simple_minsym): New function.
3757 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3758
3759 (add_symbols_from_enclosing_procs): New interface.
3760 Conditionalize more helpfully.
3761 Don't bother if program isn't running.
3762 Use new interface to get_frame_block.
3763 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3764
3765 (remove_extra_symbols): New interface.
3766 (xget_renaming_scope): New function.
3767 (is_package_name): New function.
3768 (renaming_is_visible): New function.
3769 (remove_out_of_scope_renamings): New function.
3770
3771 (ada_lookup_symbol_list): New interface.
3772 Properly reinitialize the symbol list obstack.
3773 Don't call add_symbols_from_enclosing_procs if we start from a
3774 static or global block.
3775 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3776 add_symbols_from_enclosing_procs.
3777 Add symtab data to cached entries.
3778 Handle symbols prefixed with
3779 "standard__" specially; strip prefix and don't look in local symbols.
3780 Do not include out of scope renaming symbols in list of
3781 symbols returned.
3782 Add const to block parameter.
3783 Move check for non-local, non-global symbols earlier.
3784 Remove timing stuff.
3785 (ada_lookup_symbol): New interface.
3786 Find symtab as well.
3787 (ada_lookup_symbol_nonlocal): New function.
3788
3789 (is_name_suffix): Enhance suffix detection to recognize
3790 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3791 (is_dot_digits_suffix): New function.
3792 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3793
3794 (ada_add_block_symbols): New interface. Use obstack to return results
3795 in a vector of struct ada_symbol_infos. Add symtab argument.
3796 Use new interface to add_defn_to_vec.
3797 Remove calls to fill_in_ada_prototype.
3798 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3799
3800 (ada_finish_decode_line_1): Add const qualification to local to fix
3801 warning.
3802 Start looking in static block for functions to avoid attempts
3803 to search frame chain for up-level variables.
3804 Adapt to new ada_sals_for_line interface.
3805 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3806 Handle quoting of the function name inside the spec string.
3807 Skip prologue when funfirstline is set and update the
3808 function documentation to that effect.
3809
3810 (debug_print_lines, debug_print_block, debug_print_blocks,
3811 debug_print_symtab): Remove.
3812
3813 (ada_main_name): New function.
3814 (ada_exception_breakpoint_type): New function.
3815 (is_known_support_routine): New function.
3816 (ada_find_printable_frame): Renamed from find_printable_frame and made
3817 global.
3818 Remove level parameter.
3819 Use new interface to select_frame.
3820
3821 (begin_command): Remove.
3822 (ada_adjust_exception_stop): New function.
3823 (ada_print_exception_stop): New function.
3824 (exception_name_from_cond): New function.
3825 (ada_report_exception_break): Replace disabled code with
3826 conditionalization on GNAT_GDB.
3827 Get the exception name from the condition string.
3828 Remove and move functionality into new functions
3829 ada_print_exception_breakpoint_task and
3830 ada_print_exception_breakpoint_nontask.
3831 (error_breakpoint_runtime_sym_not_found): New function.
3832 (is_runtime_sym_defined): New function.
3833 (ada_breakpoint_rewrite): Uncomment suppressed code.
3834 Use symbolic error-message and runtime-symbol names.
3835 Surround runtime symbol names in quotes.
3836 Allow non-specific breakpoints on exceptions and assertions before
3837 program starts.
3838
3839 (ada_is_tagged_type): Add parameter.
3840 (ada_is_tag_type): New function.
3841 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3842 (ada_variant_discrim_type): Ditto.
3843 (value_tag_from_contents_and_address): New function.
3844 (type_from_tag): New function.
3845 (struct tag_args): New structure used to communicate with
3846 ada_tag_name_1.
3847 (ada_tag_name_1): New function.
3848 (ada_tag_name): New function.
3849
3850 (ada_scan_number): Update comment.
3851 (find_struct_field): New function.
3852 (ada_search_struct_field): Make static.
3853 (ada_value_struct_elt): New version that returns references when
3854 given pointers or references to structs.
3855 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3856 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3857 interface.
3858 (ada_value_ind): Use new ada_to_fixed_value interface.
3859 (ada_coerce_ref): Ditto.
3860 (field_offset): Remove.
3861
3862 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3863 (ada_find_renaming_symbol): New function.
3864 (ada_prefer_type): Prefer named types over unnamed ones.
3865 (variant_field_index): New function.
3866 (contains_variant_part): Removed: subsumed by variant_field_index.
3867 (ada_template_to_fixed_record_type): New function, mostly from
3868 template_to_fixed_record_type.
3869 (template_to_fixed_record_type):
3870 Do not scan the type fields beyond the last one; prevents a
3871 potential SEGV.
3872 Handle case where variant field is listed BEFORE discriminant it
3873 depends on.
3874 Fix calculation of record length when bit length is
3875 not evenly divisible by char length.
3876 Move code to ada_template_to_fixed_record_type and call it.
3877
3878 (template_to_static_fixed_type): Revise comment.
3879 Modify to work on ordinary record types as well as templates,
3880 so as to handle fields that use ___XVE or ___XVU encodings.
3881 (to_record_with_fixed_variant_part): Fill out comment.
3882 Initialize C++ stuff in right type.
3883 Allow case where DVAL is null.
3884 Handle case where variant field is not last.
3885 Fix typo concerning record length.
3886 (to_fixed_record_type): Decomment disabled code.
3887 (to_fixed_record_type): Use variant_field_index instead of
3888 contains_variant_part.
3889 (to_fixed_variant_branch_type): Ditto.
3890 (to_fixed_array_type): Decomment disabled code.
3891 (ada_to_fixed_type): Convert tagged types to the specific type.
3892 Deactivate the size-check for array types in order to avoid
3893 some false size alarms.
3894 (to_static_fixed_type): Decomment disabled code.
3895 Modify to call template_to_static_fixed_type
3896 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3897 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3898 Remove valaddr argument, as it is never really used.
3899 (ada_to_fixed_value): Change interface to act on single struct value*
3900 operand.
3901 (adjust_pc_past_prologue): New function.
3902 (ada_attribute_name): Modify to take enum exp_opcode argument.
3903
3904 (ada_enum_name): Recognize new homonym-distinguishing convention.
3905 Adjust local variable's type to remove compiler warning.
3906 Fix a small problem in the part that unqualifies the enumeration name.
3907 (ada_value_binop): New function.
3908 (ada_value_equal): New function.
3909
3910 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3911 Don't give error message when not doing normal evaluation
3912 and a tagged type doesn't seem to contain a structure member.
3913 Give error message for packed arrays.
3914 For indexing arrays, handle pointers to packed arrays correctly.
3915 Handle case of 'first and 'last attributes of bare integral type
3916 without encoded subtype info.
3917 Remove some unnecessary casts.
3918 Fix uninitialized value of type in computing 'first, 'last, or 'length
3919 of array object.
3920 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3921 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3922 calls.
3923 Attributes are now exp_opcode values.
3924 Correct treatment of 'modulus.
3925 Better error message for taking 'length of wrong kind of type;
3926 improve comment.
3927 Change EVAL_NORMAL to noside for consistency.
3928 Use ada_value_binop for DIV, MOD, REM.
3929 Make special case out of array of length 0, since an argument
3930 of 0 upsets some platforms' malloc.
3931 Use OP_STRING instead of OP_ARRAY.
3932 For slice, add check that we have an array type before extracting
3933 a slice out of it. Avoids a SEGV.
3934 When evaluating an array slice, if the array type is a reference to
3935 an aligner type, then replace the aligner type by the actual type.
3936 Decomment disabled code.
3937 Remove some dead code.
3938 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3939 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3940 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3941 and UNOP_MBR to UNOP_IN_RANGE.
3942 If an array type has a parallel ___XVE type, then use it.
3943 Turn arrays into pointers for lvalue arrays.
3944 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3945 bounds error and handle 0-length slices.
3946 Use lim_warning.
3947 When selecting fields, apply ada_to_fixed_value (because the fields
3948 might have ___XVU or ___XVE encodings even if not dynamic.)
3949 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3950 (ada_is_system_address_type): New function.
3951
3952 (get_var_value): Use new interface to ada_lookup_symbol_list.
3953 (get_int_var_value): New interface.
3954 (to_fixed_range_type): Allow unknown bound, with warning.
3955 (ada_is_modular_type): Decomment disabled code.
3956 (ADA_OPERATORS): New definition.
3957 (ada_operator_length): New function.
3958 (ada_expr_op_name): New function.
3959 (ada_forward_operator_length): New function.
3960 (ada_dump_subexp_body): New function.
3961 (ada_print_subexp): New function.
3962 (ada_exp_descriptor): New constant.
3963 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3964 (ada_language_defn): Add ada_exp_descriptor entry.
3965 Change ada_parse => parse.
3966 Add post-parser entry.
3967 Use ada-specific non-local symbol lookup.
3968 Don't use C-style arrays.
3969 String lower-bound is 1.
3970 Decomment disabled code.
3971 (parse): New function.
3972 New fields ada_translate_error_message, ada_lookup_symbol,
3973 ada_lookup_minimal_symbol.
3974
3975 * ada-lang.h: Update copyright dates.
3976 Replace the mangle/demangle terminology throughout by the
3977 more appropriate encode/decode one.
3978 Include breakpoint.h.
3979 Forward declare struct partial_symbol, struct block.
3980 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3981 (EXTRACT_ADDRESS): Remove.
3982 (EXTRACT_INT): Remove.
3983 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3984 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3985 (MAX_RENAMING_CHAIN_LENGTH): Define.
3986 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3987
3988 (enum task_states): Remove.
3989 ada_task_states: Remove.
3990 (fat_string): Remove.
3991 (struct entry_call): Remove.
3992 (struct task_fields): Remove.
3993 (struct task_entry): Remove.
3994
3995 (struct ada_symbol_info): Define.
3996 (enum ada_attribute): Remove.
3997 (enum ada_operator): Define.
3998
3999 (ada_get_field_index): Declare.
4000 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4001 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4002 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4003 (ada_lookup_symbol_list): New interface.
4004 (ada_decode_symbol): Declare.
4005 (ada_decode): Declare.
4006 (ada_lookup_symbol): New interface.
4007 (ada_update_initial_language): Declare.
4008 (ada_lookup_simple_minsym): Declare.
4009 (user_select_syms): New interface.
4010 (ada_sals_for_line): Declare.
4011 (ada_is_tagged_type): New interface.
4012 (ada_tag_name): Declare.
4013 (ada_lookup_struct_elt_type): Remove declaration.
4014 (ada_search_struct_field): Remove declaration.
4015 (ada_attribute_name): New interface.
4016 (ada_is_system_address_type): Declare.
4017 (ada_to_fixed_value): Remove declaration.
4018 (ada_template_to_fixed_record_type_1): Declare.
4019 (get_int_var_value): New interface.
4020 (ada_find_any_symbol): Declare.
4021 (ada_find_renaming_symbol): Declare.
4022 (ada_mangle): Rename to ada_encode.
4023 (ada_simple_renamed_entity): Remove const.
4024 (ada_main_name): Declare.
4025 (get_current_task): Rename to ada_get_current_task.
4026 (get_entry_number): Remove declaration.
4027 (ada_report_exception_break): Remove declaration.
4028 (ada_print_exception_breakpoint_nontask): Declare.
4029 (ada_print_exception_breakpoint_task): Declare.
4030 (ada_find_printable_frame): Declare.
4031
4032 * ada-lex.l: Update copyright notices.
4033 Use xmalloc and xfree instead of malloc and free.
4034 Use new interface to name_lookup.
4035 Use new interface to
4036 ada_mangle=>ada_encode.
4037 Redo handling of '$...' variable to parallel current treatment
4038 in c-exp.y.
4039 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4040 digit_to_int, strtoulst, processInt, processReal, processId,
4041 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4042 yywrap): Protoize.
4043
4044 (processInt): Use cast to remove harmless warning.
4045 (processReal): Modify to get rid of compiler warning on scan formats.
4046
4047 (processId): Replace xmalloc with obstack_alloc for name and remove
4048 call to ada_name_string_cleanup.
4049 Remove obsolete disabled code.
4050 (name_lookup): Ditto.
4051 New interface.
4052 Use obsavestring on temp_parse_space instead of savestring
4053 on name, and remove call to ada_name_string_cleanup.
4054 Free string returned from ada_simple_renamed_entity.
4055 Use new interface to ada_lookup_symbol_list.
4056 Decomment disabled code.
4057 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4058 not types.
4059 When a type name lookup succeeds as a result of
4060 lookup_primitive_typename, check for regular type entry that has not
4061 yet been read in.
4062 Limit length of chain of renamed symbols we are willing to follow.
4063 Do not break names beginning with "standard__" into segments.
4064 (block_lookup): Use new interface to ada_lookup_symbol_list.
4065
4066 * ada-typeprint.c: Update copyright notice.
4067 (demangled_type_name): Rename to decoded_type_name.
4068 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4069 (print_range_bound): Correct handling of negative
4070 bounds that make the index type looked unsigned under STABS.
4071 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4072 (print_range_type_named): Use the builtin int type if no type
4073 corresponding to the given type name could be found.
4074 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4075 Add some bullet-proofing.
4076 (print_variant_clauses): Allow for variant branches with ___XVU
4077 encodings that are not dynamic fields.
4078 Use new interface to ada_is_tagged_type.
4079 (print_record_type): Allow for fields with ___XVE encodings that
4080 are not dynamic fields.
4081 Use new interface to ada_is_tagged_type.
4082 (ada_print_type): ada_is_array_descriptor =>
4083 ada_is_array_descriptor_type.
4084
4085 * ada-valprint.c: Update copyright notice.
4086 Include gdb_string.h
4087 Include infcall.h
4088 (ui_memcpy): New function.
4089 (ada_print_floating): New function.
4090 (ada_print_str): Order arguments correctly.
4091 Correct handling of empty arrays and arrays of 0-length items.
4092 ada_is_array_descriptor => ada_is_array_descriptor_type
4093 Print values of type System.Address in hexadecimal format.
4094 Use ada_print_floating to print floating-point numbers in Ada format.
4095 Print class tag values with type names.
4096 No longer print the address of reference values. Avoids
4097 a potential confusion.
4098 (ada_value_print): Stop printing the object type for reference
4099 values, but preserve that behavior for access types. Avoids
4100 a potential confusion.
4101 Simplify one conditional expression, as the first part is now
4102 necessarily true.
4103 ada_is_array_descriptor => ada_is_array_descriptor_type
4104 Add check for arrays for null records, and print them by hand.
4105
4106 2004-06-01 Jim Blandy <jimb@redhat.com>
4107
4108 * ppc-tdep.h: Delete unused 'regoff' member.
4109 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4110
4111 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4112
4113 Fix PR symtab/1661.
4114 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4115 (hpread_read_struct_type): Likewise.
4116
4117 2004-06-01 Andrew Cagney <cagney@gnu.org>
4118
4119 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4120 instead of xasprintf.
4121 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4122 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4123 (mi_cmd_data_list_register_names)
4124 (mi_cmd_data_list_changed_registers)
4125 (mi_cmd_data_list_register_values)
4126 (get_register, mi_cmd_data_write_register_values)
4127 (mi_cmd_data_write_register_values)
4128 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4129 (mi_cmd_target_download, mi_cmd_target_select)
4130 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4131 (mi_execute_cli_command, mi_execute_async_cli_command)
4132 (mi_execute_async_cli_command): Ditto.
4133 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4134 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4135
4136 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4137 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4138 error_last_message instead of mi_error_last_message.
4139 * mi/mi-main.c (mi_error_last_message): Delete function.
4140
4141 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4142 "invalid number of columns" error. Delete redundant "out of
4143 memory" check.
4144
4145 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4146
4147 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4148 (gregset_t, fpregset_t): Remove typedefs.
4149 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4150 (REG_OFFSET): Rename argument.
4151 (i386bsd_r_reg_offset): Rename from reg_offset.
4152 (REG_ADDR): Remove macro.
4153 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4154 functions.
4155 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4156 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4157 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4158 instead of supply_gregset.
4159 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4160 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4161 instead of fill_gregset.
4162 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4163
4164 * i386bsd-nat.c: Don't include "gregset.h".
4165 (supply_gregset, fill_gregset): Make static.
4166 (supply_fpregset, fill_fpregset): Remove.
4167 * Makefile.in (i386bsd-nat.o): Update dependencies.
4168
4169 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4170
4171 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4172 "gdb_assert.h". Con't include "gregset.h".
4173 (fbsd_make_corefile_notes): Use regset-based core file support
4174 instead off fill_gregset and fill_fpregset.
4175 * Makefile.in (fbsd-proc.o): Update dependencies.
4176
4177 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4178 instructions.
4179 (m88k_frame_prev_register): Simplify code a bit.
4180
4181 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4182 (amd64_collect_fpregset): New function.
4183 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4184
4185 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4186
4187 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4188 (i386_collect_gregset): New function.
4189 (i386_supply_fpregset): Adjust comment.
4190 (i386_collect_fpregset): New function.
4191 (i386_regset_from_core_section): Use i386_collect_gregset and
4192 i386_collect_fpregset.
4193
4194 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4195 handle VALUEP being null.
4196
4197 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4198
4199 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4200
4201 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4202
4203 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4204 assembler in OpenBSD 3.5-current.
4205 (amd64obsd_sigcontext_addr): Likewise.
4206
4207 2004-05-28 Jim Blandy <jimb@redhat.com>
4208
4209 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4210 register set, so our regcache isn't declared "legacy" and our E500
4211 pseudoregister read and write functions aren't ignored.
4212 (rs6000_register_byte, rs6000_register_raw_size,
4213 rs6000_register_virtual_type, rs6000_register_convertible,
4214 rs6000_register_convert_to_virtual,
4215 rs6000_register_convert_to_raw): Deleted.
4216 (rs6000_register_type, rs6000_convert_register_p,
4217 rs6000_register_to_value, rs6000_value_to_register): New
4218 functions.
4219 (rs6000_gdbarch_init): Don't register
4220 gdbarch_deprecated_register_size,
4221 gdbarch_deprecated_register_bytes,
4222 gdbarch_deprecated_register_byte,
4223 gdbarch_deprecated_register_raw_size,
4224 gdbarch_deprecated_register_virtual_type,
4225 gdbarch_deprecated_register_convertible,
4226 gdbarch_deprecated_register_convert_to_virtual, or
4227 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4228 register gdbarch_register_type, gdbarch_convert_register_p,
4229 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4230
4231 2004-05-26 Jim Blandy <jimb@redhat.com>
4232
4233 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4234 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4235 functions, updated to match the register numberings used in GCC.
4236 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4237 rs6000_dwarf2_reg_to_regnum as register number conversions
4238 functions for STABS and Dwarf2.
4239
4240 2004-05-26 Randolph Chung <tausq@debian.org>
4241
4242 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4243 in header file.
4244
4245 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4246
4247 * NEWS: Document new "start" command.
4248
4249 2004-05-25 Randolph Chung <tausq@debian.org>
4250
4251 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4252 hppa-linux.
4253
4254 2004-05-25 Randolph Chung <tausq@debian.org>
4255
4256 * hppa-hpux-tdep.c (offsetof): Define.
4257 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4258 (hppa32_hpux_frame_base_before_sigtramp)
4259 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4260 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4261 (hppa64_hpux_frame_base_before_sigtramp)
4262 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4263 functions.
4264 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4265 (hppa_hpux_sigtramp_frame_unwind_cache)
4266 (hppa_hpux_sigtramp_frame_this_id)
4267 (hppa_hpux_sigtramp_frame_prev_register)
4268 (hppa_hpux_sigtramp_frame_unwind)
4269 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4270 (hppa_hpux_init_abi): Register sigtramp unwinder.
4271 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4272
4273 2004-05-25 Randolph Chung <tausq@debian.org>
4274
4275 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4276 and multiple stack unwinds.
4277 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4278
4279 2004-05-25 Andrew Cagney <cagney@gnu.org>
4280
4281 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4282 * symfile-mem.h: Delete file.
4283 * symfile-mem.c: Do not include "symfile-mem.h".
4284 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4285 "struct bfd_section". When an error do not bother returning NULL.
4286 (add_symbol_file_from_memory_command): Use "struct bfd" and
4287 "struct bfd_section".
4288 * Makefile.in (symfile_mem_h): Delete.
4289 (symfile-mem.o): Update dependencies.
4290
4291 2004-05-25 Nick Roberts <nickrob@gnu.org>
4292
4293 * gdb-mi.el: New file.
4294
4295 2004-05-25 Andrew Cagney <cagney@gnu.org>
4296
4297 * inftarg.c: Include "observer.h".
4298 (child_attach, child_create_inferior): Notify inferior_created.
4299 * corelow.c: Include "observer.h".
4300 (core_open): Notify inferior_created.
4301 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4302
4303 2004-05-25 Andrew Cagney <cagney@gnu.org>
4304
4305 * target.h (struct target_ops): Add from_tty to
4306 to_create_inferior.
4307 (target_create_inferior, find_default_create_inferior): Update.
4308 * infcmd.c (run_command): Update.
4309 * wince.c (child_create_inferior): Update.
4310 * win32-nat.c (child_create_inferior): Update.
4311 * uw-thread.c (uw_thread_create_inferior): Update.
4312 * thread-db.c (thread_db_create_inferior): Update.
4313 * target.c (debug_to_create_inferior)
4314 (find_default_create_inferior): Update.
4315 (maybe_kill_then_create_inferior): Update.
4316 * sol-thread.c (sol_thread_create_inferior): Update.
4317 * remote.c (extended_remote_async_create_inferior)
4318 (extended_remote_create_inferior): Update.
4319 * remote-vx.c (vx_create_inferior): Update.
4320 * remote-st.c (st2000_create_inferior): Update.
4321 * remote-sim.c (gdbsim_create_inferior): Update.
4322 * remote-sds.c (sds_create_inferior): Update.
4323 * remote-rdp.c (remote_rdp_create_inferior): Update.
4324 * remote-rdi.c (arm_rdi_create_inferior): Update.
4325 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4326 * remote-e7000.c (e7000_create_inferior): Update.
4327 * procfs.c (procfs_create_inferior): Update.
4328 * ocd.c (ocd_create_inferior): Update.
4329 * ocd.h (ocd_create_inferior): Update.
4330 * nto-procfs.c (procfs_create_inferior): Update.
4331 * monitor.c (monitor_create_inferior): Update.
4332 * lin-lwp.c (lin_lwp_create_inferior): Update.
4333 * inftarg.c (child_create_inferior): Update.
4334 * hpux-thread.c (hpux_thread_create_inferior): Update.
4335 * gnu-nat.c (gnu_create_inferior): Update.
4336
4337 2004-05-25 Andrew Cagney <cagney@gnu.com>
4338
4339 * MAINTAINERS: Update e-mail address.
4340
4341 2004-05-24 Randolph Chung <tausq@debian.org>
4342
4343 * thread.c (info_threads_command, thread_apply_all_command)
4344 (thread_apply_command, thread_command, do_captured_thread_select):
4345 Remove HPUXHPPA-specific code.
4346
4347 2004-05-24 Randolph Chung <tausq@debian.org>
4348
4349 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4350 unused symbols.
4351 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4352 references.
4353
4354 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4355
4356 * infcmd.c (kill_if_already_running): New function, extracted
4357 from run_command().
4358 (run_command): Replace extracted code by call to
4359 kill_if_already_running().
4360 (start_command): New function.
4361 (_initialize_infcmd): Add "start" command.
4362
4363 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4364
4365 Add OpenBSD/m88k support.
4366 * NEWS (New native configurations): Mention OpenBSD/m88k.
4367 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4368 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4369 * Makefile.in (m88k_tdep_h): New variable.
4370 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4371 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4372 * configure.host: Add m88*-*-openbsd*.
4373 * configure.tgt: Add m88*-*-openbsd*.
4374
4375 2004-05-24 Jim Blandy <jimb@redhat.com>
4376
4377 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4378 to approve changes.
4379
4380 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4381
4382 * symtab.c (fixup_section): Search section table when lookup by
4383 name fails.
4384
4385 2004-05-24 Randolph Chung <tausq@debian.org>
4386
4387 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4388 be "small_struct".
4389
4390 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4391
4392 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4393 register number in regcache_raw_collect call.
4394 (m68kbsd_collect_fpregset): Likewise.
4395 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4396
4397 * regset.h (struct regset): Add back `regset' member.
4398
4399 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4400
4401 * configure.in: Check for td_pcb in `struct thread'.
4402 * configure, config.in: Regenerated.
4403
4404 * dpx2-nat.c: Remove file.
4405 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4406 (dpx2-nat.o): Remove dependencies.
4407
4408 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4409 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4410 (amd64obsd_supply_pcb): New function.
4411 (_initialize_amd64obsd_nat): Enable libkvm interface.
4412 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4413 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4414 (LOADLIBES): New variable.
4415
4416 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4417 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4418 (sparc32nbsd_supply_pcb): New function.
4419 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4420 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4421 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4422 (LOADLIBES): New variable.
4423
4424 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4425
4426 * bsd-kvm.c, bsd-kvm.h: New files.
4427 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4428 "bsd-kvm.h".
4429 (i386fbsd_supply_pcb): New function.
4430 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4431 (i386fbsd-nat.o): Update dependencies.
4432 (bsd_kvm_h): New variable.
4433 (bsd-kvm.o): New dependency.
4434 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4435 (LOADLIBES): New variable.
4436
4437 * regset.c: Tweak comment.
4438 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4439 macro.
4440 * regset.h: Update copyright year.
4441 (struct regset): Remove `descr' member, add `gdbarch' member.
4442 (regset_alloc): Adjust prototype and comment.
4443 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4444 (i386_supply_fpregset): Likewise.
4445 (i386_regset_from_core_section): Update call to regset_alloc.
4446 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4447 REGSET->arch.
4448 (i386obsd_aout_regset_from_core_section): Update call to
4449 regset_alloc.
4450 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4451 REGSET->arch.
4452 (i386nbsd_aout_regset_from_core_section): Update call to
4453 regset_alloc.
4454 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4455 REGSET->arch.
4456 (amd64_regset_from_core_section): Update call to regset_alloc.
4457 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4458 REGSET->arch.
4459 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4460 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4461 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4462 (sparc32nbsd_init_abi): Update call to regset_alloc.
4463 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4464 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4465 (sparc64obsd_init_abi): Update call to regset_alloc.
4466 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4467 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4468 (sparc64nbsd_init_abi): Update call to regset_alloc.
4469 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4470 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4471 (sparc64fbsd_init_abi): Update call to regset_alloc.
4472
4473 2004-05-22 Jim Blandy <jimb@redhat.com>
4474
4475 * ppc-tdep.h (spe_register_p): New declaration.
4476 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4477 ppc_spefscr_regnum.
4478 * rs6000-tdep.c (spe_register_p): New function.
4479 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4480 spefscr.
4481 (rs6000_gdbarch_init): Initialize the new members of the tdep
4482 structure.
4483
4484 2004-05-21 Jim Blandy <jimb@redhat.com>
4485
4486 * ppc-linux-nat.c (fetch_register): Move code back to be next
4487 to the comment that describes it. (Moved code, instead of
4488 comment, for symmetry with store_register.)
4489
4490 Allocate regset structures in the gdbarch's obstack, not using
4491 xmalloc.
4492 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4493 Add 'arch' argument. Allocate the regset on arch's obstack, not
4494 using xmalloc.
4495 * regset.h (regset_alloc): Update declaration.
4496 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4497 gdbarch argument.
4498 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4499 * i386-tdep.c (i386_regset_from_core_section): Same.
4500 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4501 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4502 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4503 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4504 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4505 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4506
4507 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4508
4509 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4510
4511 2004-05-21 Jim Blandy <jimb@redhat.com>
4512
4513 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4514 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4515
4516 2004-05-20 Jim Blandy <jimb@redhat.com>
4517
4518 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4519
4520 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4521
4522 * regset.h: Make prototype const-correct.
4523 * regset.c (regset_xmalloc): Make const-correct.
4524
4525 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4526
4527 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4528 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4529 (symbol_search_name): Declare.
4530
4531 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4532 (iter_name_next_hashed): Ditto.
4533 (iter_name_next_linear): Ditto.
4534 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4535
4536 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4537 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4538 (symbol_search_name): New function.
4539
4540 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4541
4542 * minsyms.c (build_minimal_symbol_hash_tables): Change
4543 test for adding to demangled hash table to check for difference
4544 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4545
4546 2004-05-19 Jim Blandy <jimb@redhat.com>
4547
4548 Use a constructor function to create regset structures.
4549 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4550 (struct regset): Use supply_regset_ftype. Add new
4551 'collect_regset' member.
4552 (regset_xmalloc): New declaration.
4553 * regset.c: New file.
4554 * am64-tdep.c (amd64_regset_from_core_section): Use
4555 regset_xmalloc to construct regset structures.
4556 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4557 * i386-tdep.c (i386_regset_from_core_section): Same.
4558 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4559 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4560 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4561 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4562 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4563 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4564 * Makefile.in (COMMON_OBS): Add regset.o.
4565 (regset.o): New rule.
4566
4567 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4568
4569 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4570 and pthread_cond_wait.c.
4571
4572 2004-05-18 Jim Blandy <jimb@redhat.com>
4573
4574 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4575 before the mach-specific switch, and then let the individual cases
4576 override the defaults, rather than leaving them uninitialized
4577 until the switch and then setting them in each case.
4578
4579 2004-05-18 Randolph Chung <tausq@debian.org>
4580
4581 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4582 millicode functions.
4583
4584 2004-05-18 Randolph Chung <tausq@debian.org>
4585
4586 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4587 references to dld_flags_buffer consistent.
4588
4589 2004-05-18 Randolph Chung <tausq@debian.org>
4590
4591 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4592 it for unwinding the stack.
4593
4594 2004-05-18 Randolph Chung <tausq@debian.org>
4595
4596 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4597 Undefine these so we can overide them using gdbarch.
4598
4599 2004-05-18 Randolph Chung <tausq@debian.org>
4600
4601 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4602 handling for 64-bit HPUX (elf).
4603
4604 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4605
4606 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4607 constants.
4608 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4609 * ia64-tdep.c (examine_prologue): Likewise.
4610 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4611 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4612
4613 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4614
4615 * vax-tdep.c (vax_return_value): Implement
4616 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4617
4618 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4619
4620 * vax-tdep.c (vax_return_value): Fix typo.
4621
4622 2004-05-17 Andrew Cagney <cagney@redhat.com>
4623
4624 * MAINTAINERS: Mark Salter was also responsible for
4625 testsuite/config/
4626
4627 * NEWS: Mention signal fixes.
4628
4629 2004-05-17 Randolph Chung <tausq@debian.org>
4630
4631 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4632 check to see if we are unwinding an export stub. Export stubs clobber
4633 the %rp in the call path and stores the original rp in a stack slot.
4634
4635 2004-05-17 Jim Blandy <jimb@redhat.com>
4636
4637 * MAINTAINERS: Update address for J.T. Conklin.
4638
4639 2004-05-17 Randolph Chung <tausq@debian.org>
4640
4641 * hppa-tdep.c: Remove superfluous #include's.
4642 * Makefile.in (hppa-tdep.o): Update dependencies.
4643
4644 2004-05-17 Randolph Chung <tausq@debian.org>
4645
4646 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4647 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4648 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4649 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4650 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4651 Remove static function declarations.
4652
4653 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4654
4655 * alphabsd-nat.c: Update copyright year.
4656 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4657
4658 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4659 and M68K_A2_REGNUM.
4660
4661 * m68k-tdep.c (m68k_svr4_return_value): Implement
4662 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4663
4664 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4665
4666 * sol-thread.c Update copyright year. Fix various coding
4667 standards violations. Tweak a few comments.
4668 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4669 Delete prototypes.
4670
4671 2004-05-15 Randolph Chung <tausq@debian.org>
4672
4673 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4674 as pointer instead of array reference since HPUX compiler does
4675 not accept unsized array arguments.
4676 * somsolib.c (dld_flags_buffer): Use constant array size.
4677
4678 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4679
4680 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4681 offset with decimal offset.
4682 (amd64obsd_sigcontext_addr): Return correct address for entire
4683 signal trampoline.
4684
4685 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4686 instead of get_frame_base.
4687
4688 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4689 (fill_gregset): Use regcache_raw_collect.
4690
4691 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4692 ppcobsd-tdep.c.
4693
4694 * config/sparc/tm-nbsd64.h: Remove file.
4695 * config/tm-sunos.h: Remove file.
4696
4697 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4698
4699 * rs6000-tdep.c (store_param_on_stack_p): New function,
4700 an improved version of some code extracted from skip_prologue().
4701 (skip_prologue): Use store_param_on_stack_p() to detect
4702 instructions saving a parameter on the stack. Detect when r0
4703 is used to save a parameter.
4704 Do not mark "li rx, SIMM" instructions as part of the prologue,
4705 unless the following instruction is also part of the prologue.
4706
4707 2004-05-14 Andrew Cagney <cagney@redhat.com>
4708
4709 * infrun.c (handle_inferior_event): Simplify
4710 STEP_OVER_UNDEBUGGABLE.
4711
4712 * infrun.c (handle_step_into_function): Delete function.
4713 (handle_inferior_event): Inline calls to
4714 handle_step_into_function.
4715
4716 2004-05-14 Jerome Guitton <guitton@gnat.com>
4717
4718 * rs6000-nat.c: Fix a comment.
4719
4720 2004-05-12 David Anderson <davea@sgi.com>
4721
4722 Committed by Jim Blandy <jimb@redhat.com>:
4723 * regcache.c (struct regcache_descr): fix comment spelling.
4724
4725 2004-05-13 J. Brobecker <brobecker@gnat.com>
4726
4727 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4728 Fixes a link link failure.
4729
4730 2004-05-13 J. Brobecker <brobecker@gnat.com>
4731
4732 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4733 error that was causing the build to fail.
4734
4735 2004-05-13 J. Brobecker <brobecker@gnat.com>
4736
4737 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4738 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4739
4740 2004-05-13 Andrew Cagney <cagney@redhat.com>
4741
4742 * infrun.c (handle_inferior_event): Check for
4743 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4744 calls. Update comments.
4745
4746 2004-05-13 Jim Blandy <jimb@redhat.com>
4747
4748 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4749 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4750 (store_regs_user_thread, store_regs_kernel_thread): Use
4751 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4752 * ppc-linux-nat.c (fill_gregset): Same.
4753 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4754 (ppc_linux_sigtramp_cache): Same.
4755 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4756 (ppcnbsd_sigtramp_cache_init): Same.
4757 * rs6000-nat.c (fetch_core_registers): Same.
4758 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4759 (rs6000_frame_cache): Same.
4760
4761 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4762 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4763 of assuming that the gprs are numbered starting with zero.
4764 * ppc-linux-nat.c (fill_gregset): Same.
4765 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4766 * ppcnbsd-nat.c (getregs_supplies): Same.
4767 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4768 * rs6000-nat.c (fetch_core_registers): Same.
4769 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4770
4771 2004-05-07 Michael Snyder <msnyder@redhat.com>
4772
4773 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4774 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4775
4776 2004-05-13 Andrew Cagney <cagney@redhat.com>
4777
4778 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4779
4780 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4781
4782 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4783 base_address for shared libraries.
4784
4785 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4786
4787 * MAINTAINERS (write after approval): Add myself.
4788
4789 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4790
4791 * breakpoint.c (bpstat_stop_status): Add new argument
4792 STOPPED_BY_WATCHPOINT. Use it instead of testing
4793 target_stopped_data_address agaist 0 to check whether
4794 or not we stopped due to a hardware watchpoint.
4795 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4796 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4797 with new argument.
4798
4799 2004-05-12 Jim Blandy <jimb@redhat.com>
4800
4801 * configure.in: When checking whether we should use the -bbigtoc
4802 option, don't forget to restore the original value of LDFLAGS.
4803 * configure: Regenerated.
4804
4805 2004-05-12 Andrew Cagney <cagney@redhat.com>
4806
4807 * thread.c (load_infrun_state): Delete step_sp.
4808 * infrun.c (context_switch): Ditto.
4809 * inferior.h (step_sp): Ditto.
4810 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4811 * gdbthread.h (struct thread_info, save_infrun_state)
4812 (restore_infrun_state): Ditto.
4813
4814 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4815
4816 * MAINTAINERS (write after approval): Add myself.
4817
4818 2004-05-12 Andrew Cagney <cagney@redhat.com>
4819
4820 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4821 eliminate reference to step_sp.
4822 (struct execution_control_state, init_execution_control_state)
4823 (handle_inferior_event, keep_going): Delete update_step_sp and
4824 step_sp.
4825 * infcmd.c (step_sp): Note that variable is unused.
4826
4827 2004-05-11 Andrew Cagney <cagney@redhat.com>
4828
4829 * infrun.c (step_over_function): Delete function.
4830 (handle_step_into_function): Use insert_step_resume_breakpoint.
4831 (insert_step_resume_breakpoint): Fix assertion.
4832
4833 2004-05-11 Nick Roberts <nickrob@gnu.org>
4834
4835 * utils.c (defaulted_query): Just use the normal query input type
4836 when printing the annotations.
4837
4838 2004-05-11 Andrew Cagney <cagney@redhat.com>
4839
4840 * infrun.c (handle_inferior_event): Simplify code handling
4841 step-into or return-from a signal trampoline.
4842
4843 2004-05-11 Andrew Cagney <cagney@redhat.com>
4844
4845 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4846 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4847
4848 2004-05-10 Jim Blandy <jimb@redhat.com>
4849
4850 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4851 with a call to internal_error.
4852
4853 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4854 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4855 processor variant lacks those registers.
4856 (ppc_floating_point_unit_p): Change description to make it clear
4857 that this returns info about the ISA, not the ABI.
4858 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4859 return true or false by checking tdep->ppc_fp0_regnum and
4860 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4861 arch/mach switching done in rs6000_gdbarch_init; it's better to
4862 keep that logic there, and just check the results here.
4863 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4864 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4865 floating-point registers.
4866 (ppc_supply_fpregset, ppc_collect_fpregset)
4867 (rs6000_push_dummy_call, rs6000_extract_return_value)
4868 (rs6000_store_return_value): Assert that we have floating-point
4869 registers.
4870 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4871 (rs6000_frame_cache): Don't note the locations at which
4872 floating-point registers were saved if we have no fprs.
4873 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4874 registers.
4875 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4876 (store_regs_user_thread, store_regs_kernel_thread): Only call
4877 supply_fprs / fill_fprs if we actually have floating-point
4878 registers.
4879 (special_register_p): Check ppc_fpscr_regnum before matching
4880 against it.
4881 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4882 supply / collect fpscr if we don't have it.
4883 * ppc-bdm.c: #include "gdb_assert.h".
4884 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4885 have floating-point registers, since I can't test this code on
4886 FP-free systems to adapt it.
4887 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4888 fpscr and floating point register numbers if they don't exist.
4889 (fetch_register): Assert that we have floating-point registers
4890 before we reach the code that handles them.
4891 (store_register): Same. And use tdep instead of calling
4892 gdbarch_tdep again.
4893 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4894 don't have them.
4895 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4896 fprs and fpscr if we don't have them.
4897 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4898 don't have them.
4899 * ppcnbsd-nat.c: #include "gdb_assert.h".
4900 (getfpregs_supplies): Assert that we have floating-point registers.
4901 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4902 * ppcobsd-tdep.c: #include "gdb_assert.h".
4903 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4904 have floating-point registers.
4905 * rs6000-nat.c (regmap): Don't match against the fpscr and
4906 floating point register numbers if they don't exist.
4907 (fetch_inferior_registers, store_inferior_registers,
4908 fetch_core_registers): Only fetch / store / supply the
4909 floating-point registers and the fpscr if we have them.
4910 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4911 (ppcobsd-tdep.o): Update dependencies.
4912
4913 2004-05-10 Andrew Cagney <cagney@redhat.com>
4914
4915 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4916 (context_switch): Do not switch through_sigtramp_breakpoint.
4917 * gdbthread.h (save_infrun_state, load_infrun_state)
4918 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4919 and structure member.
4920 * thread.c (load_infrun_state, save_infrun_state): Update.
4921
4922 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4923
4924 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4925
4926 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4927
4928 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4929 throughout.
4930 * aclocal.m4: Regenerate.
4931
4932 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4933
4934 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4935
4936 2004-05-10 Andrew Cagney <cagney@redhat.com>
4937
4938 * infrun.c (check_sigtramp2): Delete function.
4939 (handle_inferior_event): When single stepping, and taking a
4940 signal, set a breakpoint at the signal return address. Delete
4941 redundant calls to check_sigtramp2.
4942 (insert_step_resume_breakpoint): New function.
4943 (through_sigtramp_breakpoint, handle_inferior_event)
4944 (follow_exec, wait_for_inferior, fetch_inferior_event)
4945 (currently_stepping, keep_going): Delete most uses of
4946 through_sigtramp_breakpoint, not that it should be deleted.
4947 (delete_breakpoint_current_contents): Delete function.
4948
4949 2004-05-10 Randolph Chung <tausq@debian.org>
4950
4951 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4952 target.
4953 * config/pa/tm-linux.h: New file.
4954
4955 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4956
4957 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4958 of prefixes. Don't print the prefix twice in the CLI.
4959
4960 2004-05-10 Jim Blandy <jimb@redhat.com>
4961
4962 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4963 collect all the gprs.
4964
4965 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4966 loop collecting gprs.
4967
4968 2004-05-09 Andrew Cagney <cagney@redhat.com>
4969
4970 * remote-vx.c (net_step): Delete step-range code.
4971 * remote.c (remote_resume, init_all_packet_configs)
4972 (set_remote_protocol_E_packet_cmd)
4973 (show_remote_protocol_E_packet_cmd)
4974 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4975 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4976 (show_remote_protocol_e_packet_cmd): Ditto.
4977
4978 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4979
4980 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4981
4982 * hppa-tdep.h: Update copyright year.
4983 (struct trad_frame_saved_reg): Add opaque declaration.
4984
4985 * amd64-tdep.c (amd64_return_value): Implement
4986 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4987
4988 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4989 (m68k_value_to_register): New functions.
4990 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4991 value_to_register.
4992
4993 * defs.h (enum return_value_convention): Add
4994 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4995 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4996 * infcmd.c (legacy_return_value): New function.
4997 (print_return_value): Rwerite to implement
4998 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4999 * values.c (using_struct_return): Check for inequality to
5000 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5001 RETURN_VALUE_STRUCT_CONVENTION.
5002 * i386-tdep.c (i386_return_value): Implement
5003 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5004
5005 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5006 include "symtab.h", "opcode/vax.h" and "inferior.h".
5007 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5008 to read_memory_unsigned_integer.
5009 (vax_gdbarch_init): Reorder.
5010 (_initialize_vax_tdep): Spell out prototype.
5011 * Makefile.in (vax-tdep.o): Update dependencies.
5012
5013 2004-05-08 Andrew Cagney <cagney@redhat.com>
5014
5015 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5016 * target.c (target_detach, target_disconnect): Ditto.
5017
5018 * infcall.c (call_function_by_hand): When no
5019 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5020 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5021 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5022 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5023 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5024
5025 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5026 * gdbarch.h, gdbarch.c: Re-generate.
5027 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5028 deprecated_fix_call_dummy.
5029 * v850-tdep.c (v850_gdbarch_init): Ditto.
5030 * infcall.c (call_function_by_hand): Do not call
5031 DEPRECATED_FIX_CALL_DUMMY.
5032
5033 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5034 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5035 * gdbarch.h, gdbarch.c: Re-generate.
5036 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5037 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5038 deprecated_sizeof_call_dummy_words.
5039 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5040 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5041 * v850-tdep.c (v850_gdbarch_init): Ditto.
5042 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5043 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5044 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5045 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5046 * arch-utils.h (legacy_call_dummy_words)
5047 (legacy_sizeof_call_dummy_words): Delete declarations.
5048 * arch-utils.c (legacy_call_dummy_words)
5049 (legacy_sizeof_call_dummy_words): Delete variables.
5050
5051 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5052 * gdbarch.h, gdbarch.c: Re-generate.
5053 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5054 * infcall.c (call_function_by_hand): Eliminate call to
5055 DEPRECATED_PUSH_DUMMY_FRAME.
5056 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5057 push_dummy_frame.
5058 (ns32k_push_dummy_frame): Delete function.
5059
5060 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5061 deprecated_call_dummy_breakpoint_offset or
5062 deprecated_call_dummy_start_offset.
5063 * dummy-frame.c, arm-tdep.c: Update comments.
5064 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5065 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5066 * gdbarch.h, gdbarch.c: Re-generate.
5067
5068 * infcall.c (legacy_push_dummy_code): Delete function.
5069 (push_dummy_code): Delete call.
5070
5071 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5072 * gdbarch.h, gdbarch.c: Re-generate.
5073 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5074 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5075 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5076 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5077
5078 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5079 (struct frame_info): Delete opaque declaration.
5080 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5081 * frame.c (get_frame_type): Delete call.
5082
5083 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5084 pc_in_call_dummy.
5085 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5086 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5087
5088 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5089
5090 * alphanbsd-tdep.c: Include "gdb_string.h".
5091 * armnbsd-tdep.c: Update copyright year.
5092 Include "gdb_string.h".
5093 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5094 dependencies.
5095
5096 * delta68-nat.c: Remove file.
5097 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5098 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5099 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5100 (delta68-nat.o): Remove dependency.
5101
5102 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5103 function.
5104 (m68k_gdbarch_init): Don't set
5105 deprecated_frameless_function_invocation.
5106
5107 2004-05-07 Randolph Chung <tausq@debian.org>
5108
5109 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5110 read_memory_nobpt for code reading when doing frame unwinding.
5111 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5112
5113 2004-05-07 Randolph Chung <tausq@debian.org>
5114
5115 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5116 instead of sp, handle sigaltstack case.
5117 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5118 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5119 signal handler and not that of the caller.
5120 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5121 hppa_linux_sigtramp_find_sigcontext.
5122
5123 2004-05-07 Randolph Chung <tausq@debian.org>
5124
5125 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5126 hppa-linux-nat.c.
5127 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5128 * hppa-linux-nat.c (fetch_register, store_register): Define.
5129 (fetch_inferior_registers, store_inferior_registers): Define.
5130 (supply_gregset): Add comment and clean up some unneeded code.
5131 (fill_gregset): Add comment and fix so that it saves registers in
5132 the right place in the gregset.
5133 (fill_fpregset): Fix buffer overrun problem.
5134 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5135
5136 2004-05-07 Randolph Chung <tausq@debian.org>
5137
5138 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5139 do common handling of the pcoqt register.
5140 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5141 to use helper function.
5142 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5143 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5144 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5145 generic fallback unwinder when all else fails.
5146 (hppa_gdbarch_init): Add fallback sniffer.
5147 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5148 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5149 to use helper function.
5150
5151 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5152
5153 * config/djgpp/fnchange.lst: Add translation rules for
5154 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5155
5156 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5157
5158 * frame.c (get_prev_frame_1): Work around GCC bug.
5159 * frame.h: Add comment about GCC bug.
5160
5161 2004-05-07 Andrew Cagney <cagney@redhat.com>
5162
5163 * observer.c: Include "commands.h" and "gdbcmd.h".
5164 (observer_debug, _initialize_observer): Add the
5165 command "set/show debug observer".
5166 * observer.sh: When observer debugging, log notify calls.
5167 * Makefile.in (observer.o): Update dependencies.
5168
5169 2004-05-07 Jason Molenda (jmolenda@apple.com)
5170
5171 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5172
5173 2004-05-07 Jim Blandy <jimb@redhat.com>
5174
5175 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5176 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5177 to recognize gpr regnums, instead of assuming that
5178 tdep->ppc_fp0_regnum marks the end of the general-purpose
5179 registers.
5180
5181 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5182 the given architecture has floating-point registers.
5183
5184 2004-05-07 Andrew Cagney <cagney@redhat.com>
5185
5186 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5187 macro defined to 1.
5188 * gdbarch.h, gdbarch.c: Re-generate.
5189 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5190 deprecated_use_generic_dummy_frames.
5191
5192 2004-05-07 Brian Ford <ford@vss.fsi.com>
5193
5194 * NEWS: Mention Cygwin DWARF 2 support.
5195
5196 2004-05-07 Andrew Cagney <cagney@redhat.com>
5197
5198 * objfiles.h (struct entry_info): Delete unused fields
5199 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5200 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5201 * mipsread.c (mipscoff_symfile_read): Update.
5202 * mdebugread.c (parse_partial_symbols): Update.
5203 * dwarfread.c (read_file_scope): Update.
5204 * dwarf2read.c (read_file_scope): Update.
5205 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5206 * coffread.c (complete_symtab): Update.
5207
5208 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5209
5210 * infcall.c (_initialize_infcall): Fix typo.
5211
5212 2004-05-07 Andrew Cagney <cagney@redhat.com>
5213
5214 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5215 * command.h (add_setshow_zinteger_cmd): Declare.
5216
5217 2004-05-06 Randolph Chung <tausq@debian.org>
5218
5219 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5220 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5221 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5222 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5223 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5224 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5225 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5226 definitions ...
5227 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5228 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5229 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5230 (hppa64_hpux_frame_find_saved_regs_in_sig)
5231 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5232 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5233 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5234 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5235 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5236 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5237 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5238 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5239 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5240 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5241 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5242 (hppa32_register_type, hppa_cannot_store_register)
5243 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5244 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5245 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5246 * pa64solib.c (pa64_solib_have_load_event)
5247 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5248 (pa64_solib_unloaded_library_pathname): Likewise.
5249 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5250 (som_solib_library_pathname): Likewise.
5251
5252 2004-05-05 Jim Ingham <jingham@apple.com>
5253
5254 * breakpoint.c (create_breakpoints): Copy the ignore count and
5255 thread id over from the pended breakpoint to the actual
5256 breakpoint.
5257
5258 2004-05-05 Andrew Cagney <cagney@redhat.com>
5259
5260 * gdbarch.sh (PARM_BOUNDARY): Delete.
5261 gdbarch.h, gdbarch.c: Re-generate.
5262 * valops.c (PARM_BOUNDARY): Delete macro.
5263 (value_push): Delete PARM_BOUNDARY code.
5264 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5265
5266 2004-05-04 Jim Blandy <jimb@redhat.com>
5267
5268 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5269 Don't assume that the gprs, fprs, and UISA sprs are
5270 contiguous, start at register number zero, and end with fpscr.
5271 Instead, use the numbers from the tdep structure.
5272
5273 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5274 should no longer be used in code specific to the RS6000 and its
5275 derivatives.
5276 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5277 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5278 tdep->ppc_fp0_regnum.
5279 (ppc_supply_fpregset, ppc_collect_fpregset)
5280 (rs6000_push_dummy_call, rs6000_extract_return_value)
5281 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5282 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5283 FP0_REGNUM.
5284 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5285 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5286 Same.
5287 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5288 bdm_ppc_store_registers): Same.
5289 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5290 (store_register, fill_fpregset): Same.
5291 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5292 (ppc_linux_supply_fpregset): Same.
5293 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5294 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5295 Same.
5296 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5297 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5298 ppc64_sysv_abi_return_value): Same.
5299 * rs6000-nat.c (regmap, fetch_inferior_registers)
5300 (store_inferior_registers, fetch_core_registers): Same.
5301
5302 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5303
5304 * m68knbsd-nat.c: Remove file.
5305 * m68knbsd-tdep.c: Remove file.
5306 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5307 dependencies.
5308 * configure.host: Add m68k-*-netbsdelf*.
5309 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5310 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5311 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5312 (XM_FILE): Remove.
5313 * config/m68k/nbsdelf.mh: New file.
5314 * config/m68k/nbsd.mt: New file.
5315 * config/m68k/nbsdaout.mt: Remove file.
5316 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5317 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5318 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5319 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5320 (use_struct_convention): Remove prototype.
5321 (USE_STRUCT_CONVENTION): Remove define.
5322 * config/m68k/xm-nbsd.h: Remove file.
5323
5324 2004-05-04 Michael Snyder <msnyder@redhat.com>
5325
5326 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5327 reg_struct_return method (as gcc usually does for cross targets).
5328
5329 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5330
5331 Committed by Andrew Cagney.
5332 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5333 alignment padding when accessing ucontext struct members.
5334
5335 2004-05-04 Jim Blandy <jimb@redhat.com>
5336
5337 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5338 'ppc_gplast_regnum' member.
5339 (ppc_num_gprs): New enum constant.
5340 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5341 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5342 * rs6000-nat.c (regmap, fetch_inferior_registers,
5343 store_inferior_registers): Same.
5344 * rs6000-tdep.c (e500_pseudo_register_read)
5345 (e500_pseudo_register_write): Same.
5346 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5347
5348 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5349 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5350 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5351 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5352 FPLAST_REGNUM.
5353 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5354 Same.
5355 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5356 * rs6000-nat.c (regmap, fetch_inferior_registers)
5357 (store_inferior_registers): Same.
5358
5359 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5360 with FPLAST_REGNUM.
5361
5362 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5363
5364 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5365 failure detected by recent versions of GCC.
5366 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5367 to be consistent with the usage in dwarf2_create_include_psymtab.
5368
5369 2004-05-03 Michael Snyder <msnyder@redhat.com>
5370
5371 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5372 (heuristic_proc_start): Whitespace cleanup.
5373
5374 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5375
5376 * sun3-nat.c: Remove file.
5377 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5378 dependencies.
5379 (ALLDEPFILES): Remove sun3-nat.c.
5380 (sun3-nat.o): Remove dependencies.
5381
5382 * i386-interix-nat.c, i386-interix-tdep.c,
5383 config/i386/nm-interix.h, config/i386/interix.mh,
5384 config/i386/interix.mt: Remove files.
5385 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5386 dependencies.
5387
5388 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5389
5390 * m68k-tdep.h (struct gdbarch_tdep): Add member
5391 struct_value_regnum.
5392 (m68k_svr4_init_abi): New prototype.
5393 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5394 different calling conventions.
5395 (m68k_extract_return_value): Remove code dealing with single-field
5396 structs.
5397 (m68k_store_return_value): Remove code dealing with single-field
5398 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5399 (m68k_extract_struct_value_address): Remove function.
5400 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5401 (m68k_reg_struct_return_p, m68k_return_value)
5402 (m68k_svr4_return_value): New functions.
5403 (m68k_use_struct_convention): Remove function.
5404 (m68k_push_dummy_call): Use new struct_value_regnum member of
5405 `struct gdbarch_tdep' instead of hardcoded register number to
5406 store STRUCT_ADDR.
5407 (m68k_svr4_init_abi): New function.
5408 (m68k_gdbarch_init): Don't set extract_return_value,
5409 store_return_values, deprecated_extract_struct_value_address and
5410 use_struct_convention. Set return_value instead. Initialize new
5411 struct_value_regnum member of `struct gdbarch_tdep'.
5412 * m68klinux-tdep.c: Update copyright year.
5413 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5414 (m68k_linux_extract_struct_value_address): Remove function.
5415 (m68k_linux_init_abi): Don't set extract_return_value,
5416 store_return_values, deprecated_extract_struct_value_address and
5417 use_struct_convention. Call m68k_svr4_init_abi but override the
5418 new struct_value_regnum member of `struct gdbarch_tdep'.
5419 * Makefile.in (m68k-tdep.o): Update dependencies.
5420
5421 2004-05-03 J. Brobecker <brobecker@gnat.com>
5422
5423 * dwarf2read.c (line_header): Add new included_p field in
5424 field file_names.
5425 (partial_die_info): New field has_stmt_list. New field line_offset.
5426 (dwarf2_create_include_psymtab): New function.
5427 (dwarf2_build_include_psymtabs): New function.
5428 (add_file_name): Add forward declaration. Initialize new field.
5429 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5430 to be able to determine the list of files included by the
5431 given unit, and build their associated psymtabs.
5432 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5433 files as well.
5434 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5435 (read_file_scope): Update call to dwarf_decode_lines.
5436 (read_partial_die): Handle DW_AT_stmt_list attributes.
5437
5438 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5439
5440 Unfix PR gdb/1626.
5441 * configure.in: Revert special case for osf5.*.
5442 * configure: Regenerate.
5443
5444 2004-05-02 Jim Blandy <jimb@redhat.com>
5445
5446 Move the symbol-file-from-memory functions into their own file.
5447 * symfile-mem.c, symfile-mem.h: New files.
5448 * symfile.c (symbol_file_add_from_bfd): New function.
5449 (symbol_file_add): Call symbol_file_add_from_bfd.
5450 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5451 Moved to symfile-mem.c.
5452 (_initialize_symfile): Move definition of
5453 add-symbol-file-from-memory command to symfile-mem.c.
5454 * symfile.h (symbol_file_add_from_bfd): New declaration.
5455 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5456 * config/powerpc/linux.mt (TDEPFILES): Same.
5457 * Makefile.in (SFILES): Add symfile-mem.c.
5458 (symfile_mem_h): New variable.
5459 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5460 (symfile-mem.o): New rule.
5461
5462 2004-05-01 Andrew Cagney <cagney@redhat.com>
5463
5464 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5465 frame_find_by_id instead of frame_relative_level.
5466 (do_enable_breakpoint): Ditto.
5467 * thread.c: Update copyright.
5468 (info_threads_command): Ditto, simplify.
5469
5470 * frame.c (deprecated_generic_get_saved_register): Delete
5471 function, moved to "xstormy16-tdep.c".
5472 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5473 deprecated_generic_get_saved_register from "frame.c".
5474 (xstormy16_frame_saved_register): Call
5475 xstormy16_get_saved_register.
5476 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5477 static.
5478 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5479 * frame.h (deprecated_generic_get_saved_register): Delete.
5480
5481 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5482
5483 * dwarfread.c: Update documentation on the state of dwarf-1.
5484
5485 2004-05-01 Andrew Cagney <cagney@redhat.com>
5486
5487 * stack.c (select_frame_command): Delete call to
5488 frame_relative_level.
5489 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5490 Delete #if0 code.
5491 (frame_info): Do not print FRAMELESS.
5492 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5493 (catch_info): Delete #if0 code.
5494
5495 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5496 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5497 of frame_relative_level.
5498 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5499 to SENTINEL_FRAME.
5500 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5501 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5502 frame_relative_level.
5503
5504 * frame.h (deprecated_set_frame_type): Delete declaration.
5505 * frame.c (deprecated_set_frame_type): Delete function, update
5506 comments.
5507
5508 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5509 * gdbarch.h, gdbarch.c: Re-generate.
5510 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5511 (shnbsd_pc_in_sigtramp): Delete.
5512 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5513 pc_in_sigtramp.
5514 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5515 pc_in_sigtramp.
5516 * frame.h: Update comments.
5517 * ppc-linux-tdep.c: Update comments.
5518 * breakpoint.c (bpstat_what): Update comments.
5519
5520 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5521 m68klinux-tdep.o's dependencies, were previously added to
5522 m68klinux-nat.o.
5523
5524 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5525 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5526 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5527 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5528 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5529
5530 * Makefile.in (m68klinux-nat.o): Update dependencies.
5531 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5532 (m68k_linux_sigtramp_frame_cache)
5533 (m68k_linux_sigtramp_frame_this_id)
5534 (m68k_linux_sigtramp_frame_prev_register)
5535 (m68k_linux_sigtramp_frame_unwind)
5536 (m68k_linux_sigtramp_frame_sniffer)
5537 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5538 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5539 names, use trad-frame.h.
5540 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5541 (struct m68k_sigtramp_info): Delete.
5542 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5543 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5544 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5545 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5546 "m68klinux-tdep.c".
5547
5548 * infrun.c (check_sigtramp2): Delete check for
5549 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5550
5551 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5552
5553 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5554
5555 2004-05-01 Andrew Cagney <cagney@redhat.com>
5556
5557 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5558 (frv_linux_sigtramp_frame_cache)
5559 (frv_linux_sigtramp_frame_this_id)
5560 (frv_linux_sigtramp_frame_prev_register)
5561 (frv_linux_sigtramp_frame_unwind)
5562 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5563 include "linux" in function and variable names, directly call
5564 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5565 the latest trad-frame code.
5566 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5567 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5568 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5569 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5570 * frv-tdep.c (frv_sigtramp_frame_cache)
5571 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5572 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5573 frv-linux-tdep.c.
5574 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5575 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5576 (frv_set_sigcontext_reg_addr): Delete function.
5577
5578 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5579 (DEPRECATED_SIGTRAMP_END): Delete.
5580 * gdbarch.h, gdbarch.c: Re-generate.
5581 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5582 * config/vax/tm-vaxbsd.h: Update copyright.
5583 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5584 (DEPRECATED_IN_SIGTRAMP): Define.
5585 * config/m68k/tm-nbsd.h: Update copyright.
5586 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5587 (DEPRECATED_IN_SIGTRAMP): Define.
5588
5589 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5590
5591 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5592 encondings. Fixes PR gdb/1628.
5593
5594 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5595 DW_CFA_restore state without a matching DW_CFA_remember_state
5596 instead of aborting. Fixes PR backtrace/1589.
5597
5598 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5599
5600 * MAINTAINERS: Add self as AIX maintainer.
5601 Update my e-mail address in write-after-approval section.
5602
5603 2004-04-30 Andrew Cagney <cagney@redhat.com>
5604
5605 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5606 (legacy_get_prev_frame): Ditto.
5607
5608 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5609 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5610 * mipsread.c (sigtramp_address): Delete extern variable.
5611 (mipscoff_new_init): Delete reference.
5612 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5613 (fixup_sigtramp): Delete function.
5614 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5615 (fixup_sigtramp): Delete declarations.
5616
5617 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5618 deprecated_pc_in_sigtramp.
5619 (ppcnbsd_pc_in_sigtramp): Delete function.
5620
5621 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5622
5623 * config/m68k/nm-nbsd.h: Tweak comments.
5624 * config/m68k/nm-nbsdaout.h: Likewise.
5625
5626 2004-04-30 Andrew Cagney <cagney@redhat.com>
5627
5628 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5629 legacy_pc_in_sigtramp.
5630 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5631
5632 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5633
5634 Add OpenBSD/m68k support.
5635 * NEWS (New native configurations): Mention OpenBSD/m68k.
5636 * m68kbsd-tdep.c: New file.
5637 * m68kbsd-nat.c: New file.
5638 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5639 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5640 * configure.host: Add m68k-*-openbsd.
5641 * configure.tgt: Add m68k-*-openbsd.
5642 * config/m68k/tm-obsd.h: New file.
5643 * config/m68k/obsd.mt: New file.
5644 * config/m68k/obsd.mh: New file.
5645 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5646 m68kbsd-tdep.c.
5647
5648 2004-04-30 Andrew Cagney <cagney@redhat.com>
5649
5650 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5651 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5652
5653 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5654
5655 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5656 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5657
5658 2004-04-30 Brian Ford <ford@vss.fsi.com>
5659
5660 Revert 2004-04-16 change.
5661 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5662 (i386_coff_init_abi): Remove.
5663 * i386-tdep.h (i386_coff_init_abi): Remove.
5664 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5665
5666 2004-04-30 Andrew Cagney <cagney@redhat.com>
5667
5668 * blockframe.c (find_pc_partial_function): Delete use of
5669 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5670 DEPRECATED_SIGTRAMP_END.
5671
5672 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5673 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5674 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5675 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5676 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5677
5678 * defs.h (deprecated_inside_entry_file): Delete declaration.
5679 * blockframe.c (deprecated_inside_entry_file): Delete function.
5680 (legacy_frame_chain_valid): Delete call.
5681 * sh64-tdep.c (sh64_frame_chain): Delete call.
5682 * objfiles.h: Update comments.
5683 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5684 call.
5685 * frame.c (get_prev_frame): Delete call, update comments.
5686
5687 2004-04-30 Brian Ford <ford@vss.fsi.com>
5688
5689 * MAINTAINERS (Write After Approval): Add myself.
5690
5691 2004-04-30 Andrew Cagney <cagney@redhat.com>
5692
5693 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5694 * gdbarch.h, gdbarch.c: Re-generate.
5695 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5696 code.
5697
5698 2004-04-30 Andrew Cagney <cagney@redhat.com>
5699
5700 * gdb-events.sh (selected_thread_changed)
5701 (selected_frame_level_changed, target_changed): Delete.
5702 * gdb-events.h, gdb-events.c: Re-generate.
5703 * valops.c (value_assign): Update.
5704 * stack.c (select_frame_command, up_silently_base)
5705 (down_silently_base): Update.
5706
5707 2004-04-29 Andrew Cagney <cagney@redhat.com>
5708
5709 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5710 registers correctly.
5711 (print_gp_register_row, mips32_heuristic_proc_desc)
5712 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5713 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5714 references to mips_isa_regsize.
5715
5716 2004-04-29 Andrew Cagney <cagney@redhat.com>
5717
5718 * mips-tdep.c (struct gdbarch_tdep): Delete
5719 mips_fp_register_double.
5720 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5721 mips_abi_regsize.
5722 (mips_gdbarch_init): Do not set mips_fp_register_double.
5723 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5724
5725 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5726
5727 Committed by Andrew Cagney.
5728 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5729 function calls.
5730
5731 2004-04-29 Andrew Cagney <cagney@redhat.com>
5732
5733 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5734 gdbarch, use mips_abi, update callers.
5735 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5736 mips_abi_regsize, update callers.
5737 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5738 mips_default_abi_regsize.
5739 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5740 mips_default_abi_regsize.
5741
5742 2004-04-29 Andrew Cagney <cagney@redhat.com>
5743
5744 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5745 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5746 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5747 mips_default_abi_regsize.
5748 (mips_isa_regsize): Rename mips_regisze.
5749 * mipsnbsd-tdep.c: Update.
5750 * mips-linux-tdep.c: Update.
5751 * irix5-nat.c: Update.
5752 * mips-tdep.h (mips_isa_regsize): Update.
5753
5754 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5755 Delete all disabled code.
5756 * gdb-events.h, gdb-events.c: Re-generate.
5757
5758 2004-04-19 Jerome Guitton <guitton@gnat.com>
5759 Mark Kettenis <kettenis@gnu.org>
5760
5761 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5762 the function begins with a branch instruction.
5763
5764 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5765
5766 * i386-tdep.c: Fix spelling mistakes.
5767
5768 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5769 Andrew Cagney <cagney@redhat.com>
5770
5771 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5772 <sys/proc.h>.
5773 * acconfig.h: Provide default _KMEMUSER value.
5774 * config.in, configure: Re-generate.
5775 * NEWS: Mention fix.
5776
5777 2004-04-24 Randolph Chung <tausq@debian.org>
5778
5779 * configure.host (hppa*-*-linux*): New target.
5780 * configure.tgt (hppa*-*-linux*): Likewise.
5781 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5782 gdbarch_init_osabi() call earlier so that osabi-specific frame
5783 unwinders can be registered first.
5784 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5785 hppa-linux-nat.c.
5786 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5787 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5788 * config/pa/linux.mh: New file.
5789 * config/pa/linux.mt: New file.
5790 * config/pa/nm-linux.h: New file.
5791 * config/pa/xm-linux.h: New file.
5792 * hppa-linux-nat.c: New file.
5793 * hppa-linux-tdep.c: New file.
5794
5795 2004-04-28 Randolph Chung <tausq@debian.org>
5796
5797 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5798 return values.
5799 (hppa32_push_dummy_call): Fix small struct and floating point argument
5800 passing, and make sure the stack frame is properly aligned.
5801
5802 2004-04-28 Andrew Cagney <cagney@redhat.com>
5803
5804 * stack.c (print_stack_frame): Fix description.
5805
5806 * NEWS: Mention gdb/gdbserver/configure execute permission
5807 changed. PR server/519.
5808
5809 2004-04-28 Andrew Cagney <cagney@redhat.com>
5810
5811 * stack.c (print_stack_frame_stub): Delete declaration.
5812 (struct print_stack_frame_args, print_stack_frame)
5813 (print_frame_info, print_frame): Replace "source" with print what.
5814 Replace "print" with "print_level". Replace "args" with
5815 "print_args".
5816 * frame.h (show_and_print_stack_frame, print_stack_frame)
5817 (print_frame_info): Update declarations.
5818 * stack.c (select_and_print_frame, frame_command)
5819 (current_frame_command, up_command, down_command): Update calls -
5820 use get_selected_frame, pass "enum print_what" for source, do not
5821 call frame_relative_level.
5822 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5823 * remote-rdp.c (remote_rdp_open): Ditto.
5824 * remote-mips.c (common_open): Ditto.
5825 * remote-e7000.c (e7000_start_remote): Ditto.
5826 * ocd.c (ocd_start_remote): Ditto.
5827 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5828 * infrun.c (normal_stop): Ditto.
5829 * inflow.c (kill_command): Ditto.
5830 * infcmd.c (finish_command): Ditto.
5831 * corelow.c (core_open): Ditto.
5832 * tracepoint.c (finish_tfind_command): Ditto.
5833 * thread.c (info_threads_command, info_threads_command)
5834 (restore_current_thread, do_captured_thread_select): Ditto.
5835 * ada-tasks.c (task_command): Ditto.
5836
5837 2004-04-26 Orjan Friberg <orjanf@axis.com>
5838
5839 * frame.c: Include "observer.h".
5840 (frame_observer_target_changed): New function.
5841 (_initialize_frame): Attach target_changed observer.
5842 * regcache.c: Include "observer.h".
5843 (regcache_observer_target_changed): New function.
5844 (_initialize_regcache): Attach target_changed observer.
5845 * valops.c: Include "observer.h".
5846 (value_assign): Notify target_changed event when modifying register.
5847 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5848
5849 2004-04-26 Orjan Friberg <orjanf@axis.com>
5850
5851 From Paul Koning <pkoning@equallogic.com>:
5852 * breakpoint.c (free_valchain): New function.
5853 (insert_bp_location, delete_breakpoint): Use free_valchain.
5854 (remove_breakpoint): Do not remove the valchain.
5855 (bpstat_stop_status): If not stopped by watchpoint, skip
5856 watchpoints when generating stop status list.
5857 * infrun.c (handle_inferior_event): Make
5858 stepped_after_stopped_by_watchpoint a global variable.
5859 * remote.c (remote_stopped_data_address): Return watch data
5860 address rather than zero if stepped_after_stopped_by_watchpoint is
5861 set.
5862
5863 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5864
5865 Fix PR gdb/1626.
5866 * configure.in: Check for curses after termcap.
5867 On osf5.*, do not check for ncurses.
5868 * configure: Regenerate.
5869
5870 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5871
5872 * ppcobsd-nat.c: Include "ppc-tdep.h".
5873 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5874
5875 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5876 Fixes PR tdep/1623 and PR tdep/1624.
5877
5878 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5879
5880 * xmodem.h, xmodem.c: Remove files.
5881 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5882
5883 2004-04-23 Randolph Chung <tausq@debian.org>
5884
5885 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5886 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5887 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5888 for handling stackless frames.
5889 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5890
5891 2004-04-23 Randolph Chung <tausq@debian.org>
5892
5893 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5894 starts at a pc before the frame is created.
5895
5896 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5897
5898 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5899
5900 2004-04-23 Jerome Guitton <guitton@gnat.com>
5901
5902 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5903 use convert_typed_floating to get the appropriate format.
5904
5905 2004-04-22 Randolph Chung <tausq@debian.org>
5906
5907 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5908 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5909 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5910 (hppa_sign_extend): Add prototype.
5911 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5912 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5913 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5914 hppa targets will also use these functions.
5915 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5916 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5917 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5918 (hppa_gdbarch_init): Remove gdbarch setting of
5919 skip_trampoline_code, in_solib_call_trampoline and
5920 in_solib_return_trampoline.
5921 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5922 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5923 hppa_in_solib_call_trampoline.
5924 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5925 Moved from hppa-tdep.c.
5926 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5927 in_solib_call_trampoline and in_solib_return_trampoline.
5928
5929 2004-04-22 Randolph Chung <tausq@debian.org>
5930
5931 * hppa-tdep.c (hppa_debug): New variable.
5932 (find_unwind_entry, hppa_frame_cache): Add debug output.
5933 (_initialize_hppa_tdep): Add command to set debug flag.
5934
5935 2004-04-22 Andrew Cagney <cagney@redhat.com>
5936
5937 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5938 "trad-frame.h".
5939 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5940 signal trampoline unwinder.
5941 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5942
5943 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5944
5945 Add OpenBSD/powerpc support.
5946 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5947 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5948 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5949 (ppc_collect_fpregset): New prototypes.
5950 * ppcobsd-nat.c: New file.
5951 * ppcobsd-tdep.c: New file.
5952 * ppcobsd-tdep.h: New file.
5953 * rs6000-tdep.c: Include "regset.h".
5954 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5955 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5956 New functions.
5957 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5958 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5959 (rs6000-tdep.o): Update dependencies.
5960 * configure.host: Add powerpc-*-openbsd.
5961 * configure.tgt: Add powerpc-*-openbsd.
5962 * config/powerpc/obsd.mh: New file.
5963 * config/powerpc/nm-obsd.h: New file.
5964 * config/powerpc/obsd.mt: New file.
5965
5966 2004-04-22 Andrew Cagney <cagney@redhat.com>
5967
5968 * frame.h (show_frame_info): Delete declaration.
5969
5970 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5971 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5972 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5973 * frv-tdep.c (frv_frame_this_id): Ditto.
5974 * avr-tdep.c (avr_frame_this_id): Ditto.
5975
5976 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5977
5978 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5979
5980 2004-04-22 Jim Blandy <jimb@redhat.com>
5981
5982 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5983 register number zero.
5984
5985 2004-04-21 Michael Snyder <msnyder@redhat.com>
5986
5987 * mips-tdep.c (heuristic_proc_start):
5988 Warning() already prefixes "Warning: ".
5989
5990 2004-04-21 Andrew Cagney <cagney@redhat.com>
5991
5992 * annotate.h (deprecated_annotate_starting_hook)
5993 (deprecated_annotate_stopped_hook)
5994 (deprecated_annotate_exited_hook)
5995 (deprecated_annotate_signal_hook)
5996 (deprecated_annotate_signalled_hook): Deprecate.
5997 * tracepoint.h (deprecated_create_tracepoint_hook)
5998 (deprecated_delete_tracepoint_hook)
5999 (deprecated_modify_tracepoint_hook)
6000 (deprecated_trace_find_hook)
6001 (deprecated_trace_start_stop_hook): Deprecate.
6002 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6003 * remote.h (deprecated_target_resume_hook)
6004 (deprecated_target_wait_loop_hook): Deprecate.
6005 * gdbcore.h (deprecated_exec_file_display_hook)
6006 (deprecated_file_changed_hook): Deprecate.
6007 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6008 * defs.h (deprecated_modify_breakpoint_hook)
6009 (deprecated_command_loop_hook, deprecated_show_load_progress)
6010 (deprecated_print_frame_info_listing_hook)
6011 (deprecated_query_hook, deprecated_warning_hook)
6012 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6013 (deprecated_delete_breakpoint_hook)
6014 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6015 (deprecated_readline_begin_hook, deprecated_readline_hook)
6016 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6017 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6018 (deprecated_context_hook, deprecated_target_wait_hook)
6019 (deprecated_attach_hook, deprecated_detach_hook)
6020 (deprecated_call_command_hook, deprecated_set_hook)
6021 (deprecated_error_hook, deprecated_error_begin_hook)
6022 (deprecated_ui_load_progress_hook): Deprecate.
6023 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6024 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6025 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6026 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6027 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6028 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6029 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6030 * annotate.c, aix-thread.c: Update.
6031
6032 2004-04-21 Andrew Cagney <cagney@redhat.com>
6033
6034 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6035 * vaxnbsd-tdep.c: Include "gdb_string.h".
6036
6037 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6038 (add_symbol_file_from_memory_command): #if 0 function body, call
6039 error instead.
6040
6041 2004-04-21 Andrew Cagney <cagney@redhat.com>
6042
6043 * gdbcore.h: Update copyright.
6044 (deprecated_add_core_fns): Rename add_core_fns.
6045 * win32-nat.c (_initialize_core_win32): Update.
6046 * sun3-nat.c (_initialize_core_sun3): Update.
6047 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6048 * rs6000-nat.c (_initialize_core_rs6000): Update.
6049 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6050 * nto-tdep.c (_initialize_nto_tdep): Update.
6051 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6052 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6053 * mips-nat.c (_initialize_core_mips): Update.
6054 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6055 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6056 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6057 * lynx-nat.c (_initialize_core_lynx): Update.
6058 * irix5-nat.c (_initialize_core_irix5): Update.
6059 * i386-interix-nat.c (_initialize_core_interix): Update.
6060 * cris-tdep.c (_initialize_cris_tdep): Update.
6061 * corelow.c (deprecated_add_core_fns): Update.
6062 * core-regset.c (_initialize_core_regset): Update.
6063 * core-aout.c (_initialize_core_aout): Update.
6064 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6065 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6066 * alpha-nat.c (_initialize_core_alpha): Update.
6067
6068 2004-04-21 Jim Blandy <jimb@redhat.com>
6069
6070 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6071
6072 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6073
6074 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6075 Delete.
6076 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6077 (read_attribute_value): Update calls to dwarf_alloc_block.
6078 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6079 dwarf2_tmp_obstack.
6080 (psymtab_to_symtab_1): Likewise. Clean up using
6081 free_stack_comp_unit.
6082 (add_to_cu_func_list): Use the comp_unit_obstack.
6083
6084 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6085
6086 * dwarf2read.c (dwarf2_flag_true_p): New function.
6087 (die_is_declaration): Use the function above. Add some comments.
6088
6089 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6090
6091 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6092 architecture when registering sparcnbsd_core_osabi_sniffer.
6093 Adjust comment.
6094
6095 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6096
6097 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6098 return value.
6099
6100 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6101 * i386-tdep.c: Correct register numbering scheme comments
6102 throughout.
6103 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6104 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6105 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6106 (i386_gdb_arch_init): Likewise.
6107
6108 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6109 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6110 ppcnbsd-tdep.o.
6111
6112 * m68k-tdep.h: Tweak comments.
6113 * m68k-tdep.c: Tweak comment.
6114
6115 2004-04-17 Randolph Chung <tausq@debian.org>
6116
6117 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6118 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6119 (hppa_hpux_som_init_abi): Set is_elf to 0.
6120 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6121 * hppa-tdep.c (low_text_segment_address): Remove global.
6122 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6123 section offset to calculate segment address.
6124 (internalize_unwinds): Define low_text_segment_address as local and
6125 pass to record_text_segment_lowaddr for ELF targets.
6126 (hppa_gdbarch_init): Zero fill tdep structure.
6127 (hppa_dump_tdep): Print tdep structure.
6128 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6129
6130 2004-04-17 Randolph Chung <tausq@debian.org>
6131
6132 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6133 (hppa_gdbarch_init): Set pseudo_register_read.
6134 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6135 * regcache.c (supply_register): Remove check for
6136 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6137
6138 2004-04-17 Randolph Chung <tausq@debian.org>
6139
6140 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6141 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6142 (hpread_adjust_stack_address): Move to hpread.c.
6143 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6144 obj_private_struct): Move from tm-hppa.h.
6145 * hpread.c (hppa-tdep.h): Include.
6146 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6147 (hpread_read_function_type, hpread_read_doc_function_type)
6148 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6149 directly.
6150 * pa64solib.c (hppa-tdep.h): Include.
6151 * somsolib.c (hppa-tdep.h): Include.
6152 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6153 inferior_status): Remove unused forward declarations.
6154 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6155 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6156 obj_private_struct): Move to hppa-tdep.h.
6157 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6158
6159 2004-04-17 Randolph Chung <tausq@debian.org>
6160
6161 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6162 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6163 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6164 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6165 Remove forward declaration and make static.
6166 (hppa_reg_struct_has_addr): Remove.
6167
6168 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6169
6170 * observer.sh: Move comments in sed command to first column.
6171
6172 2004-04-16 Jason Molenda (jmolenda@apple.com)
6173
6174 * frame.c: Minor typeo corrections in comments.
6175
6176 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6177
6178 * observer.c (observer_test_first_notification_function): Update
6179 function profile.
6180 (observer_test_second_notification_function): Likewise.
6181 (observer_test_third_notification_function): Likewise.
6182
6183 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6184
6185 From Brian Ford <ford@vss.fsi.com>:
6186 * i386-tdep.c (i386_coff_init_abi): New function.
6187 * i386-tdep.h (i386_coff_init_abi): New prototype.
6188 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6189 register number translation functions for DWARF and DWARF 2.
6190
6191 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6192
6193 * dwarf2read.c: Back out my previous change, it was incorrect.
6194
6195 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6196
6197 * dwarf2read.c: Include "hashtab.h".
6198 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6199 has_namespace_info.
6200 (struct partial_die_info): Add comments. Use bitfields to reduce
6201 memory footprint. Add scope, scope_set, has_specification,
6202 spec_offset, die_parent, die_child, and die_sibling.
6203 (peek_die_abbrev): Add prototype.
6204 (partial_read_comp_unit_head): New function, broken out from
6205 dwarf2_build_psymtabs_hard.
6206 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6207 Use partial_read_comp_unit_head. Initialize the CU and
6208 comp_unit_obstack. Update calls to read_partial_die and
6209 scan_partial_symbols. Use free_stack_comp_unit and
6210 load_partial_dies.
6211 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6212 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6213 Update calls to helper functions. Remove NAMESPACE argument.
6214 Update comments.
6215 (partial_die_parent_scope, partial_die_full_name): New functions.
6216 (add_partial_symbol): Remove namespace argument. Update call to
6217 pdi_needs_namespace. Use partial_die_full_name. Handle
6218 DW_TAG_namespace. Check has_namespace_info flag.
6219 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6220 tag. Handle namespaces.
6221 (add_partial_namespace, add_partial_enumeration): Simplify.
6222 (guess_structure_name): New function, derived from
6223 add_partial_structure.
6224 (add_partial_structure): Remove.
6225 (determine_class_name): Update comment.
6226 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6227 (is_type_tag_for_partial, load_partial_dies): New functions.
6228 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6229 Record specifications instead of following them immediately.
6230 (find_partial_die_in_comp_unit, find_partial_die)
6231 (fixup_partial_die, free_stack_comp_unit)
6232 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6233 (partial_die_hash, partial_die_eq): New functions.
6234 * Makefile.in (hashtab_h): Define.
6235 (dwarf2read.o): Update dependencies.
6236 (observer_inc, observer_h): Move to the correct section.
6237
6238 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6239
6240 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6241 (die_is_declaration): Use the function above. Add comment.
6242
6243 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6244
6245 * dwarf2read.c (read_structure_scope): Identify stub types
6246 using die_is_declaration() only.
6247
6248 2004-04-15 Roland McGrath <roland@redhat.com>
6249
6250 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6251 argument instead of NAME.
6252 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6253 in call to symbol_file_add_with_addrs_or_offsets.
6254 (build_addr_info): New function, helper for ...
6255 (symbol_file_add_from_memory): New function.
6256 (add_symbol_file_from_memory_command): New function using that.
6257 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6258 (pre_add_symbol_hook): Add const to argument type.
6259 * symfile.h (symbol_file_add_from_memory): Declare it.
6260
6261 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6262
6263 * NEWS (New native configurations): Mention OpenBSD/vax.
6264 * configure.host: Add vax-*-openbsd*.
6265 * config/vax/obsd.mh: New file.
6266 * config/vax/nm-obsd.h: New file.
6267
6268 * vax-tdep.c: Include "regset.h".
6269 (vax_supply_gregset): New function.
6270 (vax_gregset): New variable.
6271 (vax_regset_from_core_section): New function.
6272 (vax_gdbarch_init): Set regset_from_core_section.
6273 * Makefile.in (vax-tdep.o): Update dependencies.
6274
6275 2004-04-15 Andrew Cagney <cagney@redhat.com>
6276
6277 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6278 (observer_normal_stop_notification_stub)
6279 (observer_attach_normal_stop, observer_detach_normal_stop):
6280 Delete, replaced by #include "observer.inc".
6281 * infrun.c (normal_stop): Pass "stop_bpstat" to
6282 observer_notify_normal_stop.
6283 * Makefile.in (observer_inc): Define.
6284 (observer.o): Update dependencies.
6285 (observer.h, observer.inc): New rules.
6286 * observer.h: Delete file.
6287 * observer.sh: New file.
6288
6289 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6290
6291 * vax-tdep.c (vax_frame_cache): Fix typo.
6292
6293 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6294
6295 * NEWS (New native configurations): Mention NetBSD/vax.
6296 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6297 * config/vax/nbsdelf.mh: New file.
6298 * config/vax/nbsdaout.mh: New file.
6299 * config/vax/nm-nbsd.h: New file.
6300 * config/vax/nm-nbsdaout.h: New file.
6301
6302 * vaxnbsd-tdep.c: New file.
6303 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6304 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6305 * config/vax/nbsd.mt: New file.
6306 * config/vax/tm-nbsd.h: New file.
6307
6308 * Makefile.in (vaxbsd-nat.o): New dependency.
6309
6310 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6311 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6312 struct_addr arguments. Don't push return value address.
6313 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6314 arguments to vax_store_arguments. Store return value address in
6315 R1.
6316 (vax_store_struct_return, vax_extract_return_value)
6317 (vax_store_return_value): Remove functions.
6318 (vax_return_value): New function.
6319 (vax_gdbarch_init): Set return value. Don't set
6320 deprecated_store_struct_return, deprecated_extract_struct_return
6321 and deprecated_store_return_value.
6322
6323 2004-04-14 Andreas Schwab <schwab@suse.de>
6324
6325 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6326 value buffer.
6327 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6328
6329 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6330
6331 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6332 (vax_unwind_dummy_id): New functions.
6333 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6334 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6335 variables.
6336 (vax_fix_call_dummy): Remove function.
6337 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6338 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6339 call_dummy_location, deprecated_call_dummy_words,
6340 deprecated_sizeof_call_dummy_words,
6341 deprecated_call_dummy_breakpoint_offset,
6342 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6343 and deprecated_dummy_write_sp.
6344
6345 2004-04-13 David Carlton <carlton@kealia.com>
6346
6347 * MAINTAINERS: Move myself to "paper trail" section.
6348
6349 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6350
6351 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6352 "trad-frame.h".
6353 (vax_frame_init_saved_regs): Remove function.
6354 (vax_sigtramp_saved_pc): Remove function.
6355 (vax_frame_saved_pc): Remove function.
6356 (vax_frame_args_address): Remove function.
6357 (vax_frame_num_args): Rewrite.
6358 (vax_frame_chain): Remove function.
6359 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6360 VAX_FP_REGNUM.
6361 (vax_pop_frame): Likewise.
6362 (vax_saved_pc_after_call): Remove function.
6363 (struct vax_frame_cache): New structure.
6364 (vax_frame_cache): New function.
6365 (vax_frame_this_id): New function.
6366 (vax_frame_prev_register): New function.
6367 (vax_frame_unwind): New variable.
6368 (vax_frame_sniffer): New function.
6369 (vax_frame_base_address): New function.
6370 (vax_frame_args_address): New function.
6371 (vax_frame_base): New variable.
6372 (vax_unwind_pc): New function.
6373 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6374 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6375 deprecated_frame_chain, deprecated_frame_saved_pc,
6376 deprecated_frame_args_address and
6377 deprecated_frame_init_saved_regs.
6378 * Makefile.in (vax-tdep.o): Update dependencies.
6379
6380 * vaxbsd-nat.c: New file.
6381
6382 * vax-tdep.h: Update copyright year. Adjust comments.
6383 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6384 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6385 (vax_regnum): New enum. Replacing...
6386 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6387 (VAX_PS_REGNUM): ... these removed macros.
6388 * vax-tdep.c (vax_register_name): Remove prototype.
6389 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6390 (vax_register_byte, vax_register_raw_size,
6391 vax_register_virtual_size, vax_register_virtual_type): Remove
6392 functions.
6393 (vax_register_type): New function.
6394 (vax_breakpoint_from_pc): Reorganize.
6395 (vax_gdbarch_init): Set register_type. Don't set
6396 deprecated_register_size, deprecated_register_bytes,
6397 deprecated_register_byte, deprecated_register_raw_size,
6398 deprecated_max_register_raw_size,
6399 deprecated_register_virtual_size,
6400 deprecated_max_register_virtual_size and
6401 deprecated_register_virtual_type. Add comment on stack direction.
6402
6403 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6404
6405 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6406 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6407 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6408
6409 2004-04-10 Randolph Chung <tausq@debian.org>
6410
6411 * MAINTAINERS (write after approval): Add myself.
6412
6413 2004-04-07 Randolph Chung <tausq@debian.org>
6414
6415 * hppa-tdep.c (hppa_inner_than): Remove.
6416 (is_pa_2): Remove unused static variable.
6417 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6418
6419 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6420
6421 * language.h (language_defn): Add new la_post_parser field.
6422 * parser-defs.h (null_post_parser): New declaration (default for
6423 la_post_parser).
6424
6425 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6426 insert call to that function.
6427 (parse_exp_in_context): New function, including code formerly in
6428 parse_exp_1. Calls language-dependent post-parser after
6429 prefixification.
6430 (parse_expression_in_context): New exported function.
6431 (null_post_parser): New definition.
6432 * expression.h (parse_expression_in_context): Add declaration.
6433
6434 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6435 * c-lang.c (c_language_defn): Ditto.
6436 (cplus_language_defn): Ditto.
6437 (asm_language_defn): Ditto.
6438 (minimal_language_defn): Ditto.
6439 * f-lang.c (f_language_defn): Ditto.
6440 * jv-lang.c (java_language_defn): Ditto.
6441 * language.c (unknown_language_defn): Ditto.
6442 (auto_language_defn): Ditto.
6443 (local_language_defn): Ditto.
6444 * m2-lang.c (m2_language_defn): Ditto.
6445 * scm-lang.c (scm_language_defn): Ditto.
6446 * obj-lang.c (objc_language_defn): Ditto.
6447
6448 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6449
6450 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6451 (amd64nbsd_mcontext_addr): New function.
6452 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6453 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6454 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6455
6456 * corelow.c (core_xfer_partial): Fix coding standards violation.
6457 Add support for TARGET_OBJECT_WCOOKIE.
6458
6459 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6460 deprecated_pc_in_sigtramp.
6461 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6462 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6463 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6464 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6465 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6466 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6467 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6468
6469 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6470 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6471 Fix typo.
6472
6473 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6474 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6475 (amd64_collect_fxsave): Likewise.
6476
6477 * i386-sol2-tdep.c: Include "gdb_string.h".
6478 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6479 name.
6480 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6481
6482 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6483
6484 * i386-sol2-tdep.c: Include "solib-svr4.h".
6485 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6486 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6487 * config/i386/tm-i386sol2.h: Include :solib.h".
6488 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6489 solib-svr4.o and solib-legacy.o.
6490 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6491 solib-svr4.o.
6492
6493 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6494
6495 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6496 whether a register is supplied by PTRACE_GETFPREGS.
6497 (store_inferior_registers): Likewise.
6498 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6499 whether a register is supplied by PT_GETFPREGS.
6500 (store_inferior_registers): Likewise.
6501
6502 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6503 * config/i386/linux64.mt (TDEPFILES): Likewise.
6504
6505 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6506
6507 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6508 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6509 the program counter is in the range specified by `struct
6510 gdbarch_tdep'.
6511 * amd64-linux-tdep.c: Include "symtab.h".
6512 (amd64_linux_pc_in_sigtramp): Remove function.
6513 (amd64_linux_sigtramp_p): New function.
6514 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6515 deprecated_pc_in_sigtramp.
6516 * amd64nbsd-tdep.c: Include "symtab.h".
6517 (amd64nbsd_sigtramp_p): New function.
6518 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6519 deprecated_pc_in_sigtramp.
6520 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6521 few comments.
6522 (amd64obsd_pc_in_sigtramp): Remove function.
6523 (amd64obsd_sigtramp_p): New function.
6524 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6525 deprecated_pc_in_sigtramp.
6526 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6527 (i386bsd_pc_ins_sigtramp): Remove prototype.
6528 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6529 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6530 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6531 the program counter is in the range specified by `struct
6532 gdbarch_tdep'.
6533 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6534 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6535 (i386_go32_pc_in_sigtramp): Remove function.
6536 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6537 Initialize TDEP->sigtramp_p.
6538 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6539 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6540 deprecated_pc_in_sigtramp.
6541 * i386-linux-tdep.c: Adjust comments.
6542 (i386_linux_pc_in_sigtramp): Remove function.
6543 (i386_linux_sigtramp_p): New function.
6544 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6545 deprecated_pc_in_sigtramp.
6546 * i386-nto-tdep.c: Update copyright year.
6547 (i386nto_pc_in_sigtramp): Remove function.
6548 (i386nto_sigtramp_p): New function.
6549 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6550 SP_REGNUM.
6551 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6552 deprecated_pc_in_sigtramp.
6553 * i386-sol2-tdep.c: Update copyright year.
6554 (i386_sol2_pc_in_sigtramp): Remove function.
6555 (i386_sol2_sigtramp_p): New function.
6556 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6557 deprecated_pc_in_sigtramp.
6558 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6559 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6560 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6561 deprecated_sigtramp_start and deprecated_sigtramp_end.
6562 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6563 (i386nbsd_pc_in_sigtramp): Remove function.
6564 (i386nbsd_sigtramp_p): New function.
6565 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6566 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6567 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6568 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6569 (i386obsd_pc_in_sigtramp): Remove function.
6570 (i386obsd_sigtramp_p): New function.
6571 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6572 functions.
6573 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6574 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6575 TDEP->sigtramp_p.
6576 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6577 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6578 dependencies.
6579
6580 * config/i386/i386aout.mt: Remove file.
6581
6582 * configure.tgt: Remove i[34567]86-*-go32*,
6583 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6584 and i[34567]86-*-isc*. Set gdb_target to i386 for
6585 i[34567]86-*-netware* and i[34567]86-*-*.
6586 * config/i386/i386.mt: New file.
6587 * config/i386/embed.mt: Remove file.
6588 * config/i386/go32.mt: Remove file.
6589 * config/i386/i386nw.mt: Remove file.
6590 * config/i386/i386v.mt: Remove file.
6591 * config/i386/tm-go32.h: Remove file.
6592
6593 * tui/tui-hooks.c: Include "readline/readline.h" after
6594 "gdb_curses.h" instead of before.
6595 * tui/tui-io.c: Likewise.
6596
6597 * tui/tui.c: Fix typo in comment.
6598
6599 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6600
6601 2004-04-08 Andrew Cagney <cagney@redhat.com>
6602
6603 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6604 (deprecated_exception_support_initialized): Declare.
6605 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6606 (initialize_hp_cxx_exception_support)
6607 (child_enable_exception_callback): Update.
6608 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6609 (deprecated_exception_support_initialized): Rename
6610 deprecated_exception_catchpoints_are_fragile and
6611 deprecated_exception_support_initialized.
6612 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6613
6614 * symtab.c (deprecated_hp_som_som_object_present): Rename
6615 hp_som_som_object_present.
6616 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6617 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6618 Update. Delete extern declaration.
6619 * valops.c (hp_som_som_object_present): Ditto.
6620 * parse.c (deprecated_hp_som_som_object_present)
6621 (parse_nested_classes_for_hpacc): Ditto.
6622 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6623 * hppa-hpux-tdep.c (hp_som_som_object_present)
6624 (initialize_hp_cxx_exception_support): Ditto.
6625 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6626 * cp-valprint.c (hp_som_som_object_present)
6627 (cp_print_class_method): Ditto.
6628 * c-typeprint.c (hp_som_som_object_present):
6629 (c_type_print_base): Ditto.
6630 * c-exp.y (hp_som_som_object_present): Ditto.
6631
6632 2004-04-08 Andrew Cagney <cagney@redhat.com>
6633
6634 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6635 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6636 (frame_unwind_find_by_frame): Re-implement the unwind code so
6637 that it can both prepend and append sniffers. Replace
6638 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6639 * tramp-frame.c (tramp_frame_append): Use
6640 frame_unwind_prepend_unwinder.
6641 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6642 frame_unwind_register_unwinder.
6643 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6644 tramp_frame_append.
6645 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6646 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6647 (mips_linux_init_abi): Update.
6648
6649 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6650
6651 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6652 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6653 file support.
6654
6655 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6656
6657 * ia64-tdep.c (elf.h): Don't include.
6658 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6659
6660 2004-04-07 Jason Molenda (jmolenda@apple.com)
6661
6662 * frame.h: Typeo corrections in comments.
6663
6664 2004-04-07 Jim Blandy <jimb@redhat.com>
6665
6666 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6667 %esp and %ebp
6668
6669 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6670
6671 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6672 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6673 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6674 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6675 and solib-legacy.o.
6676 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6677 solib-svr4.o.
6678 * config/sparc/tm-sol2.h: Update copyright year. Include
6679 "solib.h".
6680
6681 * sparc-sol2-tdep.c: Update copyright year. Include
6682 "solib-svr4.h".
6683 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6684 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6685 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6686 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6687 dependencies.
6688
6689 2004-04-06 Andrew Cagney <cagney@redhat.com>
6690
6691 * infttrace.c: Include "infttrace.h".
6692 * infttrace.h: Include "target.h".
6693 * Makefile.in (infttrace_h): Update.
6694 (infttrace.o): Update.
6695
6696 2004-04-06 Andrew Cagney <cagney@redhat.com>
6697
6698 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6699 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6700 move extern declarations from here ...
6701 * infttrace.h: ... to here.
6702 * Makefile.in (hppah-nat.o): Update dependencies.
6703
6704 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6705 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6706 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6707 (hppa_breakpoint_from_pc): Delete.
6708
6709 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6710
6711 2004-04-05 Andrew Cagney <cagney@redhat.com>
6712
6713 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6714 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6715 <sys/file.h>.
6716
6717 2004-04-06 Randolph Chung <tausq@debian.org>
6718
6719 Committed by Andrew Cagney (mechanical change).
6720 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6721 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6722 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6723 child_enable_exception_callback, current_ex_event,
6724 null_symtab_and_line, child_get_current_exception_event,
6725 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6726 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6727 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6728 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6729 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6730 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6731 Move hpux-specific definitions ...
6732 * hppa-hpux-tdep.c: ... to here.
6733
6734 2004-04-05 Andrew Cagney <cagney@redhat.com>
6735
6736 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6737 skip_prologue_using_sal.
6738
6739 2004-04-05 Andrew Cagney <cagney@redhat.com>
6740
6741 * config/i386/tm-i386.h: Delete file.
6742 * config/i386/tm-vxworks.h: Update copyright, do not include
6743 "tm-i386.h".
6744 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6745 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6746 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6747 * config/i386/ncr3000.mt (TM_FILE): Delete.
6748 * config/i386/interix.mt (TM_FILE): Delete.
6749 * config/i386/i386v.mt (TM_FILE): Delete.
6750 * config/i386/i386nw.mt (TM_FILE): Delete.
6751 * config/i386/i386gnu.mt (TM_FILE): Delete.
6752 * config/i386/i386aout.mt (TM_FILE): Delete.
6753 * config/i386/embed.mt (TM_FILE): Delete.
6754
6755 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6756
6757 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6758 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6759 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6760 (accg7_regnum): New constants.
6761 (last_spr_regnum, last_pseudo_regnum): Update.
6762 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6763 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6764 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6765 for accg registers.
6766 (frv_register_sim_regno): Update spr_map[].
6767
6768 2004-04-04 Andrew Cagney <cagney@redhat.com>
6769
6770 * config/mips/xm-riscos.h: Delete.
6771 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6772 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6773 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6774 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6775 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6776 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6777 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6778 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6779 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6780 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6781 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6782 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6783 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6784 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6785 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6786 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6787 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6788 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6789 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6790 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6791 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6792 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6793 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6794 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6795 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6796 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6797
6798 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6799 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6800 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6801 * configure.host: Remove m680[01]0-sun-sunos3*,
6802 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6803 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6804 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6805 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6806 mips-*-riscos*.
6807 * NEWS: Mention removed systems.
6808
6809 2004-04-04 Andrew Cagney <cagney@redhat.com>
6810
6811 GDB 6.1 release created from 6.1 branch.
6812
6813 2004-04-04 Andrew Cagney <cagney@redhat.com>
6814
6815 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6816 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6817 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6818
6819 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6820 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6821 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6822
6823 2004-04-03 Jim Blandy <jimb@redhat.com>
6824
6825 * MAINTAINERS: Chris Faylor has changed employers; add him to
6826 "paper trail" section, and update his E-mail address.
6827
6828 2004-04-03 Andrew Cagney <cagney@redhat.com>
6829
6830 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6831 generic dummy frames.
6832 * dummy-frame.c: Update copyright.
6833 (dummy_frame_sniffer): Delete check for generic dummy frames.
6834
6835 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6836 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6837 (REG_PARM_STACK_SPACE): Delete.
6838 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6839 Inline reference to REG_PARM_STACK_SPACE.
6840
6841 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6842 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6843 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6844 (FRAME_BASE_BEFORE_SIGTRAMP)
6845 (hppa32_hpux_frame_base_before_sigtramp)
6846 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6847 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6848 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6849 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6850 (FRAME_BASE_BEFORE_SIGTRAMP)
6851 (hppa64_hpux_frame_base_before_sigtramp)
6852 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6853
6854 2004-04-03 Andrew Cagney <cagney@redhat.com>
6855
6856 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6857
6858 2004-04-02 Andrew Cagney <cagney@redhat.com>
6859
6860 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6861 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6862 * dummy-frame.h: Delete out-of-date comments.
6863 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6864 * gdbarch.h, gdbarch.c: Re-generate.
6865
6866 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6867
6868 Committed by Andrew Cagney <cagney@redhat.com>.
6869 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6870 into account an instruction saving a register if we have already
6871 seen an earlier instruction saving that same register.
6872
6873 2004-04-02 Andrew Cagney <cagney@redhat.com>
6874
6875 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6876 * gdbarch.h, gdbarch.c: Re-generate.
6877 * frame.c (legacy_get_prev_frame): Delete references to
6878 DEPRECATED_INIT_FRAME_PC_FIRST.
6879
6880 * infrun.c (pc_in_sigtramp): Delete function.
6881 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6882 get_frame_type.
6883
6884 2004-04-02 Andrew Cagney <cagney@redhat.com>
6885
6886 * infrun.c (handle_step_into_function): Delete code conditional on
6887 legacy_frame_p.
6888 (handle_inferior_event, step_over_function): Ditto.
6889
6890 2004-04-02 Andrew Cagney <cagney@redhat.com>
6891
6892 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6893 "previous frame inner to this frame" test.
6894
6895 2004-04-02 Andrew Cagney <cagney@redhat.com>
6896
6897 * frame.c (safe_frame_unwind_memory): New function.
6898 * frame.h (safe_frame_unwind_memory): Declare. Update description
6899 of /safe_/ methods.
6900 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6901 "next_frame". Use safe_frame_unwind_memory.
6902 (tramp_frame_sniffer): Update call to tramp_frame_start.
6903
6904 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6905
6906 * dwarf2read.c (dwarf2_objfile_data_key): New.
6907 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6908 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6909 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6910 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6911 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6912 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6913 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6914 Remove variables.
6915 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6916 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6917 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6918 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6919 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6920 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6921 Remove macros.
6922 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6923 data.
6924 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6925 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6926 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6927 (read_partial_die, read_full_die, read_indirect_string)
6928 (dwarf_decode_line_header, dwarf_decode_macros)
6929 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6930 Update uses of removed variables.
6931 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6932 of removed macros.
6933 (_initialize_dwarf2_read): New function.
6934 * symfile.h (dwarf2_has_info): Update prototype.
6935 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6936 * elfread.c (elf_symfile_read): Likewise.
6937
6938 2004-04-01 Jim Blandy <jimb@redhat.com>
6939
6940 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6941 function for register numbers on all the rs6000-derived targets.
6942 (rs6000_gdbarch_init): Don't register a separate
6943 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6944 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6945 variants.
6946
6947 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6948 numbering.
6949
6950 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6951
6952 * valarith.c: Update copyright notice.
6953 (value_add): Handle range types.
6954 (value_sub): Ditto.
6955 (value_equal): Ditto.
6956 (value_less): Ditto.
6957 (value_neg): Ditto.
6958 (value_complement): Ditto.
6959 (value_binop): Simplify slightly by using is_integral_type and
6960 eliminiating unnecessary COERCE_ENUMs.
6961
6962 2004-03-31 Andrew Cagney <cagney@redhat.com>
6963
6964 * frame.h (frame_unwind_id): Declare.
6965 * frame.c (frame_unwind_id): New function.
6966 (get_prev_frame_1): New function.
6967 (frame_debug_got_null_frame): New function.
6968 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6969 code proper to prev_frame, update description.
6970 * infrun.c (step_over_function): Use frame_unwind_id.
6971
6972 2004-04-31 J. Brobecker <brobecker@gnat.com>
6973
6974 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6975 (hppa64_push_dummy_call): Likewise.
6976
6977 2004-03-30 Jim Blandy <jimb@redhat.com>
6978
6979 From Ulrich Weigand:
6980 * utils.c (query): Do not use a va_list variable multiple times.
6981
6982 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6983
6984 * Makefile.in (linux_nat_h): Update dependencies.
6985 * configure.in: Check for <gnu/libc-version.h>.
6986 * configure: Regenerate.
6987 * config.in: Regenerate.
6988 * linux-nat.h: Include "target.h". Add waitstatus field to
6989 struct lwp_info.
6990 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6991 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6992 to.
6993 (lin_lwp_handle_extended): New function. Handle clone events.
6994 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6995 thread exit events.
6996 (child_wait): Handle clone events.
6997 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6998 * linux-nat.c (linux_enable_event_reporting): Turn on
6999 PTRACE_O_TRACECLONE.
7000 (linux_handle_extended_wait): Handle clone events.
7001 * thread-db.c: Include <gnu/libc-version.h>.
7002 (struct private_thread_info): Add dying flag.
7003 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7004 higher.
7005 (attach_thread): Update comments. Handle dying threads.
7006 (detach_thread): Set the dying flag.
7007 (check_event): Always call attach_thread.
7008
7009 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7010
7011 * mips-tdep.c (mips_pdr_data): New.
7012 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7013 (_initialize_mips_tdep): Initialize mips_pdr_data.
7014
7015 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7016
7017 * minsyms.c (install_minimal_symbols): Move dropping leading
7018 char from linkage name from here...
7019 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7020 test for "__gnu_compiled*" symbols.
7021
7022 2004-03-28 Jim Blandy <jimb@redhat.com>
7023
7024 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7025 registers to temp register r0 and byte stores as prologue
7026 instructions.
7027
7028 2004-03-28 Andrew Cagney <cagney@redhat.com>
7029
7030 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7031 arm*-*-*.
7032
7033 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7034
7035 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7036 and switch the layout to force a display of register window.
7037
7038 2004-02-26 J. Brobecker <brobecker@gnat.com>
7039
7040 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7041 of the INTEGER class.
7042
7043 2004-03-26 Jim Blandy <jimb@redhat.com>
7044
7045 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7046 bytes long on PPC GNU/Linux.
7047
7048 2004-03-26 David Carlton <carlton@kealia.com>
7049
7050 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7051
7052 2004-03-25 Andrew Cagney <cagney@redhat.com>
7053
7054 * PROBLEMS: Add general section titles, remove references to
7055 specific releases.
7056
7057 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7058
7059 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7060 INT_REGISTER_SIZE.
7061 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7062 FP_REGISTER_VIRTUAL_SIZE.
7063 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7064 of DEPRECATED_REGISTER_RAW_SIZE.
7065 (arm_register_type): Add gdbarch argument.
7066 (arm_register_raw_size, arm_register_virtual_size): Delete.
7067 (arm_register_byte, arm_extract_return_value)
7068 (arm_store_return_value, arm_get_longjmp_target): Update references
7069 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7070 (arm_gdbarch_init): Likewise. Don't set
7071 deprecated_register_raw_size, deprecated_register_virtual_size,
7072 deprecated_max_register_raw_size,
7073 deprecated_max_register_virtual_size, or
7074 deprecated_max_register_virtual_type. Do set register_type.
7075 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7076 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7077 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7078 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7079 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7080 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7081 INT_REGISTER_SIZE.
7082 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7083 (remote_rdp_store_register): Likewise.
7084
7085 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7086
7087 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7088 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7089 to after osabi initialization.
7090 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7091 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7092 functions.
7093 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7094 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7095 variables.
7096 (mips_linux_init_abi): Append signal trampoline unwinders.
7097
7098 2004-03-24 Andrew Cagney <cagney@redhat.com>
7099
7100 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7101 * tramp-frame.c: Include "gdb_assert.h".
7102 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7103 correct sizeof.
7104 (tramp_frame_append): Validate the tramp frame's instructions.
7105 * Makefile.in (tramp-frame.o): Update dependencies.
7106
7107 2004-03-23 Andrew Cagney <cagney@redhat.com>
7108
7109 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7110
7111 2004-03-23 Andrew Cagney <cagney@redhat.com>
7112
7113 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7114 Nasser as past testsuite/lib/ (and other) maintainers.
7115
7116 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7117
7118 * infcmd.c (attach_command): Reread symbols if we already have
7119 an exec file.
7120
7121 2004-03-23 Andrew Cagney <cagney@redhat.com>
7122
7123 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7124
7125 2004-03-23 Andrew Cagney <cagney@redhat.com>
7126
7127 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7128 * gdbarch.h, gdbarch.c: Re-generate.
7129 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7130 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7131 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7132 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7133 (DEPRECATED_SIGTRAMP_START): Update.
7134 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7135 (DEPRECATED_SIGTRAMP_START): Update.
7136 * blockframe.c (find_pc_sect_partial_function): Update.
7137 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7138
7139 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7140
7141 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7142 if necessary.
7143
7144 2004-03-23 Andrew Cagney <cagney@redhat.com>
7145
7146 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7147 predicate, deprecate.
7148 * gdbarch.h, gdbarch.c: Re-generate.
7149 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7150 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7151 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7152 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7153 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7154 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7155 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7156 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7157 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7158 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7159 * blockframe.c (find_pc_partial_function): Update.
7160 * breakpoint.c (bpstat_what): Update.
7161 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7162 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7163 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7164 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7165 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7166 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7167 * i386-nto-tdep.c (i386nto_init_abi): Update.
7168 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7169 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7170 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7171 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7172 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7173 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7174 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7175 * infrun.c (pc_in_sigtramp): Update.
7176 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7177 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7178 * mips-tdep.c (mips_gdbarch_init): Update.
7179 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7180 * ppc-linux-tdep.c: Update comment.
7181 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7182 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7183 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7184 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7185 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7186 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7187 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7188 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7189 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7190 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7191
7192 2004-03-23 Andrew Cagney <cagney@redhat.com>
7193
7194 * tramp-frame.h, tramp-frame.h: New files.
7195 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7196 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7197
7198 * Makefile.in: Update all dependencies.
7199
7200 2004-03-23 Andrew Cagney <cagney@redhat.com>
7201
7202 * Makefile.in (trad_frame_h): Add $(frame_h).
7203 * trad-frame.h: Update copyright. Include "frame.h".
7204 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7205 (trad_frame_set_id, trad_frame_get_id): Declare.
7206 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7207 * trad-frame.c: Update copyright.
7208 (struct trad_frame_cache): Define.
7209 (trad_frame_cache_zalloc): New function.
7210 (trad_frame_set_id, trad_frame_get_id): New functions.
7211 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7212
7213 2004-03-22 Andrew Cagney <cagney@redhat.com>
7214
7215 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7216 s390_pltstub_unwind_cache.
7217 (s390_stub_frame_unwind_cache): Rename
7218 s390_pltstub_frame_unwind_cache.
7219 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7220 (s390_stub_frame_prev_register): Rename
7221 s390_pltstub_frame_prev_register.
7222 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7223 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7224
7225 From Ulrich Weigand:
7226 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7227 pointer calls like PLT calls.
7228
7229 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7230
7231 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7232 PC rather than the partial function start address. Use the start
7233 address to sanity check the found PDR.
7234
7235 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7236
7237 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7238 linux_handle_extended_wait.
7239
7240 2004-03-22 Andrew Cagney <cagney@redhat.com>
7241
7242 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7243 function.
7244
7245 * frame.h (generic_pop_current_frame): Delete declaration.
7246 (deprecate_pop_dummy_frame): Deprecate
7247 generic_pop_dummy_frame.
7248 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7249 (generic_pop_current_frame): Delete function.
7250 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7251 generic_pop_current_frame.
7252 * v850-tdep.c (v850_pop_frame): Update.
7253 * mcore-tdep.c (mcore_pop_frame): Update.
7254 * sh64-tdep.c (sh64_pop_frame): Update.
7255 * h8300-tdep.c (h8300_pop_frame): Update.
7256
7257 2004-03-22 Andrew Cagney <cagney@redhat.com>
7258
7259 * frame.h (deprecated_pc_in_call_dummy): Rename
7260 generic_pc_in_call_dummy.
7261 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7262 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7263 generic_pc_in_call_dummy.
7264 (pc_in_dummy_frame): Make static.
7265 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7266 * gdbarch.h, gdbarch.c: Re-generate.
7267 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7268 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7269 (legacy_get_prev_frame): Ditto.
7270 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7271 comment.
7272
7273 2004-03-21 Andrew Cagney <cagney@redhat.com>
7274
7275 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7276 declaration and out-of-date comment.
7277 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7278 Delete function.
7279 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7280 deprecated_pc_in_call_dummy.
7281
7282 * infrun.c (handle_inferior_event): For non legacy frames, use the
7283 frame ID and frame type to identify a signal trampoline. Update
7284 comments.
7285
7286 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7287
7288 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7289 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7290
7291 2004-03-21 Andrew Cagney <cagney@redhat.com>
7292
7293 * frame-unwind.h: Update copyright.
7294 (struct frame_data): Add opaque declaration.
7295 (frame_sniffer_ftype): Declare.
7296 (struct frame_unwind): Add "unwind_data" and "sniffer".
7297 (frame_unwind_register_unwinder): Declare.
7298 (frame_unwind_find_by_frame): Add parameter "this_cache".
7299 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7300 (legacy_get_prev_frame, legacy_get_prev_frame)
7301 (get_frame_type): Pass the prologue_cache to
7302 frame_unwind_find_by_frame.
7303 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7304 "unwinder".
7305 (frame_unwind_register_unwinder): New function.
7306 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7307
7308 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7309
7310 * bcache.c (print_percentage): Use floating point to avoid
7311 incorrect results when portion*100 overflows.
7312
7313 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7314
7315 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7316 (ppc_linux_init_extra_frame_info)
7317 (ppc_linux_frameless_function_invocation)
7318 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7319 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7320 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7321 (rs6000_frame_chain): Delete declarations.
7322 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7323 (ppc_linux_init_extra_frame_info)
7324 (ppc_linux_frameless_function_invocation)
7325 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7326 (ppc_linux_init_abi): Remove registration of above deleted functions.
7327 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7328 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7329 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7330 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7331 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7332 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7333 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7334 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7335 frame management for all OSABIs.
7336
7337 2004-03-19 Andrew Cagney <cagney@redhat.com>
7338
7339 Committed by Kevin Buettner <kevinb@redhat.com>.
7340
7341 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7342 Update copyright.
7343 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7344 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7345 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7346 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7347 unwinders. #ifdef legacy frame code.
7348 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7349 "frame-base.h".
7350 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7351 (struct rs6000_frame_cache, rs6000_frame_cache)
7352 (rs6000_frame_this_id, rs6000_frame_prev_register)
7353 (rs6000_frame_sniffer, rs6000_frame_unwind)
7354 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7355 (rs6000_frame_base): Implement a traditional frame unwinder.
7356 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7357 frame unwinder.
7358
7359 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7360
7361 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7362 breakpoint address for watchpoints or the catch eventpoints.
7363 Add new paramter ``bptype''. Adjust all callers.
7364
7365 2004-03-19 Andrew Cagney <cagney@redhat.com>
7366
7367 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7368
7369 * PROBLEMS: Delete note that ARM does not use frame code, problem
7370 fixed.
7371
7372 2004-03-18 Andrew Cagney <cagney@redhat.com>
7373
7374 * stack.c (return_command): Delete code wrapped in #ifdef
7375 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7376
7377 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7378
7379 2004-03-18 Andrew Cagney <cagney@redhat.com>
7380
7381 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7382 DEPRECATED_IN_SIGTRAMP.
7383 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7384 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7385 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7386 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7387 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7388 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7389 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7390 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7391 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7392 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7393
7394 2004-03-18 Andrew Cagney <cagney@redhat.com>
7395
7396 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7397 (struct frame_base_table_entry): Define.
7398 (struct frame_base_table): Re-implement as a linked list.
7399 (frame_base_init): Re-implement.
7400 (frame_base_table): Delete function.
7401 (append_predicate): Delete function.
7402 (frame_base_append_sniffer): Update.
7403 (frame_base_set_default): Update.
7404 (frame_base_find_by_frame): Update.
7405 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7406 * Makefile.in (frame-base.o): Update dependencies.
7407
7408 2004-03-17 Andrew Cagney <cagney@redhat.com>
7409
7410 * frame.c (legacy_get_prev_frame): Pass correct frame to
7411 frame_unwind_find_by_frame.
7412
7413 2004-03-17 David Carlton <carlton@kealia.com>
7414
7415 * NEWS: Mention C++ nested types and namespaces
7416
7417 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7418
7419 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7420 and "Regressions since gdb 5.3.". Add known regressions since
7421 gdb 6.0.
7422
7423 2004-03-16 David Carlton <carlton@kealia.com>
7424
7425 * dwarf2read.c (process_structure_scope): Process children even
7426 when we're a declaration.
7427
7428 2004-03-16 Andrew Cagney <cagney@redhat.com>
7429
7430 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7431 * blockframe.c (find_pc_partial_function)
7432 (find_pc_sect_partial_function): Merge into a single
7433 find_pc_partial_function.
7434
7435 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7436
7437 * i386bsd-nat.c: s/regno/regnum/g.
7438 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7439 FP0_REGNUM.
7440 (store_inferior_registers): Likewise.
7441
7442 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7443
7444 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7445 of i387_fill_fsave.
7446 (store_inferior_registers): Call i387_collect_fsave and
7447 i387_collect_fxsave instead of i387_fill_fsave and
7448 i387_fill_fxsave.
7449
7450 2004-03-15 Andrew Cagney <cagney@redhat.com>
7451
7452 * Makefile.in (frame-unwind.o): Update dependencies.
7453 * frame-unwind.c: Include "gdb_obstack.h".
7454 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7455 parameter.
7456 (append_predicate): Delete function.
7457 (struct frame_unwind_table_entry): New structure.
7458 (struct frame_unwind_table): Replace "sniffer" with "head" and
7459 "tail".
7460 (frame_unwind_append_sniffer): Update.
7461 (frame_unwind_find_by_frame): Update.
7462 (_initialize_frame_unwind): Registe frame_unwind_init using
7463 gdbarch_data_register_pre_init.
7464
7465 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7466
7467 * i386bsd-nat.c: Update copyright year.
7468 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7469 define unconditionally.
7470
7471 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7472
7473 * i387-tdep.h (i387_collect_fsave): New prototype.
7474 * i387-tdep.c (i387_collect_fsave): New function containing most
7475 of the code from i387_fill_fsave.
7476 (i387_fill_fsave): Call i387_collect_fsave.
7477
7478 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7479
7480 * i386-linux-tdep.c: Update copyright year.
7481 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7482 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7483 svr4_ilp32_link_map_offsets instead of
7484 i386_linux_svr4_fetch_link_map_offsets.
7485
7486 2004-03-15 David Carlton <carlton@kealia.com>
7487
7488 Fix for PR c++/1553:
7489 * dwarf2read.c (read_structure_type): Determine type name by
7490 calling determine_class_name.
7491 (determine_class_name): New.
7492 (determine_prefix): Look at TYPE_TAG_NAME and call
7493 determine_class_name when appropriate.
7494 (determine_prefix_aux, class_name): Delete.
7495 (read_namespace): Set die->type.
7496
7497 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7498
7499 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7500 unused macro definition. The definition in target.h (or perhaps
7501 elsewhere) takes precedence.
7502
7503 2004-03-15 Andrew Cagney <cagney@redhat.com>
7504
7505 * ppc-tdep.h: Update copyright.
7506 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7507 function signatures to match "regsets.h".
7508 * ppc-linux-tdep.c: Include "regset.h".
7509 (ELF_GREGSET_SIZE): Delete.
7510 (right_supply_register): New function.
7511 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7512 using right_supply_register.
7513 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7514 functions.
7515 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7516 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7517 (_initialize_ppc_linux_tdep): Do not register
7518 ppc_linux_regset_core_fns.
7519 (ppc_linux_regset_from_core_section): Replace
7520 fetch_core_registers.
7521 (ppc_linux_regset_core_fns): Delete.
7522 * ppc-linux-nat.c: (right_fill_reg): New function.
7523 (supply_gregset): Update call to ppc_linux_supply_gregset.
7524 (fill_gregset): Clear the register set, use right_fill_reg.
7525 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7526 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7527
7528 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7529 unsigned.
7530
7531 2004-03-15 Andrew Cagney <cagney@redhat.com>
7532
7533 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7534 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7535 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7536 and register_gdbarch_data.
7537 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7538 (struct gdbarch_data): Replace "init" by "pre_init" and
7539 "post_init".
7540 * gdbarch.h, gdbarch.c: Re-generate.
7541 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7542 with"obstack", use OBSTACK_ZALLOC.
7543 (dwarf2_frame_ops): Delete.
7544 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7545 (dwarf2_frame_init_reg): Use gdbarch_data.
7546 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7547 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7548 (_initialize_svr4_solib): Update.
7549 * user-regs.c (_initialize_user_regs): Update.
7550 * reggroups.c (_initialize_reggroup): Update.
7551 * regcache.c (_initialize_regcache): Update.
7552 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7553 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7554 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7555 * frame-unwind.c (_initialize_frame_unwind): Update.
7556 * frame-base.c (_initialize_frame_base): Update.
7557 * user-regs.c (user_reg_add): Update.
7558 * reggroups.c (reggroup_add): Update.
7559 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7560 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7561 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7562 * frame-base.c (frame_base_table): Update.
7563 * remote.c (_initialize_remote): Update.
7564 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7565
7566 2004-03-15 Andrew Cagney <cagney@redhat.com>
7567
7568 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7569
7570 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7571
7572 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7573 * frv-linux-tdep.c: New file.
7574 * frv-tdep.c (struct gdbarch_tdep): Add new field
7575 ``sigcontext_reg_addr''.
7576 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7577 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7578 (frv_sigramp_frame_sniffer): New functions.
7579 (frv_sigtramp_frame_unwind): New static global.
7580 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7581 sniffers.
7582 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7583 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7584
7585 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7586
7587 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7588 but not via a call to error(), when unable to read memory.
7589
7590 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7591
7592 * frv-tdep.c (frv_call_dummy_words): Delete.
7593 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7594
7595 2004-03-15 Andrew Cagney <cagney@redhat.com>
7596
7597 * infrun.c (handle_step_into_function, step_over_function): Only
7598 update and use STEP_FRAME_ID when the system is using legacy
7599 frames. Update comments.
7600
7601 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7602
7603 * amd64-linux-tdep.h: Remove file.
7604 * amd64-linux-tdep.c: Don't include "inferior.h" and
7605 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7606 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7607 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7608 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7609 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7610 macros.
7611 (user_to_gdb_regmap): Remove variable.
7612 (amd64_linux_gregset_reg_offset): New variable.
7613 (amd64_core_fns): Remove variable.
7614 (fetch_core_registers): Remove function.
7615 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7616 functions.
7617 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7618 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7619 * Makefile.in (amd64_linux_tdep_h): Remove.
7620 (amd64-linux-nat.o): Update dependencies.
7621 (amd64-linux-tdep.o): Update dependencies.
7622
7623 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7624 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7625 functions.
7626 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7627
7628 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7629 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7630
7631 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7632
7633 * dwarf2read.c (read_structure_type): Rename from
7634 read_structure_scope. Don't create a symbol or call process_die.
7635 Return immediately if die->type is set. Call read_type_die before
7636 dwarf2_add_member_fn.
7637 (process_structure_scope): New function.
7638 (read_enumeration_type, process_enumeration_scope): New functions,
7639 broken out from read_enumeration. Don't create the enumeration
7640 type if it has already been created.
7641 (read_enumeration): Removed.
7642 (process_die): Call read_structure_type, process_structure_scope,
7643 read_enumeration_type, and process_enumeration_scope. Just call
7644 new_symbol for base and subrange types. Add a comment about other
7645 type dies.
7646 (read_type_die): Call read_enumeration_type.
7647 (add_partial_structure, new_symbol): Update comments.
7648
7649 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7650
7651 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7652
7653 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7654
7655 * tui/tui-win.h (tui_get_cmd_list): Declare.
7656 * tui/tui-win.c (tui_command): New function.
7657 (tui_get_cmd_list): New function.
7658 (_initialize_tui_win): Moved initialization of tui command in
7659 tui_get_cmd_list.
7660
7661 * tui/tui-data.c (init_content_element): Setup new data members.
7662 (init_win_info): Likewise.
7663 (free_content_elements): Free it.
7664 * tui/tui-data.h (struct tui_data_element): Store the register
7665 content to print.
7666 (struct tui_data_info): Keep the current register group.
7667
7668 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7669
7670 * tui/tui-regs.h (tui_show_registers): Update prototype.
7671 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7672 (tui_resize_all): No need to calculate anything for register window.
7673 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7674 (tui_set_register_element, tui_set_general_regs_content): Remove.
7675 (tui_set_special_regs_content): Remove.
7676 (tui_set_general_and_special_regs_content): Remove.
7677 (tui_set_float_regs_content): Remove.
7678 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7679 (tui_set_regs_content): Remove.
7680 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7681 (tui_v_show_registers_command_support): Remove.
7682 (tui_show_registers): Use a reggroup to specify the registers to show.
7683 (tui_show_register_group): New function.
7684 (tui_display_registers_from): Compute the layout of register window
7685 and refresh with new API; be sure to delete old register windows.
7686 (tui_check_register_values): Update to use tui_get_register and
7687 tui_display_data.
7688 (tui_display_register): Just refresh the register window part.
7689 (tui_register_format): Format registers and save in tui_data_element.
7690 (tui_get_register): New to combine tui_reg_value_has_changed and
7691 tui_get_register_raw_value; fix to use the new gdb API.
7692 (tui_show_float_command): Renamed tui_reg_float_command.
7693 (tui_show_general_command): Renamed tui_reg_general_command.
7694 (tui_show_special_command): Renamed tui_reg_system_command.
7695 (_initialize_tui_regs): Remove unused commands.
7696
7697 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7698
7699 * NEWS (New native configurations): Mention OpenBSD/amd64.
7700
7701 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7702 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7703 Remove defines.
7704 * config/i386/nm-fbsd64.h: Likewise.
7705 * config/i386/nm-obsd.h: Likewise.
7706 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7707 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7708
7709 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7710
7711 * frv-tdep.c (set_variant_scratch_registers): New function.
7712 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7713 New constants.
7714
7715 From Richard Sandiford <rsandifo@redhat.com>:
7716 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7717
7718 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7719
7720 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7721 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7722 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7723 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7724 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7725 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7726 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7727 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7728 definitions from frv-tdep.c to frv-tdep.h.
7729
7730 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7731
7732 Add shared library support for FR-V FDPIC ABI:
7733 * Makefile.in (solib-frv.o): Add dependencies.
7734 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7735 New functions.
7736 (frv_push_dummy_call): Add support for FDPIC ABI.
7737 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7738 for FDPIC ABI.
7739 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7740 (frv_fdpic_find_canonical_descriptor): Declare.
7741 * solib-frv.c: New file.
7742 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7743 * config/frv/tm-frv.h (solib.h): Include.
7744
7745 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7746
7747 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7748 (frv-tdep.o): Update dependencies.
7749 * frv-tdep.h: New file.
7750 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7751 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7752 constants.
7753 (struct gdbarch_tdep): Add new member ``frv_abi''.
7754 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7755 functions.
7756 (new_variant): Set ``frv_abi'' field.
7757 (gdb_arch_init): Detect FDPIC executables.
7758
7759 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7760
7761 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7762 wrapper.
7763
7764 2004-03-11 Andrew Cagney <cagney@redhat.com>
7765
7766 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7767
7768 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7769
7770 * solist.h (master_so_list): New function.
7771 * solib.c (master_so_list): Likewise.
7772 * solib-svr4.c (enable_break): Iterate over so_list entries
7773 obtained from master list instead of entries obtained directly
7774 via svr4_current_sos().
7775
7776 2004-03-10 Ben Elliston <bje@gnu.org>
7777
7778 * MAINTAINERS: Update my mail address.
7779
7780 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7781
7782 * remote-m32r-sdi.c: Support hardware watchpoint.
7783
7784 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7785
7786 * user-regs.c: Update copyright years.
7787 (struct user_regs): Rename to gdb_user_regs.
7788 (append_user_reg, builtin_user_regs, user_regs_init)
7789 (user_reg_add, user_reg_map_name_to_regnum)
7790 (usernum_to_user_reg): Update.
7791
7792 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7793
7794 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7795 (skip_children): New functions.
7796 (locate_pdi_sibling): Call skip_children.
7797
7798 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7799
7800 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7801 * gdbtypes.c (check_typedef): Update comments.
7802
7803 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7804
7805 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7806 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7807 pointer. Update comment about comp_unit_head.
7808 (struct abbrev_info): Shorten two int flags.
7809 (dwarf_alloc_abbrev): Take a CU argument.
7810 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7811 each time through the loop. Update cleanup argument.
7812 (psymtab_to_symtab_1): Update cleanup call.
7813 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7814 abbrev_obstack.
7815 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7816 Just call obstack_free and clear the pointer.
7817
7818 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7819
7820 * infrun.c (handle_inferior_event): Remove short-circuit code for
7821 events in a different thread.
7822
7823 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7824
7825 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7826 print the whole transfer.
7827 (initialize_targets): Update description of "set debug target".
7828
7829 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7830
7831 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7832
7833 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7834
7835 * MAINTAINERS (write after approval): Add myself.
7836
7837 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7838
7839 * sh-tdep.c (sh_print_registers_info): Use for loop.
7840 Don't skip multiple registers when a float register is encountered.
7841
7842 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7843
7844 Fix PR tdep/1291.
7845 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7846 to official SH documentation.
7847
7848 2004-03-07 Andrew Cagney <cagney@redhat.com>
7849
7850 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7851 unused function.
7852
7853 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7854
7855 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7856 (arm_get_next_pc): Handle BX and BLX.
7857
7858 2004-03-07 Andrew Cagney <cagney@redhat.com>
7859
7860 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7861 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7862 HPPA_SP_REGNUM.
7863 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7864 (hppa_target_read_fp): Delete.
7865 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7866 register_virtual_size, max_register_raw_size,
7867 max_register_virtual_size, register_byte, register_size,
7868 target_read_fp, fp_regnum, and register_bytes. Set register_type
7869 instead of register_virtual_type.
7870 (hppa32_register_type, hppa64_register_type): Replace
7871 hppa32_register_virtual_type and hppa64_register_virtual_type.
7872 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7873 (HPPA_FP_REGNUM): Define.
7874
7875 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7876
7877 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7878 (pa_do_registers_info): Delete.
7879 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7880 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7881 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7882
7883 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7884 GDB_TARGET_IS_HPPA code.
7885 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7886 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7887 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7888 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7889 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7890 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7891 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7892 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7893 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7894 (hppa_frameless_function_invocation, hppa64_store_return_value)
7895 (hppa_store_struct_return, hppa64_extract_return_value)
7896 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7897 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7898 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7899 (find_proc_framesize, deposit_21, restore_pc_queue)
7900 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7901 (rp_saved, pc_in_linker_stub): Delete.
7902
7903 Unconditionally enable 64-bit frame and ABI code.
7904 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7905 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7906 push_dummy_frame, fix_call_dummy, push_arguments,
7907 call_dummy_location, extract_return_value, use_struct_convention,
7908 store_return_value, store_struct_return, saved_pc_after_call,
7909 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7910 frame_chain, frame_chain_valid, frameless_function_invocation,
7911 frame_saved_pc, and pop_frame.
7912
7913 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7914 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7915 (hppa_gdbarch_init): Do not set PC_REGNUM.
7916
7917 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7918
7919 * config/alpha/tm-fbsd.h: Remove file.
7920 * config/alpha/fbsd.mt: Tweak comment.
7921 (TM_FILE): Set to tm-alpha.h.
7922
7923 2004-03-05 Andrew Cagney <cagney@redhat.com>
7924
7925 * infrun.c (step_over_function): When non-legacy code, and no
7926 step_frame_id, use the unwinder to get the caller's frame ID.
7927
7928 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7929
7930 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7931 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7932 bfd_arch_unknown. Adjust comment.
7933
7934 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7935 * i386obsd-tdep.c: Correct spelling in comment.
7936 * i386nbsd-tdep.c: Correct spelling in comment.
7937 * sparc-tdep.c: Correct spelling in comments.
7938
7939 2004-03-05 David Carlton <carlton@kealia.com>
7940
7941 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7942 bug.
7943
7944 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7945
7946 * sparc-tdep.c: Fix typo in comment.
7947
7948 2004-03-04 J. Brobecker <brobecker@gnat.com>
7949
7950 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7951
7952 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7953
7954 * dwarf2read.c: Add comment describing memory lifetimes.
7955 (struct dwarf2_pinfo): Update comment.
7956 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7957 (read_enumeration, new_symbol): Don't use obsavestring.
7958
7959 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7960
7961 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7962 instead of amd64_fill_fxsave.
7963 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7964 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7965
7966 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7967 Reorganize code a bit.
7968
7969 2004-03-04 Orjan Friberg <orjanf@axis.com>
7970
7971 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7972 when the frame pointer is pushed. Don't set the frame pointer's
7973 address on the stack unless it's actually located there.
7974 Set the SRP's address on the stack correctly when the PC is still in
7975 the prologue.
7976 (cris_return_value): New function.
7977 (cris_gdbarch_init): Clear deprecated store_return_value,
7978 extract_return_value.
7979
7980 2004-03-02 Jim Blandy <jimb@redhat.com>
7981
7982 * stabsread.c (reg_value_complaint): The maximum register number
7983 is one less than the number of registers.
7984
7985 2004-03-02 Andrew Cagney <cagney@redhat.com>
7986
7987 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7988 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7989 trailing comma and redundant assignment of I386_ST0_REGNUM.
7990 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7991 32-bit segment registers.
7992
7993 2004-03-01 Andrew Cagney <cagney@redhat.com>
7994
7995 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7996 use frame_relative_level and get_next_frame.
7997
7998 2004-02-29 Andrew Cagney <cagney@redhat.com>
7999
8000 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8001 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8002 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8003 Delete macro.
8004
8005 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8006
8007 * inflow.c (terminal_inferior): Don't give up the terminal if we
8008 previously couldn't get the inferior's terminal state.
8009
8010 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8011
8012 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8013 PC_REGNUM.
8014
8015 2004-02-28 Andrew Cagney <cagney@redhat.com>
8016
8017 * NEWS: Refer to GDB 6.1.
8018 * README: Refer to GDB 6.1.
8019 * PROBLEMS: Refer to GDB 6.1.
8020
8021 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8022
8023 * thread-db.c (disable_thread_signals): Remove unused function.
8024
8025 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8026
8027 * amd64-nat.c: Include "gdb_string.h".
8028 (amd64_collect_native_gregset): Zero-extend the 32-bit
8029 general-purpose registers and %eip.
8030
8031 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8032 * amd64-tdep.c (amd64_collect_fxsave): New function.
8033 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8034
8035 * i387-tdep.h: Update copyright year.
8036 (i387_collect_fxsave): New prototype.
8037 * i387-tdep.c: Update copyright year.
8038 (i387_collect_fxsave): New function containing most of the code
8039 from i387_fill_fxsave.
8040 (i387_fill_fxsave): Call i387_collect_fxsave.
8041
8042 2004-02-28 Andrew Cagney <cagney@redhat.com>
8043
8044 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8045 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8046
8047 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8048
8049 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8050
8051 2004-02-28 Andrew Cagney <cagney@redhat.com>
8052
8053 * utils.c: Use "", instead of <>, to include readline.
8054 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8055 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8056 * source.c, solib.c, exec.c, event-top.c: Ditto.
8057 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8058 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8059 * Makefile.in: Update all dependencies.
8060 (readline_tilde_h, readline_history_h): Define.
8061 (readline_headers): Delete.
8062
8063 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8064
8065 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8066 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8067 "config/i386/tm-lx64.h".
8068
8069 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8070 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8071 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8072
8073 2004-02-28 Andrew Cagney <cagney@redhat.com>
8074
8075 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8076
8077 * breakpoint.c (_initialize_breakpoint): Use
8078 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8079 Add help to show command.
8080
8081 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8082
8083 * i386-nat.c: Reformat to be closer to coding standards.
8084 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8085 `retval'. Make variables `align' and `size' local to while-loop.
8086 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8087 (_initialize_i386_nat): New prototype.
8088
8089 * tui/tui.c: Include <readline/readline.h> instead of
8090 "readline/readline.h". Include it after <term.h> and
8091 "gdb_curses.h".
8092
8093 2004-02-27 Andrew Cagney <cagney@redhat.com>
8094
8095 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8096 the new frame unwind code.
8097 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8098 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8099 PCOQ_HEAD_REGNUM.
8100
8101 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8102 "return_value" and "push_dummy_call".
8103 (hppa32_use_struct_convention): Delete unused function.
8104 (hppa32_store_return_value): Delete unused function.
8105 (hppa32_extract_return_value): Delete unused function.
8106 (hppa32_stack_align): Delete function.
8107
8108 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8109
8110 * coffread.c (enter_linenos): Don't let rawptr reference memory
8111 outside linetab[]'s limits.
8112
8113 2004-02-27 Andrew Cagney <cagney@redhat.com>
8114
8115 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8116 inferior stack space - the stack needs to grow upwards.
8117 (hppa32_frame_align): New function.
8118 (hppa64_frame_align): Replace hppa_frame_align.
8119 (hppa_gdbarch_init): Update.
8120
8121 2004-02-26 Orjan Friberg <orjanf@axis.com>
8122
8123 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8124 (dwarf2-frame.h): Include.
8125 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8126 Remove static variables related to ABI setting.
8127 (struct gdbarch_tdep): Remove cris_abi member.
8128 (struct frame_extra_info): Remove.
8129 (cris_unwind_cache, stack_item): New structs.
8130 (cris_frame_unwind, cris_frame_base): New variables.
8131 (push_stack_item, pop_stack_item)
8132 (cris_frame_unwind_cache, cris_frame_this_id)
8133 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8134 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8135 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8136 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8137 (cris_reg_struct_has_addr): New functions.
8138 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8139 (cris_frame_saved_pc, cris_saved_pc_after_call,
8140 (cris_store_struct_return, cris_frameless_function_invocation)
8141 (cris_pop_frame, cris_skip_prologue_main)
8142 (cris_abi_original_store_return_value)
8143 (cris_abi_v2_store_return_value)
8144 (cris_abi_original_extract_return_value)
8145 (cris_abi_v2_extract_return_value)
8146 (cris_abi_original_reg_struct_has_addr)
8147 (cris_abi_v2_reg_struct_has_addr)
8148 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8149 (cris_push_return_address, cris_abi_update): Remove.
8150 (_initialize_cris_tdep): Remove ABI command.
8151 (cris_dump_tdep): Ditto.
8152 (cris_gdbarch_init): Remove ABI command.
8153 Set store_return_value, extract_return_value, push_dummy_code,
8154 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8155 frame_unwind_append_sniffer, frame_base_set_default.
8156 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8157 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8158 sizeof_call_dummy_words, get_saved_register, push_return_address,
8159 pop_frame, store_struct_return, frame_init_saved_regs,
8160 init_extra_frame_info, frameless_function_invocation, frame_chain,
8161 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8162 dummy_write_sp.
8163
8164 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8165
8166 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8167 * valprint.c (print_hex_chars): Change from static to external.
8168 (print_char_chars): New function.
8169 * printcmd.c (print_scalar_formatted): For integer and enum types
8170 that are longer than LONGEST, perform processing via appropriate
8171 print_*_chars routines.
8172
8173 2004-02-26 Andrew Cagney <cagney@redhat.com>
8174
8175 * Makefile.in: Update dependencies.
8176 Changes from Ulrich Weigand,
8177 * s390-tdep.c: Include "dwarf2-frame.h".
8178 (s390_dwarf2_frame_init_reg): New function.
8179 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8180 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8181
8182 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8183
8184 * breakpoint.c (pending_break_support): New setting variable.
8185 (break_command_1): Account for pending_break_support setting
8186 when creating pending breakpoints.
8187 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8188 (_initialize_breakpoint): Add "set breakpoint pending" and
8189 "show breakpoint pending" commands.
8190
8191 2004-02-26 Andrew Cagney <cagney@redhat.com>
8192
8193 Fix PR i18n/1570.
8194 * charset.c (backslashable, backslashed, represented): Remove 'e'
8195 from list of escaped characters, not part of ISO-C.
8196
8197 2004-02-25 J. Brobecker <brobecker@gnat.com>
8198
8199 From Peter Schauer <schauer@pdf.de>:
8200 * tui/tui.c: Move system header includes after local includes.
8201 Fixes a build failure on solaris systems.
8202
8203 2004-02-25 J. Brobecker <brobecker@gnat.com>
8204
8205 * configure.in: Refine the previous change.
8206 * configure: Regenerate.
8207
8208 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8209
8210 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8211 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8212 "amd64-tdep.h" instead of "x86-64-tdep.h".
8213 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8214 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8215 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8216 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8217 and "x86-64-tdep.c".
8218 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8219 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8220 and "x86-64-tdep.c".
8221 * amd64bsd-nat.c: Update copyright year.
8222 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8223 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8224 "x86-64-tdep.h".
8225 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8226 "x86-64-tdep.h".
8227 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8228 "x86-64-tdep.h".
8229 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8230 "x86-64-tdep.h".
8231 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8232 "x86-64-tdep.h".
8233 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8234 "x86-64-tdep.h".
8235 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8236 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8237 * Makefile.in (amd64_linux_tdep_h): Renamed from
8238 x86_64_linux_tdep_h.
8239 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8240 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8241 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8242 (amd64obsd-tdep.o): Update dependencies.
8243 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8244 dependencies.
8245 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8246 dependencies.
8247 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8248 amd64-linux-nat.c amd64-linux-tdep.c.
8249 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8250 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8251 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8252 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8253 amd64-tdep.o and amd64-linux-tdep.o.
8254 (TM_FILE): Set to tm-linux64.h.
8255 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8256 (NAT_FILE): Set to nm-linux64.h.
8257 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8258 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8259 amd64-tdep.o.
8260 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8261 amd64-tdep.o.
8262 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8263 amd64-tdep.o.
8264
8265 2004-02-25 Roland McGrath <roland@redhat.com>
8266
8267 * remote.c (remote_protocol_qPart_auxv): New variable.
8268 (init_all_packet_configs): Initialize it.
8269 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8270 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8271 (show_remote_cmd): Call it.
8272 (_initialize_remote): Initialize commands.
8273 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8274 service TARGET_OBJECT_AUXV requests.
8275
8276 2004-02-25 J. Brobecker <brobecker@gnat.com>
8277
8278 * configure.in: Make sure that the wborder function is available.
8279 Otherwise, search for it in the cur_colr library.
8280 * configure: Regenerate.
8281
8282 2004-02-25 Andrew Cagney <cagney@redhat.com>
8283
8284 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8285
8286 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8287
8288 * config/i386/tm-x86-64linux.h: Tweak comments.
8289
8290 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8291
8292 * MAINTAINERS: Add self to write-after-approval list.
8293
8294 2004-02-25 Andrew Cagney <cagney@redhat.com>
8295
8296 PR cli/1566. Problem found, and fix suggested by David Allan.
8297 * cli/cli-script.c (execute_control_command): Unconditionally
8298 install a cleanup. Default "ret" to "invalid_control". Use
8299 "break" instead of "return" to escape from the switch.
8300
8301 2004-02-24 J. Brobecker <brobecker@gnat.com>
8302
8303 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8304 with the lines macro defined in term.h on AiX.
8305 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8306 a collision with the label_width macro defined in term.h on AiX.
8307
8308 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8309
8310 Committed by Kevin Buettner <kevinb@redhat.com>.
8311
8312 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8313 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8314 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8315 instead of ia64_write_pc().
8316 * ia64-linux-tdep.c (regcache.h): Include.
8317 (ia64_linux_write_pc): New function.
8318
8319 2004-02-23 Roland McGrath <roland@redhat.com>
8320
8321 * auxv.c (info_auxv_command): Fix typos in error messages.
8322
8323 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8324
8325 * x86-64-tdep.h: Tweak comment.
8326 (enum amd64_regnum): New.
8327 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8328 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8329 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8330 (X86_64_XMM1_REGNUM): Removed.
8331 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8332 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8333 prototypes for renamed functions.
8334 * x86-64-tdep.c: Fix typo.
8335 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8336 register numbers.
8337 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8338 Use constants from `enum amd64_regnum' for register numbers.
8339 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8340 (amd64_analyze_prologue, amd64_frame_cache,
8341 amd64_sigtramp_frame_cache): Use constants from `enum
8342 amd64_regnum' for register numbers.
8343 (amd64_supply_fpregset): Adjust for renamed functions.
8344 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8345 `enum amd64_regnum' for register numbers.
8346 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8347 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8348 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8349 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8350 (amd64_linux_fill_gregset): Adjust for renamed macros.
8351 (fetch_core_registers): Adjust for renamed functions.
8352 (amd64_linux_init_abi): Adjust for renamed functions.
8353 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8354 renamed functions.
8355 * amd64-nat.c: Adjust for renamed macros.
8356 * amd64bsd-nat.c (fetch_inferior_registers)
8357 (store_inferior_registers): Use constants from `enum amd64_regnum'
8358 for register numbers. Adjust for renamed variables.
8359 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8360 renamed variables.
8361 (_initialize_amd64fbsd_nat): Use constants from `enum
8362 amd64_regnum' for register numbers.
8363 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8364 `enum amd64_regnum' for register numbers.
8365 (amd64fbsd_init_abi): Adjust for renamed functions.
8366 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8367 `enum amd64_regnum' for register numbers.
8368 (amd64nbsd_init_abi): Adjust for renamed functions.
8369 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8370 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8371 `enum amd64_regnum' for register numbers.
8372 (amd64obsd_init_abi): Adjust for renamed functions.
8373 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8374
8375 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8376
8377 * breakpoint.c (print_one_breakpoint): Do not output spaces
8378 after printing <PENDING> for a pending breakpoint.
8379
8380 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8381
8382 * printcmd.c (print_scalar_formatted): Initialize val_long
8383 to remove compiler warning message.
8384
8385 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8386
8387 * defs.h (nquery, yquery): New prototypes.
8388 * breakpoint.c (break_command_1): Use new nquery interface.
8389 * utils.c (defaulted_query, nquery, yquery): New functions.
8390
8391 2004-02-23 Andrew Cagney <cagney@redhat.com>
8392
8393 * hppa-tdep.c (hppa_frame_align): New function.
8394 (hppa32_push_dummy_call): New function.
8395 (hppa64_push_dummy_call): New function.
8396 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8397 disabled.
8398
8399 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8400 FIX_CALL_DUMMY when push_dummy_call is available.
8401 (call_function_by_hand, push_dummy_code): Ditto.
8402
8403 2004-02-22 Andrew Cagney <cagney@redhat.com>
8404
8405 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8406 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8407 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8408 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8409 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8410 call_dummy_location to ON_STACK.
8411
8412 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8413
8414 * x86-64-linux-tdep.c: Tweak comment.
8415 (amd64_linux_supply_gregset): Renamed from
8416 x86_64_linux_supply_gresget.
8417 (amd64_linux_fill_gregset): Renamed from
8418 x86_64_linux_fill_gregset.
8419 (fetch_core_registers): Adjust for renamed functions.
8420 (amd64_core_fns): Renamed from x86_64_core_fns.
8421 (amd64_linux_sigtramp_start): Renamed from
8422 x86_64_linux_sigtramp_start.
8423 (amd64_linux_pc_in_sigtramp): Renamed from
8424 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8425 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8426 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8427 (amd64_linux_sigcontext_addr): Renamed from
8428 x86_64_linux_sigcontext_addr.
8429 (amd64_linux_sc_reg_offset): Renamed from
8430 x86_64_linux_sc_reg_offset.
8431 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8432 Adjust for renamed functions and variables.
8433 (_initialize_amd64_linux_tdep): Renamed from
8434 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8435 variables.
8436 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8437 Adjust for renamed functions.
8438
8439 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8440 from x86_64_linux_gregset64_reg_offset.
8441 (amd64_linux_gregset32_reg_offset): Rename from
8442 x86_64_linux_gregset64_reg_offset.
8443 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8444 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8445 (amd64_linux_dr_set_control): Renamed from
8446 x86_64_linux_dr_set_control. Adjust for renamed functions.
8447 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8448 Adjust for renamed functions.
8449 (amd64_linux_dr_reset_addr): Renamed from
8450 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8451 (amd64_linux_dr_get_status): Renamed from
8452 x86_64_linux_dr_get_status. Adjust for renamed functions.
8453 (_initialize_amd64_linux_nat): Renamed from
8454 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8455 functions.
8456 * config/i386/nm-x86-64linux.h: Update copyright year.
8457 Adjust for renamed functions.
8458
8459 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8460 amd64fbsd_sigtramp_start.
8461 (amd64fbsd_sigtramp_end_addr): Renamed from
8462 amd64fbsd_sigtramp_end.
8463 (amd64fbsd_init_abi): Adjust for renamed variables.
8464 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8465 variables.
8466 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8467 amd64fbsd_sigtramp_start.
8468 (amd64fbsd_sigtramp_end_addr): Renamed from
8469 amd64fbsd_sigtramp_end.
8470
8471 2004-02-22 Andrew Cagney <cagney@redhat.com>
8472
8473 * hppa-tdep.c (hppa32_return_value): New function.
8474 (hppa64_return_value): New function.
8475 (hppa_gdbarch_init): Set return_value; keep disabled.
8476
8477 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8478 struct-return and inferior function call methods.
8479
8480 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8481 "frame-base.h".
8482 (struct hppa_frame_cache): Define.
8483 (hppa_frame_cache, hppa_frame_this_id): New functions.
8484 (hppa_frame_prev_register): New function.
8485 (hppa_frame_unwind, hppa_frame_base): New variables.
8486 (hppa_frame_unwind_sniffer): New function.
8487 (hppa_frame_base_address, hppa_unwind_pc): New function.
8488 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8489 sniffer, and frame base sniffer; keep disabled.
8490 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8491 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8492
8493 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8494 to predicates for "seriously old code".
8495
8496 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8497 runtime if(0).
8498
8499 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8500 unsigned.
8501 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8502
8503 * config/pa/tm-hppa.h: Update copyright.
8504 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8505 (deprecated_init_frame_pc_default): Delete declaration.
8506 (hppa_frame_init_saved_regs): Delete declaration.
8507 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8508 * hppa-tdep.c: Include "arch-utils.h".
8509 (hppa_gdbarch_init): Set deprecated init_frame_pc
8510 and deprecated frame_init_saved_regs.
8511 (hppa_frame_init_saved_regs): Make static.
8512
8513 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8514
8515 Remove old 386BSD support.
8516 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8517 * configure.host: Remove i[34567]86-*-bsd*.
8518 * configure.tgt: Remove i[34567]86-*-bsd*.
8519 * i386b-nat.c: Removed.
8520 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8521 (i386b-nat.o): Remove dependencies.
8522
8523 * config/i386/i386bsd.mh: Removed.
8524 * config/i386/i386bsd.mt: Removed.
8525 * config/i386/nm-i386bsd.h: Removed.
8526 * config/i386/tm-i386bsd.h: Removed.
8527 * config/i386/xm-i386bsd.h: Removed.
8528
8529 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8530
8531 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8532 (amd64fbsd_init_abi): Set link map offsets.
8533 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8534 (amd64nbsd_init_abi): Set link map offsets.
8535 * amd64obsd-tdep.c: Include "solib-svr4.h".
8536 (amd64obsd_init_abi): Set link map offsets.
8537 * i386fbsd-tdep.c: Include "solib-svr4.h".
8538 (i386fbsd_init_abi): Set link map offsets.
8539 * i386nbsd-tdep.c: Include "solib-svr4.h".
8540 (i386nbsdelf_init_abi): Set link map offsets.
8541 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8542 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8543 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8544 solib-legacy.o and core-aout.o. Reformat.
8545 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8546 solib-svr4.o, solib-legacy.o. Reformat.
8547 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8548 * config/i386/nbsdelf.mh: Reformat.
8549 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8550 solib-svr4.o, solib-legacy.o and corelow.o.
8551 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8552 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8553 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8554 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8555 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8556 (TM_FILE): Set to tm-fbsd.h.
8557 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8558 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8559 solib-svr4.o.
8560 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8561 solib-svr4.o.
8562 (TM_FILE): Set to nm-nbsd.h.
8563 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8564 Simplify shared library support. Don't include "elf/common.h".
8565 (SVR4_SHARED_LIBS): Don't define.
8566 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8567 "solib.h".
8568 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8569 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8570 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8571 Don't include "i386/tm-i386.h". Include "solib.h".
8572 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8573 Don't include "i386/tm-i386.h".
8574 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8575 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8576 Include "i386/xm-i386.h".
8577 (HOST_LONG_DOUBLE_FORMAT): Remove.
8578
8579 Fix OpenBSD/i386 sigtramp recognition.
8580 * i386-tdep.h: Update copyright year.
8581 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8582 (i386bsd_sigtramp_end): New prototypes.
8583 (i386fbsd_sigtramp_start_addr): Renamed from
8584 i386fbsd_sigtramp_start.
8585 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8586 (i386obsd_sigtramp_start_addr): Renamed from
8587 i386obsd_sigtramp_start.
8588 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8589 * i386bsd-tdep.c: Update copyright year.
8590 (i386bsd_pc_in_sigtramp): Make public.
8591 * i386fbsd-nat.c: Update copyright year.
8592 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8593 * i386fbsd-tdep.c: Update copyright year.
8594 (i386fbsd_sigtramp_start_addr): Renamed from
8595 i386fbsd_sigtramp_start.
8596 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8597 (i386fbsdaout_init_abi): Adjust for renamed variables.
8598 * i386obsd-nat.c: Update copyright year.
8599 (_initialize_i386obsd_nat): Adjust for renamed variables.
8600 * i386obsd-tdep.c: Include "target.h".
8601 (i386obsd_page_size): New variable.
8602 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8603 (i386obsd_sigtramp_end): New functions.
8604 (i386obsd_sigtramp_start_addr): Renamed from
8605 i386obsd_sigtramp_start.
8606 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8607 (i386obsd_init_abi): Adjust for renamed variables. Set
8608 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8609 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8610
8611 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8612 trampoline change in OpenBSD kernel.
8613
8614 * amd64-nat.c: Update copyright year.
8615 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8616 architecture from REGCACHE.
8617
8618 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8619 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8620
8621 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8622
8623 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8624 i[34567]86-*-openbsd3.[0-3].
8625 * config/i386/obsdaout.mh: New file.
8626
8627 * config/i386/obsd.mh (MH_FLAGS): Remove.
8628
8629 Fix PR build/1549.
8630 * i386obsd-tdep.c: Update copyright years. Include
8631 "solib-svr4.h".
8632 (i386obsd_init_abi): Don't set regset_from_core_section here.
8633 (i386obsd_aout_init_abi): New function. Set
8634 regset_from_core_section here.
8635 (i386obsd_elf_init_abi): New function.
8636 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8637 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8638 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8639 (TM_FILE): Set to tm-nbsd.h.
8640
8641 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8642 solib-sunos.o.
8643
8644 * solib-svr4.h: Update copyright year.
8645 (svr4_ilp32_fetch_link_map_offsets)
8646 (svr4_lp64_fetch_link_map_offsets): New prototype.
8647 * solib-svr4.c: Update copyright year.
8648 (svr4_ilp32_fetch_link_map_offsets)
8649 (svr4_lp64_fetch_link_map_offsets): New function.
8650
8651 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8652
8653 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8654 to the partial symbol table.
8655
8656 2004-02-20 J. brobecker <brobecker@gnat.com>
8657
8658 * PROBLEMS: Add description of problem documented under gdb/1560.
8659
8660 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8661
8662 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8663 comments.
8664 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8665 functions.
8666 (amd64obsd_init_abi): Reorder initializations. Use
8667 amd64obsd_r_reg_offset to initialize the general-purpose register
8668 set details. Set regset_from_core_section.
8669 (_initialize_amd64obsd_tdep): Rename from
8670 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8671 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8672 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8673
8674 * NEWS (New native configurations): Mention OpenBSD/alpha.
8675 * configure.tgt: Add alpha*-*-openbsd*.
8676 * configure.host: Add alpha*-*-openbsd*.
8677 * alphanbsd-tdep.c: Update copyright year.
8678 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8679
8680 2004-02-20 Andrew Cagney <cagney@redhat.com>
8681
8682 Fix PR tdep/1372.
8683 * configure.tgt: Delete target "none-*-*".
8684 * configure.host: Delete host "none-*-*".
8685 * config/none/none.mh: Delete file.
8686 * config/none/none.mt: Delete file.
8687 * config/none/xm-none.h: Delete file.
8688 * config/none/tm-none.h: Delete file.
8689 * config/none/nm-none.h: Delete file.
8690
8691 2004-02-19 Fred Fish <fnf@redhat.com>
8692
8693 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8694 cache->uses_fp prior to setting it.
8695
8696 2004-02-19 Fred Fish <fnf@redhat.com>
8697
8698 Fix for PR breakpoint/1558.
8699 * sh-tdep.c (IS_JSR): New macro.
8700 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8701
8702 2004-02-19 Jim Blandy <jimb@redhat.com>
8703
8704 * findvar.c (value_from_register): Doc fix.
8705
8706 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8707
8708 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8709 type being greater than sizeof of host's LONGEST. Always use
8710 unpack_long() unless format 'f' chosen.
8711
8712 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8713
8714 Committed by Elena Zannoni <ezannoni@redhat.com>
8715
8716 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8717 contains a symbol wich is the best, non-exact match for the given
8718 pc. Update comments.
8719
8720 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8721
8722 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8723 macro, which was part of the now removed Mach 3 port.
8724 * utils.c (request_quit): Ditto.
8725
8726 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8727
8728 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8729 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8730
8731 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8732
8733 Committed by Mark Kettenis <kettenis@gnu.org>.
8734
8735 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8736 Define.
8737
8738 2004-02-18 Andrew Cagney <cagney@redhat.com>
8739
8740 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8741 CONFIG_INSTALL and CONFIG_UNINSTALL.
8742 * configure: Re-generate.
8743 * interps.h (INTERP_TUI): Define.
8744 * Makefile.in: Update dependencies.
8745 (TUI): New macro.
8746 (tui-main.o): Specify dependencies.
8747 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8748 * tui/tui-main.c: New file.
8749
8750 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8751
8752 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8753 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8754 dependencies.
8755 * configure.host: Add x86_64-*-openbsd*.
8756 * configure.tgt: Add x86_64-*-openbsd*.
8757 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8758
8759 * tui/tui.c: Don't include <malloc.h>.
8760
8761 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8762 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8763 amd64nbsd-tdep.c.
8764
8765 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8766 static. Remove extraneous whitespace.
8767 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8768 static.
8769
8770 2004-02-17 Jim Blandy <jimb@redhat.com>
8771
8772 * findvar.c (value_from_register): Doc fix.
8773
8774 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8775
8776 Committed by Jim Blandy <jimb@redhat.com>.
8777
8778 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8779 CORE_ADDR as type for selectors. Correct types for GNU run time
8780 message lookup function to use double indirection.
8781 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8782 * objc-lang.h (lookup_child_selector): Adapt prototype.
8783
8784 * s390-nat.c (SUBOFF): New macro.
8785 (supply_gregset, fill_gregset): Use it to handle debugging
8786 of 32-bit exectuables running under a 64-bit kernel.
8787 * s390-tdep.c: Include "solib-svr4.h".
8788 (s390_svr4_fetch_link_map_offset): New function.
8789 (s390x_svr_fetch_link_map_offset): Likewise.
8790 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8791 * Makefile.in (s390-tdep.o): Update dependencies.
8792
8793 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8794 "frame-unwind.h".
8795 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8796 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8797 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8798 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8799 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8800 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8801 S390_SIGNAL_FRAMESIZE,
8802 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8803 (struct frame_extra_info): Remove.
8804 (s390_memset_extra_info): Remove.
8805 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8806 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8807 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8808 (is_rse): Renamed to ...
8809 (is_rsy): ... this. Support long displacements.
8810 (is_rxe): Renamed to ...
8811 (is_rxy): ... this. Support long displacements.
8812 (compute_x_addr): Support long displacements.
8813 (struct s390_prologue_data): New data type.
8814 (s390_on_stack): Change API to use struct s390_prologue_data.
8815 (s390_store): Reimplement.
8816 (s390_load): New function.
8817 (s390_get_signal_frame_info): Remove.
8818 (s390_get_frame_info): Remove, replace by ...
8819 (s390_analyze_prolog): ... this new function.
8820 (s390_check_function_end): Remove.
8821 (s390_function_start): Remove.
8822 (s390_frameless_function_invokation): Remove.
8823 (s390_is_sigreturn): Remove.
8824 (s390_init_frame_pc_first): Remove.
8825 (s390_init_frame_extra_info): Remove.
8826 (s390_frame_init_saved_regs): Remove.
8827 (s390_frame_saved_pc_nofix): Remove.
8828 (s390_frame_saved_pc): Remove.
8829 (s390_frame_chain): Remove.
8830 (s390_fp_regnum, s390_read_fp): Remove.
8831 (s390_pop_frame_regular, s390_pop_frame): Remove.
8832 (s390_saved_pc_after_call): Remove.
8833 (s390_skip_prologue): Reimplement.
8834 (s390_in_function_epilogue_p): Support long displacements.
8835 (struct s390_unwind_cache): New data structure.
8836 (s390_frame_unwind_cache): New function.
8837 (s390_prologue_frame_unwind_cache): Likewise.
8838 (s390_backchain_frame_unwind_cache): Likewise.
8839 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8840 (s390_frame_unwind): Define.
8841 (s390_frame_sniffer): New function.
8842 (struct s390_pltstub_unwind_cache): New data structure.
8843 (s390_pltstub_frame_unwind_cache): New function.
8844 (s390_pltstub_frame_this_id): Likewise.
8845 (s390_pltstub_frame_prev_register): Likewise.
8846 (s390_pltstub_frame_unwind): Define.
8847 (s390_pltstub_frame_sniffer): New function.
8848 (struct s390_sigtramp_unwind_cache): New data structure.
8849 (s390_sigtramp_frame_unwind_cache): New function.
8850 (s390_sigtramp_frame_this_id): Likewise.
8851 (s390_sigtramp_frame_prev_register): Likewise.
8852 (s390_sigtramp_frame_unwind): Define.
8853 (s390_sigtramp_frame_sniffer): New function.
8854 (s390_frame_base_address, s390_local_base_address): New functions.
8855 (s390_frame_base): Define.
8856 (s390_unwind_pc, s390_unwind_sp): New function.
8857 (s390_push_dummy_call): Use new frame base location.
8858 (s390_unwind_dummy_id): Likewise.
8859 (s390_gdbarch_init): Remove calls to:
8860 set_gdbarch_frameless_function_invocation,
8861 set_gdbarch_deprecated_init_frame_pc,
8862 set_gdbarch_deprecated_frame_chain,
8863 set_gdbarch_deprecated_frame_init_saved_regs,
8864 set_gdbarch_deprecated_pop_frame,
8865 set_gdbarch_deprecated_init_extra_frame_info,
8866 set_gdbarch_deprecated_init_frame_pc_first,
8867 set_gdbarch_deprecated_target_read_fp,
8868 set_gdbarch_deprecated_frame_saved_pc,
8869 set_gdbarch_deprecated_saved_pc_after_call,
8870 set_gdbarch_deprecated_fp_regnum.
8871 Add calls to:
8872 set_gdbarch_in_solib_call_trampoline,
8873 frame_unwind_append_sniffer,
8874 frame_base_set_default,
8875 set_gdbarch_unwind_pc,
8876 set_gdbarch_unwind_sp.
8877 * Makefile.in (s390-tdep.o): Update dependencies.
8878
8879 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8880 (S390_STACK_FRAME_OVERHEAD): Remove.
8881 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8882 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8883 (s390_promote_integer_argument): Remove.
8884 (s390_cannot_extract_struct_value_address): Remove.
8885 (s390_use_struct_convention, s390_store_struct_return): Remove.
8886 (s390_extract_return_value, s390_store_return_value): Remove.
8887 (s390_return_value_convention, s390_return_value): New functions.
8888 (is_float_singleton): Handle typedefs.
8889 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8890 Remove, replace by ...
8891 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8892 s390_function_arg_integer): ... these new functions.
8893 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8894 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8895 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8896 Fill in tdep->abi.
8897 Remove calls to:
8898 set_gdbarch_deprecated_store_struct_return,
8899 set_gdbarch_deprecated_extract_return_value,
8900 set_gdbarch_deprecated_store_return_value,
8901 set_gdbarch_use_struct_convention,
8902 set_gdbarch_extract_struct_value_address,
8903 set_gdbarch_deprecated_pc_in_call_dummy,
8904 set_gdbarch_deprecated_push_arguments,
8905 set_gdbarch_deprecated_save_dummy_frame_tos,
8906 set_gdbarch_deprecated_push_return_address,
8907 set_gdbarch_deprecated_sizeof_call_dummy_words,
8908 set_gdbarch_deprecated_call_dummy_words,
8909 set_gdbarch_deprecated_dummy_write_sp.
8910 Add calls to:
8911 set_gdbarch_push_dummy_call,
8912 set_gdbarch_unwind_dummy_id,
8913 set_gdbarch_return_value.
8914
8915 * config/s390/nm-linux.h: Update comments.
8916 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8917 (STOPPED_BY_WATCHPOINT): Redefine.
8918 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8919 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8920 (s390_stopped_by_watchpoint): Likewise.
8921 (watch_area_cnt): Remove.
8922 * s390-nat.c: Update comments.
8923 (watch_area): Remove typedef.
8924 Global replace watch_area by struct watch_area.
8925 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8926 (s390_stopped_by_watchpoint): Remove pid argument,
8927 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8928 (s390_fix_watch_points): Remove pid argument,
8929 use s390_inferior_tid. Recompute area spanned by watchpoints.
8930 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8931 argument. Reimplement.
8932
8933 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8934 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8935 (FETCH_INFERIOR_REGISTERS): Define.
8936 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8937 core-regset.o.
8938 * config/s390/s390x.mt: Remove.
8939 * config/s390/tm-s390.h: Remove.
8940 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8941 (TARGET_ELF64): Remove.
8942 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8943 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8944 s390*-*-* case; always set gdb_target to s390.
8945 * regformats/reg-s390.dat: Remove control registers.
8946 * regformats/reg-s390x.dat: Likewise.
8947 * s390-tdep.h: New file.
8948 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8949 Include "inferior.h" and "s390-tdep.h".
8950 Remove private definition of offsetof.
8951 (s390_register_u_addr): Remove.
8952 (regmap_gregset, regmap_fpregset): Define.
8953 (supply_gregset, fill_gregset): Reimplement.
8954 (supply_fpregset, fill_fpregset): Likewise.
8955 (s390_inferior_tid): New function.
8956 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8957 (fetch_inferior_registers, store_inferior_registers): Likewise.
8958 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8959 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8960 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8961 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8962 (struct gdbarch_tdep): Define.
8963 (struct s390_register_info): Define.
8964 (s390_register_info): New variable.
8965 (s390_register_name): Reimplement.
8966 (s390_register_type): New function.
8967 (s390_register_raw_size, s390x_register_raw_size): Remove.
8968 (s390_cannot_fetch_register): Remove.
8969 (s390_register_byte): Remove.
8970 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8971 (s390_dwarf_regmap): New variable.
8972 (s390_dwarf_reg_to_regnum): New function.
8973 (s390_stab_reg_to_regnum): Remove.
8974 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8975 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8976 (s390_convert_register_p): Likewise.
8977 (s390_register_to_value, s390_value_to_register): Likewise.
8978 (s390_register_reggroup_p): Likewise.
8979 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8980 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8981 (s390_supply_regset, s390_regset_from_core_section): New functions.
8982 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8983 (S390_FPR_SIZE): Likewise.
8984 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8985 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8986 (S390_NUM_GPRS): Move here from tm-s390.h.
8987 (S390_NUM_FPRS): Likewise.
8988 (s390_in_function_epilogue_p): New function.
8989 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8990 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8991 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8992 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8993 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8994 Remove calls to:
8995 set_gdbarch_deprecated_max_register_raw_size,
8996 set_gdbarch_deprecated_max_register_virtual_size,
8997 set_gdbarch_deprecated_register_byte,
8998 set_gdbarch_cannot_fetch_register,
8999 set_gdbarch_cannot_store_register,
9000 set_gdbarch_deprecated_register_size,
9001 set_gdbarch_deprecated_register_raw_size,
9002 set_gdbarch_deprecated_register_virtual_size,
9003 set_gdbarch_deprecated_register_virtual_type,
9004 set_gdbarch_deprecated_register_bytes.
9005 Add calls to:
9006 set_gdbarch_num_pseudo_regs,
9007 set_gdbarch_register_type,
9008 set_gdbarch_convert_register_p,
9009 set_gdbarch_register_to_value,
9010 set_gdbarch_value_to_register,
9011 set_gdbarch_register_reggroup_p,
9012 set_gdbarch_regset_from_core_section,
9013 set_gdbarch_pseudo_register_read,
9014 set_gdbarch_pseudo_register_write,
9015 set_gdbarch_in_function_epilogue_p.
9016 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9017 (s390_tdep_h): New variable.
9018
9019 2004-02-17 Jim Blandy <jimb@redhat.com>
9020
9021 * findvar.c (value_from_register): If the type has no length, just
9022 return an acceptable value --- don't report an internal error.
9023
9024 * stabsread.c (read_type): If we find any type numbers that are
9025 forward references, complain if the references aren't resolved by
9026 the time we're finished reading.
9027 (cleanup_undefined_types): Make error message more appropriate for
9028 a complaint.
9029
9030 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9031
9032 * Makefile.in (defs_h): Remove dependency on progress_h.
9033 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9034 progress.h.
9035 * main.c (captured_main): Delete use of START_PROGRESS and
9036 END_PROGRESS.
9037
9038 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9039
9040 * objfiles.c (terminate_minimal_symbol_table): Add back
9041 initialization of MSYMBOL_TYPE.
9042
9043 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9044
9045 Committed by Andrew Cagney.
9046 * Makefile.in (ia64_tdep_h): New macro.
9047 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9048 (ia64-tdep.o): Likewise.
9049 * ia64-tdep.h: New file.
9050 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9051 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9052 (ia64_aix_sigcontext_register_address): Likewise.
9053 (ia64_linux_getunwind_table): Delete declaration.
9054 * ia64-linux-tdep.c: Likewise.
9055
9056 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9057
9058 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9059 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9060 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9061
9062 2004-02-17 Andrew Cagney <cagney@redhat.com>
9063
9064 * symtab.c (skip_prologue_using_sal): New function.
9065 * symtab.h (skip_prologue_using_sal): Declare.
9066 * frv-tdep.c: Include "symtab.h".
9067 (skip_prologue_using_sal): Delete function.
9068 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9069 * rs6000-tdep.c (refine_prologue_limit): Mention
9070 skip_prologue_using_sal.
9071 * ia64-tdep.c (refine_prologue_limit): Ditto.
9072 * Makefile.in: Update dependencies.
9073
9074 2004-02-16 Andrew Cagney <cagney@redhat.com>
9075
9076 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9077 START_INFERIOR_TRAPS_EXPECTED.
9078 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9079 START_INFERIOR_TRAPS_EXPECTED.
9080 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9081 Delete macro.
9082 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9083 macro, moved to "nm-osf.h". Update copyright.
9084 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9085 update copyright.
9086
9087 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9088 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9089 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9090 frameless_look_for_prologue.
9091 * frame.h (legacy_frameless_look_for_prologue): Rename
9092 frameless_look_for_prologue.
9093 * gdbarch.h, gdbarch.c: Re-generate.
9094 * sh64-tdep.c (sh64_gdbarch_init): Update.
9095 * sh-tdep.c (sh_gdbarch_init): Update.
9096 * s390-tdep.c (s390_gdbarch_init): Update.
9097 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9098 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9099 * m68k-tdep.c (m68k_gdbarch_init): Update.
9100 (delta68_frame_args_address): Update.
9101 * m32r-tdep.c (m32r_gdbarch_init): Update.
9102 * hppa-tdep.c (hppa_gdbarch_init): Update.
9103 * h8300-tdep.c (h8300_gdbarch_init): Update.
9104 * frv-tdep.c (frv_gdbarch_init): Update.
9105 (frv_frameless_function_invocation): Update.
9106 * cris-tdep.c (cris_gdbarch_init): Update.
9107 (cris_frameless_function_invocation): Update.
9108 * avr-tdep.c (avr_gdbarch_init): Update.
9109 * arm-tdep.c (arm_gdbarch_init): Update.
9110 * stack.c (frame_info): Update, call predicate.
9111 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9112 * frame.c (legacy_get_prev_frame): Update, call predicate..
9113 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9114 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9115 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9116 invocation.
9117 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9118 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9119 * vax-tdep.c (vax_gdbarch_init): Ditto.
9120
9121 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9122 function.
9123
9124 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9125
9126 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9127 initializations.
9128
9129 2004-02-16 Andrew Cagney <cagney@redhat.com>
9130
9131 * tui/tui-windata.c: Include "gdb_string.h".
9132 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9133 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9134 * Makefile.in: Update dependencies.
9135
9136 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9137
9138 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9139 * infrun.c: Include "gdb_assert.h".
9140 (singlestep_ptid, saved_singlestep_ptid)
9141 (stepping_past_singlestep_breakpoint): New variables.
9142 (resume): Set singlestep_ptid. Check for singlestep thread
9143 hop.
9144 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9145 (handle_inferior_event): Handle singlestep thread hop.
9146
9147 2004-02-16 Andrew Cagney <cagney@redhat.com>
9148
9149 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9150 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9151 (dwarf2_frame_init_reg): Ditto.
9152
9153 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9154 suggested by Joshua Neuheisel
9155
9156 * configure.in: Always check for curses, including pdcurses.
9157 Warn, instead of error, when no curses are found. Enable TUI when
9158 curses is available.
9159 * configure: Re-generate.
9160
9161 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9162
9163 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9164 sh_sh4_register_convert_to_virtual.
9165 (sh_register_convert_to_raw): Rename from
9166 sh_sh4_register_convert_to_raw.
9167 (sh_pseudo_register_read): Accomodate above name change.
9168 (sh_pseudo_register_write): Ditto.
9169
9170 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9171
9172 * sh-tdep.c (sh_generic_register_name): Remove.
9173 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9174
9175 2004-02-15 Andrew Cagney <cagney@redhat.com>
9176
9177 * configure.in (build_warnings): Add -Wunused-function.
9178 * configure: Re-generate.
9179
9180 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9181 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9182
9183 * procfs.c (procfs_init_inferior): Assume that
9184 START_INFERIOR_TRAPS_EXPECTED is defined.
9185 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9186 * config/ns32k/tm-nbsd.h: Delete file,
9187 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9188
9189 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9190 * config/vax/tm-vax.h: Delete file.
9191
9192 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9193 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9194 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9195 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9196 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9197 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9198 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9199
9200 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9201
9202 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9203 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9204 (struct dwarf2_frame_ops): New.
9205 (dwarf2_frame_default_init_reg): New function, based on
9206 dwarf2_frame_init_reg.
9207 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9208 (dwarf2_frame_init_reg): Call architecture-specific function.
9209 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9210 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9211 instead of dwarf2_frame_data.
9212 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9213 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9214
9215 2004-02-15 Andrew Cagney <cagney@redhat.com>
9216
9217 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9218 register_gdbarch_swap.
9219 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9220 * f-lang.c (_initialize_f_language): Update, use
9221 DEPRECATED_REGISTER_GDBARCH_SWAP.
9222 * remote.c (_initialize_remote): Ditto.
9223 * regcache.c (_initialize_regcache): Ditto.
9224 * parse.c (_initialize_parse): Ditto.
9225 * infrun.c (_initialize_infrun): Ditto.
9226 * mi/mi-main.c (_initialize_mi_main): Ditto.
9227 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9228
9229 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9230 poking .cacheable directly.
9231 * symfile.c (symfile_bfd_open): Ditto.
9232
9233 * Makefile.in: Update all dependencies.
9234
9235 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9236 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9237 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9238 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9239 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9240
9241 2004-02-14 Andrew Cagney <cagney@redhat.com>
9242
9243 * arch-utils.c (legacy_convert_register_p): Check
9244 DEPRECATED_REGISTER_CONVERTIBLE_P.
9245 * findvar.c (value_of_register): Ditto.
9246
9247 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9248 * gdbarch.h, gdbarch.c: Re-generate.
9249 * arch-utils.c (deprecated_register_convertible_not): Delete.
9250 * arch-utils.h (deprecated_register_convertible_not): Delete.
9251 * mi/mi-main.c (get_register): Update. Update copyright.
9252 * infcmd.c (default_print_registers_info): Update.
9253
9254 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9255 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9256 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9257 * gdbarch.h, gdbarch.c: Re-generate.
9258 * frame.c (deprecated_get_next_frame_hack): Delete function.
9259 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9260 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9261 Update.
9262 * infcall.c (call_function_by_hand): Update.
9263
9264 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9265
9266 * symfile.c (init_entry_point_info, entry_point_address): Move
9267 from here...
9268 * objfiles.c (init_entry_point_info, entry_point_address):..to
9269 here.
9270 * symfile.h (init_entry_point_info, entry_point_address): Remove
9271 prototypes.
9272 * objfiles.h (init_entry_point_info, entry_point_address):Add
9273 prototypes.
9274 * cris-tdep.c: Remove include of symfile.h. Add include of
9275 objfiles.h.
9276 * infcall.c: Ditto.
9277 * mcore-tdep.c: Ditto.
9278 * mn10300-tdep.c: Ditto.
9279 * sh64-tdep.c: Ditto.
9280 * v850-tdep.c: Ditto.
9281 * arm-tdep.c: Remove include of symfile.h.
9282 * blockframe.c: Ditto.
9283 * coffread.c: Ditto.
9284 * dbxread.c: Ditto.
9285 * dwarf2read.c: Ditto.
9286 * dwarfread.c: Ditto.
9287 * frv-tdep.c: Ditto.
9288 * ia64-tdep.c: Ditto.
9289 * mdebugread.c: Ditto.
9290 * mipsread.c: Ditto.
9291 * rs6000-tdep.c: Ditto.
9292 * s390-tdep.c: Ditto.
9293 * sh-tdep.c: Ditto.
9294 * xstormy16-tdep.c: Ditto.
9295 * gdbarch.sh: Remove include of symfile.h.
9296 * gdbarch.c: Regenerate.
9297 * solib-irix.c (enable_break): Use entry_point_address().
9298 Add comment about include file.
9299 * xcoffread.c: Add comment about include file.
9300 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9301 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9302 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9303 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9304 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9305
9306 2004-02-13 Andrew Cagney <cagney@redhat.com>
9307
9308 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9309 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9310 copyright.
9311 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9312
9313 2004-02-12 Fred Fish <fnf@redhat.com>
9314
9315 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9316 set_gdbarch_store_return_value.
9317
9318 2004-02-12 Andrew Cagney <cagney@redhat.com>
9319
9320 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9321 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9322 (interrupt_query): Ditto.
9323 (ofunc): Delete unused variable.
9324 * cris-tdep.c (cris_abi): Delete unused function.
9325 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9326 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9327 (cris_get_asr_quick_shift_steps): Ditto.
9328 (cris_skip_prologue_frameless_p): Ditto.
9329 * arm-tdep.c (arm_push_return_address): Delete unused function.
9330 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9331 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9332 * s390-tdep.c (s390_function_start): Delete unused function.
9333
9334 2004-02-12 Andrew Cagney <cagney@redhat.com>
9335
9336 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9337 gdbarch.h, gdbarch.c: Re-generate.
9338 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9339 to generic_prologue_frameless_p.
9340 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9341 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9342
9343 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9344
9345 * mips-linux-tdep.c: Include "frame.h".
9346 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9347 (mips_linux_skip_resolver): New functions.
9348 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9349 and set_gdbarch_in_solib_call_trampoline.
9350 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9351 to after set_gdbarch_in_solib_return_trampoline. Only set the
9352 solib hooks to mips16 functions if the OS ABI is unknown.
9353 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9354 including "config/tm-linux.h".
9355 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9356 * Makefile.in (mips-linux-tdep.o): Update.
9357
9358 2004-02-11 David Carlton <carlton@kealia.com>
9359
9360 * linespec.c (decode_compound): Only look for a class symbol when
9361 considering all but the rightmost component.
9362
9363 2004-02-11 Andrew Cagney <cagney@redhat.com>
9364
9365 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9366 abi code are are separatly grouped.
9367
9368 2004-02-11 Andrew Cagney <cagney@redhat.com>
9369
9370 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9371 * gdbarch.h, gdbarch.c: Re-generate.
9372 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9373 * v850-tdep.c (v850_gdbarch_init): Update.
9374 * sh64-tdep.c (sh64_gdbarch_init): Update.
9375 * sh-tdep.c (sh_gdbarch_init): Update.
9376 * s390-tdep.c (s390_gdbarch_init): Update.
9377 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9378 * mips-tdep.c (mips_gdbarch_init): Update.
9379 * mcore-tdep.c (mcore_gdbarch_init): Update.
9380 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9381 * m32r-tdep.c (m32r_gdbarch_init): Update.
9382 * ia64-tdep.c (ia64_gdbarch_init): Update.
9383 * hppa-tdep.c (hppa_gdbarch_init): Update.
9384 * h8300-tdep.c (h8300_gdbarch_init): Update.
9385 * frv-tdep.c (frv_gdbarch_init): Update.
9386 * d10v-tdep.c (d10v_gdbarch_init): Update.
9387 * cris-tdep.c (cris_gdbarch_init): Update.
9388 * avr-tdep.c (avr_gdbarch_init): Update.
9389 * arm-tdep.c (arm_gdbarch_init): Update.
9390 * alpha-tdep.c (alpha_gdbarch_init): Update.
9391
9392 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9393
9394 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9395 comma.
9396 (sh_sh4al_dsp_register_name): Ditto.
9397
9398 2004-02-10 Andrew Cagney <cagney@redhat.com>
9399
9400 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9401 (mips_init_frame_pc_first): Delete function.
9402 (mips_frame_saved_pc): Delete function.
9403 (mips_frame_chain): Delete function.
9404 (mips_init_extra_frame_info): Delete function.
9405 (mips_xfer_register): Delete unused variable "reg".
9406 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9407 (mips_n32n64_return_value): Delete unused variable "reg".
9408 (mips_n32n64_return_value): Delete unused variable "pos".
9409 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9410 (mips_o32_return_value): Delete unused variable "pos".
9411 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9412 (mips_print_fp_register): Delete unused variable "namelen"
9413 (mips_print_fp_register): Delete unused variable "flt2"
9414 (get_frame_pointer): Delete function.
9415 (cached_proc_desc): Delete static variable.
9416 (mips_pop_frame): Delete function.
9417 (mips_find_saved_regs): Delete function.
9418 (mips_get_saved_register): Delete function.
9419 (mips_saved_pc_after_call): Delete function.
9420 (SIGFRAME_BASE): Delete macro.
9421 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9422 (SIGFRAME_PC_OFF): Delete macro.
9423 (SIGFRAME_REGSAVE_OFF): Delete macro.
9424 (mips_dump_tdep): Do not print deleted macro definitions.
9425
9426 2004-02-10 Andrew Cagney <cagney@redhat.com>
9427
9428 * Makefile.in (SFILES): Remove explictly listed tui files.
9429 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9430
9431 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9432
9433 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9434 to use paddr functions to format ia64 addresses and long values.
9435 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9436 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9437 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9438 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9439 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9440
9441 2004-02-10 Andrew Cagney <cagney@redhat.com>
9442
9443 * defs.h: Do not include "tui.h".
9444 * gdb_curses.h: New file.
9445 * tui/tui-hooks.h: New file.
9446 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9447 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9448 (tui_initialize_io): Delete declaration.
9449 (tui_initialize_readline: Delete redundant declaration.
9450 (struct tui_point): Delete definition.
9451 * tui/tui-data.h (struct tui_point): Define.
9452 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9453 * utils.c: Include "tui/tui.h".
9454 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9455 * printcmd.c [TUI]: Include "tui/tui.h".
9456 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9457 * tui/tui-command.c: Include "gdb_curses.h".
9458 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9459 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9460 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9461 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9462 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9463 * Makefile.in: Update all dependencies.
9464 (tui_hooks_h, gdb_curses_h): Define.
9465 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9466
9467 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9468
9469 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9470 auxf2. Add comments about some other rarely used fields.
9471
9472 2004-02-10 Andrew Cagney <cagney@redhat.com>
9473
9474 * Makefile.in (init.c): Fix script removing duplicates. Problem
9475 reported by Peter Schauer.
9476
9477 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9478
9479 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9480 obstack_specify_allocation.
9481 * objfiles.c (allocate_objfile): Ditto.
9482 * solib-sunos.c (solib_add_common_symbols)
9483 (allocate_rt_common_objfile): Ditto.
9484 * symfile.c (reread_symbols): Ditto.
9485 * gdb_obstack.h: Add comment.
9486
9487 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9488
9489 * linespec.c (decode_line_1, locate_first_half)
9490 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9491 commented out code.
9492
9493 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9494
9495 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9496 obstack_free.
9497
9498 2004-02-09 Andrew Cagney <cagney@redhat.com>
9499
9500 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9501 fails, try find_pc_section. Fix PR c++/1267.
9502 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9503 instead of find_pc_mapped_section.
9504 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9505 not default to the section containing PC. Fix PR symtab/1519.
9506
9507 2004-02-09 Andrew Cagney <cagney@redhat.com>
9508
9509 * Makefile.in (mips-tdep.o): Update dependencies.
9510 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9511 "trad-frame.h".
9512 (mips_unwind_pc): Return the pseudo PC register.
9513 (mips_unwind_dummy_id): New function.
9514 (mips16_fetch_instruction): New function.
9515 (mips32_fetch_instruction): New function.
9516 (struct mips_frame_cache): Define.
9517 (mips_mdebug_frame_cache): New function.
9518 (mips_mdebug_frame_this_id): New function.
9519 (mips_mdebug_frame_prev_register): New function.
9520 (mips_mdebug_frame_unwind): Define.
9521 (mips_mdebug_frame_sniffer): New function.
9522 (mips_mdebug_frame_base_address): New function.
9523 (mips_mdebug_frame_base): Define.
9524 (mips_mdebug_frame_base_sniffer): New function.
9525 (mips_gdbarch_init): Append unwind and base sniffers. Set
9526 unwind_dummy_id.
9527
9528 2004-02-08 Andrew Cagney <cagney@redhat.com>
9529
9530 * frame.c: Print both the register number and name.
9531
9532 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9533 and a sed into a single sed. Make .c and .o patterns more robust.
9534 (OBS): Delete.
9535 (INIT_FILES): Replace OBS with COMMON_OBS.
9536 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9537
9538 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9539
9540 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9541 the PT_WCOOKIE request.
9542
9543 2004-02-08 Andrew Cagney <cagney@redhat.com>
9544
9545 * mips-tdep.c (mips_unwind_pc): New function.
9546 (mips_gdbarch_init): Set mips_unwind_pc.
9547
9548 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9549 (get_frame_id): Allow the UNKNOWN_FRAME.
9550 (frame_register_unwind, get_frame_type): Ditto.
9551
9552 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9553 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9554 unwind_dummy_id indicates a legacy frame.
9555
9556 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9557 * configure: Re-generate.
9558
9559 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9560 methods.
9561
9562 2004-02-08 Andrew Cagney <cagney@redhat.com>
9563
9564 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9565 makefile macro.
9566 * configure: Re-generate.
9567 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9568 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9569 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9570 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9571 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9572 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9573 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9574 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9575 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9576 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9577
9578 2004-02-07 Andrew Cagney <cagney@redhat.com>
9579
9580 * Makefile.in: Update all dependencies.
9581
9582 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9583 * configure: Re-generate.
9584 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9585 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9586 (COMMON_OBS): Add "main.o" and "annotate.o".
9587 (ANNOTATE_OBS): Delete.
9588 (OBS): Remove ANNOTATE_OBS.
9589 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9590 CONFIG_INITS.
9591 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9592 against CONFIG_OBS and "main.o".
9593 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9594 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9595
9596 * tui/tui-command.c: Include "gdb_string.h", delete register
9597 attribute, use ISO-C function signatures.
9598 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9599 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9600 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9601 * tui/tui.c: Ditto.
9602
9603 * tui/tui-command.c: Change variable and function names to lower
9604 case.
9605 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9606 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9607 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9608 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9609 * tui/tui-winsource.c, tui/tui.c: Ditto.
9610
9611 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9612
9613 * buildsym.c (free_pending_blocks, finish_block)
9614 (record_pending_block, make_blockvector, end_symtab): Replace
9615 symbol_obstack with objfile_obstack.
9616 * coffread.c (process_coff_symbol, coff_read_struct_type)
9617 (coff_read_enum_type): Ditto.
9618 * cp-namespace.c (initialize_namespace_symtab)
9619 (check_one_possible_namespace_symbol): Ditto.
9620 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9621 (dwarf2_symbol_mark_computed): Ditto.
9622 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9623 * elfread.c (elf_symtab_read): Ditto.
9624 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9625 (hpread_read_enum_type, hpread_read_function_type)
9626 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9627 Ditto.
9628 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9629 (java_link_class_type): Ditto.
9630 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9631 (new_symbol): Ditto.
9632 * minsyms.c (install_minimal_symbols): Ditto.
9633 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9634 (terminate_minimal_symbol_table): Replace symbol_obstack with
9635 objfile_obstack.
9636 (free_objfile): Remove freeing of symbol_obstack.
9637 * objfiles.h: Remove symbol_obstack field.
9638 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9639 objfile_obstack.
9640 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9641 symbol_obstack.
9642 (solib_add_common_symbols): Replace symbol_obstack with
9643 objfile_obstack.
9644 * somsolib.c (som_solib_add): Ditto.
9645 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9646 (common_block_start, common_block_end): Ditto.
9647 * symfile.c (reread_symbols): Remove freeing and init of
9648 symbol_obstack.
9649 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9650 * symfile.h: Update comment.
9651 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9652 stats printing.
9653 * symtab.c (symbol_set_names): Replace symbol_obstack with
9654 objfile_obstack.
9655 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9656 Update comments.
9657 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9658 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9659 objfile_obstack.
9660
9661 2004-02-07 Andrew Cagney <cagney@redhat.com>
9662
9663 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9664 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9665 fields and variables.
9666 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9667 (m_beInvisible): Delete macro.
9668 * tui/tui-data.h: Fix case case fields and variables.
9669 (m_genWinPtrIsNull): Delete macro.
9670 (tui_win_list): Rename winList.
9671 (TUI_SRC_WIN): Rename srcWin.
9672 (TUI_DISASM_WIN): Rename disassemWin.
9673 (TUI_DATA_WIN): Rename dataWin.
9674 (TUI_CMD_WIN): Rename cmdWin.
9675 (m_genWinPtrNotNull): Delete macro.
9676 (m_winPtrIsNull): Delete macro.
9677 (m_winPtrNotNull): Delete macro.
9678 (tui_win_is_source_type): Replace m_winIsSourceType
9679 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9680 (tui_win_has_locator): Replace m_hasLocator.
9681 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9682 m_setWinHighlightOff.
9683 * tui/tui-data.c: Update references.
9684 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9685 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9686 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9687 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9688 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9689 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9690 * tui/tui-winsource.c, tui/tui.c: Ditto.
9691
9692 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9693
9694 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9695 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9696 StackGhost.
9697
9698 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9699 variable `i6' to `i7'.
9700 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9701
9702 2004-02-07 Andrew Cagney <cagney@redhat.com>
9703
9704 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9705 (TuiPoint, TuiPointPtr): Ditto.
9706 (TuiStatus, TuiStatusPtr): Ditto.
9707 (TuiWinType, TuiWinTypePtr): Ditto.
9708 (struct tui_point): Rename _TuiPoint.
9709 (tui_get_low_disassembly_address): Rename
9710 tuiGetLowDisassemblyAddress.
9711 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9712 (tuiFree): Delete declaration.
9713 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9714 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9715 * tui/tui.c (tuiFree): Delete function.
9716 * cli/cli-cmds.c (disassemble_command): Update references.
9717 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9718 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9719 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9720 * tui/tui-winsource.c: Ditto.
9721
9722 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9723
9724 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9725 coffstab_build_psymtabs, elfstab_build_psymtabs)
9726 (stabsect_build_psymtabs): Replace psymbol_obstack with
9727 objfile_obstack.
9728 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9729 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9730 Ditto.
9731 * dwarfread.c (scan_compilation_units): Ditto.
9732 * elfread.c (elfstab_offset_sections): Ditto.
9733 * hppa-tdep.c (read_unwind_info): Ditto.
9734 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9735 (hpread_end_psymtab): Ditto.
9736 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9737 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9738 Ditto.
9739 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9740 * objfiles.c (add_to_objfile_sections)
9741 (build_objfile_section_table): Ditto.
9742 (allocate_objfile): Remove init of psymbol_obstack.
9743 (free_objfile): Remove freeing of psymbol_obstack.
9744 * objfiles.h (struct objfile): Remove field
9745 psymbol_obstack. Update comments.
9746 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9747 psymbol_obstack with objfile_obstack.
9748 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9749 psymbol_obstack.
9750 * somread.c (som_symfile_offsets, init_import_symbols)
9751 (init_export_symbols): Replace psymbol_obstack with
9752 objfile_obstack.
9753 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9754 * symfile.c (default_symfile_offsets, syms_from_objfile)
9755 (reread_symbols): Remove freeing and init of psymbol_obstack.
9756 (cashier_psymtab): Update comment.
9757 * symmisc.c (print_objfile_statistics): Don't report stats for
9758 psymbol obstack.
9759 * symtab.h (struct general_symbol_info, struct partial_symtab):
9760 Update comments.
9761 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9762 (xcoff_symfile_offsets): Replace psymbol_obstack with
9763 objfile_obstack.
9764
9765 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9766
9767 * objfiles.h (struct objfile): Add objfile_obstack field.
9768 Remove type_obstack field.
9769
9770 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9771 read_structure_scope read_enumeration, new_symbol): Replace
9772 type_obstack with objfile_obstack.
9773 * dwarfread.c (struct_type, enum_type): Ditto.
9774 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9775 (lookup_fundamental_type): Ditto.
9776 * gdbtypes.h (TYPE_ALLOC): Ditto.
9777 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9778 (hpread_read_doc_function_type, hpread_read_struct_type)
9779 (fix_static_member_physnames, hpread_read_array_type)
9780 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9781 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9782 (java_link_class_type): Ditto.
9783 * mdebugread.c (parse_type): Ditto.
9784 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9785 * solib-sunos.c (solib_add_common_symbols): Ditto.
9786 * stabsread.c (define_symbol, read_type, read_member_functions,
9787 read_cpp_abbrev, read_one_struct_field): Ditto.
9788 * symfile.c (reread_symbols): Ditto.
9789 * symmisc.c (print_objfile_statistics): Ditto.
9790
9791 2004-02-07 Andrew Cagney <cagney@redhat.com>
9792
9793 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9794 (tui_exec_info_content): Rename TuiExecInfoContent.
9795 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9796 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9797 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9798 (TuiList, TuiListPtr): Ditto.
9799 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9800 (TuiDataType, TuiDataTypePtr): Ditto.
9801 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9802 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9803 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9804 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9805 (TuiDataElement, TuiDataElementPtr): Ditto.
9806 (TuiWinElement, TuiWinElementPtr): Ditto.
9807 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9808 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9809 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9810 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9811 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9812 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9813 * tui/tui-command.c, tui/tui-data.c: Update references.
9814 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9815 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9816 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9817 * tui/tui-winsource.c, tui/tui.c: Ditto.
9818
9819 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9820
9821 * dwarf2-frame.h: Update copyright.
9822 (enum dwarf2_frame_reg_rule): New.
9823 (struct dwarf2_frame_state_reg): New.
9824 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9825 * dwarf2-frame.c: Update copyright.
9826 (enum dwarf2_reg_rule): Remove.
9827 (struct dwarf2_frame_state): Remove defenition of `struct
9828 dwarf2_frame_state_reg'.
9829 (read_reg): Call get_frame_arch to get the architecture instead of
9830 using CURRENT_GDBARCH.
9831 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9832 DWARF2_FRAME_.
9833 (dwarf2_frame_init_reg): New function.
9834 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9835 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9836 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9837 tags with DWARF2_FRAME_.
9838 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9839 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9840 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9841
9842 2004-02-06 Andrew Cagney <cagney@redhat.com>
9843
9844 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9845 (enum tui_data_type): Rename _TuiDataType.
9846 (struct tui_layout_def): Rename _TuiLayoutDef.
9847 (struct tui_source_element): Rename _TuiSourceElement.
9848 (struct tui_data_element): Rename _TuiDataElement.
9849 (struct tui_command_element): Rename _TuiCommandElement.
9850 (struct tui_locator_element): Rename _TuiLocatorElement.
9851 (union tui_which_element): Define.
9852 (struct tui_win_element): Rename _TuiWinElement.
9853 (struct tui_data_info): Rename _TuiDataInfo.
9854 (struct tui_source_info): Rename _TuiSourceInfo.
9855 (struct tui_command_info): Rename _TuiCommandInfo.
9856 (tui_initialize_static_data): Rename initializeStaticData.
9857 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9858 (tui_alloc_win_info): Rename allocWinInfo.
9859 (tui_init_generic_part): Rename initGenericPart.
9860 (tui_init_win_info): Rename initWinInfo.
9861 (tui_alloc_content): Rename allocContent.
9862 (tui_add_content_elements): Rename addContentElements.
9863 (tui_init_content_element): Rename initContentElement.
9864 (tui_free_window): Rename freeWindow.
9865 (tui_free_win_content): Rename freeWinContent.
9866 (tui_free_data_content): Rename freeDataContent.
9867 (tui_free_all_source_wins_content): Rename
9868 freeAllSourceWinsContent.
9869 (tui_del_window): Rename tuiDelWindow.
9870 (tui_del_data_windows): Rename tuiDelDataWindows.
9871 (tui_partial_win_by_name): Rename partialWinByName.
9872 (tui_win_name): Rename winName.
9873 (tui_current_layout): Rename currentLayout.
9874 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9875 (tui_term_height): Rename termHeight.
9876 (tui_set_term_height_to): Rename setTermHeightTo.
9877 (tui_term_width): Rename termWidth.
9878 (tui_set_term_width_to): Rename setTermWidthTo.
9879 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9880 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9881 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9882 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9883 (tui_source_windows): Rename sourceWindows.
9884 (tui_clear_source_windows): Rename clearSourceWindows.
9885 (tui_clear_source_windows_detail): Rename
9886 clearSourceWindowsDetail.
9887 (tui_clear_win_detail): Rename clearWinDetail.
9888 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9889 (tui_default_tab_len): Rename tuiDefaultTabLen.
9890 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9891 (tui_win_with_focus): Rename tuiWinWithFocus.
9892 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9893 (tui_layout_def): Rename tuiLayoutDef.
9894 (tui_win_resized): Rename tuiWinResized.
9895 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9896 (tui_next_win): Rename tuiNextWin.
9897 (tui_prev_win): Rename tuiPrevWin.
9898 (tui_add_to_source_windows): Rename addToSourceWindows.
9899 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9900 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9901 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9902 * tui/tui.c, tui/tui-data.c: Ditto.
9903 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9904 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9905
9906 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9907 (struct symtab): Declare.
9908 (tui_set_source_content): Rename tuiSetSourceContent.
9909 (tui_show_symtab_source): Rename tuiShowSource.
9910 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9911 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9912 * tui/tui-source.c: Update copyright. Update references.
9913 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9914 * tui/tui-stack.c: Update references.
9915
9916 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9917 (struct tui_win_info): Declare.
9918 (tui_scroll_forward): Rename tuiScrollForward.
9919 (tui_scroll_backward): Rename tuiScrollBackward.
9920 (tui_scroll_left): Rename tuiScrollLeft.
9921 (tui_scroll_right): Rename tuiScrollRight.
9922 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9923 (tui_resize_all): Rename tuiResizeAll.
9924 (tui_refresh_all_win): Rename tuiRefreshAll.
9925 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9926 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9927 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9928 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9929
9930 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9931 (tui_erase_data_content): Rename tuiEraseDataContent.
9932 (tui_display_all_data): Rename tuiDisplayAllData.
9933 (tui_check_data_values): Rename tuiCheckDataValues.
9934 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9935 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9936 (tui_first_data_element_no_in_line): Rename
9937 tuiFirstDataElementNoInLine.
9938 (tui_delete_data_content_windows): Rename
9939 tuiDeleteDataContentWindows.
9940 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9941 (tui_display_data_from): Rename tuiDisplayDataFrom.
9942 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9943 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9944 * tui/tui-win.c, tui/tui-regs.c: Update references.
9945 * tui/tui-layout.c, tui/tui.c: Update references.
9946
9947 * tui/tui-wingeneral.h: Update copyright.
9948 (m_allBeVisible): Delete macro.
9949 (m_allBeInvisible): Delete macro.
9950 (struct tui_gen_win_info): Declare.
9951 (struct tui_win_info): Declare.
9952 (tui_unhighlight_win): Rename unhighlightWin.
9953 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9954 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9955 (tui_make_window): Rename makeWindow.
9956 (tui_copy_win): Rename copyWin.
9957 (tui_box_win): Rename boxWin.
9958 (tui_highlight_win): Rename highlightWin.
9959 (tui_check_and_display_highlight_if_needed): Rename
9960 checkAndDisplayHighlightIfNeeded.
9961 (tui_refresh_all): Rename refreshAll.
9962 (tui_delete_win): Rename tuiDelwin.
9963 (tui_refresh_win): Rename tuiRefreshWin.
9964 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9965 (tui_make_visible, tui_make_invisible): New functions.
9966 (tui_make_all_visible, tui_make_all_invisible): New functions.
9967 (make_all_visible): Rename makeAllVisible.
9968 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9969 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9970 * tui/tui-windata.c, tui/tui-win.c: Update references.
9971 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9972 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9973
9974 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9975
9976 * proc-api.c (write_with_trace): Initialize local variable to
9977 silence compiler warning.
9978
9979 2004-02-06 Andrew Cagney <cagney@redhat.com>
9980
9981 * tui/tui-source.h: Do not include "defs.h".
9982 (struct tui_win_info): Declare.
9983 (tui_set_source_content_nil): Declare.
9984 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9985 (union tui_line_or_address): Rename _TuiLineOrAddress.
9986 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9987 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9988 (tui_update_source_window_as_is): Rename
9989 tuiUpdateSourceWindowAsIs.
9990 (tui_update_source_windows_with_addr): Rename
9991 tuiUpdateSourceWindowsWithAddr.
9992 (tui_update_source_windows_with_line): Rename
9993 tuiUpdateSourceWindowsWithLine.
9994 (tui_clear_source_content): Rename tuiClearSourceContent.
9995 (tui_erase_source_content): Rename tuiEraseSourceContent.
9996 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9997 (tui_show_source_content): Rename tuiShowSourceContent.
9998 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9999 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10000 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10001 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10002 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10003 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10004 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10005 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10006 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10007 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10008 (struct tui_win_info): Declare.
10009 * tui/tui-stack.c: Update references.
10010 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10011 * tui/tui-win.c, tui/tui-source.c: Ditto.
10012 * tui/tui.c, tui/tui-disasm.c: Ditto.
10013
10014 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10015
10016 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10017 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10018
10019 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10020
10021 * infrun.c (handle_inferior_event): Allow for breakpoint
10022 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10023 and SIGEMT. Update comments.
10024 * NEWS (Revised SPARC target): Mention support for non-executable
10025 stack.
10026
10027 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10028
10029 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10030 * inftarg.c: Update copyright year.
10031 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10032 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10033 (sparc_xfer_wcookie): New function.
10034 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10035 * Makefile.in (sparc-nat.o): Update dependencies.
10036 * config/sparc/nm-nbsd.h: Include "target.h".
10037 (NATIVE_XFER_WCOOKIE): New define.
10038 (sparc_xfer_wcookie): New prototype.
10039
10040 2004-02-04 Andrew Cagney <cagney@redhat.com>
10041
10042 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10043 SYSCALL_TRAP function.
10044 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10045
10046 2004-02-04 Andrew Cagney <cagney@redhat.com>
10047 Daniel Jacobowitz <drow@mvista.com>
10048
10049 * objfiles.h: Delete comments refering to inside_entry_func and
10050 DEPRECATED_FRAME_CHAIN_VALID.
10051 * defs.h (inside_entry_func): Update prototype..
10052 * blockframe.c (inside_entry_func): Rename to
10053 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10054 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10055
10056 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10057
10058 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10059 outside of #ifdef SOLIB_ADD region.
10060 (do_restore_lang_radix_cleanup): Ditto.
10061 (resolve_pending_breakpoint): Ditto.
10062
10063 2004-02-03 Andrew Cagney <cagney@redhat.com>
10064
10065 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10066 (process_note_abi_tag_sections): Delete unused function.
10067 (ia64_read_fp): Delete unused function.
10068 (gdbarch_extract_struct_value_address): Delete declaration.
10069
10070 2004-02-02 Andrew Cagney <cagney@redhat.com>
10071
10072 * vax-tdep.c (vax_frame_chain): Delete call to
10073 deprecated_inside_entry_file.
10074 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10075
10076 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10077
10078 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10079 column that's "empty" or "same value" when eliminating REG_RA
10080 rules.
10081
10082 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10083
10084 * NEWS: Add information about new pending breakpoint support.
10085
10086 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10087
10088 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10089 and pending fields for pending breakpoint support.
10090 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10091 (condition_command): Only parse condition if not a pending
10092 breakpoint.
10093 (print_one_breakpoint): Add support for pending breakpoints.
10094 (describe_other_breakpoints): Add checks to verify we are not
10095 dealing with pending breakpoints.
10096 (check_duplicates): Don't check pending breakpoints.
10097 (set_raw_breakpoint): Initialize pending flag.
10098 (do_restore_lang_radix_cleanup): New cleanup routine.
10099 (resolve_pending_breakpoint): New function.
10100 (re_enable_breakpoints_in_shlibs): Try and resolve any
10101 pending breakpoints via resolve_pending_breakpoint.
10102 (mention): Add pending breakpoint support.
10103 (parse_breakpoint_sals): Add new parameter to pass to
10104 decode_line_1 to indicate silent errors when files or functions
10105 are not found. Change all callers.
10106 (do_captured_parse_breakpoint): New function.
10107 (break_command_1): Change prototype to return an rc value and to
10108 take an optional pending breakpoint pointer. Support creating
10109 a pending breakpoint if a "not found" form of error occurs when
10110 parsing the breakpoint. Also support resolving an existing pending
10111 breakpoint and be silent if the resolution fails.
10112 (create_breakpoints): Change prototype to take pending breakpoint
10113 pointer. When resolving a pending breakpoint, use the new pointer
10114 to provide a conditional or commands added by the end-user.
10115 (delete_breakpoint): Add appropriate check for pending.
10116 (breakpoint_re_set_one): Ditto.
10117 (do_enable_breakpoint): Ditto.
10118
10119 2004-02-02 David Carlton <carlton@kealia.com>
10120
10121 * valops.c (enum oload_classification): New.
10122 (find_overload_match): Break implementation into separate
10123 functions; delete #if 0'd code; look for symbols within
10124 namespaces.
10125 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10126 (find_oload_champ,oload_method_static,classify_oload_match): New.
10127 * cp-support.h: Add declaration for cp_func_name; update
10128 declaration for make_symbol_overload_list.
10129 * cp-support.c (cp_func_name): New.
10130 (overload_list_add_symbol): Fix comment, use
10131 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10132 (make_symbol_overload_list): Take a function name and a namespace
10133 instead of a symbol; change implementation.
10134 (make_symbol_overload_list_using): New.
10135 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10136
10137 2004-02-02 Fred Fish <fnf@redhat.com>
10138
10139 * main.c (gdb_stdtarg): Move definition to group with other
10140 gdb_stdtarg definitions and update copyright years.
10141 * remote-sim.c (gdb_os_write_stderr): Write output to
10142 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10143 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10144 gdb_stderr stream and update copyright years.
10145
10146 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * Makefile.in (mips-linux-nat.o): Update dependencies.
10149 * mips-linux-nat.c: Include mips-tdep.h.
10150
10151 2004-02-01 Roland McGrath <roland@redhat.com>
10152
10153 * sol-thread.c (sol_thread_xfer_partial): New function.
10154 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10155 (init_sol_core_ops): Likewise.
10156
10157 * procfs.c (procfs_xfer_partial): New function.
10158 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10159 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10160
10161 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10162 procfs_xfer_auxv function.
10163
10164 * procfs.c (procfs_make_note_section): If we can read
10165 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10166 * linux-proc.c (linux_make_note_section): Likewise.
10167
10168 * auxv.h: New file.
10169 * auxv.c: New file.
10170 * Makefile.in (auxv_h): New variable.
10171 (COMMON_OBS): Add auxv.o here.
10172 (auxv.o): New target.
10173
10174 * corelow.c (core_xfer_partial): New function.
10175 (init_core_ops): Use it for core_ops.to_xfer_partial.
10176
10177 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10178 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10179 macro if that is defined.
10180
10181 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10182
10183 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10184 and check the specified thread for each breakpoint.
10185 * breakpoint.h (bpstat_stop_status): Update prototype.
10186 * infrun.c (handle_inferior_event): Update calls to
10187 bpstat_stop_status.
10188
10189 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10190
10191 * Makefile.in (cli-cmds.o): Add $(readline_h).
10192
10193 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10194
10195 * cli/cli-cmds.c: Include readline.h.
10196 (complete_command): Pass the start of the last word to
10197 complete_line.
10198
10199 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10202 argument, and change first argument to a CORE_ADDR.
10203 * breakpoint.h (bpstat_stop_status): Update prototype.
10204 * infrun.c (adjust_pc_after_break): Add a new comment.
10205 (handle_inferior_event): Update calls to bpstat_stop_status.
10206
10207 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10208
10209 * breakpoint.h: Update copyright years.
10210
10211 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10212
10213 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10214 (bpstat_stop_status): Don't decrement PC.
10215 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10216 prototype.
10217 * infrun.c (adjust_pc_after_break): New function.
10218 (handle_inferior_event): Call it, early. Remove later references
10219 to DECR_PC_AFTER_BREAK.
10220 (normal_stop): Add commentary.
10221
10222 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10223
10224 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10225 2004-01-27 double-free fix.
10226
10227 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10228
10229 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10230 (sparc32_frame_prev_register): Handle StackGhost.
10231 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10232
10233 2004-01-29 Roland McGrath <roland@redhat.com>
10234
10235 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10236 * configure: Regenerated.
10237
10238 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10239 * Makefile.in (procfs.o): Add dep.
10240
10241 2004-01-28 Andrew Cagney <cagney@redhat.com>
10242
10243 * tui/tui-stack.h: Update copyright.
10244 (struct frame_info): Add opaque declaration.
10245 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10246 (tui_show_locator_content): Rename tuiShowLocatorContent.
10247 (tui_show_frame_info): Rename tuiShowFrameInfo.
10248 * tui/tui-stack.c: Update copyright. Update references.
10249 * tui/tui-winsource.c: Update references.
10250 * tui/tui-win.c: Update references.
10251 * tui/tui-layout.c: Update references.
10252 * tui/tui-hooks.c: Update copyright, update references.
10253 * tui/tui.c: Update copyright, update references.
10254 * tui/tui-disasm.c: Update references.
10255
10256 2004-01-28 David Carlton <carlton@kealia.com>
10257
10258 * dwarf2read.c (add_partial_structure): Use demangled name if
10259 namespace equals "".
10260
10261 2004-01-27 Jim Blandy <jimb@redhat.com>
10262
10263 Clean up misapplied patch:
10264 * dwarf2read.c (determine_prefix): Change one of the two forward
10265 declarations for 'determine_prefix_aux' to a declaration for this.
10266 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10267 argument to 'die_specification'.
10268
10269 * dwarf2read.c (read_func_scope): Re-indent comment.
10270
10271 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10272
10273 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10274 b->exp to NULL after freeing so that error during re-parsing or
10275 evaluation of expressions associated with breakpoint don't
10276 eventually lead to re-freeing of storage.
10277 Committed by Andrew Cagney.
10278
10279 2004-01-27 Andrew Cagney <cagney@redhat.com>
10280
10281 * source.c (ambiguous_line_spec): Delete undefined declaration.
10282 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10283 (m32r_set_server_address, m32r_set_download_path): Ditto.
10284 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10285
10286 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10287
10288 * dwarf2read.c: Update calls to changed and renamed functions, and
10289 references to moved variables.
10290
10291 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10292 language, language_defn, list_in_scope, and ftypes members.
10293 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10294 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10295 (baseaddr): Remove globals.
10296
10297 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10298 (set_cu_language, die_is_declaration, die_specification)
10299 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10300 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10301 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10302 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10303
10304 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10305 cu.list_in_scope. Don't initialize cu_header_offset.
10306 (add_partial_symbol): Add local baseaddr.
10307 (psymtab_to_symtab_1): Add local baseaddr. Use
10308 objfile->section_offsets for consistency. Don't initialize
10309 cu_header_offset; do initialize cu.header.offset and
10310 cu.list_in_scope.
10311 (read_file_scope, read_func_scope, read_lexical_block_scope)
10312 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10313
10314 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10315
10316 * PROBLEMS: Add gdb/1516.
10317
10318 2003-12-29 Robert Millan <robertmh@gnu.org>
10319
10320 Patch committed by Andrw Cagney.
10321 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10322 * configure.tgt: Match knetbsd*-gnu.
10323
10324 2004-01-26 Andrew Cagney <cagney@redhat.com>
10325
10326 * breakpoint.c (catch_command_1): Delete #ifdef code.
10327 (catch_fork_command_1): Delete #ifdef wrapper.
10328 (catch_exec_command_1): Ditto.
10329 (catch_load_command_1): Ditto.
10330 (catch_unload_command_1): Ditto.
10331
10332 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10333 (catch_breakpoint): Delete #if0ed function.
10334 (disable_catch_breakpoint): Ditto.
10335 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10336 (disable_catch, enable_catch, delete_catch): Ditto.
10337
10338 2004-01-26 Andrew Cagney <cagney@redhat.com>
10339
10340 * remote.c (echo_check, quit_flag): Delete variables.
10341 (cisco_kernel_mode): Delete variable.
10342 (minitelnet_return, tty_input, escape_count): Delete variables.
10343 (remote_cisco_mode): Delete variable.
10344 (remote_cisco_open, remote_cisco_close): Delete function.
10345 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10346 (init_remote_cisco_ops): Delete function.
10347 (_initialize_remote): Do not install "remote cisco" code.
10348 (read_frame): Delete cisco specific code.
10349 (remote_info_process): Delete function.
10350 (remote_wait): Delete cisco specific code.
10351 (remote_cisco_section_offsets): Delete function.
10352 (remote_cisco_objfile_relocate): Delete function.
10353 (remote_async_wait): Delete cisco specific code.
10354 (minitelnet, readtty, readsocket): Delete function.
10355
10356 2004-01-26 Andrew Cagney <cagney@redhat.com>
10357
10358 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10359 comments mentioning extract_returned_value_address.
10360 * infcmd.c (print_return_value): Update. Add comments on
10361 extract_returned_value_address.
10362 * stack.c (return_command): Add comments on
10363 extract_returned_value_address.
10364 * values.c: Update comment.
10365 * m32r-tdep.c: Update comment.
10366 * sparc-tdep.c: Update comment.
10367 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10368 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10369 * sh64-tdep.c (sh64_gdbarch_init): Update.
10370 * sh-tdep.c (sh_gdbarch_init): Update.
10371 * s390-tdep.c (s390_gdbarch_init): Update.
10372 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10373 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10374 * m68k-tdep.c (m68k_gdbarch_init): Update.
10375 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10376 * m32r-tdep.c (m32r_gdbarch_init): Update.
10377 * ia64-tdep.c (ia64_gdbarch_init): Update.
10378 * h8300-tdep.c (h8300_gdbarch_init): Update.
10379 * frv-tdep.c (frv_gdbarch_init): Update.
10380 * arm-tdep.c (arm_gdbarch_init): Update.
10381 * alpha-tdep.c (alpha_gdbarch_init): Update.
10382
10383 2004-01-26 Andrew Cagney <cagney@redhat.com>
10384
10385 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10386 SYMBOL_LOCATION_FUNCS
10387 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10388 "struct symbol_ops".
10389 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10390 type to "struct symbol_ops".
10391 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10392 (struct symbol): Replace ".aux_value.loc.funcs" and
10393 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10394 (SYMBOL_OBJFILE): Delete macro.
10395 (SYMBOL_LOCATION_FUNCS): Delete macro.
10396 (SYMBOL_LOCATION_BATON): Update.
10397 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10398 intead of SYMBOL_LOCATION_FUNCS.
10399 * ax-gdb.c (gen_var_ref): Ditto.
10400 * printcmd.c (address_info): Ditto.
10401 * findvar.c (read_var_value): Ditto.
10402 (symbol_read_needs_frame): Ditto.
10403
10404 2004-01-26 Andrew Cagney <cagney@redhat.com>
10405
10406 * dwarf2read.c (read_func_scope): Document frame-base hack.
10407
10408 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10409
10410 * infcmd.c (print_return_value): Plug memory leak; delete
10411 ui_stream object. Rename argument `structure_return' to
10412 `struct_return'.
10413
10414 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10415
10416 * infcmd.c (print_return_value): Wrap long lines.
10417 (finish_command_continuation, finish_command): Remove unused
10418 variable `funcaddr'. Fix some coding-standards problems.
10419
10420 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10421 SECT_SIZE is large enough, not whether it's exactly the right size.
10422 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10423 TDEP->fpregset to zero.
10424
10425 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10426 floating-point registers for traditional NetBSD core files.
10427 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10428 TDEP->sizeof_fpregset here.
10429
10430 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10431
10432 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10433 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10434 function with code split out from
10435 sparc32nbsd_sigcontext_frame_cache.
10436 (sparc32nbsd_sigcontext_frame_cache): Use
10437 sparc32nbsd_sigcontext_saved_regs.
10438 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10439 OpenBSD.
10440 * sparcobsd-tdep.c: New file.
10441 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10442 (sparcobsd-tdep.o): New dependency.
10443 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10444 * config/sparc/obsd.mt: New file.
10445
10446 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10447 TDEP->fpregset to be initialized to enable core file register
10448 sets.
10449
10450 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10451
10452 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10453 Add opaque declarations.
10454 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10455 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10456 function with code split out from
10457 sparc64nbsd_sigcontext_frame_cache.
10458 (sparc64nbsd_sigcontext_frame_cache): Use
10459 sparc64nbsd_sigcontext_saved_regs.
10460 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10461 OpenBSD.
10462 * sparc64obsd-tdep.c: New file.
10463 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10464 (sparc64obsd-tdep.o): New dependency.
10465 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10466 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10467 * config/sparc/obsd64.mt: New file.
10468
10469 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10470 read the instruction at PC.
10471
10472 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10473 value of GDB_OSABI_DEFAULT.
10474 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10475 instead of GDB_OSABI_NETBSD_AOUT.
10476
10477 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10478
10479 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10480 copyright.
10481
10482 2004-01-23 Andrew Cagney <cagney@redhat.com>
10483
10484 * printcmd.c (display_command): Replace tui_set_display call with
10485 tui_set_layout_for_display_command.
10486 * tui/tui.h (enum tui_win_type): Define.
10487 (tui_set_layout): Delete declaration.
10488 (tui_set_layout_for_display_command): Rename set_tui_layout.
10489 * tui/tui-data.h (enum tui_layout_type): Define.
10490 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10491 "tui.h".
10492 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10493 (tui_default_win_height): Rename tuiDefaultWinHeight.
10494 (tui_default_win_viewport_height): Rename
10495 tuiDefaultWinViewportHeight.
10496 (tui_set_layout): RenametuiSetLayout.
10497 * tui/tui-layout.c: Update references.
10498 * tui/tui.c: Update references.
10499 * tui/tui-disasm.c: Update references.
10500
10501 2004-01-23 David Carlton <carlton@kealia.com>
10502
10503 Partial workaround for PR c++/1511:
10504 * cp-namespace.c: Include frame.h.
10505 (cp_lookup_transparent_type): New
10506 (cp_lookup_transparent_type_loop): New.
10507 * cp-support.h: Declare cp_lookup_transparent_type.
10508 * symtab.c (basic_lookup_transparent_type): Renamed from
10509 lookup_transparent_type.
10510 (lookup_transparent_type): Replace old body by a call to
10511 current_language->la_lookup_transparent_type.
10512 * symtab.h: Update copyright. Declare
10513 basic_lookup_transparent_type.
10514 * language.h: Update copyright.
10515 (struct language_defn): Add la_lookup_transparent_type.
10516 * language.c: Update copyright.
10517 (unknown_language_defn): Add basic_lookup_transparent_type.
10518 (auto_language_defn): Add basic_lookup_transparent_type.
10519 (local_language_defn): Add basic_lookup_transparent_type.
10520 * ada-lang.c: Update copyright.
10521 (ada_language_defn): Add basic_lookup_transparent_type.
10522 * c-lang.c: Update copyright.
10523 (c_language_defn): Add basic_lookup_transparent_type.
10524 (cplus_language_defn): Add basic_lookup_transparent_type.
10525 (asm_language_defn): Add basic_lookup_transparent_type.
10526 (minimal_language_defn): Add basic_lookup_transparent_type.
10527 * f-lang.c: Update copyright.
10528 (f_language_defn): Add basic_lookup_transparent_type.
10529 * jv-lang.c: Update copyright.
10530 (java_language_defn): Add basic_lookup_transparent_type.
10531 * m2-lang.c: Update copyright.
10532 (m2_language_defn): Add basic_lookup_transparent_type.
10533 * objc-lang.c: Update copyright.
10534 (objc_language_defn): Add basic_lookup_transparent_type.
10535 * p-lang.c: Update copyright.
10536 (p_language_defn): Add basic_lookup_transparent_type.
10537 * scm-lang.c: Update copyright.
10538 (scm_language_defn): Add basic_lookup_transparent_type.
10539 * Makefile.in (cp-namespace.o): Depend on frame.h.
10540
10541 2004-01-23 David Carlton <carlton@kealia.com>
10542
10543 Patch for PR c++/1520:
10544 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10545 properly if we have a specification die.
10546 (determine_prefix_aux): Rename from determine_prefix.
10547 (determine_prefix): Like the old determine_prefix, but never
10548 returns NULL.
10549
10550 2004-01-23 Theodore A. Roth <troth@openavr.org>
10551
10552 * avr-tdep.c: Update copyright.
10553 (avr_iaddr_p): Delete unused function.
10554 (avr_saddr_p): Delete unused function.
10555
10556 2004-01-23 David Carlton <carlton@kealia.com>
10557
10558 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10559 Fix for PR symtab/1534.
10560
10561 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10562
10563 * NEWS (New native configurations): Mention OpenBSD/sparc and
10564 OpenBSD/sparc64.
10565 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10566 * configure.host: Likewise.
10567 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10568 handler for OpenBSD.
10569 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10570
10571 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10572
10573 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10574 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10575
10576 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10577 * cli/cli-cmds.c (shell_escape): Likewise.
10578
10579 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10580 OpenBSD .note.openbsd.ident sections.
10581
10582 2004-01-22 David Carlton <carlton@kealia.com>
10583
10584 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10585 get_scope_pc_bounds.
10586 (read_file_scope): Ditto.
10587 (get_scope_pc_bounds): New function, produced by extracting code
10588 from the above two functions, consolidating it, and adding support
10589 for DW_TAG_namespace.
10590
10591 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10592
10593 * osabi.c (MAX_NOTESZ): New define.
10594 (check_note): New function.
10595 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10596 check_note.
10597
10598 2004-01-21 Roland McGrath <roland@redhat.com>
10599
10600 * MAINTAINERS (write after approval): Add myself.
10601
10602 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10603
10604 * utils.c (init_page_info): Move declarations of `rows' and
10605 `cols' before the __GO32__-specific code. Move the closing brace
10606 outside the #ifdef __GO32__..#endif block.
10607 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10608
10609 2004-01-21 Paul Brook <paul@codesourcery.com>
10610
10611 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10612 BPSTAT_WHAT_CHECK_SHLIBS.
10613
10614 2004-01-21 Paul Brook <paul@codesourcery.com>
10615
10616 * MAINTAINERS: Add myself to write-after-approval.
10617
10618 2004-01-20 Andrew Cagney <cagney@redhat.com>
10619
10620 * ax-gdb.c (print_axs_value): Delete unused function.
10621 * jv-lang.c (java_lookup_type): Delete unused function.
10622 * cli/cli-dump.c (dump_filetype): Delete unused function.
10623 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10624 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10625 (mips_getstring): Delete unused function.
10626 (pmon_insert_breakpoint): Delete #if0ed function.
10627 (PMON_MAX_BP): Delete #if0ed MACRO.
10628 (mips_pmon_bp_info): Delete #if0ed variable.
10629 (pmon_remove_breakpoint): Delete #if0ed function.
10630 * monitor.c (monitor_write_even_block): Delete unused function.
10631 (monitor_write_memory_block): Delete #if0ed code.
10632 * dink32-rom.c (dink32_load): Delete unused function.
10633 (_initialize_dink32_rom): Delete #if0ed code.
10634 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10635
10636 * tui/tui-command.c: Update references.
10637 * tui/tui-io.c: Update references.
10638 * tui/tui-command.h: Update copyright.
10639 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10640
10641 * source.c (ambiguous_line_spec): Delete never-defined function.
10642 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10643 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10644 * cli/cli-cmds.c (validate_comname): Ditto.
10645
10646 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10647 "tui-data.h".
10648 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10649 (tui_show_disassem): Rename tuiShowDisassem.
10650 (tui_show_disassem_and_update_source): Rename
10651 tuiVerticalDisassemScroll.
10652 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10653 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10654 * tui/tui.h: Update copyright.
10655 (enum tui_status): Define.
10656 * tui/tui-data.h (enum tui_scroll_direction): Define.
10657 * tui/tui-disasm.c: Update copyright. Update references.
10658 * tui/tui-winsource.c: Update copyright. Update references.
10659 * tui/tui-win.c: Update references.
10660 * tui/tui-layout.c: Update references.
10661
10662 2004-01-20 Andrew Cagney <cagney@redhat.com>
10663
10664 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10665 sym2 to start of block.
10666
10667 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10668
10669 * MAINTAINERS: Delete mmalloc.
10670 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10671 * NEWS: Mention removal of --with-malloc.
10672 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10673 * config.in: Regenerate.
10674 * configure: Regenerate.
10675 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10676 USE_MMALLOC, MMCHECK_FORCE.
10677 * gdbinit.in: Remove mmalloc.
10678 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10679 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10680 * config/i386/go32.mh: Likewise.
10681 * config/i386/interix.mh: Likewise.
10682 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10683
10684 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10685
10686 * linespec.c (decode_variable, symtab_from_filename): Call
10687 error_silent with error message instead of throwing an exception
10688 directly.
10689 * defs.h (error_silent, error_output_message): Add prototypes.
10690 (catch_exceptions_with_msg): Ditto.
10691 * utils.c (error_silent, error_output_message): New functions.
10692 * top.c (catch_exceptions_with_msg): New function.
10693
10694 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10695
10696 * mi/mi-cmds.h (enum print_values): Add definition.
10697
10698 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10699 type and value for simple data types and just the name and type
10700 for complex ones, if required.
10701
10702 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10703 children, if required.
10704
10705 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10706
10707 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10708 unused declarations.
10709
10710 2004-01-19 Andrew Cagney <cagney@redhat.com>
10711
10712 * top.h (mapped_symbol_files): Delete declaration.
10713 * main.c (captured_main): Delete option "m" and "mapped".
10714 * objfiles.c (mapped_symbol_files): Delete variable.
10715 * symfile.c (symbol_file_command): Delete mmap code.
10716 (symbol_file_add_with_addrs_or_offsets): Ditto.
10717 (add_symbol_file_command, reread_separate_symbols): Ditto.
10718 * objfiles.h (OBJF_MAPPED): Delete.
10719 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10720 (free_objfile) [USE_MMALLOC]: Ditto.
10721 (open_existing_mapped_file): Delete function.
10722 (open_mapped_file): Delete function.
10723 (map_to_file): Delete function.
10724
10725 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10726
10727 * infrun.c (step_into_function): Account for possible breakpoint
10728 adjustment when computing ``stop_func_start''.
10729
10730 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10731
10732 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10733 the region size against the size of a pointer, not the size of
10734 a register as given by DEPRECATED_REGISTER_SIZE.
10735
10736 2004-01-19 Andrew Cagney <cagney@redhat.com>
10737
10738 * tui/tui-regs.h: Include "tui-data.h".
10739 (tuiFirstRegElementNoInLine): Delete declaration.
10740 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10741 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10742 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10743 (tui_calculate_regs_column_count): Rename
10744 tuiCalculateRegsColumnCount.
10745 (tui_check_register_values): Rename tuiCheckRegisterValues.
10746 (tui_show_registers): Rename tuiShowRegisters.
10747 (tui_display_registers_from_line): Rename
10748 tuiDisplayRegistersFromLine.
10749 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10750 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10751 (tui_first_reg_element_no_inline): Rename
10752 tuiFirstRegElementNoInLine.
10753 * tui/tui-data.h: Update copyright.
10754 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10755 * tui/tui-windata.c: Update copyright, update references.
10756 * tui/tui-regs.c: Update copyright, update references.
10757 * tui/tui-win.c: Update copyright, update references.
10758 * tui/tui-layout.c: Update copyright, update references.
10759
10760 2004-01-18 Andrew Cagney <cagney@redhat.com>
10761
10762 * tui/tui-io.c: Update copyright.
10763 (key_is_end_sequence, key_is_backspace): New functions.
10764 (key_is_command_char, key_is_start_sequence): New function.
10765 (tui_getc): Update references.
10766 * tui/tui-io.h: Update copyright.
10767 (m_tuiStartNewLine): Delete macro.
10768 (m_isBackspace, m_isDeleteChar): Delete macros.
10769 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10770 (m_isNextPage, m_isPrevPage): Delete macros.
10771 (m_isLeftArrow, m_isRightArrow): Delete macros.
10772 (m_isXdbStyleCommandChar): Delete macro.
10773 (key_is_start_sequence): Declare, replace m_isStartSequence.
10774 (key_is_end_sequence): Declare, replace m_isEndSequence.
10775 (key_is_backspace): Declare ,replace m_isBackspace.
10776 (key_is_command_char): Declare, replace m_isCommandChar.
10777 * tui/tui-command.c: Update copyright.
10778 (tuiDispatchCtrlChar): Update references.
10779
10780 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10781 tuiSourceWin.h.
10782
10783 * tui/tui-command.c: Rename tui/tuiCommand.c.
10784 * tui/tui-command.h: Rename tui/tuiCommand.h.
10785 * tui/tui-data.c: Rename tui/tuiData.c.
10786 * tui/tui-data.h: Rename tui/tuiData.h.
10787 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10788 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10789 * tui/tui-io.c: Rename tui/tuiIO.c.
10790 * tui/tui-io.h: Rename tui/tuiIO.h.
10791 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10792 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10793 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10794 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10795 * tui/tui-source.c: Rename tui/tuiSource.c.
10796 * tui/tui-source.h: Rename tui/tuiSource.h.
10797 * tui/tui-stack.c: Rename tui/tuiStack.c.
10798 * tui/tui-stack.h: Rename tui/tuiStack.h.
10799 * tui/tui-win.c: Rename tui/tuiWin.c.
10800 * tui/tui-win.h: Rename tui/tuiWin.h.
10801 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10802 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10803 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10804 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10805 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10806 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10807 * tui/tui-file.c: Update includes.
10808 * tui/tui-hooks.c: Update includes.
10809 * tui/tui-interp.c: Update includes.
10810 * tui/tui.c: Update includes.
10811 * Makefile.in: Update all tui/ dependencies.
10812 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10813
10814 * Makefile.in: Update copyright. Update dependencies.
10815
10816 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10817 problem.
10818
10819 2004-01-18 Andrew Cagney <cagney@redhat.com>
10820
10821 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10822 instead of register_gdbarch_init.
10823
10824 * remote-sds.c (tohex): Delete unused function. Update copyright.
10825 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10826 * v850-tdep.c (v850_register_virtual_size): Ditto.
10827 * target.c (normal_target_post_startup_inferior): Ditto.
10828 * source.c (ambiguous_line_spec): Ditto.
10829 * remote.c (adapt_remote_get_threadinfo): Ditto.
10830 * mi/mi-out.c (out_field_fmt): Ditto.
10831 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10832 (output_control_change_notification): Ditto.
10833 * m68k-tdep.c (m68k_register_byte): Ditto.
10834 (m68k_remote_breakpoint_from_pc): Ditto.
10835 * ui-out.c (init_ui_out_state): Delete unused declaration.
10836 * stabsread.c (search_value): Ditto.
10837 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10838 * maint.c (print_section_table): Ditto.
10839 * infrun.c (set_follow_fork_mode_command): Ditto.
10840
10841 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10842
10843 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10844 DW_CFA_def_cfa_exporession. Add support for
10845 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10846 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10847
10848 2004-01-18 Andrew Cagney <cagney@redhat.com>
10849
10850 * ocd.c: Update copyright.
10851 (bdm_read_register_command): Delete unused function.
10852 (_initialize_remote_ocd): Delete commented out reference.
10853 (get_quoted_char, reset_packet): Delete #if0ed function.
10854 (output_packet, put_quoted_char): Delete #if0ed function.
10855 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10856 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10857 (BDM_BREAKPOINT): Delete #if0ed macro.
10858 (remote_timeout): Delete #if0ed variable.
10859
10860 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10861
10862 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10863 (core-sol2.o): Remove dependency.
10864 * core-sol2.c: Remove file.
10865
10866 2004-01-17 Andrew Cagney <cagney@redhat.com>
10867
10868 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10869 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10870 enums.
10871
10872 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10873
10874 * remote.c: Update copyright years.
10875
10876 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10877
10878 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10879
10880 2004-01-17 Andrew Cagney <cagney@redhat.com>
10881
10882 * mdebugread.c: Update copyright.
10883 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10884 (parse_type, parse_procedure): Ditto.
10885 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10886
10887 * cris-tdep.c (cris_store_struct_return): Put back accidently
10888 deleted function.
10889
10890 * gdbarch.sh: Update copyright year.
10891 * gdbarch.h, gdbarch.c: Re-generate.
10892
10893 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10894
10895 Suggested by George Anzinger.
10896 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10897 correct stack offset. Include unknown opcode numbers in the error
10898 message.
10899
10900 2004-01-17 Andrew Cagney <cagney@redhat.com>
10901
10902 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10903 extract_struct_value_address, i386 does not set it.
10904 * sparc64-tdep.c (sparc64_init_abi): Do not set
10905 extract_struct_value_address, never called.
10906 (sparc64_extract_struct_value_address): Delete function.
10907 * m68hc11-tdep.c: Update copyright.
10908 (m68hc11_gdbarch_init): Delete redundant assignment of
10909 extract_struct_value_address.
10910 * i386-tdep.c: Update copyright.
10911 (i386_gdbarch_init): Do not set extract_struct_value_address,
10912 never called.
10913 (i386_extract_struct_value_address): Delete function.
10914 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10915 extract_struct_value_address, never called.
10916 (sparc32_extract_struct_value_address): #if 0 function. Add
10917 comments explaining its future.
10918
10919 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10920
10921 * arm-tdep.c (arm_write_pc): New function.
10922 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10923
10924 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10925
10926 * breakpoint.c (must_shift_inst_regs): Delete.
10927 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10928 and SHIFT_INST_REGS.
10929 * infcmd.c (step_1, step_1_continuation): Delete references to
10930 SHIFT_INST_REGS.
10931 * infrun.c (keep_going): Likewise.
10932 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10933 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10934
10935 2004-01-17 Andrew Cagney <cagney@redhat.com>
10936
10937 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10938 * gdbarch.h, gdbarch.c: Re-generate.
10939 * infcmd.c (print_return_value): Delete reference to
10940 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10941
10942 * cris-tdep.c (cris_gdbarch_init): Do not set
10943 deprecated_extract_struct_value_address.
10944
10945 * xstormy16-tdep.c: Update copyright.
10946 (xstormy16_extract_struct_value_address): Update to current
10947 extract struct value address interface.
10948 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10949 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10950 current extract struct value address interface.
10951 (sh64_gdbarch_init): Set extract_struct_value_address.
10952
10953 * cris-tdep.c: Update copyright.
10954 (cris_extract_struct_value_address): Delete function.
10955 (struct_return_address): Delete variable.
10956 (cris_store_struct_return): Do not set struct_return_address.
10957
10958 * mcore-tdep.c: Update copyright.
10959 (mcore_extract_struct_value_address): Delete function. Update
10960 comments.
10961 (mcore_gdbarch_init): Update.
10962 * mn10300-tdep.c: Update copyright.
10963 (mn10300_extract_struct_value_address): Delete function.
10964 (mn10300_gdbarch_init): Update.
10965 * v850-tdep.c: Update copyright.
10966 (v850_extract_struct_value_address): Delete.
10967 (v850_gdbarch_init): Update.
10968 * ns32k-tdep.c: Update copyright.
10969 (ns32k_extract_struct_value_address): Delete.
10970 (ns32k_gdbarch_init): Update.
10971 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10972 (hppa_gdbarch_init): Update.
10973 * vax-tdep.c: Update copyright.
10974 (vax_extract_struct_value_address): Delete.
10975 (vax_gdbarch_init): Update.
10976
10977 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10978 * gdbarch.h, gdbarch.c: Re-generate.
10979 * procfs.c (procfs_fetch_registers): Delete reference to
10980 DEPRECATED_NPC_REGNUM.
10981 (procfs_store_registers): Ditto.
10982 * regcache.c (generic_target_write_pc): Simplify.
10983 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10984
10985 * core-sol2.c (fetch_core_registers): Replace
10986 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10987
10988 * hppa-tdep.c: Update copyright year.
10989 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10990 NPC_REGNUM.
10991 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10992
10993 * mips-tdep.c (mips_write_pc): New function.
10994 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10995 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10996 (mips_find_saved_regs, mips_software_single_step: Ditto.
10997 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10998 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10999
11000 2004-01-17 Andrew Cagney <cagney@redhat.com>
11001
11002 * mips-tdep.c: Re-indent. Group functions by ABI.
11003
11004 2004-01-17 Andrew Cagney <cagney@redhat.com>
11005
11006 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11007 * gdbarch.c: Re-generate.
11008 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11009 DECR_PC_AFTER_BREAK to zero.
11010 * vax-tdep.c (vax_gdbarch_init): Ditto.
11011 * v850-tdep.c (v850_gdbarch_init): Ditto.
11012 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11013 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11014 * sh-tdep.c (sh_gdbarch_init): Ditto.
11015 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11016 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11017 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11018 * mips-tdep.c (mips_gdbarch_init): Ditto.
11019 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11020 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11021 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11022 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11023 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11024 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11025 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11026 * frv-tdep.c (frv_gdbarch_init): Ditto.
11027 * cris-tdep.c (cris_gdbarch_init): Ditto.
11028 * avr-tdep.c (avr_gdbarch_init): Ditto.
11029 * arm-tdep.c (arm_gdbarch_init): Ditto.
11030 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11031
11032 2004-01-17 J. Brobecker <brobecker@gnat.com>
11033
11034 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11035 Delete, no longer used.
11036 (read_subrange_type): New function, mostly extracted from
11037 read_array_type().
11038 (read_array_type): Replace extracted code by call to
11039 read_subrange_type().
11040 (dwarf2_get_attr_constant_value): New function.
11041 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11042 (add_partial_symbol): Likewise.
11043 (process_die): Likewise.
11044 (new_symbol): Likewise.
11045 (read_type_die): Likewise.
11046
11047 2004-01-16 Andrew Cagney <cagney@redhat.com>
11048
11049 * symfile.c: Update copyright year.
11050 (compare_symbols): Delete unused function.
11051 * stabsread.c: Update copyright year.
11052 (lrs_general_complaint): Delete unused function.
11053 (ref_search_value): Ditto.
11054 (get_substring): Delete declaration.
11055 * sh64-tdep.c: Update copyright year.
11056 (sh64_get_gdb_regnum): Delete unused function.
11057 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11058 Delete unused function.
11059
11060 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11061
11062 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11063 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11064
11065 2004-01-16 Andrew Cagney <cagney@redhat.com>
11066
11067 Changes from Peter Schauer.
11068 * rs6000-tdep.c: Update copyright year.
11069 (rs6000_push_dummy_call): Update the stack pointer before
11070 accessing the corresponding stack region.
11071 * rs6000-nat.c: Update copyright year.
11072 (set_host_arch): Set "info.abfd" to "exec_bfd".
11073
11074 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11075
11076 * blockframe.c: Update copyright year.
11077 (inside_entry_func): Don't treat a zero PC specially.
11078
11079 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11080
11081 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11082 variable.
11083 (gcore_create_callback): Ditto. Skip any memory segment that has
11084 no permissions set.
11085
11086 2004-01-14 David Carlton <carlton@kealia.com>
11087
11088 Change symbols for C++ nested types to contain the fully qualified
11089 name, if possible. (At least in the DWARF-2 case.) Partial fix
11090 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11091 c++/895.
11092 * c-exp.y (qualified_type): Handle types nested within classes.
11093 * cp-namespace.c: Update comments.
11094 (cp_set_block_scope): Delete #if 0.
11095 (cp_lookup_nested_type): Handle types nested within classes.
11096 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11097 when appropriate.
11098 (add_partial_symbol): Add the name of the enclosing namespace to
11099 types.
11100 (pdi_needs_namespace): New.
11101 (add_partial_namespace): Tweak comment.
11102 (add_partial_structure): New.
11103 (psymtab_to_symtab_1): Initialize processing_current_prefix
11104 here...
11105 (process_die): instead of here.
11106 (read_structure_scope): Try to figure out the name of the class or
11107 namespace that the structure might be defined within.
11108 (read_enumeration): Generate fully-qualified names, if possible.
11109 (read_namespace): Don't set name to NULL.
11110 (die_specification): New.
11111 (new_symbol): Generate fully-qualified names for types.
11112 (read_type_die): Determine appropriate prefix.
11113 (determine_prefix): New.
11114 (typename_concat): New.
11115 (class_name): New.
11116 * valops.c (value_aggregate_elt): Pass NOSIDE to
11117 value_struct_elt_for_reference.
11118 (value_struct_elt_for_reference): Make static, add NOSIDE
11119 parameter, call value_maybe_namespace_elt as a last resort.
11120 (value_namespace_elt): Break out code into
11121 value_maybe_namespace_elt.
11122 (value_maybe_namespace_elt): New.
11123
11124 2004-01-12 Andrew Cagney <cagney@redhat.com>
11125
11126 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11127 cooked floating-point registers.
11128 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11129 and value_to_register.
11130
11131 2004-01-13 Andrew Cagney <cagney@redhat.com>
11132
11133 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11134 * gdbarch.c: Re-generate.
11135 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11136 FUNCTION_START_OFFSET.
11137 * v850-tdep.c (v850_gdbarch_init): Ditto.
11138 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11139 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11140 * sh-tdep.c (sh_gdbarch_init): Ditto.
11141 * s390-tdep.c (s390_gdbarch_init): Ditto.
11142 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11143 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11144 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11145 * mips-tdep.c (mips_gdbarch_init): Ditto.
11146 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11147 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11148 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11149 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11150 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11151 * i386-tdep.c (i386_gdbarch_init): 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 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11156 * cris-tdep.c (cris_gdbarch_init): Ditto.
11157 * avr-tdep.c (avr_gdbarch_init): Ditto.
11158 * arm-tdep.c (arm_gdbarch_init): Ditto.
11159 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11160
11161 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11162
11163 * infrun.c (follow_fork_mode_ask): Remove.
11164 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11165 (follow_fork): Simplify and remove internal error for
11166 follow_fork_mode_ask.
11167 (_initialize_infrun): Update "set follow-fork-mode" help text.
11168
11169 2004-01-13 Andrew Cagney <cagney@redhat.com>
11170
11171 * configure.in: Update copyright year.
11172 (build_warnings): Add -Wunused-label.
11173 * configure: Re-generate.
11174
11175 2004-01-12 Andrew Cagney <cagney@redhat.com>
11176
11177 * exec.h (exec_ops): Make "extern".
11178
11179 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11180 the function is void.
11181 (mips_pseudo_register_write): Ditto.
11182
11183 2004-01-12 Andrew Cagney <cagney@redhat.com>
11184
11185 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11186 call. Never defined.
11187 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11188 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11189 (struct sparc_gregset, struct regcache): Ditto.
11190 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11191
11192 2004-01-12 Andrew Cagney <cagney@redhat.com>
11193
11194 * mi/ChangeLog: Delete file. Renamed to ...
11195 * mi/ChangeLog-1999-2003: New file.
11196 * tui/ChangeLog: Delete file. Renamed to ...
11197 * tui/ChangeLog-1998-2003: New file.
11198
11199 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11200
11201 * sparc64nbsd-tdep.c: Include "regset.h".
11202 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11203 Remove variables.
11204 (fetch_core_registers): Remove function.
11205 (sparc64nbsd_core_fns): Remove variable.
11206 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11207 functions.
11208 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11209 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11210 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11211
11212 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11213 sparc_extract_struct_value_address.
11214 (sparc32_gdbarch_init): Set extract_struct_value_address.
11215 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11216 function.
11217 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11218 return_value_on_stack.
11219
11220 * NEWS: Mention that %cs and %ss have been added to the AMD64
11221 configurations
11222
11223 * frame.c: Update copyright year.
11224 (get_prev_frame): Improve comment.
11225
11226 * sparc64fbsd-tdep.c: Include "regset.h".
11227 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11228 Remove variables.
11229 (fetch_core_registers): Remove function.
11230 (sparc64fbsd_core_fns): Remove variable.
11231 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11232 functions.
11233 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11234 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11235 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11236
11237 * sparcnbsd-tdep.c: Include "regset.h".
11238 (fetch_core_registers): Remove function.
11239 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11240 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11241 functions.
11242 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11243 TDEP->fpregset.
11244 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11245
11246 * sparc-tdep.h (struct regset): Provide opaque declaration.
11247 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11248 fpregset and sizeof_fpregset members.
11249 * sparc-tdep.c (struct regset): Provide opaque declaration.
11250 (sparc_regset_from_core_section): New function.
11251 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11252 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11253 Set regset_from_core_section when appropriate.
11254
11255 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11256
11257 * x86-64-tdep.c (amd64_non_pod_p): New function.
11258 (amd64_classify_aggregate): Return class memory for non-POD
11259 C++ structure types.
11260
11261 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11262 argument. Use it to reserve a register if necessary.
11263 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11264 amd64_push_arguments.
11265
11266 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11267
11268 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11269 register numbers in comments.
11270 * x86-64-tdep.h: Update copyright year.
11271 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11272 Adjust for addition of %cs and %ss.
11273 * amd64fbsd-nat.c: Update copyright year.
11274 (reg_offset): Add register offsets for %cs and %ss.
11275 * amd64fbsd-tdep.c: Update copyright year.
11276 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11277 (amd64fbsd_sc_reg_offset): Likewise.
11278 * x86-64-linux-nat.c: Update copyright year.
11279 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11280 and %ss.
11281 * amd64nbsd-nat.c: Update copyright year.
11282 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11283 * amd64nbsd-tdep.c: Update copyright year.
11284 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11285 * x86-64-linux-tdep.c: Update copyright year.
11286 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11287 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11288 * regformats/reg-x86-64.dat: Add %cs and %ss.
11289
11290 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11291 variables to prevent long lines. Update comments to reflect
11292 reality.
11293
11294 2004-01-09 David Carlton <carlton@kealia.com>
11295
11296 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11297 * dwarf2read.c (read_namespace): Pull out name-generating code
11298 into namespace_name. Rename previous_namespace to previous_prefix
11299 and processing_current_namespace to processing_current_prefix..
11300 (namespace_name): New function.
11301 (add_partial_symbol): Substitute uses of pdi->name with
11302 actual_name.
11303 * cp-support.h: Rename processing_current_namespace to
11304 processing_current_prefix.
11305 Update copyright year.
11306 * cp-namespace.c: Rename processing_current_namespace to
11307 processing_current_prefix.
11308 Update copyright year.
11309
11310 2004-01-09 Andrew Cagney <cagney@redhat.com>
11311
11312 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11313
11314 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11315
11316 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11317 complaining.
11318 (process_one_symbol): Deal with N_PATCH stabs.
11319
11320 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11321
11322 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11323 ifdeffed code.
11324 Update copyright year.
11325
11326 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11327
11328 * config/pa/tm-hppa.h: Update extern declarations for
11329 hppa32_hpux_frame_saved_pc_in_sigtramp,
11330 hppa32_hpux_frame_base_before_sigtramp, and
11331 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11332
11333 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11334
11335 * config/pa/tm-hppah.h: Update copyright years.
11336
11337 2004-01-08 Andrew Cagney <cagney@redhat.com>
11338
11339 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11340 (mips_o32_reg_struct_has_addr): Delete function.
11341 (mips_gdbarch_init): Update.
11342 (mips_extract_struct_value_address): Delete function.
11343
11344 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11345
11346 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11347 reality.
11348
11349 2004-01-07 Andrew Cagney <cagney@redhat.com>
11350
11351 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11352 architecture's elf flags (when available).
11353
11354 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11355 FPU to the start, check the MIPS FPU when looking for an old
11356 architecture.
11357 (set_mipsfpu_single_command): Update the architecture.
11358 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11359
11360 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11361 (mips_mask_address_p): Add "tdep" parameter.
11362 (show_mask_address, mips_addr_bits_remove): Update.
11363 (mips_dump_tdep): Update.
11364 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11365 (MIPS_STACK_ARGSIZE): Delete macro.
11366 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11367 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11368 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11369 (mips_dump_tdep): Update.
11370 (MIPS_SAVED_REGSIZE): Delete macro.
11371 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11372 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11373 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11374 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11375 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11376 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11377 (mips_pop_frame, return_value_location): Update.
11378 (mips_n32n64_return_value, mips_dump_tdep): Update.
11379
11380 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11381 MIPS ABI.
11382
11383 * mips-tdep.c: Update copyright.
11384 (mips_gdbarch_init): Merge two code blocks handling the register
11385 name and number layout.
11386
11387 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11388
11389 * tracepoint.c (validate_actionline): Fix segv at EOF
11390
11391 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11392
11393 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11394 properly for static fields.
11395
11396 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11397 Jason Molenda <jmolenda@apple.com>
11398
11399 * disasm.c: Update copyright to include 2004.
11400 (do_mixed_source_and_assembly): For uiout asm list
11401 and tuple cleanups, initialize to null_cleanup instead of
11402 NULL and do so prior to loop. Only reset when we close off
11403 the tuple/list. Move check for whether to close off the
11404 asm tuple/list to after dump_insns call where it will be run
11405 on each loop iteration.
11406
11407 2004-01-05 Andrew Cagney <cagney@redhat.com>
11408
11409 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11410 should be a switch case and not a label.
11411 * mips-tdep.c (mips32_next_pc): Delete unused labels
11412 "greater_equal_branch" and "less_zero_branch".
11413 * jv-valprint.c (java_print_value_fields): Delete unused label
11414 "flush_it".
11415
11416 * target.c (unpush_target): Only close a target that is in the
11417 target stack.
11418
11419 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11420
11421 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11422 address from [sp + 64] instead of %o2.
11423
11424 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11425 fixes PR backtrace/1476.
11426
11427 2004-01-05 Andrew Cagney <cagney@redhat.com>
11428
11429 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11430 move to start of file.
11431 * i386-tdep.h (struct regcache): Add opaque declaration.
11432 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11433 declaration.
11434 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11435 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11436 * win32-nat.c (fake_create_process): Use ISO C style definition.
11437 * stabsread.c (define_symbol): Delete #ifndef
11438 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11439 stabs_argument_has_addr call, macro never defined.
11440
11441 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11442
11443 * op50-rom.c: Delete.
11444 * w89k-rom.c: Delete.
11445 * Makefile.in: Remove references.
11446
11447 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11448
11449 * x86-64-tdep.c: Update copyright year.
11450 (struct amd64_register_info): Rename from x86_64_register_info.
11451 (amd64_register_info): Rename from x86_64_register_info.
11452 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11453 (amd64_register_name): Rename from x86_64_register_name.
11454 (amd64_register_type): Rename from x86_64_register_type.
11455 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11456 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11457 (amd64_dwarf_reg_to_regnum): Rename from
11458 x86_64_dwarf_reg_to_regnum.
11459 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11460 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11461 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11462 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11463 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11464 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11465 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11466 (amd64_frame_cache): Rename from x86_64_frame_cache.
11467 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11468 (amd64_frame_prev_register): Rename from
11469 x86_64_frame_prev_register.
11470 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11471 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11472 (amd64_sigtramp_frame_cache): Rename from
11473 x86_64_sigtramp_frame_cache.
11474 (amd64_sigtramp_frame_prev_register): Rename from
11475 x86_64_sigtramp_frame_prev_register.
11476 (amd64_sigtramp_frame_unwind): Rename from
11477 x86_64_sigtramp_frame_unwind.
11478 (amd64_sigtramp_frame_sniffer): Rename from
11479 x86_64_sigtramp_frame_sniffer.
11480 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11481 (amd64_frame_base): Rename from x86_64_frame_base.
11482 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11483 (amd64_frame_align): Rename from x86_64_frame_align.
11484 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11485 (amd64_regset_from_core_section): Rename from
11486 x86_64_regset_from_core_section.
11487 (x86_64_init_abi): Update comments.
11488
11489 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11490
11491 * MAINTAINERS (write after approval): Add myself.
11492
11493 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11494
11495 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11496 `float' arguments.
11497
11498 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11499
11500 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11501 such that it mentions a specific version of GCC that exhibits this
11502 bug.
11503
11504 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11505
11506 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11507 structure that has a single `float' member, store it in %f1 in
11508 addition to %f0.
11509
11510 * sparc-sol2-nat.c: Add missing '\'.
11511
11512 * sparc-tdep.c (sparc32_return_value): New function.
11513 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11514 Remove functions.
11515 (sparc32_gdbarch_init): Set return_value, don't set
11516 extract_return_value, store_return_value, use_struct_convention
11517 and return_value_on_stack.
11518
11519 * sparc-sol2-nat.c: Add missing ')'.
11520
11521 2004-01-03 J. Brobecker <brobecker@gnat.com>
11522
11523 * infrun.c (handle_step_into_function): New function.
11524 (handle_inferior_event): Extract out some code into the new
11525 function above.
11526
11527 2004-01-03 J. Brobecker <brobecker@gnat.com>
11528
11529 * infrun.c (handle_inferior_event): Move the declaration of
11530 real_stop_pc inside the if blocks where it is used.
11531
11532 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11533
11534 * sparc64-tdep.c (sparc64_16_byte_align_p)
11535 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11536 Use check_typedef to get subtypes of structures and unions.
11537 (sparc64_store_return_value): Fix calculation of the appropriate
11538 offset into VALBUF when storing a structure or union.
11539 (sparc64_return_value): New function.
11540 (sparc64_use_struct_convention): Remove function.
11541 (sparc64_init_abi): Set return_value, don't set
11542 extract_return_value, store_return_value and
11543 use_struct_convention.
11544
11545 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11546
11547 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11548 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11549 gdb/config/alpha/xm-alphaosf.h,
11550 gdb/config/powerpc/tm-ppcle-eabi.h,
11551 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11552 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11553 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11554 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11555 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11556 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11557 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11558 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11559 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11560 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11561 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11562 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11563 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11564 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11565 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11566 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11567 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11568 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11569 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11570 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11571 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11572 Remove lines for .cvsignore files.
11573
11574 2004-01-03 J. Brobecker <brobecker@gnat.com>
11575
11576 * infrun.c: Back out the previous change.
11577
11578 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11579
11580 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11581 sparc-*-sunos4* to the list of REMOVED configurations.
11582
11583 * configure.tgt: Add back sparc-*-vxworks*.
11584 * remote-vxsparc.c: Remove all includes except for "defs.h",
11585 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11586 Include "sparc-tdep.h".
11587 (SPARC_R_G1): New define.
11588 (vxsparc_gregset): New variable.
11589 (ext_format_sparc): Remove extern declaration.
11590 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11591 sparc32_supply_fpregset.
11592 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11593 sparc_collect_rwindow and sparc32_collect_fpregset.
11594 * config/sparc/tm-vxworks.h: New file, based on recently removed
11595 tm-vxsparc.h.
11596 * config/sparc/vxworks.mt: New file, based on recently removed
11597 vxworks.mt.
11598
11599 2004-01-03 J. Brobecker <brobecker@gnat.com>
11600
11601 * infrun.c (handle_step_into_function): New function.
11602 (handle_inferior_event): Extract out some code into the new
11603 function above.
11604
11605 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11606
11607 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11608 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11609 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11610 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11611 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11612 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11613 (sparc_nat_h): New variable.
11614 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11615 (tm-sun4os4.h): Remove dependency.
11616 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11617 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11618 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11619 sparc-tdep.o): Update dependencies.
11620 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11621 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11622 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11623 dependencies.
11624 * configure.host: Remove existing sparc-*-lynxos*,
11625 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11626 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11627 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11628 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11629 triplets.
11630 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11631 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11632 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11633 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11634 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11635 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11636 sparc64-*-solaris2* and sparc64-*-* triplets.
11637 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11638 "symtab.h" and "objfiles.h".
11639 (BIAS): Remove define.
11640 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11641 (X_DISP19): Remove macros.
11642 (sparc_fetch_instruction): Remove function.
11643 (struct gdbarch_tdep): Remove definition.
11644 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11645 (sparc_breakpoint_from_pc): Remove function.
11646 (struct sparc64_frame_cache): Remove definition.
11647 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11648 sparc64_unwind_pc): Remove functions.
11649 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11650 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11651 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11652 (sparc64_frame_cache): Change return type to `struct
11653 sparc_frame_cache *'. Simply call sparc_frame_cache.
11654 (sparc64_frame_this_id, sparc64_frame_prev_register,
11655 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11656 instead of `struct sparc64_frame_cache.
11657 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11658 sparc_analyze_control_transfer, sparc_software_single_step,
11659 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11660 _initialize_sparc64_tdep): Remove functions.
11661 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11662 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11663 macros.
11664 (sparc64_supply_gregset, sparc64_collect_gregset,
11665 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11666 (sparc64_init_abi): New function.
11667 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11668 inclusion guard. Include "sparc-tdep.h".
11669 (BIAS): Define.
11670 (r_tstate_offset, r_fprs_offset): New defines.
11671 (enum sparc_regnum): Remove defenition.
11672 (enum sparc64_regnum): Reformat.
11673 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11674 (sparc64_init_abi, sparc64_supply_gregset,
11675 sparc64_collect_gregset, sparc64_supply_fpregset,
11676 sparc64_collect_fpregset): New prototypes.
11677 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11678 Add extern declarations.
11679 (sparc64_sol2_init_abi): New prototype.
11680 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11681 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11682 prototypes.
11683 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11684 "sparnbsd-nat.h".
11685 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11686 functions.
11687 (_initialize_sparc64fbsd_nat): Remove initialization of
11688 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11689 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11690 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11691 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11692 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11693 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11694 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11695 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11696 (sparc64fbsd_r_y_offset): Remove variables.
11697 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11698 Make static and const.
11699 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11700 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11701 functions.
11702 (sparc64fbsd_gregset): New variable.
11703 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11704 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11705 and sparc64_supply_fpregset.
11706 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11707 (sparc64fbsd_sigtramp_frame_this_id)
11708 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11709 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11710 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11711 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11712 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11713 * sparcnbsd-tdep.c: Update copyright year. Include
11714 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11715 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11716 "value.h" and "sparcnbsd-tdep.h".
11717 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11718 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11719 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11720 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11721 defines.
11722 (sparcnbsd_gregset): New variable.
11723 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11724 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11725 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11726 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11727 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11728 variables.
11729 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11730 (sparc32nbsd_sigcontext_frame_this_id)
11731 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11732 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11733 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11734 (sparcnbsd_get_longjmp_target_32,
11735 sparcnbsd_get_longjmp_target_64): Remove functions.
11736 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11737 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11738 sparcnbsd_init_elf): Remove.
11739 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11740 (sparcnbsd_elf_init_abi): New functions.
11741 (_initialize_sparcnbsd_tdep): New prototype.
11742 (_initialize_sparnbsd_tdep): Update.
11743 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11744 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11745 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11746 * config/sparc/linux.mh: Update comment.
11747 (XM_FILE, HOST_IPC): Remove variables.
11748 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11749 sparc-linux-nat.o.
11750 * config/sparc/linux.mt: Update comment.
11751 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11752 * config/sparc/nbsd.mt: Reformat.
11753 * config/sparc/nbsd64.mh: Update comment.
11754 (NATDEPFILES): Add sparc-nat.o.
11755 * config/sparc/nbsd64.mt: Update comment.
11756 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11757 (TM_FILE): Set to tm-nbsd.h.
11758 * config/sparc/nbsdelf.mh: Update comment.
11759 (NATDEPFILES): Add sparc-nat.o.
11760 (XM_FILE): Delete.
11761 * config/sparc/nbsdaout.mh: Update comment.
11762 (NATDEPFILES): Add sparc-nat.o
11763 (XM_FILE): Delete.
11764 * config/sparc/nm-linux.h: Update copyright year. Don't include
11765 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11766 inclusion.
11767 (KERNEL_U_SIZE): Remove define.
11768 (kernel_u_size): Remove prototype.
11769 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11770 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11771 "regcache.h".
11772 (CHILD_PREPARE_TO_STORE): Remove define.
11773 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11774 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11775 sparcnbsd-nat.c: Rewrite files.
11776 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11777 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11778 sparcnbsd-tdep.h: Remove files.
11779 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11780 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11781 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11782 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11783 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11784 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11785 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11786 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11787 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11788 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11789 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11790 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11791 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11792 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11793 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11794 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11795 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11796 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11797 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11798
11799 2004-01-02 Andrew Cagney <cagney@redhat.com>
11800
11801 From 2003-12-18 Kazuhiro Inaoka:
11802 * configure.host: Add m32r-linux target.
11803
11804 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11805
11806 * top.c (print_gdb_version): Update year to 2004.
11807
11808 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11809
11810 * MAINTAINERS: Add myself to the write-after-approval category.
11811
11812 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11813
11814 From Bernardo Innocenti <bernie@develer.com>:
11815 * configure.tgt: Add uClinux target.
11816
11817 2004-01-02 Andrew Cagney <cagney@redhat.com>
11818
11819 * utils.c (do_my_cleanups): Make static, add forward declaration.
11820 * defs.h (do_my_cleanups): Delete declaration.
11821
11822 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11823
11824 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11825 bfd/ChangeLog-0203.
11826
11827 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11828
11829 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11830 in <machine/reg.h>.
11831 * configure, config.in: Regenerate.
11832
11833 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11834 tui/ChangeLog-1998-2003.
11835 \f
11836 Local Variables:
11837 mode: change-log
11838 left-margin: 8
11839 fill-column: 74
11840 version-control: never
11841 End:
This page took 0.26626 seconds and 5 git commands to generate.