2002-12-05 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-12-05 David Carlton <carlton@math.stanford.edu>
2
3 * linespec.c (decode_compound): New function.
4 (decode_line_1): Move code into decode_compound.
5
6 2002-12-05 David Carlton <carlton@math.stanford.edu>
7
8 * symtab.c (lookup_symbol_aux_local): Add 'static_block'
9 argument.
10 (lookup_symbol_aux): Do the 'field_of_this' check before checking
11 the static block. See PR gdb/804.
12
13 2002-12-05 David Carlton <carlton@math.stanford.edu>
14
15 * symtab.c (lookup_symbol_aux_block): New function.
16 (lookup_symbol_aux_local): Move code into lookup_symbol_aux_block.
17
18 2002-12-05 Andrew Cagney <ac131313@redhat.com>
19
20 * gdbarch.sh: Dump the predicate function and macro values.
21 (read): Print error on standard error.
22 * gdbarch.c: Regenerate.
23
24 2002-12-04 Kevin Buettner <kevinb@redhat.com>
25
26 * Makefile.in (mips_tdep_h): Define.
27 (mips-tdep.o): Add mips_tdep_h to dependency list.
28 * mips-tdep.h: New file.
29 * mips-tdep.c (mips-tdep.h): Include.
30 (enum mips_abi): Move to mips-tdep.h.
31 (mips_abi): New function.
32
33 2002-12-04 David Carlton <carlton@math.stanford.edu>
34
35 * Makefile.in (f-exp.tab.c): Don't depend on c-exp.tab.c.
36
37 2002-12-04 David Carlton <carlton@math.stanford.edu>
38
39 * symtab.c (lookup_symbol_aux): Move minsym code into a separate
40 function.
41 (lookup_symbol_aux_minsyms): New function.
42
43 2002-12-04 J. Brobecker <brobecker@gnat.com>
44
45 * pa64solib.c: s/boolean/int/. Fixes a build failure on hppa64-hpux.
46
47 2002-12-04 J. Brobecker <brobecker@gnat.com>
48
49 * config/pa/tm-hppah.h (PC_IN_SIGTRAMP): Renamed from IN_SIGTRAMP,
50 which is an obsolete macro name.
51
52 2002-12-04 Daniel Jacobowitz <drow@mvista.com>
53
54 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.
55 * config/alpha/alpha-linux.mh (MH_CFLAGS): Add -mieee.
56
57 2002-12-03 H.J. Lu (hjl@gnu.org)
58
59 * breakpoint.c (create_thread_event_breakpoint): Use xasprintf.
60 (create_breakpoints): Make sure the addr_string field is not
61 NULL.
62
63 2002-12-03 Andrew Cagney <ac131313@redhat.com>
64
65 * sparc-nat.c (fetch_inferior_registers)
66 (store_inferior_registers): Add comment on problem of LWP vs
67 threads.
68
69 From 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
70 * lin-lwp.c (lin_lwp_fetch_registers): Remove.
71 (lin_lwp_store_registers): Remove.
72 (init_lin_lwp_ops): Use fetch_inferior_registers
73 and store_inferior_registers directly.
74 * sparc-nat.c (fetch_inferior_registers): Honor LWP ID.
75 (store_inferior_registers): Likewise.
76 Fix PR gdb/725.
77
78 2002-12-03 Andrew Cagney <ac131313@redhat.com>
79
80 * frame.h (get_frame_id): Convert to a function.
81 (null_frame_id, frame_id_p): Declare.
82 (frame_id_eq, frame_id_inner): Declare.
83 (frame_id_build): New function.
84 * frame.c (get_frame_id): Update. Use null_frame_id.
85 (frame_find_by_id): Rewrite using frame_id_p, frame_id_eq and
86 frame_id_inner.
87 (null_frame_id, frame_id_p): Define.
88 (frame_id_eq, frame_id_inner): Define.
89 (frame_id_build): New function.
90 * varobj.c (varobj_create): Update.
91 (varobj_update): Update.
92 * valops.c (value_assign): Update.
93 (new_root_variable): Update.
94 * infrun.c (save_inferior_status): Update.
95 * breakpoint.c (watch_command_1): Update.
96
97 2002-12-03 J. Brobecker <brobecker@gnat.com>
98
99 * config/pa/tm-hppah.h (SNAP1): Remove unused macro.
100 (SNAP2): Likewise.
101
102 2002-12-03 Andrew Cagney <cagney@redhat.com>
103
104 * NEWS: Mention Daniel Jacobowitz's multi-threaded shared library
105 patch.
106
107 * PROBLEMS: Mention PR gdb/725.
108
109 2002-12-03 Andreas Schwab <schwab@suse.de>
110
111 * infcmd.c (construct_inferior_arguments): Handle empty arguments.
112
113 2002-12-02 Adam Fedor <fedor@gnu.org>
114 Klee Dienes <kdienes@apple.com>
115
116 * objc-lang.c (objc_printstr): Add width arg to match
117 printstr prototype.
118 (compare_selectors): Add 'const' to arg types.
119 (compare_classes): Likewise.
120 (find_imps): Cast msym pointer to avoid compiler warning.
121 (print_object_command): Validate the address before
122 passing it to the print routine.
123 (find_objc_msgcall_submethod): Change function argument to
124 return an int.
125 * objc-lang.h: Add 'extern' to all function declarations.
126 (value_nsstring): Add declaration.
127
128 2002-12-02 J. Brobecker <brobecker@gnat.com>
129
130 * somsolib.c (dld_cache): Replace boolean by int for field is_valid.
131 Fixes a build failure on HP/UX.
132
133 * hpread.c (told_objfile): Replace boolean type by int. Fixes a build
134 failure on HP/UX.
135 (hpread_has_name): Advance declaration to avoid a compilation warning.
136 (pst_syms_count): Add missing variable type. By change, the compiler
137 was defaulting to int, which seems a good choice. Fixes a compilation
138 warning.
139 (pst_syms_size): Likewise.
140
141 2002-12-02 J. Brobecker <brobecker@gnat.com>
142
143 * hppa-tdep.c: Add #include "osabi.h" (for hppa_gdbarch_init).
144 (hppa_gdbarch_init): Detect osabi from objfile. Will be needed
145 later to set the proper gdbarch methods depending on the osabi.
146 * Makefile.in (hppa-tdep.o): Add dependency on osabi.h.
147
148 2002-12-02 J. Brobecker <brobecker@gnat.com>
149
150 * osabi.h (gdb_osabi): Add two new enum values for HPUX ELF and SOM.
151 * osabi.c (gdb_osabi_name): Add strings images for the two new
152 enum values.
153 (generic_elf_osabi_sniffer): Handle HPUX objfiles.
154
155 2002-12-02 Andrew Cagney <ac131313@redhat.com>
156
157 * MAINTAINERS (Java): Global maintainers are responible for Java.
158 (Past Maintainers): Mention both Anthony Green and Per Bothner as
159 part Java maintainers.
160
161 2002-12-02 J. Brobecker <brobecker@gnat.com>
162
163 * xcoffread.c (read_symbol_lineno): Replace boolean by int.
164 Fixes a compilation failure on AiX.
165
166 2002-12-02 J. Brobecker <brobecker@gnat.com>
167
168 * config/powerpc/aix432.mh (NATDEPFILES): Add a comment explaining
169 why aix-thread.o is not listed.
170
171 2002-12-01 Andrew Cagney <ac131313@redhat.com>
172
173 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Rename
174 PC_IN_CALL_DUMMY. Change to predicate. Always allow call.
175 * gdbarch.h, gdbarch.c: Re-generate.
176 * config/sparc/tm-sparc.h, config/sparc/tm-sp64.h: Update.
177 * config/mn10200/tm-mn10200.h, config/h8500/tm-h8500.h: Update.
178 * config/pa/tm-hppa.h, frame.h: Update.
179 * x86-64-tdep.c, vax-tdep.c, sparc-tdep.c: Update.
180 * s390-tdep.c, ns32k-tdep.c, mn10300-tdep.c: Update.
181 * m68k-tdep.c, i386-tdep.c, frv-tdep.c: Update.
182 * cris-tdep.c, alpha-tdep.c: Update.
183 * frame.c (set_unwind_by_pc, create_new_frame): Use either
184 DEPRECATED_PC_IN_CALL_DUMMY or pc_in_dummy_frame.
185 (get_prev_frame): Ditto.
186
187 2002-11-30 Andrew Cagney <cagney@redhat.com>
188
189 * exec.c (xfer_memory): Replace boolean with int.
190 * p-exp.y: Use 0 instead of false.
191 * corelow.c (gdb_check_format): Change return type to int from
192 boolean.
193 * utils.c: Don't include <curses.h> or <term.h> first.
194
195 2002-11-29 Stephane Carrez <stcarrez@nerim.fr>
196
197 * m68hc11-tdep.c (m68hc11_register_raw_size): Remove.
198 (m68hc11_register_byte): Remove.
199 (m68hc11_gdbarch_init): Don't set the above.
200
201 2002-11-29 Andrew Cagney <cagney@redhat.com>
202
203 * remote-mips.c (mips_initialize): Force a selected frame rebuild
204 by calling get_selected_frame.
205 * ocd.c (ocd_start_remote): Use get_selected frame instead of
206 set_current_frame, create_new_frame, select_frame and
207 get_current_frame.
208 * remote-e7000.c (e7000_start_remote): Ditto.
209 * remote-mips.c (common_open): Ditto
210 * remote-rdp.c (remote_rdp_open): Ditto.
211
212 2002-11-29 Andreas Schwab <schwab@suse.de>
213
214 * m68k-tdep.c (m68k_frame_chain, m68k_frame_saved_pc)
215 (altos_skip_prologue, delta68_frame_saved_pc, isi_frame_num_args)
216 (delta68_frame_num_args, news_frame_num_args, m68k_skip_prologue)
217 (m68k_frame_init_saved_regs, m68k_saved_pc_after_call): Use
218 read_memory_unsigned_integer instead of read_memory_integer when
219 dealing with addresses and instruction opcodes.
220 * m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc)
221 (m68k_linux_frame_saved_pc): Likewise.
222
223 2002-11-29 Andrew Cagney <ac131313@redhat.com>
224
225 * stack.c (selected_frame, select_frame): Move from here ...
226 * frame.c (selected_frame, select_frame): ... to here. Include
227 "language.h".
228 * Makefile.in (frame.o): Update dependencies.
229 * frame.c (get_selected_frame): New function.
230 * frame.h (get_selected_frame): Declare.
231 (deprecated_selected_frame): Rename selected_frame.
232 * ada-lang.c, ada-tasks.c, breakpoint.c, corelow.c: Update.
233 * eval.c, f-valprint.c, findvar.c, frame.c, frame.h: Update.
234 * h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, infcmd.c: Update.
235 * inflow.c, infrun.c, macroscope.c, mips-tdep.c: Update.
236 * mn10300-tdep.c, ocd.c, regcache.h, remote-e7000.c: Update.
237 * remote-mips.c, remote-rdp.c, sh-tdep.c, sparc-tdep.c: Update.
238 * stack.c, thread.c, tracepoint.c, valops.c, varobj.c: Update.
239 * z8k-tdep.c, cli/cli-cmds.c: Update.
240
241 2002-11-29 Andrew Cagney <ac131313@redhat.com>
242
243 * frame.h (get_selected_block): Add comments.
244
245 2002-11-28 Andrew Cagney <ac131313@redhat.com>
246
247 * frame.c (pc_notcurrent): New function.
248 (find_frame_sal): New function.
249 * frame.h (find_frame_sal): Declare.
250 (struct symtab_and_line): Add opaque declaration.
251 * stack.c (print_frame_info_base): Use find_frame_sal instead of
252 find_pc_line.
253 (frame_info): Ditto.
254 * ada-lang.c (find_printable_frame): Ditto.
255
256 2002-11-28 J. Brobecker <brobecker@gnat.com>
257
258 * configure.in: Check that the pthdebug library is recent enough
259 before enabling thread support on native AiX.
260 * configure: Regenerate.
261
262 * config/powerpc/aix432.mh (NATDEPFILES): Remove aix-thread.o
263 from the list of object files as it is now appended by configure
264 if thread support is enabled.
265 (NAT_CLIBS): Removed as -lpthdebug is also appended by configure
266 if thread support is enabled.
267
268 2002-11-28 Andrew Cagney <cagney@redhat.com>
269
270 * stack.c (get_selected_block): In-line get_current_block.
271 * frame.h (get_current_block): Delete declaration.
272 * blockframe.c (get_current_block): Delete function.
273
274 2002-11-28 Andrew Cagney <ac131313@redhat.com>
275
276 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Rename
277 USE_GENERIC_DUMMY_FRAMES.
278 * gdbarch.h, gdbarch.c: Regenerate.
279 * valops.c, frame.c: Update.
280 * config/z8k/tm-z8k.h, config/mn10200/tm-mn10200.h: Update.
281 * config/m32r/tm-m32r.h, config/h8500/tm-h8500.h: Update.
282 * config/pa/tm-hppa.h, blockframe.c: Update.
283 * vax-tdep.c, sparc-tdep.c, ns32k-tdep.c: Ditto.
284 * m68k-tdep.c, alpha-tdep.c: Ditto.
285
286 * arm-tdep.c: Eliminate USE_GENERIC_DUMMY_FRAMES as always 1.
287 * mips-tdep.c: Ditto.
288
289 2002-11-27 Andrew Cagney <ac131313@redhat.com>
290
291 * gdbarch.sh (CALL_DUMMY_LOCATION): Default to AT_ENTRY_POINT.
292 (USE_GENERIC_DUMMY_FRAMES): Default to true.
293 (PC_IN_CALL_DUMMY): Default to generic_pc_in_call_dummy.
294 * gdbarch.c, gdbarch.h: Re-generate.
295 * inferior.h (USE_GENERIC_DUMMY_FRAMES): Delete macro definition.
296 (CALL_DUMMY_LOCATION): Delete macro definition.
297 (PC_IN_CALL_DUMMY): Delete macro definitions.
298
299 * arm-tdep.c (arm_gdbarch_init): Do not set pc_in_call_dummy,
300 default is already generic_pc_in_call_dummy.
301 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
302 * v850-tdep.c (v850_gdbarch_init): Ditto.
303 * sh-tdep.c (sh_gdbarch_init): Ditto.
304 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
305 * mips-tdep.c (mips_gdbarch_init): Ditto.
306 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
308 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
309 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
310 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
311 * avr-tdep.c (avr_gdbarch_init): Ditto.
312
313 * arm-tdep.c (arm_gdbarch_init): Do not set
314 use_generic_dummy_frames, default is already 1.
315 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
316 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
317 * v850-tdep.c (v850_gdbarch_init): Ditto.
318 * sh-tdep.c (sh_gdbarch_init): Ditto.
319 * s390-tdep.c (s390_gdbarch_init): Ditto.
320 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
321 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
322 * mips-tdep.c (mips_gdbarch_init): Ditto.
323 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
324 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
325 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
326 * i386-tdep.c (i386_gdbarch_init): Ditto.
327 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
328 * frv-tdep.c (frv_gdbarch_init): Ditto.
329 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
330 * cris-tdep.c (cris_gdbarch_init): Ditto.
331 * avr-tdep.c (avr_gdbarch_init): Ditto.
332
333 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
334 call_dummy_location, default is already AT_ENTRY_POINT.
335 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
336 * v850-tdep.c (v850_gdbarch_init): Ditto.
337 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
338 * sh-tdep.c (sh_gdbarch_init): Ditto.
339 * s390-tdep.c (s390_gdbarch_init): Ditto.
340 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
341 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
342 * mips-tdep.c (mips_gdbarch_init): Ditto.
343 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
344 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
345 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
346 * i386-tdep.c (i386_gdbarch_init): Ditto.
347 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
348 * frv-tdep.c (frv_gdbarch_init): Ditto.
349 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
350 * cris-tdep.c (cris_gdbarch_init): Ditto.
351 * avr-tdep.c (avr_gdbarch_init): Ditto.
352 * arm-tdep.c (arm_gdbarch_init): Ditto.
353 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
354
355 2002-11-28 Andrew Cagney <cagney@redhat.com>
356
357 * frame.h: Update comments on set_current_frame, create_new_frame,
358 flush_cached_frames, reinit_frame_cache, select_frame and
359 selected_frame.
360
361 2002-11-27 Andrew Cagney <cagney@redhat.com>
362
363 * config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use
364 deprecated pc_in_call_dummy function.
365 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto.
366 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto.
367 * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto.
368 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto.
369 * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
370
371 2002-11-26 Martin M. Hunt <hunt@redhat.com>
372
373 * Makefile.in: Remove Tix dependencies.
374 * acinclude.m4: Ditto.
375 * aclocal.m4: Ditto.
376 * configure.in: Ditto.
377 * configure: Regenerated.
378
379 2002-11-26 Andrew Cagney <ac131313@redhat.com>
380
381 * gdbarch.sh (TARGET_FLOAT_FORMAT): Print the float format name.
382 (TARGET_DOUBLE_FORMAT, TARGET_LONG_DOUBLE_FORMAT): Ditto.
383 * gdbarch.c: Re-generate.
384
385 2002-11-26 Andrew Cagney <ac131313@redhat.com>
386
387 * config/h8500/tm-h8500.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
388 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
389 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
390 * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Define as
391 pc_in_call_dummy_at_entry_point.
392 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
393 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
394 (PC_IN_CALL_DUMMY): Define as pc_in_call_dummy_on_stack.
395 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Delete undefine.
396 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Define as
397 pc_in_call_dummy_on_stack.
398 * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Redefine as
399 pc_in_call_dummy_at_entry_point and pc_in_call_dummy_on_stack.
400 * config/z8k/tm-z8k.h (CALL_DUMMY_LOCATION): Define as ON_STACK.
401 (USE_GENERIC_DUMMY_FRAMES): Define as zero.
402 (PC_IN_CALL_DUMMY): Defile as pc_in_call_dummy_on_stack.
403
404 2002-11-26 Andrew Cagney <ac131313@redhat.com>
405
406 * inferior.h (deprecated_pc_in_call_dummy_before_text_end): Rename
407 pc_in_call_dummy_before_text_end
408 (deprecated_pc_in_call_dummy_after_text_end): Rename
409 pc_in_call_dummy_after_text_end.
410 (deprecated_pc_in_call_dummy_on_stack): Rename
411 pc_in_call_dummy_on_stack.
412 (deprecated_pc_in_call_dummy_at_entry_point): Rename
413 pc_in_call_dummy_at_entry_point.
414 * m68k-tdep.c (m68k_gdbarch_init): Update.
415 * s390-tdep.c (s390_gdbarch_init): Update.
416 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
417 * vax-tdep.c (vax_gdbarch_init): Update.
418 * sparc-tdep.c (sparc_gdbarch_init): Update.
419 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
420 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
421 * i386-tdep.c (i386_gdbarch_init): Update.
422 * frv-tdep.c (frv_gdbarch_init): Update.
423 * cris-tdep.c (cris_gdbarch_init): Update.
424 * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Update.
425 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
426 (deprecated_pc_in_call_dummy_after_text_end)
427 (deprecated_pc_in_call_dummy_on_stack)
428 (deprecated_pc_in_call_dummy_at_entry_point): Update.
429 * alpha-tdep.c (alpha_gdbarch_init): Update.
430
431 2002-11-25 Daniel Jacobowitz <drow@mvista.com>
432
433 * acconfig.h (HAVE_PREAD64): Add.
434 * configure.in: Check for pread64.
435 * config.in: Regenerated.
436 * configure: Regenerated.
437 * lin-lwp.c (lin_lwp_xfer_memory): Call linux_proc_xfer_memory.
438 * linux-proc.c (linux_proc_xfer_memory): New function.
439 * config/nm-linux.h (linux_proc_xfer_memory): Add prototype.
440
441 2002-11-25 David Carlton <carlton@math.stanford.edu>
442
443 * dwarf2read.c (scan_partial_symbols): Descend into namespace
444 pdi's with no name.
445
446 2002-11-25 Andrew Cagney <ac131313@redhat.com>
447
448 * MAINTAINERS: Mark h8500 as broken. Breakage occured Fri Nov 5
449 16:32:04 1999 Andrew Cagney <cagney@b1.cygnus.com>.
450
451 2002-11-25 Jim Blandy <jimb@redhat.com>
452
453 * symfile.c (init_objfile_sect_indices): New function.
454 (default_symfile_offsets): Move the section-index-initializing
455 stuff into init_objfile_sect_indices, and call that.
456
457 * symtab.h (SIZEOF_N_SECTION_OFFSETS): New macro.
458 (SIZEOF_SECTION_OFFSETS): Use SIZEOF_N_SECTION_OFFSETS.
459
460 * symfile.c (syms_from_objfile): Adjust indentation.
461
462 * symfile.c (symbol_file_add): Flush gdb_stdout even if from_tty
463 || info_verbose isn't true.
464
465 2002-11-24 Andrew Cagney <ac131313@redhat.com>
466
467 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
468 default to get_frame_base.
469 * gdbarch.h, gdbarch.c: Regenerate.
470 * arch-utils.c (default_frame_address): Delete function.
471 * arch-utils.h (default_frame_address): Delete declaration
472
473 2002-11-24 Pierre Muller <muller@ics.u-strasbg.fr>
474
475 * varobj.c (find_frame_addr_in_frame_chain):
476 Use get_frame_base instead of FRAME_FP,
477 obvious fix.
478
479 2002-11-19 Andrew Cagney <ac131313@redhat.com>
480
481 * frame.h (FRAME_FP): Delete macro.
482 (get_frame_base): New function declaration.
483 * frame.c (get_frame_base): New function.
484 (get_frame_id): Use ->frame.
485 (frame_find_by_id): Rewrite to use get_frame_id.
486 * blockframe.c: Use get_frame_base instead of FRAME_FP.
487 * cris-tdep.c, d10v-tdep.c, findvar.c, h8500-tdep.c: Ditto.
488 * hppa-tdep.c, i386-tdep.c, infcmd.c, infrun.c: Ditto.
489 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
490 * mn10200-tdep.c, mn10300-tdep.c, rs6000-tdep.c: Ditto.
491 * sh-tdep.c, sparc-tdep.c, stack.c, tracepoint.c: Ditto.
492 * v850-tdep.c, valops.c, z8k-tdep.c: Ditto.
493
494 2002-11-24 Andrew Cagney <ac131313@redhat.com>
495
496 * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
497
498 2002-11-24 Andrew Cagney <ac131313@redhat.com>
499
500 * frame.c (set_unwind_by_pc): Revert change below, use
501 PC_IN_CALL_DUMMY.
502 (get_prev_frame): Ditto.
503
504 2002-11-24 Andrew Cagney <ac131313@redhat.com>
505
506 * dummy-frame.c (pc_in_dummy_frame): New function.
507 (generic_pc_in_call_dummy): Call pc_in_dummy_frame.
508 (find_dummy_frame): Update comment.
509 (generic_pop_current_frame): Use get_frame_type.
510 * dummy-frame.h (pc_in_dummy_frame): Declare.
511 * frame.c (set_unwind_by_pc): Use pc_in_dummy_frame.
512 (create_new_frame): Use pc_in_dummy_frame.
513 (get_prev_frame): Use pc_in_dummy_frame.
514 (frame_saved_regs_register_unwind): Use get_prev_frame.
515 (deprecated_generic_get_saved_register): Use get_prev_frame.
516
517 2002-11-23 Andrew Cagney <ac131313@redhat.com>
518
519 * blockframe.c (find_frame_addr_in_frame_chain): Move function
520 from here ...
521 * varobj.c (find_frame_addr_in_frame_chain): ... to here.
522 (varobj_create): Note that frame ID should be used.
523 * frame.h (find_frame_addr_in_frame_chain): Delete declaration.
524
525 2002-11-23 Andrew Cagney <ac131313@redhat.com>
526
527 * breakpoint.c: Include "gdb_assert.h".
528 (deprecated_frame_in_dummy): Assert that generic dummy frames are
529 not being used.
530 * Makefile.in (breakpoint.o): Update dependencies.
531 * ada-lang.c (find_printable_frame): Use get_frame_type instead of
532 deprecated_frame_in_dummy.
533 * stack.c (print_frame_info_base): Ditto.
534 (frame_info): Ditto.
535 (print_frame_info_base): Ditto. Delete dead code.
536
537 2002-11-23 Andreas Schwab <schwab@suse.de>
538
539 * Makefile.in (m68k_tdep_h): Define.
540 (abug-rom.o, cpu32bug-rom.o, dbug-rom.o, m68k-tdep.o, m68klinux-nat.o)
541 (remote-est.o, rom68k-rom.o): Add $(m68k_tdep_h).
542 * m68k-tdep.c: Move register number enum ...
543 * m68k-tdep.h: ... to this new file and rename the constants from
544 E_* to M68K_*. All uses changed.
545 * config/m68k/tm-m68k.h (D0_REGNUM, A0_REGNUM): Remove definitions.
546 * abug-rom.c: Include "m68k-tdep.h". Use
547 M68K_D0_REGNUM/M68K_A0_REGNUM instead of D0_REGNUM/A0_REGNUM.
548 * cpu32bug-rom.c: Likewise.
549 * dbug-rom.c: Likewise.
550 * m68k-tdep.c: Likewise.
551 * m68klinux-nat.c: Likewise.
552 * remote-est.c: Likewise.
553 * rom68k-rom.c: Likewise.
554 * config/m68k/tm-linux.h: Likewise.
555
556 2002-11-23 Andrew Cagney <ac131313@redhat.com>
557
558 * arm-tdep.c (arm_gdbarch_init): Remove old style non-generic
559 dummy frame initialization code.
560 * mips-tdep.c (mips_gdbarch_init): Ditto.
561
562 2002-11-22 Christopher Faylor <cgf@redhat.com>
563
564 * win32-nat.c (child_attach): Reset saw_create counter or subsequent
565 attach will hang.
566
567 2002-11-22 Andrew Cagney <ac131313@redhat.com>
568
569 * gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Default
570 to default_frame_address.
571 * gdbarch.h, gdbarch.c: Re-generate.
572
573 * d10v-tdep.c (d10v_gdbarch_init): Do not set frame_args_address
574 or frame_locals_address to default_frame_address.
575 * m68k-tdep.c (m68k_gdbarch_init): Update.
576 * i386-tdep.c (i386_gdbarch_init): Update.
577 * frv-tdep.c (frv_gdbarch_init): Update.
578 * sh-tdep.c (sh_gdbarch_init): Update.
579 * v850-tdep.c (v850_gdbarch_init): Update.
580 * sparc-tdep.c (sparc_gdbarch_init): Update.
581 * mips-tdep.c (mips_gdbarch_init): Update.
582 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
583 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
584 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
585
586 * cris-tdep.c (cris_frame_args_address): Delete function.
587 (cris_frame_locals_address): Delete function.
588 (cris_gdbarch_init): Do not set frame_args_address or
589 frame_locals_address.
590
591 2002-11-22 Michael Snyder <msnyder@redhat.com>
592
593 * thread-db.c (thread_db_load): Tell the user what's going on
594 if dlopen fails on libthread_db.
595
596 2002-11-23 Andreas Schwab <schwab@suse.de>
597
598 * m68k-tdep.c (m68k_register_virtual_type): Use architecture
599 invariant return values.
600
601 2002-11-22 Andreas Schwab <schwab@suse.de>
602
603 * valops.c (value_slice): Move declaration of `offset' to avoid
604 warning.
605
606 2002-11-22 Christopher Faylor <cgf@redhat.com>
607
608 * win32-nat.c (psapi_get_dll_name): Fix a compiler warning.
609 (struct so_stuff): Add end_addr field.
610 (register_loaded_dll): Calculate and store end address of loaded dll.
611 (solib_address): New function.
612 (child_solib_loaded_library_pathname): Pass carefully constructed
613 section info to safe_symbol_file_add rather than ignoring it.
614 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
615 DLL is loaded.
616 (do_initial_child_stuff): Call disable_breakpoints_in_shlibs.
617 (child_create_inferior): Fix a compiler warning.
618 * config/i386/tm-cygwin.h (PC_SOLIB): Define new macro.
619 (solib_address): Declare new function.
620
621 2002-11-22 Andreas Schwab <schwab@suse.de>
622
623 * m68k-tdep.c (m68k_register_virtual_type): Return int for SR, FPC
624 and FPS registers.
625
626 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
627
628 * maint.c (_initialize_maint_cmds): Fix typo. From
629 Francesco Potorti` <pot@gnu.org>.
630
631 2002-11-21 Andrew Cagney <cagney@redhat.com>
632
633 * mips-tdep.c (mips_dump_tdep): Delete references to
634 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
635 * config/mips/tm-mips.h (GDB_TARGET_MASK_DISAS_PC): Delete macro.
636 (GDB_TARGET_UNMASK_DISAS_PC): Delete macro.
637 * printcmd.c (build_address_symbolic): Delete calls to
638 GDB_TARGET_UNMASK_DISAS_PC and GDB_TARGET_MASK_DISAS_PC.
639 (address_info): Ditto.
640 Fix PR gdb/773.
641
642 2002-11-19 Klee Dienes <kdienes@apple.com>
643 Adam Fedor <fedor@gnu.org>
644
645 * completer.c (skip_quoted_chars): Renamed from skip_chars. Add
646 the ability to explicitly specify the quote characters and word
647 break characters; if NULL is specified for either, use the old
648 behavior of using the characters used by the completer.
649 (skip_chars): New function. Convenience wrapper around
650 skip_quoted_chars to provide the original skip_chars behavior.
651 * completer.h (skip_quoted_chars): Add prototype.
652
653 2002-11-19 Andrew Cagney <ac131313@redhat.com>
654
655 Problems reported by Paul Eggert.
656 * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
657
658 2002-11-19 Andreas Schwab <schwab@suse.de>
659
660 * m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
661 (m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET)
662 (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc)
663 (m68k_linux_frame_saved_pc): Move to ...
664 * m68klinux-tdep.c: ... here. New file.
665 * Makefile.in (m68klinux-tdep.o): Add dependencies.
666 * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
667
668 2002-11-19 Adam Fedor <fedor@gnu.org>
669
670 * objc-exp.y: Revert to old skip_quoted usage.
671
672 2002-11-19 Adam Fedor <fedor@gnu.org>
673
674 * Makefile.in (SFILES): Add objc-exp.y objc-lang.c.
675 (objc_lang_h): Define.
676 (YYFILES): Add objc-exp.tab.c.
677 (local-maintainer-clean): Remove objc-exp.tab.c.
678 (objc-exp.tab.c, objc-exp.tab.o, objc-lang.o): New target.
679
680 2002-11-19 Pierre Muller <muller@ics.u-strasbg.fr>
681
682 * p-exp.y (typecast rule): Add automatic dereference of
683 pascal classes if needed.
684 (THIS): Set current_type.
685 Automatically dereference pascal classes.
686 (typebase rule): Add ^typebase recognition.
687
688 2002-11-18 Adam Fedor <fedor@gnu.org>
689
690 * expprint.c (print_subexp): Handle OP_OBJC_NSSTRING,
691 OP_OBJC_MSGCALL, and OP_OBJC_SELF.
692 (op_name): Handle OP_OBJC_SELF.
693 * Makefile.in (expprint.o): Add additional depends.
694
695 2002-11-18 Adam Fedor <fedor@gnu.org>
696
697 * expression.h: Rename ObjC ops to OP_OBJC_MSGCALL,
698 OP_OBJC_SELECTOR, OP_OBJC_NSSTRING, and OP_OBJC_SELF.
699 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
700 * objc-exp.y: Likewise.
701
702 2002-11-18 Adam Fedor <fedor@gnu.org>
703
704 * gdb/parser-defs.h: (struct objc_class_str): New structure
705 for parsing ObjC classes.
706
707 2002-11-18 Andrew Cagney <ac131313@redhat.com>
708
709 * stack.c (frame_relative_level): Copy function from here ...
710 * frame.c (frame_relative_level): ...to here.
711
712 2002-11-18 Andrew Cagney <ac131313@redhat.com>
713
714 * frame.h (enum frame_type): Define.
715 (get_frame_type): Declare.
716 (struct frame_info): Add field `type'. Delete field
717 signal_handler_caller.
718 (deprecated_set_frame_signal_handler_caller): Declare.
719 * frame.c (get_frame_type): New function.
720 (deprecated_set_frame_type): New function.
721 (create_new_frame): Set the frame's type.
722 (get_prev_frame): Similar.
723 * sparc-tdep.c: Use get_frame_type instead of signal_handler_caller.
724 * s390-tdep.c: Ditto.
725 * m68klinux-nat.c: Ditto.
726 * ns32k-tdep.c: Ditto.
727 * x86-64-linux-tdep.c: Ditto.
728 * vax-tdep.c: Ditto.
729 * rs6000-tdep.c: Ditto.
730 * ppc-linux-tdep.c: Ditto.
731 * i386-interix-tdep.c: Ditto.
732 * mips-tdep.c: Ditto.
733 * m68k-tdep.c: Ditto.
734 * hppa-tdep.c: Ditto.
735 * ia64-tdep.c: Ditto.
736 * cris-tdep.c: Ditto.
737 * arm-tdep.c: Ditto.
738 * alpha-tdep.c: Ditto.
739 * i386-tdep.c: Ditto.
740 * stack.c: Ditto.
741 * ada-lang.c: Ditto.
742 * blockframe.c: Update.
743 * i386-interix-tdep.c (i386_interix_back_one_frame): Use
744 deprecated_set_frame_type instead of signal_handler_caller.
745 * ppc-linux-tdep.c (ppc_linux_init_extra_frame_info): Ditto.
746 * rs6000-tdep.c (rs6000_init_extra_frame_info): Ditto.
747 * breakpoint.h: Delete FIXME suggesting get_frame_type.
748
749 2002-11-18 Klee Dienes <kdienes@apple.com>
750
751 * Makefile.in (buildsym.o): Add dependency for gdb_assert.h.
752
753 2002-11-18 Klee Dienes <kdienes@apple.com>
754
755 * buildsym.c (pop_context): Add comment.
756
757 2002-11-18 Klee Dienes <kdienes@apple.com>
758
759 * buildsym.h (pop_context): Convert to function, defined in
760 buildsym.c.
761 * buildsym.c: Include gdb_assert.h.
762 (pop_context): Implement as C function. Add check for stack
763 underflow.
764 * dbxread.c (process_one_symbol): Complain and stop processing
765 that symbol if we are already at the top of the context stack for
766 a function-end N_FUN (this would imply an umatched RBRAC). Ditto
767 when processing N_RBRAC.
768
769 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
770
771 * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_INFERIOR_BY_CLONE): Don't
772 define.
773 (struct target_waitstatus): Add opaque definition.
774 * corelow.c (init_core_ops): Don't set to_clone_and_follow_inferior.
775 * exec.c (init_exec_ops): Likewise.
776 * fork-child.c (clone_and_follow_inferior): Remove.
777 * hppah-nat.c (child_post_follow_inferior_by_clone): Remove.
778 * inferior.h (clone_and_follow_inferior): Remove prototype.
779 * infrun.c (follow_fork_mode_both): Remove.
780 (follow_fork_mode_kind_names): Remove commented out "both".
781 (follow_inferior_fork): Remove follow_fork_mode_both support.
782 * inftarg.c (child_clone_and_follow_inferior): Remove.
783 (child_post_follow_inferior_by_clone): Remove.
784 (init_child_ops): Don't set to_clone_and_follow_inferior
785 or to_post_follow_inferior_by_clone.
786 * target.c (default_clone_and_follow_inferior): Remove.
787 (cleanup_target): Don't set to_clone_and_follow_inferior
788 or to_post_follow_inferior_by_clone.
789 (find_default_clone_and_follow_inferior): Remove.
790 (init_dummy_target): Don't set to_clone_and_follow_inferior.
791 (debug_to_clone_and_follow_inferior): Remove.
792 (debug_to_post_follow_inferior_by_clone): Remove.
793 (setup_target_debug): Don't set to_clone_and_follow_inferior
794 or to_post_follow_inferior_by_clone.
795 * target.h (struct target_ops): Remove to_clone_and_follow_inferior
796 and to_post_follow_inferior_by_clone.
797 (child_clone_and_follow_inferior): Remove prototype.
798 (child_post_follow_inferior_by_clone): Remove prototype.
799 (target_clone_and_follow_inferior): Remove macro.
800 (target_post_follow_inferior_by_clone): Remove macro.
801 (find_default_clone_and_follow_inferior): Remove prototype.
802
803 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
804
805 * breakpoint.c (bpstat_stop_status): Call inferior_has_forked,
806 inferior_has_vforked, and inferior_has_execd instead of
807 target_has_forked, target_has_vforked, and target_has_execd.
808 * config/pa/nm-hppah.h (CHILD_HAS_FORKED, CHILD_HAS_VFORKED)
809 (CHILD_HAS_EXECD, CHILD_HAS_SYSCALL_EVENT): Don't define.
810 (CHILD_WAIT): Define.
811 (child_wait): Add prototype.
812 * hppah-nat.c (hpux_has_forked): Rename from child_has_forked.
813 Add prototype.
814 (hpux_has_vforked): Likewise, from child_has_vforked.
815 (hpux_has_execd): Likewise, from child_has_execd.
816 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
817 (not_same_real_pid, child_wait): New, copied from inftarg.c.
818 Call hpux_has_forked, hpux_has_vforked, hpux_has_execd,
819 and hpux_has_syscall_event instead of the target hooks.
820 * infrun.c (inferior_has_forked, inferior_has_vforked)
821 (inferior_has_execd): New functions.
822 * inftarg.c (not_same_real_pid): Remove.
823 (child_wait): Remove references to not_same_real_pid,
824 target_has_forked, target_has_vforked, target_has_execd,
825 and target_has_syscall_event.
826 (child_has_forked, child_has_vforked, child_has_execd)
827 (child_has_syscall_event): Remove.
828 (init_child_ops): Remove references to child_has_forked,
829 child_has_vforked, child_has_execd, and child_has_syscall_event.
830 * infttrace.c (hpux_has_forked): Rename from child_has_forked.
831 (hpux_has_vforked): Likewise, from child_has_vforked.
832 (hpux_has_execd): Likewise, from child_has_execd.
833 (hpux_has_syscall_event): Likewise, from child_has_syscall_event.
834 * target.c (cleanup_target): Remove references to
835 to_has_forked, to_has_vforked, to_has_execd, and
836 to_has_syscall_event.
837 (update_current_target): Likewise.
838 (setup_target_debug): Likewise.
839 (debug_to_has_forked): Remove.
840 (debug_to_has_vforked): Remove.
841 (debug_to_has_execd): Remove.
842 (debug_to_has_syscall_event): Remove.
843 * target.h (struct target_ops): Remove to_has_forked.
844 to_has_vforked, to_has_execd, and to_has_syscall_event.
845 (child_has_forked, child_has_vforked, child_has_execd)
846 (child_has_syscall_event): Remove prototypes.
847 (inferior_has_forked, inferior_has_vforked, inferior_has_execd): Add
848 prototypes.
849 (target_has_forked, target_has_vforked, target_has_execd)
850 (target_has_syscall_event): Remove macros.
851
852 2002-11-16 Daniel Jacobowitz <drow@mvista.com>
853
854 * hppah-nat.c (child_can_follow_vfork_prior_to_exec): Remove.
855 * inftarg.c (child_can_follow_vfork_prior_to_exec): Remove.
856 (init_child_ops): Don't initialize to_can_follow_vfork_prior_to_exec.
857 * infttrace.c (child_can_follow_vfork_prior_to_exec): Remove.
858 * target.c (cleanup_target): Remove reference to
859 to_can_follow_vfork_prior_to_exec.
860 (update_current_target): Likewise.
861 (debug_to_can_follow_vfork_prior_to_exec): Remove.
862 (setup_target_debug): Remove reference to
863 to_can_follow_vfork_prior_to_exec.
864 * target.h (struct target_ops): Remove
865 to_can_follow_vfork_prior_to_exec.
866 (child_can_follow_vfork_prior_to_exec): Remove prototype.
867 (target_can_follow_vfork_prior_to_exec): Remove definition.
868 * config/pa/nm-hppah.h (CHILD_CAN_FOLLOW_VFORK_PRIOR_TO_EXEC): Don't
869 define.
870 * infrun.c (follow_vfork_when_exec): Remove.
871 (follow_inferior_fork): Remove references to follow_vfork_when_exec.
872 (follow_exec): Likewise.
873 (handle_inferior_event): Likewise.
874 (keep_going): Likewise.
875
876 2002-11-15 Andrew Cagney <cagney@redhat.com>
877
878 * frame.c (generic_unwind_get_saved_register): Make static.
879 * frame.h (generic_unwind_get_saved_register): Delete declaration.
880 * avr-tdep.c (avr_gdbarch_init): Do not set get_saved_register,
881 defaults to generic_unwind_get_saved_register.
882 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
883 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
884 * frv-tdep.c (frv_gdbarch_init): Ditto.
885 * i386-tdep.c (i386_gdbarch_init): Ditto.
886 * s390-tdep.c (s390_gdbarch_init): Ditto.
887 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
888 * v850-tdep.c (v850_gdbarch_init): Ditto.
889 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
890 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
891 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Delete macro.
892
893 2002-11-15 Andrew Cagney <cagney@redhat.com>
894
895 * x86-64-linux-nat.c (i386_sse_regnum_p): New function. Copy from
896 i386-tdep.c.
897
898 2002-11-15 Andrew Cagney <cagney@redhat.com>
899
900 * frame.h (sigtramp_saved_pc): Delete declaration.
901 * blockframe.c (sigtramp_saved_pc): Delete function.
902 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): New function.
903 (ns32k_frame_saved_pc): Call ns32k_sigtramp_saved_pc.
904 * vax-tdep.c (vax_sigtramp_saved_pc): New function.
905 (vax_frame_saved_pc): Call vax_sigtramp_saved_pc.
906
907 2002-11-15 Andrew Cagney <ac131313@redhat.com>
908
909 * frame.c (frame_pc_unwind): New function.
910 (frame_saved_regs_pc_unwind): New function.
911 (frame_register_unwind): Pass unwind_cache instead of
912 register_unwind_cache.
913 (set_unwind_by_pc): Add unwind_pc parameter, set.
914 (create_new_frame): Pass frame->pc_unwind to set_unwind_by_pc.
915 (get_prev_frame): Ditto.
916 * frame.h (frame_pc_unwind_ftype): Declare.
917 (struct frame_info): Add pc_unwind, pc_unwind_cache_p and
918 pc_unwind_cache. Rename register_unwind_cache to unwind_cache.
919 (frame_pc_unwind): Declare.
920 * dummy-frame.c (dummy_frame_pc_unwind): New function.
921 (struct dummy_frame): Add comment mentioning that values are for
922 previous frame.
923 * dummy-frame.h (dummy_frame_pc_unwind): Declare.
924 * blockframe.c (file_frame_chain_valid): Use frame_pc_unwind.
925 (generic_file_frame_chain_valid): Ditto.
926 * stack.c (frame_info): Ditto.
927
928 2002-11-15 David Carlton <carlton@math.stanford.edu>
929
930 * linespec.c (locate_first_half): New function.
931 (decode_line_1): Move code into locate_first_half.
932
933 2002-11-15 Andrew Cagney <ac131313@redhat.com>
934
935 * complaints.h: Add comment explaining how to eliminate a
936 deprecated_complain call.
937 * complaints.h: Fix spelling errors.
938
939 2002-11-15 David Carlton <carlton@math.stanford.edu>
940
941 * printcmd.c: Remove #include "disasm.h".
942
943 2002-11-14 Andrew Cagney <ac131313@redhat.com>
944
945 * frame.h: Move the most relevant interface functions to the start
946 of the file.
947
948 2002-11-14 Andrew Cagney <ac131313@redhat.com>
949
950 * regcache.h (deprecated_registers): Rename registers.
951 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
952 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
953 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
954 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
955 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
956 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
957 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
958 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
959 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
960 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
961 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
962 * v850ice.c: Update.
963
964 Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
965
966 * utils.c (gdb_realpath): Add comment mentioning realpath with a
967 NULL buffer.
968
969 2002-11-13 Andrew Cagney <cagney@redhat.com>
970
971 * regcache.h (deprecated_read_register_bytes): Rename
972 read_register_bytes.
973 (deprecated_write_register_bytes): Rename write_register_bytes.
974 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
975 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
976 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
977 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
978 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
979 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
980 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
981 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
982 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
983 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
984 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
985 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
986 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
987 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
988
989 2002-11-13 Jim Blandy <jimb@redhat.com>
990
991 * findvar.c (read_var_value): Doc fix.
992
993 2002-11-13 Andrew Cagney <cagney@redhat.com>
994
995 * regcache.c (struct regcache): Replace passthough_p with
996 readonly_p.
997 (regcache_xmalloc): Initialize readonly_p.
998 (build_regcache): Initialize readonly_p.
999 (regcache_save): New function.
1000 (regcache_restore): New function.
1001 (regcache_cpy): Re-implement using regcache_save and
1002 regcache_restore.
1003 (regcache_raw_read): Update.
1004 (regcache_cooked_read): When a read-only cache, checked for cached
1005 pseudo register values.
1006 (regcache_raw_write): Assert that the cache is not read-only.
1007 Remove code handling a non-passthrough cache.
1008 * regcache.h (regcache_save): Declare.
1009 (regcache_restore): Declare.
1010
1011 2002-11-13 Andrew Cagney <cagney@redhat.com>
1012
1013 * regcache.c (struct regcache_descr): Add fields
1014 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
1015 (init_legacy_regcache_descr): Compute the size of a cooked
1016 register cache and then assign that to sizeof_raw_registers. Set
1017 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
1018 (init_legacy_regcache_descr): Ditto.
1019
1020 2002-11-13 Andrew Cagney <cagney@redhat.com>
1021
1022 * regcache.c (register_buffer): Move to near start of file, update
1023 description.
1024 (regcache_raw_read): Use.
1025 (regcache_raw_write): Use.
1026 (struct regcache): Rename raw_registers to registers and
1027 raw_register_valid_p to register_valid_p.
1028 (regcache_xmalloc): Update.
1029 (regcache_xfree): Update.
1030 (register_buffer): Update.
1031 (regcache_cpy): Update.
1032 (regcache_cpy_no_passthrough): Update.
1033 (regcache_valid_p): Update.
1034 (deprecated_grub_regcache_for_registers): Update.
1035 (deprecated_grub_regcache_for_register_valid): Update.
1036 (set_register_cached): Update.
1037 (regcache_raw_write): Update.
1038
1039 2002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
1040
1041 * p-exp.y (name_not_typename): Use copy_name to
1042 set current_type variable for fields of THIS.
1043
1044 2002-11-12 Daniel Jacobowitz <drow@mvista.com>
1045
1046 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
1047 * monitor.c (init_base_monitor_ops): Likewise.
1048 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
1049 * remote-array.c (init_array_ops): Likewise.
1050 * remote-e7000.c (init_e7000_ops): Likewise.
1051 * remote-es.c (init_es1800_ops): Likewise.
1052 (init_es1800_child_ops): Likewise.
1053 * remote-rdp.c (init_remote_rdp_ops): Likewise.
1054 * remote-sim.c (init_gdbsim_ops): Likewise.
1055 * remote-st.c (init_st2000_ops): Likewise.
1056 * sol-thread.c (init_sol_core_ops): Likewise.
1057 (init_sol_thread_ops): Likewise.
1058 * v850ice.c (init_850ice_ops): Likewise.
1059 * win32-nat.c (init_child_ops): Likewise.
1060 * wince.c (init_child_ops): Likewise.
1061
1062 2002-11-12 Andrew Cagney <ac131313@redhat.com>
1063
1064 * utils.c (gdb_realpath): Make rp a constant pointer.
1065
1066 2002-11-12 Andrew Cagney <ac131313@redhat.com>
1067
1068 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
1069 a constant buffer; cannonicalize_file_name(); realpath() with a
1070 pathconf() defined buffer, xstrdup().
1071
1072 2002-11-12 Andrew Cagney <ac131313@redhat.com>
1073
1074 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
1075 to hang2.C; hang3.c to hang3.C.
1076
1077 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
1078
1079 * findvar.c (read_var_value): Reenable TLS code.
1080
1081 2002-11-11 Elena Zannoni <ezannoni@redhat.com>
1082 Jim Blandy <jimb@redhat.com>
1083
1084 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
1085 * target.c (update_current_target): Add
1086 to_get_thread_local_address.
1087 * target.h (to_get_thread_local_address): Export.
1088 (target_get_thread_local_address): Define.
1089 (target_get_thread_local_address_p): Define.
1090 * thread-db.c: Include solib-svr4.h.
1091 (td_thr_tls_get_addr_p): Define.
1092 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
1093 (thread_db_get_thread_local_address): New function.
1094 (init_thread_db_ops): Initialize to_get_thread_local_address.
1095 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
1096 * configure: Regenerate.
1097 * config.in: Regenerate.
1098
1099 2002-11-11 David Carlton <carlton@math.stanford.edu>
1100
1101 * linespec.c (set_flags): New function.
1102 (decode_line_1): Move code into set_flags.
1103
1104 2002-11-11 David Carlton <carlton@math.stanford.edu>
1105
1106 * linespec.c (decode_line_1): Move chunks of code to separate
1107 functions.
1108 (initialize_defaults): New function.
1109 (decode_indirect): New function.
1110
1111 2002-11-11 Andrew Cagney <ac131313@redhat.com>
1112
1113 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
1114 instead of void_code_ptr.
1115 (sigtramp_saved_pc): Ditto.
1116
1117 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
1118 i386_fp_regnum_p.
1119
1120 2002-11-10 Daniel Jacobowitz <drow@mvista.com>
1121
1122 * gdbtypes.h (struct main_type): Move artificial flag out of
1123 loc. New member of ``struct field'' named static_kind. Reduce
1124 overloaded meaning of bitsize.
1125 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
1126 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
1127 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
1128
1129 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
1130 new fields.
1131 (template_to_fixed_record_type, template_to_static_fixed_type)
1132 (to_record_with_fixed_variant_part): Likewise.
1133 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
1134 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
1135 * dwarfread.c (struct_type, enum_type): Likewise.
1136 * hpread.c (hpread_read_enum_type)
1137 (hpread_read_function_type, hpread_read_doc_function_type)
1138 (hpread_read_struct_type): Likewise.
1139 * mdebugread.c (parse_symbol): Likewise.
1140
1141 2002-11-10 Andrew Cagney <ac131313@redhat.com>
1142
1143 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
1144 * stack.c (print_frame_info_base): Update.
1145 (print_frame_info_base, frame_info): Update.
1146 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
1147 (sparc_frame_saved_pc): Update.
1148 * ada-lang.c (find_printable_frame): Update.
1149 * breakpoint.c (deprecated_frame_in_dummy): Update.
1150
1151 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1152
1153 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
1154 defined.
1155 (regmap): Extend to cover all registers.
1156 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
1157 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
1158 definitions.
1159 (fetch_register, sore_register): Simplify.
1160 (old_fetch_inferior_registers, old_store_inferior_registers):
1161 Remove functions.
1162 (cannot_fetch_register, cannot_store_register): Change
1163 implementation to use regmap array to decide which registers
1164 cannot be fetched/stored. This removes $orig_eax from the
1165 registers that cannot be fetched/stored.
1166 (fetch_inferior_registers): Call fetch_register directly instead
1167 of calling old_fetch_inferior_registers.
1168 (store_inferior_registers): Call store_register directly instead
1169 of calling old_store_inferior_registers.
1170 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
1171 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
1172 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
1173
1174 2002-11-09 Klee Dienes <kdienes@apple.com>
1175
1176 * i387-tdep.c (i387_supply_register): When called with NULL as a
1177 buffer, mark the register as not provided (to mirror the behavior
1178 of supply_register).
1179 (i387_supply_fxsave): Ditto.
1180 (i387_supply_fsave): Ditto (inherits the behavior from
1181 i387_supply_register).
1182
1183 2002-11-09 Klee Dienes <kdienes@apple.com>
1184
1185 * blockframe.c (sigtramp_saved_pc): Use
1186 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
1187 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
1188 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
1189
1190 2002-11-09 Andrew Cagney <ac131313@redhat.com>
1191
1192 * frame.c (get_prev_frame): Test prev_p to identify a previously
1193 unwound frame. Initialize prev_p.
1194 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
1195 comment.
1196
1197 2002-11-09 Andrew Cagney <ac131313@redhat.com>
1198
1199 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
1200 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
1201 more comments. Zap dead code.
1202
1203 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1204
1205 * infcmd.c (print_vector_info, print_float_info): Move code that
1206 checks whether the target has any registers and whether there is a
1207 selected frame up, such that it is also used if a target provides
1208 multi-arch definitions of these functions.
1209
1210 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1211
1212 * Makefile.in (DESTDIR): Define.
1213 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
1214 prefix.
1215
1216 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
1217 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
1218
1219 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1220
1221 * i386-linux-tdep.c: Include "reggroups.h".
1222 (i386_linux_register_reggroup_p): New function.
1223 (i386_linux_init_abi): Set register_reggroup_p to
1224 i386_linux_register_reggroup_p.
1225 * i386-tdep.h (i386_register_reggroup_p): Declare.
1226 * i386-tdep.c: Include "reggroups.h".
1227 (i386_init_reggroups): New function.
1228 (i386_add_reggroups): New function.
1229 (i386_register_reggroup_p): New function.
1230 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
1231 (_initialize_i386_tdep): Call i386_init_reggroups.
1232 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
1233 specific reggroups.
1234
1235 2002-11-09 Mark Kettenis <kettenis@gnu.org>
1236
1237 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
1238 request that's available in *BSD.
1239
1240 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
1241
1242 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
1243 FDOFF_REGNUM.
1244
1245 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1246
1247 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
1248 * dummy-frame.c (find_dummy_frame): Rename
1249 generic_find_dummy_frame, make static. Return the dummy frame
1250 instead of the regcache.
1251 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
1252 (cached_find_dummy_frame): New function. Use find_dummy_frame.
1253 (dummy_frame_register_unwind): Rename
1254 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
1255 * dummy-frame.h (dummy_frame_register_unwind): Rename
1256 generic_call_dummy_register_unwind.
1257
1258 2002-11-08 Mark Kettenis <kettenis@gnu.org>
1259
1260 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
1261 except the inclusion of "i386/tm-i386.h", to...
1262 * config/i386/nm-i386v42mp.h: ...here.
1263 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
1264
1265 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1266
1267 * Makefile.in (frame.o): Update dependencies.
1268 * blockframe.c (current_frame, frame_obstack_alloc)
1269 (frame_saved_regs_zalloc, get_current_frame)
1270 (set_current_frame, create_new_frame)
1271 (set_unwind_by_pc, get_next_frame)
1272 (flush_cached_frames, reinit_frame_cache)
1273 (frame_saved_regs_register_unwind)
1274 (deprecated_generic_get_saved_register)
1275 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
1276 (_initialize_blockframe): Move frame code from here...
1277 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
1278 "annotate.h" and "dummy-frame.h".
1279 (_initialize_frame): New function.
1280
1281 2002-11-08 Jim Blandy <jimb@redhat.com>
1282
1283 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
1284 when we finish a function a context.
1285 * buildsym.h (outermost_context_p): New macro.
1286 (Bug analyzed by David Edelsohn.)
1287
1288 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1289
1290 * blockframe.c: Include "dummy-frame.h".
1291 (struct dummy_frame, dummy_frame_stack)
1292 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
1293 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
1294 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
1295 (generic_save_call_dummy_addr, generic_pop_current_frame)
1296 (generic_pop_dummy_frame, generic_fix_call_dummy)
1297 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
1298 dummy frame code from here...
1299 * dummy-frame.c: ...to here. New file.
1300 * dummy-frame.h: New file.
1301 (generic_call_dummy_register_unwind): Declare.
1302 (generic_find_dummy_frame): Declare.
1303 * Makefile.in (SFILES): Add dummy-frame.c.
1304 (dummy-frame.o): Specify dependencies.
1305 (dummy_frame_h): Define.
1306 (COMMON_OBS): Add dummy-frame.o.
1307 (blockframe.o): Update dependencies.
1308
1309 2002-11-08 Jim Blandy <jimb@redhat.com>
1310
1311 * dwarf2read.c (read_func_scope): Restore local_symbols and
1312 param_symbols after we finish the function context. (Based on a
1313 patch from David Edelsohn.)
1314
1315 2002-11-08 David Carlton <carlton@math.stanford.edu>
1316
1317 * linespec.c (symbol_found): New function.
1318 (minsym_found): New function.
1319 (decode_line_1): Separate out some code into separate functions.
1320
1321 2002-11-08 Joel Brobecker <brobecker@gnat.com>
1322
1323 * i386-tdep.c (i386_frameless_signal_p): Make non static for
1324 the benefit of the interix target.
1325 * i386-tdep.h (i386_frameless_signal_p): Declare.
1326
1327 2002-11-08 Andrew Cagney <ac131313@redhat.com>
1328
1329 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
1330 declaration that snuck in from change below.
1331
1332 2002-11-06 Andrew Cagney <cagney@redhat.com>
1333
1334 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
1335 all callers.
1336 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
1337 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
1338 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
1339 (i386_mxcsr_regnum_p): new function. Use instead of
1340 MXCSR_REGNUM_P.
1341 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
1342 (i386_sse_regnum_p): Declare.
1343 (i386_mxcsr_regnum_p): Declare.
1344 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
1345 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
1346 (IS_FP_REGNUM): Update definition.
1347 (IS_FPU_CTRL_REGNUM): Update definition..
1348 (IS_SSE_REGNUM): Update definition..
1349 * i386v-nat.c (register_u_addr): Update.
1350 * go32-nat.c (fetch_register): Update.
1351 (store_register): Update.
1352
1353 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1354
1355 Preparation work to convert the hppa targets to multiarch partial.
1356
1357 * hppa-tdep.c: Add new functions replacing macro bodies from
1358 config/pa/tm-hppa.h. These function will be used to initialize
1359 the gdbarch structure. Import some comments from tm-hppa.h,
1360 and place them where appropriate, to avoid loosing them when
1361 we cleanup this file.
1362 (hppa_reg_struct_has_addr): New function.
1363 (hppa_inner_than): New function.
1364 (hppa_stack_align): New function.
1365 (hppa_pc_requires_run_before_use): New function.
1366 (hppa_instruction_nullified): New function.
1367 (hppa_register_byte): New function.
1368 (hppa_register_virtual_type): New function.
1369 (hppa_store_struct_return): New function.
1370 (hppa_cannot_store_register): New function.
1371 (hppa_frame_args_address): New function.
1372 (hppa_frame_locals_address): New function.
1373 (hppa_smash_text_address): New function.
1374 (hppa_coerce_float_to_double): New function. Requires the inclusion
1375 of "language.h".
1376
1377 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
1378
1379 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
1380 gdbarch-eligible macro to a call to the new associated function
1381 created in hppa-tdep.c.
1382 (INNER_THAN): Likewise.
1383 (STACK_ALIGN): Likewise.
1384 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
1385 (INSTRUCTION_NULLIFIED): Likewise.
1386 (REGISTER_BYTE): Likewise.
1387 (REGISTER_VIRTUAL_TYPE): Likewise.
1388 (STORE_STRUCT_RETURN): Likewise.
1389 (CANNOT_STORE_REGISTER): Likewise.
1390 (FRAME_ARGS_ADDRESS): Likewise.
1391 (FRAME_LOCALS_ADDRESS): Likewise.
1392 (SMASH_TEXT_ADDRESS): Likewise.
1393 (COERCE_FLOAT_TO_DOUBLE): Likewise.
1394 (ABOUT_TO_RETURN): Delete, as no longer used.
1395
1396 2002-11-07 Fernando Nasser <fnasser@redhat.com>
1397
1398 * printcmd.c (disassemble_command): Remove obsolete function.
1399 (_initialize_printcmd): Do not create disassemble command here.
1400 * cli/cli-cmds.c (disassemble_command): New function. Implements
1401 disassemble command.
1402 (init_cli_cmds): Create disassemble command here instead.
1403
1404 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1405
1406 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
1407
1408 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1409
1410 * regcache.h (regcache_cooked_read_using_offset_hack)
1411 (regcache_cooked_write_using_offset_hack): Delete declarations.
1412 (register_changed): Delete declaration.
1413 * regcache.c (regcache_cooked_read_using_offset_hack)
1414 (regcache_cooked_write_using_offset_hack): Delete functions.
1415 (cooked_xfer_using_offset_hack): Delete function.
1416 (register_changed): Delete function.
1417
1418 2002-11-07 Jim Blandy <jimb@redhat.com>
1419
1420 * macroscope.c: #include "complaints.h".
1421 (sal_macro_scope): Cope with filenames that appear in the symtabs,
1422 but not in the macro table.
1423 * Makefile.in (macroscope.o): Record dependency.
1424
1425 2002-11-07 Joel Brobecker <brobecker@gnat.com>
1426
1427 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
1428
1429 2002-11-07 Andrew Cagney <ac131313@redhat.com>
1430
1431 * regcache.c (deprecated_registers_fetched): Update.
1432 * regcache.h (deprecated_registers_fetched): Rename
1433 registers_fetched.
1434 * remote-vxsparc.c (vx_read_register): Update.
1435 * remote-vxmips.c (vx_read_register): Update.
1436 * remote-vx68.c (vx_read_register): Update.
1437 * irix5-nat.c (fetch_core_registers): Update.
1438 * mipsm3-nat.c (fetch_inferior_registers): Update.
1439 * sun3-nat.c (fetch_inferior_registers): Update.
1440 * symm-nat.c (fetch_inferior_registers): Update.
1441 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
1442 (fetch_core_registers): Update.
1443 (fetch_kcore_registers): Update.
1444 * mips-nat.c (fetch_inferior_registers): Update.
1445 * corelow.c (get_core_registers): Update.
1446 * a68v-nat.c (fetch_inferior_registers): Update.
1447
1448 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1449
1450 Put in place the framework necessary for multiarching the hppa targets.
1451 * hppa-tdep.c (hppa_gdbarch_init): New function.
1452 (hppa_dump_tdep): New function.
1453 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
1454 tdep structure dumper.
1455 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
1456 until the multi-arching conversion has partially been completed.
1457
1458 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1459
1460 * valops.c (value_assign): Merge lval_register case into
1461 lval_reg_frame_relative. Use frame_register and
1462 regcache_cooked_write instead of get_saved_register and
1463 write_register_bytes. After flushing the register cache, try to
1464 re-select the selected frame.
1465
1466 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1467
1468 * regcache.h (deprecated_register_valid): Rename register_valid.
1469 * regcache.c: Update.
1470 * ia64-aix-nat.c: Update.
1471 * i386gnu-nat.c: Update.
1472 * alpha-nat.c: Update.
1473 * sparc-nat.c: Update.
1474 * lynx-nat.c: Update.
1475 * remote-mips.c: Update.
1476
1477 2002-11-06 Joel Brobecker <brobecker@gnat.com>
1478
1479 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
1480 to end of file, to be more consistent with the pratice followed
1481 by other targets.
1482
1483 2002-11-06 Andrew Cagney <ac131313@redhat.com>
1484
1485 * infcmd.c: Include "reggroups.h" and <ctype.h>.
1486 (print_float_info): Print registers in float_reggroup.
1487 (print_vector_info): Print registers in vector_reggroup.
1488 (default_print_registers_info): When all, print registers in
1489 all_reggroup. Otherwize, print registers in general_reggroup.
1490 (registers_info): Rewrite. Add support for register groups.
1491 Eliminate a goto.
1492
1493 2002-11-06 Elena Zannoni <ezannoni@redhat.com>
1494
1495 * symtab.c (methods_info): Delete. It has been ifdeffed out for
1496 ages.
1497 (symtab_symbol_info): Remove eons old ifdeffed out code.
1498 (_initialize_symtab): Remove prehistoric disabled 'info methods'
1499 command.
1500
1501 2002-11-06 Theodore A. Roth <troth@openavr.org>
1502
1503 * c-exp.y: Add missing semi-colons.
1504 * f-exp.y: Add missing semi-colons.
1505 * m2-exp.y: Add missing semi-colons.
1506 * p-exp.y: Add missing semi-colons.
1507 Add empty action to start rule to avoid a type clash error when
1508 building with bison >= 1.50.
1509
1510 2002-11-06 Jim Blandy <jimb@redhat.com>
1511
1512 * macrotab.h (struct macro_source_file): Doc fix.
1513
1514 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
1515
1516 * varobj.c (child_exists, cplus_number_of_children): Change
1517 STREQ macro references to strcmp.
1518 (cplus_name_of_child): Change code to handle the fact that
1519 fields are not necessarily contiguous with regards to their
1520 access control. This is a fix for PR gdb/792.
1521
1522 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1523
1524 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
1525 * gdbarch.h, gdbarch.c: Regnerate.
1526 * frame.h (frame_register): Declare.
1527 * frame.c (frame_register): New function.
1528 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
1529 GET_SAVED_REGISTER, otherwize call
1530 generic_unwind_get_saved_register.
1531 (frame_register_read): Use frame_register instead of
1532 get_saved_register.
1533
1534 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1535
1536 From Jim Ingham <jingham@apple.com>:
1537 * event-top.c (gdb_disable_readline): New function.
1538 (_initialize_event_loop): Move comment.
1539
1540 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
1541
1542 * event-loop.c (start_event_loop): Add comment.
1543 Update copyright.
1544
1545 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1546
1547 * infcmd.c (default_print_registers_info): Do not call
1548 PRINT_REGISTER_HOOK.
1549
1550 2002-11-05 Andrew Cagney <ac131313@redhat.com>
1551
1552 * sparc-tdep.c (sparc_print_register_hook): Make static.
1553 (sparc_print_registers_info): New function.
1554 (sparc_do_registers_info): New function.
1555 (sparclet_print_registers_info): New function.
1556 (sparclet_do_registers_info): New function.
1557 (do_sparc_print_registers_info): New function.
1558 (sparc_print_registers): New static function, clone of infcmd.c's
1559 default_print_registers_info.
1560 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
1561 (sparclet_do_registers_info): Declare.
1562 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
1563 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
1564 Re-define.
1565 (sparc_do_registers_info): Declare.
1566 (PRINT_REGISTER_HOOK): Delete macro.
1567 (sparc_print_register_hook): Delete declaration.
1568
1569 2002-11-05 David Carlton <carlton@math.stanford.edu>
1570
1571 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
1572 functions.
1573 (lookup_symbol_aux_local): New function.
1574 (lookup_symbol_aux_symtabs): New function.
1575 (lookup_symbol_aux_psymtabs): New function.
1576
1577 2002-11-05 David Carlton <carlton@math.stanford.edu>
1578
1579 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
1580 previous values of 'objfile' and 'block'.
1581
1582 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
1583
1584 * values.c (value_change_enclosing_type): Set
1585 enclosing_type field correctly also for the case where
1586 more memory needs to be allocated.
1587
1588 2002-11-03 Mark Kettenis <kettenis@gnu.org>
1589
1590 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
1591 of puts_filtered.
1592
1593 * i387-tdep.c (i387_print_float_info): Replace calls to
1594 register_read and deprecated_read_register_gen with calls to
1595 frame_register_read, and make the necessary adjustments to the
1596 surrounding code.
1597
1598 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1599
1600 * gdbarch.sh (register_reggroup_p): Allow default value.
1601 * gdbarch.h, gdbarch.c: Regenerate.
1602
1603 2002-11-02 Andrew Cagney <ac131313@redhat.com>
1604
1605 * regcache.h: Add coment indicating replacements for deprecated
1606 functions.
1607
1608 2002-11-02 Andrew Cagney <cagney@redhat.com>
1609
1610 * reggroups.h, reggroups.c: New files.
1611 * regcache.c: Include "reggroups.h".
1612 (enum regcache_dump_what): Add `regcache_dump_groups'.
1613 (regcache_dump): Contract size of the "Type" column. When
1614 specified, dump the register's groups.
1615 (maintenance_print_register_groups): New function.
1616 (_initialize_regcache): Add command `maint print register-groups'.
1617 * Makefile.in (COMMON_OBS): Add reggroups.o
1618 (SFILES): Add reggroups.c.
1619 (reggroups_h): Define.
1620 (regcache.o, gdbarch.o): Update dependencies.
1621 (reggroups.o): Specify dependencies.
1622 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
1623 Add opaque declaration for `struct reggroup' in generated .h file.
1624 Include "reggroups.h" in generated .c file.
1625 gdbarch.h, gdbarch.c: Re-generate.
1626
1627 2002-11-02 Andrew Cagney <cagney@redhat.com>
1628
1629 * regcache.h (deprecated_read_register_gen): Rename
1630 read_register_gen.
1631 (deprecated_write_register_gen): Rename write_register_gen.
1632 * i387-tdep.c: Update.
1633 * x86-64-linux-nat.c: Update
1634 * wince.c: Update.
1635 * thread-db.c: Update.
1636 * win32-nat.c: Update.
1637 * mips-tdep.c: Update.
1638 * d10v-tdep.c: Update.
1639 * cris-tdep.c: Update.
1640 * remote-sim.c: Update.
1641 * remote-rdi.c: Update.
1642 * remote-rdp.c: Update.
1643 * frame.c: Update.
1644 * target.c: Update.
1645 * blockframe.c: Update.
1646 * x86-64-tdep.c: Update.
1647 * xstormy16-tdep.c: Update.
1648 * sh-tdep.c: Update.
1649 * s390-tdep.c: Update.
1650 * rs6000-tdep.c: Update.
1651 * sparc-tdep.c: Update.
1652 * i386-tdep.c: Update.
1653 * dwarf2cfi.c: Update.
1654 * regcache.c: Update.
1655
1656 2002-11-01 Joel Brobecker <brobecker@gnat.com>
1657
1658 New interix-specific files:
1659 * config/i386/nm-interix.h: New file.
1660 * config/i386/interix.mh: New file.
1661 * config/i386/interix.mt: New file.
1662 * i386-interix-nat.c: New file.
1663 * i386-interix-tdep.c: New file.
1664
1665 2002-11-01 Andrew Cagney <cagney@redhat.com>
1666
1667 * frame.h (deprecated_generic_get_saved_register): Rename
1668 generic_get_saved_register.
1669 * blockframe.c (deprecated_generic_get_saved_register): Update.
1670 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
1671 (xstormy16_frame_saved_register): Update.
1672 * sh-tdep.c (sh_gdbarch_init): Update.
1673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1674 * ia64-tdep.c (ia64_get_saved_register): Update.
1675 * cris-tdep.c (cris_gdbarch_init): Update.
1676 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
1677 * arm-tdep.c (arm_gdbarch_init): Update.
1678
1679 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1680
1681 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
1682
1683 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
1684
1685 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
1686 trampolines in sigaction.
1687
1688 2002-10-31 Andrew Cagney <cagney@redhat.com>
1689
1690 * h8300-tdep.c: Include "gdb_assert.h".
1691 (h8300_print_register): Add gdbarch, file and frame parameters.
1692 Use frame_read_unsigned_register to read the register's value.
1693 Use fprintf_filtered to display output.
1694 (h8300_print_registers_info): Replace h8300_do_registers_info.
1695 (h8300_gdbarch_init): Set print_registers_info.
1696
1697 2002-10-31 Andrew Cagney <cagney@redhat.com>
1698
1699 * frame.c (frame_read_unsigned_register): New function.
1700 (frame_read_signed_register): New function.
1701 * frame.h (frame_read_unsigned_register): Declare.
1702 (frame_read_signed_register): Declare.
1703
1704 2002-10-31 Andrew Cagney <cagney@redhat.com>
1705
1706 * h8500-tdep.c (h8500_print_registers_info): New static function,
1707 clone of infcmd.c's default_print_registers_info.
1708 (h8500_do_registers_info): New funtion.
1709 (h8500_print_register_hook): Rename print_register_hook, make
1710 static.
1711
1712 * config/h8500/tm-h8500.h: Update copyright.
1713 (DEPRECATED_DO_REGISTERS_INFO): Define.
1714 (h8500_do_registers_info: Declare.
1715 (PRINT_REGISTER_HOOK): Delete macro.
1716 (print_register_hook): Delete function.
1717
1718 2002-10-31 Andrew Cagney <cagney@redhat.com>
1719
1720 * z8k-tdep.c (z8k_print_register_hook): Make static.
1721 (z8k_print_registers_info): New static function, clone of
1722 infcmd.c's default_print_registers_info.
1723 (z8k_do_registers_info): New function. Wrap
1724 z8k_print_registers_info.
1725 * config/z8k/tm-z8k.h: Update copyright.
1726 (PRINT_REGISTER_HOOK): Delete macro.
1727 (z8k_print_register_hook): Delete declaration.
1728 (DEPRECATED_DO_REGISTERS_INFO): Define.
1729 (z8k_do_registers_info): Declare.
1730
1731 2002-10-30 Joel Brobecker <brobecker@gnat.com>
1732
1733 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
1734 as this is already provided by value.h, and was actually causing
1735 a compilation error because of a conflict in parameter type
1736 declaration due to a missing const keyword.
1737 (low_text_segment_addres): Fix a compilation warning.
1738
1739 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1740
1741 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
1742 registers without a name.
1743 (mips_linux_cannot_store_register): Don't store registers without
1744 a name.
1745
1746 2002-10-28 David Carlton <carlton@math.stanford.edu>
1747
1748 * symtab.c (find_addr_symbol): Delete. (It was already commented
1749 out.)
1750 * symtab.h: Delete prototype for find_addr_symbol.
1751
1752 2002-10-26 Andrew Cagney <cagney@redhat.com>
1753
1754 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
1755 DO_REGISTERS_INFO.
1756 gdbarch.h, gdbarch.c: Re-generate.
1757 * infcmd.c (default_print_registers_info): Update reference.
1758 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
1759 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
1760 * sh-tdep.c (sh_gdbarch_init): Ditto.
1761 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1762 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1763
1764 2002-10-26 Mark Kettenis <kettenis@gnu.org>
1765
1766 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
1767 cfi_init_extra_frame_info.
1768 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
1769 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
1770
1771 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
1772 target where necessary. Add more comments and remove the ones
1773 that don't provide any useful information.
1774
1775 * i386-tdep.c (i386_frame_saved_pc): Replace call to
1776 deprecated_read_register_dummy with
1777 frame_unwind_unsigned_register.
1778
1779 * i386-tdep.c (i386_extract_struct_value_address): Use
1780 regcache_raw_read_unsigned instead of
1781 regcache_cooked_read_unsigned since we know that the register
1782 we're reading isn't a pseudo register. Rename variable 'val' into
1783 the more descriptive 'addr'.
1784
1785 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
1786 (x86_64_push_return_address): Add comment.
1787 (x86_64_pop_frame): Make static.
1788 (examine_argument): Clarify comment.
1789 (x86_64_skip_prologue): Make prolog_expact variable static.
1790
1791 * dwarf2cfi.c: Fix some formatting problems.
1792 (context_cpy, read_encoded_pointer): Clarify comments.
1793
1794 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
1795 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
1796 i386 target back into x86_64_gdbarch_init. Add some comments and
1797 remove meaningless ones.
1798
1799 2002-10-25 Andrew Cagney <cagney@redhat.com>
1800
1801 * complaints.h (struct deprecated_complaint): Rename `struct
1802 complaint'.
1803 * complaints.c (complain): Update.
1804 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
1805 incorrect comment indicating that "symfile.h" was being included
1806 for the `struct complaint' definition.
1807 * remote-vx.c: Update.
1808 * objc-lang.c: Update.
1809 * xcoffread.c: Update.
1810 * hpread.c: Update.
1811 * mdebugread.c: Update.
1812 * stabsread.c: Update.
1813 * dwarf2read.c: Update.
1814 * dwarfread.c: Update.
1815 * elfread.c: Update.
1816 * coffread.c: Update.
1817 * stabsread.h: Update.
1818 * dbxread.c: Update.
1819 * buildsym.c: Update.
1820 * gdbtypes.c: Update.
1821 * macrotab.c: Update.
1822
1823 2002-10-25 Mark Kettenis <kettenis@gnu.org>
1824
1825 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
1826 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
1827 (x86_64_init_abi): ...new function.
1828
1829 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1830 * i386v-nat.c: Include "i386-tdep.h".
1831
1832 2002-10-25 Andrew Cagney <cagney@redhat.com>
1833
1834 * gdbtypes.c (address_space_name_to_int): Update.
1835 (address_space_int_to_name): Update.
1836 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
1837 multi-arch predicate.
1838 (address_class_name_to_type_flags): Ditto.
1839 * gdbarch.h, gdbarch.c: Re-generate.
1840
1841 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
1842
1843 2002-10-24 Martin M. Hunt <hunt@redhat.com>
1844
1845 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
1846
1847 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
1848
1849 * symtab.h (INIT_SAL): Delete macro.
1850 (init_sal): Export.
1851 * symtab.c (init_sal): New function.
1852
1853 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
1854 to init_sal function call.
1855 (find_sal_from_funcs_and_line): Ditto.
1856 (all_sals_for_line): Ditto.
1857 * breakpoint.c (create_internal_breakpoint): Ditto.
1858 (create_fork_vfork_event_catchpoint): Ditto.
1859 (create_exec_event_catchpoint): Ditto.
1860 (parse_breakpoint_sals): Ditto.
1861 (watch_command_1): Ditto.
1862 (handle_gnu_4_16_catch_command): Ditto.
1863 (clear_command): Ditto.
1864 * hppa-tdep.c (child_enable_exception_callback): Ditto.
1865 * infcmd.c (run_stack_dummy): Ditto.
1866 * infrun.c (process_event_stop_test): Ditto.
1867 (check_sigtramp2): Ditto.
1868 (step_over_function): Ditto.
1869 * linespec.c (decode_line_2): Ditto.
1870 (decode_line_1): Ditto.
1871 * source.c (line_info): Ditto.
1872 * symtab.c (find_pc_sect_line): Ditto.
1873
1874 2002-10-24 Michal Ludvig <mludvig@suse.cz>
1875
1876 * dwarf2cfi.c (struct context)
1877 (struct context_reg): Moved to dwarf2cfi.h
1878 (context_alloc, frame_state_alloc, context_cpy):
1879 Made extern instead of static, removed prototypes.
1880 * dwarf2cfi.h (struct context)
1881 (struct context_reg): New, moved from dwarf2cfi.c
1882 (context_alloc, frame_state_alloc, context_cpy):
1883 New prototypes.
1884 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
1885 Changed from static to extern.
1886 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
1887 (LINUX_SIGCONTEXT_FP_OFFSET)
1888 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
1889 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
1890 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
1891 * x86-64-tdep.c (x86_64_gdbarch_init): Several
1892 set_gdbarch_*() calls now use x86-64 specific functions
1893 instead of DWARF2 CFI ones.
1894 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
1895 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
1896 (x86_64_init_extra_frame_info): New prototypes.
1897
1898 2002-10-23 David Carlton <carlton@math.stanford.edu>
1899
1900 * linespec.c: #include "parser-defs.h".
1901 Delete prototype for find_template_name_end.
1902 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
1903
1904 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
1905
1906 * NEWS: add recent mi fixes.
1907 * varobj.c (struct varobj): Add new "updated" flag.
1908 (new_variable): Default "updated" flag to 0.
1909 (varobj_set_value): Set "updated" flag to 1 if value
1910 changes.
1911 (varobj_update): Check varobj "updated" flag before
1912 comparing old and refreshed values. Fix for
1913 PR gdb/702.
1914
1915 2002-10-23 David Carlton <carlton@math.stanford.edu>
1916
1917 * parse.c (parse_exp_1): Use BLOCK_START.
1918 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
1919 SYMBOL_BLOCK_VALUE.
1920 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
1921
1922 2002-10-23 David Carlton <carlton@math.stanford.edu>
1923
1924 * symtab.c: Delete cplusplus_hint.
1925 Delete prototype for find_template_name_end.
1926
1927 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1928
1929 * symtab.h: Update comment.
1930
1931 2002-10-23 Michael Snyder <msnyder@redhat.com>
1932
1933 * printcmd.c (address_info): Restore quotes in output.
1934 * valops.c (value_of_local): Restore quotes in error message.
1935
1936 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1937
1938 * symtab.c (symbol_demangled_name): New function.
1939 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1940 turning most of it into a function.
1941 (symbol_demangled_name): Export.
1942
1943 2002-10-23 Michael Snyder <msnyder@redhat.com>
1944
1945 * valops.c (value_of_local): Restore quotes in error message.
1946
1947 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
1948
1949 * symtab.c (symbol_init_language_specific): New function.
1950 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1951 turning most of it into a function.
1952 (symbol_init_language_specific): Export.
1953
1954 2002-10-23 David Carlton <carlton@math.stanford.edu>
1955
1956 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1957 (dwarf_attr_name): Ditto.
1958 (dwarf_type_encoding_name): Ditto.
1959 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1960 (process_die): Handle DW_TAG_namespace,
1961 DW_TAG_imported_declaration, DW_TAG_imported_module.
1962 (read_namespace): New function.
1963
1964 2002-10-22 Joel Brobecker <brobecker@gnat.com>
1965
1966 * configure.in: Define NEW_PROC_API on Interix too.
1967 * configure: Regenerate.
1968
1969 2002-10-21 Joel Brobecker <brobecker@gnat.com>
1970
1971 * configure: Regenerate using the proper version of autoconf.
1972
1973 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1974
1975 * findvar.c (read_var_value): Temporarily disable TLS code, until
1976 complete TLS support is added.
1977
1978 2002-10-21 Jim Blandy <jimb@redhat.com>
1979 Elena Zannoni <ezannoni@redhat.com>
1980
1981 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1982 for thread local storage locations.
1983 (struct symbol): Add objfile field.
1984 (SYMBOL_OBJFILE): Define.
1985 * dwarf2read.c (is_thread_local): New static variable.
1986 (new_symbol): If variable is in thread local fill in address class
1987 and objfile appropriately.
1988 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1989 stack operation.
1990 * printcmd.c (address_info): Print the information for thread
1991 local storage variable.
1992 * findvar.c (read_var_value): In case of thread local variable,
1993 defer to the target vector code to compute address.
1994
1995 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
1996
1997 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1998 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1999
2000 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
2001
2002 * symtab.h (address_class): Rename
2003 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
2004 * hpread.c (hpread_process_one_debug_symbol): Ditto.
2005 * printcmd.c (address_info): Ditto.
2006 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
2007
2008 2002-10-20 Mark Kettenis <kettenis@gnu.org>
2009
2010 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
2011 DBREG_DRX macro to acces debug registers.
2012
2013 * Makefile.in (i386obsd-tdep.o): New target.
2014
2015 * solib-sunos.c: Include "bcache.h" and "regcache.h".
2016 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
2017
2018 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
2019 * config/i386/obsd.mt: New file.
2020 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
2021 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
2022 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
2023 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
2024 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
2025 * i386obsd-tdep.c: New file.
2026
2027 2002-10-19 Adam Fedor <fedor@gnu.org>
2028
2029 * objc-exp.y (name_not_typename): Fix invalid comment.
2030
2031 2002-10-20 Mark Kettenis <kettenis@gnu.org>
2032
2033 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
2034 to allocate partial syms and macro byte caches.
2035
2036 2002-10-18 David Carlton <carlton@math.stanford.edu>
2037
2038 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
2039
2040 2002-10-18 Adam Fedor <fedor@gnu.org>
2041
2042 * stabsread.c (find_name_end): New function.
2043 (define_symbol): Use it.
2044
2045 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
2046
2047 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2048 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2049 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2050 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2051
2052 2002-10-17 David Carlton <carlton@math.stanford.edu>
2053
2054 * symfile.h: Add opaque declaration for struct obstack.
2055 Declare obsavestring to take a const char *.
2056 * symfile.c (obsavestring): Make first argument a const char *.
2057
2058 2002-10-16 Adam Fedor <fedor@gnu.org>
2059
2060 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
2061 names when matching breakpoints in current file.
2062
2063 2002-10-16 Kevin Buettner <kevinb@redhat.com>
2064
2065 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
2066 (read_tag_pointer_type): Add address class support.
2067 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
2068 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
2069 New methods.
2070 * gdbarch.h, gdbarch.c: Regenerate.
2071 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
2072 (make_type_with_address_space, recursive_type_dump): Add address
2073 class support.
2074 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
2075 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
2076 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
2077
2078 2002-10-16 Klee Dienes <kdienes@apple.com>
2079
2080 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
2081 to get the last character of a char[] buffer, not
2082 name[sizeof(vptr_name)-1].
2083
2084 2002-10-14 Adam Fedor <fedor@gnu.org>
2085
2086 * symtab.h: New objc_specific struct.
2087 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
2088 (SYMBOL_DEMANGLED_NAME): Likewise.
2089
2090 2002-10-14 Adam Fedor <fedor@gnu.org>
2091
2092 * symfile.c (init_filename_language_table): Add ObjC file extension.
2093
2094 2002-10-14 Adam Fedor <fedor@gnu.org>
2095
2096 * utils.c (puts_filtered_tabular): New function.
2097 (fprintf_symbol_filtered): Get ObjC demangled name.
2098 * defs.h (puts_filtered_tabular): Declared.
2099
2100 2002-10-14 Kevin Buettner <kevinb@redhat.com>
2101
2102 * c-lang.h (c_type_print_varspec_prefix): Delete.
2103 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
2104 ``need_post_space'' parameter. Adjust all callers.
2105
2106 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
2107
2108 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
2109 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2110 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2111 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2112
2113 2002-10-13 Adam Fedor <fedor@gnu.org>
2114
2115 * source.c (print_source_lines): Update comments.
2116
2117 2002-10-13 Adam Fedor <fedor@gnu.org>
2118
2119 * valops.c (value_of_local): New function.
2120 (value_of_this): Use it.
2121 * value.h (value_of_local): Declared.
2122
2123 2002-10-13 Adam Fedor <fedor@gnu.org>
2124
2125 * parse.c: (length_of_subexp, prefixify_subexp): Handle
2126 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
2127
2128 2002-10-12 Adam Fedor <fedor@gnu.org>
2129
2130 * language.c (binop_result_type): Add language_objc to case.
2131 (integral_type): Likewise.
2132 (character_type): Likewise.
2133 (string_type): Likewise.
2134 (boolean_type): Likewise.
2135 (structured_type): Likewise.
2136 (binop_type_check): Likewise.
2137
2138 2002-10-11 Adam Fedor <fedor@gnu.org>
2139
2140 * printcmd.c (address_info): Print 'self' for ObjC.
2141
2142 2002-10-11 Adam Fedor <fedor@gnu.org>
2143
2144 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
2145 OP_SELF.
2146
2147 2002-10-11 Adam Fedor <fedor@gnu.org>
2148
2149 * language.h (CAST_IS_CONVERSION): Add language_objc.
2150
2151 2002-10-11 Adam Fedor <fedor@gnu.org>
2152
2153 * defs.h (enum language): Add language_objc.
2154
2155 2002-10-11 Klee Dienes <kdienes@apple.com>
2156
2157 * corefile.c (read_memory_typed_address): New function.
2158 * gdbcore.h (read_memory_typed_address): Add prototype.
2159 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
2160 to read a value destined for a CORE_ADDR, not read_memory_integer.
2161 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
2162 (f77_get_dynamic_lowerbound): Ditto.
2163
2164 2002-10-11 Martin M. Hunt <hunt@redhat.com>
2165
2166 * utils.c (string_to_core_addr): After turning string into
2167 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
2168 which will do necessary sign-extension, etc.
2169
2170 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
2171
2172 * c-exp.y (THIS): Delete token and grammar rule.
2173 (yylex): Don't return THIS.
2174 * cp-valprint.c (vtbl_ptr_name_old): Delete.
2175 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
2176 * demangle.c (cplus_markers): Update comment. Put '$'
2177 first. Remove CPLUS_MARKER.
2178 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
2179 * jv-exp.y (THIS): Delete token and grammar rule.
2180 (yylex): Don't return THIS.
2181 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
2182 * objc-exp.y (THIS): Delete token and grammar rule.
2183 (yylex): Don't return THIS.
2184 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
2185 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
2186 (read_member_functions): Likewise for opname.
2187 (read_tilde_fields): Use is_cplus_marker.
2188
2189 * defs.h (CPLUS_MARKER): Don't define.
2190 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
2191 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
2192 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
2193 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
2194 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
2195
2196 * config/i386/tm-i386v4.h: Delete file.
2197 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
2198 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
2199 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
2200 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
2201 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
2202 * config/i386/i386sco5.mt (TM_FILE): Likewise.
2203 * config/i386/i386v4.mt (TM_FILE): Likewise.
2204 * config/i386/ncr3000.mt (TM_FILE): Likewise.
2205
2206 2002-10-10 Marko Mlinar <markom@opencores.org>
2207
2208 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
2209 accidentially not commited 2002-10-09
2210 * gdbarch.h, gdbarch.c: Re-generate.
2211
2212 2002-10-09 Marko Mlinar <markom@opencores.org>
2213
2214 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
2215 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
2216 * gdbarch.h, gdbarch.c: Re-generate.
2217
2218 2002-10-08 Petr Sorfa <petrs@caldera.com>
2219
2220 Revised and re-submitted by John Wolfe <jlw@caldera.com>
2221
2222 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
2223 so we can work on more than one compilation unit at a time. This
2224 helps prepare GDB to handle inter-CU die references.
2225 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
2226 the code to be defined before struct comp_unit_head.
2227 (comp_unit_head): Added new members - offset, cu_head,
2228 begin_die, next and dwarf2_abbrevs.
2229 (dwarf2_abbrevs): Removed single static var; now member of
2230 struct comp_unit_head.
2231 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
2232 members.
2233 (psymtab_to_symtab_1): Changed to work with the new
2234 struct comp_unit_head.
2235 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
2236 constructs the dwarf2_abbrevs[] inside the cu_header.
2237 (dwarf2_empty_abbrev_table): Now expects a ptr to a
2238 dwarf2_abbrev table to clean up.
2239 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
2240 handling of dwarf2_abbrevs inside the cu_header.
2241 (read_partial_die): Now supports the call to the new
2242 dwarf2_lookup_abbrev.
2243 (read_full_die): Now supports the call to the new
2244 dwarf2_lookup_abbrev.
2245
2246 2002-10-06 Christopher Faylor <cgf@redhat.com>
2247
2248 * Makefile.in (install-gdbtk): Add missing continuation backslash to
2249 insure that shell variables, such as "transformed_name" are propagated
2250 to later shell statements in rule.
2251
2252 2002-10-06 Mark Kettenis <kettenis@gnu.org>
2253
2254 * config/i386/nm-i386sco.h: Add protection against
2255 multiple-inclusion. Include "i386/nm-i386v.h".
2256 (REGISTER_U_ADDR): Remove define.
2257 (i386_register_u_addr): Remove prototype.
2258
2259 2002-10-04 Michael Snyder <msnyder@redhat.com>
2260
2261 * m32r-stub.c (handle_exception): Make sure exception is "trap"
2262 before treating it as a single-step event.
2263
2264 2002-10-03 Adam Fedor <fedor@gnu.org>
2265
2266 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
2267 (objc_demangle): Remove assignment in if statements, Replace
2268 free with xfree.
2269 (add_msglist): Likewise.
2270 (end_msglist): Likewise.
2271 (complare_selectors): Likewise.
2272 (selectors_info): Likewise.
2273 (compare_classes): Likewise.
2274 (classes_info): Likewise.
2275 (print_object_command): Likewise.
2276 (find_objc_msgcall_submethod): Replace PTR with void *.
2277 * objc-lang.h: Remove check for __STDC__.
2278
2279 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2280
2281 * ui-out.h (ui_out_field_fmt_int): New prototype.
2282 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
2283 of field width and alignment.
2284 * stack.c (print_frame_info_base): When printing frame level, use
2285 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
2286 PR gdb/192
2287
2288 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
2289
2290 * MAINTAINERS: Add self to Write After Approval list.
2291
2292 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2293
2294 * infcmd.c (interrupt_target_command_wrapper): Delete.
2295 (interrupt_target_command): Make non static.
2296 (nofp_registers_info): Make static.
2297 * stack.c (return_command_wrapper): Delete.
2298 (return_command): Make non static.
2299
2300 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2301
2302 * event-top.c (gdb_setup_readline): New function. Code moved from
2303 _initialize_event_loop().
2304 (_initialize_event_loop): Call gdb_setup_readline().
2305
2306 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2307
2308 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
2309 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
2310 * gdbarch.h, gdbarch.c: Re-generate.
2311
2312 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
2313
2314 Fix PR gdb/778
2315 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
2316 before recursing.
2317 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
2318 of fill_in_vptr_fieldno.
2319
2320 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
2321
2322 * inferior.h (registers_info, stepi_command, nexti_command,
2323 continue_command, interrupt_target_command): Export from infcmd.c.
2324 * frame.h (args_info, selected_frame_level_changed_hook,
2325 return_command): Export from stack.c.
2326 * v850ice.c (stepi_command, nexti_command, continue_command): use
2327 prototypes from inferior.h.
2328 * tracepoint.c (registers_info, args_info, locals_info): Use
2329 prototypes from frame.h and inferior.h.
2330 * Makefile.in (mi-main.o): Add dependency on frame.h.
2331
2332 2002-10-02 Andrew Cagney <ac131313@redhat.com>
2333
2334 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
2335 value in register 3 adjusted by ppc_gp0_regnum.
2336
2337 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
2338
2339 2002-10-02 Marko Mlinar <markom@opencores.org>
2340
2341 * MAINTAINERS: Add myself to the Write After Approval list.
2342
2343 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
2344
2345 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
2346 of the section for the N64 ABI, fixed.
2347
2348 * config/mips/tm-irix6.h: Include solib.h.
2349
2350 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
2351
2352 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
2353 GNU operators.
2354
2355 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2356
2357 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
2358 and that "mi0" syntax has been removed.
2359
2360 2002-09-30 David Carlton <carlton@math.stanford.edu>
2361
2362 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
2363 * ppc-sysv-tdep.c: #include "gdb_string.h".
2364 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
2365 pacify GCC.
2366
2367 2002-10-01 Andrew Cagney <ac131313@redhat.com>
2368
2369 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
2370 "vrsave"'s register number.
2371
2372 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2373
2374 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
2375 use frame_unwind_signed_register to obtain the PC.
2376 (mips_frame_chain): Handle a generic dummy frame.
2377 (mips_init_extra_frame_info): When a generic dummy frame, don't
2378 re-compute the frame base.
2379 (mips_pop_frame): Handle generic dummy frames.
2380 (mips_gdbarch_init): When generic dummy frames, set
2381 use_generic_dummy_frames, push_dummy_frame to
2382 generic_push_dummy_frame, pc_in_call_dummy to
2383 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
2384 generic_save_dummy_frame_tos.
2385
2386 2002-09-30 Andrew Cagney <ac131313@redhat.com>
2387
2388 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
2389 against TOP when TOP was explictly set.
2390 (generic_push_dummy_frame): Set TOP to zero.
2391
2392 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
2393
2394 * event-loop.c (start_event_loop): Rename variable 'result' to
2395 'gdb_result', to avoid conflicts with upcoming intepreters changes.
2396
2397 2002-09-30 Keith Seitz <keiths@redhat.com>
2398
2399 * gdb-events.sh (selected_thread_changed): New event.
2400 * gdb-events.c: Regenerated.
2401 * gdb-events.h: Regenerated.
2402
2403 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
2404
2405 * MAINTAINERS: Add self to Write After Approval list.
2406
2407 2002-09-30 Fernando Nasser <fnasser@redhat.com>
2408
2409 * disasm.c: New file.
2410 * disasm.h: New file.
2411 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
2412 (compare_lines): Ditto.
2413 (dump_insns): Ditto.
2414 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
2415 argument.
2416 (do_assembly_only): Ditto.
2417 (do_disassembly): Renamed to gdb_disassembly and moved to
2418 disasm.c. Sdded uiout argument.
2419 * Makefile.in: Add new files. Reorder SFILES list. Update
2420 dependencies. Include libgdb.a later in the insight executable.
2421
2422 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2423
2424 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
2425 bfd/elf64-alpha-fbsd.c.
2426
2427 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2428
2429 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
2430 i386gnu-tdep.c.
2431
2432 2002-09-29 Andrew Cagney <ac131313@redhat.com>
2433
2434 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
2435 __FUNCTION__.
2436 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
2437 function name.
2438 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
2439 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
2440 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
2441 (S_msg_sig_post_reply): Ditto.
2442
2443 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
2444
2445 * sh-tdep.c (sh_use_struct_convention): Use definition according
2446 to ABI.
2447 (sh_push_arguments): Store in register with correct endianess.
2448 (sh_default_store_return_value): Ditto.
2449 (sh_gdbarch_init): Set sizeof long double to 8.
2450
2451 2002-09-27 Mark Kettenis <kettenis@gnu.org>
2452
2453 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
2454 Fix some whitespace problems.
2455
2456 2002-09-27 David Carlton <carlton@math.stanford.edu>
2457
2458 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
2459 (mcore-tdep.o): Ditto.
2460 (ns32k-tdep.o): Ditto.
2461 (ns32knbsd-tdep.o): Ditto.
2462 (sh3-rom.o): Ditto.
2463 (vax-tdep.o): Ditto.
2464 * cris-tdep.c: #include "gdb_string.h"
2465 * mcore-tdep.c: Ditto.
2466 * ns32k-tdep.c: Ditto.
2467 * ns32knbsd-tdep.c: Ditto.
2468 * sh3-rom.c: Ditto.
2469 * vax-tdep.c: Ditto.
2470
2471 2002-09-27 David Carlton <carlton@math.stanford.edu>
2472
2473 * config/djgpp/fnchange.lst: Add entries for
2474 gdb/testsuite/gdb.c++/m-static files.
2475
2476 2002-09-27 Jim Wilson <wilson@redhat.com>
2477
2478 * MAINTAINERS: Add myself to the Write After Approval list.
2479
2480 2002-09-26 Martin M. Hunt <hunt@redhat.com>
2481
2482 * mips-tdep.c (find_proc_desc): Initialize startaddr.
2483
2484
2485 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2486
2487 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
2488 frame.
2489
2490 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2491
2492 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
2493 (rs6000_struct_return_address): Delete variable.
2494 (rs6000_store_struct_return): Update.
2495 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
2496 deprecated_extract_struct_value_address.
2497 (rs6000_frame_align): New function.
2498 (rs6000_gdbarch_init): Set frame_align.
2499
2500 2002-09-26 Andrew Cagney <ac131313@redhat.com>
2501
2502 From Grace Sainsbury <graces@redhat.com>:
2503 * Makefile.in (gdbtk-main.o): New target.
2504 (gdb.o): New target.
2505 (main_h): Define.
2506 (main.o): Update dependencies.
2507 (gdb$(EXEEXT)): Add gdb.o.
2508 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
2509 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
2510 (SUBDIR_GDBTK_CLEAN): Set.
2511 (install-gdbtk): Install the insight binary.
2512 (uninstall-gdbtk): New target.
2513 (all-gdbtk, clean-gdbtk): New rule.
2514 * top.c (use_windows): Default to zero.
2515 * main.c: Include "main.h".
2516 (main): Delete.
2517 (struct captured_main_args): Delete.
2518 (gdb_main): New function.
2519 * main.h: New file.
2520 * gdb.c: New File.
2521
2522 2002-09-25 Andrew Cagney <cagney@redhat.com>
2523
2524 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
2525 (frame_map_regnum_to_name): New function.
2526 (frame_map_name_to_regnum): New function.
2527 * frame.h (frame_map_name_to_regnum): Declare.
2528 (frame_map_regnum_to_name): Declare.
2529 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
2530 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
2531 * parse.c: Do not include "builtin-regs.h".
2532 (target_map_name_to_register): Delete function.
2533 (write_dollar_variable): Use frame_map_name_to_regnum.
2534 * parser-defs.h (target_map_name_to_register): Delete declaration.
2535 * expprint.c: Include "frame.h".
2536 (print_subexp): Use frame_map_regnum_to_name.
2537 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
2538 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
2539
2540 2002-09-25 Andrew Cagney <ac131313@redhat.com>
2541
2542 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
2543 wasn't saved, and the next innermost frame is a dummy, return the
2544 dummy frame's link register.
2545
2546 2002-09-24 Jim Blandy <jimb@redhat.com>
2547
2548 Fix from Paul Breed:
2549 * main.c (captured_main): Add a `break' after the case for 'b'.
2550
2551 2002-09-24 Keith Seitz <keiths@redhat.com>
2552
2553 * varobj.c (c_type_of_child): Use get_target_type instead
2554 of TYPE_TARGET_TYPE.
2555
2556 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2557
2558 * source.c (get_current_or_default_source_symtab_and_line): Remove
2559 function.
2560 (set_default_source_symtab_and_line): New function. Attempts to
2561 determine a source file to list lines from if one is not currently
2562 defined.
2563 (get_current_source_symtab_and_line): Initialize sal.pc and
2564 sal.end fields.
2565 (set_current_source_symtab_and_line): Mark argument as const.
2566 * source.h: Update declarations and comments.
2567 * linespec.c (decode_line_1): Replace call to removed routine above.
2568 * stack.c (print_frame_info_base): Ditto.
2569 * cli/cli-cmds.c (edit_command): Ditto.
2570 (list_command): Ditto.
2571
2572 2002-09-22 Fernando Nasser <fnasser@redhat.com>
2573
2574 * source.c (get_current_or_default_source_symtab_and_line): Initialize
2575 sal.pc and sal.end fields.
2576 (get_current_or_default_source_symtab_and_line): Ditto.
2577 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
2578 so we do not cause a new source symtab to be searched for (reverting an
2579 unintentional change from the 2002-09-20 patch).
2580 * scm-lang.c (scm_unpac): Ditto.
2581
2582 2002-09-21 Andrew Cagney <cagney@redhat.com>
2583
2584 * complaints.c (symfile_explanations): Remove new-line from
2585 ``isolated_message''.
2586 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
2587 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
2588
2589 2002-09-20 Nick Clifton <nickc@redhat.com>
2590
2591 * NEWS: Announce that V850EA ISA is no longer supported.
2592 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
2593
2594 2002-09-20 David Carlton <carlton@math.stanford.edu>
2595
2596 * Makefile.in (c-lang.o): Correct dependencies.
2597 (utils.o): Gather dependencies.
2598 (charset.o): Move.
2599 * c-lang.c: #include "gdb_string.h"
2600
2601 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2602
2603 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
2604 * cli/cli-cmds.c (list_command): New function. Implements the new
2605 cli edit command.
2606 (_init_cli_cmds): Add new command definition.
2607 * gdb.1: Document edit command.
2608 * doc/gdb.texinfo: Document edit command.
2609
2610 2002-09-20 Fernando Nasser <fnasser@redhat.com>
2611
2612 * source.c: Make global variables current_source_symtab and
2613 current_source_line static.
2614 (list_command): Moved to cli/cli-cmds.c.
2615 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
2616 (get_first_line_listed): New accessor function.
2617 (get_lines_to_list): New accessor function.
2618 (get_current_source_symtab_and_line): New function. Retrieves the
2619 position in the source code that we consider current.
2620 (get_current_or_default_source_symtab_and_line): New function.
2621 Like the above but attempts to determine a default position if one
2622 is not currently defined.
2623 (set_current_source_symtab_and_line): New function. Sets the source
2624 code position considered current and returns the previously set one.
2625 (clear_current_source_symtab_and_line): Reset stored information about
2626 a current source line.
2627 (_initialize_source): Remove registration for the "list" command and
2628 its alias.
2629 * source.h: Add declarations for the new functions above.
2630 * symtab.h: Remove declarations for the global variables mentioned
2631 above.
2632 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
2633 obtain current source line.
2634 * linespec.c (decode_line_1): Ditto.
2635 * macroscope.c (default_macro_scope): Ditto.
2636 * scm-lang.c (scm_unpac): Ditto.
2637 * stack.c (print_frame_info_base): Ditto.
2638 * symfile.c (clear_symtab_users): Ditto.
2639 * symtab.c (decode_line_spec): Ditto.
2640 * cli/cli-cmds.c (list_command): Moved here from source.c.
2641 (ambiguous_line_spec): Moved here from source.c.
2642 (_init_cli_cmds): Add definition for "list" and its alias.
2643 * Makefile.in: Update dependencies.
2644
2645 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2646
2647 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
2648 with what gcc thinks is correct.
2649
2650 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
2651
2652 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
2653 multiple register push instruction.
2654
2655 2002-09-19 Jim Blandy <jimb@redhat.com>
2656
2657 Add support for distinct host and target character sets.
2658 * charset.c, charset.h: New files.
2659 * c-exp.y: #include "charset.h".
2660 (yylex): Convert character and string literals to the target
2661 character set, before returning them as the semantic value of the
2662 token.
2663 * c-lang.c: #include "charset.h".
2664 (c_emit_char): Use charset-specific methods to recognize
2665 characters with backslash escape forms, to decide which characters
2666 to print literally and which to print using numeric escape
2667 sequences, and to convert target characters to host characters
2668 before printing.
2669 * utils.c: #include "charset.h".
2670 (no_control_char_error): New function.
2671 (parse_escape): Use charset-specific methods to recognize
2672 backslash escapes, parse `control character' notation, and convert
2673 characters from the host character set to the target character set.
2674 * configure.in: Set the default host character set.
2675 Check where to find iconv, and what its argument types might be.
2676 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
2677 * Makefile.in (SFILES): List charset.c.
2678 (COMMON_OBS): List charset.o.
2679 (charset.o): New rule.
2680 (charset_h): New header dependency variable.
2681 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
2682 (LIBICONV): New variable, set by configure.
2683 (CLIBS): Include $(LIBICONV) here.
2684 * aclocal.m4, config.in, configure: Regenerated.
2685
2686 2002-09-19 Joel Brobecker <brobecker@gnat.com>
2687
2688 * ada-exp.y: Add missing semicolons to end rules. Fixes a
2689 bison 1.35 warning.
2690
2691 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
2692
2693 * gdb_mbuild.sh: New file.
2694
2695 2002-09-19 Andrew Cagney <ac131313@redhat.com>
2696
2697 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
2698
2699 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2700
2701 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
2702 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
2703 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
2704 valops.c, value.h: Revert previous change.
2705
2706 2002-09-18 Michael Snyder <msnyder@redhat.com>
2707
2708 Preliminary support for Objective-C:
2709 * defs.h (language_objc): New enum value.
2710 (puts_filtered_tabular): Declaration only, exported from utils.c.
2711 (skip_quoted): Delete, declared in completer.h.
2712 * c-exp.y: Include completer.h.
2713 * p-exp.y: Ditto.
2714 * jv-exp.y: Ditto.
2715 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
2716 New operator enum values.
2717 * language.h (CAST_IS_CONVERSION): Test for language_objc.
2718 * language.c (binop_result_type): Handle language_objc case.
2719 (integral_type, character_type, string_type, boolean_type,
2720 structured_type, binop_type_check): Ditto.
2721 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
2722 (struct objc_specific): Add to general_symbol_info.
2723 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
2724 (SYMBOL_DEMANGLED_NAME): Handle objc case.
2725 * parser-defs.h (struct objc_class_str): New struct type.
2726 (start_msglist, end_msglist, add_msglist): Declaration only,
2727 exported from objc-lang.c.
2728 * value.h (value_of_local, value_nsstring,
2729 call_function_by_hand_expecting_type): Exported from valops.c.
2730 * valops.c (find_function_addr): Export.
2731 (call_function_by_hand_expecting_type): New function.
2732 (value_of_local): New function.
2733 * symfile.c (init_filename_language_table): Add ".m" extension
2734 for Objective-C.
2735 * utils.c (puts_filtered_tabular): New function.
2736 (fprintf_symbol_filtered): Add objc demangling support (disabled).
2737 (set/show demangle): Extend help-string to refer to ObjC.
2738 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
2739 * stabsread.c (symbol_reference_defined): Objective-C symbols
2740 may contain colons: make allowances when scanning stabs strings
2741 for colons.
2742 (objc_find_colon): New function.
2743 * printcmd.c (address_info): If language == objc then print
2744 "self" instead of "this".
2745 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
2746 OP_NSSTRING, and OP_SELF.
2747 (prefixify_subexp): Ditto.
2748 * source.c (print_source_lines): Mention objc in comment.
2749 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
2750 method names.
2751
2752 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2753
2754 * complaints.h: Update copyright.
2755 (struct complaints): Declare.
2756 (struct complaint): Make `message' constant.
2757 (internal_complaint): Declare.
2758 (complaint): Declare.
2759 (complaint_root): Delete declaration.
2760 (symfile_complaints): Delete declaration.
2761 (struct complaints): Add opaque declaration.
2762 (clear_complaints): Add a complaints parameter.
2763 * complaints.c: Update copyright.
2764 (enum complaint_series): Define.
2765 (complaint_root): Delete.
2766 (struct complaints): Define.
2767 (complaint_sentinel, symfile_complaint_book): New variables.
2768 (symfile_explanations, symfile_complaints): New variables.
2769 New variables.
2770 (get_complaints): New function.
2771 (vcomplaint): New function.
2772 (complaint): New function.
2773 (internal_complaint): New function.
2774 (complain): Call vcomplain with symfile_complaint.
2775 (clear_complaints): Rewrite.
2776 (_initialize_complaints): Use add_setshow_command.
2777 * Makefile.in (complaints.o): Update dependencies.
2778 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
2779 to call to clear_complaints.
2780 (new_symfile_objfile, reread_symbols): Ditto.
2781 (oldsyms_complaint): Delete.
2782 (empty_symtab_complaint, unknown_option_complaint): Delete.
2783 (free_named_symtabs): Use complaint instead of complain.
2784
2785 2002-09-18 Michael Snyder <msnyder@redhat.com>
2786
2787 Contributed by Apple Computer, Inc. Merged with current sources
2788 by Adam Fedor <fedor@doc.com> [cagney].
2789
2790 * objc-lang.c: First clean-up round: comments, indentation.
2791 * objc-lang.h: Ditto.
2792 * objc-lang.y: Ditto.
2793
2794 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2795
2796 * maint.c (maintenance_internal_error): Print the parameter as the
2797 error message.
2798 (maintenance_internal_warning): New function.
2799 (_initialize_maint_cmds): Add command `maint internal-warning'.
2800
2801 * defs.h (internal_warning, internal_vwarning): Declare.
2802 * utils.c (struct internal_problem): Define.
2803 (internal_vproblem): New function.
2804 (internal_warning): New function.
2805 (internal_vwarning): New function.
2806 (internal_warning_problem, internal_error_problem): New variables.
2807 (internal_verror): Just call internal_vproblem.
2808
2809 2002-09-18 Michael Snyder <msnyder@redhat.com>
2810
2811 * objc-lang.c: New file, support for Objective-C.
2812 Preliminary check-in, not yet integrated into gdb.
2813 * objc-lang.h: New file.
2814 * objc-exp.y: New file.
2815
2816 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2817
2818 * infrun.c (signal_stop_update): Convert definition to ISO C.
2819 (signal_print_update): Ditto.
2820 (signal_pass_update): Ditto.
2821 * inflow.c (terminal_save_ours): Ditto.
2822
2823 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
2824 comments.
2825
2826 * config/djgpp/fnchange.lst: Handle name clashes between
2827 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
2828 bfd/coff-tic80.c.
2829
2830 * i386-linux-tdep.h: Fix tipo.
2831
2832 2002-09-18 Adam Fedor <fedor@gnu.org>
2833
2834 * MAINTAINERS: Add myself to the Write After Approval list.
2835
2836 2002-09-18 Jim Blandy <jimb@redhat.com>
2837
2838 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
2839 texthigh and textlow to reader-specific structs caused
2840 objfile_relocate to miss them. This is fixable, but the work that
2841 the change was supposed to prepare GDB for never got done anyway.
2842
2843 2002-09-18 David Carlton <carlton@math.stanford.edu>
2844
2845 * MAINTAINERS: Alphabetize Write After Approval list.
2846
2847 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
2848
2849 Fix PR gdb/709
2850 * values.c (value_static_field): Call read_var_value.
2851
2852 2002-09-18 Andrew Cagney <ac131313@redhat.com>
2853
2854 * valops.c (hand_function_call): Align the initial stack pointer
2855 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
2856 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
2857 return value.
2858 * mips-tdep.c (mips_frame_align): New function.
2859 (mips_gdbarch_init): Set frame_align.
2860 * gdbarch.sh (FRAME_ALIGN): New method.
2861 * gdbarch.h, gdbarch.c: Re-generate.
2862
2863 2002-09-18 Michal Ludvig <mludvig@suse.cz>
2864
2865 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
2866 registers.
2867
2868 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2869
2870 * NEWS: Mention that MIPS $fp behavior changed.
2871 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
2872 reference to FP_REGNUM.
2873 (mipsnbsd_cannot_store_register): Ditto.
2874 * mips-linux-nat.c: Update copyright.
2875 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
2876 (mips_linux_cannot_store_register): Ditto.
2877 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
2878 * config/mips/tm-mips.h: Update copyright.
2879 (FP_REGNUM): Delete macro.
2880 (MIPS_REGISTER_NAMES): Replace "fp" with "".
2881 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
2882 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
2883 (mips_r3041_reg_names, mips_r3051_reg_names)
2884 (mips_r3081_reg_names): Replace "fp" with "".
2885 Fix PR gdb/480.
2886
2887 2002-09-17 Theodore A. Roth <troth@verinet.com>
2888
2889 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
2890 generic_read_register_dummy() (PR gdb/703).
2891 (avr_push_return_address): #if 0 out unused vars.
2892 (avr_gdbarch_init): Enable use of avr_push_return_address().
2893
2894 2002-09-17 Michael Snyder <msnyder@redhat.com>
2895
2896 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
2897 RTE will take care of it.
2898
2899 2002-09-17 Andrew Cagney <ac131313@redhat.com>
2900
2901 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
2902 invalid, return SP_REGNUM.
2903
2904 2002-09-17 Michael Snyder <msnyder@redhat.com>
2905
2906 * mips-tdep.c (mips_pop_frame): Read saved values of floating
2907 point registers without sign extension.
2908
2909 2002-09-17 Andrew Cagney <cagney@redhat.com>
2910
2911 * blockframe.c (deprecated_read_register_dummy): Rename
2912 generic_read_register_dummy.
2913 * frame.c (frame_unwind_signed_register): New function.
2914 (frame_unwind_unsigned_register): New function.
2915 * frame.h (frame_unwind_signed_register): Declare.
2916 (frame_unwind_unsigned_register): Declare.
2917 (deprecated_read_register_dummy): Rename
2918 generic_read_register_dummy.
2919
2920 * h8300-tdep.c (h8300_frame_chain): Update.
2921 (h8300_frame_saved_pc): Update.
2922 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
2923 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
2924 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
2925 (s390_frame_chain): Update.
2926 * v850-tdep.c (v850_find_callers_reg): Update.
2927 (v850_frame_saved_pc): Update.
2928 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2929 (m32r_find_callers_reg): Update.
2930 (m32r_frame_saved_pc): Update.
2931 * sh-tdep.c (sh_find_callers_reg): Update.
2932 (sh64_get_saved_pr): Update.
2933 (sh_init_extra_frame_info): Update.
2934 (sh_init_extra_frame_info): Update.
2935 (sh64_init_extra_frame_info): Update.
2936 (sh64_init_extra_frame_info): Update.
2937 * mcore-tdep.c (mcore_find_callers_reg): Update.
2938 (mcore_frame_saved_pc): Update.
2939 (mcore_init_extra_frame_info): Update.
2940 * i386-tdep.c (i386_frame_saved_pc): Update.
2941 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2942 (ia64_init_extra_frame_info): Update.
2943 (ia64_init_extra_frame_info): Update.
2944 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2945 * cris-tdep.c (cris_init_extra_frame_info): Update.
2946 * avr-tdep.c (avr_frame_chain): Update.
2947 (avr_init_extra_frame_info): Update.
2948 (avr_frame_saved_pc): Update.
2949 * arm-tdep.c (arm_find_callers_reg): Update.
2950 (arm_init_extra_frame_info): Update.
2951 (arm_frame_saved_pc): Update.
2952
2953 2002-09-17 Tom Tromey <tromey@redhat.com>
2954
2955 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2956 is "'".
2957
2958 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
2959
2960 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2961 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2962 NEXT_PROLOGUE_INSN.
2963 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2964 NEXT_PROLOGUE_INSN.
2965
2966 2002-09-16 Joel Brobecker <brobecker@gnat.com>
2967
2968 * osfsolib.c: Remove file, replaced by solib-osf.c.
2969 * Makefile.in: Remove compilation rules for osfsolib.c.
2970
2971 2002-09-16 David Carlton <carlton@math.stanford.edu>
2972
2973 * cp-valprint.c (cp_print_class_method): Correct args to
2974 check_stub_method_group.
2975
2976 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
2977
2978 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2979 `set architecture'. Unify naming convention of functions.
2980 (h8300_skip_prologue): Improve prologue analysis.
2981 (h8300_push_arguments): Rewritten to more closely match GCC's
2982 bizarre argument-passing behavior, along with the comment describing
2983 said behavior.
2984 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2985 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2986 sim, remote-e7000.c, remote-hms.c and remote.c
2987
2988 2002-09-15 Mark Kettenis <kettenis@gnu.org>
2989
2990 * i386-tdep.c (gdb_print_insn_i386): Removed.
2991 (i386_print_insn): New function.
2992 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2993 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2994 tm_print_insn_info.
2995
2996 2002-09-14 Mark Kettenis <kettenis@gnu.org>
2997
2998 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2999 zero.
3000
3001 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
3002
3003 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
3004 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
3005 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
3006
3007 2002-09-13 Christopher Faylor <cgf@redhat.com>
3008
3009 * win32-nat.c (child_create_inferior): Honor 'tty' command.
3010
3011 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
3012
3013 * gdbtypes.c (check_stub_method): Make static.
3014 (check_stub_method_group): New function.
3015 * gdbtypes.h: Update prototypes.
3016 * cp-support.c: New file.
3017 * cp-support.h: New file.
3018
3019 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
3020 (update_method_name_from_physname): New function.
3021 (read_member_functions): Correct method names for operators
3022 and v3 constructors/destructors. Separate v2 constructors and
3023 destructors.
3024 * Makefile.in (stabsread.o): Update dependencies.
3025 (SFILES): Add cp-support.c.
3026 (COMMON_OBS): Add cp-support.o.
3027 (cp_support_h, cp-support.o): Add.
3028
3029 * cp-valprint.c (cp_print_class_method): Call
3030 check_stub_method_group instead of check_stub_method. Remove
3031 extraneous QUITs.
3032 * p-valprint.c (pascal_object_print_class_method): Likewise.
3033 * valops.c (search_struct_method): Likewise.
3034 (find_method_list, value_struct_elt_for_reference): Likewise.
3035
3036 2002-09-13 Andrew Cagney <cagney@redhat.com>
3037
3038 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
3039 * gdbarch.h, gdbarch.c: Regenerate.
3040
3041 2002-09-13 Andrew Cagney <ac131313@redhat.com>
3042
3043 * frame.c (find_saved_register): Delete function.
3044 * frame.h (find_saved_register): Delete declaration.
3045 Fix PR gdb/631.
3046
3047 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
3048
3049 * mips-tdep.c (read_next_frame_reg): Re-hack using
3050 frame_register_unwind.
3051
3052 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
3053
3054 * mips-tdep.c (mips_get_saved_register): Re-hack using
3055 frame_register_unwind.
3056
3057 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3058
3059 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
3060 vector. Will be useful for Interix.
3061 * gdbarch.h, gdbarch.c: Regenerate.
3062
3063 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
3064 name of the malloc function by NAME_OF_MALLOC.
3065
3066 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3067
3068 * value.h (find_function_in_inferior): Add const keyword to
3069 one of the parameters. Allows us to invoke this function with
3070 a const char *.
3071 * valops.c (find_function_in_inferior): Likewise.
3072
3073 2002-09-12 Joel Brobecker <brobecker@gnat.com>
3074
3075 * exec.c (xfer_memory): Fix compilation warning with old versions
3076 of GCC.
3077 * tracepoint.c (trace_find_tracepoint_command): Likewise.
3078
3079 2002-09-12 David Carlton <carlton@math.stanford.edu>
3080
3081 * symtab.h: Run through gdb_indent.h.
3082 Add 2002 to Copyright year list.
3083
3084 2002-09-12 Alan Modra <amodra@bigpond.net.au>
3085
3086 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
3087 mach constants.
3088 * MAINTAINERS: Add myself to write after approval list.
3089
3090 2002-09-11 J. Brobecker <brobecker@gnat.com>
3091
3092 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
3093
3094 2002-09-11 J. Brobecker <brobecker@gnat.com>
3095
3096 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
3097 Interix.
3098
3099 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
3100
3101 * procfs.c (do_detach): Clear current signal, not just fault.
3102 Corrects problem with breakpoint trap signal leaking to detached
3103 process on Tru64.
3104
3105 2002-09-10 Michael Snyder <msnyder@redhat.com>
3106
3107 * buildsym.c (finish_block): Protect against null pointer.
3108
3109 2002-09-10 Andrew Cagney <cagney@redhat.com>
3110
3111 * infcmd.c (default_print_registers_info): Send all output to
3112 ``file'' instead of ``gdb_stdout''.
3113
3114 2002-09-10 Michael Snyder <msnyder@redhat.com>
3115
3116 * mips-tdep.c (mips_extract_struct_value_address): Make val a
3117 LONGEST, and use signed register read (addresses are sign-
3118 extended for mips).
3119
3120 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
3121
3122 * event-loop.c (gdb_do_one_event): Make public.
3123 * event-loop.h (gdb_do_one_event): Declare.
3124
3125 2002-09-10 Jeff Law <law@redhat.com>
3126
3127 * infttrace.c (child_resume): Simplify and rework to avoid
3128 TT_PROC_CONTINUE.
3129
3130 2002-09-09 Fred Fish <fnf@intrinsity.com>
3131
3132 * printcmd.c (print_scalar_formatted): "len" is the number of
3133 target bytes, NOT the number of target bits.
3134
3135 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
3136
3137 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
3138 * top.c (init_main): Set rl_terminal_name.
3139
3140 2002-09-08 Aidan Skinner <aidan@velvet.net>
3141
3142 * ada-lang.c (ada_array_bound, ada_type_match,
3143 _initialize_ada_language): Fix K&R definitions.
3144 * ada-tasks.c (get_current_task): Fix K&R definitions.
3145 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
3146
3147 2002-09-07 Christopher Faylor <cgf@redhat.com>
3148
3149 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
3150 Add XP.
3151
3152 2002-09-06 Mark Kettenis <kettenis@gnu.org>
3153
3154 * i386-tdep.c (i386_register_virtual_type,
3155 i386_register_convertible, i386_register_convert_to_virtual,
3156 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
3157 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
3158 (i386_gdbarch_init): Fix comment. Add comments on calls that set
3159 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
3160 Don't set push_arguments twice.
3161
3162 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
3163 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
3164 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
3165 sigtramp_end to NULL.
3166 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
3167 defines.
3168 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
3169
3170 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
3171 whitespace.
3172
3173 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
3174 * gdbarch.h, gdbarch.c: Re-generate.
3175 * blockframe.c (find_pc_sect_partial_function): Convert to use
3176 SIGTRAMP_START_P predicate.
3177
3178 2002-09-05 Michael Snyder <msnyder@redhat.com>
3179
3180 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
3181 generic_dummy_frame method and old method. Also distinguish
3182 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
3183 (arm_extract_return_value): Use new regcache method.
3184
3185 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
3186 adjustment that doesn't conform to the ABI.
3187 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
3188 saved regcache, not from current regcache.
3189
3190 2002-09-05 Andrew Cagney <ac131313@redhat.com>
3191
3192 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
3193 * README: Update.
3194
3195 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
3196
3197 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
3198 if arm_apcs_32 is false.
3199
3200 2002-09-04 Andrew Cagney <ac131313@redhat.com>
3201
3202 GDB 5.3 branch created.
3203
3204 2002-09-03 Theodore A. Roth <troth@verinet.com>
3205
3206 * gdb/avr-tdep.c (avr_gdbarch_init): Use
3207 generic_unwind_get_saved_register.
3208
3209 2002-09-03 David Carlton <carlton@math.stanford.edu>
3210
3211 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
3212 argument (PR gdb/653). Update call to smash_to_method_type.
3213 (read_structure_scope): Update call to dwarf2_add_member_fn.
3214
3215 2002-09-03 Michal Ludvig <mludvig@suse.cz>
3216
3217 * x86-64-linux-tdep.c: Include gdb_string.h
3218 * x86-64-linux-nat.c: Ditto.
3219
3220 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3221
3222 * ada-exp.y (yyname, yyrule): Remap global variables that appear
3223 when YYDEBUG is set to 1.
3224 * c-exp.y: Likewise.
3225 * f-exp.y: Likewise.
3226 * jv-exp.y: Likewise.
3227 * m2-exp.y: Likewise.
3228 * p-exp.y: Likewise.
3229
3230 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3231
3232 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
3233 dependency list.
3234 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
3235 solib_svr4_fetch_link_map_offsets to
3236 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
3237 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3238 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
3239 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
3240 solib-svr4.o, and solib-legacy.o.
3241 * config/i386/tm-nbsd.h: Include solib.h.
3242
3243 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3244
3245 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
3246 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
3247 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
3248 comment noting that this needs its own target configuration.
3249 * config/i386/nbsd.mt: New file.
3250 * config/i386/nbsdaout.mt: Remove.
3251 * config/i386/nbsdelf.mt: Ditto.
3252 * config/i386/tm-nbsdaout.h: Ditto.
3253
3254 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3255
3256 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
3257 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
3258 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
3259 tdep->sigtramp_end.
3260 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
3261 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
3262 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
3263
3264 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
3265
3266 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
3267 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
3268 * i386-tdep.h (i386bsd_init_abi): New prototype.
3269 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
3270 function declaration.
3271 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
3272 for NetBSD-a.out or NetBSD-ELF.
3273 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
3274 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
3275 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
3276 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
3277 and nbsd-tdep.h.
3278 (i386nbsd_pc_in_sigtramp): New function.
3279 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3280 i386nbsd_pc_in_sigtramp.
3281 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
3282 and i386nbsdelf_init_abi OS ABI handlers.
3283 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
3284 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
3285
3286 2002-09-02 Mark Kettenis <kettenis@gnu.org>
3287
3288 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
3289 registers if the target really has them.
3290
3291 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3292
3293 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
3294 than nbsd-tdep.h.
3295
3296 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3297
3298 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
3299 list.
3300 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
3301 (alphanbsd_skip_sigtramp_frame): New functions.
3302 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
3303 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
3304 to alphanbsd_sigcontext_addr.
3305
3306 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
3307
3308 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
3309 list.
3310 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
3311 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
3312 nbsd_pc_in_sigtramp.
3313 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
3314 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
3315 * nbsd-tdep.c: Include gdb_string.h.
3316 (nbsd_pc_in_sigtramp): New function.
3317 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
3318 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
3319 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3320 ppcnbsd_pc_in_sigtramp.
3321 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
3322 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
3323 shnbsd_pc_in_sigtramp.
3324 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
3325 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
3326 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
3327
3328 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
3329
3330 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
3331 watchpoints to NULL.
3332 (insert_breakpoints): set val field of watchpoints if NULL.
3333
3334
3335 2002-08-29 Jim Blandy <jimb@redhat.com>
3336
3337 * symtab.c (lookup_symbol_aux): In the cases where we find a
3338 minimal symbol of an appropriate name and use its address to
3339 select a symtab to read and search, use `name' (as passed to us)
3340 as the demangled name when searching the symtab's global and
3341 static blocks, not the minsym's name.
3342
3343 2002-08-29 Keith Seitz <keiths@redhat.com>
3344
3345 * stack.c (print_frame_info_base): Always set current_source_symtab
3346 and current_source_line.
3347
3348 2002-08-29 Donn Terry <donnte@microsoft.com>
3349
3350 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
3351
3352 2002-08-28 Keith Seitz <keiths@redhat.com>
3353
3354 * stack.c (select_frame): Add FIXME concerning selected-frame
3355 events.
3356 (select_frame_command): Send selected-frame-level-changed
3357 event notification, but only if the level actually changed.
3358 (up_silently_base): Add selected-frame-level-changed event
3359 notification.
3360 (down_silently_base): Likewise.
3361
3362 2002-08-28 Andrew Cagney <ac131313@redhat.com>
3363
3364 * Makefile.in: Update dependencies for all gdb/*.c files.
3365
3366 2002-08-27 Tom Tromey <tromey@redhat.com>
3367
3368 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
3369 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
3370 Update dependencies.
3371 * i387-tdep.c: Include gdb_string.h.
3372 * osabi.c: Likewise.
3373 * i386-linux-nat.c: Likewise.
3374 * lin-lwp.c: Likewise.
3375 * ax-gdb.c: Likewise.
3376 * signals/signals.c: Likewise.
3377 * jv-valprint.c: Likewise.
3378 * p-lang.c: Likewise.
3379 * c-valprint.c: Likewise.
3380 * cp-abi.c: Likewise.
3381
3382 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
3383
3384 * cli/cli-script.h (copy_command_lines): Export.
3385 * breakpoint.c: Include cli/cli-script.h.
3386 * Makefile.in (breakpoint.o): Update dependencies.
3387
3388 2002-08-26 Michael Snyder <msnyder@redhat.com>
3389
3390 * breakpoint.c (insert_breakpoints): Protect all references
3391 to 'process_warning'. Shorten long lines.
3392
3393 2002-08-26 Joel Brobecker <brobecker@gnat.com>
3394
3395 * cli/cli-script.c (copy_command_lines): New function.
3396 * defs.h (copy_command_lines): Export.
3397 * testsuite/gdb.base/commands.exp: New tests for commands
3398 attached to a temporary breakpoint, and for commands that
3399 delete the breakpoint they are attached to.
3400
3401 2002-08-26 Michael Snyder <msnyder@redhat.com>
3402
3403 * breakpoint.c (bpstat_stop_status): Instead of copying the
3404 pointer to the breakpoint commands struct, make a new copy
3405 of the struct and point to that.
3406 (bpstat_clear): Free the commands struct.
3407 (bpstat_clear_actions): Free the commands struct.
3408 (bpstat_do_actions): Free the command actions. Also execute
3409 the local cleanups, instead of deleting them.
3410 (delete_breakpoint): Leave the commands field of the bpstat
3411 chain alone -- it will be freed later.
3412
3413 2002-08-26 Kevin Buettner <kevinb@redhat.com>
3414
3415 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
3416 deleted in 2002-08-20 commit. This function is still used by
3417 ppc-linux-nat.c.
3418
3419 2002-08-26 Keith Seitz <keiths@redhat.com>
3420
3421 * gdb-events.sh: Add selected-frame-level-changed event.
3422 * gdb-events.c: Regenerated.
3423 * gdb-events.h: Regenerated.
3424
3425 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
3426
3427 Fix PR gdb/393:
3428 * inflow.c (terminal_save_ours): New function to save terminal
3429 settings.
3430 * inferior.h (terminal_save_ours): Declare.
3431 * target.c (debug_to_terminal_save_ours): New function.
3432 (cleanup_target): Defaults to_terminal_save_ours.
3433 (update_current_target): Inherit to_terminal_save_ours.
3434 (setup_target_debug): Set to_terminal_save_ours.
3435 * target.h (target_terminal_save_ours): New to save terminal settings.
3436 (target_ops): New member to_terminal_save_ours.
3437 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
3438 * hpux-thread.c (init_hpux_thread_ops): Likewise.
3439 * inftarg.c (init_child_ops): Likewise.
3440 * m3-nat.c (init_m3_ops): Likewise.
3441 * procfs.c (init_procfs_ops): Likewise.
3442 * wince.c (init_child_ops): Likewise.
3443 * win32-nat.c (init_child_ops): Likewise.
3444 * sol-thread.c (init_sol_thread_ops): Likewise.
3445
3446 2002-08-26 Mark Kettenis <kettenis@gnu.org>
3447
3448 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
3449 use regcache_* functions.
3450 (i386_gdbarch_init): Set store_return_value instead of
3451 deprecated_store_return_value.
3452
3453 * regcache.c (regcache_raw_write_signed,
3454 regcache_raw_write_unsigned): New functions.
3455 * regcache.h (regcache_raw_write_signed,
3456 regcache_raw_write_unsigned): New prototypes.
3457
3458 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3459
3460 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
3461 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
3462 source file dependencies. Cleanup corresponding generator rules.
3463
3464 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3465
3466 * regcache.h (register_offset_hack): Declare.
3467 (regcache_cooked_read_using_offset_hack): Declare.
3468 (regcache_cooked_write_using_offset_hack): Declare.
3469
3470 * regcache.c (register_offset_hack): New function.
3471 (regcache_cooked_read_using_offset_hack): New function.
3472 (regcache_cooked_write_using_offset_hack): New function.
3473 (regcache_dump): Check that the registers, according to their
3474 offset, are packed hard against each other.
3475 (cooked_xfer_using_offset_hack): New function.
3476
3477 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3478
3479 * regcache.c (struct regcache_descr): Add field register_type.
3480 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
3481 in as a parameter
3482 (init_regcache_descr): Initialize register_type. Pass the descr
3483 to init_legacy_regcache_descr. Use register_type instead of
3484 REGISTER_VIRTUAL_TYPE.
3485 (register_type): New function.
3486 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
3487 * regcache.h (register_type): Declare.
3488
3489 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3490
3491 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
3492 instead of deprecated_store_return_value. Fix fallout from
3493 2002-08-23 Andrew Cagney <cagney@redhat.com>.
3494
3495 2002-08-25 Andrew Cagney <ac131313@redhat.com>
3496
3497 * regcache.c (max_register_size): New function.
3498 (init_legacy_regcache_descr): Ensure that max_register_size is
3499 large enough for REGISTER_VIRTUAL_SIZE.
3500 * regcache.h (max_register_size): Declare.
3501
3502 2002-08-24 Andrew Cagney <ac131313@redhat.com>
3503
3504 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
3505 store_return_value.
3506 (e500_extract_return_value): Change type of valbuf pointer to
3507 void.
3508
3509 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3510
3511 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
3512 workaround.
3513
3514 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
3515 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
3516 long long) to prevent compiler warning on 64-bit systems.
3517
3518 2002-08-23 Andrew Cagney <cagney@redhat.com>
3519
3520 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
3521 (DEPRECATED_STORE_RETURN_VALUE): New method.
3522 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
3523 * gdbarch.h, gdbarch.c: Re-generate.
3524
3525 * values.c (set_return_value): Pass current_regcache to
3526 STORE_RETURN_VALUE.
3527 * arch-utils.h (legacy_store_return_value): Declare.
3528 * arch-utils.c (legacy_store_return_value): New function.
3529 (legacy_extract_return_value): Update parameters.
3530
3531 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
3532 STORE_RETURN_VALUE.
3533 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3534 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3535 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3536 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3537 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3538 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3539 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3540 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3541 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3542 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
3543
3544 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3545 * i386-tdep.c (i386_extract_return_value): Update.
3546 * arch-utils.c (legacy_extract_return_value): Update.
3547 * frv-tdep.c (frv_gdbarch_init): Update.
3548 * cris-tdep.c (cris_gdbarch_init): Update.
3549 * d10v-tdep.c (d10v_gdbarch_init): Update.
3550 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3551 * m68k-tdep.c (m68k_gdbarch_init): Update.
3552 * mcore-tdep.c (mcore_gdbarch_init): Update.
3553 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3554 * s390-tdep.c (s390_gdbarch_init): Update.
3555 * sparc-tdep.c (sparc_gdbarch_init): Update.
3556 * sh-tdep.c (sh_gdbarch_init): Update.
3557 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3558 * v850-tdep.c (v850_gdbarch_init): Update.
3559 * avr-tdep.c (avr_gdbarch_init): Update.
3560 * ia64-tdep.c (ia64_gdbarch_init): Update.
3561 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3562 * vax-tdep.c (vax_gdbarch_init): Update.
3563 * alpha-tdep.c (alpha_gdbarch_init): Update.
3564 * arm-tdep.c (arm_gdbarch_init): Update.
3565 * mips-tdep.c (mips_gdbarch_init): Update.
3566 * i386-tdep.c (i386_gdbarch_init): Update.
3567
3568 2002-08-23 Andrew Cagney <ac131313@redhat.com>
3569
3570 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
3571 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
3572
3573 2002-08-24 Mark Kettenis <kettenis@gnu.org>
3574
3575 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
3576 problems.
3577
3578 2002-08-23 Joel Brobecker <brobecker@gnat.com>
3579
3580 * infrun.c (handle_inferior_event): Move a comment outside of a
3581 function call, in order to avoid indent reformatting this part
3582 of the code in an unreadable way.
3583
3584 2002-08-23 Grace Sainsbury <graces@redhat.com>
3585
3586 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
3587 when breakpoints fail. Move general breakpoint error messages to
3588 insert_breakpoints.
3589 * breakpoint.c (insert_breakpoints): Change warnings when
3590 breakpoints are nto inserted to specify the type. Remove call to
3591 memory_error when hardware breakpoints can't be inserted. Remove
3592 multiple calls to warning so all messages are sent to the user at
3593 once.
3594 (delete_breakpoints): Make insert error messsages more explicit.
3595
3596 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
3597
3598 * ChangeLog: Move gdbserver entries after GDB 5.2 to
3599 gdbserver/ChangeLog.
3600
3601 2002-08-23 Mark Kettenis <kettenis@gnu.org>
3602
3603 * i386-tdep.c: Include "objfiles.h".
3604 (i386_svr4_init_abi): Set in_solib_call_trampoline and
3605 skip_trampoline_code.
3606 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
3607 (CPLUS_MARKER): Define to '.'.
3608
3609 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
3610 member.
3611 (linux_corefile_thread_callback): Increase args->num_notes.
3612 (linux_make_note_section): Initialize thread_args.num_notes, and
3613 use it to determine whether notes for any threads were created.
3614
3615 2002-08-23 Donn Terry <donnte@microsoft.com>
3616
3617 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
3618 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
3619 and PCUNKILL.
3620 (write_with_trace): Conditionalize out the switch branch handling
3621 PCSHOLD if the corresponding macro is not defined. Likewise for
3622 PRSABORT and PRSTOP.
3623 This change will be needed by the Interix port.
3624
3625 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3626
3627 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
3628 write_register wherever possible instead of manipulating the
3629 register bytes directly.
3630 Assign VALUE_CONTENTS to a variable and use that.
3631 The GPR numbers are now dependent on the architecture.
3632
3633 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3634
3635 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
3636 ev_offset fields.
3637 (skip_prologue): Add support for BookE/e500 instructions.
3638 (e500_extract_return_value): New function.
3639 (frame_get_saved_regs): Add support for saving ev registers and
3640 pseudo gpr's.
3641 (e500_store_return_value): New function.
3642 (rs6000_gdbarch_init): Move up default intializations of
3643 deprecated_extract_return_value and store_return_value. Overwrite
3644 init of store_return_value with e500 specific version.
3645 Set extract_return_value for e500.
3646
3647 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
3648
3649 * blockframe.c (generic_call_dummy_register_unwind): Use
3650 regcache_cooked_read to catch cases in which the variable is
3651 stored in a pseudo register.
3652
3653 2002-08-22 Andrew Cagney <cagney@redhat.com>
3654
3655 * NEWS: Mention that the i960 has been made obsolete.
3656 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
3657 i960-tdep.c
3658 (remote-nrom.o): Obsolete target.
3659 (remote-nindy.o, i960-tdep.o): Ditto.
3660 * remote-nrom.c: Make file obsolete.
3661 * remote-nindy.c, remote-vx960.c: Ditto.
3662 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
3663 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
3664 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
3665 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
3666 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
3667 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
3668 i960-*-vxworks* obsolete.
3669 * MAINTAINERS: Note that the i960 is obsolete.
3670
3671 2002-08-21 Corinna Vinschen <vinschen@redhat.com
3672
3673 * aix-thread.c (aix_thread_detach): Disable thread debugging on
3674 detach to allow reinitialization.
3675
3676 2002-08-22 Andrew Cagney <ac131313@redhat.com>
3677
3678 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
3679 attempt).
3680
3681 2002-08-22 Jim Blandy <jimb@redhat.com>
3682
3683 * coffread.c (coff_symfile_read): Don't try to read the line
3684 number table from disk if the image file doesn't have a symbol
3685 table; we'll never actually look at the info anyway, and Windows
3686 ships DLL's with bogus file offsets for the line number data.
3687
3688 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
3689
3690 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
3691 an e500 executable.
3692
3693 2002-08-21 Michael Snyder <msnyder@redhat.com>
3694
3695 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
3696 (MSYMBOL_SIZE): Replace macro with function.
3697 (DEFAULT_MIPS_TYPE): Delete unused macro.
3698 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3699 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
3700
3701 2002-08-21 Jim Blandy <jimb@redhat.com>
3702
3703 * valops.c (value_cast): Simplify and correct logic for doing a
3704 static cast from a pointer to a base class to a pointer to a
3705 derived class.
3706
3707 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3708
3709 * infcmd.c (default_print_registers_info): Replace
3710 do_registers_info.
3711 (registers_info): Use gdbarch_print_registers_info instead of
3712 DO_REGISTERS_INFO.
3713 * inferior.h (default_print_registers_info): Replace
3714 do_registers_info.
3715 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
3716 (DO_REGISTERS_INFO): Change to a predicate function.
3717 * gdbarch.h, gdbarch.c: Regenerate.
3718
3719 2002-08-21 Keith Seitz <keiths@redhat.com>
3720
3721 * gdb-events.sh: Add target-changed event.
3722 * gdb-events.c: Regenerated.
3723 * gdb-events.c: Regenerated.
3724 * valops.c (value_assign): Add target-changed event notification
3725 to inlval_register, lval_memory, and lval_reg_frame_relative.
3726
3727 2002-08-21 Joel Brobecker <brobecker@gnat.com>
3728
3729 * NEWS: Add an entry regarding the improvement of the next/step
3730 operation on Alpha Tru64 multi-processor machines.
3731
3732 2002-08-21 Andrew Cagney <ac131313@redhat.com>
3733
3734 * Makefile.in: Update dependencies for mi/ cli/ and tui/
3735 directores.
3736 * Makefile.in: Update all _h macro definitions.
3737 * Makefile.in (install-gdbtk): Move to install section.
3738 (rdi-share/libangsd.a): Move to end of file.
3739
3740 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3741
3742 * frame.c (frame_register_unwind): When a register, set addrp to
3743 the register's byte.
3744
3745 2002-08-20 Michael Snyder <msnyder@redhat.com>
3746
3747 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
3748 used locally, so move them from the target machine header to here.
3749 (mips_set_processor_type, mips_register_name, mips32_next_pc,
3750 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
3751 Make static.
3752 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
3753
3754 2002-08-20 Andrew Cagney <cagney@redhat.com>
3755
3756 * NEWS: Mention that the Apollo line was made obsolete.
3757 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
3758 m68*-hp-hpux* obsolete.
3759 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
3760 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
3761 * buildsym.c (make_blockvector): Make static.
3762 * buildsym.h (make_blockvector): Make extern declaration obsolete.
3763 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
3764 (ALLDEPFILES): Remove dstread.c.
3765 (dstread.o): Obsolete make rule.
3766 * dstread.c: Makefile obsolete.
3767 * dst.h: Ditto.
3768 * config/m68k/hp300hpux.mt: Ditto.
3769 * config/m68k/hp300hpux.mh: Ditto.
3770 * config/m68k/hp300bsd.mt: Ditto.
3771 * config/m68k/hp300bsd.mh: Ditto.
3772 * config/m68k/apollo68b.mt: Ditto.
3773 * config/m68k/apollo68v.mh: Ditto.
3774 * config/m68k/apollo68b.mh: Ditto.
3775
3776 2002-08-20 Michael Snyder <msnyder@redhat.com>
3777
3778 * mips-tdep.c (mips_in_return_stub): Make static.
3779 (mips_gdbarch_init): Set in_solib_return_trampoline.
3780 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
3781
3782 2002-08-20 Michael Snyder <msnyder@redhat.com>
3783
3784 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
3785 * gdbarch.c, gdbarch.h: Regenerate.
3786 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
3787 Add.
3788 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
3789
3790 2002-08-20 Michael Snyder <msnyder@redhat.com>
3791
3792 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
3793 (mips_gdbarch_init): Set skip_trampoline_code,
3794 in_solib_call_trampoline.
3795 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
3796 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
3797
3798 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3799
3800 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
3801
3802 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
3803 vector type for ev registers.
3804 (e500_pseudo_register_read): New function.
3805 (e500_pseudo_register_write): New function.
3806 (e500_dwarf2_reg_to_regnum): New function.
3807 (PPC_UISA_NOFP_SPRS): New macro.
3808 (PPC_EV_REGS): New macro.
3809 (PPC_GPRS_PSEUDO_REGS): New macro.
3810 (registers_e500): New register set for e500.
3811 (variants): Add e500 variant.
3812 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
3813 before setting architectural dependent variations. Initialize ev
3814 registers numbers. Add case for e500 architecture. Set the
3815 number of pseudo registers.
3816
3817 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3818
3819 * rs6000-tdep.c: Clean up comments.
3820
3821 2002-08-20 Andrew Cagney <cagney@redhat.com>
3822
3823 * h8300-tdep.c: Re-indent file.
3824
3825 2002-08-20 Jim Blandy <jimb@redhat.com>
3826
3827 * Makefile.in (LDFLAGS): Allow the configure script to establish a
3828 default for this.
3829
3830 2002-08-20 Keith Seitz <keiths@redhat.com>
3831
3832 * breakpoints.c (watch_command_1): Use internal breakpoint
3833 when setting a watchpoint_scope breakpoint.
3834
3835 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3836
3837 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
3838 (build_builtin_type_vec64i): Ditto.
3839 (build_builtin_type_vec128): Ditto.
3840 (build_builtin_type_vec128i): Ditto.
3841
3842 2002-08-19 Michael Snyder <msnyder@redhat.com>
3843
3844 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
3845 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
3846 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
3847 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
3848 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
3849 CALL_DUMMY_ADDRESS): Delete.
3850 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
3851 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
3852 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
3853 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
3854 push_return_address.
3855 (mips_register_raw_size, mips_eabi_use_struct_convention,
3856 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
3857 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
3858 mips_init_extra_frame_info, mips_eabi_push_arguments,
3859 mips_n32n64_push_arguments, mips_push_return_address,
3860 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
3861 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
3862
3863 2002-08-19 Michael Snyder <msnyder@redhat.com>
3864
3865 * mips-tdep.c (mips_frame_num_args): New function.
3866 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
3867 frame_saved_pc, frame_args_address, frame_locals_address,
3868 frame_num_args, and frame_args_skip.
3869 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
3870 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
3871 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
3872 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
3873
3874 2002-08-20 Michael Snyder <msnyder@redhat.com>
3875
3876 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
3877 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3878 * mips-tdep.c (mips_store_struct_return): New function.
3879 (mips_extract_struct_value_address): New function.
3880 (mips_gdbarch_init): Set store_struct_return and
3881 extract_struct_value_address.
3882
3883 2002-08-20 David Carlton <carlton@math.stanford.edu>
3884
3885 * dwarf2read.c (dwarf2_build_psymtabs): Check that
3886 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
3887 (read_file_scope): Check that line_header is nonzero before
3888 decoding macro information.
3889
3890 2002-08-20 Mark Kettenis <kettenis@gnu.org>
3891
3892 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
3893 flag the general-purpose registers as floating-point on targets
3894 that don't support the floating-point registers.
3895
3896 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3897
3898 * rs6000-tdep.c (altivec_register_p): Delete.
3899 (rs6000_do_altivec_registers): Delete.
3900 (rs6000_altivec_registers_info): Delete.
3901 (rs6000_do_registers_info): Delete.
3902 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
3903 (rs6000_gdbarch_init): Remove setting of do_registers_info.
3904
3905 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
3906
3907 * infcmd.c (do_registers_info): Print vector registers in hex
3908 format only.
3909 (print_vector_info): Check that printing registers
3910 makes sense.
3911 (print_float_info): Ditto.
3912
3913 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3914
3915 * mips-tdep.c (mips_gdbarch_init): Update.
3916 (mips_o32_extract_return_value): Rewrite.
3917 (mips_o32_store_return_value): Rewrite.
3918 (mips_o32_xfer_return_value): New function.
3919 (mips_xfer_register): Tweak debug print message. Allow for
3920 buf_offset when dumping the value transfered.
3921
3922 2002-08-20 Andrew Cagney <ac131313@redhat.com>
3923
3924 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
3925 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
3926 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3927 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3928 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3929
3930 2002-08-14 Michael Snyder <msnyder@redhat.com>
3931
3932 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3933
3934 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3935
3936 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3937 register.
3938 (P): New macro to define a register as a pseudo register.
3939 (R, R4, R8, R16, FR32, R64, R0): Updated.
3940 (struct variant): Add new fields for number of pseudo registers
3941 and number of total registers.
3942 (tot_num_registers): New macro replacing....
3943 (num_registers): ...deleted macro.
3944 (num_registers): New function.
3945 (num_pseudo_registers): New function.
3946 (variants): Update all variants to intialize new fields correctly.
3947 Postpone initialization of number of pseudo regs and real regs.
3948 (init_variants): New function.
3949 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3950 registers offsets.
3951
3952 2002-08-19 David Carlton <carlton@math.stanford.edu>
3953
3954 * valops.c (search_struct_field): Change error message to treat
3955 return value of 0 from value_static_field as meaning that field is
3956 optimized out.
3957 (value_struct_elt_for_reference): Ditto.
3958 * values.c (value_static_field): Treat an unresolved location the
3959 same as a nonexistent symbol. Fix PR gdb/635.
3960 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3961 enclosed. Fix PR gdb/574.
3962 * MAINTAINERS: Add self to Write After Approval list.
3963
3964 2002-08-19 Andrew Cagney <ac131313@redhat.com>
3965
3966 * mips-tdep.c (mips_xfer_register): New function.
3967 (mips_n32n64_extract_return_value): Rewrite.
3968 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3969 instead of deprecated_extract_return_value.
3970
3971 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
3972
3973 * rs6000-tdep.c (TDEP): Delete macro.
3974 (branch_dest): Replace use of TDEP macro with its body.
3975 (rs6000_pop_frame): Ditto.
3976 (rs6000_push_arguments): Ditto.
3977 (rs6000_skip_trampoline_code): Ditto.
3978 (rs6000_frame_saved_pc): Ditto.
3979 (rs6000_frame_chain): Ditto.
3980 (rs6000_register_name): Ditto.
3981 (rs6000_register_byte): Ditto.
3982 (rs6000_register_raw_size): Ditto.
3983 (rs6000_register_virtual_type): Ditto.
3984 (rs6000_register_convertible): Ditto.
3985 (rs6000_convert_from_func_ptr_addr): Ditto.
3986
3987 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
3988
3989 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3990 conditionally.
3991 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3992 MIPS_LINUX_JB_ELEMENT_SIZE.
3993 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3994 for MAX_REGISTER_RAW_SIZE arrays.
3995 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3996 MIPS_LINUX_JB_ELEMENT_SIZE.
3997
3998 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3999
4000 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
4001
4002 2002-08-19 Aidan Skinner <aidan@velvet.net>
4003
4004 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
4005 ada-valprint.c ada-tasks.c.
4006 (YYFILES): Add ada-exp.y.
4007 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
4008 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
4009 (ada-exp.tab.o): New target.
4010
4011 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4012
4013 * regcache.c (regcache_xfer_part): New function.
4014 (regcache_raw_read_part): New function.
4015 (regcache_raw_write_part): New function.
4016 (regcache_cooked_read_part): New function.
4017 (regcache_cooked_write_part): New function.
4018 * regcache.h (regcache_raw_read_part): Declare.
4019 (regcache_raw_write_part): Declare.
4020 (regcache_cooked_read_part): Declare.
4021 (regcache_cooked_write_part): Declare.
4022
4023 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
4024
4025 * remote.c (remote_open_1): Add async_p.
4026 (remote_async_open_1): Delete.
4027 (open_remote_target): Delete.
4028 (remote_open, extended_remote_open): Update calls to remote_open_1.
4029 (remote_async_open, extended_remote_async_open): Call
4030 remote_open_1 instead of remote_async_open_1.
4031
4032 2002-08-19 Mark Kettenis <kettenis@gnu.org>
4033
4034 * blockframe.c: Fix a few coding standard violations.
4035
4036 2002-08-19 Mark Kettenis <kettenis@gnu.org>
4037
4038 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
4039 here from ...
4040 * config/i386/tm-i386sco5.h: ... here. File removed.
4041 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
4042
4043 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
4044 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
4045 (TM_FILE): Set to tm-i386.h.
4046 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
4047 * config/i386/tm-i386v.h: Remove file.
4048 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
4049 instead of "i386/tm-i386v.h".
4050 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
4051 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
4052 "i386/tm-i386v.h".
4053 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
4054 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
4055 "i386/tm-i386.h".
4056
4057 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4058
4059 * config/i386/nm-i386v.h: Add protection against
4060 multiple-inclusion.
4061 (i386_register_u_addr): Remove prototype.
4062 (register_u_addr): New prototype.
4063 (REGISTER_U_ADDR): Redefine accordingly.
4064 * i386v-nat.c: Improve several comments.
4065 (i386_register_u_addr): Change signature and rename to
4066 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
4067 ubase variable.
4068
4069 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4070
4071 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
4072 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
4073 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
4074 deprecated_extract_return_value.
4075 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
4076 rename mips_o32o64_push_arguments.
4077 (mips_gdbarch_init): Update.
4078 (mips_extract_return_value): Delete.
4079 (mips_o32_extract_return_value): Clone mips_extract_return_value.
4080 (mips_o64_extract_return_value): Clone mips_extract_return_value.
4081 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
4082 (mips_n32n64_extract_return_value): Clone
4083 mips_extract_return_value.
4084 (mips_store_return_value): Delete.
4085 (mips_o32_store_return_value): Clone mips_store_return_value.
4086 (mips_o64_store_return_value): Clone mips_store_return_value.
4087 (mips_eabi_store_return_value): Clone mips_store_return_value.
4088 (mips_n32n64_store_return_value): Clone mips_store_return_value.
4089
4090 2002-08-18 Aidan Skinner <aidan@velvet.net>
4091
4092 * ada-lang.c: Use gdb_string.h instead of <string.h>.
4093 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
4094
4095 2002-08-18 Aidan Skinner <aidan@velvet.net>
4096
4097 * ada-lang.c: Run through gdb_indent.sh.
4098 * ada-lang.h: Run through gdb_indent.sh.
4099 * ada-tasks.c: Run through gdb_indent.sh.
4100 * ada-typeprint.c: Run through gdb_indent.sh.
4101 * ada-valprint.c: Run through gdb_indent.sh.
4102
4103 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4104
4105 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
4106 ABI.
4107
4108 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4109
4110 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
4111
4112 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
4113 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
4114
4115 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
4116 write_register_gen instead of write_register_bytes.
4117
4118 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
4119 i[3456]-*-osf1mk* configurations have been made obsolete.
4120 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
4121 i[3456]86-*-osf1mk* hosts obsolete.
4122 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
4123 targets obsolete.
4124 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
4125 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
4126 config/i386/i386m3.mt, config/i386/nm-m3.h,
4127 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
4128 config/i386/i386mk.mh, config/i386/i386mk.mt,
4129 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
4130 obsolete.
4131 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
4132 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
4133 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
4134
4135 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4136
4137 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
4138 (hppa_value_returned_from_stack): Declare.
4139 (hppa_extract_return_value): Declare.
4140 * config/pa/hppa.mt: New file.
4141 * configure.tgt: Recognize hppa*-*-*.
4142 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
4143
4144 2002-08-18 Mark Kettenis <kettenis@gnu.org>
4145
4146 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
4147 comment.
4148
4149 2002-08-17 Mark Kettenis <kettenis@gnu.org>
4150
4151 * top.c (gdb_rl_operate_and_get_next): Make sure
4152 operate-and-get-next functions correctly even when the history
4153 list is completely filled.
4154
4155 2002-08-18 Andrew Cagney <ac131313@redhat.com>
4156
4157 * MAINTAINERS (Target Instruction Set Architectures): Rename
4158 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
4159 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
4160 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
4161 already listed under Host/Native.
4162
4163 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
4164 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
4165 mips*-*-*.
4166
4167 2002-08-17 Andrew Cagney <ac131313@redhat.com>
4168
4169 * config/ia64/ia64.mt: New file.
4170 * config/alpha/alpha.mt: New file.
4171 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
4172 ia64-linux-gnu. Mention that ia64-elf is broken.
4173 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
4174
4175 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
4176
4177 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
4178 generic_func_frame_valid instead of func_frame_valid.
4179
4180 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4181
4182 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
4183 procfs appears to be broken when debugging on multi-processor
4184 machines. So enable software single stepping in order to avoid
4185 using the procfs interface to do next/step operations, using
4186 internal breakpoints instead.
4187
4188 * infrun.c (handle_inferior_event): Readjust the stop_pc by
4189 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
4190 make this pc address equal to the value it would have if the
4191 system stepping capability was used. Also set a new flag used
4192 to ensure that we don't readjust the PC one more time later.
4193
4194 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
4195 address by DECR_PC_AFTER_BREAK when software single step is
4196 in use for this architecture, as this has already been taken
4197 care of in handle_inferior_event().
4198
4199 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4200
4201 * infrun.c (handle_inferior_event): Minor reformatting, to make
4202 a rather long condition expression easier to read.
4203
4204 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4205
4206 * Makefile.in (gdbtk.o): Move to end of file.
4207 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
4208 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
4209 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
4210 (gdbtk-wrapper.o, gdbres.o): Ditto.
4211
4212 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4213
4214 * Makefile.in (copying.o): Separate out compile rule.
4215 (hpux-thread.o, procfs.o, signals.o): Ditto.
4216 (v850ice.o, z8k-tdep.o): Ditto.
4217 (tui-file.o): Move to TUI section.
4218 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
4219 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
4220
4221 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4222
4223 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
4224 skip_trampoline_code, for better namespace-proofing.
4225
4226 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
4227
4228 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4229
4230 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
4231
4232 2002-08-16 Joel Brobecker <brobecker@gnat.com>
4233
4234 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
4235 signal, check whether we hit a breakpoint before checking for a
4236 single step breakpoint. Otherwise, GDB fails to notice that a
4237 breakpoint has been hit when stepping onto a breakpoint.
4238
4239 2002-08-16 Keith Seitz <keiths@redhat.com>
4240
4241 * gdb-events.sh (clear_gdb_event_hooks): New function.
4242 * gdb-events.c: Regenerate.
4243 * gdb-events.h: Regenerate.
4244
4245 2002-08-16 Andrew Cagney <ac131313@redhat.com>
4246
4247 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
4248 not_a_sw_breakpoint.
4249 * breakpoint.h (bpstat_stop_status): Add parameter names.
4250
4251 2002-08-16 Grace Sainsbury <graces@redhat.com>
4252
4253 * remote.c (remote_insert_hw_breakpoint)
4254 (remote_remove_hw_breakpoint): Fix calculation of length field
4255 for Z-packet.
4256
4257 2002-08-15 Michael Snyder <msnyder@redhat.com>
4258
4259 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
4260 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
4261 (supply_fpregset): Ditto.
4262
4263 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
4264 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
4265 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
4266 (TARGET_READ_SP): Delete.
4267 (DO_REGISTERS_INFO): Delete.
4268 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
4269 Delete.
4270 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
4271 from macros to functions.
4272
4273 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
4274 (mips_register_convertible, mips_register_convert_to_virtual,
4275 mips_register_convert_to_raw): Make static.
4276 (mips_read_sp): New function.
4277 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
4278 (mips_do_registers_info): Make static.
4279 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
4280 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
4281 (mips_register_convert_from_type, mips_register_convert_to_type):
4282 New functions.
4283 (mips_gdbarch_init): Set up function_start_offset,
4284 register_virtual_size, pc_in_sigtramp.
4285
4286 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4287
4288 * infcmd.c (vector_info): New function.
4289 (_initialize_infcmd): Add command "info vector".
4290 (print_vector_info): New function.
4291
4292 * gdbarch.sh (PRINT_VECTOR_INFO): New method
4293 * gdbarch.h, gdbarch.c: Regenerate.
4294
4295 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4296
4297 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
4298 ``print_all''. Only print vector registers when ``print_all''.
4299
4300 2002-08-15 Andrew Cagney <ac131313@redhat.com>
4301
4302 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
4303 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
4304
4305 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
4306 Add `args' parameter.
4307 * gdbarch.h, gdbarch.c: Regenerate.
4308
4309 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
4310
4311 * infcmd.c (float_info): Call print_float_info.
4312 (print_float_info): New function. By default, print the
4313 floating-point registers.
4314
4315 * arch-utils.h (default_print_float_info): Delete declaration.
4316 * arch-utils.c (default_print_float_info): Delete function.
4317
4318 2002-08-16 Mark Kettenis <kettenis@gnu.org>
4319
4320 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
4321 out define.
4322
4323 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
4324 FRAME.
4325
4326 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
4327 * configure.host: Make i[3456]86-*-aix host obsolete.
4328 * configure.tgt: Make i[3456]86-*-aix target obsolete.
4329 * config/i386/i386aix.mh, config/i386/i386aix.mt,
4330 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
4331 config/i386/xm-i386aix.h: Make files obsolete.
4332 * i386aix-nat.c: Make file obsolete.
4333 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
4334 (i386aix-nat.o): Make target obsolete.
4335
4336 * config/i386/nm-gnu.h: Removed.
4337 * config/i386/nm-i386gnu.h: New file.
4338 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
4339 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
4340 Moved here from ...
4341 * config/i386/tm-i386gnu.h: ... here. Removed.
4342 * config/i386/xm-i386gnu.h: Removed.
4343 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
4344 (NAT_FILE): Set to nm-i386gnu.h.
4345 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
4346 * i386-tdep.c: New file.
4347 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
4348 (i386gnu-tdep.o): Specify dependencies.
4349
4350 2002-08-15 Mark Kettenis <kettenis@gnu.org>
4351
4352 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
4353 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
4354 Adjust a few comments to reflect reality a bit closer.
4355 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
4356 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
4357 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
4358 target_insert_watchpoint, target_remove_watchpoint):
4359 Move defines to ...
4360 * config/i386/nm-i386sco5.h: ... here.
4361 (kernel_u_size): Add prototype. Improve a few comments and add
4362 protection against multiple inclusion.
4363
4364 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
4365 out define.
4366
4367 * uw-thread.c (SP_ARG0): Define if not already defined.
4368 * config/i386/tm-i386.h (SO_ARG0): Remove define.
4369
4370 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
4371
4372 * config/i386/tm-i386.h: Don't include "regcache.h".
4373
4374 * i387-tdep.h (i387_print_float_info): New prototype.
4375 * i387-tdep.c (print_i387_value, print_i387_ext,
4376 print_i387_status_word, print_i387_control_word): Add `struct
4377 ui_file *' argument and use it for output.
4378 (i387_print_float_info): Renamed from i387_float_info. Add
4379 `struct gdbarch *' and `struct ui_file *' arguments and use the
4380 latter for output.
4381 * i386-tdep.c: Include "i387-tdep.h".
4382 (i386_gdbarch_init): Set print_float_info.
4383 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
4384 (FLOAT_INFO): Remove define.
4385
4386 2002-08-13 Michael Snyder <msnyder@redhat.com>
4387
4388 * mips-tdep.c (mips_push_arguments): Rename to
4389 mips_eabi_push_arguments, and tune for EABI.
4390 (MIPS_REGS_HAVE_HOME_P): Delete.
4391 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
4392 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
4393 Delete references to mips_regs_have_home_p.
4394
4395 2002-08-14 Keith Seitz <keiths@redhat.com>
4396
4397 * Makefile.in (install-gdbtk): Create insight plugin directory.
4398 Install plugins.tcl file.
4399
4400 2002-08-14 Keith Seitz <keiths@redhat.com>
4401
4402 * configure.in: Move SUBDIRS to near top of the file so that
4403 --enable options may add things to it.
4404 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
4405 * configure: Regenerate.
4406
4407 2002-08-13 Michael Snyder <msnyder@redhat.com>
4408
4409 * mips-tdep.c (mips_o32o64_push_arguments): New function,
4410 cloned from mips_push_arguments, tuned for o32/o64 ABI.
4411 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
4412
4413 2002-08-13 Andrew Cagney <ac131313@redhat.com>
4414
4415 * vax-tdep.c (vax_get_saved_register): Delete function.
4416 (vax_gdbarch_init): Update.
4417 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
4418 (ns32k_gdbarch_init): Update.
4419 * alpha-tdep.c (alpha_get_saved_register): Delete function.
4420 (alpha_gdbarch_init): Update.
4421
4422 2002-08-13 Andrew Cagney <cagney@redhat.com>
4423
4424 * regcache.c (init_regcache_descr): Overallocate the
4425 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
4426 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
4427 nr_raw_registers.
4428 (set_register_cached): Add range checking assertions. Use
4429 current_regcache.
4430
4431 2002-08-13 Mark Kettenis <kettenis@gnu.org>
4432
4433 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
4434 numbers for MMX registers.
4435
4436 2002-08-13 Andrew Cagney <cagney@redhat.com>
4437
4438 * i386-tdep.c (i386_gdbarch_init): Use
4439 generic_unwind_get_saved_register.
4440
4441 2002-08-13 Kevin Buettner <kevinb@redhat.com>
4442
4443 * procfs.c (procfs_can_use_hw_breakpoint): New function.
4444 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
4445 target vector.
4446 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
4447 Delete. Add comment regarding this now-deleted target method.
4448
4449 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4450
4451 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
4452 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
4453 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
4454 real PC and the page number (if it's within the memory bank window).
4455 (m68hc11_pseudo_register_write): Likewise when saving.
4456 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
4457 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
4458 (m68hc11_register_raw_size): And use 32-bit for it.
4459 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
4460 16K memory bank is used by the prog; also use the virtual pc.
4461
4462 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4463
4464 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
4465 (m68hc11_gdbarch_init): Install it in gdbarch.
4466 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
4467 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
4468 (MSYMBOL_SIZE): New for documentation.
4469 (insn_return_kind): Enum to specify how a function returns.
4470 (frame_extra_info): Cleanup and record the return mode.
4471 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
4472 register in address computation.
4473 (m68hc11_get_return_insn): New to obtain the return instruction used
4474 by the function.
4475 (m68hc11_frame_init_saved_regs): Take into account the return
4476 instruction used by the function for far and interrupt functions.
4477 (m68hc11_init_extra_frame_info): Take into account page register.
4478 (m68hc11_frame_args_address): Adjust according to the return mode.
4479 (show_regs): Print page register only when it's used.
4480
4481 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4482
4483 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
4484 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
4485 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
4486 registers.
4487 (m68hc11_register_raw_size): Likewise.
4488
4489 2002-08-13 Andrew Cagney <cagney@redhat.com>
4490
4491 * i386-tdep.c (i386_register_name): Handle mmx registers.
4492 (mmx_regnum_p): New function.
4493 (i386_mmx_names): New array.
4494 (mmx_num_regs): New variable.
4495 (i386_pseudo_register_read): New function.
4496 (i386_pseudo_register_write): New function.
4497 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
4498
4499 * regcache.c (regcache_raw_read_unsigned): New function.
4500 (regcache_raw_read_signed): New function.
4501 * regcache.h (regcache_raw_read_unsigned): Declare.
4502 (regcache_raw_read_signed): Declare.
4503
4504 2002-08-13 Andrew Cagney <cagney@redhat.com>
4505
4506 * regcache.c (regcache_raw_read_as_address): Delete function.
4507 (regcache_cooked_read_signed): New function.
4508 (regcache_cooked_read_unsigned): New function.
4509 * regcache.h (regcache_cooked_read_signed): Declare.
4510 (regcache_cooked_read_unsigned): Declare.
4511 (regcache_raw_read_as_address): Delete declaration.
4512
4513 * blockframe.c (generic_read_register_dummy): Use
4514 regcache_cooked_read_unsigned.
4515 * i386-tdep.c (i386_extract_struct_value_address): Use
4516 regcache_cooked_read_unsigned.
4517
4518 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4519
4520 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
4521 double sizes according to ELF ABI flags.
4522 (gdbarch_tdep): Record elf_flags.
4523
4524 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4525
4526 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
4527 (m6812_prolog): They can appear in 68HC12 function prologue.
4528 (m68hc11_frame_chain): Cleanup.
4529
4530 2002-08-12 Andrew Cagney <cagney@redhat.com>
4531
4532 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
4533 declarations.
4534 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
4535 (i386_linux_register_raw_size): Delete function.
4536 (i386_linux_init_abi): Update.
4537 * i386-tdep.c (i386_register_raw_size): Delete function.
4538 (i386_register_byte): Delete function.
4539 (i386_gdbarch_init): Update.
4540 (i386_register_size): Delete array.
4541 (i386_register_offset): Delete array.
4542
4543 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
4544 (REGISTER_RAW_SIZE): Delete macro.
4545 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
4546 (REGISTER_BYTE): Delete macro.
4547
4548 2002-08-11 Aidan Skinner <aidan@velvet.net>
4549
4550 * ada-lang.c (ada_lookup_partial_symbol)
4551 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
4552 prototype names so that grep ^func works properly.
4553
4554 * ada-lang.c (ada_array_element_type)
4555 (ada_lookup_partial_symbol): Fix typos in parameter list.
4556
4557 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
4558 Fix prototype names so that grep ^func works properly.
4559
4560 2002-08-10 Andrew Cagney <cagney@redhat.com>
4561 Elena Zannoni <ezannoni@redhat.com>
4562 Martin M. Hunt <hunt@redhat.com>
4563
4564 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
4565 (build_builtin_type_vec128i): Set the vector bit.
4566 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
4567 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
4568 (build_builtin_type_vec64): New function.
4569 (build_builtin_type_vec64i): New function.
4570 (build_gdbtypes): Initialize builtin_type_vec64 and
4571 builtin_type_vec64i.
4572
4573 2002-08-09 Andrew Cagney <cagney@redhat.com>
4574
4575 * regcache.c (regcache_dump): Compare the register offset
4576 with REGISTER_BYTE.
4577 * arch-utils.c (generic_register_byte): New function.
4578 * arch-utils.h (generic_register_byte): Declare.
4579 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
4580 * gdbarch.h, gdbarch.c: Regenerate.
4581
4582 2002-08-09 Andrew Cagney <cagney@redhat.com>
4583
4584 * regcache.c: Include "gdbcmd.h"
4585 (_initialize_regcache): Add commands "maintenance print
4586 registers", "maintenance print raw-registers" and "maintenance
4587 print cooked-registers".
4588 (enum regcache_dump_what): Define.
4589 (dump_endian_bytes): New function.
4590 (regcache_dump): New function.
4591 (regcache_print): New function.
4592 (maintenance_print_registers): New function.
4593 (maintenance_print_raw_registers): New function.
4594 (maintenance_print_cooked_registers): New function.
4595 * Makefile.in (regcache.o): Update dependencies.
4596
4597 2002-08-09 Michael Snyder <msnyder@redhat.com>
4598
4599 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
4600 (mips_push_arguments): Correct some comments. Use paddr_nz
4601 for printing addresses in debug output. Replace static
4602 allocation using MAX_REGISTER_RAW_SIZE with alloca.
4603 (mips_n32n64_push_arguments): New function, cloned from
4604 mips_push_arguments and tuned for the n32/n64 ABI.
4605 (mips_push_register): Buffer needs dynamic allocation.
4606 (mips_print_register): Ditto.
4607 (do_gp_register_row): Ditto.
4608 (mips_store_return_value): Ditto.
4609 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
4610
4611 2002-08-09 Don Howard <dhoward@redhat.com>
4612
4613 * memattr.c (mem_info_command): Print special case of upper bound
4614 as max CORE_ADDR + 1.
4615
4616 2002-08-08 Michael Snyder <msnyder@redhat.com>
4617
4618 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
4619 returns structs by ref if they're too big to fit in two registers.
4620
4621 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4622
4623 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
4624 saved regs value.
4625 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
4626 mips_find_saved_regs().
4627 (mips_pop_frame): Likewise.
4628
4629 2002-08-09 Kevin Buettner <kevinb@redhat.com>
4630
4631 * blockframe.c (frame_saved_regs_register_unwind): Revise
4632 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
4633 frames are in use.
4634
4635 2002-08-09 Grace Sainsbury <graces@redhat.com>
4636
4637 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
4638 T-packets; the 'a' is not taken as a register number.
4639 (remote_check_watch_resources, remote_stopped_by_watchpoint)
4640 (remote_stopped_data_address): New functions; add to target
4641 vector.
4642 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
4643 prototypes to match other implementations of this
4644 function. replace integer argument with pointer -- the length
4645 field in the Z-packet is the length of what is pointed to or 1 if
4646 pointer is null. Add to target vector.
4647 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
4648 target vector.
4649
4650 From Mark Salter:
4651 * remote.c (remote_wait): Add support to extract optional
4652 watchpoint information from T-packet. Ignore unrecognized
4653 optional info in T-packet.
4654 (remote_async_wait): Ditto.
4655
4656 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
4657
4658 * cli/cli-dump.c: Change fopen modes to use binary open modes
4659 as defined in include/fopen-bin.h throughout.
4660
4661 2002-08-08 Michael Snyder <msnyder@redhat.com>
4662
4663 * mips-tdep.c: Minor whitespace and indentation clean-ups.
4664
4665 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4666
4667 * doublest.c (store_floating): Avoid floatformat_from_doublest()
4668 assertion failure by returning early after a warning.
4669
4670 2002-08-08 Kevin Buettner <kevinb@redhat.com>
4671
4672 * mips-tdep.c (mips_find_saved_regs): Make static.
4673 (mips_frame_init_saved_regs): New function.
4674 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
4675 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
4676 (mips_find_saved_regs): Delete declaration.
4677
4678 2002-08-08 Grace Sainsbury <graces@redhat.com>
4679
4680 * remote.c (remote_wait, remote_async_wait): Change
4681 thread_num from int to ULONGEST.
4682 (unpack_varlen_hex): Change result parameter from
4683 int * to ULONGEST *.
4684
4685 2002-08-08 Andrew Cagney <ac131313@redhat.com>
4686
4687 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
4688 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
4689 powerpc*-*-*.
4690 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
4691
4692 2002-08-08 Andrew Cagney <cagney@redhat.com>
4693
4694 * gcore.c (override_derive_stack_segment): Delete variable.
4695 (preempt_derive_stack_segment): Delete function.
4696 (derive_stack_segment): Delete function.
4697 (default_derive_stack_segment): Renamed to derive_stack_segment.
4698 (override_derive_heap_segment): Delete variable.
4699 (preempt_derive_heap_segment): Delete function.
4700 (derive_heap_segment): Delete function.
4701 (default_derive_heap_segment): Rename to derive_heap_segment.
4702
4703 2002-08-06 Michael Snyder <msnyder@redhat.com>
4704
4705 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
4706 * mips-tdep.c (mips_EABI_use_struct_convention,
4707 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
4708 New functions. (mips_use_struct_convention): Delete.
4709 (mips_gdbarch_init): set use_gdbarch_convention.
4710
4711 2002-08-06 Michael Snyder <msnyder@redhat.com>
4712
4713 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
4714 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
4715 mips_o32_reg_struct_has_addr): New functions.
4716 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
4717
4718 2002-08-07 Andrew Cagney <ac131313@redhat.com>
4719
4720 * regcache.c (pseudo_register): Delete function.
4721 (fetch_register): Delete function.
4722 (store_register): Delete function.
4723 (regcache_raw_read, legacy_read_register_gen): Use
4724 target_fetch_registers instead of fetch_register.
4725 (legacy_write_register_gen, regcache_raw_write): Use
4726 target_store_register instead of store_register.
4727 (write_register_bytes): Ditto.
4728
4729 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
4730 (STORE_PSEUDO_REGISTER): Delete.
4731 * gdbarch.h, gdbarch.c: Regenerate.
4732
4733 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
4734
4735 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
4736 write dump file binary.
4737
4738 2002-08-05 Michael Snyder <msnyder@redhat.com>
4739
4740 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
4741 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
4742 (mips_gdbarch_init): Set N32 target to be mips64.
4743
4744 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4745
4746 * frame.c (find_saved_register): Break out of loop once saved
4747 register address is found. Don't mention sparc in loop comment
4748 anymore.
4749
4750 2002-08-06 Kevin Buettner <kevinb@redhat.com>
4751
4752 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
4753 mips_default_saved_regsize to 8.
4754
4755 2002-08-06 Andrew Cagney <ac131313@redhat.com>
4756
4757 * gcore.c: Do not include <sys/procfs.h>.
4758 * Makefile.in (gcore.o): Update dependencies.
4759
4760 2002-08-06 Andrew Cagney <cagney@redhat.com>
4761
4762 * configure.tgt: Make arc-*-* obsolete.
4763 * NEWS: Mention that arc-*-* has been identifed as obsolete.
4764 * MAINTAINERS: Make arc-elf obsolete.
4765 * arc-tdep.c: Make file obsolete.
4766 * config/arc/arc.mt: Ditto.
4767 * config/arc/tm-arc.h: Ditto.
4768
4769 2002-08-05 Theodore A. Roth <troth@verinet.com>
4770
4771 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
4772
4773 2002-08-05 Andrew Cagney <ac131313@redhat.com>
4774
4775 * mcore-tdep.c (mcore_gdbarch_init): Use
4776 generic_unwind_get_saved_register instead of
4777 generic_get_saved_register.
4778 * v850-tdep.c (v850_gdbarch_init): Ditto.
4779 * frv-tdep.c (frv_gdbarch_init): Ditto.
4780 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4781 * s390-tdep.c (s390_gdbarch_init): Ditto.
4782 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
4783 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
4784 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
4785
4786 2002-08-05 Joel Brobecker <brobecker@gnat.com>
4787
4788 * objfiles.h: Add missing #include "symfile.h"
4789
4790 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
4791
4792 2002-08-04 Andrew Cagney <ac131313@redhat.com>
4793
4794 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
4795 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
4796 of FIELD_BITSIZE.
4797
4798 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
4799
4800 * NEWS: Cleanup and nitpick.
4801
4802 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4803
4804 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
4805
4806 2002-08-03 Andrew Cagney <ac131313@redhat.com>
4807
4808 * Makefile.in (gdbtk-bp.o): Update dependencies.
4809 (gdbtk-register.o): Ditto.
4810 (gdbtk-varobj.o): Ditto.
4811
4812 2002-08-03 Andrew Cagney <cagney@redhat.com>
4813
4814 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
4815 m68hc11_fetch_pseudo_register.
4816 (m68hc11_pseudo_register_write): Replace
4817 m68hc11_store_pseudo_register.
4818 (m68hc11_gdbarch_init): Update.
4819
4820 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
4821
4822 * gdbarch.sh: Include "gdb_string.h".
4823 * gdbarch.c: Regenerate.
4824
4825 * regcache.c: Include "gdb_string.h".
4826 * ax-general.c: Ditto.
4827 * varobj.c: Ditto.
4828 * std-regs.c: Ditto.
4829 * fbsd-proc.c: Ditto.
4830 * thread.c: Ditto.
4831
4832 * Makefile.in (regcache.o): Update dependencies.
4833 (thread.o, gdbarch.o): Ditto.
4834 (ax-general.o, gdbarch.o): Ditto.
4835 (varobj.o, std-regs.o): Ditto.
4836 (fbsd-proc.o): Specify dependencies.
4837
4838 2002-08-02 Andrew Cagney <cagney@redhat.com>
4839
4840 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
4841 regnum.
4842 (regcache_cooked_write): Ditto.
4843
4844 2002-08-02 Andrew Cagney <ac131313@redhat.com>
4845
4846 * regcache.c (regcache_cooked_read): New function.
4847 (regcache_cooked_write): New function.
4848 (read_register_gen): Rewrite using regcache_cooked_read.
4849 (write_register_gen): Rewrite using regcache_cooked_write.
4850
4851 * regcache.h (regcache_cooked_read, regcache_cooked_write):
4852 Declare.
4853
4854 2002-08-02 Andrew Cagney <cagney@redhat.com>
4855
4856 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
4857 Replace the architecture methods register_read and register_write.
4858 * gdbarch.h, gdbarch.c: Regenerate.
4859 * regcache.c (init_regcache_descr): Update.
4860 (read_register_gen): Update.
4861 (write_register_gen): Update.
4862 (supply_register): Update comment.
4863
4864 * sh-tdep.c (sh_gdbarch_init): Update.
4865 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
4866 `regcache' and `gdbarch' parameters. Make `buffer' a void
4867 pointer. Update code.
4868 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
4869 `regcache' and `gdbarch' parameters. Make `buffer' a constant
4870 void pointer. Update code.
4871 (sh64_register_write): Delete.
4872 (sh4_register_read): Delete.
4873 (sh64_register_read): Delete.
4874 (sh4_register_write): Delete.
4875 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
4876 void pointer, `to' parameter a void pointer.
4877 (sh_sh64_register_convert_to_raw): Ditto.
4878
4879 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4880
4881 * mips-tdep.c (mips_register_virtual_type): Use architecture
4882 invariant return values.
4883
4884 2002-08-01 Andrew Cagney <cagney@redhat.com>
4885
4886 * linux-proc.c: Include "gdb_string.h".
4887 * Makefile.in (linux-proc.o): Update dependency list.
4888
4889 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4890
4891 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
4892 comment.
4893
4894 2002-08-01 Grace Sainsbury <graces@redhat.com>
4895
4896 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4897 to_insert_watchpoint, to_remove_watchpoint,
4898 to_stopped_by_watchpoint, to_stopped_data_address,
4899 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
4900 target vecctor. Define their corresponding macros so they call
4901 them.
4902
4903 * target.c: Add default and debug versions of for
4904 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
4905 to_insert_watchpoint, to_remove_watchpoint,
4906 to_stopped_by_watchpoint, to_stopped_data_address,
4907 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
4908
4909 2002-08-01 Kevin Buettner <kevinb@redhat.com>
4910
4911 * mips-tdep.c (mips_register_virtual_type): New function.
4912 (mips_gdbarch_init): Register mips_register_virtual_type()
4913 with gdbarch machinery.
4914 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
4915 this file instead of tm-bigmips.h.
4916 (MIPS_REGSIZE): Delete this macro.
4917 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
4918 multiarch version in mips-tdep.c will be found.
4919
4920 2002-08-01 Andrew Cagney <cagney@redhat.com>
4921
4922 * NEWS: Menion that CHILL has been made obsolete.
4923
4924 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
4925 * stabsread.c (read_range_type): Ditto.
4926 * gdbtypes.h: Ditto.
4927 * language.c (binop_type_check): Ditto.
4928 (binop_result_type): Ditto.
4929 (integral_type): Ditto.
4930 (character_type): Ditto.
4931 (string_type): Ditto.
4932 (boolean_type): Ditto.
4933 (structured_type): Ditto.
4934 (lang_bool_type): Ditto.
4935 (binop_type_check): Ditto.
4936 * language.h (_LANG_chill): Ditto.
4937 * dwarfread.c (set_cu_language): Ditto.
4938 * dwarfread.c (CHILL_PRODUCER): Ditto.
4939 * dwarfread.c (handle_producer): Ditto.
4940 * expression.h (enum exp_opcode): Ditto.
4941 * eval.c: Ditto for comments.
4942 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4943 * expprint.c (print_subexp): Ditto.
4944 (print_subexp): Ditto.
4945 * valops.c (value_cast): Ditto.
4946 (search_struct_field): Ditto.
4947 * value.h (COERCE_VARYING_ARRAY): Ditto.
4948 * symfile.c (init_filename_language_table): Ditto.
4949 (add_psymbol_with_dem_name_to_list): Ditto.
4950 * valarith.c (value_binop): Ditto.
4951 (value_neg): Ditto.
4952 * valops.c (value_slice): Ditto.
4953 * symtab.h (union language_specific): Ditto.
4954 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4955 (SYMBOL_DEMANGLED_NAME): Ditto.
4956 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4957 * defs.h (enum language): Ditto.
4958 * symtab.c (got_symtab): Ditto.
4959 * utils.c (fprintf_symbol_filtered): Ditto.
4960
4961 * ch-typeprint.c: Make file obsolete.
4962 * ch-valprint.c: Make file obsolete.
4963 * ch-lang.h: Make file obsolete.
4964 * ch-exp.c: Make file obsolete.
4965 * ch-lang.c: Make file obsolete.
4966
4967 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4968 CHILL_LIB.
4969 (TARGET_FLAGS_TO_PASS): Ditto.
4970 (CHILLFLAGS): Obsolete.
4971 (CHILL): Obsolete.
4972 (CHILL_FOR_TARGET): Obsolete.
4973 (CHILL_LIB): Obsolete.
4974 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4975 ch-valprint.c.
4976 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4977 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4978 ch-lang.o.
4979 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4980 targets.
4981
4982 2002-07-31 Joel Brobecker <brobecker@gnat.com>
4983
4984 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4985 This does not change anything at the moment, but will be helpful
4986 later when full Ada support is integrated.
4987
4988 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4989
4990 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4991 help message.
4992
4993 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4994
4995 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4996 and save it in a local variable. Use variable in later test.
4997
4998 2002-07-31 Kevin Buettner <kevinb@redhat.com>
4999
5000 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
5001 test. (Thanks to Daniel Jacobowitz.)
5002
5003 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5004
5005 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
5006 (mips_abi_strings): Add "n64".
5007 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
5008
5009 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5010
5011 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
5012 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
5013
5014 2002-07-31 Kevin Buettner <kevinb@redhat.com>
5015
5016 * utils.c (host_pointer_to_address, address_to_host_pointer):
5017 Use gdb_assert() instead of explicit call to internal_error().
5018
5019 2002-07-30 Kevin Buettner <kevinb@redhat.com>
5020
5021 * Makefile.in (rs6000-nat.o): Update dependencies.
5022
5023 From Nicholas Duffek:
5024 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
5025 (aix-thread.o): New rule.
5026 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
5027 * config/powerpc/aix432.mh: New file.
5028
5029 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
5030
5031 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
5032 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
5033 (fetch_core_registers, ppc_linux_supply_gregset)
5034 (ppc_linux_supply_fpregset): New functions.
5035 (ppc_linux_regset_core_fns): New.
5036 (_initialize_ppc_linux_tdep): Call add_core_fns.
5037 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
5038 and ppc_linux_supply_gregset.
5039 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
5040 (supply_fpregset): Call ppc_linux_supply_fpregset.
5041 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
5042 corelow.o.
5043 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
5044
5045 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * symtab.c (lookup_symbol): Demangle before lowercasing.
5048
5049 2002-07-30 Andrew Cagney <ac131313@redhat.com>
5050
5051 * symtab.h: Replace #include "gdb_obstack.h" with opaque
5052 declaration.
5053 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
5054 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
5055 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
5056 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
5057 "gdb_string.h".
5058 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
5059 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
5060 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
5061 (avr-tdep.o, mon960-rom.o): Ditto.
5062 (aout_stabs_gnu_h): Define.
5063 (symtab_h): Remove $(gdb_obstack_h).
5064
5065 2002-07-30 Jim Blandy <jimb@redhat.com>
5066
5067 Patch from David Carlton <carlton@math.stanford.edu>:
5068 * gdbinit.in: Move the `dir' commands that add GDB's own source
5069 directory to the search path to the end, so that the `gdb' source
5070 directory will be searched first.
5071
5072 2002-07-29 Andrew Cagney <ac131313@redhat.com>
5073
5074 * gdb_obstack.h: New file.
5075 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
5076 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
5077 * objfiles.h: Include "gdb_obstack.h".
5078 * Makefile.in (gdb_obstack_h): Define.
5079 (symtab_h): Add $(gdb_obstack_h).
5080 (objfiles_h): Add $(gdb_obstack_h).
5081
5082 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
5083 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
5084 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
5085 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
5086 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
5087 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
5088 * symfile.c, coffread.c, c-typeprint.c: Ditto.
5089 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
5090
5091 * Makefile.in (bcache.o): Update dependencies.
5092 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
5093 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
5094 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
5095 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
5096 (stabsread.o, symfile.o, symmisc.o): Ditto.
5097 (symtab.o, typeprint.o, macroexp.o): Ditto.
5098 (macrotab.o, mdebugread.o): Ditto.
5099 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
5100 (coff_ecoff_h, aout_aout64_h): Define.
5101 (aout_stabs_gnu_h, libaout_h): Define.
5102
5103 2002-07-29 Andrew Cagney <cagney@redhat.com>
5104
5105 * regcache.c (struct regcache_descr): Rename nr_registers to
5106 nr_cooked_registers. Revise comments describing the structure
5107 member fields.
5108 (init_regcache_descr): Update.
5109 (init_legacy_regcache_descr): Update.
5110 (read_register_gen, write_register_gen): When a cooked register in
5111 the raw register range, directly access the value from the raw
5112 register cache.
5113
5114 2002-07-29 Andrew Cagney <ac131313@redhat.com>
5115
5116 * z8k-tdep.c: Do not include "obstack.h".
5117 * h8300-tdep.c, h8500-tdep.c: Ditto.
5118 * m68hc11-tdep.c, sh-tdep.c: Ditto.
5119 * valprint.c, v850-tdep.c: Ditto.
5120 * d10v-tdep.c, mn10300-tdep.c: Ditto.
5121 * mn10200-tdep.c: Ditto.
5122
5123 * Makefile.in (z8k-tdep.o): Update dependencies.
5124 (m68hc11-tdep.o, valprint.o): Ditto.
5125 (v850-tdep.o, d10v-tdep.o): Ditto.
5126 (mn10300-tdep.o, sparc-tdep.o): Ditto.
5127 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
5128 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
5129 (sh_opc_h, gdb_sim_sh_h): Define.
5130 (elf_sh_h, elf_bfd_h): Define.
5131 (opcode_m68hc11_h): Define.
5132 (OPCODES_SRC, OPCODES_DIR): define.
5133 (OPCODES): Use $(OPCODES_DIR).
5134 (gdb_sim_d10v_h): Rename sim_d10v_h.
5135 (gdb_sim_arm_h): Rename sim_arm_h.
5136
5137 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5138
5139 * utils.c (host_pointer_to_address, address_to_host_pointer):
5140 Change internal_error() message to indicate function responsible
5141 for the error.
5142
5143 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5144
5145 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
5146 calls to local_hex_string_custom().
5147
5148 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5149
5150 * irix5-nat.c: Move IRIX shared library support from here...
5151 * solib-irix.c: ...to here. Revised substantially to work with
5152 generic solib framework.
5153
5154 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
5155 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
5156 * mips-irix-tdep.c: New file.
5157
5158 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
5159 (mips-irix-tdep.o, solib-irix.o): New rules.
5160 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
5161 solib-irix.o.
5162 * config/mips/irix6.mt (TDEPFILES): Likewise.
5163 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
5164
5165 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5166
5167 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
5168 disabled (via ``#if 0'') includes.
5169
5170 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5171
5172 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
5173 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
5174 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
5175 Add support for the fpscr register.
5176 * rs6000-nat.c (regmap, fetch_inferior_registers)
5177 (store_inferior_registers, fetch_core_registers): Likewise.
5178
5179 2002-07-26 Kevin Buettner <kevinb@redhat.com>
5180
5181 * rs6000-nat.c (language.h): Include.
5182 (special_regs): Delete this array.
5183 (regmap): New function.
5184 (fetch_register, store_register): Use regmap() to map gdb
5185 register numbers to ptrace register numbers. Also, use
5186 outputs from regmap() to make decisions regarding type of
5187 ptrace() call to make. In particular, don't compare against
5188 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5189 (fetch_inferior_registers, store_inferior_registers): Where
5190 possible, obtain register numbers from tdep struct. Don't
5191 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
5192 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
5193 (LAST_UISA_SP_REGNUM): Delete.
5194
5195 2002-07-25 Kevin Buettner <kevinb@redhat.com>
5196
5197 * rs6000-nat.c (ppc-tdep.h): Include.
5198 (fetch_registers, store_register, fetch_core_registers): Don't
5199 access registers[] directly. Instead, use supply_register() or
5200 regcache_collect() as appropriate.
5201 (find_toc_address): Format hex address with local_hex_string().
5202
5203 2002-07-25 Andrew Cagney <ac131313@redhat.com>
5204
5205 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
5206 bfd/elf32-frv.c.
5207
5208 2002-07-24 Tom Tromey <tromey@redhat.com>
5209
5210 * jv-exp.y: Marked all strings with _().
5211 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
5212 internal_error.
5213 (MethodInvocation, CastExpression, parse_number, yyerror,
5214 java_type_from_name, push_expression_name, yylex): Typo fixes.
5215
5216 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
5217
5218 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
5219 (tee_file_flush, tee_file_write, tee_file_fputs)
5220 (tee_file_isatty): New.
5221 * ui-file.h (tee_file_new): Add prototype.
5222
5223 2002-07-24 Aidan Skinner <aidan@velvet.net>
5224
5225 * ada-lang.c: Change k&r style function definitions to prototyped
5226 form.
5227 * ada-typeprint.c: Change k&r style function definitions to prototyped
5228 form.
5229 * ada-valprint.c: Change k&r style function definitions to prototyped
5230 form.
5231
5232 2002-07-24 Andrew Cagney <cagney@redhat.com>
5233
5234 * README: Remove reference to remote-bug.
5235 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
5236 remote-bug.c.
5237 (m88k-nat.o): Delete rule.
5238 (m88k-tdep.o): Delete rule.
5239 (remote-bug.o): Delete rule.
5240 * MAINTAINERS: Mark as obsolete.
5241 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
5242 * m88k-tdep.c: Make file obsolete.
5243 * config/m88k/m88k.mh: Ditto.
5244 * config/m88k/delta88v4.mh: Ditto.
5245 * config/m88k/delta88v4.mt: Ditto.
5246 * config/m88k/delta88.mt: Ditto.
5247 * config/m88k/delta88.mh: Ditto.
5248 * remote-bug.c: Ditto.
5249 * config/m88k/tm-delta88.h: Ditto.
5250 * config/m88k/nm-delta88v4.h: Ditto.
5251 * config/m88k/xm-delta88.h: Ditto.
5252 * config/m88k/xm-dgux.h: Ditto.
5253 * config/m88k/tm-m88k.h: Ditto.
5254 * config/m88k/nm-m88k.h: Ditto.
5255 * config/m88k/tm-delta88v4.h: Ditto.
5256 * m88k-nat.c: Ditto.
5257 * cxux-nat.c: Ditto.
5258 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
5259 and m88*-*-* obsolete.
5260 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
5261 m88*-*-* obsolete.
5262
5263 2002-07-24 Andrew Cagney <cagney@redhat.com>
5264
5265 * findvar.c (extract_unsigned_integer): Make `addr' parameter
5266 constant. Same for local pointer variables.
5267 (extract_signed_integer): Ditto.
5268 * defs.h (extract_unsigned_integer): Update.
5269 (extract_signed_integer): Update.
5270
5271 2002-07-24 Andrew Cagney <cagney@redhat.com>
5272
5273 * regcache.c (regcache_raw_write): Change buf parameter to a
5274 constant void pointer.
5275 (regcache_raw_read): Change buf parameter to a void pointer.
5276 (legacy_write_register_gen): Change myaddr parameter a constant
5277 void pointer.
5278 (supply_register): Change val parameter to a const void pointer.
5279 * regcache.h (regcache_raw_write): Update declaration.
5280 (regcache_raw_read): Update declaration.
5281 (supply_register): Update declaration.
5282
5283 2002-07-24 Tom Tromey <tromey@redhat.com>
5284
5285 * defs.h (gdb_readline_wrapper): Declare.
5286 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
5287 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
5288 * top.c (gdb_readline_wrapper): New function.
5289 (command_line_input): Use it.
5290
5291 2002-07-24 Andrew Cagney <cagney@redhat.com>
5292
5293 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
5294 regcache_read and regcache_write.
5295 (regcache_raw_read_as_address): Replace regcache_read_as_address.
5296 * regcache.c: Update.
5297 * sh-tdep.c (sh64_push_arguments): Update comment.
5298 (sh_pseudo_register_read): Update.
5299 (sh_pseudo_register_write): Update.
5300 (sh4_register_read): Update.
5301 (sh4_register_write): Update.
5302 (sh64_pseudo_register_read): Update.
5303 (sh64_pseudo_register_write): Update.
5304 (sh64_register_read): Update.
5305 (sh64_register_write): Update.
5306 * i386-tdep.c (i386_extract_return_value): Update.
5307 (i386_extract_struct_value_address): Update.
5308 (i386_extract_return_value): Update.
5309 * blockframe.c (generic_read_register_dummy): Update.
5310 (generic_call_dummy_register_unwind): Update
5311 * infrun.c (write_inferior_status_register): Update.
5312
5313 2002-07-23 Jim Blandy <jimb@redhat.com>
5314
5315 * parser-defs.h (expression_context_pc): Make this extern.
5316 (Thanks to Michael Snyder.)
5317
5318 2002-07-23 Andrew Cagney <ac131313@redhat.com>
5319
5320 GDB 5.2.1 released from 5.2 branch.
5321 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
5322 * README: Update to mention 5.2.1.
5323
5324 2002-07-23 Mark Salter <msalter@redhat.com>
5325
5326 * remote.c (remote_read_bytes): Fix check for error.
5327
5328 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5329
5330 * aix-thread.c (language.h): Include.
5331 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5332 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
5333 Print newlines at end of debug messages.
5334 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
5335 (pdc_write_data): Use local_hex_string() instead of %llx formats.
5336
5337 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5338
5339 * aix-thread.c (ppc-tdep.h): Include.
5340 (special_register_p): New function.
5341 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
5342 (store_regs_user_thread): Use register number information from
5343 gdbarch_tdep struct instead of hardcoded offsets relative to
5344 FIRST_UISA_SP_REGNUM.
5345 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
5346 special_register_p() instead of using FPLAST_REGNUM and
5347 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
5348 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
5349 will be MQ's register number.
5350
5351 2002-07-22 Michael Snyder <msnyder@redhat.com>
5352
5353 * aix-thread.c (ops): Rename to aix_thread_ops.
5354 (base_ops): Rename to base_target.
5355 (ops_attach): Rename to aix_thread_attach.
5356 (ops_detach): Rename to aix_thread_detach.
5357 (ops_resume): Rename to aix_thread_detach.
5358 (ops_wait): Rename to aix_thread_wait.
5359 (ops_kill): Rename to aix_thread_kill.
5360 (init_ops): Rename to init_aix_thread_ops.
5361 (ops_fetch_register): Rename to aix_thread_fetch_register.
5362 (ops_store_register): Rename to aix_thread_store_register.
5363 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
5364 (ops_thread_alive): Rename to aix_thread_thread_alive.
5365 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
5366 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
5367 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
5368 (fetch_regs_lib): Rename to fetch_regs_user_thread.
5369 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
5370 (store_regs_lib): Rename to store_regs_user_thread.
5371 (store_regs_kern): Rename to store_regs_kernel_thread.
5372
5373 2002-07-22 Michael Snyder <msnyder@redhat.com>
5374
5375 * aix-thread.c (ops_prepare_to_store): Eliminate.
5376 (init_ops): Don't initialize ops.prepare_to_store.
5377 (store_regs_kern): Pre-fetch register buffers from child,
5378 because some registers may not be in the cache. Copy
5379 regs from register cache only if they are cached.
5380 (store_regs_lib): Copy regs from register cache only
5381 if they are cached.
5382 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
5383 fill_gprs64): Ditto.
5384
5385 2002-07-22 Kevin Buettner <kevinb@redhat.com>
5386
5387 * aix-thread.c (gdb_assert.h): Include.
5388 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
5389 register sizes (from register cache) match size of buffer holding
5390 register data.
5391 (fill_sprs32): Change parameter types to match those in the ptrace()
5392 buffer.
5393 (store_regs_lib): Likewise, but for 32-bit temporary variables.
5394 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
5395
5396 2002-07-22 Michael Snyder <msnyder@redhat.com>
5397
5398 * aix-thread.c (supply_sprs64): Cosmetic change.
5399 (supply_sprs32): Cosmetic change.
5400 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
5401 (fill_sprs64): Use regcache_collect instead of read_register.
5402 (store_regs_lib): Use regcache_collect instead of
5403 read_register. Use fill_sprs32 instead of fill_sprs64,
5404 if debugging a 32-bit architecture.
5405 (store_regs_kern): Use fill_gprs64 etc. to pull the values
5406 out of the register cache, instead of passing a pointer into
5407 the register cache directly to ptrace. Use regcache_collect
5408 insteaad of read_register.
5409 (ops_prepare_to_store): Use target_read_registers instead
5410 of read_register_bytes.
5411
5412 2002-07-20 Aidan Skinner <aidan@velvet.net>
5413
5414 * MAINTAINERS: Add self under write after approval.
5415
5416 2002-07-20 Aidan Skinner <aidan@velvet.net>
5417
5418 * ada-tasks.c: Change k&r style function definitions to prototyped
5419 form.
5420
5421 2002-07-19 Andrew Cagney <ac131313@redhat.com>
5422
5423 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
5424 * x86-64-tdep.c: Include "objfiles.h".
5425 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
5426 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
5427
5428 2002-07-17 Michal Ludvig <michal@suse.cz>
5429
5430 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
5431 (update_context): Initialise cfa variable.
5432
5433 2002-07-17 Michael Snyder <msnyder@redhat.com>
5434
5435 * aix-thread.c: Shorten some long lines.
5436 Bring comments into line with code spec.
5437
5438 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5439
5440 * infrun.c: Re-indent using gdb_indent.sh.
5441
5442 2002-07-18 Joel Brobecker <brobecker@gnat.com>
5443
5444 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
5445 Leave the indentation temporarily untouched, to minimize the diffs.
5446
5447 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
5448
5449 * stabsread.c: Make os9k sections of the code obsolete,
5450 for real this time.
5451 * stabsread.h: Make os9k sections of the code obsolete.
5452
5453 2002-07-18 Michal Ludvig <mludvig@suse.cz>
5454
5455 * linux-low.c (regsets_store_inferior_registers): Add free()
5456 at the end of a loop to prevent memory leak.
5457 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
5458 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
5459 * config/sparc/tm-sp64linux.h: Make the rest of #endif
5460 line a comment.
5461 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
5462
5463 2002-07-17 Jim Blandy <jimb@redhat.com>
5464
5465 * macrocmd.c (info_macro_command): Remove newline from error
5466 message.
5467
5468 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
5469
5470 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
5471 (sh_gdbarch_init): Use it for sh-dsp.
5472
5473 2002-07-16 Kevin Buettner <kevinb@redhat.com>
5474
5475 * dwarf2read.c (read_initial_length): Handle older, non-standard,
5476 64-bit DWARF2 format.
5477
5478 2002-07-16 Joel Brobecker <brobecker@gnat.com>
5479
5480 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
5481 <sys/proc.h> when not available.
5482
5483 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5484
5485 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
5486 * stabsread.c: Make os9k sections of the code obsolete.
5487 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
5488 * config/i386/i386os9k.mt: Make file obsolete.
5489 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
5490 (COMMON_OBS): Remove os9kread.o
5491 (SFILES): Remove os9kread.c.
5492 (os9kread.o, remote-os9k.o): Make target obsolete.
5493 * remote-os9k.c: Make file obsolete.
5494 * os9kread.c: Make file obsolete.
5495 * Makefile.in
5496
5497 2002-07-16 Andrew Cagney <ac131313@redhat.com>
5498
5499 * NEWS: Mention that the FR30 has been made obsolete.
5500 * fr30-tdep.c: Make file obsolete.
5501 * config/fr30/tm-fr30.h: Ditto.
5502 * config/fr30/fr30.mt: Ditto.
5503 * configure.tgt: Make fr30-*-elf obsolete.
5504 * MAINTAINERS: Make fr30-elf obsolete.
5505
5506 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
5507
5508 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
5509 found is not inside a section.
5510
5511 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5512
5513 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
5514 strerror().
5515 (pdc_realloc): Use xrealloc() instead of realloc().
5516
5517 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5518
5519 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
5520 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
5521 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
5522 macros.
5523
5524 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5525
5526 * aix-thread.c (ptrace_check): Eliminate goto.
5527 (sync_threadlists): Eliminate gotos. Also, fix array overrun
5528 problem.
5529
5530 2002-07-15 Kevin Buettner <kevinb@redhat.com>
5531
5532 * aix-thread.c (gdbcmd.h): Include.
5533 (DEBUG, DBG, DBG2, dbg): Eliminate.
5534 (debug_aix_thread): New static global.
5535 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
5536 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
5537 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
5538 invocations to DBG and DBG2 macros to test against
5539 ``debug_aix_thread'' and call fprintf_unfiltered().
5540 (_initialize_aix_thread): Add new command "set debug aix-thread".
5541
5542 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5543
5544 From Gerhard Tonn <TON@de.ibm.com>:
5545 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
5546 instead of supply_register.
5547
5548 2002-07-15 Andrew Cagney <ac131313@redhat.com>
5549
5550 * dwarf2cfi.c: Include "gdb_assert.h".
5551 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
5552 non-NULL.
5553 (update_context): Do not use __func__. Add missing ``break''.
5554 (update_context): Do not use __func__.
5555
5556 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
5557
5558 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
5559 and its setting. Set gdbarch instruction printing functions
5560 directly. For non-rs6000 case use new function
5561 gdb_print_insn_powerpc.
5562 (gdb_print_insn_powerpc): New function.
5563
5564 2002-07-13 Andrew Cagney <ac131313@redhat.com>
5565
5566 * NEWS: Mention that the d30v has been marked obsolete.
5567 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
5568 * configure.tgt: Mark d30v-*-* as obsolete.
5569 * d30v-tdep.c: Mark file as obsolete.
5570 * config/d30v/d30v.mt: Ditto.
5571 * config/d30v/tm-d30v.h: Ditto.
5572
5573 2002-07-13 Aidan Skinner <aidan@velvet.net>
5574
5575 * ada-tasks.c (add_task_entry): replace calls to
5576 malloc() with xmalloc
5577 * ada-tasks.c (init_task_list): replace calls to free with xfree()
5578
5579 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
5580 ada_finish_decode_line_1, all_sals_for_line
5581 ada_breakpoint_rewrite): replace calls to free() with xfree()
5582
5583 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5584
5585 From Nicholas Duffek (with minor changes by Martin Hunt,
5586 Louis Hamilton, and Kevin Buettner):
5587 * aix-thread.c: New file.
5588
5589 2002-07-12 Petr Sorfa <petrs@caldera.com>
5590
5591 * dwarf2read.c (dwarf2_invalid_attrib_class): New
5592 complaint for invalid attribute class or form.
5593 (read_func_scope): DW_AT_frame_base
5594 better handling of DW_AT_block*.
5595 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
5596 better handling of DW_AT_block*.
5597 (read_common_block): DW_AT_location
5598 better handling of DW_AT_block*.
5599 (read_partial_die): DW_AT_location better handling
5600 of DW_AT_block*.
5601 (new_symbol): DW_AT_external better handling of
5602 DW_AT_block*. Proper initialization of variable
5603 "addr".
5604 (attr_form_is_block): New function that returns true
5605 if the attribute's form is of DW_FORM_block*.
5606
5607 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5608
5609 * valops.c (find_method_list): Remove comment about
5610 removed STATIC_MEMFUNCP argument.
5611 (value_find_oload_method_list): Likewise.
5612
5613 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5614
5615 From Nicholas Duffek:
5616 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
5617 target_new_objfile_hook.
5618
5619 2002-07-12 Kevin Buettner <kevinb@redhat.com>
5620
5621 From Nicholas Duffek:
5622 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
5623 csect.
5624
5625 2002-07-12 Andrew Cagney <cagney@redhat.com>
5626
5627 * MAINTAINERS: Mention --enable-sim-build-warnings.
5628 (m68hc11-elf): Disable sim build warnings.
5629 (m32r-elf): Mark as broken obsolete candidate.
5630 (x86_64-linux-gnu): Mark as buildable with -Werror.
5631 (arm-elf): Change -w to ``,'' which enables warnings but not
5632 -Werror.
5633
5634 2002-07-12 Andrew Cagney <ac131313@redhat.com>
5635
5636 * bcache.h: Update copyright.
5637 (struct bstring, struct bcache): Move definition to "bcache.c".
5638 Replaced by opaque declaration.
5639 (bcache_xfree): Replace free_bcache.
5640 (bcache_xmalloc, bcache_memory_used): Declare.
5641
5642 * bcache.c: Update copyright.
5643 (struct bstring, struct bcache): Moved to here from "bcache.h".
5644 Update comments.
5645 (bcache_xmalloc, bcache_memory_used): New functions.
5646 (bcache_xfree): Replace function free_bcache.
5647
5648 * Makefile.in (objfiles.o): Add $(bcache_h).
5649 (objfiles_h): Remove $(bcache_h).
5650 (symfile.o): Add $(bcache_h).
5651
5652 * symmisc.c: Update copyright.
5653 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
5654 (print_objfile_statistics): Use bcache_memory_used.
5655
5656 * symfile.c: Include "bcache.h".
5657 (reread_symbols): Use bcache_xfree.
5658 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
5659 (add_psymbol_to_list): Pass psymbol_cache by value.
5660 (add_psymbol_with_dem_name_to_list): Ditto.
5661
5662 * objfiles.h: Update copyright.
5663 (struct bcache): Declare opaque. Do not include "bcache.h".
5664 (struct objfile): Change psymbol_cache and macro_cache to ``struct
5665 bcache'' pointers.
5666 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
5667
5668 * objfiles.c: Include "bcache.h". Update copyright.
5669 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
5670 macro_cache.
5671 (free_objfile): Use bcache_xfree.
5672
5673 2002-07-11 Grace Sainsbury <graces@redhat.com>
5674
5675 * monitor.c (monitor_fetch_register): Make name a constant.
5676 (monitor_store_register): Same.
5677
5678 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
5679
5680 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
5681 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
5682 (finish_block) For non-function blocks, hash the symbol table. For
5683 function blocks, mark the symbol table as unhashed.
5684 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
5685 (msymbol_hash_iw): Likewise.
5686 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
5687 value.
5688 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
5689 (lookup_minimal_symbol): Likewise for both.
5690 * symtab.h (struct block): Add `hashtable' flag. Comment the
5691 hashtable.
5692 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
5693 (ALL_BLOCK_SYMBOLS): Update.
5694 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
5695 (struct symbol): Add `hash_next' pointer.
5696 * symtab.c (lookup_block_symbol): Search using the hash table when
5697 possible.
5698 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
5699 (search_symbols, find_addr_symbol): Likewise.
5700
5701 * dstread.c (process_dst_block): Clear hashtable bit for new block.
5702 (read_dst_symtab): Likewise.
5703 * jv-lang.c (get_java_class_symtab): Likewise.
5704 * mdebugread.c: Include "gdb_assert.h".
5705 (shrink_block): Assert that the block being modified is not hashed.
5706 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
5707 * symmisc.c (free_symtab_block): Walk the hash table when freeing
5708 symbols.
5709 (dump_symtab): Recognize hashed blocks.
5710 * printcmd.c (print_frame_args): Assert that function blocks do not
5711 have hashed symbol tables.
5712 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
5713 (fill_in_ada_prototype, debug_print_block): Likewise.
5714 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
5715
5716 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
5717
5718 * stack.c (print_frame): Use result of frame_address_in_block()
5719 instead of fi->pc when evaluating symbols.
5720 (backtrace_command_1): Ditto.
5721
5722 2002-07-11 Andrew Cagney <cagney@redhat.com>
5723
5724 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
5725 Make static.
5726
5727 * arm-tdep.c (arm_register_name): Make return type constant.
5728
5729 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5730
5731 * win32-nat.c (has_detach_ability): Convert to strict ISO C
5732 prototype.
5733 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
5734 * s390-tdep.c (s390_fp_regnum): Ditto.
5735 (s390_read_fp): Ditto.
5736 (s390_pop_frame): Ditto.
5737 (_initialize_s390_tdep): Ditto.
5738 * remote.c (get_remote_state): Ditto.
5739 * procfs.c (mappingflags): Ditto.
5740 * memattr.c (_initialize_mem): Ditto.
5741 * mcore-tdep.c (mcore_pop_frame): Ditto.
5742 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
5743 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
5744 * language.c (set_case_str): Ditto.
5745 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
5746 * frv-tdep.c (new_variant): Ditto.
5747 (frv_stopped_data_address): Ditto.
5748 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
5749 (context_alloc): Ditto.
5750 (frame_state_alloc): Ditto.
5751 (unwind_tmp_obstack_init): Ditto.
5752 (unwind_tmp_obstack_free): Ditto.
5753 (cfi_read_fp): Ditto.
5754 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
5755 (cris_pop_frame): Ditto.
5756 * c-lang.c (scanning_macro_expansion): Ditto.
5757 (finished_macro_expansion): Ditto.
5758 (c_preprocess_and_parse): Ditto.
5759 * gdbarch.sh: Ditto.
5760 * gdbarch.h, gdbarch.c: Regenerate.
5761 * config/mn10200/tm-mn10200.h: Adjust indentation.
5762 * target.c: Adjust indentation.
5763 * symtab.h: Adjust indentation.
5764 * stabsread.h: Adjust indentation.
5765 * remote-es.c: Adjust indentation.
5766 * os9kread.c: Adjust indentation.
5767
5768 2002-07-10 Andrew Cagney <ac131313@redhat.com>
5769
5770 * wince.c (_initialize_wince): Rename _initialize_inftarg.
5771 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
5772
5773 2002-07-10 Grace Sainsbury <graces@redhat.com>
5774
5775 * NEWS: Mention m68k, mcore multi-arching.
5776 * MAINTAINERS: Change status of m68k, mcore to reflect
5777 multi-arching.
5778
5779 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
5780
5781 * valops.c (find_overload_match): Free oload_syms.
5782
5783 2002-07-09 Joel Brobecker <brobecker@gnat.com>
5784
5785 Define HAVE_SYS_PROC_H if sys/proc.h exists
5786 * configure.in: Add check for sys/proc.h
5787 * config.in: Regenerate.
5788 * configure: Regenerate.
5789
5790 2002-07-09 Grace Sainsbury <graces@redhat.com>
5791
5792 * config/m68k/tm-m68k.h: Remove macros wrapped in
5793 #if !GDB_MULTI_ARCH.
5794
5795 2002-07-08 Andrew Cagney <ac131313@redhat.com>
5796
5797 * config.in, configure: Regenerate.
5798
5799 2002-07-08 Mark Kettenis <kettenis@gnu.org>
5800
5801 * dwarf2cfi.c: Include "gcore.h".
5802 (execute_stack_op): Fix implementation of the
5803 DW_OP_deref and DW_OP_deref_size operators by letting do their
5804 lookup in the target.
5805
5806 2002-07-07 Mark Kettenis <kettenis@gnu.org>
5807
5808 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
5809 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
5810 tdep->sc_sp_offset.
5811
5812 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
5813
5814 Fix PR gdb/595, gdb/602
5815 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
5816 Don't call value_cast, just read the vtable pointer; update comments
5817 to match.
5818
5819 2002-07-05 Grace Sainsbury <graces@redhat.com>
5820
5821 * config/mcore/tm-mcore.h: Remove file.
5822 * config/mcore/mcore.mt: Remove definition of TM_FILE
5823 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
5824
5825 2002-07-05 Mark Kettenis <kettenis@gnu.org>
5826
5827 * i386bsd-tdep.c: Include "gdb_string.h".
5828
5829 2002-07-04 Grace Sainsbury <graces@redhat.com>
5830
5831 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
5832 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
5833 mcore-tdep.
5834 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
5835 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
5836 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
5837 (RETVAL_REGNUM): Move macros from tm-mcore.h
5838 (mcore_reg_struct_has_addr): New function.
5839 (mcore_gdbarch_init): Added initializations for the macros removed
5840 from tm-mcore.h.
5841
5842 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5843
5844 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
5845 traditonal string branding within the ELF header.
5846
5847 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
5848
5849 * symtab.c (remove_params): New function.
5850 (make_symbol_overload_list): Use it instead of cplus_demangle.
5851 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
5852
5853 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5854
5855 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
5856
5857 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
5858 New variables.
5859 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
5860 and tdep->sigtramp_end.
5861 * i386obsd-nat.c: New file.
5862 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
5863
5864 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
5865 Don't call get_current_frame().
5866
5867 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
5868
5869 * i386-nat.c (child_post_startup_inferior): New function
5870 calling i386_cleanup_dregs if
5871 I386_USE_GENERIC_WATCHPOINTS is defined.
5872 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
5873 conditional to acknowledge that i386-nat.c has its
5874 own child_post_startup_inferior function.
5875
5876 2002-07-04 Mark Kettenis <kettenis@gnu.org>
5877
5878 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
5879 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
5880 instead of MAX_REGISTER_RAW_SIZE.
5881 (i386_extract_return_value, i386_extract_struct_value_address):
5882 Convert to use regcache.
5883 (i386_gdbarch_init): Set max_register_raw_size and
5884 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
5885 Set extract_return_value and extract_struct_value_address instead
5886 of their deprecated variants.
5887
5888 Convert i386 target to generic dummy frames.
5889 * i386-tdep.c: Include "symfile.h".
5890 (i386_frameless_signal_p): Consider a function to be frameless if
5891 the pc points at the first instruction of the function.
5892 (i386_frame_chain): Handle (generic) call dummies.
5893 (i386_frame_saved_pc): Likewise.
5894 (i386_frame_init_saved_regs): Remove code dealing with call
5895 dummies on the stack.
5896 (i386_push_dummy_frame): Removed.
5897 (i386_call_dummy_words): Removed.
5898 (i386_fix_call_dummy): Removed.
5899 (i386_push_return_address): New function.
5900 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
5901 parameter, and don't call get_current_frame.
5902 (i386_pop_frame): New function.
5903 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
5904 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
5905 entry_point_address, set call_dummy_breakpoint_offset to 0, set
5906 call_dummy_length to 0, set call_dummy_words to NULL, set
5907 sizeof_call_dummy_words to 0, set fix_call_dummy to
5908 generic_fix_call_dummy, set pc_in_call_dummy to
5909 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
5910 generic_push_dummy_frame, set push_return_address to
5911 i386_push_return_address and set frame_chain_valid to
5912 generic_file_frame_chain_valid.
5913
5914 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5915
5916 * gdbarch.sh (struct regcache): Add opaque declaration.
5917 (EXTRACT_RETURN_VALUE): New architecture method.
5918 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
5919 * gdbarch.h, gdbarch.c: Regenerate.
5920 * arch-utils.c (legacy_extract_return_value): New function.
5921 * arch-utils.h (legacy_extract_return_value): Declare.
5922 * values.c (value_being_returned): Re-enable code handling
5923 EXTRACT_STRUCT_VALUE_ADDRESS. Move
5924 deprecated_grub_regcache_for_registers call to block handling
5925 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5926 (EXTRACT_RETURN_VALUE): Do not define.
5927
5928 2002-07-03 Grace Sainsbury <graces@redhat.com>
5929
5930 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5931 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5932 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5933 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5934 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5935 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5936 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5937 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5938 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5939 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5940 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5941 argument so the function fits the prototype in the architecture
5942 vector.
5943 (mcore_pop_frame): Remove argument so the function fits the
5944 prototype. Use get_current_frame instead of the argument.
5945 (mcore_push_arguments): Change type of struct_return so the
5946 function can be used in the architecture vector.
5947 (mcore_store_struct_return): Add.
5948 (mcore_frame_init_saved_regs): Add.
5949 (mcore_gdbarch_init): Add function calls to replace the macros
5950 removed from tm-mcore.h
5951
5952 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5953
5954 * infcmd.c (print_return_value): Remove compatibility code calling
5955 deprecated_grub_regcache_for_registers.
5956
5957 * values.c: Include "regcache.h".
5958 (value_being_returned): Update. Use
5959 deprecated_grub_regcache_for_registers to extract the register
5960 buffer address.
5961 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5962 ``struct regcache''.
5963 * Makefile.in (values.o): Add dependency on $(regcache_h).
5964
5965 * inferior.h (run_stack_dummy): Change type of second parameter to
5966 a ``struct regcache''.
5967 * valops.c (hand_function_call): Change type of retbuf to ``struct
5968 regcache''. Allocate using regcache_xmalloc, clean using
5969 make_cleanup_regcache_xfree.
5970 * infcmd.c (run_stack_dummy): Update. Use
5971 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5972
5973 * regcache.c (do_regcache_xfree): New function.
5974 (make_cleanup_regcache_xfree): New function.
5975 * regcache.h (make_cleanup_regcache_xfree): Declare.
5976
5977 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5978
5979 * event-top.c (command_line_handler): Don't read past
5980 beginning of buffer.
5981
5982 2002-07-03 Martin M. Hunt <hunt@redhat.com>
5983
5984 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5985 struct frame_id.
5986 (varobj_create): Store frame_id for root.
5987 (varobj_gen_name): Use xasprintf.
5988 (varobj_update): Save and restore frame using get_frame_id() and
5989 frame_find_by_id().
5990 (create_child): Use xasprintf.
5991 (new_root_variable): Initialize frame_id.
5992 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5993 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5994 to prevent memory leak.
5995
5996 2002-07-03 Andrew Cagney <ac131313@redhat.com>
5997
5998 * valops.c (hand_function_call): Move declaration of retbuf to
5999 start of function, allocate using malloc, add a cleanup but before
6000 the inf_status cleanup, cleanup the buffer. Rename local variable
6001 old_chain to inf_status_cleanup.
6002
6003 2002-07-03 Martin M. Hunt <hunt@redhat.com>
6004
6005 * top.c (execute_command): Use cmd_func() and cmd_func_p().
6006
6007 * cli/cli-decode.c (cmd_func_p): New function.
6008 (cmd_func): New function.
6009
6010 * command.h: Add cmd_func() and cmd_func_p().
6011
6012 2002-07-03 Grace Sainsbury <graces@redhat.com>
6013
6014 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
6015 (REGISTER_SIZE): Remove.
6016 (MAX_REGISTER_RAW_SIZE): Remove.
6017 (REGISTER_VIRTUAL_TYPE): Remove.
6018 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
6019 (REGISTER_NAME): Remove.
6020 (USE_GENERIC_DUMMY_FRAMES): Remove.
6021 (CALL_DUMMY): Remove.
6022 (CALL_DUMMY_START_OFFSET): Remove.
6023 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6024 (CALL_DUMMY_LOCATION): Remove.
6025 (FIX_CALL_DUMMY): Remove.
6026 (CALL_DUMMY_ADDRESS): Remove.
6027 (SIZEOF_CALL_DUMMY_WORDS): Remove.
6028 (SAVE_DUMMY_FRAME_TOS): Remove.
6029 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
6030 (mcore_register_virtual_type): New function.
6031 (mcore_register_byte): New function.
6032 (mcore_register_size): New function.
6033 (mcore_register_name): New function.
6034 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
6035 macros removed from tm-mcore.h.
6036 (mcore_dump_tdep): Add.
6037 (_initialize_mcore_tdep): Add gdbarch_register call.
6038
6039 2002-07-03 Mark Kettenis <kettenis@gnu.org>
6040
6041 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
6042 frameless_look_for_prologue, such that we actually call this
6043 function.
6044
6045 2002-07-02 Joel Brobecker <brobecker@gnat.com>
6046
6047 * frame.h (frame_address_in_block): New function.
6048
6049 * blockframe.c (frame_address_in_block): New function extracted
6050 from get_frame_block().
6051 (get_frame_block): Use frame_address_in_block().
6052 (block_innermost_frame): Use frame_address_in_block() to match
6053 the frame pc address against the block boundaries rather than
6054 the frame pc directly. This prevents a failure when a frame pc
6055 is actually a return-address pointing immediately after the end
6056 of the given block.
6057
6058 2002-07-02 Grace Sainsbury <graces@redhat.com>
6059
6060 * MAINTAINERS: Add self under write after approval.
6061
6062 2002-07-02 Grace Sainsbury <graces@redhat.com>
6063
6064 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
6065 used in architecture vector. The default is
6066 m68k_local_breakpoint_from_pc.
6067 (m68k_local_breakpoint_from_pc): Add.
6068 (enum): Add register numbers from tm-m68k.h.
6069 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
6070 vector.
6071 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
6072 GDB_MULTI_ARCH_PARTIAL.
6073 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
6074 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
6075 m68k-tdep.c.
6076 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
6077 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
6078 to enum in m68k-tdep.c
6079
6080 2002-07-02 Joel Brobecker <brobecker@gnat.com>
6081
6082 * solib-osf.c (open_map): Compute the list of shared libraries
6083 loaded by the inferior, rather than the list of libraries loaded
6084 by GDB itself. Otherwise, GDB ends up reading the symbols from
6085 the wrong shared libraries...
6086
6087 2002-07-02 Mark Kettenis <kettenis@gnu.org>
6088
6089 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
6090 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
6091 macros.
6092 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
6093 Remove functions.
6094 (FRAMELESS_SIGNAL): Remove function.
6095 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
6096 i386_linux_saved_pc_after_call): Removed.
6097 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
6098 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
6099 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
6100
6101 * i386-tdep.c (i386_frameless_signal_p): New function.
6102 (i386_frame_chain): Deal with frameless signals.
6103 (i386_sigtramp_saved_sp): New function.
6104 (i386_frame_saved_pc): Deal with frameless signals.
6105 (i386_saved_pc_after_call): Make sure the correct value is
6106 returned just after entry into a sigtramp.
6107 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
6108 i386fbsd4_sc_sp_offset): New variables.
6109 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
6110 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
6111 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
6112 similiar to what we already did for sc_pc_offset.
6113 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
6114 tdep->sc_sp_offset.
6115
6116 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
6117
6118 2002-07-02 Michal Ludvig <mludvig@suse.cz>
6119
6120 * config/i386/tm-x86-64linux.h: New.
6121 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
6122 definitions.
6123 * config/i386/nm-x86-64.h: Rename to ...
6124 * config/i386/nm-x86-64linux.h: ... this one.
6125 * config/i386/x86-64linux.mh: Reflect the above change.
6126
6127 2002-07-01 Mark Kettenis <kettenis@gnu.org>
6128
6129 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
6130 with sigcontext_addr. Add sc_sp_offset.
6131 (i386bsd_sigtramp_saved_pc): Remove prototype.
6132 (i386bsd_sicontext_addr): Add prototype.
6133 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
6134 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
6135 (i386_svr4_sigtramp_saved_pc): Removed.
6136 (i386_svr4_sigcontext_addr): New function.
6137 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6138 Initialize tdep->sigcontext_addr instead. Initialize
6139 tdep->sc_pc_offset and tdep->sc_sp_offset.
6140 (i386_gdbarch_init): Likewise.
6141 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
6142 any more.
6143 (i386bsd_sigtramp_saved_pc): Remove function.
6144 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
6145 Initialize tdep->sigcontext_addr instead. Initialize
6146 tdep->sc_pc_offset.
6147 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
6148 of tdep->sigtramp_saved_pc.
6149 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
6150 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
6151 instead.
6152
6153 * i386-tdep.c (i386_frameless_function_invocation,
6154 i386_frame_num_args, i386_frame_init_saved_regs,
6155 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
6156 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
6157 i386_extract_return_value, i386_store_return_value,
6158 i386_extract_struct_value_address, i386_register_virtual_type,
6159 i386_register_convertible, i386_register_convert_to_virtual,
6160 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
6161 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
6162 static.
6163
6164 2002-07-01 Mark Kettenis <kettenis@gnu.org>
6165
6166 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
6167
6168 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
6169 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
6170 this macro. Include "value.h".
6171
6172 2002-06-30 Aidan Skinner <aidan@velvet.net>
6173
6174 * ada-exp.tab.c: remove as it's a generated file
6175 * ada-lex.c: remove as it's a generated file
6176
6177 2002-06-30 Mark Kettenis <kettenis@gnu.org>
6178
6179 * config/i386/tm-i386.h (struct frame_info, struct
6180 frame_saved_regs, struct value, struct type): Remove forward
6181 declarations.
6182
6183 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
6184 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
6185 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
6186 (FILL_FPXREGSET): Define.
6187
6188 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
6189
6190 * configure.tgt (i[3456]86-*-openbsd*): Fold into
6191 i[3456]86-*-netbsd* case.
6192 * config/i386/tm-obsd.h: Removed.
6193 * config/i386/obsd.mt: Removed.
6194 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
6195 core-aout.o.
6196 (MH_CFLAGS): Add -DYYDEBUG=0.
6197
6198 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
6199 i386nbsd_sc_pc_offset on OpenBSD too.
6200
6201 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
6202 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
6203 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
6204 define.
6205 * i386bsd-tdep.c: Include "arch-utils.h".
6206 (i386bsd_aout_in_solib_call_trampoline): New function.
6207 (i386bsd_init_abi): Set in_solib_call_trampoline to
6208 i386bsd_aout_in_solib_call_trampoline.
6209 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
6210 in_solib_call_trampoline to generic_in_solib_call_trampoline.
6211
6212 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6213
6214 * macrotab.h: Do not include "obstack.h" or "bcache.h".
6215 (struct obstack, struct bcache): Add opaque declarations.
6216 * Makefile.in (macrotab_h): Update
6217
6218 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6219
6220 * blockframe.c (generic_find_dummy_frame): Change return type to
6221 ``struct regcache''.
6222 (struct dummy_frame): Replace field ``registers'' with regcache, a
6223 struct regcache object.
6224 (generic_find_dummy_frame): Update.
6225 (generic_push_dummy_frame): Update. Use regcache_xfree,
6226 regcache_xmalloc and regcache_cpy.
6227 (generic_pop_dummy_frame): Update. Use regcache_cpy and
6228 regcache_xfree.
6229 (deprecated_generic_find_dummy_frame): Update.
6230 (generic_read_register_dummy): Update. Use
6231 regcache_read_as_address.
6232 (generic_call_dummy_register_unwind): Update. Use regcache_read.
6233 (generic_get_saved_register): Update. Use regcache_read.
6234
6235 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6236
6237 * Makefile.in (objfiles_h): Add $(bcache_h).
6238 * objfiles.h: Include "bcache.h".
6239
6240 * Makefile.in (symtab_h): Remove $(bcache_h).
6241 * symtab.h: Do not include "bcache.h".
6242
6243 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6244
6245 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
6246 generic_func_frame_chain_valid.
6247
6248 2002-06-28 David O'Brien <obrien@FreeBSD.org>
6249
6250 * config/i386/nm-fbsd.h: Include <sys/param.h>.
6251 * config/i386/tm-fbsd.h: Likewise.
6252
6253 2002-06-28 Andrew Cagney <ac131313@redhat.com>
6254
6255 * rs6000-tdep.c (rs6000_gdbarch_init): Use
6256 generic_unwind_get_saved_register.
6257
6258 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6259
6260 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
6261 * regcache.c (supply_register): Add missing argument to
6262 register_buffer call.
6263
6264 2002-06-27 Andrew Cagney <ac131313@redhat.com>
6265
6266 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
6267 Solaris /bin/grep does not not like it. From Peter Schauer.
6268
6269 2002-06-26 Tom Tromey <tromey@redhat.com>
6270
6271 * command.h (add_setshow_cmd): Declare.
6272 (add_setshow_cmd_full): Declare.
6273 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
6274 returns void. Use add_setshow_cmd_full.
6275 (add_setshow_cmd_full): New function.
6276 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
6277 (add_setshow_boolean_cmd): Likewise.
6278
6279 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6280
6281 * config/vax/tm-vax.h: Protect from multiple inclusion.
6282 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
6283 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
6284 * config/vax/tm-vaxbsd.h: ...here. New file.
6285 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
6286
6287 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6288
6289 * config/vax/tm-vax.h (BREAKPOINT): Remove.
6290 (BELIEVE_PCC_PROMOTION): Remove.
6291 (AP_REGNUM): Move to...
6292 * config/vax/nm-vax.h: ...here.
6293 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
6294 (vax_breakpoint_from_pc): New function.
6295 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
6296 and gdbarch_believe_pcc_promotion.
6297
6298 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6299
6300 * Makefile.in (vax_tdep_h): Define.
6301 (vax-tdep.o): Use $(vax_tdep_h).
6302 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
6303 (vax_dump_tdep): New function.
6304 (_initialize_vax_tdep): Register vax_dump_tdep.
6305 * vax-tdep.h: Include osabi.h.
6306 (struct gdbarch_tdep): New.
6307
6308 2002-06-26 Andrew Cagney <cagney@redhat.com>
6309
6310 * frame.h (deprecated_generic_find_dummy_frame): Rename
6311 generic_find_dummy_frame.
6312 * blockframe.c (generic_find_dummy_frame): Make static.
6313 (deprecated_generic_find_dummy_frame): New function.
6314 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
6315 generic_find_dummy_frame with deprecated_find_dummy_frame.
6316 (sh64_nofp_frame_init_saved_regs): Ditto.
6317 (sh_fp_frame_init_saved_regs): Ditto.
6318 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
6319 (s390_frame_chain): Ditto.
6320 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
6321
6322 2002-06-26 Grace Sainsbury <graces@redhat.com>
6323
6324 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
6325 gdbarch vector are at the top.
6326 (NUM_REGS): Remove.
6327 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
6328 (FRAME_ARGS_ADDRESS): Remove.
6329 (FRAME_LOCALS_ADDRESS): Remove.
6330 (FRAME_NUM_ARGS): Remove.
6331 (FRAME_ARGS_SKIP): Remove.
6332 * m68k-tdep.c (enum): Add eumeration of special register numbers.
6333 (m68k_gdbarch_init): Add gdbarch initializations for macros
6334 undefined in tm-m68k.h
6335
6336 2002-06-26 Grace Sainsbury <graces@redhat.com>
6337
6338 * monitor.h: Add the function regname to monitor_ops
6339 structure. This way NUM_REGS does not have to be a constant.
6340 * monitor.c (monitor_fetch_register): Added support for regname
6341 function. The function is called if the array regnames is NULL.
6342 (monitor_store_register): Same.
6343 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
6344 regnames array.
6345 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
6346 cpu32bug_cmds.regname to point to new function.
6347 * abug-rom.c (abug_regname): Same as above.
6348 (init_abug_cmds): Same.
6349 * dbug-rom.c (dbug_regname): Same as above.
6350 (init_dbug_cmds): Same.
6351 * remote-est.c (est_regname): Same.
6352 (init_est_cmds): Same.
6353 * rom68k-rom.c (rom68k_regname): Same.
6354 (init_rom68k_cmds): Same.
6355
6356 2002-06-25 Tom Tromey <tromey@redhat.com>
6357
6358 * breakpoint.c (delete_command): Don't repeat `delete' commands.
6359
6360 2002-06-25 Andrew Cagney <cagney@redhat.com>
6361
6362 * infrun.c (stop_registers): Change variable's type to ``struct
6363 regcache'''.
6364 (xmalloc_inferior_status): Delete function.
6365 (free_inferior_status): Delete function.
6366 (normal_stop): Use regcache_cpy.
6367 (struct inferior_status): Change type of fields ``stop_registers''
6368 and ``registers'' to ``struct regcache''.
6369 (write_inferior_status_register): Use regcache_write.
6370 (save_inferior_status): Instead of calling
6371 xmalloc_inferior_status, allocate the inf_status buffer directly.
6372 Use regcache_dup_no_passthrough and regcache_dup to save the
6373 buffers.
6374 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
6375 Replace the stop_registers regcache instead of overriding it. Use
6376 regcache_xfree. Instead of calling free_inferior_status, xfree
6377 the buffer directly.
6378 (discard_inferior_status): Use regcache_xfree. Instead of calling
6379 free_inferior_status, xfree the buffer directly.
6380 (build_infrun): Use regcache_xmalloc.
6381 (_initialize_infrun): Delete redundant call to build_infrun.
6382
6383 * Makefile.in (infcmd.o): Add $(regcache_h).
6384
6385 * infcmd.c: Include "regcache.h".
6386 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
6387 obtain the address of `stop_registers' register buffer.
6388 (print_return_value): Ditto.
6389
6390 * inferior.h (struct regcache): Add opaque declaration.
6391 (stop_registers): Change variable's declared type to ``struct
6392 regcache''.
6393
6394 2002-06-24 Tom Tromey <tromey@redhat.com>
6395
6396 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
6397 * target.c (initialize_targets): Fixed typo in
6398 trust-readonly-sections `show' documentation.
6399
6400 * main.c: Marked all strings with _().
6401
6402 2002-06-24 Don Howard <dhoward@redhat.com>
6403
6404 * memattr.c (create_mem_region): Treat hi == 0 as a special case
6405 that means max CORE_ADDR+1.
6406 (lookup_mem_region): Ditto.
6407 (mem_info_command): Ditto.
6408
6409 2002-06-24 Grace Sainsbury <graces@redhat.com>
6410
6411 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
6412 (REGISTER_BYTES_OK): Remove.
6413 (REGISTER_BYTES): Remove.
6414 (STORE_STRUCT_RETURN): Remove.
6415 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
6416 (STORE_RETURN_VALUE): Remove.
6417 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
6418 (FRAME_CHAIN): Remove.
6419 (FRAMELESS_FUNCTION_INVOCATION): Remove.
6420 (FRAME_SAVED_PC): Remove.
6421 * m68k-tdep.c (m68k_register_bytes_ok):Add.
6422 (m68k_store_struct_return): Add.
6423 (m68k_deprecated_extract_return_value): Add.
6424 (m68k_deprecated_extract_struct_value_address): Add.
6425 (m68k_store_return_value): Add.
6426 (m68k_frame_chain): Add.
6427 (m68k_frameless_function_invocation): Add.
6428 (m68k_frame_saved_pc): Add.
6429 (m68k_gdbarch_init): added set_gdbarch calls for new
6430 functions and deleted macros.
6431
6432 2002-06-23 Tom Tromey <tromey@redhat.com>
6433
6434 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
6435 (ALLDEPFILES): Likewise.
6436 (udiheaders): Removed.
6437 (udip2soc.o): Likewise.
6438 (udi2go32.o): Likewise.
6439 (udr.o): Likewise.
6440 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
6441
6442 2002-06-22 Andrew Cagney <ac131313@redhat.com>
6443
6444 * infrun.c (_initialize_infrun): Delete unnecessary call to
6445 build_infrun.
6446
6447 * regcache.h: Update comments describing the regcache_cpy family
6448 of functions.
6449 (regcache_save, regcache_restore): Delete declaration.
6450 (regcache_save_no_passthrough): Delete declaration.
6451 (regcache_restore_no_passthrough): Delete declaration.
6452 * regcache.c (regcache_save): Delete function.
6453 (regcache_save_no_passthrough): Delete function.
6454 (regcache_restore): Delete function.
6455 (regcache_restore_no_passthrough): Delete function.
6456
6457 2002-06-21 Andrew Cagney <ac131313@redhat.com>
6458
6459 * config/m68k/tm-m68k.h: Fix typo.
6460 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
6461 (m68k_frame_init_saved_regs): Declare.
6462
6463 2002-06-21 Jim Blandy <jimb@redhat.com>
6464
6465 Remove some vestiges of Harris 88k support.
6466 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
6467 register numbering quirk.
6468 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
6469 odd symbols occurring in Harris 88k ELF targets.
6470
6471 2002-06-21 Tom Tromey <tromey@redhat.com>
6472
6473 * gdb_locale.h: New file.
6474 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
6475 (defs_h): Added gdb_locale.h.
6476 * configure, config.in: Rebuilt.
6477 * configure.in (PACKAGE): Define.
6478 * defs.h: Include gdb_locale.h.
6479 * main.c (captured_main): Call setlocale, bindtextdomain,
6480 textdomain.
6481
6482 2002-06-21 Dave Brolley <brolley@redhat.com>
6483
6484 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
6485 * config/frv/frv.mt: New file.
6486 * config/frv/tm-frv.h: New file.
6487 * configure.tgt: Support frv-*-*.
6488 * Makefile.in (frv-tdep.o): New target.
6489 * frv-tdep.c: New file.
6490 * NEWS: Mention frv.
6491
6492 2002-06-21 Dave Brolley <brolley@redhat.com>
6493
6494 * MAINTAINERS: Add self to "Write After Approval" list.
6495
6496 2002-06-21 Grace Sainsbury <graces@redhat.com>
6497
6498 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
6499 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
6500 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
6501 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
6502 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
6503
6504 * m68k-tdep.c: Include arch-utils.h
6505 (m68k_register_raw_size): Add.
6506 (m68k_register_virtual_size): Add.
6507 (m68k_register_virtual_type): Add.
6508 (m68k_register_name): Add.
6509 (m68k_stack_align): Add.
6510 (m68k_register_byte): Add.
6511 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
6512 tm-m68k.h.
6513
6514 2002-06-21 Grace Sainsbury <graces@redhat.com>
6515
6516 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
6517 m68k_find_saved_regs.
6518 (m68k_pop_frame): Removed saved_regs structure, and replaced
6519 references to it with frame->saved_regs.
6520 (m68k_gdbarch_init): Added function calls to initialize the
6521 gdbarch structure.
6522 (m68k_fix_call_dummy): Add.
6523 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
6524 (CALL_DUMMY): Remove.
6525 (CALL_DUMMY_LENGTH): Remove.
6526 (CALL_DUMMY_START_OFFSET): Remove.
6527 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
6528 (FIX_CALL_DUMMY): Remove.
6529 (PUSH_DUMMY_FRAME): Remove.
6530 (POP_FRAME): Remove.
6531
6532 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
6533
6534 * parse.c (parse_fprintf): New function used to avoid calls to
6535 fprintf in bison parser generated debug code.
6536 * parser-defs.h: Declaration of new parse_fprintf function.
6537 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
6538 Set YYDEBUG to 1 by default.
6539 Set YYFPRINTF as parse_fprintf.
6540
6541 2002-06-21 Michal Ludvig <mludvig@suse.cz>
6542
6543 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
6544 encoding anymore.
6545 (pointer_encoding, enum ptr_encoding): New.
6546 (execute_cfa_program): Take care about pointer encoding.
6547 (dwarf2_build_frame_info): Only call parse_frame_info for
6548 .debug_frame and .eh_frame.
6549 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
6550 fixed augmentation handling, added relative addressing,
6551 ignore duplicate FDEs. Added comments.
6552 * dwarf2cfi.c: Reindented.
6553
6554 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
6555
6556 * event-top.c (command_handler): Don't use space_at_cmd_start
6557 unless there is sbrk() on the host. Assign time and space data
6558 to union fields of the appropriate length.
6559
6560 2002-06-20 Michal Ludvig <mludvig@suse.cz>
6561
6562 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
6563 x86_64_register_name. Return type changed to 'const char *'.
6564 (x86_64_register_name2nr): Rename to x86_64_register_number.
6565 (x86_64_gdbarch_init): Update to reflect the change.
6566 * x86-64-tdep.h: Ditto.
6567 * x86-64-linux-nat.c (x86_64_fxsave_offset)
6568 (supply_fpregset): Ditto.
6569
6570 2002-06-19 Andrew Cagney <cagney@redhat.com>
6571
6572 * regcache.h: Update copyright.
6573 (struct regcache, struct gdbarch): Add opaque declarations.
6574 (current_regcache): Declare global variable.
6575 (regcache_read, regcache_write): Add gdbarch parameter.
6576 (regcache_save, regcache_save_no_passthrough)
6577 (regcache_restore, regcache_restore_no_passthrough)
6578 (regcache_dup, regcache_dup_no_passthrough)
6579 (regcache_cpy, regcache_cpy_no_passthrough)
6580 (deprecated_grub_regcache_for_registers)
6581 (deprecated_grub_regcache_for_register_valid)
6582 (regcache_valid_p): Add function declarations.
6583
6584 * regcache.c: Update copyright.
6585 (regcache_descr_handle): New global variable.
6586 (struct regcache_descr): Define.
6587 (init_legacy_regcache_descr, init_regcache_descr): New functions.
6588 (regcache_descr, xfree_regcache_descr): New functions.
6589 (struct regcache): Define.
6590 (regcache_xmalloc, regcache_xfree): New functions.
6591 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
6592 (regcache_dup, regcache_dup_no_passthrough): New functions.
6593 (regcache_valid_p, regcache_read_as_address): New functions.
6594 (deprecated_grub_regcache_for_registers): New function.
6595 (deprecated_grub_regcache_for_register_valid): New function.
6596 (current_regcache): New global variable.
6597 (register_buffer): Add regcache parameter. Update calls.
6598 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
6599 (read_register_gen, write_register_gen): Update register_buffer
6600 call. Test for legacy_p instead of gdbarch_register_read_p or
6601 gdbarch_register_write_p.
6602 (regcache_collect): Update register_buffer call.
6603 (build_regcache): Rewrite. Use deprecated grub functions.
6604 (regcache_save, regcache_save_no_passthrough): New functions.
6605 (regcache_restore, regcache_restore_no_passthrough): New
6606 functions.
6607 (_initialize_regcache): Create the regcache_data_handle. Swap
6608 current_regcache global variable.
6609
6610 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
6611 parameter to regcache_read and regcache_write calls.
6612 (sh4_register_read): Ditto.
6613 (sh64_pseudo_register_read): Ditto.
6614 (sh64_register_read): Ditto.
6615 (sh_pseudo_register_write): Ditto.
6616 (sh4_register_write): Ditto.
6617 (sh64_pseudo_register_write): Ditto.
6618 (sh64_register_write): Ditto.
6619
6620 * defs.h (XCALLOC): Define.
6621
6622 2002-06-19 Grace Sainsbury <graces@redhat.com>
6623
6624 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
6625 * m68k-tdep.c (m68k_gdbarch_init): Added.
6626 (m68k_dump_tdep): Added.
6627
6628 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6629
6630 * ada-lang.c (fill_in_ada_prototype): Update comment.
6631
6632 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
6633
6634 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
6635 MIPS_ABI_LAST.
6636 (mips_abi_string, mips_abi_strings): New.
6637 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
6638 (mips_gdbarch_init): Set tdep->found_abi. Don't set
6639 tdep->mips_abi_string. Honor mips_abi_string. Default to
6640 O32 if no ABI is found.
6641 (mips_dump_tdep): Use mips_abi_strings.
6642 (mips_abi_update): New function.
6643 (_initialize_mips_tdep): Initialize mips_abi_string. Add
6644 ``set mips abi'' and ``show mips abi''. Check the size of
6645 mips_abi_strings.
6646
6647 2002-06-19 Andrew Cagney <cagney@redhat.com>
6648
6649 * i386-linux-tdep.c (i386_linux_register_name): Make return type
6650 constant.
6651
6652 2002-06-18 Joel Brobecker <brobecker@gnat.com>
6653
6654 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
6655 current frame using only the first stack size adjustment. All
6656 subsequent size adjustments are not considered to be part of
6657 the "static" part of the current frame.
6658 Compute the address of the saved registers relative to the
6659 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
6660 in use in this frame.
6661
6662 2002-06-18 Don Howard <dhoward@redhat.com>
6663
6664 * valops.c (value_ind): Use value_at_lazy() when dereferencing
6665 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
6666 suggesting this solution.
6667
6668 2002-06-18 Andrew Cagney <ac131313@redhat.com>
6669
6670 * config/romp/xm-rtbsd.h: Delete file.
6671 * config/romp/rtbsd.mh: Delete file.
6672
6673 2002-06-18 Keith Seitz <keiths@redhat.com>
6674
6675 * breakpoint.c (condition_command): Post breakpoint_modify
6676 when a condition is added to an existing breakpoint.
6677 (commands_command): Likewise for commands.
6678 (set_ignore_count): Likewise for ignore counts.
6679 If no tty, do not simply return, still need to send event
6680 notification.
6681 (ignore_command): Only print a newline if the command came
6682 from a tty.
6683 Don't call breakpoints_changed, since this is now properly
6684 handled by set_ignore_count.
6685
6686 2002-06-18 Andrew Cagney <cagney@redhat.com>
6687
6688 * MAINTAINERS: Note that cris-elf target can be compiled with
6689 -Werror.
6690 * cris-tdep.c (cris_register_name): Make return type constant.
6691 (cris_breakpoint_from_pc): Ditto.
6692
6693 2002-06-18 Michal Ludvig <mludvig@suse.cz>
6694
6695 * frame.h (struct frame_info): Change type of context to
6696 'struct context'.
6697
6698 2002-06-17 Andrew Cagney <cagney@redhat.com>
6699
6700 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
6701 pointer.
6702 * gdbarch.h, gdbarch.c: Regenerate.
6703 * config/mips/tm-mips.h (mips_register_name): Update.
6704 * i386-tdep.h (i386_register_name): Update.
6705 * mips-tdep.c (mips_register_name): Update
6706 * alpha-tdep.c (alpha_register_name): Update.
6707 * arch-utils.c (legacy_register_name): Update.
6708 * arch-utils.h (legacy_register_name): Update.
6709 * avr-tdep.c (avr_register_name): Update.
6710 * ia64-tdep.c (ia64_register_name): Update.
6711 * i386-tdep.c (i386_register_name): Update.
6712 * sparc-tdep.c (sparc32_register_name): Update.
6713 (sparc64_register_name): Update.
6714 (sparclite_register_name): Update.
6715 (sparclet_register_name): Update.
6716 * sh-tdep.c (sh_generic_register_name): Update.
6717 (sh_sh_register_name): Update.
6718 (sh_sh3_register_name): Update.
6719 (sh_sh3e_register_name): Update.
6720 (sh_sh_dsp_register_name): Update.
6721 (sh_sh3_dsp_register_name): Update.
6722 (sh_sh4_register_name): Update.
6723 (sh_sh64_register_name): Update.
6724 * s390-tdep.c (s390_register_name): Update.
6725 * rs6000-tdep.c (rs6000_register_name): Update.
6726 * ns32k-tdep.c (ns32k_register_name_32082): Update.
6727 (ns32k_register_name_32382): Update.
6728 * d10v-tdep.c (d10v_ts2_register_name): Update.
6729 (d10v_ts3_register_name): Update.
6730 * xstormy16-tdep.c (xstormy16_register_name): Update.
6731 * vax-tdep.c (vax_register_name): Update.
6732 * v850-tdep.c (v850_register_name): Update.
6733 * m68hc11-tdep.c (m68hc11_register_name): Update.
6734 * mn10300-tdep.c (mn10300_generic_register_name): Update.
6735 (am33_register_name): Update.
6736
6737 2002-06-17 Grace Sainsbury <graces@redhat.com>
6738
6739 * m68k-tdep.c: Reindented.
6740
6741 2002-06-17 Andrew Cagney <ac131313@redhat.com>
6742
6743 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
6744 list of predefined types.
6745
6746 2002-06-16 Mark Kettenis <kettenis@gnu.org>
6747
6748 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
6749 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
6750 REGISTER_CONVERT_TO_RAW): Remove defines.
6751 (i386_register_virtual_type, i386_register_convertible,
6752 i386_register_convert_to_virtual, i386_register_convert_to_raw):
6753 Remove prototypes.
6754 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6755 macros mentioned above.
6756
6757 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
6758 (i386lynx_saved_pc_after_call): Remove prototype.
6759 * i386ly-tdep.c: Include "i386-tdep.h".
6760 (i386lynx_saved_pc_after_call): Make static. Use
6761 read_memory_nobpt instead of read_memory. Use
6762 read_memory_unsigned_integer instead of read_memory_integer.
6763 (i386lynx_init_abi): New function.
6764 (i386lynx_coff_osabi_sniffer): New function.
6765 (_initialize_i386bsd_tdep): New function.
6766
6767 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
6768 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
6769 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
6770 (i386_fix_call_dummy): Remove prototype.
6771 * i386-tdep.c (i386_call_dummy_words): New variable.
6772 (i386_gdbarch_init): Adjust for removal of the
6773 macros mentioned above.
6774
6775 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6776
6777 * command.h (add_setshow_auto_boolean_cmd): Replace
6778 add_set_auto_boolean_cmd.
6779 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6780 add_set_auto_boolean_cmd.
6781 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
6782 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
6783 mask-address'' command.
6784 (show_mask_address): Add cmd parameter.
6785 * remote.c (add_packet_config_cmd): Update. Change type of
6786 set_func and show_func to cmd_sfunc_ftype.
6787 (_initialize_remote): Update `set remote Z-packet'
6788 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
6789 (show_remote_protocol_e_packet_cmd): Ditto.
6790 (show_remote_protocol_E_packet_cmd): Ditto.
6791 (show_remote_protocol_P_packet_cmd): Ditto.
6792 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
6793 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
6794 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
6795 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
6796 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
6797 (show_remote_protocol_Z_packet_cmd): Ditto.
6798 (show_remote_protocol_binary_download_cmd): Ditto.
6799 (show_remote_cmd): Pass NULL to all of above.
6800
6801 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6802
6803 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
6804 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
6805 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
6806 POP_FRAME): Remove defines.
6807 (i386_push_arguments, i386_store_struct_return,
6808 i386_extract_return_value, i386_store_return_value,
6809 i386_extract_struct_value_address, i386_push_dummy_frame,
6810 i386_pop_frame): Renove prototypes.
6811 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6812 macros mentioned above.
6813
6814 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6815
6816 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
6817 add_set_boolean_cmd.
6818 (add_setshow_cmd): New function.
6819 * command.h (add_setshow_boolean_cmd): Replace
6820 add_set_boolean_cmd.
6821 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
6822 and ``set rdiromatzero''.
6823 * maint.c (_initialize_maint_cmds): Update commented out code.
6824 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
6825 * target.c (initialize_targets): Update `set
6826 trust-readonly-sections'.
6827 * remote.c (_initialize_remote): Update `set remotebreak'.
6828
6829 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6830
6831 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
6832 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
6833 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
6834 fit into multi-arch framework.
6835 (i386_breakpoint_from_pc): New function.
6836 (i386_gdbarch_init): Adjust for removal of the macros mentioned
6837 above.
6838
6839 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
6840 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
6841 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
6842 (i386_frameless_function_invocation, i386_frame_num_args,
6843 i386_frame_init_saved_regs): Remove prototypes.
6844 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
6845 macros mentioned above.
6846
6847 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6848
6849 * cli/cli-decode.c (set_cmd_cfunc): Update.
6850 (set_cmd_sfunc): Update.
6851 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
6852 (set_cmd_sfunc, set_cmd_cfunc): Update.
6853 * cli/cli-decode.h: Update.
6854
6855 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6856
6857 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
6858 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
6859
6860 2002-06-15 Andrew Cagney <ac131313@redhat.com>
6861
6862 * defs.h (auto_boolean): Declare enum.
6863 * command.h (cmd_auto_boolean): Delete enum.
6864 * mips-tdep.c (mask_address_var): Update.
6865 (mips_mask_address_p): Update.
6866 (show_mask_address): Update.
6867 * remote.c (struct packet_config): Update.
6868 (update_packet_config): Update.
6869 (show_packet_config_cmd): Update.
6870 (packet_ok): Update.
6871 (add_packet_config_cmd): Update.
6872 (_initialize_remote):
6873 * command.h: Update.
6874 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
6875 (do_setshow_command): Update.
6876 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
6877 * cli/cli-decode.h: Update.
6878
6879 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6880
6881 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
6882 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
6883 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
6884 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
6885 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
6886 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
6887
6888 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
6889 list of DJGPP COFF targets.
6890
6891 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
6892 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
6893 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
6894 (FP0_REGNUM): Remove define.
6895 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
6896 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
6897 (i386_register_virtual_size): Remove protoype.
6898 * i386-tdep.c (i386_register_virtual_size): Removed.
6899 (i386_extract_return_value, i386_store_return_value): Use
6900 FP0_REGNUM instead of NUM_FREGS to determine whether the
6901 floating-point registers are available.
6902 (i386_gdbarch_init): Tweak FIXME about FPU registers.
6903 Adjust for removal of macros mentioned above.
6904
6905 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6906
6907 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
6908 comments.
6909 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
6910 Remove prototypes.
6911 (supply_gregset, fill_gregset): Remove use of register keyword and
6912 remove declaration for regmap. Use I386_NUM_GREGS instead of
6913 NUM_REGS and NUM_FREGS.
6914 (FPREGSET_FSAVE_OFFSET): Remove.
6915 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
6916 NUM_FREGS to determine whether the floating-point registers are
6917 available.
6918
6919 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
6920 gnu_store_registers): Replace usage of NUM_GREGS with
6921 I386_NUM_GREGS.
6922
6923 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
6924 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
6925 usage of NUM_GREGS with I386_NUM_GREGS.
6926
6927 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6928
6929 * i386bsd-nat.c: Include "i386-tdep.h".
6930 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6931 I386_NUM_GREGS.
6932
6933 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6934 and associated comment. They no longer make any sense, since we
6935 don't use this file anymore on Linux.
6936
6937 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6938 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6939 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6940 elements in these arrays.
6941 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6942 MAX_NUM_REGS.
6943
6944 2002-06-15 Mark Kettenis <kettenis@gnu.org>
6945
6946 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6947 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6948
6949 2002-06-14 Andrew Cagney <cagney@redhat.com>
6950
6951 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6952 EXTRACT_RETURN_VALUE.
6953 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6954 EXTRACT_STRUCT_VALUE_ADDRESS.
6955 * gdbarch.h, gdbarch.c: Regenerate.
6956
6957 * values.c (value_being_returned): Handle
6958 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6959 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6960
6961 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6962 * arm-tdep.c (arm_gdbarch_init): Update.
6963 * avr-tdep.c (avr_gdbarch_init): Update.
6964 * cris-tdep.c (cris_gdbarch_init): Update.
6965 * d10v-tdep.c (d10v_gdbarch_init): Update.
6966 * ia64-tdep.c (ia64_gdbarch_init): Update.
6967 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6968 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6969 * s390-tdep.c (s390_gdbarch_init): Update.
6970 * sh-tdep.c (sh_gdbarch_init): Update.
6971 * s390-tdep.c (s390_gdbarch_init): Update.
6972 * sparc-tdep.c (sparc_gdbarch_init): Update.
6973 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6974 * v850-tdep.c (v850_gdbarch_init): Update.
6975 * vax-tdep.c (vax_gdbarch_init): Update.
6976 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6977 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6978
6979 * config/arc/tm-arc.h: Update.
6980 * config/d30v/tm-d30v.h: Update.
6981 * config/fr30/tm-fr30.h: Update.
6982 * config/h8300/tm-h8300.h: Update.
6983 * config/h8500/tm-h8500.h: Update.
6984 * config/i386/tm-i386.h: Update.
6985 * config/i386/tm-ptx.h: Update.
6986 * config/i386/tm-symmetry.h: Update.
6987 * config/i960/tm-i960.h: Update.
6988 * config/m32r/tm-m32r.h: Update.
6989 * config/m68k/tm-delta68.h: Update.
6990 * config/m68k/tm-linux.h: Update.
6991 * config/m68k/tm-m68k.h: Update.
6992 * config/m88k/tm-m88k.h: Update.
6993 * config/mcore/tm-mcore.h: Update.
6994 * config/mips/tm-mips.h: Update.
6995 * config/mn10200/tm-mn10200.h: Update.
6996 * config/pa/tm-hppa.h: Update.
6997 * config/pa/tm-hppa64.h: Update.
6998 * config/sparc/tm-sp64.h: Update.
6999 * config/sparc/tm-sparc.h: Update.
7000 * config/sparc/tm-sparclet.h: Update.
7001 * config/z8k/tm-z8k.h: Update.
7002
7003 2002-06-14 Andrew Cagney <cagney@redhat.com>
7004
7005 * Makefile.in (i386_linux_tdep_h): Define.
7006 (i386_tdep_h, i387_tdep_h): Define.
7007 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
7008 $(i386_tdep_h) and $(i387_tdep_h).
7009 * i386-linux-nat.c: Include "i386-linux-tdep.h".
7010
7011 2002-06-14 Mark Kettenis <kettenis@gnu.org>
7012
7013 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
7014 Already covered by the default.
7015
7016 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
7017 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
7018 (i386_gdbarch_init): Initialize long_double_format and long_double
7019 bit.
7020
7021 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
7022 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
7023 Move these to ...
7024 * config/i386/i386sol2.mh: ... here.
7025 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
7026 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
7027 (SIGCONTEXT_PC_OFFSET): Remove define.
7028 (IN_SIGTRAMP): Remove define.
7029 * i386-sol2-tdep.c: New file.
7030
7031 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
7032 * config/i386/tm-i386nw.h: Removed.
7033
7034 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
7035 USE_STRUCT_CONVENTION): Remove defines.
7036 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7037 (get_longjmp_target): Remove prototype.
7038 (IN_SIGTRAMP): Remove define.
7039 (i386bsd_in_sigtramp): Remove prototype.
7040 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
7041 function. Update comment accordingly
7042 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
7043 (FRAME_SAVED_PC): Remove define.
7044 (i386bsd_frame_saved_pc): Remove prototype.
7045 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
7046 GET_LONGJMP_TARGET): Remove defines.
7047 (get_longjmp_target): Remove prototype.
7048 (IN_SIGTRAMP): Remove define.
7049 (i386bsd_in_sigtramp): Remove prototype.
7050 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
7051 function. Update comment accordingly
7052 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
7053 (FRAME_SAVED_PC): Remove define.
7054 (i386bsd_frame_saved_pc): Remove prototype.
7055 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
7056 Remove prototype.
7057 (USE_STRUCT_CONVENTION): Remove prototype.
7058 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
7059 declaration.
7060 (_initialize_i386bsd_nat): Revise logic to determine some
7061 constants at compile time when compiling a native GDB. Warn if
7062 things don't match up with what we expect.
7063 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
7064 Remove variables.
7065 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
7066 to use date stored in `struct gdbarch_tdep'.
7067 (i386bsd_sigcontext_offset): Remove varaible.
7068 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
7069 stored in `struct gdbarch_tdep'.
7070 (i386bsd_frame_saved_pc): Make static.
7071 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
7072 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
7073 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
7074 i386fbsd4_sc_pc_offset): New variables.
7075 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
7076 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
7077 functions.
7078 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
7079 functions.
7080 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
7081 Modify the value of i386fbsd_sigtramp_start and
7082 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
7083 i386fbsd_sigtramp_end.
7084 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
7085 function.
7086
7087 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
7088 define to i386-linux-tdep.h.
7089 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
7090 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
7091 defines.
7092 (i386_linux_register_name, i386_linux_register_byte,
7093 i386_linux_register_raw_size): Remove prototypes.
7094 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
7095 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
7096 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
7097 TARGET_WRITE_PC): Remove defines.
7098 (i386_linux_in_sigtramp, i386_linux_frame_chain,
7099 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
7100 i386_linux_write_pc): Remove prototypes.
7101 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7102 (get_longjmp_target): Remove prototype.
7103 * i386-linux-tdep.h: New file.
7104 * i386-linux-nat.c: Include "i386-linux-tdep.h".
7105 * i386-linux-tdep.c: Include "i386-tdep.h" and
7106 "i386-linux-tdep.h".
7107 (i386_linux_register_name, i386_linux_register_byte,
7108 i386_linux_register_raw_size, i386_linux_in_sigtramp,
7109 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
7110 Make static.
7111 (i386_linux_init_abi): New function.
7112 (_initialize_i386_linux_tdep): New function.
7113
7114 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
7115 (i386_saved_pc_after_call): Remove prototype.
7116 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
7117 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
7118 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
7119 (i386_register_name, i386_stab_reg_to_regnum,
7120 i386_dwarf_reg_to_regnum): Remove prototypes.
7121 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
7122 SIZEOF_SSE_REGS): Remove defines.
7123 (REGISTER_BYTES): Remove define.
7124 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
7125 (i386_register_byte, i386_register_raw_size): Remove prototypes.
7126 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
7127 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
7128 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
7129 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
7130 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
7131 (get_longjmp_target): Remove prototype.
7132 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
7133 (sigtramp_saved_pc): Remove define.
7134 (i386v4_sigtramp_saved_pc): Remove prototype.
7135 * config/i386/tm-go32.h (FRAME_CHAIN,
7136 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
7137 (i386go32_frame_saved_pc): Remove prototype.
7138 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
7139 (get_longjmp_target): Remove prototype.
7140 * i386-tdep.h: Include "osabi.h".
7141 (enum i386_abi): Removed.
7142 (enum struct_return): New enum.
7143 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
7144 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
7145 sc_pc_offset members.
7146 (i386_gdbarch_register_os_abi): Remove prototype.
7147 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
7148 I386_SSE_NUM_REGS): New defines.
7149 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
7150 I386_SSE_SIZEOF_REGS): New defines.
7151 (i386_register_name, i386_register_byte, i386_register_raw_size):
7152 New prototypes.
7153 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
7154 (i386bsd_sigtramp_saved_pc): New prototype.
7155 * i386-tdep.c: Don't include "elf-bfd.h".
7156 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
7157 i386_frame_chain, i386_saved_pc_after_call): Make static.
7158 (i386_frame_saved_pc): Rewrite to call architecture dependent
7159 function to deal with signal handlers. Make static.
7160 (i386go32_frame_saved_pc): Removed.
7161 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
7162 Removed.
7163 (i386_get_longjmp_target): New function.
7164 (default_struct_convention, pcc_struct_convention,
7165 reg_struct_convention, valid_conventions, struct_convention): New
7166 variables.
7167 (i386_use_struct_convention): New function.
7168 (i386v4_sigtramp_saved_pc): Renamed to
7169 i386_svr4_sigtramp_saved_pc. Made static. Moved.
7170 (i386_pc_in_sigtramp): New function.
7171 (i386_abi_names): Removed.
7172 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
7173 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
7174 Removed.
7175 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
7176 i386_gdbarch_register_os_abi): Removed.
7177 (struct i386_abi_handler): Removed.
7178 (i386_abi_handler_list): Removed.
7179 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
7180 functions.
7181 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
7182 i386_nw_init_abi): New functions.
7183 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
7184 Use set_gdbarch_xxx() calls instead of relying on macros for a
7185 number of calls.
7186 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
7187 (_initialize_i386_tdep): Add new 'struct-convcention' command.
7188 Register the various architecture variants defined in this file.
7189
7190 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
7191
7192 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
7193 (struct main_type): Remove arg_types member. Update comments for
7194 struct field.
7195 (TYPE_ARG_TYPES): Remove.
7196 (TYPE_FN_FIELD_ARGS): Update.
7197 (smash_to_method_type): Update prototype.
7198
7199 * c-typeprint.c (cp_type_print_method_args): Take method type
7200 instead of argument list. Use new argument layout. Simplify.
7201 (c_type_print_args): Use new argument layout. Simplify.
7202 (c_type_print_base): Update call to cp_type_print_method_args.
7203 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
7204 argument; use die->type instead. Update call to
7205 smash_to_method_type.
7206 (read_structure_scope): Update call to dwarf2_add_member_fn.
7207 * gdbtypes.c (allocate_stub_method): Update comment.
7208 (smash_to_method_type): Take new NARGS and VARARGS arguments.
7209 Use new argument layout.
7210 (check_stub_method): Use new argument layout. Don't count
7211 void as an argument.
7212 (print_arg_types): Update comments. Use new argument layout.
7213 (recursive_dump_type): Don't print arg_types member.
7214 * hpread.c (hpread_read_struct_type): Use new argument layout.
7215 (fixup_class_method_type): Likewise.
7216 (hpread_type_lookup): Likewise.
7217 * stabsread.c (read_type): Update calls to read_args and
7218 smash_to_method_type.
7219 (read_args): Use new argument layout. Simplify.
7220 * valops.c (typecmp): Use new argument layout. Update parameters
7221 and comments. Simplify.
7222 (hand_function_call): Use new argument layout.
7223 (search_struct_method): Update call to typecmp.
7224 (find_overload_match): Use new argument layout.
7225
7226 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7227
7228 * NEWS: Mention multithreaded debug support for gdbserver.
7229
7230 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7231
7232 * MAINTAINERS: Mention NEWS.
7233
7234 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
7235
7236 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
7237 (struct mips_objfile_private, compare_pdr_entries): New.
7238 (non_heuristic_proc_desc): Read the ".pdr" section if it
7239 is present.
7240
7241 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7242
7243 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
7244 (arm_debug): New static variable.
7245 (_initialize_arm_tdep): Add ``set debug arm'' command.
7246
7247 2002-06-12 Andrew Cagney <ac131313@redhat.com>
7248
7249 * Makefile.in (sim_arm_h): Define.
7250 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
7251 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
7252 (arm_register_sim_regno): New function, map an internal REGNUM
7253 onto a simulator register number.
7254 (arm_gdbarch_init): Set register_sim_regno.
7255
7256 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
7257
7258 * MAINTAINERS: Add self.
7259
7260 2002-06-11 Jim Blandy <jimb@redhat.com>
7261
7262 * source.c (source_info): Mention whether the symtab has
7263 information about preprocessor macros.
7264
7265 Call the command `info macro', not `show macro'.
7266 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
7267 Fix error message.
7268 (_initialize_macrocmd): Register `info_macro_command' in
7269 `infolist', not `showlist'.
7270
7271 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
7272
7273 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
7274 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
7275 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
7276 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
7277 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
7278 unconditionally.
7279 (set_mipsfpu_single_command, set_mipsfpu_double_command)
7280 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
7281 (_initialize_mips_tdep): Remove dead code.
7282 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
7283 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7284 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
7285 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
7286 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
7287 MIPS_LAST_FP_ARG_REGNUM): Remove.
7288
7289 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7290
7291 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
7292 (unwind_tmp_obstack_free, parse_frame_info)
7293 (update_context, cfi_read_fp, cfi_write_fp)
7294 (cfi_frame_chain, cfi_init_extra_frame_info)
7295 (cfi_virtual_frame_pointer): Use the above function.
7296 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
7297
7298 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
7299
7300 * v850-tdep.c (v850_type_is_scalar): New function.
7301 (v850_use_struct_convention): Match current gcc implementation
7302 as close as possible.
7303 (v850_push_arguments): Fix stack_offset handling. Don't write
7304 struct_addr into register. This is done by v850_store_struct_return.
7305 (v850_extract_return_value): Care for structs.
7306 (v850_store_return_value): Ditto.
7307 (v850_store_struct_return): Actually write address.
7308
7309 2002-06-11 Michal Ludvig <mludvig@suse.cz>
7310
7311 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
7312 without debug information too.
7313
7314 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7315
7316 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
7317 Make multi-arch pure.
7318 * gdbarch.h, gdbarch.c: Re-generate.
7319 * arm-tdep.c (arm_print_float_info): Update.
7320 * arch-utils.h (default_print_float_info): Update.
7321 * arch-utils.c (default_print_float_info): Update.
7322 * infcmd.c (float_info): Update call.
7323
7324 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7325
7326 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
7327 the front of the initialize list.
7328
7329 2002-06-10 Andrew Cagney <ac131313@redhat.com>
7330
7331 * infrun.c (struct inferior_status): Replace fields
7332 selected_frame_address and selected_level with field
7333 selected_frame_id.
7334 (save_inferior_status): Update. Use get_frame_id.
7335 (struct restore_selected_frame_args): Delete.
7336 (restore_selected_frame): Update. Use frame_find_by_id.
7337 (restore_inferior_status): Update.
7338
7339 * breakpoint.h (struct breakpoint): Change type of
7340 watchpoint_frame to frame_id.
7341 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
7342 call to get_current_frame.
7343 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
7344 get_current_frame.
7345 (watchpoint_check): Use frame_find_by_id.
7346
7347 * frame.h (record_selected_frame): Delete declaration.
7348 * stack.c (record_selected_frame): Delete function.
7349
7350 * frame.h (struct frame_id): Define.
7351 (get_frame_id): Declare.
7352 (frame_find_by_id): Declare.
7353 * frame.c (frame_find_by_id): New function.
7354 (get_frame_id): New function.
7355
7356 2002-06-10 Andrey Volkov <avolkov@transas.com>
7357
7358 * ser-e7kpc.c: Fix duplicated define and call of
7359 _initialize_ser_e7000pc
7360
7361 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7362
7363 * signals/signals.c (target_signal_from_host): Fix #ifdef
7364 SIGRTMIN case.
7365 (do_target_signal_to_host): Likewise.
7366
7367 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
7368
7369 * mips-tdep.c (mips_find_abi_section): New function.
7370 (mips_gdbarch_init): Call it.
7371
7372 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7373
7374 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
7375 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
7376 after Andrew's 2002-06-08 gdbarch change.
7377
7378 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7379
7380 * i386-linux-nat.c (suppy_gregset): Don't supply
7381 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
7382 register cache.
7383 (fill_gregset): Don't fetch it under the same circumstances.
7384
7385 2002-06-09 Andrew Cagney <cagney@redhat.com>
7386
7387 * Makefile.in (callback_h): Define.
7388 (remote_sim_h): Update path to remote-sim.h.
7389 (remote-rdp.o): Add $(callback_h).
7390 (remote-sim.o): Use $(callback_h).
7391 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
7392 * remote-rdp.c: Include "gdb/callback.h".
7393
7394 2002-06-09 Mark Kettenis <kettenis@gnu.org>
7395
7396 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
7397 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
7398
7399 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7400
7401 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
7402 * rdi-share/serpardr.c: Ditto.
7403 * rdi-share/unixcomm.c: Ditto.
7404 * rdi-share/serdrv.c: Ditto.
7405 * rdi-share/hostchan.h: Ditto.
7406 * rdi-share/hostchan.c: Ditto.
7407 * rdi-share/host.h: Ditto.
7408 * rdi-share/devsw.c: Ditto.
7409
7410 * objfiles.h: Change type of obj_private to void pointer.
7411 * pa64solib.c: Update copyright. Don't include "assert.h", use
7412 strcmp instead of STREQ, use LONGEST, do not use PTR
7413 * somsolib.c: Ditto.
7414
7415 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
7416 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
7417 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
7418
7419 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7420
7421 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
7422 (default_get_saved_register): Delete function.
7423 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
7424 generic_unwind_get_saved_register.
7425 * gdbarch.h, gdbarch.c: Re-generate.
7426
7427 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7428
7429 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
7430 generic_func_frame_chain_valid.
7431 * gdbarch.h, gdbarch.c: Re-generate.
7432 * blockframe.c (generic_func_frame_chain_valid): Only check
7433 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
7434 passing FP to PC_IN_CALL_DUMMY.
7435 Fix PR gdb/360.
7436
7437 2002-06-08 Andrew Cagney <ac131313@redhat.com>
7438
7439 * gdbarch.sh (struct gdbarch_data): Add field init_p.
7440 (register_gdbarch_data): Initialize init_p.
7441 (gdbarch_data): Initialize data pointer using the init function.
7442 (init_gdbarch_data): Delete function.
7443 (gdbarch_update_p): Update.
7444 (initialize_non_multiarch): Update.
7445 (struct gdbarch): Add field initialized_p.
7446 * gdbarch.h, gdbarch.c: Re-generate.
7447
7448 2002-06-07 Michal Ludvig <mludvig@suse.cz>
7449
7450 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
7451 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
7452 better do the things actually here.
7453 * x86-64-tdep.c (x86_64_register_name2nr): New.
7454 (x86_64_register_name): Renamed to x86_64_register_nr2name.
7455 (x86_64_gdbarch_init): Respect the above change.
7456 * x86-64-tdep.h (x86_64_register_name2nr)
7457 (x86_64_register_nr2name): Add prototypes.
7458 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
7459
7460 2002-06-06 Michael Snyder <msnyder@redhat.com>
7461
7462 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
7463 Delete extra braces and re-indent.
7464 (d10v_store_return_value): Char return values
7465 must be shifted over by one byte in R0.
7466 (d10v_extract_return_value): Delete extra braces, re-indent.
7467
7468 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7469
7470 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
7471 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
7472 (d10v_integer_to_address): Rewrite.
7473 (d10v_frame_init_saved_regs): When reading fp and sp registers use
7474 the d10v specific functions which take care of converting to the
7475 correct space.
7476
7477 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
7478
7479 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
7480 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
7481
7482 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7483
7484 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
7485 includes.
7486 * config/tm-linux.h: Ditto.
7487 * config/alpha/tm-alphalinux.h: Ditto.
7488 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
7489 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
7490 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
7491 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
7492 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
7493 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
7494 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
7495 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
7496 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
7497 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
7498 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
7499 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
7500 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
7501 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
7502 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
7503 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
7504 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
7505 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
7506 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
7507 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
7508 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
7509 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
7510 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
7511 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
7512 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
7513 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
7514 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
7515 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
7516 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
7517 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
7518 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
7519 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
7520 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
7521 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
7522 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
7523 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
7524 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
7525
7526 2002-05-04 Aidan Skinner <aidan@velvet.net>
7527
7528 * ada-exp.tab.c: New file
7529 * ada-exp.y: New file
7530 * ada-lang.c: New file
7531 * ada-lang.h: New file
7532 * ada-lex.c: New file
7533 * ada-lex.l: New file
7534 * ada-tasks.c: New file
7535 * ada-typeprint.c: New file
7536 * ada-valprint.c: New file
7537
7538 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7539
7540 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
7541 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
7542
7543 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
7544
7545 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
7546 insetead of ppc-linux-tdep.o.
7547 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
7548 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
7549
7550 2002-06-02 Andrew Cagney <ac131313@redhat.com>
7551
7552 2002-05-07 Christian Groessler <chris@groessler.org>
7553 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
7554 bit register contents for little endian hosts.
7555
7556 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7557
7558 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
7559 any maintainer.
7560
7561 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7562
7563 * gdbarch.h: Regenerate.
7564
7565 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7566
7567 * MAINTAINERS: Add everyone to write-after-approval list.
7568
7569 2002-06-01 Andrew Cagney <ac131313@redhat.com>
7570
7571 * stack.c (frame_info): Use frame_register_unwind instead of
7572 saved_regs. Mention when the SP is on the stack or in a register.
7573
7574 * frame.h (frame_register_unwind_ftype): Define. Document.
7575 (struct frame_info): Add field register_unwind and
7576 register_unwind_cache.
7577 (frame_register_unwind): Declare.
7578 (generic_unwind_get_saved_register): Declare.
7579
7580 * frame.c (frame_register_unwind): New function.
7581 (generic_unwind_get_saved_register): New function.
7582
7583 * blockframe.c (generic_call_dummy_register_unwind): New function.
7584 (frame_saved_regs_register_unwind): New function.
7585 (set_unwind_by_pc): New function.
7586 (create_new_frame): New function.
7587 (get_prev_frame): New function.
7588
7589 2002-05-30 Andrew Cagney <ac131313@redhat.com>
7590
7591 * a29k-share/: Delete directory.
7592 * remote-vx29k.c: Delete file.
7593
7594 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7595
7596 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
7597 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7598
7599 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7600
7601 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
7602 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
7603 (sparc64nbsd-nat.o)
7604 (sparcnbsd-nat.o)
7605 (sparcnbsd-tdep.o): New dependency lists.
7606 * NEWS: Note new UltraSPARC NetBSD native configuration.
7607 * configure.host (sparc64-*-netbsd*): New host.
7608 * configure.tgt (sparc-*-netbsdelf*)
7609 (sparc-*-netbsd*): Set gdb_target to nbsd.
7610 (sparc64-*-netbsd*): New target.
7611 * sparc64nbsd-nat.c: New file.
7612 * sparcnbsd-nat.c: New file.
7613 * sparcnbsd-tdep.c: New file.
7614 * sparcnbsd-tdep.h: New file.
7615 * config/sparc/nbsd.mt: New file.
7616 * config/sparc/nbsd64.mh: New file.
7617 * config/sparc/nbsd64.mt: New file.
7618 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
7619 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7620 (HOST_IPC): Remove.
7621 * config/sparc/nbsdaout.mt: Remove.
7622 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
7623 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
7624 (HOST_IPC): Remove.
7625 * config/sparc/nbsdelf.mt: Remove.
7626 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
7627 sparc-nat.c compatiblity defines.
7628 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
7629 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
7630 * config/sparc/tm-nbsd64.h: New file.
7631 * config/sparc/tm-nbsdaout.h: Remove.
7632 * config/sparc/xm-nbsd.h: Remove.
7633
7634 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
7635
7636 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
7637 * sparc-tdep.c: Include osabi.h.
7638 (gdbarch_tdep): Add osabi member.
7639 (_initialize_sparc_tdep): Use gdbarch_register.
7640 (sparc_gdbarch_init): Use generic OS ABI framework.
7641 (sparc_dump_tdep): New function.
7642
7643 2002-05-30 Kevin Buettner <kevinb@redhat.com>
7644
7645 * corefile.c (do_captured_read_memory_integer): Return non-zero
7646 result.
7647 (safe_read_memory_integer): Copy result of memory read when
7648 status is non-zero. Also, add comments.
7649
7650 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
7651
7652 * Makefile.in (ppc_tdep_h): Define.
7653 (ppc-linux-nat.o)
7654 (ppc-linux-tdep.o)
7655 (rs6000-tdep.o): Use $(ppc_tdep_h).
7656 (ppc-sysv-tdep.o)
7657 (ppcnbsd-nat.o)
7658 (ppcnbsd-tdep.o): New dependency lists.
7659 * ppc-tdep.h: Use generic OS ABI framework.
7660 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
7661 (ppc_linux_init_abi): New functions.
7662 (ppc_sysv_abi_broken_use_struct_convention)
7663 (ppc_sysv_abi_use_struct_convention)
7664 (ppc_sysv_abi_push_arguments): Move to...
7665 * ppc-sysv-tdep.c: ...here.
7666 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
7667 * rs6000-tdep.c (process_note_abi_tag_sections)
7668 (get_elfosabi): Remove.
7669 (rs6000_gdbarch_init): Use generic OS ABI framework.
7670 (rs6000_dump_tdep): New function.
7671 (_initialize_rs6000_tdep): Use gdbarch_register.
7672 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
7673 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
7674 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
7675 of ppc-linux-tdep.o.
7676 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
7677 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
7678 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
7679 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
7680 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
7681 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
7682
7683 2002-05-29 Jim Blandy <jimb@redhat.com>
7684
7685 * macroscope.c (default_macro_scope): Put `void' in empty argument
7686 list.
7687
7688 2002-05-29 Andrew Cagney <ac131313@redhat.com>
7689
7690 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
7691 * arch-utils.c: Include "sim-regno.h".
7692 * gdbarch.sh: Don't include "sim-regno.h".
7693 * gdbarch.h, gdbarch.c: Regenerate.
7694 * sim-regno.h (legacy_register_sim_regno): Move declaration from
7695 here.
7696 * arch-utils.h (legacy_register_sim_regno): To here.
7697 * remote-sim.c (legacy_register_sim_regno): Move function from
7698 here.
7699 * arch-utils.c (legacy_register_sim_regno): To here.
7700
7701 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7702
7703 * sim-regno.h: New file.
7704 * Makefile.in (sim_regno_h): Define.
7705 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
7706 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
7707 (legacy_register_sim_regno): New function.
7708 (one2one_register_sim_regno): New function.
7709 (gdbsim_fetch_register): Rewrite.
7710 (gdbsim_store_register): Only store a register when
7711 REGISTER_SIM_REGNO is valid.
7712 * d10v-tdep.c: Include "sim-regno.h".
7713 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
7714 (d10v_ts3_register_sim_regno): Ditto.
7715 * gdbarch.sh: Include "sim-regno.h".
7716 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
7717 * gdbarch.h, gdbarch.c: Regenerate.
7718 * arch-utils.h (default_register_sim_regno): Delete declaration.
7719 * arch-utils.c (default_register_sim_regno): Delete function.
7720
7721 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
7722
7723 * ppcnbsd-nat.c: Rewrite.
7724 * ppcnbsd-tdep.c: New file.
7725 * ppcnbsd-tdep.h: New file.
7726 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
7727 solib.o, and solib-svr4.o.
7728 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
7729 nbsd-tdep.o, and corelow.o.
7730
7731 2002-05-28 Andrew Cagney <ac131313@redhat.com>
7732
7733 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
7734 `tr' and `sed'. Mention that `broken' targets are not expected to
7735 build.
7736
7737 2002-05-27 Michal Ludvig <mludvig@suse.cz>
7738
7739 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
7740 Let PC point right after the prologue before looking up symbols.
7741
7742 2002-05-27 Martin M. Hunt <hunt@redhat.com>
7743
7744 * i386-tdep.c (i386_register_virtual_type): Return
7745 builtin_type_vec128i for SSE registers.
7746
7747 * gdbtypes.h (builtin_type_vec128i): Declare.
7748
7749 * gdbtypes.c (build_builtin_type_vec128i): New function.
7750 (builtin_type_v2_double, builtin_type_v4_int64): New types.
7751 (builtin_type_vec128i): New type for SSE2 128-bit registers.
7752 (build_gdbtypes): Initialize new builtin vector types.
7753 (_initialize_gdbtypes): Register new vector types with gdbarch.
7754
7755 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7756
7757 * MAINTAINERS: ns32k is not longer an obsolete candidate,
7758 since it has been multi-arch'd.
7759 * NEWS: Note that ns32k-*-* is now partial multi-arch.
7760 Move Alpha and VAX multi-arch news entries to same section
7761 as other multi-arch news.
7762
7763 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7764
7765 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
7766 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
7767 static. Rename some register numbers to put them in ns32k-tdep
7768 private namespace.
7769 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
7770 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
7771 functions.
7772 (_initialize_ns32k_tdep): Use gdbarch_register.
7773 * ns32k-tdep.h: New file.
7774 * ns32knbsd-tdep.c: New file.
7775 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
7776 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
7777 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
7778 REGISTER_BYTES, REGISTER_BYTE): Remove.
7779 * config/ns32k/tm-ns32k.h: New file.
7780 * config/ns32k/tm-umax.h: Remove.
7781
7782 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7783
7784 * ns32k-tdep.c (ns32k_saved_pc_after_call,
7785 ns32k_store_struct_return, ns32k_extract_return_value,
7786 ns32k_store_return_value, ns32k_extract_struct_value_address): New
7787 functions.
7788 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
7789 ns32k_saved_pc_after_call.
7790 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
7791 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
7792 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
7793 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
7794 ns32k_extract_struct_value_address.
7795
7796 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7797
7798 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
7799 ns32k_fix_call_dummy): New.
7800 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
7801 ns32k_call_dummy_words.
7802 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
7803 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
7804 CALL_DUMMY_NARGS): Remove.
7805 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
7806
7807 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7808
7809 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
7810 ns32k_frame_saved_pc, ns32k_frame_args_address,
7811 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
7812 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
7813 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
7814 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
7815 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
7816 (BREAKPOINT): Remove..
7817 (FRAME_CHAIN): Define as ns32k_frame_chain.
7818 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
7819 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
7820 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
7821 (FRAME_FIND_SAVED_REGS): Remove.
7822 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
7823 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
7824 (POP_FRAME): Define as ns32k_pop_frame.
7825
7826 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7827
7828 * ns32k-tdep.c (ns32k_register_byte_32082,
7829 ns32k_register_byte_32382, ns32k_register_raw_size,
7830 ns32k_register_virtual_size, ns32k_register_virtual_type): New
7831 functions.
7832 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
7833 ns32k_register_byte_32382.
7834 * config/ns32k/tm-umax.h: Update copyright years.
7835 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
7836 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
7837 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
7838 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
7839 (ns32k_get_enter_addr): Fix prototype.
7840
7841 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
7842
7843 * ns32k-tdep.c: Update copyright years.
7844 (ns32k_register_name_32082): New function.
7845 (ns32k_register_name_32382): Ditto.
7846 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
7847 (REGISTER_NAME): Define as ns32k_register_name_32382.
7848 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
7849 (REGISTER_NAME): Define as ns32k_register_name_32082.
7850
7851 2002-05-24 Jim Blandy <jimb@redhat.com>
7852
7853 * dwarf2read.c (free_line_header): Use xfree, not free.
7854
7855 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
7856
7857 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
7858 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
7859
7860 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7861
7862 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
7863
7864 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7865
7866 From Ross Alexander at NEC Europe:
7867 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
7868
7869 2002-05-23 Michael Snyder <msnyder@redhat.com>
7870
7871 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
7872 for input, rather than parse_and_eval_address.
7873
7874 2002-05-23 Andrew Cagney <ac131313@redhat.com>
7875
7876 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
7877 * Makefile.in (sim_d10v_h): Update definition.
7878
7879 2002-05-24 Andrew Cagney <cagney@redhat.com>
7880
7881 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
7882 change `2002-05-22 Michael Snyder' below.
7883 (d10v_push_arguments): Ditto.
7884 (d10v_extract_return_value): Ditto.
7885
7886 2002-05-23 Jim Blandy <jimb@redhat.com>
7887
7888 * macrotab.c (check_for_redefinition): Don't complain if the new
7889 definition is the same as the previous one. Take more arguments
7890 to allow the comparison.
7891 (macro_define_object, macro_define_function): Pass more arguments
7892 to check_for_redefinition.
7893
7894 2002-05-22 Michael Snyder <msnyder@redhat.com>
7895
7896 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
7897 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
7898 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
7899 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
7900 Don't bail if return_pc is PC_IN_CALL_DUMMY.
7901 Add a temp variable to save a call (and a memory read).
7902 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
7903 if possible (so that PC_IN_CALL_DUMMY will work).
7904
7905 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
7906
7907 * MAINTAINERS: Remove status `OBSOLETE' from v850.
7908
7909 2002-05-22 Michal Ludvig <mludvig@suse.cz>
7910
7911 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
7912 fde->cie_ptr.
7913 (dwarf2_build_frame_info): Corrected handling of eh_frame.
7914 (dwarf2_build_frame_info): Add offset to fde->initial_location
7915 so that frames of shared libraries are mapped correctly.
7916 (execute_stack_op): Change type of 'result' from ULONGEST to
7917 CORE_ADDR.
7918
7919 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7920
7921 * config/alpha/tm-nbsd.h: Include solib.h.
7922
7923 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7924
7925 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
7926 assumptions about the host's byte order.
7927
7928 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7929
7930 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7931 to dependency list.
7932 * alphanbsd-tdep.c: Include solib-svr4.h.
7933 * shnbsd-tdep.c: Ditto.
7934
7935 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7936
7937 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7938 nbsd-tdep.h to dependency list.
7939 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7940 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7941 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7942 nbsdaout.mh and nbsdelf.mh consistently.
7943 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7944 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7945 nbsdaout.mt and nbsdelf.mh consistently.
7946 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7947 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7948 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7949 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7950 a.out shared library stuff from here...
7951 * config/nm-nbsdaout.h: ...to here.
7952 * config/tm-nbsd.h: Remove.
7953 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7954 * config/arm/nbsd.mh: Remove.
7955 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7956 nbsd-tdep.o.
7957 * config/arm/nbsdaout.mh: New file.
7958 * config/arm/nbsdelf.mh: New file.
7959 * config/arm/nm-nbsdaout.h: New file.
7960 * config/i386/nbsd.mh: Remove.
7961 * config/i386/nbsd.mt: Remove.
7962 * config/i386/nbsdaout.mh: New file.
7963 * config/i386/nbsdaout.mt: New file.
7964 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7965 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7966 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7967 i386_register_u_addr): Remove.
7968 * config/i386/nm-nbsdaout.h: New file.
7969 * config/i386/nm-nbsdelf.h: Remove.
7970 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7971 (USE_STRUCT_CONVENTION): Remove.
7972 * config/i386/tm-nbsdaout.h: New file.
7973 * config/i386/tm-nbsdelf.h: Remove.
7974 * config/m68k/nbsd.mh: Remove.
7975 * config/m68k/nbsd.mt: Remove.
7976 * config/m68k/nbsdaout.mh: New file.
7977 * config/m68k/nbsdaout.mt: New file.
7978 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7979 * config/m68k/nm-nbsdaout.h: New file.
7980 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7981 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7982 * config/ns32k/nbsd.mh: Remove.
7983 * config/ns32k/nbsd.mt: Remove.
7984 * config/ns32k/nbsdaout.mh: New file.
7985 * config/ns32k/nbsdaout.mt: New file.
7986 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7987 * config/ns32k/nm-nbsdaout.h: New file.
7988 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7989 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7990 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7991 (SVR4_SHARED_LIBS): Remove.
7992 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7993 * config/sparc/nbsd.mh: Remove.
7994 * config/sparc/nbsd.mt: Remove.
7995 * config/sparc/nbsdaout.mh: New file.
7996 * config/sparc/nbsdaout.mt: New file.
7997 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7998 * config/sparc/nbsdelf.mt: New file.
7999 * config/sparc/nm-nbsdaout.h: New file.
8000 * config/sparc/nm-nbsdelf.h: Remove.
8001 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
8002 * config/sparc/tm-nbsdaout.h: New file.
8003
8004 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8005
8006 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
8007 mipsnbsd-tdep.c
8008 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
8009
8010 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8011
8012 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
8013 shnbsd-nat.c.
8014 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
8015
8016 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8017
8018 * NEWS: Note new MIPS NetBSD native configuration.
8019 * configure.host (mips*-*-netbsd*): New host.
8020 * configure.tgt (mips*-*-netbsd*): New target.
8021 * mipsnbsd-nat.c: New file.
8022 * mipsnbsd-tdep.c: New file.
8023 * mipsnbsd-tdep.h: New file.
8024 * config/mips/nbsd.mh: New file.
8025 * config/mips/nbsd.mt: New file.
8026 * config/mips/nm-nbsd.h: New file.
8027 * config/mips/tm-nbsd.h: New file.
8028
8029 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8030
8031 * Makefile.in (SFILES): Add osabi.c.
8032 (COMMON_OBS): Add osabi.o.
8033 (osabi.o): New dependency list.
8034 * osabi.c: New file.
8035 * osabi.h: New file.
8036 * doc/gdbint.texinfo: Document new generic OS ABI framework.
8037
8038 * Makefile.in (alpha_tdep_h): Define and use instead of
8039 alpha-tdep.h.
8040 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
8041 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
8042 Remove.
8043 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
8044 * alpha-tdep.h: Include osabi.h.
8045 (alpha_abi): Remove.
8046 (gdbarch_tdep): Use generic OS ABI framework.
8047 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
8048 gdbarch_register_osabi.
8049 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
8050 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
8051 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
8052
8053 * Makefile.in (sh_tdep_h): Add osabi.h.
8054 * sh-tdep.h (sh_osabi): Remove.
8055 (gdbarch_tdep): Use generic OS ABI framework.
8056 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
8057 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
8058 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
8059 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
8060
8061 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
8062 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
8063 gdbarch_register_osabi.
8064 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
8065 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
8066 (get_elfosabi): Rename to...
8067 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
8068 ABI framework support routines.
8069 (arm_gdbarch_init): Use generic OS ABI framework.
8070 (arm_dump_tdep): Likewise.
8071 (_initialize_arm_tdep): Likewise.
8072 * arm-tdep.h: Include osabi.h.
8073 (arm_abi): Remove.
8074 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
8075 osabi member.
8076 (arm_gdbarch_register_os_abi): Remove prototype.
8077 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
8078 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
8079
8080 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
8081 * mips-tdep.c: Include osabi.h.
8082 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
8083 OS ABI framework.
8084
8085 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
8086
8087 * h8300-tdep.c: Fix formatting.
8088
8089 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
8090
8091 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
8092 printing vector registers.
8093
8094 2002-05-19 Andrew Cagney <ac131313@redhat.com>
8095
8096 From Fernando Nasser:
8097 * remote.c (remote_async_open_1): Re-throw the exception when the
8098 connection fails.
8099 (remote_cisco_open): Ditto.
8100 (remote_open_1): Ditto.
8101
8102 2002-05-19 Andrew Cagney <ac131313@redhat.com>
8103
8104 * remote.c (remote_start_remote_dummy): Add uiout parameter.
8105 (remote_start_remote): Add uiout parameter. Pass through to
8106 remote_start_remote_dummy.
8107 (remote_open_1): Use catch_exception instead of catch_errors.
8108 (remote_async_open_1): Ditto.
8109 (remote_cisco_open): Ditto.
8110
8111 2002-05-19 Andrew Cagney <ac131313@redhat.com>
8112
8113 * remote.c (remote_start_remote): Replace PTR with void pointer.
8114 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
8115 static.
8116
8117 2002-05-18 Andrew Cagney <ac131313@redhat.com>
8118
8119 * gdb_indent.sh: Allow the script to be run in the sim directory.
8120
8121 2002-05-18 Mark Kettenis <kettenis@gnu.org>
8122
8123 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
8124 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
8125
8126 * corelow.c (core_open): Only call set_gdbarch_from_file if
8127 exec_bfd is NULL.
8128
8129 2002-05-17 Andrey Volkov <avolkov@transas.com>
8130
8131 * h8300-tdep.c: Add support of EXR register
8132 * config/h8300/tm-h8300.h: Ditto.
8133
8134 2002-05-17 Andrey Volkov <avolkov@transas.com>
8135
8136 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
8137
8138 2002-05-17 Andrey Volkov <avolkov@transas.com>
8139
8140 * h8300-tdep.c: Change literal regnums to REGNO.
8141
8142 2002-05-17 Jim Blandy <jimb@redhat.com>
8143
8144 * NEWS: Note addition of macro support.
8145
8146 Expand preprocessor macros in C expressions.
8147 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
8148 (scan_macro_expansion, scanning_macro_expansion,
8149 finished_macro_expansion): New function declarations.
8150 (expression_macro_lookup_func, expression_macro_lookup_baton): New
8151 variable declarations.
8152 * parser-defs.h (expression_context_pc): New declaration.
8153 * parse.c (expression_context_pc): New variable.
8154 (parse_exp_1): Set expression_context_pc, as well as
8155 expression_context_block.
8156 * c-exp.y (yylex): If we're not already reading the result of a
8157 macro expansion, try to macro-expand the next token. When we're
8158 done scanning a macro expansion, switch back to the mainline text.
8159 Commas and `if's in a macro's expansion don't terminate the input.
8160 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
8161 (macro_original_text, macro_expanded_text,
8162 expression_macro_lookup_func, expression_macro_lookup_baton): New
8163 variables.
8164 (scan_macro_expansion, scanning_macro_expansion,
8165 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
8166 c_preprocess_and_parse): New functions.
8167 (c_language_defn, cplus_language_defn, asm_language_defn): Call
8168 c_preprocess_and_parse, instead of c_parse.
8169 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
8170 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
8171
8172 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
8173
8174 * sh-tdep.c (gdb_print_insn_sh64): Delete.
8175 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
8176 (sh_gdbarch_init): Always use gdb_print_insn_sh.
8177
8178 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
8179
8180 * NEWS: Add section for multi-arched targets. Add v850 to that section.
8181
8182 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
8183
8184 * Makefile.in (sh_tdep_h): Define and use.
8185 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
8186 register enum): Move to...
8187 * * sh-tdep.h: ...here.
8188 * sh-tdep.c: Include sh-tdep.h.
8189 * sh3-rom.c: Likewise.
8190 * shnbsd-tdep.c: Likewise.
8191
8192 2002-05-16 Michael Snyder <msnyder@redhat.com>
8193
8194 * arm-tdep.c: Spelling fix in comment.
8195
8196 2002-05-16 Jim Blandy <jimb@redhat.com>
8197
8198 Add commands for manually expanding macros and showing their
8199 definitions.
8200 * macrocmd.c, macroscope.c, macroscope.h: New files.
8201 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
8202 (macroscope_h): New variable.
8203 (HFILES_NO_SRCDIR): Add macroscope.h.
8204 (COMMON_OBS): Add macrocmd.o, macroscope.o.
8205 (macroscope.o, macrocmd.o): New rules.
8206
8207 Teach the Dwarf 2 reader to read macro information.
8208 * dwarf2read.c: #include "macrotab.h".
8209 (dwarf_macinfo_buffer): New variable.
8210 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
8211 dwarf_macinfo_size.
8212 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
8213 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
8214 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
8215 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
8216 dwarf2_macro_spaces_in_definition): New complaints.
8217 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
8218 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
8219 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
8220 the partial symbol table.
8221 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
8222 from what's recorded in the partial symbol table.
8223 (read_file_scope): If the compilation unit has a
8224 `DW_AT_macro_info' attribute, read its macro information.
8225 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
8226
8227 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8228
8229 Fix PR gdb/546
8230 * ser-tcp.c: Don't include <netinet/udp.h>.
8231
8232 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8233
8234 * MAINTAINERS: Update my email address.
8235
8236 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
8237
8238 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
8239 include file of the same name.
8240
8241 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8242
8243 * configure.tgt: Mark v850 as multi-arched.
8244 * config/v850/tm-v850.h: Remove file.
8245 * config/v850/v850.mt: Eliminate TM_FILE.
8246
8247 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8248
8249 * v850-tdep.c: Full multi-arch.
8250 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
8251 Define GDB_MULTI_ARCH to 2.
8252
8253 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
8254
8255 * p-exp.y (current_type): New static variable.
8256 Carries the type of the expression at the position that is parsed.
8257 (push_current_type, pop_current_type): Two new functions. Used
8258 to store/restore current_type in expression on specific tokens.
8259 (search_field): New static variable. Set to one after parsing a point
8260 as at that point only a FIELDNAME token should be searched.
8261 (FIELDNAME): New token. After a point only a token belonging to
8262 current_type type definition is allowed.
8263 (all over token rules): reset and change current_type according
8264 to rules.
8265 (exp '[' rule): insert implicit array index field if
8266 exp is a pascal string type.
8267
8268 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8269
8270 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
8271 frame info. Use frame_info's saved_regs instead of matching member
8272 in extra_frame_info throughout.
8273 (v850_frame_init_saved_regs): New function.
8274 (v850_init_extra_frame_info): Move most functionality into
8275 v850_frame_init_saved_regs().
8276 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
8277 (v850_frame_find_saved_regs): Remove declaration.
8278 (FRAME_FIND_SAVED_REGS): Remove definition.
8279 (v850_frame_init_saved_regs): Add declaration.
8280 (FRAME_INIT_SAVED_REGS): Add definition.
8281
8282 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
8283
8284 * v850-tdep.c: Begin multi-arch'ing v850.
8285 (v850_target_architecture_hook): Remove function.
8286 (v850_gdbarch_init): New function. Add code previously in
8287 v850_target_architecture_hook().
8288 (_initialize_v850_tdep): Don't set target_architecture_hook.
8289 Call register_gdbarch_init() instead.
8290
8291 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
8292
8293 * gdbtypes.h (struct cplus_struct_type): Remove args field.
8294 * hpread.c (hpread_read_struct_type): Remove assignments to args.
8295 (fixup_class_method_type): Likewise.
8296
8297 2002-05-15 Jim Blandy <jimb@redhat.com>
8298
8299 Add macro structures to GDB's symbol tables. Nobody puts anything
8300 in them yet.
8301 * symtab.h (struct symtab): New member: `macro_table'.
8302 * buildsym.h (pending_macros): New global variable.
8303 * buildsym.c: #include "macrotab.h".
8304 (buildsym_init): Initialize `pending_macros'.
8305 (end_symtab): If we found macro information while reading a CU's
8306 debugging info, do build a symtab structure for it. Make the
8307 symtab point to the macro information, and clear the
8308 `pending_macros' pointer which held it while we were reading the
8309 debug info.
8310 (really_free_pendings): Free any pending macro table.
8311 * objfiles.h (struct objfile): New member: `macro_cache'.
8312 * objfiles.c (allocate_objfile): Set allocate and free functions
8313 for the macro cache's objstack.
8314 (free_objfile): Empty the macro cache's obstack.
8315 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
8316 set new allocate and free functions for it.
8317 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
8318 free functions for the macro cache's objstack. (Why is this
8319 function building its own objfile?)
8320 * symmisc.c (print_objfile_statistics): Print statistics on the
8321 macro bcache.
8322 * Makefile.in: Note that buildsym.o depends on macrotab.h.
8323
8324 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8325
8326 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
8327 (REGISTER_U_ADDR): Delete definition.
8328 (arm_register_u_addr): Delete declaration.
8329
8330 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
8331
8332 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
8333 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
8334
8335 2002-05-14 Andrew Cagney <ac131313@redhat.com>
8336
8337 * regcache.c (register_valid): Revise comments refering to "Not
8338 available" and "unavailable".
8339 * frame.c (frame_register_read): Ditto.
8340 * findvar.c (value_of_register): Ditto.
8341
8342 2002-05-15 Andrew Cagney <cagney@redhat.com>
8343
8344 * Makefile.in (remote_sim_h): Replace remote-sim_h.
8345 (remote-sim.o): Update dependencies.
8346 (d10v-tdep.o): Specify dependencies.
8347 (sim_d10v_h): Define.
8348
8349 2002-05-14 Jim Blandy <jimb@redhat.com>
8350
8351 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
8352 * macrotab.c (macro_lookup_inclusion, find_definition,
8353 new_macro_table): Same.
8354
8355 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
8356 not `! strcmp ()'. This is a dubious improvement.
8357 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
8358
8359 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
8360 although it's not necessary, to avoid a warning.
8361
8362 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8363
8364 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
8365 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
8366 TYPE_INSTANCE_FLAGS.
8367 (struct main_type): New.
8368 (struct type): Move most members to struct main_type. Change
8369 cv_type and as_type to new type_chain member. Add instance_flags.
8370 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
8371 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
8372 (finish_cv_type): Remove prototype.
8373 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
8374 Set TYPE_CHAIN.
8375 (alloc_type_instance): New function.
8376 (smash_type): New function.
8377 (make_pointer_type, make_reference_type, make_function_type)
8378 (smash_to_member_type, smash_to_method_type): Call smash_type.
8379 (make_qualified_type): New function.
8380 (make_type_with_address_space): Call make_qualified_type.
8381 (make_cv_type): Likewise.
8382 (finish_cv_type): Remove unnecessary function.
8383 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
8384 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
8385 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
8386 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
8387 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
8388 * hpread.c (hpread_read_struct_type): Likewise.
8389 * stabsread.c (read_struct_type): Likewise.
8390
8391 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
8392
8393 * configure.tgt: Add a catch all sh* target, for cases like
8394 sh[2,3,4]-elf and sh-hms.
8395
8396 2002-05-14 Keith Seitz <keiths@redhat.com>
8397
8398 * event-loop.c (create_file_handler): Don't do anything but
8399 update data when we are given a fd which we are already
8400 monitoring.
8401
8402 2002-05-14 Michal Ludvig <mludvig@suse.cz>
8403
8404 * dwarf2cfi.c (context_cpy): Copy registers correctly.
8405 (update_context): Use __func__ in warnings.
8406
8407 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8408
8409 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
8410 and tcp_close to net_open and net_close.
8411 (net_open): Accept "udp:" and "tcp:" specifications. Connect
8412 using UDP if requested. Don't try to disable Nagle on UDP
8413 sockets.
8414 * remote.c (remote_serial_open): New function. Warn about UDP.
8415 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
8416
8417 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8418
8419 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
8420
8421 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
8422
8423 * configure.tgt: Remove sh-hms target.
8424 * MAINTAINERS: Don't list sh-hms as a separate target.
8425
8426 2002-05-13 Jim Blandy <jimb@redhat.com>
8427
8428 Add first preprocessor macro-expansion files.
8429 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8430 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8431 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8432 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8433 (COMMON_OBS): Add macrotab.o, macroexp.o.
8434 (macroexp.o, macrotab.o): New rules.
8435
8436 2002-05-13 Andrew Cagney <ac131313@redhat.com>
8437
8438 * config/m88k/tm-m88k.h: Update copyright.
8439 (m88k_target_write_pc): Declare
8440 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
8441 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
8442 (SHIFT_INST_REGS): Update definition.
8443 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
8444 using old definition of TARGET_WRITE_PC.
8445 * regcache.c (generic_target_write_pc): Delete code handling
8446 NNPC_REGNUM.
8447 * gdbarch.sh (NNPC_REGNUM): Delete.
8448 * gdbarch.h, gdbarch.c: Regenerate.
8449
8450 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
8451
8452 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
8453 builtin reg number.
8454
8455 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
8456
8457 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
8458 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
8459 (gen_address_of, gen_struct_ref, gen_repeat): Use type
8460 access macros.
8461 * c-typeprint.c (cp_type_print_method_args): Likewise.
8462 (c_type_print_args): Likewise.
8463 * d10v-tdep.c (d10v_push_arguments): Likewise.
8464 (d10v_extract_return_value): Likewise.
8465 * expprint.c (print_subexp): Likewise.
8466 * gdbtypes.c (lookup_primitive_typename): Likewise.
8467 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
8468 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
8469 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
8470 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
8471 (TYPE_VECTOR): Likewise.
8472 * hpread.c (hpread_read_struct_type)
8473 (fix_static_member_physnames, fixup_class_method_type)
8474 (hpread_type_lookup): Likewise.
8475 * mdebugread.c (parse_symbol, parse_type): Likewise.
8476 * p-lang.c (is_pascal_string_type): Likewise.
8477 * valops.c (hand_function_call): Likewise.
8478 * x86-64-tdep.c (classify_argument): Likewise.
8479
8480 * hpread.c (hpread_read_function_type)
8481 (hpread_read_doc_function_type): Call replace_type.
8482 * dstread.c (create_new_type): Delete.
8483 (decode_dst_structure, process_dst_function): Call alloc_type.
8484 Use type access macros.
8485
8486 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8487
8488 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
8489 the're not supported by the current architecture.
8490 (i387_fill_fxsave): Likewise.
8491
8492 2002-05-12 Fred Fish <fnf@redhat.com>
8493
8494 * symfile.c (default_symfile_offsets): Arrange for uninitialized
8495 sect_index_xxx members to index the first slot in section_offsets
8496 if all of the section_offsets are zero.
8497
8498 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8499
8500 * configure.tgt (sparc-*openbsd): Remove entry accidentially
8501 checked in with last change.
8502
8503 2002-05-12 Mark Kettenis <kettenis@gnu.org>
8504
8505 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
8506 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
8507 config.sub.
8508
8509 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
8510
8511 * Makefile.in: Update dependencies.
8512
8513 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8514
8515 * language.c (local_hex_string_custom): Simplify. Do not depend
8516 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
8517
8518 * memattr.c (mem_info_command): Replace calls to
8519 longest_local_hex_string and longest_local_hex_string_custom.
8520 * buildsym.c (make_blockvector): Ditto.
8521 * solib.c (info_sharedlibrary_command): Ditto.
8522 * tracepoint.c (tracepoints_info): Ditto.
8523 * symtab.c (print_msymbol_info): Ditto.
8524
8525 * language.c (local_hex_string): Delete.
8526 (local_hex_string_custom): Delete.
8527 (longest_local_hex_string): Rename to local_hex_string.
8528 (longest_local_hex_string_custom): Rename to
8529 local_hex_string_custom.
8530 * language.h (local_hex_string): Change parameter type to LONGEST.
8531 (local_hex_string_custom): Ditto.
8532 (longest_local_hex_string): Delete declaration.
8533 (longest_local_hex_string_custom): Ditto.
8534
8535 * solib.c: Update copyright.
8536 * memattr.c: Update copyright.
8537
8538 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8539
8540 * arch-utils.h (legacy_register_to_value): Declare.
8541 (legacy_value_to_register): Declare.
8542 (legacy_convert_register_p): Declare.
8543 * arch-utils.c (legacy_register_to_value): New function.
8544 (legacy_value_to_register): New function.
8545 (legacy_convert_register_p): New function.
8546
8547 * gdbarch.sh (REGISTER_TO_VALUE): Define.
8548 (VALUE_TO_REGISTER): Define.
8549 (CONVERT_REGISTER_P): Define.
8550 * gdbarch.h, gdbarch.c: Regenerate.
8551
8552 * valops.c (value_assign): Use CONVERT_REGISTER_P and
8553 VALUE_TO_REGISTER.
8554 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
8555 CONVERT_REGISTER_P.
8556
8557 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
8558 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8559
8560 * Makefile.in: Update dependencies for valops.c.
8561 * valops.c: Include "gdb_assert.h".
8562 (typecmp): Skip THIS parameter to methods.
8563 (find_method_list): Remove static_memfuncp argument,
8564 update callers. Check for stub methods.
8565 (find_value_oload_method_list): Don't set *static_memfuncp.
8566 (find_overload_match): Don't check for stub methods. Assert
8567 that methods are not stubbed. Handle static methods.
8568 (value_find_oload_method_list): Remove static_memfuncp argument.
8569 * gdbtypes.c (check_stub_method): Do not add THIS pointer
8570 to the argument list for static stub methods.
8571 * value.h (value_find_oload_method_list): Update prototype.
8572
8573 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8574
8575 * arch-utils.h (generic_register_size): Declare.
8576 (generic_register_raw_size, generic_register_virtual_size): Delete
8577 declarations.
8578 * arch-utils.c (generic_register_raw_size): Delete.
8579 (generic_register_size): New function.
8580 (generic_register_virtual_size): Delete.
8581
8582 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
8583 default generic_register_size.
8584 * gdbarch.h, gdbarch.c: Re-generate.
8585
8586 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
8587 register_virtual_size.
8588 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
8589 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8590
8591 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8592
8593 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
8594 * gdbarch.h, gdbarch.c: Regenerate.
8595 * gnu-v3-abi.c: Update copyright.
8596 (vtable_address_point_offset): Update.
8597 (gnuv3_rtti_type): Update.
8598 (gnuv3_baseclass_offset): Update.
8599 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
8600 (init_fetch_link_map_offsets): Update.
8601 * remote.c (get_remote_state): Update.
8602
8603 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8604
8605 * TODO: Remove value_headof/value_from_vtable_info comment.
8606 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
8607 * values.c (value_headof, value_from_vtable_info): Delete.
8608 * value.h (value_from_vtable_info): Delete prototype.
8609
8610 2002-05-11 Andrew Cagney <ac131313@redhat.com>
8611
8612 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
8613 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
8614 $(gdb_regex_h).
8615 (gdb_assert_h): Define.
8616 (gdb_wait_h): Define.
8617 (gdb_regex_h): Define.
8618
8619 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
8620
8621 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8622 * linespec.c (find_methods): Handle GCC 3.x template constructors.
8623
8624 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8625
8626 * nbsd-tdep.c: Fix comment.
8627
8628 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8629
8630 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
8631 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
8632 (nbsd-tdep.o): New dependency list.
8633 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
8634 nbsd-tdep.h.
8635 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
8636 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
8637 * nbsd-tdep.c: New file.
8638 * nbsd-tdep.h: New file.
8639 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
8640 nbsd-tdep.h.
8641 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
8642 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8643 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
8644 * config/sh/nbsd.mt (TDEPFILES): Ditto.
8645
8646 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8647
8648 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
8649 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
8650 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
8651 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
8652 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
8653 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
8654
8655 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8656
8657 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
8658 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8659 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
8660 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
8661 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
8662 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
8663 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
8664
8665 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8666
8667 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
8668 fetch_elfcore_registers to...
8669 * i386nbsd-tdep.c: ...here.
8670 (i386nbsd_use_struct_convention): Rename to...
8671 (i386nbsd_aout_use_struct_convention): ...this.
8672 (i386nbsd_supply_reg): New function.
8673 (i386nbsd_fill_reg): New function.
8674 (fetch_core_registers): Use i386nbsd_supply_reg.
8675 (fetch_elfcore_registers): Likewise.
8676 (_initialize_i386nbsd_tdep): New function.
8677 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
8678 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8679 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
8680 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
8681 (i386nbsd_aout_use_struct_convention): ...this.
8682
8683 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8684
8685 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
8686 (store_inferior_registers): Use shnbsd_fill_reg.
8687 * shnbsd-tdep.c (sh_nbsd_supply_registers,
8688 sh_nbsd_supply_register): Collapse into...
8689 (shnbsd_supply_reg): ...this.
8690 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
8691 (shnbsd_fill_reg): ...this.
8692 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
8693 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
8694 (fetch_core_registers): Use shnbsd_supply_reg.
8695 (fetch_elfcore_registers): Use shnbsd_supply_reg.
8696 (sh_nbsd_core_fns): Rename to...
8697 (shnbsd_core_fns): ...this.
8698 (sh_nbsd_elfcore_fns): Rename to...
8699 (shnbsd_elfcore_fns): ...this.
8700 (sh_nbsd_init_abi): Rename to...
8701 (shnbsd_init_abi): ...this.
8702 (_initialize_sh_nbsd_tdep): Rename to...
8703 (_initialize_shnbsd_tdep): ...this.
8704 * shnbsd-tdep.h (sh_nbsd_supply_registers,
8705 sh_nbsd_supply_register, sh_nbsd_fill_registers,
8706 sh_nbsd_fill_register): Remove prototypes.
8707 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
8708
8709 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8710
8711 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
8712 (i387-nat.o): Delete dependency list.
8713 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
8714 (x86-64-linux-nat.o): Likewise.
8715 * i387-nat.c: Delete file, moving contents to...
8716 * i387-tdep.c: ...here.
8717 * i387-nat.h: Rename...
8718 * i387-tdep.h: ...to this.
8719 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
8720 * i386-linux-nat.c: Likewise.
8721 * i386bsd-nat.c: Likewise.
8722 * i386gnu-nat.c: Likewise.
8723 * i386nbsd-nat.c: Likewise.
8724 * i386v4-nat.c: Likewise.
8725 * x86-64-linux-nat.c: Likewise.
8726 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
8727 * config/i386/go32.mh (NATDEPFILES): Likewise.
8728 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
8729 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
8730 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
8731 * config/i386/linux.mh (NATDEPFILES): Likewise.
8732 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
8733 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
8734 * config/i386/obsd.mh (NATDEPFILES): Likewise.
8735 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
8736
8737 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8738
8739 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
8740 (alphanbsd-nat.o): Remove dependency list.
8741 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
8742 * alphanbsd-nat.c: Delete. Contents moved to...
8743 * alphanbsd-tdep.c: ...here.
8744 (_initialize_alphanbsd_tdep): Register core functions.
8745 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
8746
8747 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
8748
8749 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
8750 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
8751 (alphanbsd-nat.o): Likewise.
8752 (alphabsd-tdep.o): New dependency list.
8753 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
8754 (fill_gregset): Use alphabsd_fill_reg.
8755 (supply_fpregset): Use alphabsd_supply_fpreg.
8756 (fill_fpregset): Use alphabsd_fill_fpreg.
8757 (fetch_inferior_registers): Use struct reg and struct fpreg
8758 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
8759 and alphabsd_supply_fpreg.
8760 (store_inferior_registers): Use struct reg and struct fpreg
8761 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
8762 and alphabsd_fill_fpreg.
8763 * alphabsd-tdep.c: New file.
8764 * alphabsd-tdep.h: New file.
8765 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
8766 (fetch_elfcore_registers): Use alphabsd_supply_reg and
8767 alphabsd_supply_fpreg.
8768 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
8769 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
8770
8771 2002-05-11 Eric Christopher <echristo@redhat.com>
8772
8773 * mips-tdep.c (mips_double_register_type): Fix thinko.
8774 (mips_single_register_type): Ditto.
8775 * MAINTAINERS: Add self.
8776
8777 2002-05-11 Mark Kettenis <kettenis@gnu.org>
8778
8779 * i387-nat.c (i387_supply_register, i387_fill_fsave,
8780 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
8781 right thing on architectures with different endianness and/or
8782 integer sizes.
8783
8784 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
8785
8786 From Christian Limpach <chris@Pin.LU>
8787 * configure.in: Change sed expression which comments out
8788 NATDEPFILES to also comment out continuation lines.
8789 * configure: Regenerate.
8790
8791 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8792
8793 * sh-tdep.c: Clean up code erroneously reintroduced by previous
8794 big patch.
8795
8796 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8797
8798 * sh-tdep.c: Include correct file.
8799
8800 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8801
8802 New support for sh64-elf (sh5) target.
8803
8804 * configure.tgt: For sh64-elf target, default to sh-elf.
8805
8806 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
8807 (struct gdbarch_tdep): Add new fields for new registers and ABI
8808 info.
8809
8810 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
8811 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
8812 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
8813 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
8814 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
8815 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
8816 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
8817 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
8818 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
8819 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
8820 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
8821 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
8822 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
8823 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
8824 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
8825 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
8826 sh64_get_gdb_regnum, sh64_media_reg_base_num,
8827 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
8828 sign_extend, sh64_nofp_frame_init_saved_regs,
8829 sh64_init_extra_frame_info, sh64_get_saved_register,
8830 sh64_extract_struct_value_address, sh64_pop_frame,
8831 sh64_push_arguments, sh64_extract_return_value,
8832 sh64_store_return_value, sh64_show_media_regs,
8833 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
8834 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
8835 sh_sh64_register_virtual_type,
8836 sh_sh64_register_convert_to_virtual,
8837 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
8838 sh64_register_read, sh64_pseudo_register_write,
8839 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
8840 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
8841 sh64_do_pseudo_register, sh_compact_do_registers_info,
8842 sh64_do_registers_info, sh_gdbarch_init): New functions.
8843
8844 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
8845
8846 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
8847
8848 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
8849
8850 * linespec.c (decode_line_1): Check for a double quote after
8851 a filename correctly.
8852
8853 2002-05-10 Jim Blandy <jimb@redhat.com>
8854
8855 Properly track the size of the current objfile's .debug_line section.
8856 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
8857 (DWARF_LINE_SIZE): New macro.
8858 (dwarf2_build_psymtabs_hard): Record the line section's size in
8859 the partial symbol table.
8860 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
8861 symbol table.
8862
8863 2002-05-10 Petr Sorfa <petrs@caldera.com>
8864
8865 * ia64-tdep.c: Handle breakpoints on L instruction type
8866 in MLX instruction bundle by moving the breakpoint to
8867 the third slot (X instruction type) as L holds only data.
8868
8869 2002-05-10 Kevin Buettner <kevinb@redhat.com>
8870
8871 * dbxread.c (discarding_local_symbols_complaint): New complaint.
8872 (process_one_symbol): Complain about discarding local symbols
8873 due to a misplaced N_LBRAC entry.
8874
8875 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
8876
8877 From Daniel Berlin <dan@cgsoftware.com>
8878 * linespec.c (find_toplevel_char): '<' and '>' also increase and
8879 decrease the depth we are at, in the case of templates.
8880
8881 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8882
8883 * mips-tdep.c (mips_float_register_type): New function.
8884 (mips_double_register_type): New function.
8885 (mips_print_register): Use them.
8886 (do_fp_register_row): Likewise.
8887
8888 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
8889
8890 * signals/signals.c (signals): Remove conditional compilation around
8891 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
8892 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
8893
8894 2002-05-09 Michael Snyder <msnyder@redhat.com>
8895
8896 * remote-rdp.c (remote_rdp_can_run): Remove.
8897
8898 2002-05-09 Tom Tromey <tromey@redhat.com>
8899
8900 * jv-valprint.c (java_val_print): Handle `char' as a special case
8901 of TYPE_CODE_INT.
8902
8903 2002-05-09 Michael Snyder <msnyder@redhat.com>
8904
8905 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
8906 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
8907 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
8908 str r(0123),[sp,#nn].
8909 (arm_skip_prologue): Ditto. Also make disassembly
8910 order-independent by placing it in a loop.
8911
8912 2002-05-06 Michael Snyder <msnyder@redhat.com>
8913
8914 * stabsread.c (read_type): Add recognition for new attribute:
8915 "@V;" means that an array type is actually a vector.
8916 This is analogous to the vector flag that's been added to dwarf2.
8917
8918 2002-05-09 Mark Kettenis <kettenis@gnu.org>
8919
8920 * i386-tdep.h (i386_abi): New enum.
8921 (struct gdbarch_tdep): Replace os_ident member with abi.
8922 (i386_gdbarch_register_os_abi): New prototype.
8923 * i386-tdep.c (i386_abi_names): New array.
8924 (process_note_abi_tag_sections): Removed.
8925 (process_note_sections): New function.
8926 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8927 (struct i386_abi_handler): New struct.
8928 (i386_abi_handler_list): New variable.
8929 (i386_gdbarch_register_os_abi): New function.
8930 (i386_gdbarch_init): Adapt for the changes given above.
8931
8932 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
8933
8934 * gregset.h: Say "GNU/Linux".
8935
8936 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
8937
8938 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8939 (build_gdbtypes): Build builtin_type_v2_float.
8940 (_initialize_gdbtypes): Register new builtin type.
8941
8942 2002-05-08 Andrew Cagney <ac131313@redhat.com>
8943
8944 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8945 (clear_gdbarch_swap): New function.
8946 (initialize_non_multiarch): Call.
8947 (gdbarch_update_p): Before calling init(), swap out and clear the
8948 existing architecture.
8949 * gdbarch.c: Regenerate.
8950
8951 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8952
8953 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8954 alphanbsd-tdep.c.
8955
8956 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8957
8958 * sh-nbsd-nat.c: Rename to...
8959 * shnbsd-nat.c: ...this.
8960 * sh-nbsd-tdep.c: Rename to...
8961 * shnbsd-tdep.c: ...this.
8962 * sh-nbsd-tdep.h: Rename to...
8963 * shnbsd-tdep.h: ...this.
8964 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8965 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8966
8967 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
8968
8969 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8970 concatenation for command help messages.
8971
8972 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8973
8974 * NEWS: Note new sh*-*-netbsdelf* configuration.
8975 * configure.host: Set gdb_host_cpu to sh for all sh*.
8976 (sh*-*-netbsdelf*): New host.
8977 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8978 (sh*-*-netbsdelf*): New target.
8979 * sh-nbsd-nat.c: New file.
8980 * sh-nbsd-tdep.c: New file.
8981 * sh-nbsd-tdep.h: New file.
8982 * config/sh/nbsd.mh: New file.
8983 * config/sh/nbsd.mt: New file.
8984 * config/sh/nm-nbsd.h: New file.
8985 * config/sh/tm-nbsd.h: New file.
8986
8987 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8988
8989 * sh-tdep.c (sh_osabi_names): Declare.
8990 (process_note_abi_tag_sections): New function.
8991 (get_elfosabi): Ditto.
8992 (sh_gdbarch_register_os_abi): Ditto.
8993 (sh_dump_tdep): Ditto.
8994 _initialize_sh_tdep): Use gdbarch_register to register
8995 sh_gdbarch_init and sh_dump_tdep.
8996 * config/sh/tm-sh.h (sh_osabi): Declare.
8997 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8998
8999 2002-05-07 Andrew Cagney <ac131313@redhat.com>
9000
9001 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
9002 (thumb_scan_prologue): Ditto.
9003 (arm_find_callers_reg): Ditto.
9004 (arm_frame_chain): Ditto.
9005 (arm_init_extra_frame_info): Ditto.
9006 (arm_frame_saved_pc): Ditto.
9007 (arm_pop_frame): Ditto.
9008 (arm_push_return_address): New function.
9009 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
9010 call_dummy_location, call_dummy_breakpoint_offset_p,
9011 call_dummy_breakpoint_offset, call_dummy_p,
9012 call_dummy_stack_adjust_p, call_dummy_words,
9013 sizeof_call_dummy_words, call_dummy_start_offset,
9014 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
9015 call_dummy_address, push_return_address and push_dummy_frame for
9016 generic dummy frames.
9017
9018 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9019
9020 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
9021 size computation for alloca.
9022 (sh_fp_frame_init_saved_regs): Likewise.
9023
9024 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
9025
9026 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
9027 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
9028 * arm-tdep.c (arm_store_return_value): Use them.
9029 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
9030 * remote-rdp.c (remote_rdp_fetch_register): Use
9031 ARM_MAX_REGISTER_RAW_SIZE.
9032 (remote_rdp_store_register): Likewise.
9033
9034 2002-05-07 Michal Ludvig <mludvig@suse.cz>
9035
9036 * dwarf2cfi.c: Code cleanup, removed unused variables,
9037 added default labels to switch {} statements.
9038 * x86-64-tdep.c: Ditto.
9039 * x86-64-linux-nat.c: Ditto.
9040
9041 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
9042
9043 * solib.h: Protect against multiple inclusion.
9044
9045 2002-05-06 Jim Blandy <jimb@redhat.com>
9046
9047 Add first preprocessor macro-expansion files.
9048 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
9049 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
9050 (splay_tree_h, macroexp_h, macrotab_h): New variable.
9051 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
9052 (COMMON_OBS): Add macrotab.o, macroexp.o.
9053 (macroexp.o, macrotab.o): New rules.
9054
9055 Separate the job of reading the line number info statement program
9056 header (...expialidocious) out into its own function.
9057 * dwarf2read.c (struct line_head, struct filenames, struct
9058 directories): Replace with...
9059 (struct line_header): New structure, containing the full
9060 contents of the statement program header, including the
9061 include directory and file name tables.
9062 (read_file_scope): If we have line number info, instead of just
9063 calling dwarf_decode_lines to do all the work, call
9064 dwarf_decode_line_header first to get a `struct line_header'
9065 containing the data in the statement program header, and then
9066 pass that to dwarf_decode_lines, which will pick up where that
9067 left off. Be sure to clean up the `struct line_header' object.
9068 (dwarf_decode_line_header, free_line_header, add_include_dir,
9069 add_file_name): New functions.
9070 (dwarf_decode_lines): Move all the code to read the statement
9071 program header into dwarf_decode_line_header. Take the line
9072 header it built as the first argument, instead of the offset to
9073 the compilation unit's line number info. Use the new `struct
9074 line_header' type instead of the old structures. No need to do
9075 cleanups here now, since we don't allocate anything.
9076 (dwarf2_statement_list_fits_in_line_number_section,
9077 dwarf2_line_header_too_long): New complaints.
9078
9079 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
9080
9081 * gdbtypes.c (init_vector_type): New function.
9082 (build_builtin_type_vec128): Simplify the representation of SIMD
9083 registers.
9084 (build_gdbtypes): Initialize new builtin vector types.
9085 (_initialize_gdbtypes): Register new vector types with gdbarch.
9086 (builtin_type_v4_float, builtin_type_v4_int32,
9087 builtin_type_v8_int16, builtin_type_v16_int8,
9088 builtin_type_v2_int32, builtin_type_v4_int16,
9089 builtin_type_v8_int8): New (renamed) SIMD types.
9090
9091 2002-05-06 Mark Kettenis <kettenis@gnu.org>
9092
9093 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
9094 (i387_fill_fxsave): Likewise.
9095
9096 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
9097
9098 * alpha-tdep.c (alpha_extract_return_value): Don't use
9099 non-constant array size in prototype.
9100
9101 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9102
9103 From Brian Taylor <briant at model dot com>:
9104 * ui-out.c (ui_out_field_core_addr): Use the function
9105 longest_local_hex_string_custom'to format addresses > 32 bits
9106 wide.
9107
9108 * ui-out.c (ui_out_field_core_addr): Update comment.
9109
9110 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9111
9112 * stack.c (select_and_print_frame): Make static. Delete the
9113 parameter `level'.
9114 (func_command): Update call.
9115 (select_frame_command): Delete code computing the frame level.
9116 * frame.h (select_and_print_frame): Delete declaration.
9117
9118 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9119
9120 * sparc-tdep.c (sparc_get_saved_register): Comment why
9121 get_prev_frame call is safe.
9122
9123 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9124
9125 * frame.h (select_frame): Delete level parameter.
9126 * stack.c (select_frame): Update. Use frame_relative_level to
9127 obtain the frame's level.
9128 (select_and_print_frame): Update call.
9129 (select_frame_command): Ditto.
9130 (up_silently_base): Ditto.
9131 (down_silently_base): Ditto.
9132 * ocd.c (ocd_start_remote): Ditto.
9133 * remote-rdp.c (remote_rdp_open): Ditto.
9134 * remote-mips.c (mips_initialize): Ditto.
9135 (common_open): Ditto.
9136 * remote-e7000.c (e7000_start_remote): Ditto.
9137 * m3-nat.c (select_thread): Ditto.
9138 * hppa-tdep.c (child_get_current_exception_event): Ditto.
9139 (child_get_current_exception_event): Ditto.
9140 * varobj.c (varobj_create): Ditto.
9141 (varobj_update): Ditto.
9142 (c_value_of_root): Ditto.
9143 * tracepoint.c (finish_tfind_command): Ditto.
9144 * corelow.c (core_open): Ditto.
9145 * arch-utils.c (generic_prepare_to_proceed): Ditto.
9146 * thread.c (info_threads_command): Ditto.
9147 (switch_to_thread): Ditto.
9148 * infrun.c (normal_stop): Ditto.
9149 (restore_selected_frame): Ditto.
9150 (restore_inferior_status): Ditto.
9151 * breakpoint.c (insert_breakpoints): Ditto.
9152 (watchpoint_check): Ditto.
9153 (bpstat_stop_status): Ditto.
9154 (do_enable_breakpoint): Ditto.
9155 * blockframe.c (flush_cached_frames): Ditto.
9156 (reinit_frame_cache): Ditto.
9157
9158 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9159
9160 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
9161 maintainer.
9162
9163 2002-05-04 Jim Blandy <jimb@redhat.com>
9164
9165 * gdbtypes.c (replace_type): Doc fix.
9166
9167 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9168
9169 * valprint.c (strcat_longest): Delete commented out function.
9170 Update copyright.
9171
9172 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9173
9174 * MAINTAINERS: Mark a29k as deleted.
9175 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
9176 Move new configurations to the top.
9177 * configure.tgt: Remove a29k.
9178 * config/a29k/tm-vx29k.h: Delete.
9179 * config/a29k/vx29k.mt: Delete.
9180 * config/a29k/tm-a29k.h: Delete.
9181 * config/a29k/a29k-udi.mt: Delete.
9182 * config/a29k/a29k.mt: Delete.
9183 * a29k-tdep.c: Delete.
9184 * remote-udi.c: Delete.
9185 * remote-mm.c: Delete.
9186 * remote-eb.c: Delete.
9187 * remote-adapt.c: Delete.
9188 * Makefile.in: Remove obsolete code.
9189 * config/s390/s390x.mt: Ditto.
9190 * config/s390/s390.mt: Ditto.
9191 * config/sparc/sparclynx.mh: Ditto.
9192 * config/sparc/linux.mh: Ditto.
9193 * config/pa/hppaosf.mh: Ditto.
9194 * config/pa/hppabsd.mh: Ditto.
9195 * config/ns32k/nbsd.mt: Ditto.
9196 * config/mips/vr5000.mt: Ditto.
9197 * config/m68k/sun3os4.mh: Ditto.
9198 * config/m68k/nbsd.mt: Ditto.
9199 * config/m68k/m68klynx.mh: Ditto.
9200 * config/m32r/m32r.mt: Ditto.
9201 * config/i386/x86-64linux.mt: Ditto.
9202 * config/i386/nbsdelf.mt: Ditto.
9203 * config/i386/nbsd.mt: Ditto.
9204 * config/i386/i386lynx.mh: Ditto.
9205
9206 2002-05-04 Andrew Cagney <ac131313@redhat.com>
9207
9208 * target.c (debug_print_register): New function. Handle oversize
9209 registers.
9210 (debug_to_fetch_registers): Call.
9211 (debug_to_store_registers): Call.
9212
9213 2002-05-03 Jim Blandy <jimb@redhat.com>
9214
9215 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
9216 (read_type): Doc fix.
9217 * gdbtypes.c (replace_type): Doc fix.
9218
9219 * stabsread.c (multiply_defined_struct): New complaint.
9220 (read_struct_type): If the type we were passed isn't empty, or
9221 incomplete, don't read the new struct type into it; complain,
9222 and return the original type unchanged. Take a new `type_code'
9223 argument, which is the type code for the new type.
9224 (read_type): Rather than storing the type's type code here, pass
9225 it as an argument to read_struct_type, and let that take care of
9226 storing it. That way, we don't overwrite the original type code,
9227 so read_struct_type can use it to decide whether we're overwriting
9228 something we shouldn't.
9229 (complain_about_struct_wipeout): New function.
9230
9231 2002-05-03 Andrew Cagney <ac131313@redhat.com>
9232
9233 * gdbarch.sh: Assert that gdbarch is non-NULL.
9234 * gdbarch.c: Regenerate.
9235
9236 2002-05-03 Jason Merrill <jason@redhat.com>
9237
9238 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
9239 and return NULL.
9240
9241 2002-05-03 Michal Ludvig <mludvig@suse.cz>
9242
9243 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
9244 (x86_64_dwarf2gdb_regno_map_length),
9245 (x86_64_dwarf2_reg_to_regnum): Added.
9246 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
9247 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
9248 (_initialize_x86_64_tdep): Synced with the change above.
9249 (x86_64_skip_prologue): Reformulated message.
9250
9251 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
9252
9253 * f-exp.y: Also use new prev_lexptr variable
9254 to improve error reporting. Based on Michael Snyder
9255 2002-04-24 dated patch to c-exp.y.
9256 * jv-exp.y: Likewise.
9257 * m2-exp.y: Likewise.
9258
9259 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
9260
9261 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
9262 we are dealing with vectors.
9263
9264 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9265
9266 * config/m68k/tm-nbsd.h: Obvious fix,
9267 correct machine name.
9268
9269 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9270
9271 * p-typeprint.c (pascal_type_print_base): Add support
9272 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
9273
9274 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9275
9276 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
9277 for fondamental pascal 'char' type.
9278
9279 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
9280
9281 * p-lang.h (is_pascal_string_type): Declaration changed,
9282 new sixth argument of type char ** added.
9283 * p-lang.c (is_pascal_string_type): Implementation
9284 changed. Args length_pos, length_size, string_pos, char_size
9285 can now be NULL. New argument arrayname set to the field
9286 name of the char array. Return value set to char array
9287 field index plus one.
9288 * p-valprint.c (pascal_val_print): Adapt to new declaration of
9289 is_pascal_string_type function.
9290
9291 2002-05-02 Andrew Cagney <cagney@redhat.com>
9292
9293 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
9294 <cagney@redhat.com> change.
9295 * gdbarch.c: Regenerate.
9296
9297 2002-05-02 Andrew Cagney <cagney@redhat.com>
9298
9299 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
9300 before probing for a new one. Detect errorenous gdbarch_init
9301 functions.
9302 * gdbarch.c: Regenerate.
9303
9304 2002-05-01 Andrew Cagney <cagney@redhat.com>
9305
9306 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
9307 * config/mcore/tm-mcore.h: Ditto. Update copyright.
9308 * config/v850/tm-v850.h: Ditto. Update copyright.
9309
9310 2002-04-30 Andrew Cagney <ac131313@redhat.com>
9311
9312 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
9313 current_gdbarch.
9314
9315 2002-04-30 Michael Snyder <msnyder@redhat.com>
9316
9317 * arm-tdep.c: Whitespace clean-ups.
9318 (arm_skip_prologue): Fix thinko; two lines
9319 should have been removed as part of 4/24 change.
9320
9321 2002-04-30 Kevin Buettner <kevinb@redhat.com>
9322
9323 * rs6000-tdep.c: Added comment describing how fpscr register
9324 numbers were chosen.
9325
9326 2002-04-30 Michael Snyder <msnyder@redhat.com>
9327
9328 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
9329
9330 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9331
9332 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
9333 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
9334 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
9335
9336 2002-04-29 Kevin Buettner <kevinb@redhat.com>
9337
9338 From Louis Hamilton <hamilton@redhat.com>:
9339 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
9340 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
9341 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
9342 not bfd-private xcoff data, to determine wordsize.
9343 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
9344
9345 2002-04-29 Andrew Cagney <ac131313@redhat.com>
9346
9347 GDB 5.2 released from 5.2 branch.
9348
9349 2002-04-29 Michal Ludvig <mludvig@suse.cz>
9350
9351 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
9352 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9353 (x86_64_register_info_table): Added comments with register numbers.
9354
9355 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
9356
9357 * rs6000-tdep.c (rs6000_extract_return_value,
9358 rs6000_store_return_value): Handle returning vectors.
9359 (rs6000_gdbarch_init): Use
9360 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
9361 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
9362 New function.
9363 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
9364 vectors.
9365 (ppc_sysv_abi_push_arguments): Handle vector parameters.
9366 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
9367
9368 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9369
9370 * hpread.c (hpread_psymtab_to_symtab_1,
9371 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
9372 with fprintf_unfiltered (gdb_stderr,...).
9373
9374 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9375
9376 * remote-array.c (printf_monitor, write_monitor,
9377 array_insert_breakpoint, array_remove_breakpoint ):
9378 Replace fprintf (stderr,...
9379 with fprintf_unfiltered (gdb_stderr,....
9380 * remote-es.c: Likewise.
9381 * remote-os9k.c: Likewise.
9382 * remote-st.c: Likewise.
9383
9384 2002-04-28 Andreas Schwab <schwab@suse.de>
9385
9386 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
9387 linux-proc.o and gcore.o.
9388
9389 2002-04-26 Michal Ludvig <mludvig@suse.cz>
9390
9391 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
9392 code without frame pointers.
9393
9394 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9395
9396 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
9397 ON_STACK is needed.
9398
9399 2002-04-26 Ben Elliston <bje@redhat.com>
9400
9401 * target.c (do_xfer_memory): Correct reference to the new option
9402 "trust-readonly-sections".
9403
9404 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
9405
9406 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
9407 * gdbtypes.c (recursive_dump_type): Output the vector flag.
9408 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
9409 vectors.
9410 (read_array_type): Record the fact that this array type is really a
9411 vector (i.e. are passed in by value).
9412
9413 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
9414
9415 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
9416 * alpha-tdep.c (alpha_sigcontext_addr): New function.
9417 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
9418 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
9419 * alpha-linux-tdep.c: Include frame.h.
9420 (alpha_linux_sigcontext_addr): New function.
9421 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
9422 alpha_linux_sigcontext_addr.
9423 * alpha-osf1-tdep.c: Include gdbcore.h.
9424 (alpha_osf1_sigcontext_addr): New function.
9425 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
9426 alpha_osf1_sigcontext_addr.
9427 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
9428 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
9429
9430 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9431
9432 * stack.c (selected_frame_level):
9433 (select_frame): Do not set selected_frame_level.
9434 * frame.h (selected_frame_level): Delete declaration.
9435
9436 2002-04-26 Andrew Cagney <ac131313@redhat.com>
9437
9438 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
9439 convert_from_func_ptr-addr when AIX / PowerOpen.
9440
9441 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9442
9443 * valops.c (hand_function_call): Call
9444 generic_save_call_dummy_addr.
9445 * frame.h (generic_save_call_dummy_addr): Declare.
9446 * blockframe.c (struct dummy_frame): Add fields call_lo and
9447 call_hi.
9448 (generic_find_dummy_frame): Check for PC in range call_lo to
9449 call_hi instead of entry_point_address.
9450 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
9451 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
9452 (generic_save_call_dummy_addr): New function.
9453
9454 2002-04-24 David S. Miller <davem@redhat.com>
9455
9456 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
9457 sparc_skip_prologue.
9458 (sparc_skip_prologue): Kill frameless_p arg, and use line number
9459 information to find prologue when possible.
9460 (sparc_prologue_frameless_p): Call examine_prologue directly.
9461 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
9462 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
9463 second argument.
9464 (SKIP_PROLOGUE): Likewise.
9465
9466 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9467
9468 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
9469 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
9470 indicate that the condition it was testing is always true.
9471 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
9472 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9473 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
9474
9475 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9476
9477 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
9478 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
9479 tdep->jb_pc and tdep->jb_elt_size.
9480 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
9481 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
9482 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
9483 * alpha-nat.c (get_longjmp_target): Remove.
9484 (JB_ELEMENT_SIZE): Ditto.
9485 (JB_PC): Ditto.
9486 * alpha-tdep.c (alpha_get_longjmp_target): New function.
9487 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
9488 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
9489 to alpha_get_longjmp_target.
9490 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
9491 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
9492 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
9493
9494 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9495
9496 * README: Update to GDB 5.2.
9497
9498 2002-04-25 Andrew Cagney <ac131313@redhat.com>
9499
9500 * gdbarch.sh (LC_ALL): Set to `c'.
9501
9502 2002-04-25 Theodore A. Roth <troth@verinet.com>
9503
9504 * avr-tdep.c: Ran through gdb_indent.sh.
9505
9506 2002-04-25 Theodore A. Roth <troth@verinet.com>
9507
9508 * MAINTAINERS: Add myself as AVR maintainer.
9509 * NEWS: Note new target avr.
9510
9511 2002-04-25 Theodore A. Roth <troth@verinet.com>
9512
9513 * Makefile.in: Add support for AVR target.
9514 * configure.tgt: Add support for AVR target.
9515 * avr-tdep.c: New file
9516 * config/avr/avr.mt: New file.
9517
9518 2002-04-25 Theodore A. Roth <troth@verinet.com>
9519
9520 * MAINTAINERS: Add myself to write-after-approval.
9521
9522 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
9523
9524 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
9525 with fprintf_unfiltered (gdb_stderr,....
9526
9527 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9528
9529 Fix PR gdb/508.
9530 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
9531
9532 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
9533
9534 * p-exp.y: Also use new prev_lexptr variable
9535 to improve error reporting. Based on Michael Snyder
9536 2002-04-24 dated patch to c-exp.y.
9537
9538 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9539
9540 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
9541 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
9542 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
9543 to 0.
9544 * config/alpha/tm-alpha.h: Remove forward decls of struct type
9545 and struct value.
9546 (FUNCTION_START_OFFSET): Remove.
9547 (BREAKPOINT): Ditto.
9548
9549 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
9550
9551 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
9552 * NEWS: Ditto.
9553
9554 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9555
9556 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
9557 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
9558 alpha_linux_pc_in_sigtramp.
9559 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
9560 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
9561 alpha_osf1_pc_in_sigtramp.
9562 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
9563 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
9564 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9565 alphafbsd_pc_in_sigtramp.
9566 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
9567 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
9568 alphanbsd_pc_in_sigtramp.
9569 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
9570 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
9571
9572 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9573
9574 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
9575
9576 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9577
9578 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
9579 alphanbsd-tdep.c.
9580 (alphanbsd-nat.o): New dependency list.
9581 (alphanbsd-tdep.o): Ditto.
9582 * NEWS: Note new native NetBSD/alpha configuration.
9583 * alphanbsd-nat.c: New file.
9584 * alphanbsd-tdep.c: Ditto.
9585 * configure.host (alpha*-*-netbsd*): New host.
9586 * configure.tgt (alpha*-*-netbsd*): New target.
9587 * config/alpha/nbsd.mh: New file.
9588 * config/alpha/nbsd.mt: Ditto.
9589 * config/alpha/nm-nbsd.h: Ditto.
9590 * config/alpha/tm-nbsd.h: Ditto.
9591
9592 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9593
9594 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
9595 (alpha-osf1-tdep.o): New dependency list.
9596 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
9597 and skip_sigtramp_frame members.
9598 * alpha-linux-tdep.c: Include gdbcore.h.
9599 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
9600 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
9601 * alpha-osf1-tdep.c: New file.
9602 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
9603 alpha-osf1-dep.c.
9604 (alpha_frame_past_sigtramp_frame): New function.
9605 (alpha_dynamic_sigtramp_offset): Ditto.
9606 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
9607 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
9608 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
9609 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
9610 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
9611 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
9612 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
9613 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
9614 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
9615 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
9616 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
9617 to find_solib_trampoline_target.
9618 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
9619 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
9620 (SKIP_TRAMPOLINE_CODE): Remove.
9621 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9622 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9623 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9624 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9625 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
9626 (PROC_SIGTRAMP_MAGIC): Ditto.
9627 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9628 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9629 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
9630 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
9631 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
9632
9633 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
9634
9635 * NEWS: Note that Alpha targets are now multi-arch.
9636
9637 2002-04-24 Michael Snyder <msnyder@redhat.com>
9638
9639 * parser-defs.h (prev_lexptr): New external variable.
9640 * parse.c (parse_exp_1): Set prev_lexptr to null before
9641 calling the language-specific parser.
9642 * c-exp.y (yylex): Set prev_lexptr to start of current token.
9643 (yyerror): Use prev_lexptr in error reporting.
9644
9645 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
9646
9647 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
9648 * gregset.h: If FILL_FPXREGSET is defined, provide
9649 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
9650 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
9651 is defined, call fill_fpxregset.
9652
9653 2002-04-24 Roland McGrath <roland@frob.com>
9654
9655 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
9656 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
9657 (supply_gregset, supply_fpregset): New functions.
9658
9659 * gnu-nat.c (gnu_find_memory_regions): New function.
9660 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
9661 (gnu_xfer_memory): Add a cast.
9662
9663 2002-04-24 Michael Snyder <msnyder@redhat.com>
9664
9665 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
9666 loop. Add handling for "str lr, [sp, #-4]!" and for saves
9667 of argument regs ("str r(0123), [r11, #-nn"]).
9668 (arm_skip_prologue): Better handling for frameless functions.
9669 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
9670 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
9671
9672 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
9673
9674 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
9675 NUM_PSEUDO_REGS can be used.
9676
9677 2002-04-24 Andrew Cagney <ac131313@redhat.com>
9678
9679 * arch-utils.h: Update copyright.
9680
9681 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
9682 * gdbarch.h, gdbarch.c: Re-generate.
9683
9684 * inferior.h (IN_SIGTRAMP): Delete definition.
9685 * arch-utils.c (legacy_pc_in_sigtramp): New function.
9686 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
9687
9688 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
9689 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
9690 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
9691 (find_proc_framesize): Ditto.
9692 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
9693 (alpha_init_extra_frame_info): Ditto.
9694 * infrun.c (handle_inferior_event): Ditto.
9695 (handle_inferior_event): Ditto.
9696 (check_sigtramp2): Ditto.
9697 * blockframe.c (create_new_frame): Ditto.
9698 (get_prev_frame): Ditto.
9699 * ppc-linux-tdep.c: Update comments.
9700 * i386-linux-tdep.c: Update comments.
9701 * breakpoint.c (bpstat_what): Update comment.
9702
9703 2002-04-24 David S. Miller <davem@redhat.com>
9704
9705 * i960-tdep.c (register_in_window_p): New function.
9706 (i960_find_saved_register): Use it instead of
9707 REGISTER_IN_WINDOW_P.
9708 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
9709
9710 * symtab.h (find_stab_function_addr): Kill extern.
9711 * minsyms.c (find_stab_function_addr): Remove from here...
9712 * dbxread.c: ... to here, and mark it static.
9713
9714 2002-04-20 David S. Miller <davem@redhat.com>
9715
9716 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
9717 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
9718
9719 2002-04-21 David S. Miller <davem@redhat.com>
9720
9721 * remote-vxsparc.c (vx_read_register): Fix typo, we want
9722 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
9723 (vx_write_register): Likewise.
9724
9725 2002-04-23 J. Brobecker <brobecker@gnat.com>
9726
9727 * source.c (is_regular_file): New function.
9728 (openp): Check wether file to open is a regular file
9729 to avoid opening directories.
9730
9731 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9732
9733 * findvar.c (extract_signed_integer): Cast printf argument
9734 to suppress format warning.
9735 (extract_unsigned_integer): Likewise.
9736 * infcmd.c (registers_info): Likewise.
9737 * top.c (get_prompt_1): Likewise.
9738 * valops.c (value_assign): Likewise.
9739 * valprint.c (print_decimal): Likewise.
9740
9741 2002-04-22 H.J. Lu (hjl@gnu.org)
9742
9743 * c-exp.y (typebase): Support
9744
9745 [long|long long|short] [signed|unsigned] [int|]
9746
9747 and
9748
9749 signed [long|long long|short] int
9750
9751 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9752
9753 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
9754 and vax-tdep.h.
9755 * vax-tdep.h: New file.
9756 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
9757 Make several routines static.
9758 (vax_get_saved_register): New function.
9759 (vax_gdbarch_init): New function.
9760 (_initialize_vax_tdep): Register vax_gdbarch_init.
9761 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
9762 Remove macros now under the control of gdbarch.
9763
9764 2002-04-22 Michael Snyder <msnyder@redhat.com>
9765
9766 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
9767 Some whitespace and coding standards tweaks.
9768
9769 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9770
9771 * vax-tdep.c: Include regcache.h.
9772 (vax_call_dummy_words): New.
9773 (sizeof_vax_call_dummy_words): New.
9774 (vax_fix_call_dummy): New function.
9775 (vax_saved_pc_after_call): Ditto.
9776 * config/vax/tm-vax.h: Don't include regcache.h.
9777 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
9778 (CALL_DUMMY): Remove.
9779 (CALL_DUMMY_WORDS): Define.
9780 (SIZEOF_CALL_DUMMY_WORDS): Define.
9781 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
9782
9783 2002-04-18 Michael Snyder <msnyder@redhat.com>
9784
9785 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
9786
9787 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9788
9789 * vax-tdep.c (vax_frame_chain): New function.
9790 (vax_push_dummy_frame): Ditto.
9791 (vax_pop_frame): Ditto.
9792 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
9793 (FRAMELESS_FUNCTION_INVOCATION): Use
9794 generic_frameless_function_invocation_not.
9795 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
9796 (POP_FRAME): Use vax_pop_frame.
9797
9798 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9799
9800 * vax-tdep.c (vax_store_struct_return): New function.
9801 (vax_extract_return_value): Ditto.
9802 (vax_store_return_value): Ditto.
9803 (vax_extract_struct_value_address): Ditto.
9804 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
9805 vax_store_struct_return.
9806 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
9807 (STORE_RETURN_VALUE): Use vax_store_return_value.
9808 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
9809
9810 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9811
9812 * vax-tdep.c (vax_frame_saved_pc): New function.
9813 (vax_frame_args_address_correct): Ditto.
9814 (vax_frame_args_address): Ditto.
9815 (vax_frame_locals_address): Ditto.
9816 (vax_frame_num_args): Move code to be in proximity to
9817 other frame-related functions.
9818 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
9819 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
9820 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
9821 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
9822 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
9823
9824 2002-04-22 H.J. Lu (hjl@gnu.org)
9825
9826 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
9827 includedir.
9828
9829 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9830
9831 * vax-tdep.c (vax_frame_init_saved_regs): New function.
9832 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
9833 (FRAME_INIT_SAVED_REGS): New macro.
9834
9835 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9836
9837 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
9838
9839 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9840
9841 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
9842 where needed.
9843 (fetch_osf_core_registers): Likewise.
9844 (supply_gregset): Likewise.
9845
9846 2002-04-22 J. Brobecker <brobecker@gnat.com>
9847
9848 * symfile.h (get_section_index): Define.
9849 * symfile.c (get_section_index): New function.
9850 * mdebugread.c (SC_IS_SBSS): New macro.
9851 (SC_IS_BSS): Return true for the scBss storage class only, as
9852 the scSBss storage class refers to the .sbss section.
9853 (parse_partial_symbols): Discard the symbols which associated
9854 section does not exist.
9855 Make sure to use the .sbss section index for symbols which
9856 storage class is scBss, rather than using the .bss section index.
9857
9858 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
9859
9860 * vax-tdep.c: Update copyright years.
9861 (vax_register_name): New function.
9862 (vax_register_byte): Ditto.
9863 (vax_register_raw_size): Ditto.
9864 (vax_register_virtual_size): Ditto.
9865 (vax_register_virtual_type): Ditto.
9866 * config/vax/tm-vax.h: Update copyright years.
9867 (REGISTER_NAMES): Remove.
9868 (REGISTER_NAME): Define.
9869 (REGISTER_BYTE): Use vax_register_byte.
9870 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
9871 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
9872 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
9873
9874 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9875
9876 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
9877 declaration
9878 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
9879
9880 2002-04-21 David S. Miller <davem@redhat.com>
9881
9882 * arch-utils.c (generic_prologue_frameless_p): Kill
9883 SKIP_PROLOGUE_FRAMELESS_P code.
9884 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9885 references.
9886 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
9887 * arc-tdep.c (arc_prologue_frameless_p): Implement.
9888 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
9889 references.
9890 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
9891 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
9892 (sparc_gdbarch_init): Pass it to
9893 set_gdbarch_prologue_frameless_p.
9894
9895 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9896
9897 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
9898 (alphabsd-nat.o): New dependency list.
9899
9900 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9901
9902 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
9903 alphafbsd-tdep.c.
9904 (alpha-linux-tdep.o): New dependency list.
9905 (alphafbsd-tdep.o): Likewise.
9906
9907 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9908
9909 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
9910 to here...
9911 * alpha-tdep.c: ...from here.
9912 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
9913
9914 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9915
9916 * config/alpha/tm-alpha.h: Move alpha_software_single_step
9917 prototype from here...
9918 * alpha-tdep.h: ...to here.
9919
9920 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9921
9922 * frame.h (selected_frame_level): Document as deprecated.
9923 (frame_relative_level): Declare.
9924 * stack.c (frame_relative_level): New function.
9925 (selected_frame_level): Document as deprecated.
9926 (select_frame): Do not set the selected_frame_level.
9927
9928 * stack.c (frame_info, record_selected_frame): Update.
9929 (frame_command, current_frame_command): Update.
9930 (up_silently_base, up_command, down_silently_base): Update.
9931 (down_command): Update.
9932 * inflow.c (kill_command): Update.
9933 * tracepoint.c (finish_tfind_command): Update.
9934 * corelow.c (core_open): Update.
9935 * thread.c (info_threads_command): Update.
9936 (do_captured_thread_select): Update.
9937 * infcmd.c (finish_command): Update.
9938 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9939
9940 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9941
9942 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9943
9944 2002-04-21 Andrew Cagney <ac131313@redhat.com>
9945
9946 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9947 type const.
9948
9949 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9950
9951 * alphafbsd-tdep.c: Update copyright years. Include
9952 alpha-tdep.h.
9953 (alphafbsd_use_struct_convention): Make static.
9954 (alphafbsd_init_abi): New function.
9955 (_initialize_alphafbsd_tdep): New function.
9956 * config/alpha/tm-fbsd.h: Update copyright years.
9957 (USE_STRUCT_CONVENTION): Remove.
9958
9959 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9960
9961 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9962 an Alpha ABI variant.
9963 (alpha_abi_handler_list): Declare.
9964 (alpha_gdbarch_register_os_abi): New function.
9965 (alpha_gdbarch_init): Give registered ABI variant handlers a
9966 chance to tweak the gdbarch once we have set up defaults.
9967 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9968
9969 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9970
9971 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9972 to standard_coerce_float_to_double.
9973 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9974
9975 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9976
9977 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9978 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9979 from gdbarch_tdep rather than a constant.
9980 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9981 the default text address for all Alpha Unix ABIs.
9982 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9983 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9984
9985 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9986
9987 * alpha-tdep.h: New file. Includes several Alpha target constants
9988 taken from...
9989 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9990 let gdbarch deal with.
9991 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9992 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9993 to dependency list.
9994 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9995 Alpha target register names.
9996 * alphabsd-nat.c: Likewise.
9997 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9998 Alpha target register names. Make serveral routines static.
9999 (alpha_get_saved_register): New function.
10000 (alpha_abi_names): New.
10001 (process_note_abi_tag_sections): New function.
10002 (get_elfosabi): New function.
10003 (alpha_gdbarch_init): New function.
10004 (alpha_dump_tdep): New function.
10005 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
10006
10007 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10008
10009 * frame.c (find_saved_register): Delete #ifdef
10010 HAVE_REGISTER_WINDOWS code.
10011 * config/sparc/tm-sparc.h: Update comments.
10012 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
10013
10014 2002-04-21 Andrew Cagney <ac131313@redhat.com>
10015
10016 * i960-tdep.c (i960_find_saved_register): New function.
10017 (i960_get_saved_register): New function.
10018 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
10019 (i960_get_saved_register): Declare.
10020 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
10021
10022 2002-04-20 David S. Miller <davem@redhat.com>
10023
10024 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
10025
10026 2002-04-20 Andrew Cagney <ac131313@redhat.com>
10027
10028 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
10029 instead of NUM_PSEUDO_REGS.
10030
10031 2002-04-20 David S. Miller <davem@redhat.com>
10032
10033 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
10034 GDB_MULTI_ARCH_PARTIAL
10035 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
10036 define, let tm-sp64.h do it.
10037
10038 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
10039
10040 * frame.c (find_saved_register): Avoid a NULL pointer
10041 dereference and actually walk the frame list.
10042
10043 2002-04-20 Andrew Cagney <ac131313@redhat.com>
10044
10045 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
10046 sorted in most most-recent-used order. Document.
10047 * gdbarch.h, gdbarch.c: Regenerate.
10048
10049 2002-04-19 Andrew Cagney <ac131313@redhat.com>
10050
10051 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
10052 instead of ->prev.
10053 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
10054 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
10055 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
10056 instead of ->prev.
10057
10058 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
10059
10060 Fix PR gdb/471.
10061 * gdbtypes.c (init_simd_type): Rewrite using new functions.
10062 (build_builtin_type_vec128): Ditto.
10063 (append_composite_type_field): Fix calculation of type length in
10064 union case.
10065
10066 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * config/djgpp/README: Update.
10069
10070 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
10071 compiler warnings.
10072
10073 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
10074
10075 * alpha-tdep.c (setup_arbitrary_frame): Rename...
10076 (alpha_setup_arbitrary_frame): ...to this.
10077 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
10078 for alpha_setup_arbitrary_frame.
10079
10080 2002-04-18 Andrew Cagney <cagney@redhat.com>
10081
10082 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
10083 * gdbarch.h, gdbarch.c: Regenerate.
10084
10085 * defs.h (breakpoint_from_pc_fn): Delete type definition.
10086 * target.h (memory_breakpoint_from_pc): Update declaration.
10087 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
10088
10089 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
10090 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
10091 * mem-break.c (memory_breakpoint_from_pc): Ditto.
10092 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
10093 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
10094 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
10095 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
10096 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
10097 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
10098 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
10099 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
10100 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
10101
10102 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
10103 const pointer.
10104 * monitor.c (monitor_insert_breakpoint): Ditto.
10105 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
10106
10107 * config/mcore/tm-mcore.h: Update copyright.
10108 * mem-break.c: Ditto.
10109 * xstormy16-tdep.c: Ditto.
10110
10111 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
10112
10113 * p-exp.y: Add precedence rule for '^' token.
10114 This removes the shift/reduce conflicts.
10115 Remove the comment concerning these shift/reduce conflicts.
10116
10117 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
10118
10119 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
10120 (registers_powerpc_nofp): New register set for processors
10121 without floating point unit.
10122
10123 2002-04-18 David S. Miller <davem@redhat.com>
10124
10125 * MAINTAINERS: Add myself to write-after-approval.
10126
10127 2002-04-17 Michael Snyder <msnyder@redhat.com>
10128
10129 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
10130
10131 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10132
10133 * rs6000-tdep.c (frame_initial_stack_address): Use
10134 frame_register_read to read the alloca_reg.
10135
10136 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10137
10138 * frame.c (find_saved_register): Find saved registers in the next
10139 not prev frame.
10140 Fix PR gdb/365.
10141
10142 2002-04-17 Andrew Cagney <ac131313@redhat.com>
10143
10144 * gdbarch.sh (LANG): Set to ``c''.
10145
10146 2002-04-15 Andrew Cagney <ac131313@redhat.com>
10147
10148 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
10149
10150 2002-04-15 Andrew Cagney <ac131313@redhat.com>
10151
10152 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
10153 Update copyright.
10154
10155 * hpread.c (hpread_get_lntt): Add declaration.
10156 Also fix PR gdb/391.
10157
10158 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10159
10160 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
10161 * aclocal.m4, configure: Re-generate.
10162 Fix PR gdb/391.
10163
10164 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
10165
10166 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
10167 instead of tm_print_insn.
10168
10169 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
10170
10171 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
10172
10173 2002-04-14 Andrew Cagney <ac131313@redhat.com>
10174
10175 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
10176 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
10177 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
10178
10179 2002-04-12 Don Howard <dhoward@redhat.com>
10180
10181 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
10182 max_user_call_depth.
10183 (init_cmd_lists): Initialize the new value;
10184 * cli/cli-script.c (execute_user_command): Limit the call depth of
10185 user defined commands. This avoids a core-dump when user commands
10186 are infinitly recursive.
10187
10188 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10189
10190 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
10191 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
10192 from tdep struct instead of DEFAULT_LR_SAVE.
10193 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
10194 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
10195 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
10196
10197 2002-04-12 Michael Snyder <msnyder@redhat.com>
10198
10199 * Remote.c: Spelling fix.
10200 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
10201 If no symbol found for "sbrk", try "_sbrk".
10202 (make_output_phdrs): Use bfd_section_name.
10203 (gcore_copy_callback): Use bfd_section_name.
10204 * eval.c: Indentation fix-ups.
10205 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
10206 in case it gets applied to an address that is already
10207 in the instruction space.
10208 * cli/cli-decode.c (help_list): Allow long lines to wrap.
10209 * symfile.c: Fix indentation, long lines.
10210 * source.c: White space fix-up.
10211
10212 2002-04-12 Andrew Cagney <cagney@redhat.com>
10213
10214 * defs.h (read_relative_register_raw_bytes): Delete declaration.
10215 * frame.c (frame_register_read): New function. Return non-zero on
10216 success.
10217 (read_relative_register_raw_bytes_for_frame): Delete.
10218 (read_relative_register_raw_bytes): Delete.
10219 * frame.h (frame_register_read): Declare.
10220 * d30v-tdep.c: Update Copyright. Use frame_register_read.
10221 * sh-tdep.c: Ditto.
10222 * infcmd.c (do_registers_info): Ditto.
10223 * hppa-tdep.c: Ditto.
10224 * rs6000-tdep.c: Ditto.
10225 * h8500-tdep.c: Ditto.
10226 * mips-tdep.c: Ditto.
10227 * h8300-tdep.c: Ditto.
10228 * z8k-tdep.c: Ditto.
10229
10230 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10231
10232 From Jimi X <jimix@watson.ibm.com>:
10233 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
10234 64-bit SysV ABI.
10235
10236 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10237
10238 From Jimi X <jimix@watson.ibm.com>:
10239 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
10240 bfd info.
10241
10242 2002-04-12 Kevin Buettner <kevinb@redhat.com>
10243
10244 From Jimi X <jimix@watson.ibm.com>:
10245 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
10246 register sets for these processor variants.
10247
10248 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
10249
10250 * regformats/reg-ppc.dat: Support FPSCR.
10251
10252 2002-04-11 Kevin Buettner <kevinb@redhat.com>
10253
10254 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
10255 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
10256 Add fpscr as an invalid/unfetchable register.
10257 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
10258 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
10259 (fill_fpregset): Add support for register fpscr.
10260 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
10261 (fill_gregset): Account for the fact that register ``mq'' might
10262 not exist.
10263 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
10264 (registers_power): Add fpscr to register set at slot 71.
10265 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
10266 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
10267
10268 2002-04-11 Michael Snyder <msnyder@redhat.com>
10269
10270 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
10271 * configure: Regenerate.
10272 * config.in: Regenerate.
10273 * acconfig.h: Add define for _SYSCALL32.
10274 * core-sol2.c: Remove #define _SYSCALL32.
10275 * solib-legacy.c: Remove #define _SYSCALL32.
10276
10277 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10278
10279 * stack.c (select_frame): Cleanup internal error message, do not
10280 use %p.
10281
10282 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10283
10284 * stack.c (select_frame): Check that selected_frame and the
10285 specified level are as expected.
10286 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
10287 Update copyright.
10288 * frame.h (struct frame_info): Add field `level'. Update
10289 copyright.
10290 Work-in-progress PR gdb/464.
10291
10292 2002-04-10 Andrew Cagney <ac131313@redhat.com>
10293
10294 * maint.c (maint_print_section_info): Rename print_section_info.
10295 (print_bfd_section_info, print_objfile_section_info): Update.
10296 * inferior.h (struct gdbarch): Add opaque declaration.
10297 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
10298 * gdbarch.h: Regenerate.
10299
10300 2002-04-10 Michal Ludvig <mludvig@suse.cz>
10301
10302 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
10303 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
10304 (kernel_u_size): Added.
10305 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
10306 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
10307
10308 2002-04-04 Jim Ingham <jingham@apple.com>
10309
10310 * valarith.c (find_size_for_pointer_math): New function, either returns
10311 the size for a pointer's target, returns 1 for void *, or errors for
10312 incomplete types.
10313 (value_add, value_sub): use find_size_for_pointer_math.
10314
10315 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10316
10317 * linux-low.c (linux_look_up_symbols): New hook.
10318 (linux_target_ops): Add linux_look_up_symbols.
10319 * remote-utils.c (decode_address): New function.
10320 (look_up_one_symbol): New function.
10321 * server.c (handle_query): Call target look_up_symbols hook.
10322 * server.h (look_up_one_symbol): Add prototype.
10323 * target.h (struct target_ops): Add look_up_symbols hook.
10324
10325 2002-04-09 Andrew Cagney <ac131313@redhat.com>
10326
10327 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
10328 override FP_REGNUM with frame->fp. Update copyright.
10329 * parse.c (num_std_regs, std_regs): Delete.
10330 (target_map_name_to_register): Do not search std_regs. Update
10331 function description.
10332 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
10333 declarations. Update copyright.
10334 Fix PR gdb/251.
10335
10336 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
10337
10338 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
10339 after the last symbol in a block.
10340
10341 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
10342
10343 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
10344 is non zero as a found symbol.
10345
10346 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10347
10348 * findvar.c: Include "builtin-regs.h".
10349 (value_of_register): Call value_of_builtin_reg when applicable.
10350 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
10351 (target_map_name_to_register): Call
10352 builtin_reg_map_name_to_regnum.
10353 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
10354 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
10355 (builtin_regs_h): Define.
10356 (builtin-regs.o): New target.
10357 (findvar.o): Add $(builtin_regs_h).
10358 * builtin-regs.c, builtin-regs.h: New files.
10359 * std-regs.c: New file.
10360 Partial fix for PR gdb/251.
10361
10362 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10363
10364 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
10365 it's no longer required.
10366
10367 2002-04-08 Andrew Cagney <ac131313@redhat.com>
10368
10369 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
10370
10371 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10372
10373 From Jimi X <jimix@watson.ibm.com>:
10374 * rs6000-tdep.c (rs6000_software_single_step): Use
10375 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
10376 and size. Use target_insert_breakpoint() and
10377 target_remove_breakpoint() to insert and remove breakpoints
10378 instead of explicit memory reads and writes.
10379
10380 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10381
10382 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
10383 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
10384 ELF_OBJECT_FORMAT ifdef.
10385
10386 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10387
10388 From Jimi X <jimix@watson.ibm.com>:
10389 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
10390
10391 2002-04-08 Kevin Buettner <kevinb@redhat.com>
10392
10393 From Jimi X <jimix@watson.ibm.com>:
10394 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
10395 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
10396
10397 2002-04-07 Mark Kettenis <kettenis@gnu.org>
10398
10399 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
10400 s/asprintf/xasprintf/.
10401 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
10402
10403 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10404
10405 I believe Jeff Law denies responsability for this one:
10406 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
10407 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
10408 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
10409 Work-around for PR gdb/366.
10410
10411 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10412
10413 * remote-e7000.c (write_small, e7000_read_inferior_memory,
10414 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
10415 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
10416
10417 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
10418
10419 * sh-tdep.c (sh_fp_frame_init_saved_regs,
10420 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
10421 information.
10422
10423 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10424
10425 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
10426 maintainer.
10427
10428 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10429
10430 * README (Reporting Bugs in GDB): Document the bug web page as the
10431 prefered way of submitting bugs.
10432 Fix PR gdb/402.
10433
10434 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10435
10436 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
10437 -1. Update comment.
10438 * gdbarch.h, gdbarch.c: Re-generate.
10439
10440 2002-04-07 Andreas Schwab <schwab@suse.de>
10441
10442 * m68klinux-nat.c (fill_fpregset): Properly pass address of
10443 buffer to regcache_collect.
10444
10445 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10446
10447 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
10448 * gdbarch.c, gdbarch.h: Re-generate.
10449
10450 2002-04-06 Andrew Cagney <ac131313@redhat.com>
10451
10452 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
10453 declaration. Fix -Werror.
10454
10455 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
10456
10457 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
10458 * gdbarch.c: Regenerate.
10459
10460 2002-04-05 Michael Snyder <msnyder@redhat.com>
10461
10462 * breakpoint.c (clear_command): Rewrite middle section to
10463 combine two loops with identical control conditions.
10464 Add a cleanup to eliminate a memory leak.
10465 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
10466
10467 2002-04-05 H.J. Lu (hjl@gnu.org)
10468
10469 * solib-svr4.c (bkpt_names): Add "__start".
10470
10471 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10472
10473 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
10474 as test for 64 bit target.
10475
10476 2002-04-05 Andrew Cagney <ac131313@redhat.com>
10477
10478 * h8500-tdep.c (h8500_write_fp): Delete function.
10479 * dwarf2cfi.c (cfi_write_fp): Document as not used.
10480 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
10481 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
10482 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
10483 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
10484 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
10485 (s390_write_fp):
10486 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
10487 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
10488 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
10489 (d10v_write_fp): Delete function.
10490 * inferior.h (write_fp, generic_target_write_fp): Delete
10491 declarations.
10492 * regcache.c (generic_target_write_fp): Delete function.
10493 (write_fp): Delete function.
10494 * gdbarch.sh (TARGET_WRITE_FP): Delete.
10495 * gdbarch.h, gdbarch.c: Regenerate.
10496 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
10497 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
10498 (sparc64_write_fp): Delete declaration.
10499 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
10500 (h8500_write_fp): Delete declaration.
10501
10502 2002-04-04 Andrew Cagney <ac131313@redhat.com>
10503
10504 * sparc-tdep.c (sparc64_write_fp): Delete.
10505 (sparc_push_dummy_frame): Replace write_fp call with code to store
10506 the FP directly.
10507 (sparc_gdbarch_init): Do not initialize write_fp.
10508
10509 2002-04-05 Kevin Buettner <kevinb@redhat.com>
10510
10511 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
10512 clause.
10513
10514 2002-03-29 Jim Blandy <jimb@redhat.com>
10515
10516 * stack.c (get_selected_block): Add new argument `addr_in_block',
10517 used to return the exact code address we used to select the block,
10518 not just the block.
10519 * blockframe.c (get_frame_block, get_current_block): Same.
10520 * frame.h (get_frame_block, get_current_block,
10521 get_selected_block): Update declarations.
10522 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
10523 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
10524
10525 2002-04-05 Michael Snyder <msnyder@redhat.com>
10526
10527 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
10528 warning message.
10529
10530 2002-04-05 J. Brobecker <brobecker@gnat.com>
10531
10532 * utils.c (xfullpath): New function.
10533 * defs.h (xfullpath): Add declaration.
10534 * source.c (openp): Use xfullpath in place of gdb_realpath to
10535 avoid resolving the basename part of filenames when the
10536 associated file is a symbolic link. This fixes a potential
10537 inconsistency between the filenames known to GDB and the
10538 filenames it prints in the annotations.
10539 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
10540 to be able to match a filename with either the real filename, or
10541 the name of any symbolic link to this file.
10542 (lookup_partial_symtab): Ditto.
10543
10544 2002-04-04 Michael Snyder <msnyder@redhat.com>
10545
10546 * breakpoint.c: Add support for hardware breakpoints in overlays.
10547 (overlay_events_enabled): New state variable.
10548 (insert_breakpoints): Use overlay_events_enabled to decide
10549 whether to attempt to set a breakpoint at the overlay load addr.
10550 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10551 (remove_breakpoint): Use overlay_events_enabled to decide
10552 whether breakpoints need to be removed from overlay load addr.
10553 Handle bp_hardware_breakpoint as well as bp_breakpoint.
10554 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
10555 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
10556 disable_overlay_breakpoints): Update overlay_events_enabled.
10557
10558 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
10559
10560 * dwarf2read.c (struct function_range): New.
10561 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
10562 (check_cu_functions): New.
10563 (read_file_scope): Initialize global function lists.
10564 Call dwarf_decode_line after processing children.
10565 (read_func_scope): Add to global function list.
10566 (dwarf_decode_lines): Call check_cu_functions everywhere
10567 record_line is called. Call record_line with a linenumber
10568 of 0 to mark sequence ends.
10569
10570 2002-04-04 Michal Ludvig <mludvig@suse.cz>
10571
10572 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
10573 change sync with glibc.
10574
10575 2002-04-03 Jim Blandy <jimb@redhat.com>
10576
10577 * configure.in: Call AC_C_INLINE.
10578 * configure: Regenerated.
10579
10580 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
10581
10582 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
10583 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
10584
10585 2002-03-31 Mark Kettenis <kettenis@gnu.org>
10586
10587 * NEWS: Mention gcore support on FreeBSD/i386.
10588
10589 * fbsd-proc.c: New file.
10590 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
10591 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
10592
10593 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
10594 while statement.
10595
10596 2002-03-29 Jim Blandy <jimb@redhat.com>
10597
10598 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
10599 unescaped newlines in string literals, but newer ones don't. So
10600 escape them.
10601
10602 2002-03-26 Michael Snyder <msnyder@redhat.com>
10603 Andrew Cagney <cagney@redhat.com>
10604
10605 * cli/cli-dump.c: New file. Dump memory to file,
10606 restore file to memory.
10607 * cli/cli-dump.h: New file.
10608 * Makefile.in: Add rules, dependencies for cli-dump.o.
10609 * NEWS: Mention new commands.
10610
10611 2002-03-28 Michael Snyder <msnyder@redhat.com>
10612
10613 * symfile.c (symbol_file_add): Move test for null symbols to later.
10614
10615 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10616
10617 From veksler at il.ibm.com:
10618 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
10619 the xstrduped original path.
10620 Fix PR gdb/417.
10621
10622 2002-03-27 Michael Snyder <msnyder@redhat.com>
10623
10624 * breakpoint.c (_initialize_breakpoint): Clean up help string.
10625 * infcmd.c (_initialize_infcmd): Ditto.
10626 * language.c (_initialize_language): Ditto.
10627 * symfile.c (_initialize_symfile): Ditto.
10628 * top.c (_init_main): Ditto.
10629 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10630
10631 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
10632
10633 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
10634 vector registers handling.
10635 (skip_prologue): Handle new AltiVec instructions. Fill in new
10636 fields of frame data.
10637 (frame_get_saved_regs): Fill in information for AltiVec registers.
10638
10639 2002-03-27 Jim Blandy <jimb@redhat.com>
10640
10641 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
10642 a function; leave this macro here to invoke that function.
10643 (symbol_init_mangled_name): Declaration for that function.
10644 * symtab.c (symbol_init_mangled_name): New function.
10645
10646 2002-03-27 Andrew Cagney <ac131313@redhat.com>
10647
10648 * valarith.c: Replace strerror with safe_strerror.
10649 * tracepoint.c: Ditto.
10650 * lin-lwp.c: Ditto.
10651 * go32-nat.c: Ditto.
10652 * inflow.c: Ditto.
10653 * gnu-nat.c: Ditto.
10654
10655 2002-03-27 Andreas Schwab <schwab@suse.de>
10656
10657 * event-top.c (command_line_handler): Remove useless if.
10658
10659 2002-03-27 Andreas Jaeger <aj@suse.de>
10660
10661 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
10662 comment.
10663
10664 2002-03-27 Michal Ludvig <mludvig@suse.cz>
10665
10666 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
10667 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
10668 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
10669 (x86_64_linux_dr_get_status, supply_gregset),
10670 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
10671 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
10672 (x86_64_register_info_table): Add.
10673 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
10674 (x86_64_register_raw_size, x86_64_register_virtual_type),
10675 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
10676 general x86_64_register_info_table.
10677 (i386_gdbarch_init): gdbarch_register_bytes is now set
10678 dynamicaly during initialization.
10679 * regformats/reg-x86-64.dat: Synced with changes to registers above.
10680 * gdbserver/linux-x86-64-low.c: Ditto.
10681
10682 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * gdbserver/server.c (main): Call target_signal_to_host_p
10685 and target_signal_to_host on signals received from the remote.
10686 * gdbserver/remote-utils.c (prepare_resume_reply): Call
10687 target_signal_from_host on signals sent to the remote.
10688 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
10689 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
10690
10691 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10692
10693 * signals/signals.c: Include "server.h" in gdbserver build.
10694 (target_signal_from_name): Don't use STREQ.
10695 (_initialize_signals): Likewise. Don't include function in
10696 gdbserver build.
10697
10698 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
10699
10700 * signals.c: Moved to...
10701 * signals/signals.c: Here.
10702 * Makefile (signals.o): Update.
10703
10704 2002-03-26 Jeff Law (law@redhat.com)
10705
10706 * somread.c (som_symtab_read): Remove some commented out code and
10707 updated related comments. Do not set the minimal symbol table to
10708 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
10709 in a dynamic executable.
10710 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
10711 where we are unable to find the minimal symbol for the given
10712 PC value.
10713
10714 2002-03-25 Jeff Law (law@redhat.com)
10715
10716 * linux-proc.c (read_mapping): Scan up to end of line for filename.
10717
10718 2002-03-25 Michal Ludvig <mludvig@suse.cz>
10719
10720 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
10721
10722 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10723
10724 * command.h: Update copyright.
10725 (struct cmd_list_element): Replace definition with opaque
10726 declaration.
10727 (enum cmd_types): Document that it will eventually be moved to
10728 cli/cli-decode.h
10729 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
10730 (MALLOCED_REPLACEMENT): Delete macro.
10731 * Makefile.in (cli_decode_h): Add $(command_h).
10732 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
10733 * top.c: Include "cli/cli-decode.h".
10734 * completer.c: Include "cli/cli-decode.h".
10735 * maint.c: Include "cli/cli-decode.h".
10736 * cli/cli-decode.h: Include "command.h".
10737 (enum command_class): Delete.
10738 (enum cmd_types): Comment out.
10739 (enum cmd_auto_boolean): Delete.
10740 (enum var_types): Delete.
10741
10742 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10743
10744 * cli/cli-decode.c: Include "gdb_assert.h".
10745 (add_set_or_show_cmd): New static function.
10746 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
10747 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
10748 all fields, such as func, from the set command.
10749
10750 2002-03-23 Andrew Cagney <ac131313@redhat.com>
10751
10752 * MAINTAINERS (sh-elf): Change warning flag to -w.
10753
10754 2002-03-23 Andrew Cagney <cagney@redhat.com>
10755
10756 * defs.h (error): Add printf format attribute.
10757 * thread-db.c (thread_from_lwp): Fix error format string.
10758 * stack.c (parse_frame_specification): Ditto.
10759 * cli/cli-decode.c (undef_cmd_error): Ditto.
10760 * scm-lang.c (scm_lookup_name): Ditto.
10761 * tracepoint.c (trace_error): Ditto.
10762 * remote-utils.c (usage): Ditto.
10763 * remote.c (compare_sections_command): Ditto.
10764 Fix PR gdb/328.
10765
10766 2002-03-22 Andrew Cagney <ac131313@redhat.com>
10767
10768 * gdbtypes.c (append_composite_type_field): New function.
10769 (init_composite_type): New function.
10770 * gdbtypes.h (append_composite_type_field): Declare.
10771 (init_composite_type): Ditto.
10772
10773 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
10774
10775 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
10776 function.
10777 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
10778 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
10779 structure returning convention for SYSV ABI case, but not
10780 for GNU/Linux, FreeBSD, or NetBSD.
10781
10782 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
10783
10784 * symtab.h (lookup_block_symbol): Add mangled_name argument
10785 to prototype.
10786
10787 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
10788 with new mangled_name argument.
10789 * linespec.c (decode_line_1): Likewise.
10790 * valops (value_of_this): Likewise.
10791 * symtab.c (lookup_transparent_type): Likewise.
10792 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
10793 (lookup_symbol): If we are given a mangled name, pass it down
10794 to lookup_symbol_aux.
10795 (lookup_block_symbol): If we are given a mangled name to check
10796 against, only return symbols which match it.
10797
10798 2002-03-22 Christopher Faylor <cgf@redhat.com>
10799
10800 * win32-nat.c (child_create_inferior): Check for proper shell to use
10801 here, in case the user changes it on the fly.
10802 (_initialize_inftarg): Remove shell path considerations.
10803
10804 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
10805
10806 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
10807 for gdbarch_max_register_raw_size and max_register_virtual_size.
10808 Adjust copyright year.
10809
10810 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
10811
10812 * dbxread.c (process_one_symbol): Extend the first N_SLINE
10813 in a function to cover the entire beginning of the function
10814 as well if it does not already.
10815
10816 2002-03-21 Tom Rix <trix@redhat.com>
10817
10818 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
10819 (rs6000_ptrace64): Renamed from ptrace64.
10820
10821 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10822
10823 * gdbserver/remote-utils.c (remote_open): Don't call
10824 getprotobyname, we're all using TCP here so just use
10825 IPPROTO_TCP.
10826 * gdbserver/gdbreplay.c (remote_open): Ditto.
10827
10828 2002-03-20 Martin M. Hunt <hunt@redhat.com>
10829
10830 * regcache.c (_initialize_regcache): No need to call
10831 build_regcache() at this time; it gets called whenever
10832 the gdbarch changes.
10833
10834 2002-03-20 David O'Brien <obrien@FreeBSD.org>
10835
10836 * sparc-nat.c: Include sys/param.h where possible.
10837
10838 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
10839
10840 Fix PR gdb/422.
10841 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
10842 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
10843 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
10844 complex types.
10845 * stabsread.c (rs6000_builtin_type): Likewise.
10846 (read_sun_floating_type): Likewise.
10847
10848 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10849
10850 * stabsread.c (read_member_functions): Remove skip code for duplicate
10851 constructor/destructor methods. Use standard parsing for these
10852 methods and just do not chain them to the list of methods after
10853 parsing.
10854
10855 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
10856
10857 * coffread.c: Remove redundant static declarations. Replace
10858 occurrences of `PTR' with `void *'.
10859 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
10860 * top.h (quit_cover): Likewise.
10861 * defs.h (catch_errors): Likewise.
10862
10863 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10864
10865 * defs.h (XMALLOC): Define.
10866 * gdb-events.sh (XMALLOC): Delete macro.
10867 * gdb-events.c, gdb-events.h: Regenerate.
10868 * gdbarch.sh (XMALLOC): Delete macro.
10869 * gdbarch.c: Regenerate.
10870 * serial.c (XMALLOC): Delete macro.
10871 * ui-file.c (XMALLOC): Ditto.
10872 * ser-unix.h (XMALLOC): Ditto.
10873 * sh-tdep.c (XMALLOC): Ditto.
10874 * ui-out.c (XMALLOC): Ditto.
10875 * utils.c (XMALLOC): Ditto.
10876 * i386-tdep.c (XMALLOC): Ditto.
10877 * gdb-events.c (XMALLOC): Ditto.
10878 * d10v-tdep.c (XMALLOC): Ditto.
10879 * cli-out.c (XMALLOC): Ditto.
10880
10881 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
10882 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
10883 * ui-file.c, ui-out.c: Ditto.
10884
10885 2002-03-18 Andrew Cagney <ac131313@redhat.com>
10886
10887 * command.h (struct cmd_list_element): Add field context.
10888 (set_cmd_context, get_cmd_context): Declare.
10889 * cli/cli-decode.h: Ditto.
10890 * cli/cli-decode.c (get_cmd_context): New function.
10891 (set_cmd_context): New function.
10892 (add_cmd): Initialize context.
10893 Part of fixing PR gdb/145 and PR gdb/146.
10894
10895 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10896
10897 * cli/cli-decode.c (cmd_type): New function.
10898 * command.h (cmd_type): Declare.
10899 * infrun.c (set_schedlock_func): Call function cmd_type.
10900 * kod.c (kod_set_os): Call cmd_type.
10901 * cris-tdep.c (cris_version_update): Use function cmd_type.
10902 (cris_mode_update, cris_abi_update): Ditto.
10903
10904 * command.h: (execute_cmd_post_hook): Declare.
10905 (execute_cmd_pre_hook): Declare.
10906 * cli/cli-script.c (clear_hook_in_cleanup): New function.
10907 (execute_cmd_post_hook, execute_cmd_pre_hook): New
10908 functions. Execute pre/post hook while ensuring that afterwords
10909 hook_in is cleared.
10910 * top.c (execute_command): Use execute_cmd_post_hook, and
10911 execute_cmd_pre_hook to execute pre/post commands.
10912 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
10913 hook_stop_stub.
10914 (hook_stop_stub): Call execute_cmd_pre_hook.
10915
10916 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10917
10918 * kod.c (kod_set_os): Revert previous change. Is called by ``info
10919 set'' and this leads to a core dump. Move xstrdup of
10920 operating_system to after check that it is not NULL.
10921
10922 2002-03-17 Andrew Cagney <ac131313@redhat.com>
10923
10924 * kod.c (kod_set_os): Remove unnecessary check that
10925 ``command->type'' is set_cmd.
10926
10927 * valprint.c (set_input_radix): Use input_radix.
10928 (set_output_radix): Use output_radix.
10929 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10930 isn't reverted.
10931
10932 2002-03-16 Andrew Cagney <ac131313@redhat.com>
10933
10934 * value.h (struct value): Delete field ``substring_addr''. Change
10935 aligner fields to force_doublest_align, force_longest_align,
10936 force_core_addr_align and force_pointer_aligh.
10937
10938 * value.h (struct value): Fix typo in above change.
10939
10940 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10941
10942 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10943 to fix internal_error from ``maintenance print architecture''.
10944
10945 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10946
10947 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10948 for gcc versions after gcc-2.8.1.
10949
10950 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10951
10952 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10953 for method resolution. Restore adjustment of ``this'' pointer after
10954 calling value_struct_elt, which was accidentally removed during the
10955 HP merge.
10956
10957 2002-03-15 Andrew Cagney <ac131313@redhat.com>
10958
10959 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10960 value_of_register.
10961 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10962 get_saved_register.
10963 * value.h (value_of_register): Update.
10964
10965 2002-03-14 Richard Henderson <rth@redhat.com>
10966
10967 * configure.in: Detect declaration for canonicalize_file_name.
10968 * utils.c (canonicalize_file_name): Declare, if needed.
10969 (gdb_realpath): Prefer realpath if available and usable.
10970 * config.in, configure: Rebuild.
10971
10972 2002-03-14 Richard Henderson <rth@redhat.com>
10973
10974 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10975 a constant array bound.
10976
10977 * MAINTAINERS: Add myself to write-after-approval.
10978
10979 2002-03-14 Michael Snyder <msnyder@redhat.com>
10980
10981 * symfile.c (syms_from_objfile): Return immediately if no syms.
10982 (symbol_file_add): Return immediately if no syms.
10983 (find_sym_fns): Return immediately if no syms.
10984
10985 2002-03-13 Michal Ludvig <mludvig@suse.cz>
10986
10987 * gdbserver/remote-util.c (remote_open): Print remote-side's
10988 IP address when remote debugging over the network.
10989
10990 2002-03-12 David O'Brien <obrien@FreeBSD.org>
10991
10992 * config/sparc/fbsd.mh: Fix copyright.
10993 * config/sparc/fbsd.mt: Likewise.
10994
10995 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
10996
10997 * MAINTAINERS: Fix typo in name of gdb warnings option.
10998 (x86-64): Fix formating so that this can be parsed by awk.
10999
11000 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
11001
11002 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
11003 * defs.h: Include "gdb/signals.h".
11004 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
11005
11006 2002-03-10 Michal Ludvig <mludvig@suse.cz>
11007
11008 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
11009 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
11010 from x86-64-tdep.h
11011
11012 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
11013 Don Howard <dhoward@redhat.com>
11014
11015 * mips-tdep.c (ST0_FR): Define.
11016 (mips2_fp_compat): New function, temporarily disabled.
11017 (mips_read_fp_register_single): New function.
11018 (mips_read_fp_register_double): New function.
11019 (mips_print_register): Use them.
11020 (do_fp_register_row): Likewise.
11021
11022 2002-03-09 Andrew Cagney <ac131313@redhat.com>
11023
11024 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
11025 approval''.
11026
11027 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11028
11029 * stabsread.c (read_member_functions): Fix is_stub test for
11030 static member functions, improve comment.
11031
11032 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
11033
11034 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
11035 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
11036 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
11037 commands that set boolean values.
11038 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
11039 (arm_rdi_resume): Always initialize PC.
11040 (arm_rdi_open): Don't use rslt as a boolean.
11041 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
11042 (arm_rdi_fetch_registers, arm_rdi_store_registers)
11043 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
11044 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
11045
11046 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
11047
11048 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
11049 * configure: Rebuilt.
11050
11051 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11052
11053 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
11054 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
11055
11056 2002-03-06 Andrew Cagney <ac131313@redhat.com>
11057
11058 * cli/cli-decode.c (set_cmd_completer): New function.
11059 * command.h (set_cmd_completer): Declare.
11060 * cli/cli-decode.h (set_cmd_completer): Ditto.
11061
11062 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
11063 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11064 * win32-nat.c (_initialize_inftarg): Ditto.
11065 * remote-rdi.c (_initialize_remote_rdi): Ditto.
11066 * proc-api.c (_initialize_proc_api): Ditto.
11067 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
11068 * source.c (_initialize_source): Ditto.
11069 * exec.c (_initialize_exec): Ditto.
11070 * solib.c (_initialize_solib): Ditto.
11071 * top.c (init_main): Ditto.
11072 * tracepoint.c (_initialize_tracepoint): Ditto.
11073 * symfile.c (_initialize_symfile): Ditto.
11074 * printcmd.c (_initialize_printcmd): Ditto.
11075 * infcmd.c (_initialize_infcmd): Ditto.
11076 * corefile.c (_initialize_core): Ditto.
11077
11078 2002-03-05 Andrew Cagney <ac131313@redhat.com>
11079
11080 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
11081
11082 2002-03-05 Andrew Cagney <ac131313@redhat.com>
11083
11084 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
11085
11086 2002-03-05 Andrew Cagney <ac131313@redhat.com>
11087
11088 * NEWS: Update headings, 5.2 has branched.
11089
11090 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
11091
11092 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
11093 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
11094 (register_addr, REGISTER_RAW_SIZE): Likewise.
11095 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
11096 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
11097
11098 2002-03-03 Michal Ludvig <mludvig@suse.cz>
11099
11100 * MAINTAINERS (x86-64): Add myself.
11101 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
11102 changed value_ptr -> struct value *
11103
11104 2002-03-01 David O'Brien <obrien@FreeBSD.org>
11105
11106 * configure.host (sparc64-*-freebsd): Add.
11107 * configure.tgt: Likewise.
11108 * config/sparc/fbsd.mh: New file.
11109 * config/sparc/fbsd.mt: Likewise.
11110 * config/sparc/nm-fbsd.h: Likewise.
11111 * config/sparc/tm-fbsd.h: Likewise.
11112
11113 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
11114
11115 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
11116 regformats/reg-s390x.dat.
11117
11118 2002-03-01 Andrew Cagney <ac131313@redhat.com>
11119
11120 * utils.c: Add FIXME explaining true/false problem.
11121
11122 2002-02-28 Andrew Cagney <ac131313@redhat.com>
11123
11124 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
11125
11126 2002-02-28 Michael Chastain <mec@shout.net>
11127
11128 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
11129
11130 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
11131
11132 * gdbserver/linux-s390-low.c: New file.
11133 * regformats/reg-s390.dat: New file.
11134 * regformats/reg-s390x.dat: New file.
11135 * gdbserver/configure.srv: Add S/390.
11136 * gdbserver/Makefile.in: Add S/390.
11137 * configure.tgt: Enable gdbserver for S/390.
11138
11139 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
11140
11141 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
11142 first line of the doc string for "info dos", except at the end of
11143 the sentence, since the short help stops at the first period.
11144
11145 2002-02-28 Jason Merrill <jason@redhat.com>
11146
11147 * dwarf2read.c (dwarf_cfi_name): Add new codes.
11148
11149 2002-02-27 Fred Fish <fnf@redhat.com>
11150
11151 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
11152 comment (dumy -> dummy).
11153
11154 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11155
11156 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
11157
11158 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
11159
11160 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
11161
11162 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11163
11164 * gdbserver/acconfig.h: New file.
11165 * gdbserver/i387-fp.c: New file.
11166 * gdbserver/i387-fp.h: New file.
11167 * gdbserver/linux-x86-64.c: New file.
11168 * regformats/reg-x86-64.dat: New file.
11169 * configure.tgt: Add x86_64-*-linux* gdbserver support.
11170 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
11171 * gdbserver/configure.in: Add support for regsets.
11172 * gdbserver/config.in: Regenerate.
11173 * gdbserver/configure: Regenerate.
11174 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
11175 * gdbserver/linux-low.h: New file.
11176 * gdbserver/linux-low.c: Include "linux-low.h". Add support
11177 for regsets.
11178 * gdbserver/linux-arm-low.c: Include "linux-low.h".
11179 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
11180 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
11181 * gdbserver/linux-mips-low.c: Include "linux-low.h".
11182 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
11183 * gdbserver/linux-sh-low.c: Include "linux-low.h".
11184 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
11185 "i387-fp.h". Add PTRACE_GETREGS and friends.
11186 * gdbserver/regcache.c (supply_register): New function.
11187 (supply_register_by_name): New function.
11188 (collect_register): New function.
11189 (collect_register_by_name): New function.
11190
11191 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11192
11193 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
11194 (config.status): Add configure.srv dependency.
11195 (server_h): Add config.h dependency.
11196
11197 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
11198
11199 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
11200 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
11201 * gdbserver/configure.srv: Change i386-*-linux* to use
11202 reg-i386-linux.o.
11203
11204 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11205
11206 * x86-64-tdep.c: Re-indent. Update copyright date.
11207
11208 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11209
11210 From Michal Ludvig <mludvig@suse.cz>:
11211 * x86-64-tdep.c (value.h): Delete.
11212 (gdb_assert.h): Include.
11213 (x86_64_register_convert_to_virtual,
11214 x86_64_register_convert_to_raw ): Add check which lets only
11215 floating-point values to be converted.
11216 (value_push): Delete.
11217 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
11218 (i386_gdbarch_init): Number of register_bytes fixed.
11219
11220 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11221
11222 * MAINTAINERS: Add x86-64 target.
11223
11224 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11225
11226 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
11227 * osfsolib.c (solib_map_sections): Ditto.
11228 * irix5-nat.c (solib_map_sections): Ditto.
11229 * corelow.c (gdb_check_format): Ditto.
11230 * symfile.c (symfile_bfd_open): Ditto.
11231 * solib.c (solib_map_sections): Ditto.
11232 Fix PR gdb/354.
11233
11234 2002-02-26 Andrew Cagney <ac131313@redhat.com>
11235
11236 * remote.c (_initialize_remote): By default, disable ``e'' and
11237 ``E'' step out-of-range packets.
11238
11239 2002-02-26 Andreas Schwab <schwab@suse.de>
11240
11241 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
11242 m68k_linux_frame_saved_pc.
11243 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
11244 in_sigtramp.
11245 (SIGCONTEXT_PC_OFFSET): Remove.
11246 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
11247 m68k_linux_sigtramp_saved_pc): New functions.
11248 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
11249 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
11250 (UCONTEXT_PC_OFFSET): Define.
11251 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
11252 non-RT and RT signal trampolines.
11253
11254 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
11255
11256 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
11257 (TARGET_NBPG, STACK_END_ADDR): Delete
11258 (VARIABLES_INSIDE_BLOCK): Delete.
11259
11260 2002-02-25 Andrew Cagney <ac131313@redhat.com>
11261
11262 * utils.c (perror_with_name): Make string parameter constant.
11263 (print_sys_errmsg): Ditto.
11264 (query): Ditto.
11265 * defs.h (perror_with_name): Update.
11266 (print_sys_errmsg): Update.
11267 (query): Update.
11268
11269 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
11270
11271 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
11272 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
11273
11274 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11275
11276 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
11277 if it already matches the current architecture from the exec file.
11278 Include arch-utils.h for gdbarch_info_init prototype.
11279 * Makefile.in (rs6000-nat.o): Update dependencies.
11280
11281 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
11282
11283 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
11284 list of exported variables.
11285
11286 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
11287
11288 * gdbserver/configure.srv: New file.
11289 * gdbserver/configure.in: Use configure.srv instead
11290 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
11291 from it.
11292 * gdbserver/configure: Regenerated.
11293 * gdbserver/terminal.h: New file.
11294 * gdbserver/Makefile.in: Update for configure changes. Remove
11295 more unneeded include paths.
11296
11297 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11298
11299 From wiz at danbala:
11300 * config/sparc/tm-sp64.h: Fix grammar and typos.
11301 Fix PR gdb/287.
11302
11303 2002-02-24 Andrew Cagney <ac131313@redhat.com>
11304
11305 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
11306 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
11307 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
11308 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
11309 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
11310 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
11311 * s390-tdep.c: Ditto.
11312 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
11313 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
11314 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
11315 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
11316 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
11317 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
11318 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
11319 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
11320 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
11321 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
11322 Fix PR gdb/378.
11323
11324 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11325
11326 * lin-thread.c: Delete file.
11327 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
11328 to gdb_proc_service.h.
11329 * configure: Re-generate.
11330
11331 * ocd.c (ocd_open): Do not try to open the "ocd" device.
11332 * serial.c (serial_open): Delete check for "ocd".
11333 Fix PR gdb/349.
11334
11335 * Makefile.in (linux-thread.o): Delete target.
11336 * linux-thread.c: Delete file.
11337
11338 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
11339 renamed SH files to be consistent.
11340
11341 * symtab.c (sort_search_symbols): Use xfree.
11342
11343 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11344
11345 * arm-linux-tdep.c (arm_linux_init_abi): Register
11346 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
11347 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
11348 definition with undef, since we don't want the sysvr4 definition.
11349 (SKIP_TRAMPOLINE_CODE): Likewise.
11350
11351 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11352
11353 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
11354
11355 * configure.in: (AC_CHECK_FUNCS) Added test for
11356 canonicalize_file_name Regenerated.
11357 * config.in, configure: Regenerated.
11358 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
11359 defined use canonicalize_file_name.
11360
11361 2002-02-23 Michael Chastain <mec@shout.net>
11362
11363 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
11364
11365 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11366
11367 * README: Remove references to cygnus.com.
11368 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
11369 dot com'' form. Remove references to cygnus.com and sourceware.
11370
11371 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11372
11373 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
11374 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
11375 1003.1-2001 no longer allows "head -1".
11376 * gdb/Makefile.in (version.c): Likewise.
11377 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
11378 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
11379 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
11380
11381 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11382
11383 * cli/cli-decode.c (cmd_cfunc_eq): New function.
11384 * command.h (cmd_cfunc_eq): Declare.
11385 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
11386
11387 * cli/cli-cmds.h (is_complete_command): Change parameter to a
11388 ``struct cmd_list_element *''.
11389 * cli/cli-cmds.c (is_complete_command): Update. Use
11390 cmd_cfunc_eq.
11391 * top.c (execute_command): Pass the command to
11392 is_complete_command.
11393 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
11394
11395 2002-02-23 Andrew Cagney <ac131313@redhat.com>
11396
11397 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
11398 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
11399 architecture defines.
11400 * s390-tdep.c (s390_gdbarch_init): Likewise.
11401
11402 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11403
11404 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
11405 (arm_linux_push_arguments): Likewise.
11406 (arm_linux_init_abi): Register them. Also register linux-specific
11407 call_dummy_words.
11408 (find_minsym_and_objfile): Use strcmp, not STREQ.
11409 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
11410 (arm_linux_call_dummy_words): Delete declaration.
11411 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
11412 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
11413 declarations.
11414 (LOWEST_PC): Delete.
11415
11416 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11417
11418 * maint.c (print_section_info): Do not prepend `0x' to filepos
11419 output, it will be handled by local_hex_string_custom.
11420
11421 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
11422
11423 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
11424 (store_newfpe_double, store_newfpe_extended, store_fpregister)
11425 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
11426
11427 2002-02-22 Jim Blandy <jimb@redhat.com>
11428
11429 Indicate that the bcache functions don't change the strings
11430 they're passed.
11431 * bcache.h (bcache, hash): Add `const' keywords to declarations.
11432 * bcache.c (bcache, hash): Add `const' keywords to definitions.
11433
11434 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
11435
11436 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
11437
11438 2002-02-21 Christopher Faylor <cgf@redhat.com>
11439
11440 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
11441 find the complete path to a loaded DLL.
11442
11443 2002-02-21 Fred Fish <fnf@redhat.com>
11444
11445 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
11446 that marks the end of the range of a function, enter a line number
11447 entry that has a line number of zero and a PC offset that matches
11448 the end of the function. This starts a range of PC's for which no
11449 line number information is known.
11450 * symtab.c (find_pc_sect_line): If our best fit is in a range of
11451 PC's for which no line number info is found (line number is zero)
11452 then we didn't find any valid line information.
11453 * symtab.h: Document use of zero line number entry.
11454
11455 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
11456
11457 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
11458 (have_ptrace_getvrregs): Define for run time checks.
11459 (gdb_vrregset_t): New type for Altivec register handling.
11460 (fetch_register, store_register): Fetch/store altivec register
11461 when needed.
11462 (fetch_altivec_register, store_altivec_register): New functions.
11463 (supply_vrregset, fill_vrregset): New functions.
11464 (fetch_altivec_registers, store_altivec_registers): New functions.
11465 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
11466 registers as well.
11467
11468 2002-02-21 Jiri Smid <smid@suse.cz>
11469
11470 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
11471
11472 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11473
11474 * Makefile.in (armnbsd-nat.o): Update dependencies.
11475 * armnbsd-nat.c (supply_gregset): New function. Common code to
11476 supply the integer register set.
11477 (supply_fparegset): New function. Similar for FPA registers.
11478 (fetch_regs, fetch_fp_regs): Use them.
11479 (fetch_core_registers): Likewise.
11480 (fetch_elfcore_registers): New function.
11481 (arm_netbsd_elfcore_fns): New core-file type specification.
11482 (_initialize_arm_netbsd_nat): Register it.
11483
11484 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
11485
11486 * armnbsd-nat.c: Include gdbcore.h.
11487 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
11488 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
11489 'void' to declaration, to shut up ARI.
11490 (fetch_core_registers): Make static. Rewrite using supply_register.
11491 (arm_netbsd_core_fns): New core-file type specification.
11492 (_initialize_arm_netbsd_nat): New function.
11493
11494 2002-02-21 Christopher Faylor <cgf@redhat.com>
11495
11496 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
11497 value.
11498
11499 2002-02-20 Christopher Faylor <cgf@redhat.com>
11500
11501 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
11502 fails.
11503
11504 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11505
11506 * jv-exp.y (parse_number): Change type of implicit longs
11507 to builtin_type_uint64.
11508
11509 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11510
11511 * gdbserver/linux-low.c (mywait): Change argument to waitpid
11512 to be an integer instead of a `union wait'.
11513
11514 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11515
11516 * mips-linux-nat.c: Call the operating system GNU/Linux.
11517 * mips-linux-tdep.c: Likewise.
11518 * mips-tdep.c: Likewise.
11519
11520 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11521
11522 Fix PR gdb/265.
11523 * jv-exp.y (parse_number): Handle 64-bit integers.
11524
11525 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
11526
11527 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
11528 AC_STDC_HEADERS to AC_HEADER_STDC.
11529 * gdbserver/configure: Regenerated.
11530
11531 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11532
11533 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
11534 is defined.
11535 * sparc-tdep.c (get_longjmp_target): Likewise.
11536
11537 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
11538
11539 * News: Add news about ARM and Multi-arch. Mention the new target
11540 arm*-*-netbsd*.
11541
11542 2002-02-19 Jim Blandy <jimb@redhat.com>
11543
11544 * stabsread.c (error_type_complaint): Improve error message.
11545
11546 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
11547
11548 * gdbserver/README: Update documentation.
11549 * gdbserver/configure.in: Update configury to match documentation.
11550 * gdbserver/Makefile.in: Likewise.
11551 * gdbserver/configure: Regenerated.
11552 * gdbserver/aclocal.m4: New file, generated by aclocal.
11553 * gdbserver/config.in: New file, generated by autoheader.
11554
11555 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11556
11557 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
11558 armnbsd-nat.c.
11559
11560 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11561
11562 * arm-tdep.h (enum arm_float_model): New enum.
11563 (struct gdbarch_tdep): Add fp_model.
11564 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
11565 up floating-point conversions until we know the floating-point model
11566 in use by the inferior. Don't complain about being unable to
11567 determine the ABI of the inferior when we don't have one.
11568 (arm_extract_return_value): Support different floating-point models.
11569 (arm_store_return_value): Likewise.
11570 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
11571 ARM_FLOAT_SOFT.
11572 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
11573
11574 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11575
11576 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
11577 of ``current_gdbarch''.
11578
11579 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11580
11581 * armnbsd-nat.c : ANSIfy all function declarations.
11582 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
11583 (fetch_inferior_registers): Re-implement in terms of above.
11584 (store_register, store_regs, store_fp_register, store_fp_regs): New.
11585 (store_inferior_registers): Re-implement in terms of above.
11586
11587 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11588
11589 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
11590 kernel.
11591 * arm-linux-tdep.c: Likewise.
11592 * config/arm/tm-linux.h: Likewise.
11593
11594 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11595
11596 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
11597 * config/arm/nbsd.mt (TM_FILE): Delete.
11598 * config/arm/tm-nbsd.h: Delete.
11599
11600 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11601
11602 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
11603 Initialize CALL_DUMMY_LENGTH.
11604
11605 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
11606
11607 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
11608 function.
11609 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11610 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
11611 defines one thing and that is incorrect for this port.
11612 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
11613
11614 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11615
11616 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
11617
11618 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11619
11620 * win32-nat.c (display_selector): New function. Displays information
11621 about the information returned by GetThreadSelectorEntry API function.
11622 (display_selectors): New function. Displays the infomation of
11623 the selector given as argument, or of CS, DS ans FS selectors
11624 if no argument is given.
11625 ( _initialize_inftarg): Add "w32" as info prefix command.
11626 Add "info w32 selector" as command calling display_selectors.
11627
11628 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
11629
11630 * i386-tdep.c (get_longjmp_target): Fix compilation failure
11631 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
11632 if not defined.
11633
11634 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11635
11636 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
11637
11638 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11639
11640 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
11641 (arm_fix_call_dummy): Call it.
11642 (arm_call_dummy_breakpoint_offset): Delete.
11643 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
11644 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
11645
11646 2002-02-18 Andrew Cagney <ac131313@redhat.com>
11647
11648 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
11649 Default to func_frame_chain_valid.
11650 * gdbarch.h, gdbarch.c: Re-generate.
11651 * frame.h (FRAME_CHAIN_VALID): Delete definition.
11652
11653 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
11654
11655 * ppc-linux-nat.c: Update copyright.
11656 (fetch_register, store_register): Add tid parameter, don't compute
11657 tid here.
11658 (fetch_ppc_registers, store_ppc_registers): Add tid
11659 parameter. Pass it along to callees.
11660 (fetch_inferior_registers, store_inferior_registers): Compute tid
11661 here, and pass it to calleed functions.
11662 (fill_gregset, supply_fpregset): Clean up formatting.
11663
11664 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11665
11666 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
11667 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
11668
11669 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
11670
11671 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
11672 * gdbarch.c gdbarch.h: Regenerate.
11673 * breakpoint.c (create_longjmp_breakpoint): Always compile this
11674 function.
11675 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
11676 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
11677 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
11678
11679 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
11680 * arm-tdep.c (arm_get_longjmp_target): New function.
11681 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
11682 this to a positive value register arm_get_longjmp_target as the
11683 longjmp handler.
11684 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
11685 (arm_linux_init_abi): Set up longjmp description in tdep.
11686 * armnbsd-nat.c (get_longjmp_target): Delete.
11687 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
11688 description in tdep.
11689 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
11690 (get_longjmp_target): Delete declaration.
11691 (GET_LONGJMP_TARGET): Delete.
11692 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
11693 (GET_LONGJMP_TARGET): Delete.
11694
11695 2002-02-17 Kevin Buettner <kevinb@redhat.com>
11696
11697 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
11698 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
11699 of ``current_gdbarch''.
11700
11701 2002-02-17 Tom Tromey <tromey@redhat.com>
11702
11703 * cli/cli-cmds.c (compare_strings): New function.
11704 (complete_command): Only print each unique item once.
11705 * completer.h (complete_line): Declare.
11706 * completer.c (complete_line): New function.
11707 (line_completion_function): Use it.
11708
11709 2002-02-16 Andrew Cagney <ac131313@redhat.com>
11710
11711 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
11712 * gdbarch.h, gdbarch.c: Re-generate.
11713
11714 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11715
11716 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
11717
11718 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
11719
11720 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
11721 * valops.c (value_arg_coerce): Don't take the address of a reference
11722 to convert an argument to a reference.
11723
11724 2002-02-15 Christopher Faylor <cgf@redhat.com>
11725
11726 * win32-nat.c (get_image_name): New function.
11727 (handle_load_dll): Use get_image_name function.
11728 (get_child_debug_event): Avoid registering debug events until possibly
11729 execed process is started.
11730 (child_create_inferior): Allow invocation via shell so that command
11731 line redirection, etc. works ok.
11732 (_initialize_inftarg): Add new command: "set shell" to control whether
11733 a shell is used to start a process.
11734
11735 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11736
11737 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
11738 instead of find_register_by_number.
11739 (cannot_store_register): Likewise.
11740
11741 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11742
11743 * dwarf2read.c: Replace fprintf (stderr, ...) by
11744 fprintf_unfiltered (gdb_stderr, ...).
11745
11746 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
11747
11748 * gdbserver/gdbserver.1: Document --attach.
11749
11750 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11751
11752 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
11753 descriptions.
11754 * arm-tdep.c (arm_default_arm_le_breakpoint)
11755 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
11756 (arm_default_thumb_be_breakpoint): New. Initialize them from
11757 traditional breakpoint defines.
11758 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
11759 (arm_gdbarch_init): Initialize new breakpoint variables.
11760 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
11761 (arm_linux_init_abi): Initialize linux-specific breakpoint.
11762 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
11763 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
11764 code out to ...
11765 (arm_netbsd_init_abi_common): ... here; new function.
11766 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
11767 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
11768 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
11769 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
11770
11771 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
11772
11773 * arm-tdep.h (enum arm_abi): New enum.
11774 (struct gdbarch_tdep): New structure.
11775 (LOWEST_PC): Provide a default.
11776 (arm_gdbarch_register_os_abi): Declare new function.
11777 * arm-tdep.c (arm_abi_names): New array.
11778 (process_note_abi_tag_sections): New function.
11779 (get_elfosabi): New function.
11780 (arm_gdbarch_register_os_abi): New function.
11781 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
11782 support for that ABI has been built in, then call the appropriate
11783 configuration routine. Use gdbarch_num_regs() to get the number
11784 of registers.
11785 (arm_dump_tdep): New function.
11786 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
11787 place-holder functions.
11788 (_initialize_arm_tdep): Register them.
11789 * config/arm/tm-arm.h (LOWEST_PC): Delete.
11790
11791 * armnbsd-tdep.c: New file.
11792 * Makefile.in (armnbsd-tdep.o): Add dependencies.
11793 * config/arm/nbsd.mt (TDEPFILES): Add it.
11794 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
11795
11796 * armnbsd-nat.c: Include regcache.h.
11797 * Makefile.in (armnbsd-nat.o): Update dependency list.
11798
11799 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
11800
11801 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11802
11803 * gdbserver/Makefile.in: Fix typos in target rules.
11804
11805 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11806
11807 Fix part of PR gdb/267.
11808 * linespec.c (find_methods): Handle constructors specially for now.
11809
11810 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
11811
11812 * arm-tdep.c (arm_push_arguments): Eliminate special float type
11813 handling.
11814 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
11815 standard_coerce_float_to_double().
11816
11817 2002-02-14 Christopher Faylor <cgf@redhat.com>
11818
11819 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
11820 GDBINIT_FILENAME.
11821
11822 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
11823
11824 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
11825 find_variant_by_name, because it confuses the multiarch
11826 framework. Return NULL if there isn't an architecture with the
11827 user supplied name, instead of forcing a different one without
11828 recording the change with the multiarch machinery.
11829 (find_variant_by_name): Delete.
11830
11831 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11832
11833 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
11834 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
11835
11836 2002-02-13 Martin M. Hunt <hunt@redhat.com>
11837
11838 * stack.c (print_frame_info_base): When calling
11839 print_frame_info_listing_hook, set current_source_symtab.
11840
11841 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11842
11843 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
11844 and remove unused $(INCLUDE_DIR).
11845 Add regcache.c to OBS.
11846 Add generated register protocol files to clean target.
11847 Update dependencies for new objects, obsolete old target code.
11848
11849 * gdbserver/linux-low.c: Remove all platform-specific code to
11850 new files. Remove various dead code. Update to use regcache
11851 functionality.
11852 * gdbserver/remote-utils.c (fromhex): Add return statement
11853 to quiet warning.
11854 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
11855 constant.
11856 (input_interrupt): Add integer parameter to match prototype
11857 of a signal handler.
11858 (outreg): Use register_data ().
11859 (prepare_resume_reply): Use gdbserver_expedite_regs.
11860 * gdbserver/server.c (main): Dynamically allocate own_buf because
11861 PBUFSIZ is no longer constant. Use registers_to_string () and
11862 registers_from_string ().
11863 * gdbserver/server.h: No longer include "defs.h". Add prototypes
11864 for error (), fatal (), and warning (). Update definition of
11865 PBUFSIZ to use regcache functionality. Add include guard.
11866 * gdbserver/utils.c (fatal): Add missing ``const''.
11867 (warning): New function.
11868
11869 * regformats/regdat.sh: Include "regcache.h" in generated files.
11870 Provide init_registers () function.
11871 * regformats/regdef.h: Add prototype for set_register_cache ().
11872 Add include guard.
11873
11874 * gdbserver/linux-arm-low.c: New file.
11875 * gdbserver/linux-i386-low.c: New file.
11876 * gdbserver/linux-ia64-low.c: New file.
11877 * gdbserver/linux-m68k-low.c: New file.
11878 * gdbserver/linux-mips-low.c: New file.
11879 * gdbserver/linux-ppc-low.c: New file.
11880 * gdbserver/linux-sh-low.c: New file.
11881
11882 * gdbserver/regcache.c: New file.
11883 * gdbserver/regcache.h: New file.
11884
11885 * gdbserver/low-linux.c: Removed obsolete file.
11886
11887 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11888
11889 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
11890 * config/i386/linux.mt: Likewise.
11891 * config/ia64/linux.mt: Likewise.
11892 * config/m68k/linux.mh: Likewise.
11893 * config/powerpc/linux.mh: Likewise.
11894 * config/mips/linux.mt: Likewise.
11895
11896 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
11897
11898 * config/i386/i386lynx.mh: Mark gdbserver variables
11899 as (currently) obsolete for this target.
11900 * config/i386/nbsd.mt: Likewise.
11901 * config/i386/nbsdelf.mt: Likewise.
11902 * config/m32r/m32r.mt: Likewise.
11903 * config/m68k/m68klynx.mh: Likewise.
11904 * config/m68k/nbsd.mt: Likewise.
11905 * config/m68k/sun3os4.mh: Likewise.
11906 * config/mips/vr5000.mt: Likewise.
11907 * config/ns32k/nbsd.mt: Likewise.
11908 * config/pa/hppabsd.mh: Likewise.
11909 * config/pa/hppaosf.mh: Likewise.
11910 * config/powerpc/nbsd.mt: Likewise.
11911 * config/rs6000/rs6000lynx.mh: Likewise.
11912 * config/s390/s390.mt: Likewise.
11913 * config/s390/s390x.mt: Likewise.
11914 * config/sparc/sparclynx.mh: Likewise.
11915 * config/sparc/sun4os4.mh: Likewise.
11916 * config/i386/x86-64linux.mt: Likewise.
11917 * config/sparc/linux.mh: Likewise.
11918
11919 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
11920
11921 * configure.tgt: Configure gdbserver only for known working
11922 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
11923 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
11924 SUBDIRS if it is configured. Update comment for ${nativefile}.
11925 * configure: Regenerated.
11926
11927 2002-02-13 Michael Snyder <msnyder@redhat.com>
11928
11929 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11930
11931 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11932 (default_gcore_mach): Just return 0, work around a problem in bfd.
11933 (default_gcore_target): OK to return NULL if exec_bfd is null.
11934 (make_mem_sec): Use a cast, avoid a warning.
11935
11936 * procfs.c (find_memory_regions_callback): Use a cast instead of
11937 calling host_pointer_to_address (which complains if
11938 sizeof (host pointer) != sizeof (target pointer)).
11939 (procfs_make_note_section): Avoid overflow in psargs string.
11940
11941 * procfs.c (procfs_make_note_section): Make the default
11942 implementation return an error.
11943
11944 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
11945
11946 * procfs.c (procfs_make_note_section): Provide a default definition
11947 (for alpha-dec-osf4.0f). Fix typos.
11948
11949 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
11950
11951 * linux-proc.c: Add include of regcache.h.
11952 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11953
11954 2002-02-13 Andrew Cagney <ac131313@redhat.com>
11955
11956 From 2002-01-18 Greg McGary <greg@mcgary.org>:
11957 * memattr.c (create_mem_region): Disallow useless empty region.
11958 Regions are half-open intervals, so allow [A..B) [B..C) as
11959 non-overlapping.
11960
11961 2002-02-13 Michael Chastain <mec@shout.net>
11962
11963 * defs.h: Kill CONST_PTR.
11964 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11965 * c-lang.c (c_builtin_types): Likewise.
11966 * ch-lang.c (ch_builtin_types): Likewise.
11967 * f-lang.c (f_builtin_types): Likewise.
11968 * language.c (unknown_builtin_types): Likewise.
11969 * m2-lang.c (m2_builtin_types): Likewise.
11970 * p-lang.c (pascal_builtin_types): Likewise.
11971 * scm-lang.c (c_builtin_types): Likewise.
11972
11973 2002-02-13 Keith Seitz <keiths@redhat.com>
11974
11975 * arm-tdep.h (arm_get_next_pc): Add declaration.
11976
11977 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
11978
11979 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11980 with other related struct-returning functions.
11981 (arm_extract_struct_value_address): New function.
11982 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11983 initialize float_format, double_format and long_double_format as
11984 appropriate to the endianness of the target.
11985 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11986 (arm_use_struct_convention): Delete declaration.
11987 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11988
11989 2002-02-13 Keith Seitz <keiths@redhat.com>
11990
11991 * defs.h (core_addr_to_string_nz): New function.
11992
11993 2002-02-13 Mark Kettenis <kettenis@gnu.org>
11994
11995 Apply missing bits of 2002-01-15 patch.
11996 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11997 (fill_fpregset): Use i387_fill_fsave.
11998
11999 2002-02-12 Keith Seitz <keiths@redhat.com>
12000
12001 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
12002 (core_addr_to_string_nz): New function.
12003
12004 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
12005
12006 * arm-linux-nat.c: Really include arm-tdep.h.
12007 * config/arm/tm-linux.h (struct type, struct value): Declare.
12008
12009 2002-02-11 Michael Snyder <msnyder@redhat.com>
12010
12011 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
12012 (gcore section): Ifdef for Solaris and Unixware only.
12013 (procfs_do_thread_registers): Unixware needs one lwpstatus
12014 per thread (not one prstatus or pstatus).
12015 (procfs_make_note_section): Iterate only over kernel threads (lwps),
12016 not over all gdb threads. For unixware, call elfcore_write_pstatus
12017 once before iterating over threads.
12018
12019 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
12020
12021 * arm-tdep.h: New file.
12022 * arm-tdep.c: Include arm-tdep.h.
12023 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
12024 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
12025 (arm_print_float_info, arm_register_type, convert_to_extended)
12026 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
12027 (arm_extract_return_value, arm_register_name): Make static.
12028 (arm_software_single_step): Similarly. Fix types in declaration.
12029 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
12030 (arm_store_return_value, arm_store_struct_return): New functions.
12031 (arm_gdbarch_init): Register the above functions. Also register
12032 call_dummy_start_offset, sizeof_call_dummy_words,
12033 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
12034 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
12035 max_register_virtual_size, register_size. Set up
12036 prologue_cache.saved_regs here, rather than ...
12037 (_initialize_arm_tdep): ... here.
12038 * config/arm/tm-arm.h (struct type, struct value): Delete forward
12039 declarations.
12040 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
12041 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
12042 (arm_print_float_info, arm_register_type, convert_to_extended)
12043 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
12044 (arm_extract_return_value, arm_register_name): Delete declarations.
12045 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
12046 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
12047 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
12048 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
12049 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
12050 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
12051 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
12052 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
12053 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
12054 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
12055 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
12056 (arm_get_next_pc): No-longer static -- these are needed by the RDI
12057 interface.
12058 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
12059 * remote-rdi.c remote-rdp.c: Likewise.
12060 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
12061 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
12062 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
12063 definition.
12064
12065 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
12066 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
12067 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
12068 from non-ARM_ prefixed definitions.
12069 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
12070 all uses of above.
12071 * remote-rdi.c remote-rdp.c: Likewise.
12072 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
12073
12074 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
12075
12076 * arm-tdep.c (arm_frameless_function_invocation)
12077 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
12078 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
12079 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
12080 (arm_pop_frame, arm_get_next_pc): Make static.
12081 (arm_gdbarch_init): Register above in gdbarch structure.
12082 (arm_read_fp): Renamed from arm_target_read_fp.
12083 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
12084 * config/arm/tm-arm.h (arm_frameless_function_invocation)
12085 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
12086 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
12087 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
12088 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
12089 (arm_pc_is_thumb_dummy): Delete declarations.
12090 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
12091 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
12092 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
12093 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
12094
12095 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
12096
12097 * symtab.c (compare_search_syms): New function.
12098 (sort_search_symbols): New function.
12099 (search_symbols): Sort symbols after searching rather than
12100 before.
12101
12102 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12103
12104 * NEWS: Linux -> GNU/Linux.
12105
12106 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12107
12108 * gdbarch.sh: For for level one methods, disallow a definition
12109 when partially multi-arched. Add comments explaining rationale.
12110 * gdbarch.h: Re-generate.
12111
12112 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12113
12114 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
12115 multi-arch partial.
12116
12117 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12118
12119 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
12120 field. Use diff -u.
12121 * gdbarch.c: Re-generate.
12122
12123 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12124
12125 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
12126 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
12127 partial.
12128
12129 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12130
12131 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
12132 multi-arch partial.
12133 (PUSH_ARGUMENTS): Switch to using predefault.
12134 * gdbarch.c: Regenerate.
12135
12136 2002-02-10 Andrew Cagney <ac131313@redhat.com>
12137
12138 * valops.c (PUSH_ARGUMENTS): Delete definition.
12139 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
12140 partial. Default to default_push_arguments.
12141 * gdbarch.h, gdbarch.c: Regenerate.
12142
12143 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12144
12145 * defs.h (throw_exception): Rename return_to_top_level. Update
12146 comments.
12147 * utils.c (error_stream, internal_verror, quit): Ditto.
12148 * top.c (throw_exception, catcher): Ditto.
12149 * sparclet-rom.c (sparclet_load): Ditto.
12150 * remote.c (interrupt_query, minitelnet): Ditto.
12151 * remote-sds.c (interrupt_query): Ditto.
12152 * remote-mips.c (mips_error, mips_kill): Ditto.
12153 * ocd.c (interrupt_query): Ditto.
12154 * monitor.c (monitor_interrupt_query): Ditto.
12155 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
12156 * target.h: Update comment.
12157
12158 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
12159
12160 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12161
12162 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
12163 default_double_format.
12164 * gdbarch.h, gdbarch.c: Re-generate.
12165 * findvar.c (floatformat_unknown): Delete variable definition.
12166 * doublest.h (floatformat_unknown): Delete variable declaration.
12167
12168 2002-02-09 Jim Blandy <jimb@redhat.com>
12169
12170 * stabsread.c (read_type): Add code to parse Sun's syntax for
12171 prototyped function types.
12172
12173 2002-02-09 Andrew Cagney <ac131313@redhat.com>
12174
12175 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
12176 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
12177
12178 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12179
12180 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
12181 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
12182 now _initialize_xcoffsolib gets called again and overrides the
12183 commands from solib.c in a native configuration.
12184
12185 2002-02-09 Mark Kettenis <kettenis@gnu.org>
12186
12187 * doublest.c (store_typed_floating): Don't try to return a value.
12188 Fixes PR gdb/290.
12189
12190 2002-02-08 Jim Blandy <jimb@redhat.com>
12191
12192 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
12193 is prototyped and has no arguments, print its argument list as
12194 `(void)'.
12195
12196 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12197
12198 * MAINTAINERS (write-after-approval): Add myself.
12199 (paper-trail): I've escaped!
12200
12201 2002-02-08 Christopher Faylor <cgf@redhat.com>
12202
12203 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
12204 changes.
12205 (_initialize_check_for_gdb_ini): Ditto.
12206
12207 2002-02-08 Martin M. Hunt <hunt@redhat.com>
12208
12209 * win32-nat.c (cygwin_pid_to_str): Fix typo.
12210 xaprintf -> xasprintf.
12211
12212 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
12213
12214 * win32-nat.c: Remove use of printf and sprintf functions.
12215
12216 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
12217
12218 * arm-tdep.c (arm_frame_chain_valid): Make static.
12219 (arm_push_arguments): Likewise.
12220 (arm_gdbarch_init): New function.
12221 (_initialize_arm_tdep): Call it.
12222 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
12223 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
12224 (FRAME_CHAIN_VALID): Delete.
12225 (arm_frame_chain_valid): Delete declaration.
12226 (PUSH_ARGUMENTS): Delete.
12227 (arm_push_arguments): Delete declaration.
12228 (CALL_DUMMY_P): Delete.
12229
12230 2002-02-08 Andrew Cagney <ac131313@redhat.com>
12231 Corinna Vinschen <vinschen@redhat.com>
12232
12233 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
12234 on builtin float types.
12235
12236 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
12237
12238 * utils.c: Include <curses.h> before "bfd.h".
12239 * tui/tui-hooks.c: Likewise.
12240 * tui/tui.c: Likewise.
12241 * tui/tuiCommand.c: Likewise.
12242 * tui/tuiData.c: Likewise.
12243 * tui/tuiDataWin.c: Likewise.
12244 * tui/tuiDisassem.c: Likewise.
12245 * tui/tuiGeneralWin.c: Likewise.
12246 * tui/tuiIO.c: Likewise.
12247 * tui/tuiLayout.c: Likewise.
12248 * tui/tuiRegs.c: Likewise.
12249 * tui/tuiSource.c: Likewise.
12250 * tui/tuiSourceWin.c: Likewise.
12251 * tui/tuiStack.c: Likewise.
12252 * tui/tuiWin.c: Likewise.
12253
12254 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
12255
12256 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
12257 to include space for pseudoregs as well. Update loops accordingly.
12258 (sh_fp_frame_init_saved_regs): Ditto.
12259 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
12260
12261 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12262
12263 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
12264 Add Richard Earnshaw to Arm maintainers.
12265
12266 2002-02-07 Andrew Cagney <ac131313@redhat.com>
12267
12268 * defs.h (warning_begin): Delete declaration.
12269
12270 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
12271 Delete macro.
12272
12273 2002-02-07 Michael Snyder <msnyder@redhat.com>
12274
12275 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12276 Logic bug, remove misplaced else.
12277
12278 2002-02-07 Klee Dienes <klee@apple.com>
12279
12280 * fork-inferior.c (fork_inferior): Add '!' to the list of
12281 characters that need to be quoted when building a string for the
12282 shell. Quote '!' specifically with a backslash, since CSH chokes
12283 when trying to evaluate "str!str".
12284
12285 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
12286
12287 * rdi-share/host.h: Only provide a typedef for bool if it is not
12288 defined.
12289
12290 2002-02-04 Michael Snyder <msnyder@redhat.com>
12291
12292 * breakpoint.h (enum bptype): Add new overlay event bp type.
12293 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
12294
12295 * breakpoint.c (create_internal_breakpoint): New function.
12296 (internal_breakpoint_number): Moved into create_internal_breakpoint.
12297 (create_longjmp_breakpoint): Use create_internal_breakpoint.
12298 (create_thread_event_breakpoint): Ditto.
12299 (create_solib_event_breakpoint): Ditto.
12300 (create_overlay_event_breakpoint): New function.
12301 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
12302 (update_breakpoints_after_exec): Delete and re-initialize
12303 overlay event breakpoints after an exec. Add FIXME comment
12304 about longjmp breakpoint.
12305 (print_it_typical): Ignore overlay event breakpoints.
12306 (print_one_breakpoint): Ditto.
12307 (mention): Ditto.
12308 (bpstat_what): Do not stop for overlay event breakpoints.
12309 (delete_breakpoint): Don't delete overlay event breakpoints.
12310 (breakpoint_re_set_one): Delete the overlay event breakpoint.
12311 (breakpoint_re_set): Re-create overlay event breakpoint.
12312
12313 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
12314 (overlay_manual_command): Disable overlay breakpoints.
12315 (overlay_off_command): Disable overlay breakpoints.
12316
12317 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12318
12319 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
12320 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
12321 to here from config/tm-arm.h.
12322 (coff_sym_is_thumb): Make static.
12323 (arm_elf_make_msymbol_special): New function.
12324 (arm_coff_make_msymbol_special): New function.
12325 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
12326 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
12327 (coff_sym_is_thumb): Delete declaration.
12328 (arm_elf_make_msymbol_special): Declare.
12329 (arm_coff_make_msymbol_special): Declare.
12330 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
12331 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
12332
12333 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12334
12335 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
12336
12337 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
12338
12339 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
12340 * gdbarch.c gdbarch.h: Regenerate.
12341 * arch-utils.c (default_print_float_info): New function.
12342 * arch-utils.h (default_print_float_info): Prototype it.
12343 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
12344 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
12345 (PRINT_FLOAT_INFO): Document it.
12346
12347 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
12348 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
12349 (PRINT_FLOAT_INFO): Define.
12350
12351 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12352
12353 * win32-nat.c (_initialize_check_for_gdb_ini):
12354 Add typecast to sprintf argument to suppress a warning.
12355
12356 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
12357
12358 * win32-nat.c (last_sig): Changed type of variable to target_signal,
12359 to allow easier handling of pass state.
12360 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
12361 that gives exception name and address.
12362 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
12363 and set last_sig value to ourstatus->value.sig. Some missing
12364 exceptions added.
12365 (child_continue): Correctly report continue_status.
12366 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
12367 TARGET_SIGNAL_0 (new default value).
12368 (child_resume): consider sig argument passed to decide if
12369 the exception should be passed to debuggee or not.
12370
12371 2002-02-05 Michael Snyder <msnyder@redhat.com>
12372
12373 * regcache.c (fetch_register): Call target_fetch_register
12374 only if we don't call FETCH_PSEUDO_REGISTER.
12375 (store_register): Call target_store_register only if we
12376 don't call STORE_PSEUDO_REGISTER.
12377
12378 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
12379
12380 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
12381 ELF_MAKE_MSYMBOL_SPECIAL.
12382 * gdbarch.c, gdbarch.h: Regenerate.
12383 * arch-utils.c (default_make_msymbol_special): New function.
12384 * arch-utils.h (default_make_msymbol_special): Export.
12385 * elfread.c (elf_symtab_read): Compile use of
12386 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
12387 multiarched.
12388 * coffread.c (coff_symtab_read): Ditto, for
12389 COFF_MAKE_MSYMBOL_SPECIAL.
12390
12391 2002-02-05 Jim Blandy <jimb@redhat.com>
12392
12393 * solib-svr4.c (svr4_truncate_ptr): New function.
12394 (svr4_relocate_section_addresses): Do the address arithmetic with
12395 the appropriate truncation for target addresses, even when
12396 CORE_ADDR is larger than a target address.
12397
12398 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12399
12400 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
12401 to (int *).
12402
12403 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12404
12405 * gdbserver/linux-low.c (kill_inferior): Remove commented out
12406 code.
12407
12408 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12409
12410 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
12411
12412 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12413
12414 * gdbserver/linux-low.c: Remove unused include files.
12415
12416 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12417
12418 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
12419 (read_inferior_memory): Use it.
12420 (write_inferior_memory): Likewise.
12421
12422 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12423
12424 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
12425 grubbing through sys_errlist.
12426
12427 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
12428
12429 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
12430
12431 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12432 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
12433
12434 2002-02-04 Andrew Cagney <ac131313@redhat.com>
12435
12436 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
12437 (do_sfunc, set_cmd_sfunc): New functions.
12438
12439 * command.h (struct cmd_list_element): Add field func.
12440 * cli/cli-decode.h (struct cmd_list_element): Ditto.
12441 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
12442 * cli/cli-decode.h: Ditto.
12443
12444 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
12445 (help_all, help_cmd_list): Ditto.
12446 (find_cmd, complete_on_cmdlist): Ditto.
12447 * top.c (execute_command): Ditto.
12448
12449 * cli/cli-setshow.c (do_setshow_command): Call func instead of
12450 function.sfunc.
12451
12452 * infcmd.c (notice_args_read): Fix function signature.
12453
12454 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
12455 * cli/cli-decode.c (add_set_cmd): Ditto.
12456 * utils.c (initialize_utils): Ditto.
12457 * maint.c (_initialize_maint_cmds): Ditto.
12458 * infrun.c (_initialize_infrun): Ditto.
12459 * demangle.c (_initialize_demangler): Ditto.
12460 * remote.c (add_packet_config_cmd): Ditto.
12461 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12462 * cris-tdep.c (_initialize_cris_tdep): Ditto.
12463 * proc-api.c (_initialize_proc_api): Ditto.
12464 * kod.c (_initialize_kod): Ditto.
12465 * valprint.c (_initialize_valprint): Ditto.
12466 * top.c (init_main): Ditto.
12467 * infcmd.c (_initialize_infcmd): Ditto.
12468 * corefile.c (_initialize_core): Ditto.
12469 * arm-tdep.c (_initialize_arm_tdep): Ditto.
12470 * arch-utils.c (initialize_current_architecture): Ditto.
12471 (_initialize_gdbarch_utils): Ditto.
12472 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
12473
12474 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
12475 * wince.c (_initialize_inftarg): Ditto.
12476 * symfile.c (_initialize_symfile): Ditto.
12477 * mips-tdep.c (_initialize_mips_tdep): Ditto.
12478 * language.c (_initialize_language): Ditto.
12479 * arc-tdep.c (_initialize_arc_tdep): Ditto.
12480
12481 2002-02-04 Michael Snyder <msnyder@redhat.com>
12482
12483 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
12484
12485 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12486
12487 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
12488 Add rules for building the register data files.
12489
12490 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12491
12492 * regformats/regdat.sh: Add braces to the definition of
12493 expedite_regs_${arch}.
12494
12495 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
12496
12497 * regformats/regdef.h (struct reg): Add comment describing the
12498 requirements for offset and size fields.
12499
12500 2002-02-04 Andreas Schwab <schwab@suse.de>
12501
12502 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
12503 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
12504
12505 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
12506
12507 * gdbarch.sh (copyright): Update years in generated header.
12508 (SMASH_TEXT_ADDRESS): Add rule.
12509 * gdbarch.h, gdbarch.c: Re-generate.
12510 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
12511 * dbxread.c: Likewise.
12512 * dwarfread.c: Likewise.
12513 * elfread.c: Likewise.
12514 * somread.c: Likewise.
12515
12516 * arm-tdep.c (arm_smash_text_address): New function.
12517 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
12518
12519 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
12520
12521 Add support for hardware watchpoints on win32 native.
12522 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
12523 CONTEXT_DEBUG_REGISTERS.
12524 (dr variable): New variable. Static array containing a local copy
12525 of debug registers.
12526 (debug_registers_changed): New variable. Reflects when debug registers
12527 are changed and need to be written to inferior.
12528 (debug_registers_used): New variable. Reflects when any debug register
12529 was set, used when new threads are created.
12530 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
12531 i386-nat code.
12532 (thread_rec): Set dr array if id is the thread of current_event .
12533 (child_continue, child_resume): Change the debug registers for all
12534 threads if debug_registers_changed.
12535 (child_add_thread): Change the debug registers if debug_registers_used.
12536 * config/i386/cygwin.mh: Add use of i386-nat.o file.
12537 Link nm.h to new nm-cygwin.h file.
12538 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
12539 of hardware registers.
12540
12541 2002-02-03 Andrew Cagney <ac131313@redhat.com>
12542
12543 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
12544 Restore behavour broken by 2002-01-20 Andrew Cagney
12545 <ac131313@redhat.com> IEEE_FLOAT removal.
12546
12547 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12548
12549 * c-valprint.c (c_val_print): Pass a proper valaddr to
12550 cp_print_class_method.
12551 * valops.c (search_struct_method): If there is only one method
12552 and args is NULL, return that method.
12553
12554 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12555
12556 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
12557 accessing tag_name directly.
12558
12559 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12560
12561 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
12562 of accessing tag_name directly.
12563
12564 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
12565
12566 PR gdb/280
12567 * gdbtypes.c (replace_type): New function.
12568 * gdbtypes.h (replace_type): Add prototype.
12569 * stabsread.c (read_type): Use replace_type.
12570
12571 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
12572
12573 * Makefile.in (memattr.o): Add missing dependencies rule.
12574
12575 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12576
12577 * breakpoint.c (break_at_finish_command): Really export.
12578 (break_at_finish_at_depth_command): Ditto.
12579 (tbreak_at_finish_command): Ditto.
12580 * hppa-tdep.c: Include completer.h.
12581 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
12582 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
12583
12584 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12585
12586 * utils.c (do_write): New function.
12587 (error_stream): Rewrite combining the code from error_begin and
12588 verror.
12589 (verror): Rewrite using error_stream.
12590 (error_begin): Delete function.
12591
12592 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12593
12594 * utils.c (error_begin): Make static.
12595 * defs.h (error_begin): Delete declaration.
12596
12597 * linespec.c (cplusplus_error): Replace cplusplus_hint.
12598 (decode_line_1): Use cplusplus_error instead of error_begin,
12599 cplusplus_hint and return_to_top_level.
12600 * coffread.c (coff_symfile_read): Use error instead of error_begin
12601 and return_to_top_level.
12602 * infrun.c (default_skip_permanent_breakpoint): Ditto.
12603
12604 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12605
12606 * language.h (type_error, range_error): Make string parameter
12607 constant.
12608 * language.c (warning_pre_print): Delete extern declaration.
12609 * dwarfread.c (warning_pre_print): Ditto.
12610 * language.c (type_error, range_error): Rewrite to use verror and
12611 vwarning instead of warning_begin.
12612
12613 2002-02-01 Michael Snyder <msnyder@redhat.com>
12614
12615 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
12616 (set_ignore_count): Move misplaced comment back where it belongs.
12617
12618 2002-02-01 Andrew Cagney <ac131313@redhat.com>
12619
12620 * command.h (NO_FUNCTION): Delete macro.
12621 * cli/cli-decode.h (NO_FUNCTION): Ditto.
12622 * top.c (execute_command): Replace NO_FUNCTION with NULL.
12623 * tracepoint.c (_initialize_tracepoint): Ditto.
12624 * cli/cli-decode.c (add_set_cmd): Ditto.
12625 * cli/cli-cmds.c (init_cli_cmds): Ditto.
12626
12627 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12628
12629 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
12630 Update ``this'' pointer when calling virtual functions.
12631
12632 2002-02-01 Michael Snyder <msnyder@redhat.com>
12633
12634 * breakpoint.c (create_temp_exception_breakpoint): Delete.
12635 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
12636
12637 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
12638
12639 * regformats/reg-arm.dat: New file.
12640 * regformats/reg-i386.dat: New file.
12641 * regformats/reg-ia64.dat: New file.
12642 * regformats/reg-m68k.dat: New file.
12643 * regformats/reg-mips.dat: New file.
12644 * regformats/reg-ppc.dat: New file.
12645 * regformats/reg-sh.dat: New file.
12646 * regformats/regdef.h: New file.
12647 * regformats/regdat.sh: New file.
12648
12649 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
12650
12651 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
12652 (arm_frame_args_address, arm_frame_locals_address): New functions.
12653 (arm_frame_num_args): New function.
12654 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
12655 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
12656 (FRMA_NUM_ARGS): Call arm_frame_num_args.
12657
12658 2002-01-31 Michael Snyder <msnyder@redhat.com>
12659
12660 * breakpoint.c (break_at_finish_command): Export.
12661 (break_at_finish_at_depth_command): Export.
12662 (tbreak_at_finish_command): Export.
12663 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
12664 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
12665 "txbreak" commands, which are HPPA specific.
12666
12667 * printcmd.c (disassemble_command): Remove an ancient
12668 artifact of an old merge.
12669
12670 * symfile.h (enum overlay_debugging_state):
12671 Define enum constant values for overlay mode.
12672 * symfile.c (overlay_debugging): Use enums instead of literals.
12673 (overlay_is_mapped, overlay_auto_command,
12674 overlay_manual_command): Ditto.
12675
12676 * breakpoint.c (insert_breakpoints, remove_breakpoint,
12677 breakpoint_here_p, breakpoint_inserted_here_p,
12678 breakpoint_thread_match, bpstat_stop_status,
12679 describe_other_breakpoints, check_duplicates, clear_command):
12680 Coding standard fixes.
12681
12682 * target.c (target_xfer_memory): Add spaces, coding standard.
12683 (do_xfer_memory): Add missing line to trust-readonly
12684 code: check bfd SEC_READONLY flag for section.
12685
12686 2002-01-31 Andrew Cagney <ac131313@redhat.com>
12687
12688 * PROBLEMS: Fix typo, 5.1->5.1.1.
12689
12690 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
12691
12692 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
12693 data symbols, since we search based on textlow and texthigh.
12694 (find_pc_sect_symtab): Likewise.
12695
12696 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12697
12698 * defs.h (vwarning): Declare.
12699 * utils.c (vwarning): New function.
12700 (warning): Call vwarning.
12701 (warning_begin): Delete function.
12702
12703 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
12704 the warning message.
12705 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
12706 warning_begin.
12707
12708 2002-01-30 Michael Snyder <msnyder@redhat.com>
12709
12710 * NEWS: Mention "set trust-readonly-sections" command.
12711 Mention generate-core-file command.
12712
12713 2002-01-15 Michael Snyder <msnyder@redhat.com>
12714
12715 * target.c: New command, "set trust-readonly-sections on".
12716 (do_xfer_memory): Honor the suggestion to trust readonly sections
12717 by reading them from the object file instead of from the target.
12718 (initialize_targets): Register command "set trust-readonly-sections".
12719
12720 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12721
12722 * parse.c (target_map_name_to_register): Simplify, search regs and
12723 pseudo-regs using a single loop.
12724
12725 2002-01-30 Andrew Cagney <ac131313@redhat.com>
12726
12727 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
12728
12729 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
12730
12731 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
12732 * config/i386/i386v42mp.mh: Add i387-nat.o .
12733 * i386v4-nat.c: Include i387-nat.h.
12734 (supply_fpregset): Use i387_supply_fsave.
12735 (fill_fpregset): Use i387_fill_fsave.
12736
12737 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
12738
12739 * arm-tdep.c (arm_call_dummy_words): Define.
12740 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
12741 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
12742 (CALL_DUMMY_WORDS): Define.
12743 (arm_call_dummy_words): Declare.
12744 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
12745 (arm_linux_call_dummy_words): Declare.
12746
12747 2002-01-30 Andreas Schwab <schwab@suse.de>
12748
12749 * m68klinux-nat.c: Fix last change to use regcache_collect
12750 instead of referencing registers[] directly.
12751
12752 2002-01-29 Andrew Cagney <ac131313@redhat.com>
12753
12754 * parse.c (target_map_name_to_register): Delete code wrapped in
12755 #ifdef REGISTER_NAME_ALIAS_HOOK.
12756
12757 2002-01-28 Michael Snyder <msnyder@redhat.com>
12758
12759 * regcache.c (legacy_read_register_gen): Need to be able to
12760 read pseudo-register as well as real register.
12761 (legacy_write_register_gen): Ditto.
12762
12763 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12764
12765 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12766 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
12767 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
12768 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
12769 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
12770 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
12771 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
12772 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
12773 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
12774 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
12775 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
12776 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
12777 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
12778 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
12779 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
12780 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
12781 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
12782 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
12783 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
12784 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
12785
12786 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12787
12788 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
12789 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
12790 (initialize_current_architecture): Update target_byte_order using
12791 information from BFD.
12792 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
12793 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
12794
12795 2002-01-28 Andrew Cagney <ac131313@redhat.com>
12796
12797 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
12798 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
12799
12800 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
12801 #ifdef INVALID_FLOAT.
12802 * infcmd.c (do_registers_info): Ditto.
12803 * values.c (unpack_double): Ditto. Add comment.
12804
12805 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
12806 already commented out.
12807
12808 2002-01-26 Andreas Schwab <schwab@suse.de>
12809
12810 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
12811 * m68klinux-nat.c: Update ptrace interface for fetching/storing
12812 registers and add support for PTRACE_GETREGS.
12813
12814 2002-01-24 Andrew Cagney <ac131313@redhat.com>
12815
12816 GDB 5.1.1 released from 5.1 branch.
12817 * NEWS: Add 5.1.1 news.
12818 * README: Sync with 5.1 branch.
12819
12820 2002-01-23 Fred Fish <fnf@redhat.com>
12821
12822 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
12823 stabstring on initial malloc. Reallocing will copy it for us,
12824 if necessary.
12825
12826 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12827
12828 * Makefile.in (hpread_h): Delete.
12829 (HFILES_NO_SRCDIR): Remove hpread.h.
12830 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
12831 (hpread.o): Update dependencies.
12832 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
12833
12834 * hp-psymtab-read.c: Remove file.
12835 * hp-symtab-read.c: Remove file.
12836 * hpread.h: Remove file.
12837
12838 * hpread.c: Merge all contents of hp-psymtab-read.c,
12839 hp-symtab-read.c and hpread.h into this file, as it was prior to
12840 January 1999.
12841
12842 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
12843 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
12844 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
12845 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
12846
12847 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
12848
12849 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
12850 fill_gregset): Call gdbarch_tdep() just once, assign result to
12851 variable and use that, instead of calling the function several
12852 times.
12853
12854 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12855
12856 * configure.host: Accept sparcv9 as alias for sparc64.
12857 * configure.tgt: Likewise.
12858
12859 2002-01-22 Kevin Buettner <kevinb@redhat.com>
12860
12861 * solib-aix5.c (build_so_list_from_mapfile)
12862 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
12863 arguments is not reversed.
12864 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
12865 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
12866
12867 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
12868
12869 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
12870 modified version of obsolete sh_fetch_pseudo_register.
12871 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
12872 (sh4_register_read): New function.
12873 (sh_pseudo_register_write): New function. Renamed and modified
12874 version of obsolete sh_store_pseudo_register.
12875 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
12876 (sh4_register_write): New function.
12877 (sh_gdbarch_init): Remove setting of gdbarch function
12878 fetch_pseudo_register and store_pseudo_register. Remove setting of
12879 register_convert_to_raw, register_convert_to_virtual,
12880 register_convertible.
12881 (sh_sh4_register_convertible): Delete. No longer needed. All is
12882 taken care by architecture specific functions
12883 register_read/register_write.
12884 (sh_sh4_register_convert_to_virtual): Make static.
12885 (sh_sh4_register_convert_to_raw): Ditto.
12886
12887 2002-01-22 Andrew Cagney <ac131313@redhat.com>
12888
12889 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
12890 (floatformat_is_nan, floatformat_mantissa): Ditto.
12891
12892 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
12893 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
12894 builtin_type_ieee_double_little,
12895 builtin_type_ieee_double_littlebyte_bigword,
12896 builtin_type_m68881_ext, builtin_type_i960_ext,
12897 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
12898 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
12899 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
12900 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
12901
12902 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
12903
12904 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
12905 parameter. Set frameless flag if it exists and depended of
12906 whether the scanned function is frameless or not.
12907 (xstormy16_skip_prologue): If function is frameless, return
12908 result of xstormy16_scan_prologue().
12909 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
12910 call.
12911
12912 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
12913
12914 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
12915 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
12916 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
12917 sh_sh4_register_byte, sh_sh4_register_raw_size,
12918 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
12919 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
12920 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
12921 sh_store_pseudo_register, sh_do_pseudo_register): Call
12922 gdbarch_tdep() just once, assign result to variable and use that,
12923 instead of calling the function several times.
12924
12925 2002-01-20 Mark Kettenis <kettenis@gnu.org>
12926
12927 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12928 macros instead of LAST_FPU_CTRL_REGNUM.
12929 (store_register): Likewise.
12930
12931 2002-01-21 Jim Blandy <jimb@redhat.com>
12932
12933 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12934 is up-to-date before running the program, not just when a program
12935 exits.
12936
12937 2002-01-21 Fred Fish <fnf@redhat.com>
12938
12939 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12940 when we have found all instructions we are looking for.
12941
12942 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12943
12944 * arm-tdep.c (arm_register_name): New function.
12945 (arm_registers_names): Make static.
12946 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12947 (arm_register_name): Declare.
12948 (REGISTER_NAME): Use it.
12949
12950 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
12951 Kevin Buettner <kevinb@redhat.com>
12952
12953 Convert arm targets to new FRAME interface.
12954 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12955 (arm_frame_find_save_regs): Delete.
12956 (arm_frame_init_saved_regs): New.
12957 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12958 Allocate extra_info as required. Convert all uses of fsr.regs
12959 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12960 to use extra_info.
12961 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12962 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12963 (check_prologue_cache, save_prologue_cache): Likewise.
12964 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12965 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12966 (FRAME_FIND_SAVED_REGS): Delete.
12967 (arm_frame_find_saved_regs): Delete prototype.
12968 (arm_frame_init_saved_regs): New prototype.
12969 (FRAME_INIT_SAVED_REGS): Define.
12970
12971 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12972
12973 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12974
12975 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12976
12977 From Jeff Law <law@redhat.com>:
12978 * infttrace.c: Include <sys/pstat.h>.
12979 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12980 exec file if the ttrace equivalent fails.
12981
12982 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12983
12984 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12985 (closeLogFile): Ditto.
12986
12987 2002-01-20 Michael Chastain <mec@shout.net>
12988
12989 * top.c (print_gdb_version): Bump copyright year to 2002.
12990
12991 2002-01-20 Andrew Cagney <ac131313@redhat.com>
12992
12993 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12994 Zannoni and Eli Zaretskii.
12995
12996 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
12997
12998 * buildsym.c: Update copyright years.
12999 * c-typeprint.c: Likewise.
13000 * dwarf2read.c: Likewise.
13001 * f-typeprint.c: Likewise.
13002 * gdbtypes.c: Likewise.
13003 * gdbtypes.h: Likewise.
13004 * hp-symtab-read.c: Likewise.
13005 * hpread.c: Likewise.
13006 * mdebugread.c: Likewise.
13007 * p-typeprint.c: Likewise.
13008
13009 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13010
13011 * remote-sim.c (gdbsim_open): Simplify code testing the macro
13012 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
13013 byte-order selectable.
13014 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
13015 * arch-utils.c: Ditto.
13016 (set_endian): Ditto.
13017 (set_endian_from_file): Ditto.
13018 * gdbserver/low-sim.c (create_inferior): Ditto.
13019 * gdbarch.sh: Ditto.
13020 * gdbarch.h: Re-generate.
13021 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13022 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
13023 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
13024 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13025 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13026 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
13027 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
13028 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
13029 macro definition.
13030 * config/mips/tm-wince.h: Remove #undef of macro
13031 TARGET_BYTE_ORDER_SELECTABLE.
13032 * config/sh/tm-wince.h: Ditto.
13033
13034 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13035
13036 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
13037 member function fields. Add accessor macro
13038 TYPE_FN_FIELD_ARTIFICIAL.
13039 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
13040 * c-typeprint.c (c_type_print_base): Skip artificial member
13041 functions.
13042
13043 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13044
13045 * f-typeprint.c: Delete unused function f_type_print_args.
13046 * p-typeprint.c: Delete unused function pascal_type_print_args.
13047
13048 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
13049
13050 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
13051 comment. Add ``artificial'' to ``union field_location''.
13052
13053 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
13054
13055 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
13056 * mdebugread.c (parse_symbol): Likewise.
13057 * stabsread.c (define_symbol): Likewise.
13058 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
13059 initializing TYPE_FIELD_BITPOS to n (obsolete).
13060 (hpread_doc_function_type): Likewise.
13061 * hpread.c (hpread_function_type): Likewise.
13062
13063 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13064
13065 * configure.in (host_makefile_frag): Only require a host makefile
13066 fragment when a native build.
13067 * configure: Re-generate.
13068
13069 2002-01-20 Andrew Cagney <ac131313@redhat.com>
13070
13071 * doublest.h (floatformat_from_type): Declare.
13072 * doublest.c (floatformat_from_type): New function.
13073 (convert_typed_floating): Use.
13074
13075 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
13076 call to function floatformat_from_type.
13077
13078 * gdbarch.sh (IEEE_FLOAT): Delete.
13079 * gdbarch.h, gdbarch.c: Re-generate.
13080 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
13081 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
13082 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
13083 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
13084 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
13085 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
13086 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
13087 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
13088 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
13089 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
13090 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
13091 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
13092
13093 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
13094 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
13095 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
13096 * sh-tdep.c (sh_gdbarch_init): Ditto.
13097 * mips-tdep.c (mips_gdbarch_init): Ditto.
13098 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13099 * cris-tdep.c (cris_gdbarch_init): Ditto.
13100
13101 2002-01-20 Jiri Smid <smid@suse.cz>
13102
13103 * configure.host, configure.tgt: Support x86-64.
13104 * NEWS: Note new target x86-64.
13105
13106 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
13107 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
13108 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
13109 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
13110 x86-64-linux-nat.o): Fix dependencies.
13111
13112 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13113
13114 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
13115 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
13116 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
13117 * config/sparc/xm-sun4os4.h: Delete file.
13118 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
13119
13120 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13121
13122 * config/sparc/sparclynx.mh (XM_FILE): Delete.
13123 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
13124 * config/m68k/m68klynx.mh (XM_FILE): Delete.
13125 * config/i386/i386lynx.mh (XM_FILE): Delete.
13126 * config/rs6000/xm-rs6000ly.h: Delete file.
13127 * config/sparc/xm-sparclynx.h: Delete file.
13128 * config/m68k/xm-m68klynx.h: Delete file.
13129 * config/i386/xm-i386lynx.h: Delete file.
13130 * config/xm-lynx.h: Delete file.
13131 * config/djgpp/fnchange.lst: Update.
13132
13133 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13134
13135 * alpha-tdep.c (alpha_register_byte): New function.
13136 (alpha_register_raw_size): Ditto.
13137 (alpha_register_virtual_size): Ditto.
13138 (alpha_skip_prologue_internal): Renamed from
13139 alpha_skip_prologue.
13140 (alpha_skip_prologue): New version that calls
13141 alpha_skip_prologue_internal.
13142 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
13143 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
13144 second argument from alpha_skip_prologue.
13145 (REGISTER_BYTE): Use alpha_register_byte.
13146 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
13147 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
13148 (FRAMELESS_FUNCTION_INVOCATION): Use
13149 generic_frameless_function_invocation_not.
13150 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
13151 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
13152
13153 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13154
13155 * config/mips/xm-news-mips.h: Delete file.
13156 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
13157
13158 * config/m88k/xm-m88k.h: Delete file.
13159 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
13160 * config/m88k/xm-delta88v4.h: Ditto.
13161 * config/m88k/xm-delta88.h: Ditto.
13162
13163 * config/alpha/xm-fbsd.h: Delete file.
13164 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
13165
13166 * config/sparc/xm-sparc.h: Delete file.
13167 * Makefile.in (xm-sun4os4.h): Delete dependency.
13168 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
13169 * config/sparc/xm-sun4os4.h: Ditto.
13170 * config/sparc/xm-linux.h: Ditto.
13171
13172 * config/i386/xm-windows.h: Delete file.
13173
13174 2002-01-19 Andrew Cagney <ac131313@redhat.com>
13175
13176 * utils.c: Include <sys/param.h> for MAXPATHLEN.
13177 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
13178
13179 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13180
13181 * alpha-tdep.c (alpha_call_dummy_words): New.
13182 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
13183 (CALL_DUMMY_P): Define.
13184 (CALL_DUMMY_WORDS): Define.
13185 (SIZEOF_CALL_DUMMY_WORDS): Define.
13186
13187 2002-01-19 Per Bothner <per@bothner.com>
13188
13189 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
13190 isn't NULL, which can happen with some gcj-3.x-produced code.
13191
13192 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
13193
13194 * alpha-tdep.c (alpha_register_virtual_type): New function.
13195 (alpha_init_frame_pc_first): Ditto.
13196 (alpha_fix_call_dummy): Ditto.
13197 (alpha_store_struct_return): Ditto.
13198 (alpha_extract_struct_value_address): Ditto.
13199 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
13200 alpha_register_virtual_type.
13201 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
13202 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
13203 alpha_extract_struct_value_address.
13204 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
13205 (INIT_FRAME_PC): Use init_frame_pc_noop.
13206 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
13207
13208 2002-01-19 Mark Kettenis <kettenis@gnu.org>
13209
13210 * i386gnu-nat.c: Include "i386-tdep.h".
13211 (fetch_fpregs): Simplify code dealing with uninitialized floating
13212 point states such that it doesn't require FP7_REGNUM.
13213
13214 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13215
13216 * alpha-tdep.c (frame_extra_info): New.
13217 (alpha_find_saved_regs): Make static. Use
13218 frame->extra_info.
13219 (alpha_frame_init_saved_regs): New function.
13220 (alpha_frame_saved_pc): Use frame->extra_info.
13221 (temp_saved_regs): Don't declare as struct frame_saved_regs.
13222 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
13223 (init_extra_frame_info): Rename to...
13224 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
13225 (alpha_print_extra_frame_info): New function.
13226 (alpha_frame_locals_address): Ditto.
13227 (alpha_frame_args_address): Ditto.
13228 (alpha_pop_frame): Use frame->extra_info.
13229 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
13230 alpha_frame_args_address.
13231 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
13232 (alpha_find_saved_regs): Remove prototype.
13233 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
13234 (EXTRA_FRAME_INFO): Remove.
13235 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
13236 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
13237
13238 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13239
13240 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
13241 (alpha_cannot_fetch_register): Ditto.
13242 (alpha_cannot_store_register): Ditto.
13243 (alpha_register_convertible): Ditto.
13244 (alpha_use_struct_convention): Ditto.
13245 * config/alpha/tm-alpha.h: Update copyright years.
13246 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
13247 (INNER_THAN): Use core_addr_lessthan.
13248 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
13249 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
13250 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
13251 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
13252 (FRAME_CHAIN): Remove unnecessary cast.
13253
13254 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13255
13256 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
13257 obsolete.
13258
13259 2002-01-18 Andrew Cagney <ac131313@redhat.com>
13260
13261 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
13262 * monitor.c, remote-array.c, remote-bug.c: Ditto.
13263 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
13264 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
13265 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
13266 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
13267 * x86-64-linux-nat.c: Ditto.
13268
13269 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13270
13271 * alpha-tdep.c (alpha_register_name): New function.
13272 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
13273 (REGISTER_NAME): Define.
13274
13275 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13276
13277 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
13278
13279 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13280
13281 * alpha-tdep.c: Update copyright years.
13282 (alpha_next_pc): New function.
13283 (alpha_software_single_step): Ditto.
13284 * config/alpha/tm-alpha.h: Add prototype for
13285 alpha_software_single_step.
13286
13287 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
13288
13289 * alphabsd-nat.c: Update copyright years.
13290 (fill_gregset): Use regcache_collect.
13291 (fill_fpregset): Likewise.
13292 (fetch_inferior_registers): Only fetch integer registers
13293 if requested to do so.
13294 (store_inferior_registers): Only store integer registers
13295 if requested to do so.
13296
13297 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13298
13299 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
13300 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
13301 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
13302 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
13303 * config/alpha/fbsd.mh (XDEPFILES): Delete.
13304 * config/arm/linux.mh (XDEPFILES): Delete.
13305 * config/arm/nbsd.mh (XDEPFILES): Delete.
13306 * config/i386/i386dgux.mh (XDEPFILES): Delete.
13307 * config/i386/i386sol2.mh (XDEPFILES): Delete.
13308 * config/i386/i386m3.mh (XDEPFILES): Delete.
13309 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
13310 * config/i386/i386gnu.mh (XDEPFILES): Delete.
13311 * config/i386/fbsd.mh (XDEPFILES): Delete.
13312 * config/i386/i386bsd.mh (XDEPFILES): Delete.
13313 * config/i386/i386sco5.mh (XDEPFILES): Delete.
13314 * config/i386/i386v4.mh (XDEPFILES): Delete.
13315 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
13316 * config/i386/i386sco4.mh (XDEPFILES): Delete.
13317 * config/i386/i386aix.mh (XDEPFILES): Delete.
13318 * config/i386/go32.mh (XDEPFILES): Delete.
13319 * config/i386/cygwin.mh (XDEPFILES): Delete.
13320 * config/i386/i386lynx.mh (XDEPFILES): Delete.
13321 * config/i386/i386mach.mh (XDEPFILES): Delete.
13322 * config/i386/i386v32.mh (XDEPFILES): Delete.
13323 * config/i386/linux.mh (XDEPFILES): Delete.
13324 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
13325 * config/i386/ncr3000.mh (XDEPFILES): Delete.
13326 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
13327 * config/i386/i386sco.mh (XDEPFILES): Delete.
13328 * config/i386/i386v.mh (XDEPFILES): Delete.
13329 * config/i386/nbsd.mh (XDEPFILES): Delete.
13330 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
13331 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
13332 * config/i386/symmetry.mh (XDEPFILES): Delete.
13333 * config/i386/obsd.mh (XDEPFILES): Delete.
13334 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
13335 * config/ia64/linux.mh (XDEPFILES): Delete.
13336 * config/ia64/aix.mh (XDEPFILES): Delete.
13337 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
13338 * config/m68k/dpx2.mh (XDEPFILES): Delete.
13339 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
13340 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
13341 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
13342 * config/m68k/linux.mh (XDEPFILES): Delete.
13343 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
13344 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
13345 * config/m68k/nbsd.mh (XDEPFILES): Delete.
13346 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
13347 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
13348 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
13349 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
13350 * config/m88k/delta88.mh (XDEPFILES): Delete.
13351 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
13352 * config/m88k/m88k.mh (XDEPFILES): Delete.
13353 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
13354 * config/mips/linux.mh (XDEPFILES): Delete.
13355 * config/mips/irix6.mh (XDEPFILES): Delete.
13356 * config/mips/irix5.mh (XDEPFILES): Delete.
13357 * config/mips/irix4.mh (XDEPFILES): Delete.
13358 * config/mips/irix3.mh (XDEPFILES): Delete.
13359 * config/mips/decstation.mh (XDEPFILES): Delete.
13360 * config/mips/mipsm3.mh (XDEPFILES): Delete.
13361 (NATDEPFILES): Move core-aout.o to here.
13362 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
13363 * config/pa/hpux1020.mh (XDEPFILES): Delete.
13364 * config/pa/hppabsd.mh (XDEPFILES): Delete.
13365 * config/pa/hppahpux.mh (XDEPFILES): Delete.
13366 * config/pa/hpux11w.mh (XDEPFILES): Delete.
13367 * config/pa/hppaosf.mh (XDEPFILES): Delete.
13368 * config/pa/hpux11.mh (XDEPFILES): Delete.
13369 * config/powerpc/aix.mh (XDEPFILES): Delete.
13370 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
13371 * config/powerpc/linux.mh (XDEPFILES): Delete.
13372 * config/romp/rtbsd.mh: Rename XDEPFILES.
13373 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
13374 * config/rs6000/aix4.mh (XDEPFILES): Delete.
13375 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
13376 * config/s390/s390.mh (XDEPFILES): Delete.
13377 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
13378 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
13379 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
13380 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
13381 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
13382 * config/sparc/nbsd.mh (XDEPFILES): Delete.
13383 * config/sparc/linux.mh (XDEPFILES): Delete.
13384 * config/vax/vaxult.mh (XDEPFILES): Delete.
13385 * config/vax/vaxult2.mh (XDEPFILES): Delete.
13386 * Makefile.in (DEPFILES): Remove XDEPFILES.
13387
13388 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13389
13390 * utils.c (internal_verror): Fix comments, default is yes not no.
13391 Update queries to match. Default to quit and dump core.
13392
13393 2002-01-17 Andrew Cagney <ac131313@redhat.com>
13394
13395 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
13396 copyright.
13397 * defs.h, event-top.c, gdbcmd.h: Ditto.
13398 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
13399 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
13400 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
13401 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
13402 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
13403 * mi/mi-main.c:Ditto.
13404
13405 * stack.c, symfile.c: Update copyright.
13406
13407 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13408
13409 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
13410 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
13411 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
13412 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
13413
13414 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
13415
13416 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
13417 * gdbserver/low-lynx.c (myattach): Likewise.
13418 * gdbserver/low-nbsd.c (myattach): Likewise.
13419 * gdbserver/low-sim.c (myattach): Likewise.
13420 * gdbserver/low-sparc.c (myattach): Likewise.
13421 * gdbserver/low-sun3.c (myattach): Likewise.
13422
13423 * gdbserver/low-linux.c (myattach): New function.
13424
13425 * gdbserver/server.c (attach_inferior): New function.
13426 (main): Handle "--attach".
13427
13428 2002-01-16 Andrew Cagney <ac131313@redhat.com>
13429
13430 * MAINTAINERS (language support): Daniel Jacobwitz is C++
13431 maintainer.
13432
13433 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
13434
13435 * c-typeprint.c (is_type_conversion_operator): Add additional
13436 check for non-conversion operators.
13437
13438 2002-01-15 Michael Snyder <msnyder@redhat.com>
13439
13440 * linux-proc.c: Add "info proc" command, a la procfs.c.
13441 (read_mapping): New function, abstract and re-use code.
13442 (linux_find_memory_regions): Use new func read_mapping.
13443 (linux_info_proc_cmd): New function, implement "info proc".
13444 (_initialize_linux_proc): Add new command "info proc".
13445
13446 2002-01-15 Michael Snyder <msnyder@redhat.com>
13447
13448 * symfile.c (generic_load): Use bfd_map_over_sections method
13449 instead of manipulating bfd structure members directly.
13450 (add_section_size_callback): New function, bfd sections callback
13451 used by generic_load.
13452 (load_sections_callback): New function, bfd sections callback
13453 used by generic_load.
13454
13455 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
13456
13457 [Based on work by Jim Blandy]
13458 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
13459 (builtin_type_vec128): Export.
13460 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
13461 types.
13462 (builtin_type_vec128): New builtin type for 128 bit vector
13463 registers.
13464 (build_gdbtypes): Initialize builtin_type_v16qi and
13465 builtin_type_v8hi. Create the vec128 register builtin type
13466 structure.
13467 (build_builtin_type_vec128): New function.
13468 (_initialize_gdbtypes): Register builtin_type_v16qi and
13469 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
13470 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
13471 AltiVec register to new builtin type.
13472
13473 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
13474
13475 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
13476 to make_cv_type.
13477
13478 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13479
13480 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
13481 CLEAN_UP_REGISTER_VALUE.
13482 * regcache.c (supply_register): Update only call.
13483
13484 2002-01-14 Andrew Cagney <ac131313@redhat.com>
13485
13486 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13487 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13488 a29k-*-vxworks* targets as obsolete.
13489
13490 2002-01-14 Michael Snyder <msnyder@redhat.com>
13491
13492 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
13493 until we can resolve portability issues.
13494 * gregset.h: Remove references to fpxregs.
13495 * gcore.c (gcore_command): Initialize note_sec to NULL.
13496
13497 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13498
13499 * signals.c (target_signal_to_name): Rewrite. Only use
13500 signals[].name when in bounds and non-NULL.
13501
13502 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13503
13504 From Petr Ledvina <ledvinap@kae.zcu.cz>:
13505 * signals.c (target_signal_to_name): Verify that SIG is within the
13506 bounds of the signals array.
13507
13508 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13509
13510 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
13511
13512 2002-01-13 Keith Seitz <keiths@redhat.com>
13513
13514 * stack.c (print_frame_info_base): Print the frame's pc
13515 only if when print_frame_info_listing_hook is not defined.
13516
13517 2002-01-13 Keith Seitz <keiths@redhat.com>
13518
13519 * varobj.c (varobj_set_value): Make sure that there were no
13520 errors evaluating the object before attempting to set its
13521 value.
13522 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
13523 so this offset adjustment is no longer necessary.
13524 (create_child): Don't set the error flag if the child is
13525 a CPLUS_FAKE_CHILD.
13526 (value_of_child): If value_fetch_lazy fails, return NULL
13527 so that callers will be notified that an error occurred.
13528 (c_value_of_variable): Delay check of variable's validity
13529 until later. We actually want all structs and unions to have
13530 the value "{...}".
13531 Do not return "???" for variables which could not be evaluated.
13532 This error condition must be returned to the caller so that it
13533 can get the error condition from gdb.
13534 (cplus_name_of_child): Adjust index for vptr before figuring
13535 out the name of the child.
13536 (cplus_value_of_child): If a child's (real) parent is not valid,
13537 don't even bother trying to give a value for it. Just return
13538 an error. Change all instances in this function.
13539 (cplus_type_of_child): If our parent is one of the "fake"
13540 parents, we need to get at the type of the real parent, and
13541 derive the child's true type using this information.
13542
13543 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13544
13545 From 2002-01-09 John Marshall <johnm@falch.net>:
13546 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
13547 sources.redhat.com, and tweak some related URLs which had
13548 suffered from linkrot.
13549
13550 2002-01-13 Andrew Cagney <ac131313@redhat.com>
13551
13552 From Jeff law:
13553 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
13554 structures passed in registers.
13555
13556 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
13557
13558 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
13559 white space which prevented compilation. Reported by DSK
13560 <dsk@student.unsw.edu.au>.
13561
13562 2002-01-11 Michael Snyder <msnyder@redhat.com>
13563
13564 * symfile.c (build_section_addr_info_from_section_tab):
13565 Use bfd access method instead of manipulating bfd directly.
13566 (syms_from_objfile): Ditto.
13567 (simple_overlay_update_1): Ditto.
13568 (simple_overlay_update): Ditto.
13569 (generic_load): Ditto.
13570 (overlay_unmapped_address): FIXME comment, bfd access methods.
13571 (sections_overlap): FIXME comment, bfd access methods.
13572 (pc_in_mapped_range): FIXME comment, bfd access methods.
13573 (pc_in_unmapped_range): FIXME comment, bfd access methods.
13574 (section_is_mapped): FIXME comment, bfd access methods.
13575 (section_is_overlay): FIXME comment, bfd access methods.
13576
13577 * symfile.c (generic_load): Whitespace and long line cleanups.
13578 Remove duplicate variable, change several local variables to
13579 more appropriate data types.
13580 (print_transfer_performance): Use %lu instead of %ld for ulongs.
13581
13582 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13583
13584 From Peter Schauer:
13585 * language.c (longest_local_hex_string_custom): Use phex_nz to
13586 convert NUM to a hex string.
13587
13588 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
13589
13590 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
13591 the function.
13592 Update Copyright year.
13593
13594 2002-01-12 Andrew Cagney <ac131313@redhat.com>
13595
13596 * language.c (longest_raw_hex_string): Delete unused function.
13597
13598 2002-01-11 Petr Sorfa <petrs@caldera.com>
13599
13600 * MAINTAINERS (write-after-approval): Add myself.
13601 * dwarf2read.c (read_tag_string_type): Handling of
13602 DW_AT_byte_size.
13603 (read_tag_string_type): FORTRAN fix to prevent propagation of
13604 first string size.
13605 (set_cu_language): Handling of DW_LANG_Fortran95
13606
13607 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
13608
13609 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
13610 GETPID(inferior_ptid).
13611 (store_inferior_registers): Likewise.
13612
13613 2002-01-10 Jason Merrill <jason@redhat.com>
13614
13615 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
13616 Fix DW_OP_minus.
13617
13618 2002-01-10 Andrew Cagney <ac131313@redhat.com>
13619
13620 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
13621 and bfd/elf32-sh-nbsd.c.
13622
13623 2002-01-10 Michael Snyder <msnyder@redhat.com>
13624
13625 * NEWS: Mention --pid and corefile/proc-id behavior change.
13626
13627 * Makefile.in: Add rules for gcore.o and linux-proc.o.
13628 * gcore.c: Include cli/cli-decode.h instead of command.h.
13629
13630 * main.c (captured_main): Add new command line option "--pid".
13631 If the second command line argument (following the symbol-file)
13632 begins with a digit, try to attach to it before trying to open
13633 it as a corefile.
13634 (print_gdb_help): Document the "--pid" argument.
13635
13636 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
13637
13638 * completer.c (command_completer): New function.
13639
13640 * completer.h <command_completer>: Add prototype.
13641
13642 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
13643 completer for the "help" command.
13644
13645 2002-01-09 Jason Merrill <jason@redhat.com>
13646
13647 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
13648
13649 2002-01-09 Michael Snyder <msnyder@redhat.com>
13650
13651 * i386-linux-nat.c (fill_fpxregset): Make global.
13652 (store_fpxregset): Ditto.
13653
13654 * gregset.h (gdb_fpxregset_t): Define.
13655 (supply_fpxregset): Prototype.
13656 (fill_fpxregset): Prototype.
13657
13658 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
13659
13660 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13661
13662 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
13663 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
13664 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
13665
13666 2002-01-09 Andrew Cagney <ac131313@redhat.com>
13667
13668 * MAINTAINERS: Update target maintainer rules so that any
13669 Maintainer can approve a tested patch for a maintenance-only
13670 target.
13671
13672 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
13673
13674 * MAINTAINERS (write-after-approval): Add myself.
13675
13676 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
13677 IN_SIGTRAMP.
13678
13679 2002-01-08 Michael Snyder <msnyder@redhat.com>
13680
13681 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
13682 real name of the executable, rather than the /proc name.
13683
13684 2002-01-03 Michael Snyder <msnyder@redhat.com>
13685
13686 Implement a "generate-core-file" command in gdb, save target state.
13687 * gcore.c: New file. Implement new command 'generate-core-file'.
13688 Save a corefile image of the current state of the inferior.
13689 * linux-proc.c: Add linux-specific code for saving corefiles.
13690 * target.h (struct target_ops): Add new target vectors for saving
13691 corefiles; to_find_memory_regions and to_make_corefile_notes.
13692 (target_find_memory_regions): New macro.
13693 (target_make_corefile_notes): New macro.
13694 * target.c (update_current_target): Inherit new target methods.
13695 (dummy_find_memory_regions): New place-holder method.
13696 (dummy_make_corefile_notes): New place-holder method.
13697 (init_dummy_target): Initialize new dummy target vectors.
13698 * exec.c (exec_set_find_memory_regions): New function.
13699 Allow the exec_ops vector for memory regions to be taken over.
13700 (exec_make_note_section): New function, target vector method.
13701 * defs.h (exec_set_find_memory_regions): Export prototype.
13702 * procfs.c (proc_find_memory_regions): New function, corefile method.
13703 (procfs_make_note_section): New function, corefile method.
13704 (init_procfs_ops): Set new target vector pointers.
13705 (find_memory_regions_callback): New function.
13706 (procfs_do_thread_registers): New function.
13707 (procfs_corefile_thread_callback): New function.
13708 * sol-thread.c (sol_find_memory_regions): New function.
13709 (sol_make_note_section): New function.
13710 (init_sol_thread_ops): Initialize new target vectors.
13711 * inftarg.c (inftarg_set_find_memory_regions): New function.
13712 Allow to_find_memory_regions vector to be taken over.
13713 (inftarg_set_make_corefile_notes): New function.
13714 Allow to_make_corefile_notes vector to be taken over.
13715 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
13716 interface layer if not target_has_execution (may be a corefile).
13717 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
13718 * config/sparc/sun4sol2.mh: Ditto.
13719 * config/alpha/alpha-linux.mh: Ditto.
13720 * config/arm/linux.mh: Ditto.
13721 * config/i386/x86-64linux.mh: Ditto.
13722 * config/ia64/linux.mh: Ditto.
13723 * config/m68k/linux.mh: Ditto.
13724 * config/mips/linux.mh: Ditto.
13725 * config/powerpc/linux.mh: Ditto.
13726 * config/sparc/linux.mh: Ditto.
13727
13728 2002-01-07 Michael Snyder <msnyder@redhat.com>
13729
13730 * arm-linux-nat.c: Remove references to regcache.c internal data
13731 (registers[] and register_valid[]).
13732
13733 2002-01-07 Michael Snyder <msnyder@redhat.com>
13734
13735 * linux-proc.c: New file. Implement child_pid_to_exec_file,
13736 so that attaching to a pid will automatically read the process's
13737 symbol file and shlibs.
13738 * Makefile.in: Add rule for linux-proc.o.
13739 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
13740 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
13741 * config/arm/linux.mh: Ditto.
13742 * config/i386/linux.mh: Ditto.
13743 * config/i386/x86-64linux.mh: Ditto.
13744 * config/ia64/linux.mh: Ditto.
13745 * config/m68k/linux.mh: Ditto.
13746 * config/mips/linux.mh: Ditto.
13747 * config/powerpc/linux.mh: Ditto.
13748 * config/sparc/linux.mh: Ditto.
13749
13750 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
13751
13752 * win32-nat.c: Add i386-tdep.h dependency.
13753
13754 2002-01-07 Michael Snyder <msnyder@redhat.com>
13755
13756 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
13757 instead of bfd_get_arch_size. Don't bail out just because
13758 there's no exec_bfd.
13759
13760 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
13761 * p-valprint.c (pascal_object_print_value): Ditto.
13762 * somread.c (som_symtab_read): Ditto.
13763 * symfile.c (simple_free_overlay_region_table): Ditto.
13764 * valops.c (value_assign): Ditto.
13765
13766 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
13767 use tilde_expand and strerror for opening save-tracepoints file.
13768
13769 * thread-db.c (thread_db_new_objfile): Indendation fix.
13770
13771 * infptrace.c (GDB_MAX_ALLOCA): New define.
13772 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
13773 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
13774 can be overridden with whatever value is appropriate to the host).
13775 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
13776 alloca to allocate potentially large buffer.
13777 * rs6000-nat.c (child_xfer_memory): Ditto.
13778 * symm-nat.c (child_xfer_memory): Ditto.
13779 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
13780
13781 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
13782
13783 From Nick Clifton <nickc@redhat.com>
13784 * d10v-tdep.c: Set STACK_START to 0x200bffe.
13785
13786 2002-01-07 Michael Snyder <msnyder@redhat.com>
13787
13788 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
13789 Don't use exec_bfd if it's NULL.
13790
13791 2002-01-06 Mark Kettenis <kettenis@gnu.org>
13792
13793 * valops.c (value_arg_coerce): Fix formatting.
13794
13795 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13796
13797 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
13798 * gnu-nat.c: Ditto.
13799
13800 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13801
13802 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
13803 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
13804 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
13805 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
13806 z8k-coff have not been multi-arched. Update z8k-coff build
13807 status.
13808
13809 2002-01-06 Andrew Cagney <ac131313@redhat.com>
13810
13811 * MAINTAINERS: Mark a29k target as obsolete.
13812 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
13813 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
13814 comments.
13815 * NEWS: Note that a29k targets are obsolete.
13816 * a29k-tdep.c: Mark as obsolete.
13817 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
13818 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
13819 a29k-*-vxworks* targets as obsolete.
13820 * remote-adapt.c: Obsolete.
13821 * remote-eb.c: Obsolete.
13822 * remote-mm.c: Obsolete.
13823 * remote-udi.c: Obsolete.
13824 * config/a29k/a29k-udi.mt: Obsolete.
13825 * config/a29k/a29k.mt: Obsolete.
13826 * config/a29k/tm-a29k.h: Obsolete.
13827 * config/a29k/tm-vx29k.h: Obsolete.
13828 * config/a29k/vx29k.mt: Obsolete.
13829
13830 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13831
13832 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
13833 with BFD_ENDIAN_BIG.
13834
13835 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13836
13837 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
13838 * configure, config.in: Re-generate.
13839 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
13840 * defs.h: Do not include <endian.h>.
13841
13842 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
13843
13844 * acconfig.h (HAVE_PT_GETXMMREGS): New.
13845 * config.in: Regenerate.
13846 * configure.in: Update copyright years.
13847 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
13848 * configure: Regenerate.
13849 * i386bsd-nat.c: Update copyright years.
13850 (fill_gregset): Use regcache_collect.
13851 (fetch_inferior_registers): Only fetch integer registers
13852 if requested to do so. Add support for XMM registers
13853 using PT_GETXMMREGS.
13854 (store_inferior_registers): Only store integer registers
13855 if requested to do so. Add support for XMM registers
13856 using PT_SETXMMREGS.
13857 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
13858 (store_inferior_registers): Remove.
13859 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
13860 (fetch_elfcore_registers): New function.
13861 (i386nbsd_elfcore_fns): New.
13862 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
13863 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
13864 i386bsd-nat.o.
13865 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
13866 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
13867 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
13868 * config/i386/tm-nbsd.h: Update copyright years.
13869 (HAVE_SSE_REGS): Define.
13870 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
13871 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
13872 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
13873 (SIGCONTEXT_PC_OFFSET): Remove.
13874 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
13875
13876 2002-01-05 Andrew Cagney <ac131313@redhat.com>
13877
13878 * configure.tgt: Remove powerpc-*-macos* target.
13879 * config/m68k/xm-mpw.h: Delete file.
13880 * config/xm-mpw.h: Delete file.
13881 * ser-mac.c: Delete file.
13882 * mpw-make.sed: Delete file.
13883 * mpw-config.in: Delete file.
13884 * mac-xdep.c: Delete file.
13885 * mac-gdb.r: Delete file.
13886 * mac-defs.h: Delete file.
13887 * mac-nat.c: Delete file.
13888 * config/powerpc/macos.mh: Delete file.
13889 * config/powerpc/macos.mt: Delete file.
13890 * config/powerpc/nm-macos.h: Delete file.
13891 * config/powerpc/tm-macos.h: Delete file.
13892 * source.c (openp, open_source_file): Remove obsolete code.
13893 * top.c (gdb_readline): Ditto.
13894 * utils.c (query): Ditto.
13895 * event-top.c (display_gdb_prompt): Ditto.
13896 * Makefile.in (ser-mac.o): Delete obsolete target.
13897 * NEWS: Update.
13898
13899 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13900
13901 * defs.h (BIG_ENDIAN): Delete macro definition.
13902 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
13903 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
13904 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
13905 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
13906 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
13907 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
13908 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
13909 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
13910 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
13911 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
13912 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
13913 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
13914 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13915 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
13916 * gdbarch.c: Re-generate.
13917
13918 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13919
13920 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
13921 for core files.
13922
13923 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13924
13925 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
13926
13927 2002-01-04 Andrew Cagney <ac131313@redhat.com>
13928
13929 * value.h (value_ptr): Delete typedef.
13930
13931 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13932
13933 * i386nbsd-nat.c: Update copyright years.
13934 Include i386-tdep.h.
13935
13936 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
13937
13938 * stabsread.c: Update copyright years.
13939
13940 From Debashis Mahata <debashis.mahata@wipro.com>:
13941 (read_struct_fields): Deal with Sun C compiler erroneous stab
13942 output for structs and unions.
13943 Fix PR gdb/269.
13944
13945 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13946
13947 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13948 prototype.
13949
13950 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13951
13952 * cp-abi.c: Fix whitespace.
13953 (baseclass_offset): New wrapper function.
13954 * cp-abi.h (baseclass_offset): Add prototype.
13955 (struct cp_abi_ops): Add baseclass_offset pointer.
13956
13957 * valops.c (vb_match): Move to...
13958 * gnu-v2-abi.c (vb_match): here.
13959 * valops.c (baseclass_offset): Move to...
13960 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13961
13962 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13963
13964 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13965 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13966 * hpacc-abi.c (init_hpacc_ops): Likewise.
13967
13968 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
13969
13970 * valops.c (find_overload_match): Accept obj as a
13971 reference parameter. Update it before returning.
13972 * value.h (find_overload_match): Update prototype.
13973 * eval.c (evaluate_subexp_standard): Pass object to
13974 find_overload_match by reference.
13975
13976 2002-01-03 Andrew Cagney <ac131313@redhat.com>
13977
13978 * valarith.c: Replace value_ptr with struct value pointer. Remove
13979 register attribute from value declarations.
13980 * valops.c: Ditto.
13981 * value.h: Ditto.
13982 * scm-lang.c (scm_lookup_name): Ditto.
13983
13984 2002-01-03 Michael Snyder <msnyder@redhat.com>
13985
13986 Abstract the functionality of iterating over mapped memory
13987 regions into a general purpose iterator function.
13988 * procfs.c (iterate_over_mappings): New function, general purpose
13989 iterator for memory sections.
13990 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13991 (solib_mappings_callback): New function, callback for above.
13992 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13993 (info_mappings_callback): New function, callback for above.
13994
13995 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13996
13997 2002-01-01 Mark Kettenis <kettenis@gnu.org>
13998
13999 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
14000 * i386-tdep.c: Include "elf-bfd.h".
14001 (process_note_abi_tag_sections): New function.
14002 (i386_gdbarch_init): Add code to recognize various OS/ABI
14003 combinations.
14004
14005 * maint.c (_initialize_maint_cmds): Add missing \ in
14006 string-literal.
14007
14008 For older changes see ChangeLog-2001
14009 \f
14010 Local Variables:
14011 mode: change-log
14012 left-margin: 8
14013 fill-column: 74
14014 version-control: never
14015 End:
This page took 0.363229 seconds and 5 git commands to generate.