* nlm/Makefile.in: Add (C) after Copyright. Update the FSF
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2005-12-23 Eli Zaretskii <eliz@gnu.org>
2
3 * nlm/Makefile.in:
4 * mi/mi-symbol-cmds.c:
5 * mi/mi-parse.h:
6 * mi/mi-parse.c:
7 * mi/mi-out.h:
8 * mi/mi-out.c:
9 * mi/mi-main.h:
10 * mi/mi-main.c:
11 * mi/mi-interp.c:
12 * mi/mi-getopt.h:
13 * mi/mi-getopt.c:
14 * mi/mi-console.h:
15 * mi/mi-console.c:
16 * mi/mi-common.h:
17 * mi/mi-common.c:
18 * mi/mi-cmds.h:
19 * mi/mi-cmds.c:
20 * mi/mi-cmd-var.c:
21 * mi/mi-cmd-stack.c:
22 * mi/mi-cmd-file.c:
23 * mi/mi-cmd-env.c:
24 * mi/mi-cmd-disas.c:
25 * mi/mi-cmd-break.c: Add (C) after Copyright. Update the FSF
26 address.
27
28 2005-12-22 Daniel Jacobowitz <dan@codesourcery.com>
29
30 * arm-linux-tdep.c (ARM_SET_R7_SIGRETURN, ARM_SET_R7_RT_SIGRETURN)
31 (ARM_EABI_SYSCALL, arm_linux_sigtramp_cache, arm_linux_sigreturn_init)
32 (arm_linux_rt_sigreturn_init, arm_linux_sigreturn_tramp_frame)
33 (arm_linux_rt_sigreturn_tramp_frame)
34 (arm_eabi_linux_sigreturn_tramp_frame)
35 (arm_eabi_linux_rt_sigreturn_tramp_frame): New.
36 (arm_linux_init_abi): Register the new signal unwinders.
37 (arm_linux_in_sigtramp, arm_linux_sigcontext_register_address):
38 Delete.
39 * arm-tdep.c (SIGCONTEXT_REGISTER_ADDRESS_P)
40 (SIGCONTEXT_REGISTER_ADDRESS, arm_make_sigtramp_cache)
41 (arm_sigtramp_this_id, arm_sigtramp_prev_register)
42 (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer): Delete.
43 (arm_gdbarch_init): Don't register a signal unwinder.
44 * config/arm/tm-linux.h (arm_linux_in_sigtramp)
45 (arm_linux_sigcontext_register_address): Delete prototypes.
46 (DEPRECATED_IN_SIGTRAMP, SIGCONTEXT_REGISTER_ADDRESS): Delete.
47 * Makefile.in (arm-linux-tdep.o): Update.
48
49 2005-12-22 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
52 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.
53
54 2005-12-22 Mark Kettenis <kettenis@gnu.org>
55
56 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Fix typos.
57 (amd64obsd_trapframe_sniffer): Add comment.
58 * i386obsd-tdep.c (i386obsd_trapframe_cache): Fix typos.
59 (i386obsd_trapframe_sniffer): Add comment.
60
61 * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Fix detection of
62 interrupts from user space.
63
64 * i386obsd-tdep.c (i386obsd_trapframe_cache): Handle interrupt
65 frames too.
66 (i386obsd_trapframe_sniffer): Turn into a proper unwinder sniffer.
67 (i386obsd_trapframe_unwind): Add sniffer.
68 (i386obsd_init_abi): Prepend i386obsd_trapframe_unwind instead of
69 appending i386obsd_trapframe_sniffer.
70
71 * amd64obsd-tdep.c: Include "frame-unwind.h" and "trad-frame.h".
72 (amd64obsd_tf_reg_offset): New define.
73 (amd64obsd_trapframe_cache, amd64obsd_trapframe_this_id)
74 (amd64obsd_trapframe_prev_register, amd64obsd_trapframe_sniffer):
75 New functions.
76 (amd64obsd_trapframe_unwind): New variable.
77 (amd64obsd_init_abi): Prepend amd64obsd_trapframe_unwind.
78 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
79
80 2005-12-20 Jim Blandy <jimb@redhat.com>
81
82 * rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.
83
84 2005-12-20 Joel Brobecker <brobecker@adacore.com>
85
86 * rs6000-tdep.c: Use proper spelling for existent.
87
88 2005-12-20 Joel Brobecker <brobecker@adacore.com>
89
90 * rs6000-tdep.c: Fix spelling errors.
91
92 2005-12-19 Mark Kettenis <kettenis@gnu.org>
93
94 * i386-tdep.h (I386_SEL_RPL, I386_SEL_UPL, I386_SEL_KPL): New
95 defines.
96 * i386obsd-tdep.c: Include "frame-unwind.h" and "trad-frame.h".
97 (i386obsd_tf_reg_offset, i386obsd_trapframe_unwind): New
98 variables.
99 (i386obsd_trapframe_cache, i386obsd_trapframe_this_id)
100 (i386obsd_trapframe_prev_register, i386obsd_trapframe_sniffer):
101 New functions.
102 (i386obsd_init_abi): Append i386obsd_trapframe_sniffer.
103 * Makefile.in (i386obsd-tdep.o): Update dependencies.
104
105 2005-12-18 Eli Zaretskii <eliz@gnu.org>
106
107 * cli/cli-utils.h:
108 * cli/cli-utils.c:
109 * cli/cli-setshow.h:
110 * cli/cli-setshow.c:
111 * cli/cli-script.h:
112 * cli/cli-script.c:
113 * cli/cli-logging.c:
114 * cli/cli-interp.c:
115 * cli/cli-dump.h:
116 * cli/cli-dump.c:
117 * cli/cli-decode.h:
118 * cli/cli-decode.c:
119 * cli/cli-cmds.h:
120 * cli/cli-cmds.c:
121 * breakpoint.c:
122 * arm-tdep.c:
123 * ia64-tdep.c:
124 * i386-tdep.c:
125 * hpread.c:
126 * hppa-tdep.c:
127 * hppa-hpux-tdep.c:
128 * gnu-nat.c:
129 * gdbtypes.c:
130 * gdbarch.h:
131 * gdbarch.c:
132 * eval.c:
133 * dwarf2read.c:
134 * dbxread.c:
135 * copying:
136 * symfile.c:
137 * stabsread.c:
138 * sh64-tdep.c:
139 * sh-tdep.c:
140 * s390-tdep.c:
141 * rs6000-tdep.c:
142 * remote.c:
143 * remote-mips.c:
144 * mips-tdep.c:
145 * mdebugread.c:
146 * linux-nat.c:
147 * infrun.c:
148 * xcoffread.c:
149 * win32-nat.c:
150 * valops.c:
151 * utils.c:
152 * tracepoint.c:
153 * target.c:
154 * symtab.c:
155 * c-exp.y:
156 * ada-valprint.c:
157 * ada-typeprint.c:
158 * ada-lex.l:
159 * ada-lang.h:
160 * ada-lang.c:
161 * ada-exp.y:
162 * alphafbsd-tdep.c:
163 * alphabsd-tdep.h:
164 * alphabsd-tdep.c:
165 * alphabsd-nat.c:
166 * alpha-tdep.h:
167 * alpha-tdep.c:
168 * alpha-osf1-tdep.c:
169 * alpha-nat.c:
170 * alpha-mdebug-tdep.c:
171 * alpha-linux-tdep.c:
172 * alpha-linux-nat.c:
173 * aix-thread.c:
174 * abug-rom.c:
175 * arch-utils.c:
176 * annotate.h:
177 * annotate.c:
178 * amd64obsd-tdep.c:
179 * amd64obsd-nat.c:
180 * amd64nbsd-tdep.c:
181 * amd64nbsd-nat.c:
182 * amd64fbsd-tdep.c:
183 * amd64fbsd-nat.c:
184 * amd64bsd-nat.c:
185 * amd64-tdep.h:
186 * amd64-tdep.c:
187 * amd64-sol2-tdep.c:
188 * amd64-nat.h:
189 * amd64-nat.c:
190 * amd64-linux-tdep.c:
191 * amd64-linux-nat.c:
192 * alphanbsd-tdep.c:
193 * block.h:
194 * block.c:
195 * bfd-target.h:
196 * bfd-target.c:
197 * bcache.h:
198 * bcache.c:
199 * ax.h:
200 * ax-general.c:
201 * ax-gdb.h:
202 * ax-gdb.c:
203 * avr-tdep.c:
204 * auxv.h:
205 * auxv.c:
206 * armnbsd-tdep.c:
207 * armnbsd-nat.c:
208 * arm-tdep.h:
209 * arm-linux-nat.c:
210 * arch-utils.h:
211 * charset.c:
212 * call-cmds.h:
213 * c-valprint.c:
214 * c-typeprint.c:
215 * c-lang.h:
216 * c-lang.c:
217 * buildsym.h:
218 * buildsym.c:
219 * bsd-uthread.h:
220 * bsd-uthread.c:
221 * bsd-kvm.h:
222 * bsd-kvm.c:
223 * breakpoint.h:
224 * core-regset.c:
225 * core-aout.c:
226 * completer.h:
227 * completer.c:
228 * complaints.h:
229 * complaints.c:
230 * command.h:
231 * coffread.c:
232 * coff-solib.h:
233 * coff-solib.c:
234 * coff-pe-read.h:
235 * coff-pe-read.c:
236 * cli-out.h:
237 * cli-out.c:
238 * charset.h:
239 * dink32-rom.c:
240 * dictionary.h:
241 * dictionary.c:
242 * demangle.c:
243 * defs.h:
244 * dcache.h:
245 * dcache.c:
246 * d10v-tdep.c:
247 * cpu32bug-rom.c:
248 * cp-valprint.c:
249 * cp-support.h:
250 * cp-support.c:
251 * cp-namespace.c:
252 * cp-abi.h:
253 * cp-abi.c:
254 * corelow.c:
255 * corefile.c:
256 * environ.c:
257 * elfread.c:
258 * dwarfread.c:
259 * dwarf2loc.c:
260 * dwarf2expr.h:
261 * dwarf2expr.c:
262 * dwarf2-frame.h:
263 * dwarf2-frame.c:
264 * dve3900-rom.c:
265 * dummy-frame.h:
266 * dummy-frame.c:
267 * dsrec.c:
268 * doublest.h:
269 * doublest.c:
270 * disasm.h:
271 * disasm.c:
272 * fork-child.c:
273 * findvar.c:
274 * fbsd-nat.h:
275 * fbsd-nat.c:
276 * f-valprint.c:
277 * f-typeprint.c:
278 * f-lang.h:
279 * f-lang.c:
280 * expression.h:
281 * expprint.c:
282 * exec.h:
283 * exec.c:
284 * exceptions.h:
285 * exceptions.c:
286 * event-top.h:
287 * event-top.c:
288 * event-loop.h:
289 * event-loop.c:
290 * gdb.c:
291 * gdb-stabs.h:
292 * gdb-events.h:
293 * gdb-events.c:
294 * gcore.c:
295 * frv-tdep.h:
296 * frv-tdep.c:
297 * frv-linux-tdep.c:
298 * frame.h:
299 * frame.c:
300 * frame-unwind.h:
301 * frame-unwind.c:
302 * frame-base.h:
303 * frame-base.c:
304 * gdb_vfork.h:
305 * gdb_thread_db.h:
306 * gdb_string.h:
307 * gdb_stat.h:
308 * gdb_regex.h:
309 * gdb_ptrace.h:
310 * gdb_proc_service.h:
311 * gdb_obstack.h:
312 * gdb_locale.h:
313 * gdb_dirent.h:
314 * gdb_curses.h:
315 * gdb_assert.h:
316 * gdbarch.sh:
317 * gdb.h:
318 * hpux-thread.c:
319 * hppabsd-nat.c:
320 * hppa-tdep.h:
321 * hpacc-abi.c:
322 * h8300-tdep.c:
323 * gregset.h:
324 * go32-nat.c:
325 * gnu-v3-abi.c:
326 * gnu-v2-abi.h:
327 * gnu-v2-abi.c:
328 * gnu-nat.h:
329 * glibc-tdep.c:
330 * gdbtypes.h:
331 * gdbcore.h:
332 * gdbcmd.h:
333 * i386nbsd-tdep.c:
334 * i386nbsd-nat.c:
335 * i386gnu-tdep.c:
336 * i386gnu-nat.c:
337 * i386fbsd-tdep.c:
338 * i386fbsd-nat.c:
339 * i386bsd-tdep.c:
340 * i386bsd-nat.h:
341 * i386bsd-nat.c:
342 * i386-tdep.h:
343 * i386-sol2-nat.c:
344 * i386-nto-tdep.c:
345 * i386-nat.c:
346 * i386-linux-tdep.h:
347 * i386-linux-tdep.c:
348 * i386-linux-nat.c:
349 * i386-cygwin-tdep.c:
350 * inf-ttrace.c:
351 * inf-ptrace.h:
352 * inf-ptrace.c:
353 * inf-loop.h:
354 * inf-loop.c:
355 * inf-child.h:
356 * inf-child.c:
357 * ia64-tdep.h:
358 * ia64-linux-nat.c:
359 * i387-tdep.h:
360 * i387-tdep.c:
361 * i386v4-nat.c:
362 * i386v-nat.c:
363 * i386obsd-tdep.c:
364 * i386obsd-nat.c:
365 * kod.c:
366 * jv-valprint.c:
367 * jv-typeprint.c:
368 * jv-lang.h:
369 * jv-lang.c:
370 * irix5-nat.c:
371 * iq2000-tdep.c:
372 * interps.h:
373 * interps.c:
374 * inftarg.c:
375 * inflow.h:
376 * inflow.c:
377 * inferior.h:
378 * infcmd.c:
379 * infcall.h:
380 * infcall.c:
381 * inf-ttrace.h:
382 * m32r-tdep.h:
383 * m32r-tdep.c:
384 * m32r-rom.c:
385 * m32r-linux-tdep.c:
386 * m32r-linux-nat.c:
387 * m2-valprint.c:
388 * m2-typeprint.c:
389 * m2-lang.h:
390 * m2-lang.c:
391 * lynx-nat.c:
392 * linux-thread-db.c:
393 * linux-nat.h:
394 * linespec.c:
395 * libunwind-frame.h:
396 * libunwind-frame.c:
397 * language.h:
398 * language.c:
399 * macroexp.c:
400 * macrocmd.c:
401 * m88kbsd-nat.c:
402 * m88k-tdep.h:
403 * m88k-tdep.c:
404 * m68klinux-tdep.c:
405 * m68klinux-nat.c:
406 * m68kbsd-tdep.c:
407 * m68kbsd-nat.c:
408 * m68k-tdep.h:
409 * m68k-tdep.c:
410 * mips-linux-nat.c:
411 * mips-irix-tdep.c:
412 * minsyms.c:
413 * memattr.h:
414 * memattr.c:
415 * mem-break.c:
416 * mdebugread.h:
417 * main.h:
418 * main.c:
419 * macrotab.h:
420 * macrotab.c:
421 * macroscope.h:
422 * macroscope.c:
423 * macroexp.h:
424 * nbsd-tdep.c:
425 * mt-tdep.c:
426 * monitor.h:
427 * monitor.c:
428 * mn10300-tdep.h:
429 * mn10300-tdep.c:
430 * mn10300-linux-tdep.c:
431 * mipsv4-nat.c:
432 * mipsread.c:
433 * mipsnbsd-tdep.h:
434 * mipsnbsd-tdep.c:
435 * mipsnbsd-nat.c:
436 * mips64obsd-tdep.c:
437 * mips64obsd-nat.c:
438 * mips-tdep.h:
439 * mips-mdebug-tdep.c:
440 * mips-linux-tdep.c:
441 * osabi.h:
442 * osabi.c:
443 * ocd.h:
444 * ocd.c:
445 * observer.c:
446 * objfiles.h:
447 * objfiles.c:
448 * objc-lang.h:
449 * objc-lang.c:
450 * objc-exp.y:
451 * nto-tdep.h:
452 * nto-tdep.c:
453 * nto-procfs.c:
454 * nlmread.c:
455 * nbsd-tdep.h:
456 * ppcobsd-tdep.c:
457 * ppcobsd-nat.c:
458 * ppcnbsd-tdep.h:
459 * ppcnbsd-tdep.c:
460 * ppcnbsd-nat.c:
461 * ppcbug-rom.c:
462 * ppc-tdep.h:
463 * ppc-sysv-tdep.c:
464 * ppc-linux-tdep.c:
465 * ppc-linux-nat.c:
466 * ppc-bdm.c:
467 * parser-defs.h:
468 * parse.c:
469 * p-valprint.c:
470 * p-typeprint.c:
471 * p-lang.h:
472 * p-lang.c:
473 * remote-fileio.h:
474 * remote-fileio.c:
475 * remote-est.c:
476 * remote-e7000.c:
477 * regset.h:
478 * regset.c:
479 * reggroups.h:
480 * reggroups.c:
481 * regcache.h:
482 * regcache.c:
483 * proc-why.c:
484 * proc-service.c:
485 * proc-events.c:
486 * printcmd.c:
487 * ppcobsd-tdep.h:
488 * sentinel-frame.h:
489 * sentinel-frame.c:
490 * scm-valprint.c:
491 * scm-tags.h:
492 * scm-lang.h:
493 * scm-lang.c:
494 * scm-exp.c:
495 * s390-tdep.h:
496 * rom68k-rom.c:
497 * remote.h:
498 * remote-utils.c:
499 * remote-st.c:
500 * remote-sim.c:
501 * remote-sds.c:
502 * remote-rdp.c:
503 * remote-rdi.c:
504 * remote-hms.c:
505 * sim-regno.h:
506 * shnbsd-tdep.h:
507 * shnbsd-tdep.c:
508 * shnbsd-nat.c:
509 * sh-tdep.h:
510 * serial.h:
511 * serial.c:
512 * ser-unix.h:
513 * ser-unix.c:
514 * ser-tcp.c:
515 * ser-pipe.c:
516 * ser-go32.c:
517 * ser-e7kpc.c:
518 * ser-base.h:
519 * ser-base.c:
520 * solib.c:
521 * solib-svr4.h:
522 * solib-svr4.c:
523 * solib-sunos.c:
524 * solib-som.h:
525 * solib-som.c:
526 * solib-pa64.h:
527 * solib-pa64.c:
528 * solib-osf.c:
529 * solib-null.c:
530 * solib-legacy.c:
531 * solib-irix.c:
532 * solib-frv.c:
533 * solib-aix5.c:
534 * sol-thread.c:
535 * sparc64-linux-tdep.c:
536 * sparc64-linux-nat.c:
537 * sparc-tdep.h:
538 * sparc-tdep.c:
539 * sparc-sol2-tdep.c:
540 * sparc-sol2-nat.c:
541 * sparc-nat.h:
542 * sparc-nat.c:
543 * sparc-linux-tdep.c:
544 * sparc-linux-nat.c:
545 * source.h:
546 * source.c:
547 * somread.c:
548 * solist.h:
549 * solib.h:
550 * std-regs.c:
551 * stack.h:
552 * stack.c:
553 * stabsread.h:
554 * sparcobsd-tdep.c:
555 * sparcnbsd-tdep.c:
556 * sparcnbsd-nat.c:
557 * sparc64obsd-tdep.c:
558 * sparc64nbsd-tdep.c:
559 * sparc64nbsd-nat.c:
560 * sparc64fbsd-tdep.c:
561 * sparc64fbsd-nat.c:
562 * sparc64-tdep.h:
563 * sparc64-tdep.c:
564 * sparc64-sol2-tdep.c:
565 * sparc64-nat.c:
566 * ui-file.c:
567 * typeprint.h:
568 * typeprint.c:
569 * tramp-frame.h:
570 * tramp-frame.c:
571 * trad-frame.h:
572 * trad-frame.c:
573 * tracepoint.h:
574 * top.c:
575 * tobs.inc:
576 * thread.c:
577 * terminal.h:
578 * target.h:
579 * symfile.h:
580 * stop-gdb.c:
581 * vaxbsd-nat.c:
582 * vax-tdep.h:
583 * vax-tdep.c:
584 * vax-nat.c:
585 * varobj.h:
586 * varobj.c:
587 * value.h:
588 * value.c:
589 * valprint.h:
590 * valprint.c:
591 * v850-tdep.c:
592 * uw-thread.c:
593 * user-regs.c:
594 * ui-out.h:
595 * ui-out.c:
596 * ui-file.h:
597 * xcoffsolib.h:
598 * xcoffsolib.c:
599 * wrapper.c:
600 * wince.c:
601 * wince-stub.h:
602 * wince-stub.c:
603 * vaxobsd-tdep.c:
604 * vaxnbsd-tdep.c:
605 * gdb_gcore.sh:
606 * copying.c:
607 * configure.ac:
608 * aclocal.m4:
609 * acinclude.m4:
610 * reply_mig_hack.awk:
611 * observer.sh:
612 * gdb_mbuild.sh:
613 * arm-linux-tdep.c:
614 * blockframe.c:
615 * dbug-rom.c:
616 * environ.h:
617 * dwarf2loc.h:
618 * gdb-events.sh:
619 * glibc-tdep.h:
620 * gdb_wait.h:
621 * gdbthread.h:
622 * i386-sol2-tdep.c:
623 * hppabsd-tdep.c:
624 * hppa-linux-nat.c:
625 * hppa-hpux-nat.c:
626 * ia64-linux-tdep.c:
627 * infptrace.c:
628 * linespec.h:
629 * maint.c:
630 * mips-mdebug-tdep.h:
631 * remote-m32r-sdi.c:
632 * s390-nat.c:
633 * rs6000-nat.c:
634 * remote-utils.h:
635 * sh3-rom.c:
636 * sh-linux-tdep.c:
637 * top.h:
638 * symtab.h:
639 * symmisc.c:
640 * symfile-mem.c:
641 * srec.h:
642 * user-regs.h:
643 * version.h:
644 * valarith.c:
645 * xstormy16-tdep.c:
646 * wrapper.h:
647 * Makefile.in:
648 * f-exp.y:
649 * cris-tdep.c:
650 * cp-name-parser.y:
651 * procfs.c:
652 * proc-utils.h:
653 * proc-flags.c:
654 * proc-api.c:
655 * p-exp.y:
656 * m68hc11-tdep.c:
657 * m2-exp.y:
658 * kod.h:
659 * kod-cisco.c:
660 * jv-exp.y:
661 * hppa-linux-tdep.c: Add (c) after Copyright. Update the FSF
662 address.
663
664 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
665
666 Second part of ms1 to mt renaming.
667 * mt-tdep.c (mt_arch_constants, mt_gdb_regnums): Rename, adjust.
668 (mt_register_name, mt_register_type, mt_register_reggroup_p,
669 mt_return_value, mt_skip_prologue, mt_breapoint_from_pc,
670 mt_pseudo_register_read, mt_pseudo_register_write, mt_frame_align,
671 mt_registers_info, mt_push_dummy_call, mt_unwind_cache,
672 mt_frame_unwind_cache, mt_unwind_pc, mt_unwind_dummy_id,
673 mt_frame_this_id, mt_frame_prev_register, mt_frame_base_address,
674 mt_frame_unwind, mt_frame_sniffer, mt_frame_base, mt_gdbarch_init,
675 _initialize_mt_tdep): Rename & adjust.
676
677 2005-12-13 Mark Kettenis <kettenis@gnu.org>
678
679 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_unwind_sniffer): Detect
680 export stub for signal trampoline as a signal trampoline too.
681
682 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Don't
683 set pcoqh to rp.
684
685 2005-12-13 Corinna Vinschen <vinschen@redhat.com>
686
687 * h8300-tdep.c (h8300_frame_prev_register): Change valuep type to
688 gdb_byte *.
689 (h8300_push_dummy_call): Change `padded' to gdb_byte.
690 (h8300_return_value): Change buffer types to gdb_byte.
691 (h8300h_return_value): Ditto.
692 (h8300_pseudo_register_read): Ditto.
693 (h8300_pseudo_register_write): Ditto.
694
695 2005-12-13 Corinna Vinschen <vinschen@redhat.com>
696
697 * v850-tdep.c (v850_frame_prev_register): Change valuep type to
698 gdb_byte *.
699
700 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
701
702 * configure.tgt: Replace ms1 arch with mt arch.
703 * config/mt: Renamed from ms1 dir. Update file names as needed.
704 * config/mt/mt.mt (TDEPFILES): Replace ms1 file with mt file.
705
706 2005-12-09 Randolph Chung <tausq@debian.org>
707
708 PR corefiles/2026
709 * hppa-hpux-tdep.c (hppa_hpux_core_osabi_sniffer): Check for HPUX ELF
710 core files.
711 (_initialize_hppa_hpux_tdep): Install sniffer for ELF core files.
712 * config/pa/hpux.mh: Compile corelow.o.
713
714 2005-12-09 Randolph Chung <tausq@debian.org>
715
716 * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): New function.
717 (hppa64_push_dummy_call): If passing a function pointer, ensure
718 it is a function descriptor address instead of the function entry
719 point.
720
721 2005-12-09 Randolph Chung <tausq@debian.org>
722
723 * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): New funtion.
724 (hppa_gdbarch_init): Set dwarf_reg_to_regnum and
725 dwarf2_reg_to_regnum methods.
726
727 2005-12-08 Kevin Buettner <kevinb@redhat.com>
728
729 * NEWS (Changes in GDB 6.4): Delete references indicating that
730 the following configurations have been removed: h8300*-*-*,
731 mn10300-*-*, and v850-*-*. These configurations had been
732 removed within the 6.4 development cycle, but were later
733 restored within the same cycle.
734
735 2005-12-08 Nathan Sidwell <nathan@codesourcery.com>
736
737 Add ms2 support.
738 * ms1-tdep.c (ms1_register_type): Check for ms2.
739 (ms1_breakpoint_from_pc): ms2 has a different break instruction.
740 (ms1_pseudo_register_read, ms1_pseudo_register_write,
741 ms1_registers_info): Add ms2.
742 * NEWS (Changes since GDB 6.4): Add ms2
743
744 2005-12-08 Randolph Chung <tausq@debian.org>
745
746 * somread.c (som_symfile_offsets): Iterate through number of sections
747 in addrs instead of objfile.
748
749 2005-12-07 Daniel Jacobowitz <dan@codesourcery.com>
750
751 * valops.c (value_struct_elt): Clarify error message.
752
753 2005-12-07 Jim Blandy <jimb@redhat.com>
754
755 * target.c (target_xfer_memory_partial): Doc fix.
756
757 * ax-general.c (ax_reqs): Check stack heights for backward jumps,
758 too. Correctly check height at target. Doc fixes.
759
760 2005-12-06 Michael Snyder <msnyder@redhat.com>
761
762 * cli/cli-decode.c (add_setshow_string_cmd): Indent.
763 (add_setshow_integer_cmd): Indent.
764
765 * inf-ptrace.c: Fix typos in comments.
766
767 2005-12-06 Serge Chatroux <serge.chatroux@st.com>
768
769 * mi/mi-interp.c (mi_interpreter_resume): Route target error
770 through the MI.
771
772 2005-12-04 Mark Kettenis <kettenis@gnu.org>
773
774 * amd64obsd-tdep.c: Include "regcache.h" and "bsd-uthread.h".
775 (amd64obsd_uthread_reg_offset): New variable.
776 (AMD64OBSD_UTHREAD_RSP_OFFSET): New define.
777 (amd64obsd_supply_uthread, amd64obsd_collect_uthread): New
778 functions.
779 (amd64obsd_init_abi): Set supply_uthread and collect_uthread.
780 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
781
782 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
783
784 * breakpoint.c (BREAK_ARGS_HELP): New mecro.
785 (_initialize_breakpoint): Enhance break, tbreak, hbreak and thbreak
786 commands' help by adding more information and using BREAK_ARGS_HELP
787 to duplicate the common parts. Remove now-redundant cross-references.
788
789 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
790
791 * value.c (init_if_undefined_command): New function.
792 (_initialize_values): Add command init-if-undefined.
793 * NEWS (Changes since GDB 6.3): Rename to 'Changes in GDB 6.4'.
794 (Changes since GDB 6.4): New section.
795 Mention new command init-if-undefined.
796
797 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
798
799 * symfile.c (symbol_file_clear): Test symfile_objfile is not NULL
800 before dereferencing it.
801 Gettextize the query.
802
803 2005-12-02 Joel Brobecker <brobecker@adacore.com>
804
805 GDB 6.4 released from GDB 6.4 branch.
806
807 2005-12-01 Nathan Sidwell <nathan@codesourcery.com>
808
809 * ms1-tdep.c (ms1_register_name): Const qualify array.
810 (ms1_registers_info): Use gdb_byte.
811 (ms1_push_dummy_call): Likewise.
812 (ms1_gdbarch_init): Remove illformed nested prototype.
813
814 2005-11-25 Christophe Lyon <christophe.lyon@st.com>
815
816 * dwarf2-frame.c (dwarf2_frame_prev_register): Handle
817 DWARF2_FRAME_REG_CFA_OFFSET.
818 * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add
819 DWARF2_FRAME_REG_CFA_OFFSET.
820
821 2005-11-28 Mark Mitchell <mark@codesourcery.com>
822
823 * remote-sim.c (gdbsim_wait): Pass target signal numbers to
824 sim_resume. Expect target signal numbers from sim_stop_reason.
825
826 2005-11-27 Christopher Faylor <cgf@timesys.com>
827
828 * win32-nat.c (env_sort): New function.
829 (win32_create_inferior): Rename env to in_env. Sort environment before
830 handing it off to CreateProcess.
831 (win32_current_sos): Quiet a compiler warning.
832
833 2005-11-25 Andrew Stubbs <andrew.stubbs@st.com>
834
835 * event-top.h (async_init_signals): Add SIGTERM handler.
836 (handle_sigterm): New function.
837 * event-top.h (handle_sigterm): New prototype.
838
839 2005-11-25 Andrew Stubbs <andrew.stubbs@st.com>
840
841 * cli-decode.c (find_command_name_length): New function.
842 (lookup_cmd_1): Replace loop reading command name with
843 find_command_name_length().
844 (lookup_cmd): Likewise.
845 (lookup_cmd_composition): Likewise.
846
847 2005-11-25 Frederic Riss <frederic.riss@st.com>
848
849 * dwarf2-frame.c (execute_cfa_program): Don't access past the
850 allocated dwarf2_frame_state.initial.regs.
851
852 2005-11-25 Frederic Riss <frederic.riss@st.com>
853
854 * MAINTAINERS (Write After Approval): Add myself to the list.
855
856 2005-11-23 Andrew Stubbs <andrew.stubbs@st.com>
857
858 * sh-tdep.c (do_fv_register_info, do_dr_register_info): Delete function.
859 (do_bank_register_info, do_bank_register_info): Likewise.
860 (sh_print_pseudo_register, sh_do_fp_register): Likewise.
861 (sh_do_register, sh_print_register, sh_print_registers_info): Likewise.
862 (sh_gdbarch_init): Remove call to set_gdbarch_print_registers_info().
863
864 2005-11-22 Joel Brobecker <brobecker@adacore.com>
865
866 * top.c (print_gdb_version): Update copyright year.
867
868 2005-11-20 Mark Kettenis <kettenis@gnu.org>
869
870 * inf-ptrace.c (inf_ptrace_xfer_partial): Use PIOD_WRITE_I instead
871 of PIOD_WRITE_D.
872
873 2005-11-19 Jim Blandy <jimb@redhat.com>
874
875 * tracepoint.c (memrange_absolute): New enum constant.
876 (struct memrange, memrange_cmp, add_memrange, collect_symbol,
877 stringify_collection_list, encode_actions): Use it instead of '-1'
878 to indicate an fixed-address memory range.
879 (Suggested by Eli Zaretskii.)
880
881 * tracepoint.c (stringify_collection_list): Indicate absolute
882 memory ranges by using "-1" as the memory range's base register
883 number, not "FFFFFFFF".
884
885 2005-11-19 Randolph Chung <tausq@debian.org>
886
887 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Remove extra add for
888 DW_OP_fbreg. Handle DW_OP_breg0 through DW_OP_breg31. Print
889 DWARF opcode for unsupported case.
890
891 2005-11-19 Randolph Chung <tausq@debian.org>
892
893 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Use
894 HPPA_HPUX_SS_* constants. Ensure "off" is large enough to hold
895 64-bit offset. Set proper signal context offset for 64-bit
896 programs. Set pc properly for signal frames.
897
898 2005-11-19 Randolph Chung <tausq@debian.org>
899
900 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_unwind_sniffer): Rely on the
901 unwind record to determine a signal frame, instead of hardcoding
902 a function name.
903
904 2005-11-19 Randolph Chung <tausq@debian.org>
905
906 * hppa-tdep.c (skip_prologue_hard_way): Add one more insn pattern
907 for "std rp,-0x10(sp)".
908 (hppa_frame_cache): Likewise.
909 (hppa_fallback_frame_cache): Likewise.
910
911 2005-11-19 Randolph Chung <tausq@debian.org>
912
913 * hppa-tdep.c (hppa_frame_cache): Reformat code and enhance
914 debugging.
915
916 2005-11-18 Jim Blandy <jimb@redhat.com>
917
918 * tracepoint.c (struct memrange, collect_symbol): Doc fix.
919
920 2005-11-18 Andrew Stubbs <andrew.stubbs@st.com>
921
922 * mi/mi-main.c (mi_load_progress): Ensure the use of the correct mi
923 uiout for the duration of the function.
924
925 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
926
927 * mi/gdb-mi.el (gdb-source-file-list): Declare.
928 (gdbmi): Bind new functions.
929 (gdbmi-var-list-children-handler, gdbmi-var-list-children-regexp):
930 Handle string expressions properly. Move "type" field into regexp.
931 (gdbmi-var-update-regexp, gdbmi-var-update-handler): Handle string
932 expressions properly. Update speedbar.
933 (gdbmi-breakpoints-buffer, gdb-stack-buffer, gdb-locals-buffer)
934 (gdb-registers-buffer): Use def-gdb-auto-update-trigger instead of
935 def-gdb-auto-updated-buffer as handlers is defined explicitly.
936 (gdb-stack-list-locals-handler): Handle string expressions properly.
937 (gdb-data-list-register-values-handler)
938 (gdb-data-list-register-values-custom): Fontify buffer.
939
940 2005-11-17 Daniel Jacobowitz <dan@codesourcery.com>
941
942 * version.in: Update to 6.4.50.
943
944 2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>
945
946 * NEWS (6.4): Mention $argc.
947
948 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
949
950 * NEWS: Add --batch-silent, --return-child-result, and --eval-command
951 options to the 6.4 section.
952
953 2005-11-15 Andrew Stubbs <andrew.stubbs@st.com>
954
955 * cli/cli-script.c: Include gdb_assert.h.
956 (locate_arg): Detect $argc.
957 (insert_args): Substitute $argc.
958 * Makefile.in (cli-script.o): Add dependency on gdb_assert.h.
959
960 2005-11-14 James E Wilson <wilson@specifix.com>
961
962 PR 2024
963 * dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block
964 instead of get_frame_pc.
965 (loclist_read_variable): Likewise.
966
967 2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
968
969 * MAINTAINERS (Write After Approval): Add myself to the list.
970
971 2005-11-14 Andrew Stubbs <andrew.stubbs@st.com>
972
973 * thread.c (_initialize_thread): Correct the 'thread apply' help
974 message.
975
976 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
977
978 * elfread.c (elf_symtab_read): Remove if (1) and reindent.
979
980 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
981
982 * arm-linux-tdep.c (eabi_linux_arm_le_breakpoint)
983 (eabi_linux_arm_be_breakpoint): New variables.
984 (arm_linux_init_abi): Use them.
985
986 2005-11-11 Michael Snyder <msnyder@redhat.com>
987
988 * inftarg.c (child_wait): Delete unused local variable.
989
990 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
991
992 PR tui/1995
993 * tui/tui-command.c (tui_dispatch_ctrl_char): Handle CTRL-L even if the
994 focus is on the command window.
995
996 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
997
998 * tui/tui-win.c (tui_update_gdb_sizes): Use tui_term_width() and
999 tui_term_height() to restore the terminal size when leaving the
1000 TUI mode.
1001
1002 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
1003
1004 * m68hc11-tdep.c (m68hc11_pseudo_register_write): Use gdb_byte
1005 for buffers.
1006 (m68hc11_pseudo_register_read): Likewise.
1007 (m68hc11_return_value): Likewise.
1008 (m68hc11_frame_prev_register): Likewise.
1009 (m68hc11_frame_align): Remove as its seems no longer necessary.
1010 (m68hc11_gdbarch_init): Don't install frame_align handler.
1011 (m68hc11_scan_prologue): Fix crash that occurred when called from
1012 m68hc11_skip_prologue
1013
1014 2005-11-10 Mark Kettenis <kettenis@gnu.org>
1015
1016 * MAINTAINERS: Mark m68k-elf, sparc-elf and vax-netbsd as no
1017 longer broken.
1018
1019 2005-11-09 Randolph Chung <tausq@debian.org>
1020
1021 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Use
1022 hppa_linux_{store,fetch}_inferior_registers instead of
1023 arm_linux_{store,fetch}_inferior_registers.
1024
1025 2005-11-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1026
1027 * remote-m32r-sdi.c: Update copyright years.
1028 (m32r_resume): Write DBT at word-aligned addresses.
1029 (m32r_wait): Use SDI_WRITE_MEMORY to remove DBT.
1030
1031 2005-11-08 Kei Sakamoto <sakamoto.kei@renesas.com>
1032
1033 * m32r-linux-tdep.c (linux_sigtramp_code): Use 'gdb_byte' instead
1034 of 'unsigned char'.
1035 (m32r_linux_sigtramp_start): Likewise.
1036 (linux_rt_sigtramp_code): Likewise.
1037 (m32r_linux_rt_sigtramp_start): Likewise.
1038 (m32r_linux_sigtramp_frame_prev_register): Use 'gdb_byte *' instead
1039 of 'void *'.
1040 * m32r-tdep.c (m32r_memory_insert_breakpoint): Use 'gdb_byte'
1041 instead of 'char'.
1042 (m32r_memory_remove_breakpoint): Likewise.
1043 (m32r_breakpoint_from_pc): Likewise.
1044 (m32r_store_return_value): Likewise.
1045 (decode_prologue): Likewise.
1046 (m32r_push_dummy_call): Likewise.
1047 (m32r_return_value): Use 'gdb_byte *' instead of 'void *'.
1048 * remote-m32r-sdi.c (m32r_xfer_memory): Use 'gdb_byte' instead of
1049 'char'.
1050
1051 2005-11-07 Kevin Buettner <kevinb@redhat.com>
1052
1053 * ia64-tdep.c (floatformat_valid): Change type of `from' from
1054 `const char *' to `const void *'.
1055
1056 2005-11-07 Kevin Buettner <kevinb@redhat.com>
1057
1058 * frv-linux-tdep.c (frv_linux_sigtrapm_frame_prev_register): Change
1059 type of `valuep' argument to `gdb_byte *'.
1060 * frv-tdep.c (frv_pseudo_register_write): Change type of `buffer'
1061 argument to `gdb_byte *'.
1062 (frv_extract_return_value): Change type of `valbuf' argument to
1063 `gdb_byte *'.
1064 (frv_store_return_value): Likewise.
1065 (frv_frame_prev_register): Change type of `bufferp' argument to
1066 `gdb_byte *'
1067 * solib-frv.c (ext_Elf32_Half, ext_Elf32_Addr, ext_Elf32_Word)
1068 (ext_ptr): Change base type from `unsigned char' to `gdb_byte'. Adjust
1069 calls to extract_unsigned_integer which use struct members declared
1070 with these array types to not try to take the address of those
1071 members.
1072 (fetch_loadmap, frv_current_sos): Change cast in target_read_memory()
1073 calls from `char *' to `gdb_byte *'.
1074 (lm_base): Change base type of `buf' from `char' to `gdb_byte'.
1075 (enable_break2): Change type of `buf' from `char *' to `gdb_byte *'.
1076 Change base type of `addr_buf' from `char' to `gdb_byte'.
1077 (find_canonical_descriptor_in_load_object): Change base type of `buf'
1078 from `char' to `gdb_byte'.
1079
1080 2005-11-07 Paul Gilliam <pgilliam@us.ibm.com
1081
1082 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Copy code from
1083 ppc_sysv_abi_return_value() to handle a vector return value.
1084
1085 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1086
1087 * main.h (return_child_result, return_child_result_value): Declare.
1088 * infrun.c: Include main.h.
1089 (print_stop_reason): Remove declaration of return_child_result_value.
1090 * top.c: Include main.h.
1091 (quit_force): Remove declarations of return_child_result_value and
1092 return_child_result.
1093 * Makefile.in (top.o, infrun.o): Add main.h to dependencies.
1094
1095 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1096
1097 * Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.
1098
1099 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1100
1101 * main.c (captured_main): Define struct cmdarg. Change type of cmdarg.
1102 Add new options --eval-command and alias -ex.
1103 Adjust --command to use the new struct cmdarg.
1104 Execute commands given with --eval-command.
1105 (print_gdb_help): Add new options --eval-command, -ex and mention -x.
1106
1107 2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
1108
1109 * main.c (main): Use INTERP_TUI instead of "tui".
1110 Set interpreter to INTERP_INSIGHT when '-w' given.
1111 * interps.h (INTERP_INSIGHT): New define.
1112 * tui/tui-interp.c (_initialize_tui_interp): Use INTERP_TUI instead
1113 of "tui".
1114
1115 2005-11-04 Andrew Stubbs <andrew.stubbs@st.com>
1116
1117 * infrun.c (print_stop_reason): Set return_child_result_value on exit.
1118 * main.c (return_child_result): New variable.
1119 (return_child_result_value): Likewise.
1120 (captured_main): Add option --return-child-result.
1121 Replace call to target_detach and exit (in batch mode) with quit_force.
1122 (print_gdb_help): Add option --return-child-result.
1123 * top.c (quit_force): Return child result if appropriate.
1124
1125 2005-11-03 Wu Zhou <woodzltc@cn.ibm.com>
1126
1127 Checked in by Elena Zannoni <ezannoni@redhat.com>
1128
1129 * dwarf2read.c (read_structure_type): Add IBM XL C++
1130 specific code to set TYPE_VPTR_FIELDNO and TYPE_VPTR_BASETYPE
1131 of a virtual class if a field named "__vfp" is found.
1132
1133 2005-11-03 Jim Blandy <jimb@redhat.com>
1134
1135 Checked in by Elena Zannoni <ezannoni@redhat.com>
1136
1137 * dwarf2read.c (file_full_name): Cope with file numbers that are
1138 out of range for the given line header.
1139
1140 2005-11-03 Daniel Jacobowitz <dan@codesourcery.com>
1141
1142 Checked in by Elena Zannoni <ezannoni@redhat.com>
1143
1144 * elfread.c (elf_symtab_read): Add number_of_symbols and
1145 symbol_table as arguments. Do not load the symbol table
1146 here.
1147 (elf_symfile_read): Load the static and dynamic symbol tables
1148 here, before calling elf_symtab_read. Also load any synthetic
1149 symbols and process those.
1150
1151 2005-11-03 Andrew Cagney <cagney@gnu.org>
1152
1153 Checked in by Elena Zannoni <ezannoni@redhat.com>
1154
1155 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Handle DW_OP_piece
1156 reads.
1157
1158 2006-11-03 Daniel Jacobowitz <dan@codesourcery.com>
1159
1160 * linux-nat.c (linux_nat_resume): Add more debugging messages. Do
1161 not short-circuit resuming all threads if the signal will be ignored
1162 in linux_nat_wait.
1163
1164 2005-11-02 Andrew Stubbs <andrew.stubbs@st.com>
1165
1166 * monitor.c (monitor_xfer_memory): Change char to gdb_byte.
1167 (monitor_insert_breakpoint): Likewise.
1168 (monitor_remove_breakpoint): Likewise.
1169 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
1170 * sh-tdep.c (sh_return_value_nofpu): Change void to gdb_byte.
1171 (sh_return_value_fpu): Likewise.
1172 (sh_pseudo_register_read): Likewise.
1173 (sh_pseudo_register_write): Likewise.
1174 (sh_frame_prev_register): Likewise.
1175 * sh64-tdep.c (sh64_extract_return_value): Change char to gdb_byte.
1176 (sh64_return_value): Change void to gdb_byte.
1177 (sh64_pseudo_register_read): Likewise.
1178 (sh64_pseudo_register_write): Likewise.
1179 (sh64_frame_prev_register): Likewise.
1180
1181 2005-11-01 Joel Brobecker <brobecker@adacore.com>
1182
1183 * event-top.c (gdb_setup_readline): Add missing type in extern
1184 declaration.
1185
1186 2005-11-01 Paul Gilliam <pgilliam@us.ibm.com>
1187
1188 * rs6000-tdep.c (rs6000_gdbarch_init): On GNU/Linux, assume that
1189 bfd_mach_ppc64 has altivec unit, just like bfd_mach_ppc.
1190
1191 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1192
1193 * tui/tui-data.h (tui_line_or_address): Encapsulate the union in a
1194 struct with a tag.
1195 (tui_source_element, tui_source_info): Update.
1196 * tui/tui-disasm.c, tui/tui-source.c: Update to use the tagged union.
1197 * tui/tui-source.h, tui/tui-stack.c, tui/tui-win.c: Likewise.
1198 * tui/tui-winsource.c, tui/tui-data.c, tui/tui-layout.c: Likewise.
1199 * tui/tui-winsource.h: Likewise.
1200
1201 2005-11-01 Christopher Faylor <cgf@timesys.com>
1202
1203 * win32-nat.c (CYGWIN_SIGNAL_STRING): Delete.
1204 (_CYGWIN_SIGNAL_STRING): Define if not already defined in cygwin.h.
1205 (win32_add_thread): Use XZALLOC rather than xmalloc/memset.
1206 (register_loaded_dll): Ditto.
1207 (handle_load_dll): Call solib_add here.
1208 (handle_unload_dll): Ditto.
1209 (info_dll_command): Delete.
1210 (handle_output_debug_string): Use official _CYGWIN_SIGNAL_STRING.
1211 (win32_current_sos): Duplicate table to pass off to caller rather than
1212 deleting our version.
1213 (set_win32_aliases): New function.
1214 (_initialize_win32_nat): Remove local handling of "info shared". Set
1215 deprecated_init_ui_hook to allow late setting of "info dll" alias.
1216
1217 2005-11-01 Andrew Stubbs <andrew.stubbs@st.com>
1218
1219 * event-top.c (gdb_setup_readline): Don't set gdb_stdout when
1220 --batch-silent option was given.
1221 * main.c (batch_silent): New variable.
1222 (captured_main): Add new option --batch-silent.
1223 (print_gdb_help): Likewise.
1224
1225 2005-11-01 Mark Kettenis <kettenis@gnu.org>
1226
1227 * NEWS: Mention VAX floating point support.
1228
1229 2005-10-31 Christopher Faylor <cgf@timesys.com>
1230
1231 * win32-nat.c (get_relocated_section_addrs): Reinstate.
1232 (solib_symbols_add): New function.
1233 (lm_info): Remove end_addr field.
1234 (register_loaded_dll): Don't try to find end_addr since gdb will do
1235 this automatically now. Make so_original_name == so_name for now.
1236 Eliminate strcpy by using so_name directly. Read in symbols if new
1237 paramater "readsyms" is true.
1238 (handle_load_dll): Pass auto_solib_add to register_loaded_dll to
1239 control when symbols should be read.
1240 (win32_free_so): Don't free objfile here.
1241 (win32_create_inferior_hook): New function.
1242 (handle_unload_dll): Remove left-over cruft.
1243 (win32_special_symbol_handling): New (dummy) function.
1244 (map_single_dll_code_section): Reinstate.
1245 (dll_code_sections_add): Reinstate.
1246 (core_section_load_dll_symbols): Reinstate. Don't issue an error on
1247 duplicate attempts to read same dll. Make sure that UNIX-like name is
1248 used to register DLL.
1249 (win32_current_sos): Handle core files. Reset private list before
1250 passing start of list pointer to gdb.
1251 (init_win32_ops): Fill out (currently unused)
1252 solib_create_inferior_hook. Fill out special_symbol_handling.
1253 * config/i386/tm-cygwin.h: Remove most special solib stuff.
1254
1255 2005-10-31 Christopher Faylor <cgf@timesys.com>
1256
1257 * win32-nat.c: Remove comment intended only for debugging.
1258
1259 2005-11-01 Mark Kettenis <kettenis@gnu.org>
1260
1261 * doublest.c (floatformat_normalize_byteorder): Handle
1262 floatformat_vax.
1263 (convert_doublest_to_floatformat): Use
1264 floatformat_normalize_byteorder to swap bytes if necessary.
1265 * vax-tdep.c: Include floatformat.h.
1266 (vax_gdbarch_init): Set float_format, double_format,
1267 long_double_format and long_double_bit.
1268 * Makefile.in (vax-tdep.o): Update dependencies.
1269
1270 2005-10-31 Christopher Faylor <cgf@timesys.com>
1271
1272 Change child_ to win32_ throughout.
1273 * win32-nat.c (win32_ops): New variable.
1274 (win32_so_ops): Ditto.
1275 (psapi_get_dll_name): Make function static.
1276 (struct so_stuff): Delete.
1277 (struct lm_info): New struct.
1278 (solib_start, solib_end): Redefine as struct so_list.
1279 (safe_symbol_file_add_stub): Use so_list rather than so_stuff.
1280 (register_loaded_dll): Ditto. Special-case ntdll.dll. Fill in lm_info
1281 field of so_list with information previously stored in so_stuff.
1282 (get_image_name): Make function static.
1283 (max_dll_name_len): Make variable static.
1284 (win32_free_so): New function.
1285 (win32_current_sos): Ditto.
1286 (win32_relocate_section_addresses): Ditto.
1287 (handle_unload_dll): Use so_list rather than so_stuff. Call free_so to
1288 delete shared library.
1289 (solib_address): Delete function.
1290 (child_solib_loaded_library_pathname): Ditto.
1291 (win32_clear_solib): Rename from child_clear_solibs. Use so_list
1292 rather than so_stuff. Just clear win32-specific stuff.
1293 (get_relocated_section_addrs): Delete.
1294 (solib_symbols_add): Ditto.
1295 (info_dll_command): Make static. Use lm_info field from so_list to
1296 retrieve load address.
1297 (fake_create_process): Make function static.
1298 (win32_xfer_memory): Ditto.
1299 (win32_kill_inferior): Ditto.
1300 (win32_resume): Ditto.
1301 (cygwin_pid_to_str): Ditto.
1302 (do_initial_win32_stuff): Use win32_ops rather than
1303 deprecated_child_ops.
1304 (child_detach): Ditto.
1305 (win32_mourn_inferior): Ditto.
1306 (_initialize_win32_nat): Ditto.
1307 (init_win32_ops): Ditto. Fill out win32_so_ops and set
1308 current_target_so_ops to win32_so_ops.
1309 (core_dll_symbols_add): Delete.
1310 (map_single_dll_code_section): Ditto.
1311 (dll_code_sections_add): Ditto.
1312 (core_section_load_dll_symbols): Ditto.
1313 (child_solib_add): Ditto.
1314
1315 2005-10-31 Andrew Stubbs <andrew.stubbs@st.com>
1316
1317 * tui/tui-command.c (tui_dispatch_ctrl_char): Test output of
1318 getenv() before using it.
1319
1320 2005-10-29 Mark Kettenis <kettenis@gnu.org>
1321
1322 * hppa-tdep.h (HPPA_INSN_SIZE): New define.
1323 * hppa-hpux-tdep.c (hppa_hpux_search_pattern)
1324 (hppa64_hpux_search_dummy_call_sequence): Rewrite to avoid
1325 assumption on sizeof(unsigned).
1326
1327 * inf-ttrace.c (inf_ttrace_wait): Comment out TARGET_WAITKIND_EXEC
1328 code; return TARGET_WAITKIND_STOPPED instead.
1329
1330 2005-10-28 Mark Kettenis <kettenis@gnu.org>
1331
1332 * ppc-tdep.h (PPC_INSN_SIZE): Define.
1333
1334 * inf-ttrace.c (inf_ttrace_mourn_inferior): Remove redundant cast.
1335 (inf_ttrace_kill): Renamed from inf_ttrace_kill_inferior.
1336 (inf_ttrace_target): Resort assignments.
1337
1338 2005-10-28 Nick Roberts <nickrob@snap.net.nz>
1339
1340 * mi/gdb-mi.el: Sync with Emacs 22.0.50.
1341
1342 2005-10-25 Andreas Schwab <schwab@suse.de>
1343
1344 * regformats/reg-ia64.dat: Remove NAT registers.
1345
1346 2005-10-20 Mark Kettenis <kettenis@gnu.org>
1347
1348 * rs6000-tdep.c (info_powerpc_cmdlist): Remove variable.
1349 (rs6000_info_powerpc_command): Remove function.
1350
1351 2005-10-21 Andreas Schwab <schwab@suse.de>
1352
1353 * dwarf2read.c (isreg): Removed.
1354 (decode_locdesc): Don't set it.
1355
1356 2005-10-20 Joel Brobecker <brobecker@adacore.com>
1357
1358 * Makefile.in (YYFILES): Add ada-lex.c
1359
1360 2005-10-17 Jim Blandy <jimb@redhat.com>
1361
1362 * dwarf2expr.c (dwarf_expr_fetch): Use correct comparison to
1363 detect stack underflow.
1364
1365 2005-10-14 Paul Gilliam <pgilliam@us.ibm.com>
1366
1367 * rs6000-tdep.c (rs6000_register_reggroup_p): Add vscr to test for
1368 vector registers.
1369
1370 2005-10-13 Andreas Schwab <schwab@suse.de>
1371
1372 * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).
1373
1374 * linux-thread-db.c (enable_thread_event): Extend pointer value as
1375 specified by target.
1376 (thread_db_get_thread_local_address): Likewise.
1377
1378 2005-10-09 Joel Brobecker <brobecker@adacore.com>
1379
1380 * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well.
1381 (i386_return_value): Add handling for functions that return array
1382 types.
1383
1384 2005-10-09 Joel Brobecker <brobecker@adacore.com>
1385
1386 * ada-valprint.c (print_optional_low_bound): Handle properly
1387 cases where the array index type is a TYPE_CODE_RANGE.
1388
1389 2005-10-09 Joel Brobecker <brobecker@adacore.com>
1390
1391 * valprint.c (val_print_array_elements): Check array size before
1392 computing its low bound. If zero, then use a default bound of zero.
1393
1394 2005-10-06 Alan Modra <amodra@bigpond.net.au>
1395
1396 PR 1659
1397 * rs6000-tdep.c (rs6000_push_dummy_call): Correct size of
1398 backchain write.
1399 (rs6000_convert_from_func_ptr_addr): Correct comment.
1400
1401 2005-10-03 Joel Brobecker <brobecker@adacore.com>
1402
1403 * MAINTAINERS: Add section for release management.
1404
1405 2005-10-03 Joel Brobecker <brobecker@adacore.com>
1406
1407 * NEWS: Add entry for new "set print array-indexes" command.
1408
1409 2005-10-03 Joel Brobecker <brobecker@adacore.com>
1410
1411 * language.h (language_defn): New field la_print_array_index.
1412 (LA_PRINT_ARRAY_INDEX): New macro.
1413 (default_print_array_index): Add declaration.
1414 * language.c (default_print_array_index): new function.
1415 (unknown_language): Add value for new field.
1416 (auto_language): Likewise.
1417 (local_language): Likewise.
1418 * ada-lang.c (ada_print_array_index): New function.
1419 (ada_language_defn): Add value for new field.
1420 * c-lang.c (c_language_defn): Likewise.
1421 (cpluc_language_defn): Likewise.
1422 (asm_language_defn): Likewise.
1423 (minimal_language_defn): Likewise.
1424 * f-lang.c (f_language_defn): Likewise.
1425 * jv-lang.c (java_language_defn): Likewise.
1426 * m2-lang.c (m2_language_defn): Likewise.
1427 * objc-lang.c (objc_language_defn): Likewise.
1428 * p-lang.c (pascal_language_defn): Likewise.
1429 * scm-lang.c (scm_language_defn): Likewise.
1430 * valprint.h (print_array_indexes_p): Add declaration.
1431 (get_array_low_bound): Add declaration.
1432 (maybe_print_array_index): Add declaration.
1433 * valprint.c (print_array_indexes): New static variable.
1434 (show_print_array_indexes): New function.
1435 (print_array_indexes_p): New function.
1436 (get_array_low_bound): New function.
1437 (maybe_print_array_index): New function.
1438 (val_print_array_elements): Print the index of each element if
1439 requested by the user.
1440 (_initialize_valprint): Add new array-indexes "set/show print" command.
1441 * ada-valprint.c (print_optional_low_bound): Replace extracted code
1442 by call to ada_get_array_low_bound_and_type(). Stop printing the low
1443 bound if indexes will be printed for all elements of the array.
1444 (val_print_packed_array_elements): Print the index of each element
1445 of the array if necessary.
1446
1447 2005-10-03 Joel Brobecker <brobecker@adacore.com>
1448
1449 * hppa-tdep.c (read_unwind_info): Fix typo in comment.
1450
1451 2005-10-02 Daniel Jacobowitz <dan@codesourcery.com>
1452
1453 * gdb_gcore.sh: Use a temporary file. Use gdb from $PATH.
1454
1455 2005-09-29 Andreas Schwab <schwab@suse.de>
1456
1457 PR threads/2015
1458 * infrun.c (adjust_pc_after_break): Don't use the state from a
1459 non-matching thread context.
1460
1461 2005-09-29 Daniel Jacobowitz <dan@codesourcery.com>
1462
1463 * rs6000-tdep.c (rs6000_frame_cache): Handle misdetected frameless
1464 functions.
1465
1466 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
1467
1468 * annotate.c (breakpoints_changed, annotate_frames_invalid)
1469 (_initialize_annotate): Print breakpoints-invalid and
1470 frames-invalid for level 2 annotations only.
1471
1472 2005-09-28 Daniel Jacobowitz <dan@codesourcery.com>
1473
1474 * infrun.c (init_execution_control_state): Initialize
1475 ecs->another_trap.
1476
1477 2005-09-28 Nick Roberts <nickrob@snap.net.nz>
1478
1479 * Makefile.in (TAGS): Put DEPFILES back and add as a dependency.
1480
1481 2005-09-26 Nick Roberts <nickrob@snap.net.nz>
1482
1483 * Makefile.in (HFILES_NO_SRCDIR): Remove minimon.h, symfile-mem.h.
1484 (ALLDEPFILES) Correct typo amdfbsd-nat.c -> amd64fbsd-nat.c.
1485 Remove irix4-nat.c, m3-nat.c, mipsm3-nat.c, ns32k-tdep.c
1486 symm-tdep.c and symm-nat.c.
1487 (TAGFILES_NO_SRCDIR): Add CONFIG_SRCS.
1488 (DEPFILES): Remove CONFIG_OBS and include it explicitly where
1489 needed.
1490
1491 2005-09-26 Jan Beulich <jbeulich@novell.com>
1492
1493 * MAINTAINERS (Write After Approval): Add myself.
1494
1495 2005-09-26 Jan Beulich <jbeulich@novell.com>
1496
1497 * amd64-tdep.h (AMD64_FCTRL_REGNUM, AMD64_FSTAT_REGNUM,
1498 AMD64_MXCSR_REGNUM): New.
1499 * amd64-tdep.c (amd64_dwarf_regmap): Add eflags, selector regs,
1500 mxcsr, fp control and status words.
1501 * i386-tdep.c (): Add selector regs, mxcsr, fp control and status
1502 words.
1503
1504 2005-09-26 Paul Brook <paul@codesourcery.com>
1505
1506 * arm-tdep.c (arm_type_align): New function.
1507 (arm_push_dummy_call): Use it. Ensure proper argument alignment.
1508 (arm_extract_struct_value_address): Remove.
1509 (arm_use_struct_convention): Rename...
1510 (arm_return_in_memory): ... To this. Return nonzero for all small
1511 aggregates under the EABI.
1512 (arm_return_value): New function.
1513 (arm_gdbarch_init): Default for VFP float model for EABI binaries.
1514 Use set_gdbarch_return_value instead of obsolete functions.
1515
1516 2005-09-21 Mark Kettenis <kettenis@gnu.org>
1517
1518 * mips-tdep.c (n32n64_floatformat_always_valid): Use 'const void
1519 *' for second argument instead of 'const char *'.
1520
1521 2005-09-20 Paul Gilliam <pgilliam@us.ibm.com>
1522
1523 * gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected
1524 after a 'finish' command.
1525
1526 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
1527
1528 * c-exp.y (parse-number): Modify the float parsing logic to let it
1529 recognize a suffix.
1530
1531 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
1532
1533 * expression.h (enum exp_opcode): Fix a format error of a comment.
1534
1535 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
1536
1537 * expression.h (enum exp_opcode): Add a new operator for F90
1538 subrange.
1539 * f-lang.h (enum f90_range_type): New enumeration type to identify
1540 F90 subrange type.
1541 * f-exp.y (yyparse): Add support for parsing F90 subrange and
1542 change substring parsing to subrange parsing.
1543 * parse.c (operator_length_standard): Set the operator length
1544 and args number for OP_F90_RANGE.
1545 * eval.c (evaluate_subexp_standard): Add code to evaluate F90
1546 array section and substring.
1547 (value_f90_subarray): New function to evaluate F90 array section.
1548 (evaluate_subexp_standard): Delete label op_f77_substr and its code
1549 because the logic is implemented by function value_f90_subarray now.
1550
1551 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
1552
1553 * rs6000-tdep.c (_initialize_rs6000_tdep): Get rid of the unused
1554 'info powerpc' command prefix.
1555
1556 2005-09-11 Ulrich Weigand <uweigand@de.ibm.com>
1557
1558 * config/s390/nm-linux.h (KERNEL_U_SIZE): Remove.
1559 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Likewise.
1560 (s390_stopped_by_watchpoint, s390_insert_watchpoint,
1561 s390_remove_watchpoint, TARGET_CAN_USE_HARDWARE_WATCHPOINT,
1562 TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT,
1563 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
1564 target_remove_watchpoint): Likewise.
1565 * s390-nat.c: Remove include of <sys/user.h>.
1566 (kernel_u_size): Remove.
1567 (s390_stopped_by_watchpoint): Make static.
1568 (s390_insert_watchpoint, s390_remove_watchpoint): Likewise.
1569 (s390_can_use_hw_breakpoint): New function.
1570 (s390_region_size_ok_for_hw_watchpoint): Likewise.
1571 (_initialize_s390_nat): Add watchpoint methods to target.
1572
1573 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
1574 Ulrich Weigand <uweigand@de.ibm.com>
1575
1576 * Makefile.in (ALLDEPFILES): Update.
1577 (alpha-linux-nat.o, sparc-linux-nat.o): New rules.
1578 (amd64-linux-nat.o, arm-linux-nat.o, hppa-linux-nat.o)
1579 (i386-linux-nat.o, ia64-linux-nat.o, linux-nat.o, m32r-linux-nat.o)
1580 (m68klinux-nat.o, mips-linux-nat.o, ppc-linux-nat.o, s390-nat.o)
1581 (sparc64-linux-nat.o): Update dependencies.
1582 * alpha-linux-nat.c, sparc-linux-nat.c: New files.
1583 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Renamed
1584 from fetch_inferior_registers and made static.
1585 (amd64_linux_store_inferior_registers): Renamed from
1586 store_inferior_registers and made static.
1587 (amd64_linux_child_post_start_inferior): Renamed from
1588 child_post_startup_inferior and made static. Call
1589 super_post_startup_inferior.
1590 (super_post_startup_inferior): New.
1591 (_initialize_amd64_linux_nat): Set it. Call linux_target and
1592 add_target.
1593 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Renamed
1594 from fetch_inferior_registers and made static.
1595 (arm_linux_store_inferior_registers): Renamed from
1596 store_inferior_registers and made static.
1597 (_initialize_arm_linux_nat): Add a prototype. Use linux_target and
1598 add_target.
1599 * hppa-linux-nat.c (hppa_linux_fetch_inferior_registers): Renamed
1600 from fetch_inferior_registers and made static.
1601 (hppa_linux_store_inferior_registers): Renamed from
1602 store_inferior_registers and made static.
1603 (_initialize_hppa_linux_nat): New function.
1604 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Renamed
1605 from fetch_inferior_registers and made static.
1606 (i386_linux_store_inferior_registers): Renamed from
1607 store_inferior_registers and made static.
1608 (i386_linux_resume): Renamed from child_resume and made static.
1609 (i386_linux_child_post_start_inferior): Renamed from
1610 child_post_startup_inferior and made static. Call
1611 super_post_startup_inferior.
1612 (super_post_startup_inferior): New.
1613 (_initialize_i386_linux_nat): New function.
1614 * i386-nat.c: Remove LINUX_CHILD_POST_STARTUP_INFERIOR #ifndef.
1615 * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): Remove.
1616 (super_xfer_partial): New.
1617 (ia64_linux_xfer_partial): New function. Use it.
1618 (_initialize_ia64_linux_nat): New function.
1619 * ia64-tdep.c (getunwind_table): Revert 2005-06-08 change; use
1620 target_read_partial and document the problem.
1621 * inf-ptrace.c (inf_ptrace_fetch_register): Use
1622 CANNOT_FETCH_REGISTER. Fix some comments.
1623 (inf_ptrace_store_register): Use CANNOT_STORE_REGISTER. Fix some
1624 comments.
1625 * linux-nat.c: Include "inf-ptrace.h" and "auxv.h".
1626 (linux_ops, super_xfer_partial): New variables.
1627 (linux_child_post_startup_inferior): Make static.
1628 (child_post_startup_inferior): Delete.
1629 (linux_nat_attach, linux_nat_detach, resume_callback)
1630 (linux_nat_resume, linux_nat_wait, linux_nat_create_inferior)
1631 (linux_nat_mourn_inferior): Use linux_ops instead of
1632 deprecated_child_ops.
1633 (child_wait): Do not depend on CHILD_WAIT.
1634 (linux_nat_xfer_memory): Remove, replace by ...
1635 (linux_nat_xfer_partial): ... this. Use linux_ops->to_xfer_partial
1636 instead of linux_proc_xfer_memory and child_xfer_memory.
1637 (linux_nat_fetch_registers, linux_nat_store_registers)
1638 (linux_nat_child_post_startup_inferior): New functions.
1639 (init_linux_nat_ops): Use the new functions.
1640 (linux_proc_xfer_memory): Remove, replace by ...
1641 (linux_proc_xfer_partial): ... this. Make static.
1642 (linux_xfer_partial, linux_register_u_offset, linux_target): New
1643 functions.
1644 (_initialize_linux_nat): Do not modify deprecated_child_ops.
1645 * linux-nat.h (linux_proc_xfer_memory): Remove prototype.
1646 (struct mem_attrib, struct target_ops): Remove forward declarations.
1647 (linux_child_post_startup_inferior): Remove prototype.
1648 (linux_target): Add prototype.
1649 * linux-thread-db.c (thread_db_xfer_memory): Remove, replace by ...
1650 (thread_db_xfer_partial): ... this.
1651 (init_thread_db_ops): Set to_xfer_partial instead of
1652 deprecated_xfer_memory.
1653 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers): Renamed
1654 from fetch_inferior_registers and made static.
1655 (m32r_linux_store_inferior_registers): Renamed from
1656 store_inferior_registers and made static.
1657 (_initialize_m32r_linux_nat): New function.
1658 * m68klinux-nat.c (m68k_linux_fetch_inferior_registers): Renamed
1659 from fetch_inferior_registers and made static.
1660 (m68k_linux_store_inferior_registers): Renamed from
1661 store_inferior_registers and made static.
1662 (old_fetch_inferior_registers, old_store_inferior_registers): Made
1663 static.
1664 (_initialize_m68k_linux_nat): Use linux_target and add_target.
1665 * mips-linux-nat.c (_initialize_mips_linux_nat): New function.
1666 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers): Renamed
1667 from fetch_inferior_registers and made static.
1668 (ppc_linux_store_inferior_registers): Renamed from
1669 store_inferior_registers and made static.
1670 (_initialize_ppc_linux_nat): New function.
1671 * s390-nat.c (s390_linux_fetch_inferior_registers): Renamed
1672 from fetch_inferior_registers and made static.
1673 (s390_linux_store_inferior_registers): Renamed from
1674 store_inferior_registers and made static.
1675 (_initialize_s390_nat): New function.
1676 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Use
1677 linux_target and add_target.
1678 * config/nm-linux.h: Don't include "auxv.h".
1679 (struct target_waitstatus, child_wait, CHILD_WAIT)
1680 (CHILD_PID_TO_EXEC_FILE, CHILD_INSERT_FORK_CATCHPOINT)
1681 (CHILD_INSERT_VFORK_CATCHPOINT, CHILD_INSERT_EXEC_CATCHPOINT)
1682 (CHILD_POST_STARTUP_INFERIOR, CHILD_POST_ATTACH, CHILD_FOLLOW_FORK)
1683 (DEPRECATED_KILL_INFERIOR, NATIVE_XFER_AUXV): Delete.
1684 * config/alpha/alpha-linux.mh (NATDEPFILES): Replace infptrace.o
1685 and inftarg.o with inf-ptrace.o and alpha-linux-nat.o.
1686 * config/sparc/linux.mh (NATDEPFILES): Replace infptrace.o and
1687 inftarg.o with sparc-linux-nat.o.
1688 * config/sparc/linux64.mh (NATDEPFILES): Remove infptrace.o and
1689 inftarg.o.
1690 * config/arm/linux.mh (NATDEPFILES): Replace infptrace.o and
1691 inftarg.o with inf-ptrace.o.
1692 * config/i386/linux.mh (NATDEPFILES): Likewise.
1693 * config/i386/linux64.mh (NATDEPFILES): Likewise.
1694 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1695 * config/m32r/linux.mh (NATDEPFILES): Likewise.
1696 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1697 * config/mips/linux.mh (NATDEPFILES): Likewise.
1698 * config/pa/linux.mh (NATDEPFILES): Likewise.
1699 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
1700 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
1701 * config/s390/s390.mh (NATDEPFILES): Likewise.
1702 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Don't define.
1703 (LINUX_CHILD_POST_STARTUP_INFERIOR): Don't define.
1704 * config/i386/nm-linux64.h (LINUX_CHILD_POST_STARTUP_INFERIOR):
1705 Don't define.
1706 * config/ia64/nm-linux.h: Don't include "target.h".
1707 (NATIVE_XFER_UNWIND_TABLE, ia64_linux_xfer_unwind_table): Remove.
1708 * config/djgpp/fnchange.lst: Add alpha-linux-tdep.c,
1709 alpha-linux-nat.c, sparc-linux-tdep.c, and sparc-linux-nat.c.
1710
1711 2005-09-08 Kevin Buettner <kevinb@redhat.com>
1712
1713 From Kevin Buettner, Andrew Cagney, Jackie Smith Cashion, and
1714 Alexandre Oliva:
1715 * mn10300-tdep.c (am33_2_register_name): New function.
1716 (my_frame_is_in_sp, my_frame_is_in_fp, my_frame_is_last)
1717 (set_my_stack_size): Delete.
1718 (set_movm_offsets, set_reg_offsets): Rename the former to the
1719 latter. Update for handling am33.
1720 (mn10300_analyze_prologue): Update for handling am33. Also, make
1721 minor improvements in quality of prologue analysis.
1722 (mn10300_gdbarch_init): Add am33 support.
1723 * mn10300-tdep.h (E_NUM_REGS): Delete.
1724
1725 2005-09-06 Kevin Buettner <kevinb@redhat.com>
1726
1727 * mn10300-linux-tdep.c (mn10300_linux_svr4_fetch_link_map_offsets):
1728 Delete.
1729 (am33_linux_init_osabi): Register svr4_ilp32_fetch_link_map_offsets
1730 instead.
1731
1732 2005-09-06 Kevin Buettner <kevinb@redhat.com>
1733
1734 * mn10300-linux-tdep.c (solib-svr4.h): Include.
1735 (mn10300_linux_svr4_fetch_link_map_offsets): New function.
1736 (am33_linux_init_osabi): Register it.
1737 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
1738
1739 2005-09-06 Kevin Buettner <kevinb@redhat.com>
1740
1741 * mn10300-tdep.c (mn10300_analyze_prologue): Delete code disabled
1742 via "#if 0".
1743
1744 2005-09-06 Kevin Buettner <kevinb@redhat.com>
1745
1746 * mn10300-tdep.c (mn10300_analyze_prologue): Use
1747 safe_frame_unwind_memory() in place of deprecated_read_memory_nobpt().
1748
1749 2005-09-04 Daniel Jacobowitz <dan@codesourcery.com>
1750
1751 * inf-child.c (inf_child_follow_fork): Add OPS argument.
1752 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1753 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1754 * inftarg.c (child_follow_fork): Likewise.
1755 * linux-nat.c (child_follow_fork): Likewise. Use ops instead of
1756 &deprecated_child_ops.
1757 * target.c (update_current_target): Do not inherit to_follow_fork.
1758 (target_follow_fork): New function.
1759 (debug_to_follow_fork): Remove.
1760 (setup_target_debug): Don't set to_follow_fork.
1761 * target.h (struct target_ops): Add struct target_ops * to
1762 to_follow_fork.
1763 (child_follow_fork): Add struct target_ops * argument.
1764 (target_follow_fork): Replace macro with prototype.
1765
1766 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1767
1768 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Use ARRAY_SIZE.
1769 Change internal error to warning. Add i18n markup to warning
1770 string.
1771
1772 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1773
1774 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
1775 (mn10300_gdbarch_init): Register mn10300_dwarf2_reg_to_regnum().
1776
1777 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1778
1779 * mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)
1780 (is_my_frame_last): Delete these unused functions.
1781
1782 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1783
1784 * mn10300-tdep.c (mn10300_frame_prev_register): Change type of
1785 ``bufferp'' from ``void *'' to ``gdb_byte *''.
1786
1787 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1788
1789 * mn10300-tdep.c (mn10300_use_struct_convention): Delete parameter
1790 ``gcc_p''. Adjust all callers.
1791 (mn10300_store_return_value, mn10300_extract_return_value): Add new
1792 parameter ``gdbarch''.
1793 (mn10300_return_value): New function.
1794 (mn10300_gdbarch_init): Delete old-style return value code calls.
1795 Add call to set_gdbarch_return_value().
1796
1797 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1798
1799 * mn10300-tdep.c (regcache.h): Delete duplicate include.
1800 * Makefile.in (mn10300-tdep.o): Update dependencies.
1801
1802 2005-09-02 Kevin Buettner <kevinb@redhat.com>
1803
1804 * mn10300-tdep.c (osabi.h): Include.
1805 (mn10300_gdbarch_init): Invoke gdbarch_init_osabi().
1806 * Makefile.in (mn10300-tdep.o): Update dependencies.
1807
1808 2005-09-02 Michael Snyder <msnyder@redhat.com>
1809 Kevin Buettner <kevinb@redhat.com>
1810
1811 * mn10300-linux-tdep.c: New file.
1812 * Makefile.in (mn10300-linux-tdep.o): New Makefile target.
1813 * config/mn10300/linux.mt (TDEPFILES): Add mn10300-linux-tdep.o and
1814 corelow.o.
1815 * mn10300-tdep.h (E_E8_REGNUM, E_E9_REGNUM, E_E10_REGNUM)
1816 (E_FPCR_REGNUM, E_FS0_REGNUM): New constants.
1817
1818 2005-09-02 Mark Kettenis <kettenis@gnu.org>
1819
1820 * infcall.c (call_function_by_hand): Remove code handling
1821 deprecated_push_arguments. Bail out early if push_dummy_call
1822 isn't available.
1823 * gdbarch.sh (deprecated_push_arguments): Delete. Adjust a few
1824 comments accordingly.
1825 * gdbarch.h, gdbarch.c: Regenerate.
1826
1827 2005-09-01 Paul Gilliam <pgilliam@us.ibm.com>
1828
1829 * ppc-tdep.h (struct gdbarch_tdep): Better explanation of using
1830 -1 for nonexistant registers.
1831 * rs6000-tdep.c (rs6000_register_reggroup_p): Don't assume that
1832 tdep->ppc_vr0_regnum and tdep->ppc_ev0_regnum are not -1.
1833
1834 2005-09-01 Richard Earnshaw <richard.earnshaw@arm.com>
1835
1836 * arm-linux-tdep.c (arm_linux_push_arguments): Delete.
1837 (arm_linux_init_abi): Don't register it.
1838
1839 2005-08-31 Mark Kettenis <kettenis@gnu.org>
1840
1841 * symfile.c (symbol_file_command, set_initial_language)
1842 (symfile_bfd_open, get_section_index, add_symtab_fns)
1843 (find_sym_fns): Reformat code and comments. Tweak comments.
1844
1845 * m68k-tdep.c (m68k_register_name): Use ARRAY_SIZE.
1846
1847 2005-08-31 Jim Wilson <wilson@specifix.com>
1848
1849 * i386fbsd-tdep.c (i386fbsd_sc_reg_offset): Make it non-static.
1850
1851 2005-08-29 Mark Kettenis <kettenis@gnu.org>
1852
1853 * environ.c (unset_in_environ): Use strncmp instead of
1854 DEPRECATED_STREQN.
1855 * exec.c (exec_file_attach): Remove DEPRECATED_HPUX_TEXT_END.
1856 * language.c (set_case_command, language_enum): Use strcmp instead
1857 of DEPRECATED_STREQ.
1858 * source.c (select_source_symtab): Sprinkle a few consts. Use
1859 strcmp instead of DEPRECATED_STREQ.
1860
1861 * solib-svr4.c (svr4_current_sos, svr4_fetch_objfile_link_map):
1862 Use XZALLOC and xzalloc instead of xmalloc where appropriate.
1863
1864 2005-08-27 Eli Zaretskii <eliz@gnu.org>
1865
1866 * main.c (print_gdb_help): Don't advertise the (long non-existent)
1867 option --mapped.
1868
1869 2005-08-21 Mark Kettenis <kettenis@gnu.org>
1870
1871 * doublest.c (floatformat_mantissa): Use xsnprintf instead of
1872 sprintf.
1873
1874 * vaxobsd-tdep.c: New file.
1875 * config/vax/obsd.mt (TDEPFILES): Add vaxobsd-tdep.o.
1876 * Makefile.in (vaxobsd-tdep.o): New dependency.
1877
1878 * ppcobsd-tdep.c: Include "frame.h" and "frame-unwind.h". Don't
1879 include "tramp-frame.h".
1880 (ppcobsd_sigtramp_cache_init): Remove function.
1881 (ppcobsd_sigtramp): Remove variable.
1882 (ppcobsd_page_size, ppcobsd_sigreturn_offset): New variables.
1883 (ppcobsd_sigtramp_p): New function.
1884 (ppcobsd_sigtramp_frame_cache, ppcobsd_sigtramp_frame_this_id)
1885 (ppcobsd_sigtramp_frame_prev_register): New functions.
1886 (ppcobsd_sigtramp_frame_unwind): New variable.
1887 (ppcobsd_sigtramp_frame_sniffer): New function.
1888 (ppcobsd_init_abi): Adjust to register new sigtramp sniffer
1889 instead of the old one.
1890 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1891
1892 * infcall.c (call_function_by_hand): For
1893 RETURN_VALUE_ABI_RETURNS_ADDRESS and
1894 RETURN_VALUE_ABI_PRESERVES_ADDRESS, use gdbarch_return_value to
1895 get return value.
1896
1897 * valarith.c (value_equal, value_less): Avoid compiler bug on
1898 systems where `long double' values are returned in static storage.
1899
1900 2005-08-18 Mark Kettenis <kettenis@gnu.org>
1901
1902 * stack.c: Reformat. Improve comments. Include "valprint.h".
1903 (args_info, locals_info, backtrace_command, backtrace_command_1)
1904 (backtrace_full_command, frame_info, frame_command, down_command)
1905 (down_silently_base, down_silently_command, up_command)
1906 (up_silently_base, up_silently_command, parse_frame_specification)
1907 (current_frame_command, print_frame_args_vars, catch_info)
1908 (args_plus_locals_info), print_frame_label_vars)
1909 (print_block_frame_labels, print_block_frame_locals)
1910 (func_command): Remove prototypes.
1911 (print_stack_frame, backtrace_command_stub, backtrace_command,
1912 backtrace_full_command, print_frame_args, print_frame_arg_vars,
1913 print_args_stub, func_command): Remove redundant casts.
1914 (addressprint): Remove extern declaration.
1915 (frame_command): Make static.
1916 (struct print_stack_frame_args, struct print_args_args): Rename
1917 `fi' member to `frame'.
1918 (print_stack_frame, print_frame_nameless_args, print_frame_args)
1919 (set_current_sal_from_frame, print_frame_info, print_frame)
1920 (show_stack_frame, print_block_frame_locals)
1921 (print_frame_local_vars, print_frame_label_vars)
1922 (print_frame_arg_vars, select_and_print_frame): Rename `fi'
1923 argument to `frame'.
1924 (func_command): Rename `fp' variable to `frame'.
1925 (get_language): Restructure.
1926 * Makefile.in (stack.o): Update dependencies.
1927
1928 2005-08-17 Kevin Buettner <kevinb@redhat.com>
1929
1930 * NEWS (ms1-elf): New target.
1931
1932 2005-08-17 Mark Kettenis <kettenis@gnu.org>
1933
1934 * m68k-tdep.c (m68k_return_value): Properly return contents of
1935 structures passed in memory.
1936
1937 * infcmd.c (print_return_value): Move CHECK_TYPEDEF up. Deal with
1938 RETURN_VALUE_ABI_PRESERVED_ADDRESS.
1939
1940 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Fix the code that
1941 deals with the broken GCC convention.
1942
1943 2005-08-16 Mark Kettenis <kettenis@gnu.org>
1944
1945 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Set condition
1946 register appropriately for varargs functions.
1947
1948 2005-08-15 Kevin Buettner <kevinb@redhat.com>
1949
1950 * MAINTAINERS (ms1): New target ISA entry. List myself as
1951 maintainer.
1952
1953 2005-08-15 Michael Snyder <msnyder@redhat.com>
1954 Kevin Buettner <kevinb@redhat.com>
1955
1956 * Makefile.in (ms1-tdep.o): Add dependencies.
1957 * configure.tgt: Add ms1-*-* target.
1958 * ms1-tdep.c: New file.
1959 * config/ms1/ms1.mt: New file.
1960
1961 2005-08-15 Mark Kettenis <kettenis@gnu.org>
1962
1963 * Makefile.in (m68kbsd-tdep.o): Ad missing space.
1964
1965 2005-08-15 Ulrich Weigand <uweigand@de.ibm.com>
1966
1967 * s390-tdep.c (op1_lgfi, op2_lgfi, op1_agfi, op2_agfi,
1968 op1_afi, op2_afi, op1_algfi, op2_algfi, op1_alfi, op2_alfi,
1969 op1_slgfi, op2_slgfi, op1_slfi, op2_slfi): New opcode enums.
1970 (s390_analyze_prologue): Recognize new z9-109 instructions.
1971
1972 2005-08-14 Mark Kettenis <kettenis@gnu.org>
1973
1974 * solib-som.c (som_current_sos): Cast to 'gdb_byte *' where
1975 appropriate.
1976
1977 * inf-ptrace.c (inf_ptrace_him) [PT_GET_PROCESS_STATE]: Move
1978 code...
1979 (inf_ptrace_post_startup_inferior): ...here. New function.
1980 (inf_ptrace_attach) [PT_GET_PROCESS_STATE]: Move code...
1981 (inf_ptrace_post_attach): ...here.
1982 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Set
1983 to_post_startup_inferior and to_post_attch.
1984
1985 * sparc-tdep.c (sparc_breakpoint_from_pc): Constify break_insn.
1986
1987 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Check for
1988 "__sighndlr".
1989
1990 2005-08-13 Mark Kettenis <kettenis@gnu.org>
1991
1992 * i386-linux-nat.c (fetch_register, store_register)
1993 (supply_gregset, fill_gregset): Remove redundant casts.
1994
1995 2005-08-12 Kris Warkentin <kewarken@qnx.com>
1996
1997 * i386-nto-tdep.c (i386nto_init_abi): Don't set gdbarch skip
1998 trampoline code hook.
1999 * nto-procfs.c (procfs_post_attach): Call solib_create_inferior_hook
2000 instead of SOLIB_CREATE_INFERIOR_HOOK.
2001 (procfs_create_inferior): Ditto.
2002 * config/tm-nto.h: Don't define SKIP_TRAMPOLINE_CODE.
2003
2004 2005-08-11 Andreas Schwab <schwab@suse.de>
2005
2006 PR exp/1978
2007 * valarith.c (value_binop): Fix result type for the shift
2008 operators.
2009
2010 2005-08-09 Mark Kettenis <kettenis@gnu.org>
2011
2012 * sparc64obsd-tdep.c: Tweak comments.
2013 (sparc64obsd_sigreturn_offset): Add offset for new OpenBSD 3.8
2014 signal trampoline.
2015
2016 2005-08-09 Andrew Cagney <cagney@gnu.org>
2017
2018 * linux-nat.h (linux_proc_xfer_memory): Change type of "myaddr" a
2019 "gdb_byte" pointer.
2020 * linux-nat.c (linux_proc_xfer_memory): Update.
2021 (get_signo): Cast signo to a "gdb_byte" pointer.
2022 * i386-linux-nat.c (child_resume): Make "buf" a gdb_byte, delete
2023 redundant casts.
2024 (child_resume): Cast eflags to a "gdb_byte" pointer.
2025
2026 2005-08-08 Mark Kettenis <kettenis@gnu.org>
2027
2028 * tramp-frame.h (struct tramp_frame): Allow for 16 instructions
2029 instead of 8.
2030 * m68kbsd-tdep.c: Include "frame.h", "trad-frame.h" and
2031 "tramp-frame.h".
2032 (m68kobsd_sigtramp_cache_init): New function.
2033 (m68kbsd_aout_init_abi): Prepend m68kobsd_sigtramp unwinder.
2034
2035 2005-08-02 Fred Fish <fnf@specifix.com>
2036
2037 * defs.h (parse_frame_specification): Remove prototype.
2038 * stack.c (parse_frame_specification): Add prototype and
2039 make function static.
2040 (frame_info): Move common code outside if..then..else.
2041
2042 2005-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2043
2044 * value.c (value_contents_writeable): Use value_contents_raw.
2045
2046 2005-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2047
2048 Suggested by Shaun Jackman <sjackman@gmail.com>:
2049 * defs.h (print_transfer_performance): Update prototype.
2050 * m32r-rom.c (m32r_load, m32r_upload_command): Use gettimeofday
2051 for print_transfer_performance.
2052 * remote-m32r-sdi.c (m32r_load): Likewise.
2053 * symfile.c (generic_load): Likewise.
2054 (report_transfer_performance): Create a dummy struct timeval.
2055 (print_transfer_performance): Use a more accurate measure
2056 of performance.
2057
2058 2005-08-01 Fred Fish <fnf@specifix.com>
2059
2060 * stack.c (parse_frame_specification_1): Remove use of obsolete
2061 SETUP_ARBITRARY_FRAME macro.
2062
2063 2005-08-01 Daniel Jacobowitz <dan@codesourcery.com>
2064
2065 * dwarf2-frame.c (read_signed_leb128): Handle values that do not
2066 fit in 32 bits.
2067 * dwarf2read.c (read_signed_leb128): Likewise.
2068
2069 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
2070
2071 From Josef Ezra <jezra@emc.com>:
2072 * tracepoint.c (stringify_collection_list): Correct pointer
2073 arithmetic.
2074
2075 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
2076
2077 Suggested by Vladimir Prus <ghost@cs.msu.su>:
2078 * infrun.c (handle_inferior_event): Check for line information in
2079 undebuggable functions.
2080
2081 2005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2082
2083 * cli-out.c (cli_field_fmt, cli_message, out_field_fmt): Add
2084 ATTR_FORMAT or ATTRIBUTE_FPTR_PRINTF.
2085 * complaints.c (vcomplaint): Likewise.
2086 * defs.h (xvasprintf, xstrvprintf, verror, vfatal)
2087 (internal_verror, internal_vwarning, vwarning)
2088 (deprecated_query_hook, deprecated_warning_hook)
2089 (deprecated_readline_begin_hook): Likewise.
2090 * disasm.c (fprintf_disasm): Likewise.
2091 * exceptions.c (throw_it): Likewise.
2092 * exceptions.h (throw_verror, throw_vfatal): Likewise.
2093 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
2094 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
2095 * tui/tui-hooks.c (tui_query_hook): Likewise.
2096 * tui/tui-out.c (tui_field_fmt, tui_message, out_field_fmt):
2097 Likewise.
2098 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
2099 (uo_message): Likewise.
2100 * ui-out.h (ui_out_field_fmt, ui_out_message, field_fmt_ftype)
2101 (message_ftype): Likewise.
2102 * utils.c (vfprintf_maybe_filtered, internal_vproblem)
2103 (defaulted_query, printchar): Likewise.
2104
2105 2005-07-26 Mark Kettenis <kettenis@gnu.org>
2106
2107 * i386obsd-tdep.c (i386obsd_sigreturn_offset): New variable.
2108 (i386obsd_sigtramp_p): Deal with an arbitrary number of possible
2109 offsets.
2110 (i386obsd_aout_supply_regset): Avoid bogus cast.
2111
2112 2005-07-25 Mark Kettenis <kettenis@gnu.org>
2113
2114 * inf-ptrace.c [PT_GET_PROCESS_STATE] (inf_ptrace_follow_fork):
2115 New function.
2116 (inf_ptrace_him, inf_ptrace_attach) [PT_GET_PROCESS_STATE]: Set
2117 PTRACE_FORK event flag.
2118 (inf_ptrace_wait) [PT_GET_PROCESS_STATE]: Handle PTRACE_FORK
2119 event.
2120 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Set to_follow_fork.
2121
2122 2005-07-25 Mark Kettenis <kettenis@gnu.org>
2123
2124 * gdb_ptrace.h (PT_TRACE_ME): Define to zero if not already
2125 defined.
2126 * inf-ptrace.c: Tweak comments.
2127 (inf_ptrace_me): Use PT_TRACE_ME instead of hardcoded zero.
2128 (inf_ptrace_mourn_inferior): Call waitpid.
2129 (inf_ptrace_attach): Use pid_t, Remove unnecessary cast.
2130 (inf_ptrace_detach): Use pid_t. Use ptid_get_pid instead of
2131 PIDGET.
2132 (inf_ptrace_kill): Rename from inf_ptrace_kill_inferior. Use
2133 pid_t. Use ptid_get_pid instead of PIDGET.
2134 (inf_ptrace_kill): Call waitpid instead of wait.
2135 (inf_ptrace_resume): Use pid_t. Use ptid_get_pid instead of
2136 PIDGET.
2137 (inf_ptrace_wait): Use waitpid instead wait. Use pid_t. Don't
2138 call target_has_exited or target_thread_alive. Properly ignore
2139 terminated detached child processes.
2140 (inf_ptrace_has_exited): Remove function.
2141 (inf_ptrace_xfer_partial): Use pid_t. Use ptid_get_pid instead of
2142 PIDGET. Use gdb_byte instead of `unsigned char'.
2143 (inf_ptrace_thread_alive): Use ptid_get_pid instead of PIDGET.
2144 (inf_ptrace_pid_to_str): Remove function.
2145 (inf_ptrace_target): Use inf_ptrace_kill instead of
2146 inf_ptrace_kill_inferior. Use normal_pid_to_str instead of
2147 inf_ptrace_pid_to_str. Don't set to_has_exited.
2148 (inf_ptrace_fetch_register, inf_ptrace_store_register): Reformat
2149 long lines.
2150
2151 2005-07-25 Mark Kettenis <kettenis@gnu.org>
2152
2153 * inf-ptrace.c: Reorder functions.
2154 (inf_ptrace_open, inf_ptrace_reported_exec_events_per_call)
2155 (inf_ptrace_can_run, inf_ptrace_post_attach): Removed.
2156 (inf_ptrace_target): Don't set to_open,
2157 to_reported_exec_events_per_call, to_can_run, to_post_attach,
2158 to_stratum, to_has_all_memory, to_has_memory, to_has_stack,
2159 to_has_registers, to_has_execution, to_magic. Reorder remaining
2160 initializations.
2161
2162 2005-07-25 Mark Mitchell <mark@codesourcery.com>
2163
2164 * configure.ac: On MinGW, do not require a termcap library, and
2165 use win32-termcap.c.
2166 * configure: Regenerated.
2167 * win32-termcap.c: New file.
2168
2169 2005-07-24 Mark Mitchell <mark@codesourcery.com>
2170
2171 * ser-tcp.c (close): Define as a function-like macro on MinGW.
2172
2173 2005-07-21 Eric Christopher <echristo@apple.com>
2174
2175 * MAINTAINERS (Misc): Update affiliation.
2176
2177 2005-07-21 Mark Kettenis <kettenis@gnu.org>
2178
2179 * inf-ttrace.c (inf_ttrace_wait): Properly report TTEVT_EXEC
2180 events as TARGET_WAITKIND_EXECD.
2181 (inf_ttrace_detach): Reorder local variables.
2182
2183 2005-07-20 Mark Kettenis <kettenis@gnu.org>
2184
2185 * inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.
2186 (inf_ttrace_follow_fork): New function.
2187 (inf_ttrace_him, inf_ttrace_attach): Ask for TTEVT_FORK and
2188 TTEVT_VFORK events. Replace TTEO_NOSTRCHLD option with
2189 TTEO_PROC_INHERIT.
2190 (inf_ttrace_create_inferior, inf_ttrace_attach): Add checks for
2191 inf_ttrace_vfork_ppid.
2192 (inf_ttrace_kill_inferior, inf_ttrace_detach): Detach from waiting
2193 parent if appropriate.
2194 (inf_ttrace_wait): Handle TTEVT_FORK and TTEVT_VFORK.
2195 (inf_ttrace_target): Set to_follow_fork.
2196
2197 2005-07-20 Wu Zhou <woodzltc@cn.ibm.com>
2198
2199 * remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.
2200
2201 2005-07-18 Mark Kettenis <kettenis@gnu.org>
2202
2203 * target.c (normal_pid_to_str): Use xsnprintf instead of snprintf.
2204 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
2205 * inf-ttrace.c (inf_ttrace_pid_to_str): Likewise.
2206
2207 * hppa-tdep.h (hppa_frame_prev_register_helper): Change types of
2208 last argument to `gdb_byte *'.
2209 * hppa-tdep.c (hppa32_convert_from_func_ptr_addr): Rewrite.
2210 (hppa_frame_prev_register_helper): Change types of last argument
2211 to `gdb_byte *'.
2212 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_prev_register):
2213 Change types of last argument to `gdb_byte *'.
2214
2215 2005-07-18 Mark Kettenis <kettenis@gnu.org>
2216 Jason Molenda <jmolenda@apple.com>
2217
2218 * i386-tdep.c (i386_match_insn): Match complete instruction
2219 pattern.
2220
2221 2005-07-18 Mark Kettenis <kettenis@gnu.org>
2222
2223 * i386-tdep.c (i386_reg_struct_return_p): Handle structures with a
2224 single 'long double' member correctly.
2225 (i386_return_value): Tweak comment.
2226
2227 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
2228
2229 * mi/gdb-mi.el: Update for changes in Emacs 22.0.50. Bring more
2230 features over from gdb-ui.el. Use "-var-update --all-values" for
2231 faster re-display of watch expressions.
2232
2233 2005-07-15 Mark Kettenis <kettenis@gnu.org>
2234 Marcel Moolenaar <marcel@xcllnt.net>
2235
2236 * sparc64fbsd-nat.c: Include "regcache.h", <sys/types.h>,
2237 <machine/pcb.h> and "bsd-kvm.h".
2238 (sparc64fbsd_kvm_supply_pcb): New function.
2239 (_initialize_sparc64fbsd_nat): Enable libkvm interface.
2240 * config/sparc/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2241 (LOADLIBES): New variable.
2242 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2243
2244 2005-07-15 Nick Roberts <nickrob@snap.net.nz>
2245 Daniel Jacobowitz <dan@codesourcery.com>
2246
2247 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values): New
2248 declarations.
2249 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Use string
2250 constants instead of literals for MI command options.
2251 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values, mi_all_values):
2252 New variables.
2253 (mi_parse_values_option, mi_print_value_p): New functions.
2254 (mi_cmd_var_list_children): Use mi_parse_values_option and
2255 mi_print_value_p.
2256 (mi_cmd_var_update): Support a PRINT_VALUES option. Update calls
2257 to varobj_update_one.
2258 (varobj_update_one): Take a print_values argument. Call
2259 mi_print_value_p.
2260 * varobj.c (varobj_get_gdb_type): New function.
2261 * varobj.h (varobj_get_gdb_type): New prototype.
2262
2263 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
2264
2265 * ppc-linux-tdep.c (ppc_linux_init_abi): Set 64-bit link map offsets.
2266
2267 2005-07-12 Mark Kettenis <kettenis@gnu.org>
2268
2269 * dwarf2expr.h: Tweak comment.
2270 (struct dwarf_expr_context): Use `gdb_byte *' in read_mem and
2271 get_frame_base function pointers.
2272 (read_uleb128, read_sleb128): Change return type and types of
2273 first two arguments to `gdb_byte *'.
2274 (dwarf2_read_address): Change types of first two arguments to
2275 `gdb_byte *'.
2276 * dwarf2expr.c: Tweak comment.
2277 (dwarf_expr_eval): Change type of second argument to `gdb_byte *'.
2278 (read_uleb128, read_sleb128): Change return type and types of
2279 first two arguments to `gdb_byte *'.
2280 (dwarf2_read_address): Change types of first two arguments to
2281 `gdb_byte *'.
2282 (execute_stack_op): Change types of last two arguments to
2283 `gdb_byte *'. Use `gdb_byte *' for byte buffers.
2284 * dwarf2loc.h: Tweak comment.
2285 (struct dwarf2_locexpr_baton, struct dwarf2_loclist_baton): Use
2286 `gdb_byte *' for byte buffers.
2287 * dwarf2loc.c (find_location_expression): Change return type to
2288 `gdb_byte *'. Use `gdb_byte *' for byte buffers. Change length
2289 to `unsigned int'.
2290 (dwarf_expr_read_reg): Use `gdb_byte *' for byte buffer. Remove
2291 bogus cast.
2292 (dwarf_expr_read_mem): Change type of second argument to
2293 `gdb_byte *'.
2294 (dwarf_expr_frame_base): Change type of second argument to
2295 `gdb_byte **'.
2296 (dwarf2_evaluate_loc_desc): Change type of third argument to
2297 `gdb_byte *'.
2298 (needs_frame_read_mem): Change type of second argument to
2299 `gdb_byte *'.
2300 (needs_frame_frame_base): Change type of second argument
2301 `gdb_byte **'. Use gdb_byte for lit0.
2302 (dwarf2_tracepoint_var_ref): Change type of fourth argument to
2303 `gdb_byte *'. Use `gdb_byte *' for byte buffer.
2304 (loclist_read_variable, loclist_tracepoint_var_ref): Use `gdb_byte
2305 *' for byte buffer.
2306 * dwarf2-frame.c (struct dwarf2_cie, struct dwarf2_fde)
2307 (struct dwarf2_frame_state): Use gdb_byte instead of `unsigned
2308 char'.
2309 (read_reg): Use `gdb_byte *' for byte buffers. Remove redundant
2310 cast.
2311 (read_mem): Change second argument to `gdb_byte *'.
2312 (no_get_frame_base): Change second argument to `gdb_byte **'.
2313 (execute_stack_op): Change first argument to `gdb_byte *'.
2314 (execute_cfa_program): Change first two arguments to `gdb_byte *'.
2315 Use gdb_byte instead of `unsigned int'. Use temprorary variable
2316 to store result of read_uleb128.
2317 (struct comp_unit): Use `gdb_byte *' for byte buffers.
2318 (read_1_byte, read_4_bytes, read_8_bytes): Change last argument to
2319 `gdb_byte *'.
2320 (read_unsigned_leb128, read_signed_leb128): Change second argument
2321 to `gdb_byte *'. Use gdb_byte instead of `unsigned char'.
2322 (read_initial_length): Change second argument to `gdb_byte *'.
2323 Remove redundant casts.
2324 (read_encoded_value): Use gdb_byte instead of `unsigned char'.
2325 Remove bogus casts.
2326 (decode_frame_entry_1): Change return type and second argument to
2327 `gdb_byte *'. Use `gdb_byte *' for byte buffers. Use gdb_byte
2328 instead of `unsigned char'.
2329 (decode_frame_entry): Change return type and second argument to
2330 `gdb_byte *'. Use `gdb_byte *' for byte buffers.
2331 (dwarf2_build_frame_info): Use `gdb_byte *' for byte buffers.
2332
2333 2005-07-12 Mark Kettenis <kettenis@gnu.org>
2334
2335 * objc-lang.c (print_object_command): Use gdb_byte for c.
2336 * arch-utils.c (legacy_extract_return_value): Use 'gdb_byte *' for
2337 registers.
2338
2339 2005-07-11 Mark Kettenis <kettenis@gnu.org>
2340
2341 * bsd-kvm.c: Include <paths.h>.
2342 (bsd_kvm_corefile): New variable.
2343 (core_kd, bsd_kvm_paddr, bsd_kvm_supply_pcb, bsd_kvm_ops): Make
2344 static.
2345 (bsd_kvm_open): Set bsd_kvm_corefile.
2346 (bsd_kvm_files_info): New function.
2347 (bsd_kvm_add_target): Set to_files_info.
2348
2349 2005-07-07 Andreas Schwab <schwab@suse.de>
2350
2351 * observer.sh: Use different temporary file name depending on mode
2352 of operation to avoid clash during parallel build.
2353
2354 2005-07-06 Bob Rossi <bob@brasko.net>
2355
2356 * fork-child.c (fork-inferior): Use accessor function for
2357 inferior_io_terminal.
2358 * infcmd.c (inferior_io_terminal): Make static.
2359 (set_inferior_io_terminal): New function.
2360 (get_inferior_io_terminal): Ditto.
2361 (tty_command): Use accessor function.
2362 (_initialize_infcmd): Add inferior_tty setshow variable.
2363 (_initialize_infcmd): Remove tty command.
2364 (_initialize_infcmd): Add a tty command that is an alias.
2365 * inferior.h (set_inferior_io_terminal): New prototype.
2366 (get_inferior_io_terminal): Ditto.
2367 (new_tty_prefork): Add const qualifier to parameter.
2368 * inflow.c (inferior_thisrun_terminal): Add const qualifier.
2369 (new_tty_prefork): Add const qualifier to parameter.
2370 * nto-procfs (procfs_create_inferior): Use accessor function.
2371 (procfs_create_inferior): Add const qualifier to locals.
2372 * win32-nat.c (child_create_inferior): Ditto.
2373 * mi/mi-cmd-env.c (mi_cmd_inferior_tty_set): New function.
2374 (mi_cmd_inferior_tty_set): Ditto.
2375 * mi/mi-cmds.c (mi_cmds): Add inferior-tty-set and inferior-tty-show
2376 * mi/mi-cmds.h (mi_cmd_inferior_tty_set): Add prototype.
2377 (mi_cmd_inferior_tty_show): Ditto.
2378
2379 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
2380
2381 * tui/tui-win.c (parse_scrolling_args): Fix SEGV error with invalid
2382 scroll command.
2383
2384 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
2385
2386 * f-exp.y (yyparse): Add code to support exponentiation expression.
2387 (yylex): Add code to scan exponentiation operator.
2388 * eval.c (evaluate_subexp_standard): Add support for BINOP_EXP.
2389 * valarith.c (value_binop): Reset errno to 0 before calling pow
2390 to do exponentiation operation.
2391
2392 2005-07-04 Mark Kettenis <kettenis@gnu.org>
2393
2394 * i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
2395 read_memory call.
2396 * bsd-uthread.c (bsd_uthread_wait): Use gdb_byte for byte buffer.
2397
2398 * bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call.
2399 * coffread.c (patch_type, process_coff_symbol): Likewise.
2400 * corelow.c (core_open): Likewise.
2401 * dwarf2read.c (dwarf_decode_lines, dwarf2_start_subfile):
2402 * language.c (set_lang_str, set_type_str, set_range_str)
2403 (set_case_str): Likewise.
2404 * source.c (add_path, openp): Likewise.
2405 * stabsread.c: Likewise.
2406 * top.c (init_history): Likewise.
2407 * utils.c (xfullpath): Likewise.
2408 * value.c (lookup_internalvar): Likewise.
2409 * cli/cli-cmds.c (cd_command): Likewise.
2410 * cli/cli-dump.c (add_dump_command): Likewise.
2411
2412 * i387-tdep.c (print_i387_value, print_i387_ext, i387_tag): Change
2413 type of first argument to `const gdb_byte *'.
2414 (i387_print_float_info, i387_register_to_value)
2415 (i387_value_to_register, i387_supply_fsave, i387_collect_fsave)
2416 (i387_supply_fxsave, i387_collect_fxsave): Use gdb_byte for byte
2417 buffers.
2418
2419 2005-07-04 Ben Elliston <bje@gnu.org>
2420
2421 * Makefile.in (RUNTEST): Set to runtest.
2422
2423 2005-07-03 Richard Henderson <rth@redhat.com>
2424
2425 * amd64-tdep.c (amd64_sse_type): New.
2426 (amd64_register_info): Use it for xmm registers. Constify.
2427 (amd64_register_type): Initialize amd64_sse_type as needed.
2428
2429 2005-07-03 Steve Ellcey <sje@cup.hp.com>
2430
2431 * configure.ac: Add arguments to AC_DEFINE calls.
2432 * acconfig.h: Remove file.
2433 * acinclude.m4 (AC_GNU_SOURCE): Remove definition.
2434 * configure: Regenerate.
2435 * config.in: Regenerate.
2436
2437 2005-07-01 Mark Kettenis <kettenis@gnu.org>
2438
2439 * mips-tdep.c (mips_insn16_frame_prev_register)
2440 (mips_insn32_frame_prev_register, mips_stub_frame_prev_register):
2441 Change type of last argument to `gdb_byte *'.
2442
2443 2005-07-01 Steve Ellcey <sje@cup.hp.com>
2444
2445 * MAINTAINERS (Write After Approval): Add myself.
2446
2447 2005-07-01 Mark Kettenis <kettenis@gnu.org>
2448
2449 * solib-svr4.c: Include "solib.h".
2450 * Makefile.in (solib-svr4.o): Update dependencies.
2451
2452 2005-06-28 Mark Kettenis <kettenis@gnu.org>
2453
2454 * eval.c (evaluate_struct_tuple): Use strcmp instead of
2455 DEPRECATED_STREQ.
2456
2457 2005-06-27 Michael Snyder <msnyder@redhat.com>
2458
2459 * mn10300-linux-tdep.c: New file. OSABI sniffer at end.
2460 * Makefile.in: Add rule for mn10300-linux-tdep.c.
2461 * config/mn10300/linux.mt: Add mn10300-linux-tdep.c to tdep files.
2462
2463 2005-06-27 Michael Snyder <msnyder@redhat.com>
2464
2465 * config/mn10300/linux.mt: New file.
2466 * configure.tgt: Add rule for am33 / mn10300-linux.
2467 * mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
2468
2469 2005-06-27 Wu Zhou <woodzltc@cn.ibm.com>
2470
2471 * gdbtypes.c (get_discrete_bounds): Fix a comment typo.
2472
2473 2005-06-25 Mark Kettenis <kettenis@gnu.org>
2474
2475 * sol-thread.c (sol_thread_xfer_memory): Change type of second
2476 argument to `gdb_byte *'.
2477 (sol_thread_xfer_partial): Change type of readbuf and writebuf
2478 arguments to `gdb_byte *'.
2479
2480 * mips-tdep.c (mips_xfer_register, mips_o32_return_value)
2481 (mips_integer_to_address): Use gdb_byte instead of bfd_byte.
2482
2483 2005-06-24 Mark Kettenis <kettenis@gnu.org>
2484
2485 * ppcobsd-nat.c: Include "gdbcore.h", <sys/signal.h>,
2486 <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
2487 (ppcobsd_supply_pcb): New function.
2488 (_initialize_ppcobsd_nat): Enable libkvm interface.
2489 * Makefile.in (ppcobsd-nat.o): Update dependencies.
2490 * config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2491 (LOADLIBES): New variable.
2492
2493 2005-06-24 Corinna Vinschen <vinschen@redhat.com>
2494
2495 * i386-tdep.c (struct i386_frame_cache): Define sp_offset as LONGEST.
2496
2497 2005-06-23 Andreas Schwab <schwab@suse.de>
2498
2499 * gdb_ptrace.h: Fix typos when checking for PT_ATTACH. Reported
2500 by Chad Harrington <harrington.chad@gmail.com>.
2501
2502 2005-06-22 Mark Kettenis <kettenis@gnu.org>
2503
2504 * remote.c (extended_remote_restart): Pass buffer in call to
2505 xsnprintf instead of a pointer to the buffer.
2506
2507 2005-06-21 Andrew Cagney <cagney@gnu.org>
2508
2509 * MAINTAINERS: List GDB's Steering Committee as responsible for
2510 GDB's maintenance.
2511
2512 2005-06-21 Mark Kettenis <kettenis@gnu.org>
2513
2514 * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
2515 and writebuf arguments to `gdb_byte *'.
2516
2517 2005-06-21 Wu Zhou <woodzltc@cn.ibm.com>
2518
2519 * MAINTAINERS (Write After Approval): Add myself.
2520
2521 2005-06-20 Mark Kettenis <kettenis@gnu.org>
2522
2523 * hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",
2524 "value.h" and "elf/common.h".
2525 (hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer.
2526 (hppabsd_find_global_pointer): New function.
2527 (hppabsd_init_abi): Set TDEP->find_global_pointer to
2528 hppabsd_find_global_pointer.
2529 * Makefile.in (hppabsd-tdep.o): Update dependencies.
2530
2531 2005-06-12 Mark Kettenis <kettenis@gnu.org>
2532
2533 * hppa-tdep.c (hppa_pointer_to_address_hack): Remove function.
2534 (unwind_command): Use %lx to print pointer.
2535
2536 2005-06-19 Mark Kettenis <kettenis@gnu.org>
2537
2538 * remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype.
2539 Change type of second argument to`gdb_byte *'.
2540
2541 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
2542
2543 * mi/mi-cmd-stack.c (mi_cmd_stack_info_frame): New function.
2544
2545 * mi/mi-cmds.c (mi_cmds): Replace entry for -stack-info-frame.
2546 Make it use mi_cmd_stack_info_frame
2547
2548 * mi/mi-cmds.h (mi_cmd_stack_info_frame): New declaration.
2549
2550 2005-06-18 Mark Kettenis <kettenis@gnu.org>
2551
2552 * hppa-tdep.c (hppa_fallback_frame_cache): Don't error out if we
2553 can't find the bounds of the current function. Wrap some long
2554 lines in the process.
2555
2556 * regcache.c (regcache_raw_supply, regcache_raw_collect): Change
2557 type of last argument back to `void *'.
2558 * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
2559
2560 2005-06-18 Nick Roberts <nickrob@snap.net.nz>
2561
2562 * mi/mi-cmds.c (mi_cmds): Remove entry for -stack-info-frame.
2563
2564 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2565 (mi_cmd_stack_info_depth): Don't test for stack.
2566 (mi_cmd_stack_select_frame): Make the argument mandatory.
2567 Don't test for stack.
2568
2569 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
2570
2571 * remote.c (set_thread, remote_thread_alive): Replace sprintf
2572 call with xsnprintf.
2573 (remote_threads_extra_info, extended_remote_restart)
2574 (remote_check_symbols, store_register_using_P)
2575 (compare_sections_command): Ditto.
2576
2577 2005-06-16 David Ung <davidu@mips.com>
2578
2579 * MAINTAINERS (Write After Approval): Add self.
2580
2581 2005-06-15 Mark Kettenis <kettenis@gnu.org>
2582
2583 * hppa-hpux-nat.c (hppa_hpux_fetch_register)
2584 (hppa_hpux_store_register): Add casts in extract_unsigned_integer
2585 and store_usigned_integer calls.
2586
2587 2005-06-14 Nick Roberts <nickrob@snap.net.nz>
2588
2589 * mi/mi-main.c (mi_cmd_data_list_register_values): Remove test for
2590 registers now that mi_execute_command rewinds after an error.
2591
2592 2005-06-13 Mark Kettenis <kettenis@gnu.org>
2593
2594 * configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
2595 * configure, config.in: Regenerate.
2596
2597 * ser-tcp.c: Tweak comment.
2598 [!HAVE_SOCKLEN_T]: Typedef socklen_t.
2599 * configure.ac: Add check for socklen_t.
2600 * configure, config.in: Regenerate.
2601
2602 2005-06-13 H.J. Lu <hongjiu.lu@intel.com>
2603
2604 * config/i386/linux64.mt (TDEPFILES): Add symfile-mem.o.
2605
2606 2005-06-13 Richard Sandiford <richard@codesourcery.com>
2607
2608 * MAINTAINERS: Update my email address.
2609
2610 2005-06-13 Mark Mitchell <mark@codesourcery.com>
2611
2612 * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
2613 * exec.c (exec_file_attach): Likewise.
2614 * solib-frv.c (enable_break2): Likewise.
2615 * solib-svr4.c (enable_break): Likewise.
2616 * solib.c (solib_map_sections): Likewise.
2617 * symfile.c (symfile_bfd_open): Likewise.
2618
2619 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2620
2621 * Makefile.in (symfile.o): Add $(exec_h).
2622 * exec.h (exec_set_section_address): Add prototype.
2623 * exec.c (exec_set_section_address): New function.
2624 * symfile.c: Include "exec.h".
2625 (struct place_section_arg, place_section): New.
2626 (default_symfile_offsets): Call place_section for each
2627 section of a relocatable file.
2628
2629 2005-06-13 Joel Brobecker <brobecker@adacore.com>
2630
2631 * hppa-tdep.c (hppa_pc_requires_run_before_use): Really test all
2632 bits of top byte in address.
2633
2634 2005-06-13 Wu Zhou <woodzltc@cn.ibm.com>
2635
2636 * eval.c (evaluate_subexp_standard): Add code to check the target
2637 type of a TYPE_CODE_PTR value when we encounter a f77 undetermined
2638 arglist. If it is array, string or function, work on the target
2639 value instead.
2640
2641 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
2642 Nick Roberts <nickrob@snap.net.nz>
2643
2644 * mi/mi-main.c (register_changed_p, get_register): Use
2645 get_selected_frame.
2646 (mi_execute_command): Call mi_out_rewind after an error.
2647
2648 2005-06-12 Mark Kettenis <kettenis@gnu.org>
2649
2650 * hppa-tdep.c (hppa_frame_prev_register)
2651 (hppa_fallback_frame_prev_register)
2652 (hppa_stub_frame_prev_register): Change type of last argument to
2653 `gdb_byte *'.
2654 (hppa_fetch_pointer_argument): Tweak comment. Use
2655 get_frame_register_unsigned instead of get_frame_register.
2656 (hppa32_return_value, hppa64_return_value): Change type of readbuf
2657 and writebuf arguments to `gdb_byte *'. Remove unecessary casts
2658 and local variables.
2659 (hppa_pseudo_register_read): Change type of last argument to
2660 `gdb_byte *'.
2661
2662 * m68k-tdep.c (m68k_frame_prev_register): Change type of last
2663 argument to `gdb_byte *'.
2664
2665 * arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
2666 Consitify regnames.
2667
2668 * alpha-tdep.c (alpha_sigtramp_frame_prev_register)
2669 (alpha_heuristic_frame_prev_register): Change type of last
2670 argument to `gdb_byte *'.
2671 (alpha_register_to_value, alpha_value_to_register)
2672 (alpha_extract_return_value, alpha_store_return_value): Likewise.
2673 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
2674
2675 * arm-tdep.c (arm_prologue_prev_register)
2676 (arm_sigtramp_prev_register): Change type of last argument to
2677 `gdb_byte *'.
2678
2679 * m88k-tdep.c (m88k_frame_prev_register): Change type of last
2680 argument to `gdb_byte *'.
2681
2682 * vax-tdep.c (vax_frame_prev_register): Change type of last
2683 argument to `gdb_byte *'.
2684
2685 * sparc-tdep.c (sparc32_frame_prev_register): Change type of last
2686 argument to `gdb_byte *'.
2687 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2688 Likewise.
2689 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Likewise.
2690 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2691 Likewise.
2692 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
2693 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2694 Likewise.
2695 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2696 Likewise.
2697 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Likewise.
2698 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind):
2699 Likewise.
2700
2701 * amd64-tdep.c (amd64_frame_prev_register)
2702 (amd64_sigtramp_frame_prev_register): Change type of last argument
2703 to `gdb_byte *'.
2704
2705 2005-06-11 Mark Kettenis <kettenis@gnu.org>
2706
2707 * i386-tdep.c (i386_register_type): Return
2708 builtin_type_void_func_ptr for %eip and builtin_type_void_data_ptr
2709 for %ebp and %esp.
2710
2711 2005-06-10 Ben Elliston <bje@au.ibm.com>
2712
2713 * valprint.c (print_floating): Fix comment typo.
2714
2715 2005-06-09 Jeff Johnston <jjohnstn@redhat.com>
2716
2717 * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and
2718 protect libunwind references with HAVE_LIBUNWIND_IA64_H flag.
2719 (ia64_pseudo_register_write): Use gdb_byte to remove warning.
2720 (ia64_register_to_value, ia64_value_to_register): Ditto.
2721 (ia64_frame_prev_register): Ditto.
2722 (ia64_libunwind_frame_prev_register): Ditto.
2723 (ia64_sigtramp_frame_prev_register): Ditto.
2724 (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
2725 (ia64_store_return_value): Ditto.
2726
2727 2005-06-08 Jeff Johnston <jjohnstn@redhat.com>
2728 David Mosberger <davidm@hpl.hp.com>
2729
2730 * ia64-tdep.c (KERNEL_START): New macro.
2731 (ia64_pseudo_register_read): Fix code to use libunwind to properly
2732 get the rse registers.
2733 (ia64_frame_this_id): Mark outermost frame with null frame id.
2734 (ia64_sigtramp_frame_prev_register): Fix up debug output.
2735 (ia64_access_rse_reg): New accessor function.
2736 (ia64_access_mem): Add special logic for accessing the
2737 kernel's unwind table.
2738 (getunwind_table): Fix for corefiles.
2739 (get_kernel_table): Fix to handle vDSO.
2740 (ia64_libunwind_frame_this_id): Check for null frame id and
2741 don't unwind past pc value of 0. Fix debugging output.
2742 (ia64_libunwind_sigtramp_frame_this_id): New function.
2743 (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
2744 (ia64_libunwind_sigtramp_frame_sniffer): Ditto.
2745 (ia64_libunwind_sigtramp_frame_unwind): New unwinder.
2746 (ia64_unw_rse_accessors): New libunwind accessors.
2747 (ia64_libunwind_descr): Add ia64_unw_rse_accessors.
2748 (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use
2749 ia64_libunwind_sigtramp_frame_sniffer instead of
2750 ia64_sigtramp_frame_sniffer.
2751 * libunwind-frame.c (libunwind_frame_set_descr): Add
2752 special register accessors.
2753 (libunwind_frame_cache): Add special logic to check for
2754 0 pc value. Check for a signal trampoline frame.
2755 (libunwind_frame_this_id): Check if libunwind_frame_cache
2756 returns NULL.
2757 (libunwind_frame_prev_register): Check for NULL cache.
2758 (libunwind_frame_base_address): Ditto.
2759 (libunwind_sigtramp_frame_sniffer): New function.
2760 (libunwind_get_reg_special): Ditto.
2761 (libunwind_load): Add unw_is_signal_frame support.
2762 * libunwind-frame.h (struct libunwind_descr): Add special_accessors
2763 field.
2764 (libunwind_sigtramp_frame_sniffer): New prototype.
2765 (libunwind_get_reg_special): Ditto.
2766
2767 2005-06-08 Wu Zhou <woodzltc@cn.ibm.com>
2768
2769 * expression.h (enum exp_opcode): Fix a comment typo.
2770
2771 2005-06-06 Manoj Iyer <manjo@austin.ibm.com>
2772
2773 * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte.
2774 (elf_locate_base): Converted types of buf, bufend, pbuf, to gdb_byte.
2775 (first_link_map_member): Converted type of r_map_buf to gdb_byte.
2776 (open_symbol_file_object): Converted type of l_name_buf to gdb_byte.
2777 (svr4_fetch_objfile_link_map): Converted type of l_name_buf to
2778 gdb_byte.
2779
2780 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
2781
2782 * MAINTAINERS: Update my email address.
2783
2784 2005-06-03 Joel Brobecker <brobecker@adacore.com>
2785
2786 * symmisc.c (dump_symtab_1): Renamed from dump_symtab.
2787 (dump_symtab): New function.
2788
2789 2005-04-02 Joel Brobecker <brobecker@adacore.com>
2790
2791 * exceptions.h: Include ui-out.h.
2792 (ui_out): Remove declaration.
2793 * Makefile.in (exceptions_h): Add dependency on ui-out.h.
2794
2795 2005-05-30 Andrew Cagney <cagney@gnu.org>
2796
2797 * MAINTAINERS (Can Commit Without Approval): New section,
2798 previously burried under "Target Instruction Set Architectures".
2799 Note that cagney "can commit" changes to powerpc-linux.
2800
2801 * MAINTAINERS: Drop architecture and target vectors.
2802
2803 2005-05-29 Eli Zaretskii <eliz@gnu.org>
2804
2805 * config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c and
2806 linux-ppc64-low.c.
2807
2808 2005-05-28 Bob Rossi <bob@brasko.net>
2809 * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS): Add mi-common.
2810 (gdb/mi/ headers): Add mi_common_h.
2811 (breakpoint.o, infrun.o): Add dependencies mi_common_h.
2812 * breakpoint.c (include): Add include 'mi/mi-common.h'.
2813 (print_it_typical): Use async_reason_lookup.
2814 (watchpoint_check): Ditto.
2815 * infrun.c (include): Add include 'mi/mi-common.h'.
2816 (print_stop_reason): Use async_reason_lookup.
2817 * mi/mi-common.h: New file.
2818 * mi/mi-common.c: Ditto.
2819
2820 2005-05-29 Joel Brobecker <brobecker@adacore.com>
2821
2822 * alpha-tdep.c (alpha_next_pc): Use correct register number
2823 for floating-point branch instructions.
2824
2825 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
2826 Jonathan Larmour <jifl@eCosCentric.com>
2827
2828 PR backtrace/1760
2829 * frame.c (backtrace_limit): Change type to int.
2830 (get_prev_frame): Update backtrace limit support.
2831 (_initialize_frame): Use add_setshow_integer_cmd for backtrace_limit.
2832
2833 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
2834
2835 * configure.tgt (powerpc64-*-linux*): Enable gdbserver.
2836 * regformats/reg-ppc64.dat: New file.
2837
2838 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
2839
2840 From Wu Zhou <woodzltc@cn.ibm.com>:
2841 * remote.c (struct gdb_ext_thread_info): Fix a comment typo.
2842 (remote_unpack_thread_info_response): Likewise.
2843
2844 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
2845
2846 * cli/cli-setshow.c (do_setshow_command): Partially revert previous
2847 change. Cast to "char **" for var_string.
2848
2849 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
2850
2851 * cp-name-parser.y (parse_escape): Revert previous change. Return
2852 the input character by default.
2853
2854 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
2855
2856 * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.
2857 * i386-linux-nat.c (fetch_register, store_register, supply_gregset)
2858 (fill_gregset): Likewise.
2859 * i386-tdep.c (i386_frame_prev_register)
2860 (i386_sigtramp_frame_prev_register): Likewise.
2861 * linux-nat.c (linux_nat_xfer_memory, linux_nat_make_corefile_notes):
2862 Likewise.
2863 * linux-thread-db.c (thread_db_xfer_memory): Likewise.
2864 * remote.c (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint):
2865 Likewise.
2866 * target.c (debug_to_insert_hw_breakpoint)
2867 (debug_to_remove_hw_breakpoint, update_current_target): Likewise.
2868
2869 2005-05-28 Hans-Peter Nilsson <hp@axis.com>
2870
2871 * MAINTAINERS: Change cris-elf state to non-broken.
2872 * cp-name-parser.y (parse_escape): Initialize target_char to zero.
2873
2874 2005-05-27 Orjan Friberg <orjanf@axis.com>
2875
2876 * cris-tdep.c (crisv32_scan_prologue): Add.
2877 (cris_frame_unwind_cache, cris_skip_prologue): Call
2878 crisv32_scan_prologue when debugging CRISv32.
2879
2880 2005-05-27 Orjan Friberg <orjanf@axis.com>
2881
2882 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
2883 (cris_frame_prev_register, cris_sigtramp_frame_prev_register)
2884 (cris_return_value): Use gdb_byte for byte buffers.
2885 (struct cris_frame_unwind, struct cris_frame_base): Fix formatting.
2886
2887 2005-05-26 Chris Demetriou <cgd@netbsd.org>
2888
2889 * MAINTAINERS (Write After Approval): Remove myself.
2890
2891 2005-05-27 Andrew Cagney <cagney@gnu.org>
2892
2893 * jv-lang.c (get_java_utf8_name): Add cast.
2894 (evaluate_subexp_java): Use gdb_byte for buffers.
2895 * jv-valprint.c (java_value_print, java_value_print): Use gdb_byte
2896 for buffers.
2897 * scm-lang.c (scm_get_field, scm_unpack)
2898 (scm_evaluate_string): Use gdb_byte for buffers.
2899 (scm_lookup_name): Add cast.
2900 * scm-valprint.c (scm_scmval_print, scm_scmval_print): Use
2901 gdb_byte for buffers.
2902 * tui/tui.h (tui_get_command_dimension): Make parameters unsigned.
2903 * tui/tui.c (tui_get_command_dimension): Make parameters unsigned.
2904 * value.h (check_field): Change "name" to a string.
2905 * valops.c (check_field): Change "name" to a string.
2906 * scm-lang.h (scm_parse): Use gdb_byte for buffers.
2907 * source.c (get_current_source_symtab_and_line)
2908 (set_current_source_symtab_and_line): Initialize all fields of sal
2909 structures.
2910 * cli/cli-cmds.c (list_command): Use gdb_byte for buffers.
2911
2912 2005-05-26 Andrew Cagney <cagney@gnu.org>
2913
2914 * command.h (add_setshow_integer_cmd): Make VAR an integer.
2915 * cli/cli-decode.c (add_setshow_integer_cmd): Update to match.
2916 * valops.c (value_string): Add a cast.
2917 * eval.c (evaluate_subexp_standard): Use gdb_byte for byte buffers.
2918 * breakpoint.c (re_enable_breakpoints_in_shlibs): Use gdb_byte for
2919 byte buffers.
2920 * target.h (struct target_ops): For to_insert_hw_breakpoint and
2921 to_remove_hw_breakpoint use gdb_byte for byte buffer parameters.
2922 * breakpoint.h (struct bp_location): Make shadow_contents a
2923 gdb_byte buffer.
2924 * cli/cli-setshow.c (do_setshow_command): Fix cast.
2925 * cli/cli-dump.c (restore_section_callback)
2926 (restore_binary_file): Use gdb_byte for byte buffers.
2927 * proc-service.c (ps_ptwrite, ps_ptread, ps_pdwrite): Fix casts.
2928 (ps_xfer_memory): Use gdb_byte for byte buffers.
2929 * tracepoint.c (mem2hex): Use gdb_byte for byte buffers, and char
2930 for string buffers.
2931 * ser-tcp.c (net_open): Make len a socklen_t.
2932
2933 2005-05-24 Andrew Cagney <cagney@gnu.org>
2934
2935 * rs6000-tdep.c (ppc_supply_reg, ppc_collect_reg): Use gdb_byte
2936 for byte buffers.
2937 (rs6000_fetch_pointer_argument): Use get_frame_register_unsigned.
2938 (rs6000_software_single_step, sstep_breaks, skip_prologue)
2939 (rs6000_push_dummy_call, rs6000_push_dummy_call)
2940 (rs6000_push_dummy_call, rs6000_push_dummy_call)
2941 (rs6000_register_to_value, e500_pseudo_register_read)
2942 (rs6000_store_return_value, e500_pseudo_register_write)
2943 (rs6000_frame_prev_register, rs6000_extract_return_value): Ditto.
2944 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2945 (ppc_sysv_abi_push_dummy_call, do_ppc_sysv_return_value)
2946 (do_ppc_sysv_return_value, ppc_sysv_abi_return_value)
2947 (ppc_sysv_abi_broken_return_value)
2948 (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_push_dummy_call)
2949 (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_return_value)
2950 (ppc64_sysv_abi_return_value, ppc64_sysv_abi_return_value): Ditto.
2951 * ppc-linux-tdep.c (ppc_linux_in_sigtramp)
2952 (ppc_linux_at_sigtramp_return_path)
2953 (ppc_linux_skip_trampoline_code)
2954 (ppc_linux_memory_remove_breakpoint, ppc_linux_return_value):
2955 * rs6000-tdep.c (rs6000_value_to_register)
2956 (rs6000_register_to_value): Ditto.
2957 * ppc-tdep.h (ppc_sysv_abi_return_value)
2958 (ppc64_sysv_abi_return_value, ppc_sysv_abi_broken_return_value)
2959 (ppc_linux_memory_remove_breakpoint): Ditto.
2960
2961 2005-05-24 Ulrich Weigand <uweigand@de.ibm.com>
2962
2963 * s390-tdep.c (s390_frame_prev_register): Change type of last
2964 argument to 'gdb_byte *'.
2965 (s390_stub_frame_prev_register): Likewise.
2966 (s390_sigtramp_frame_prev_register): Likewise.
2967
2968 2005-05-24 Kris Warkentin <kewarken@qnx.com>
2969
2970 * config/i386/nto.mt: Remove remote-nto.o.
2971
2972 2005-05-24 Orjan Friberg <orjanf@axis.com>
2973
2974 * config/djgpp/fnchange.lst: Add mappings for
2975 gdbserver/linux-cris-low.c and gdbserver/linux-crisv32-low.c.
2976
2977 2005-05-23 Michael Snyder <msnyder@redhat.com>
2978 From Nora Pan <qpan@mvista.com>
2979 * linux-nat.c (read_mapping): Don't stumble over entries in
2980 mapping that have name but zero inode.
2981
2982 2005-05-23 Andrew Cagney <cagney@gnu.org>
2983
2984 * target.h (child_xfer_memory): Use gdb_byte for byte buffer
2985 parameters.
2986 * inftarg.c (child_xfer_partial): Update.
2987 * wince.c (child_xfer_memory): Update.
2988 * win32-nat.c (child_xfer_memory): Update.
2989 * rs6000-nat.c (child_xfer_memory): Update.
2990 * infptrace.c (child_xfer_memory): Update.
2991 * dcache.c (struct dcache_block): Use gdb_byte for the byte
2992 buffers.
2993 (dcache_read_line, dcache_xfer_memory, dcache_poke_byte)
2994 (dcache_peek_byte, dcache_write_line): Ditto.
2995
2996 * auxv.h (target_auxv_read, procfs_xfer_auxv)
2997 (target_auxv_parse): Use gdb_byte for byte buffer parameters.
2998 * auxv.c (target_auxv_read, procfs_xfer_auxv, target_auxv_parse)
2999 (target_auxv_search, fprint_target_auxv): Update.
3000
3001 2005-05-23 Orjan Friberg <orjanf@axis.com>
3002
3003 * cris-tdep.c: Tweak values for cris-mode.
3004
3005 2004-05-23 Joel Brobecker <brobecker@adacore.com>
3006
3007 * mdebugread.c (record_minimal_symbol): New procedure.
3008 (parse_partial_symbols): Use record_minimal_symbol to record
3009 the new minimal symbols instead of prim_record_minimal_symbol
3010 and prim_record_minimal_symbol_and_info.
3011
3012 2005-05-22 Mark Kettenis <kettenis@gnu.org>
3013
3014 * NEWS: Mention OpenBSD/arm as a new native configuration.
3015
3016 * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h".
3017 Reorder includes. Don't require FETCH_INFERIOR_REGISTERS to be
3018 defined.
3019 (armnbsd_fetch_registers): Rename from armnbsd_fetch_registers.
3020 Make static.
3021 (armnbsd_store_registers): Rename from armnbsd_store_registers.
3022 Make static.
3023 (_initialize_arm_netbsd_nat): Construct and add target vector.
3024 * Makefile.in (armnbsd-nat.o): Update dependencies.
3025 * config/arm/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
3026 intarg.o, add inf-ptrace.o.
3027 (NAT_FILE): Set to solib.h.
3028 * config/arm/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
3029 inftarg.o, add inf-ptrace.o.
3030 (NAT_FILE): Remove.
3031
3032 * arm-tdep.c (arm_extract_return_value, arm_store_return_value):
3033 Change type of last argument to `gdb_byte *'.
3034
3035 * configure.host: Add arm*-*-openbsd*.
3036 * configure.tgt: Add arm*-*-openbsd*.
3037
3038 2005-05-22 Andrew Cagney <cagney@gnu.org>
3039
3040 * frame.h (frame_register_unwind, frame_unwind_register)
3041 (get_frame_register, frame_register, put_frame_register)
3042 (get_frame_memory, safe_frame_unwind_memory)
3043 (frame_register_read): Use gdb_byte for byte buffer parameters.
3044 * trad-frame.h (trad_frame_get_register)
3045 (frame_get_prev_register): Ditto.
3046 * frame-unwind.h (frame_prev_register_ftype): Ditto.
3047 * frame.c (frame_pop, frame_register, frame_unwind_register)
3048 (get_frame_register, frame_unwind_register_signed)
3049 (frame_unwind_register_unsigned, frame_unwind_unsigned_register)
3050 (frame_register_read, get_frame_memory): Update.
3051 * trad-frame.c (trad_frame_get_prev_register): Update.
3052 (trad_frame_get_register): Update.
3053 * gdbcore.h (deprecated_read_memory_nobpt, read_memory): Ditto.
3054 * breakpoint.c (deprecated_read_memory_nobpt): Update.
3055 * corefile.c (read_memory): Update.
3056 * tramp-frame.c (tramp_frame_prev_register): Update.
3057 * valops.c (value_assign): Update.
3058 * sentinel-frame.c (sentinel_frame_prev_register): Update.
3059 * std-regs.c (value_of_builtin_frame_fp_reg)
3060 (value_of_builtin_frame_pc_reg): Update.
3061 * infcmd.c (default_print_registers_info): Update
3062 * dummy-frame.c (dummy_frame_prev_register): Update.
3063 * findvar.c (value_of_register, value_from_register): Update.
3064 * tui/tui-regs.c (tui_register_format, tui_get_register): Update.
3065 * mi/mi-main.c (register_changed_p, get_register): Update.
3066
3067 2005-05-20 Eli Zaretskii <eliz@gnu.org>
3068
3069 * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. Fix
3070 bad description of _MSE_INT_H that caused each word in config.in
3071 to be enclosed in [].
3072 * configure, config.in: Regenerate.
3073
3074 2005-05-20 Joel Brobecker <brobecker@adacore.com>
3075
3076 * alpha-tdep.c (fp_register_zero_p): New function.
3077 (fp_register_sign_bit): New function.
3078 (alpha_next_pc): Add support for floating-point control instructions.
3079
3080 2005-05-19 Andrew Cagney <cagney@gnu.org>
3081
3082 * defs.h (extract_signed_integer, extract_unsigned_integer)
3083 (extract_long_unsigned_integer, extract_typed_address)
3084 (store_signed_integer, store_unsigned_integer)
3085 (store_typed_address): Use gdb_byte for byte buffer parameters.
3086 (push_bytes, push_word): Delete declaration.
3087 * valops.c (push_bytes, push_word): Delete function.
3088 * findvar.c (extract_signed_integer, extract_unsigned_integer)
3089 (extract_typed_address, store_signed_integer)
3090 (store_unsigned_integer): Update.
3091
3092 * regcache.h (regcache_raw_read, regcache_raw_write)
3093 (regcache_raw_read_part, regcache_raw_write_part)
3094 (regcache_cooked_read_part, regcache_cooked_write_part)
3095 (regcache_cooked_read, regcache_cooked_write)
3096 (regcache_raw_supply, regcache_raw_collect)
3097 (regcache_cooked_read_ftype, regcache_save, regcache_restore)
3098 (deprecated_read_register_gen, deprecated_write_register_gen)
3099 (deprecated_read_register_bytes, deprecated_write_register_bytes)
3100 (deprecated_grub_regcache_for_registers): Use gdb_byte for byte
3101 buffer parameters.
3102 * ia64-tdep.c (ia64_extract_return_value): Update.
3103 * frame.c (do_frame_register_read): Update.
3104 * regcache.c (deprecated_grub_regcache_for_registers)
3105 (struct regcache, regcache_save, regcache_restore, regcache_cpy)
3106 (do_cooked_read, regcache_xmalloc, register_buffer)
3107 (deprecated_read_register_bytes, regcache_raw_read)
3108 (regcache_raw_read_signed, regcache_raw_read_unsigned)
3109 (deprecated_read_register_gen, regcache_cooked_read)
3110 (regcache_cooked_read_signed, regcache_cooked_read_unsigned)
3111 (deprecated_write_register_gen, regcache_cooked_write)
3112 (deprecated_write_register_bytes, regcache_raw_read_part)
3113 (regcache_raw_write_part, regcache_cooked_read_part)
3114 (regcache_cooked_write_part, read_register, regcache_raw_supply):
3115
3116 2005-05-17 Corinna Vinschen <vinschen@redhat.com>
3117
3118 * MAINTAINERS: Undelete v850.
3119 * Makefile.in: Re-add v850-tdep.o dependencies.
3120 * configure.tgt: Re-add v850.
3121 * v850-tdep.c: Reorder code slightly. Add register number enumerator.
3122 (struct v850_frame_cache): New structure.
3123 (v850_processor_type_table): Remove. Move functionality into
3124 v850_register_name, v850e_register_name and v850_gdbarch_init.
3125 (v850_register_name): New function.
3126 (v850e_register_name): New function.
3127 (struct prologue_info): Remove definition.
3128 (v850_register_type): New function.
3129 (v850_type_is_scalar): New function.
3130 (v850_use_struct_convention): Align to gcc behaviour.
3131 (v850_handle_prepare): Renamed from handle_prepare. Change third
3132 parameter to struct v850_frame_cache *.
3133 (v850_handle_pushm): Renamed from handle_pushm. Change third parameter
3134 to struct v850_frame_cache *.
3135 (v850_is_save_register): New function to evaluate if a register is
3136 caller-save.
3137 (v850_analyze_prologue): Replace v850_scan_prologue. Change to support
3138 new frame code.
3139 (v850_init_extra_frame_info): Remove.
3140 (v850_frame_chain): Remove.
3141 (v850_find_callers_reg): Remove.
3142 (v850_skip_prologue): Make static.
3143 (v850_pop_frame): Remove.
3144 (v850_frame_align): New function.
3145 (v850_push_dummy_call): Replace v850_push_arguments.
3146 (v850_push_return_address): Remove.
3147 (v850_extract_return_value): New function.
3148 (v850_store_return_value): New function.
3149 (v850_return_value): New function.
3150 (v850_frame_saved_pc): Remove.
3151 (v850_breakpoint_from_pc): New function.
3152 (v850_alloc_frame_cache): New function.
3153 (v850_fix_call_dummy): Remove.
3154 (v850_frame_cache): New function.
3155 (v850_target_architecture_hook): Remove.
3156 (v850_frame_prev_register): New function.
3157 (v850_frame_this_id): New function.
3158 (v850_frame_unwind): New structure.
3159 (v850_frame_sniffer): New function.
3160 (v850_unwind_sp): New function.
3161 (v850_unwind_pc): New function.
3162 (v850_unwind_dummy_id): New function.
3163 (v850_frame_base_address): New function.
3164 (v850_frame_base): New structure.
3165 (v850_gdbarch_init): New function.
3166 * config/v850/v850.mt: Undelete. Drop TM_FILE.
3167
3168 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
3169 Dennis Brueni <dennis@slickedit.com>
3170
3171 * stack.c (print_frame): In MI mode, output a fullname attribute
3172 with the stack frame.
3173
3174 2005-05-16 Mark Kettenis <kettenis@gnu.org>
3175
3176 * corelow.c (core_xfer_partial): Change type of readbuf and
3177 writebuf to `gdb_byte *'.
3178 * sparc-nat.c (sparc_xfer_wcookie, sparc_xfer_partial): Change
3179 type of readbuf and writebuf to `gdb_byte *'.
3180 * bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
3181 and writebuf to `gdb_byte *'.
3182 * inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
3183 and writebuf to `gdb_byte *'.
3184 * bsd-kvm.c (bsd_kvm_xfer_memory): Replace.
3185 (bsd_kvm_xfer_partial): New function.
3186 (bsd_kvm_add_target): Set to_xfer_partial instead of
3187 to_xfer_memory.
3188 * bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
3189 and writebuf to `gdb_byte *'.
3190 * target.c (deprecated_debug_xfer_memory): Remove prototype.
3191 (deprecated_debug_xfer_memory): Change type of second argument to
3192 `gdb_byte *'.
3193 * remote.c (remote_xfer_memory): Remove prototype.
3194 (remote_xfer_memory): Change type of second argument to `gdb_byte
3195 *'.
3196 (remote_xfer_partial): Change type of readbuf and writebuf to
3197 `gdb_byte *'.
3198
3199 * config/sparc/fbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3200 * config/sparc/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
3201 and solib-legacy.o.
3202 (NAT_FILE): Remove.
3203
3204 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
3205
3206 * s390-tdep.c (s390_return_value): Remove unnecessary casts.
3207 (s390_breakpoint_from_pc): Change type of return value and
3208 'breakpoint' to const gdb_byte *.
3209
3210 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
3211
3212 * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write):
3213 Change type of 'buf' argument to gdb_byte *.
3214 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
3215 (s390_register_to_value): Change type of 'out' to gdb_byte *, change
3216 type of 'in' to gdb_byte [].
3217 (s390_value_to_register): Change type of 'in' to gdb_byte *, change
3218 type of 'out' to gdb_byte [].
3219 (s390_return_value): Change type of 'out' and 'in' to gdb_byte *.
3220
3221 2005-05-16 Andrew Cagney <cagney@gnu.org>
3222
3223 * target.h (target_read_partial, target_write_partial)
3224 (do_xfer_memory, xfer_memory, target_read, target_write)
3225 (get_target_memory): For buffers, change "void*" to gdb_byte.
3226 (struct target_ops): Ditto for to_xfer_partial and
3227 deprecated_xfer_memory.
3228 * dcache.h (dcache_xfer_memory): Ditto.
3229 * target.c (default_xfer_partial, target_read_partial)
3230 (target_write_partial, target_read, target_write)
3231 (do_xfer_memory, update_current_target, get_target_memory): Update.
3232 (target_read_string): Change buf to a gdb_byte.
3233 * dcache.c (dcache_xfer_memory): Update.
3234 * exec.c (xfer_memory): Make buffer type to gdb_byte.
3235 * mem-break.c (default_memory_insert_breakpoint): Remove cast.
3236 * disasm.c (dis_asm_read_memory): Remove cast, use gdb_byte.
3237
3238 2005-05-16 Mark Kettenis <kettenis@gnu.org>
3239
3240 * sol-thread.c (ignore): Change last argument to `gdb_byte.'
3241
3242 * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove.
3243 * config/i386/fbsd64.mt (DEPRECATED_TM_FILE): Remove.
3244 * config/i386/nbsd.mt (DEPRECATED_TM_FILE): Remove.
3245 * config/i386/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
3246 * config/sparc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
3247 * config/sparc/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
3248
3249 * observer.sh: Quote $DJGPP.
3250
3251 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3252
3253 * Makefile.in (.y.c): Update ylwrap invocation.
3254
3255 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3256
3257 * linux-nat.c (child_follow_fork, linux_handle_extended_wait)
3258 (lin_lwp_attach_lwp, linux_nat_attach, wait_lwp, child_wait)
3259 (linux_nat_wait, kill_wait_callback): Use my_waitpid.
3260 (_initialize_linux_nat, lin_thread_get_thread_signals): Use
3261 SA_RESTART.
3262
3263 2005-05-14 Mark Kettenis <kettenis@gnu.org>
3264
3265 * configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.
3266 * config/vax/obsd.mt (TDEPFILES): New file.
3267
3268 * i386-tdep.c (i386_supply_gregset, i386_collect_gregset): Use
3269 gdb_byte instead of bfd_byte.
3270
3271 * mips-tdep.c (mips_pseudo_register_read)
3272 (mips_pseudo_register_write): Change type of last argument to
3273 `gdb_byte *'.
3274 (mips_register_to_value, mips_value_to_register): Change type of
3275 last argument to `gdb_byte *'. Remove casts that are no longer
3276 needed.
3277 (mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
3278 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3279 (mips_o32_push_dummy_call, mips_o32_return_value): Use `const
3280 gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
3281 are no longer needed.
3282 (mips_eabi_return_value, mips_n32n64_return_value)
3283 (mips_o32_return_value, mips_o64_return_value): Change type of
3284 readbuf and writebuf arguments to `gdb_byte *'.
3285 (mips_read_fp_register_single): Change type of last argument to
3286 `gdb_byte *'. Use `gdb_byte *' for raw_buffer.
3287 (mips_read_fp_register_double): Change type of last argument to
3288 `gdb_byte *'.
3289 (mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
3290 casts that are no longer needed.
3291 (mips_print_register, print_gp_register_row): Use gdb_byte for
3292 raw_buffer. Remove casts that are no longer needed.
3293 (mips_single_step_through_delay): Use gdb_byte for buf.
3294 (mips_breakpoint_from_pc): Change return type to `const gdb_byte
3295 *'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
3296 pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
3297 little_breakpoint, pmon_little_breakpoint and
3298 idt_little_breakpoint.
3299 (mips_integer_to_address): Use `gdb_byte *' for tmp.
3300
3301 * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove.
3302 * config/i386/obsd.mt (DEPRECATED_TM_FILE): Remove.
3303 * config/i386/obsd64.mt (DEPRECATED_TM_FILE): Remove.
3304 * config/pa/obsd.mt (DEPRECATED_TM_FILE): Remove.
3305 * config/sparc/obsd.mt (DEPRECATED_TM_FILE): Remove.
3306 * config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Remove.
3307
3308 * sparc-tdep.c (sparc_fetch_instruction, sparc_fetch_wcookie): Use
3309 gdb_byte for buf.
3310 (sparc32_pseudo_register_read, sparc32_pseudo_register_write):
3311 Change type of last argument to `gdb_byte *'. Remove casts that
3312 are no longer needed.
3313 (sparc32_push_dummy_code, sparc32_store_arguments): Use gdb_byte
3314 for buf.
3315 (sparc_breakpoint_from_pc): Change return type to `const gdb_byte
3316 *'. Use gdb_byte for break_insn.
3317 (sparc32_extract_return_value, sparc32_store_return_value): Change
3318 type of last argument to `gdb_byte *'. Use gdb_byte for buf.
3319 (sparc32_return_value): Change type of readbuf and writebuf
3320 arguments to `gdb_byte *'.
3321 (sparc_software_single_step): Use gdb_byte for npc_save and
3322 nnpc_save.
3323 (sparc_supply_rwindow, sparc_collect_rwindow): Use gdb_byte for
3324 buf.
3325 (sparc32_supply_gregset, sparc32_collect_gregset)
3326 (sparc32_supply_fpregset, sparc32_collect_fpregset): Use `gdb_byte
3327 *' for regs.
3328 * sparc64-tdep.c (sparc64_pseudo_register_read)
3329 (sparc64_pseudo_register_write): Change type of last argument to
3330 `gdb_byte *'. Remove casts that are no longer needed.
3331 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
3332 Change type of valbuf argument to `gfd_byte *'.
3333 (sparc64_store_arguments): Use `gdb_byte *' for valbuf. use
3334 gdb_byte for buf.
3335 (sparc64_extract_return_value, sparc64_store_return_value): Change
3336 type of last argument to `gdb_byte *'. Use gdb_byte for buf.
3337 (sparc64_return_value): Change type of readbuf and writebuf
3338 arguments to `gdb_byte *'.
3339 (sparc64_supply_gregset, sparc64_collect_gregset)
3340 (sparc64_supply_fpregset, sparc64_collect_fpregset): Use `gdb_byte
3341 *' for regs.
3342
3343 * m68k-tdep.c (m68k_local_breakpoint_from_pc): Change return type
3344 to `const gdb_byte *'. Use gdb_byte for break_insn.
3345 (m68k_register_to_value): Change type of last argument to
3346 `gdb_byte *'. Use gdb_byte for from.
3347 (m68k_value_to_register): Change type of last argument to
3348 `gdb_byte *'. Use gdb_byte for to.
3349 (m68k_extract_return_value): Change type of last argument to
3350 `gdb_byte *'. Use gdb_byte for buf. Remove unnecessary cast.
3351 (m68k_svr4_extract_return_value): Change type of last argument to
3352 `gdb_byte *'. Use gdb_byte for buf.
3353 (m68k_store_return_value): Change type of last argument to
3354 `gdb_byte *'. Remove unnecessary cast.
3355 (m68k_svr4_store_return_value): Change type of last argument to
3356 `gdb_byte *'. Use gdb_byte for buf.
3357 (m68k_return_value, m68k_svr4_return_value): Change type of
3358 readbuf and writebuf arguments to `gdb_byte *'.
3359 (m68k_push_dummy_call, m68k_unwind_pc, m68k_frame_cache)
3360 (m68k_unwind_dummy_id): Use gdb_byte for buf.
3361 (m68k_get_longjmp_target): Use `gdb_byte *' for buf.
3362 * m68kbsd-tdep.c (m68kbsd_supply_fpregset)
3363 (m68kbsd_supply_gregset): Use `gdb_byte *' for regs.
3364
3365 * m88k-tdep.c (m88k_breakpoint_from_pc): Change return type to
3366 `const gdb_byte *'. Use gdb_byte for break_insn.
3367 (m88k_return_value): Change type of readbuf and
3368 writebuf arguments to `gdb_byte *'. Use gdb_byte for buf.
3369 (m88k_supply_gregset): Use `gdb_byte *' for regs.
3370
3371 * vax-tdep.c (vax_return_value): Change type of readbuf and
3372 writebuf arguments to `gdb_byte *'.
3373
3374 * amd64-tdep.c (amd64_return_value): Change type of readbuf and
3375 writebuf arguments to `gdb_byte *'. Remove now redundant casts.
3376 * i386-tdep.c (i386_return_value): Change type of readbuf and
3377 writebuf arguments to `gdb_byte *'.
3378 (i386_pseudo_register_read, i386_pseudo_register_write): Change
3379 type of last argument to `gdb_byte *'.
3380 (i386_register_to_value, i386_value_to_register): Change type of
3381 last argument to `gdb_byte *'. Simplify function a bit.
3382 * i387-tdep.h (i387_value_to_register, i387_register_to_value):
3383 Change type of last argument to `gdb_byte *'.
3384 * i387-tdep.c: Likewise.
3385
3386 2005-05-13 Andrew Cagney <cagney@gnu.org>
3387
3388 * gdbarch.sh (pseudo_register_read, pseudo_register_write)
3389 (value_to_register, register_to_value, pointer_to_address)
3390 (address_to_pointer, return_value, extract_return_value)
3391 (store_return_value): Instead of a void pointer, use gdb_byte.
3392 * gdbarch.h, gdbarch.c: Regenerate.
3393 * inferior.h (unsigned_address_to_pointer)
3394 (signed_pointer_to_address, address_to_signed_pointer)
3395 (unsigned_pointer_to_address): Update.
3396 * arch-utils.h (legacy_return_value):
3397 * arch-utils.c (legacy_extract_return_value)
3398 (legacy_return_value): Update.
3399 * findvar.c (unsigned_pointer_to_address)
3400 (signed_pointer_to_address, unsigned_address_to_pointer)
3401 (address_to_signed_pointer): Update.
3402
3403 2005-05-13 Orjan Friberg <orjanf@axis.com>
3404
3405 * cris-tdep.c (_initialize_cris_tdep): Improve help strings for
3406 cris-version, cris-mode, and cris-dwarf2-cfi settings.
3407
3408 2005-05-13 Orjan Friberg <orjanf@axis.com>
3409
3410 * cris-tdep.c (usr_cmd_cris_version): Change type to int.
3411 (cris_mode_normal, cris_mode_guru, cris_modes, usr_cmd_cris_mode): Add.
3412 (struct gdbarch_tdep): Change type of cris_version to int. Add
3413 cris_mode.
3414 (cris_mode, set_cris_mode): New functions.
3415 (crisv32_single_step_through_delay): Read from NRP register instead
3416 of ERP register in guru mode.
3417 (cris_breakpoint_from_pc): Rename break_insn to break8_insn.
3418 Add break15_insn, returned in guru mode.
3419 (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new
3420 cris-mode setting.
3421 (cris_dump_tdep): Add dump of cris_mode.
3422 (cris_gdbarch_init): Add cris_mode to search criteria for architecture.
3423 Register the sigtramp frame sniffer only if not in guru mode.
3424
3425 2005-05-13 Eli Zaretskii <eliz@gnu.org>
3426
3427 * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
3428
3429 * go32-nat.c: Include top.h. Update copyright years.
3430 (init_go32_ops): Override the default value of gdbinit[] with
3431 "gdb.ini".
3432
3433 * cli/cli-cmds.c: Don't define GDBINIT_FILENAME.
3434 (init_cli_cmds): Use gdbinit[] instead of a compile-time literal
3435 string GDBINIT_FILENAME.
3436
3437 * top.c (PATH_MAX): Define if not defined.
3438 (gdbinit): Declare with a constant size PATH_MAX.
3439
3440 * config/i386/go32.mh (XM_FILE): Remove.
3441
3442 * config/i386/xm-go32.h: Remove file.
3443
3444 2005-05-12 Mark Kettenis <kettenis@gnu.org>
3445
3446 * sol-thread.c: Include "solib.h".
3447 (sol_thread_attach): Use solib_add instead of SOLIB_ADD.
3448 * Makefile.in (sol-thread.o): Update dependencies.
3449
3450 * NEWS: Mention OpenBSD/mips64 as a new native configuration.
3451
3452 2005-05-12 Eli Zaretskii <eliz@gnu.org>
3453
3454 * observer.sh (texi) [DJGPP]: If the file name includes a colon,
3455 convert it to the /dev/x/ form.
3456
3457 2005-05-12 Mark Kettenis <kettenis@gnu.org>
3458
3459 * solib.h (CLEAR_SOLIB, SOLIB_ADD)
3460 (SOLIB_CREATE_INFERIOR_HOOK, SOLIB_REMOVE_INFERIOR_HOOK)
3461 (SOLIB_IN_DYNAMIC_LINKER, SOLIB_RESTART)
3462 (DISABLE_UNSETTABLE_BREAK, PC_SOLIB)
3463 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Remove defines and orphaned
3464 comments.
3465 * breakpoint.c: Include "solib.h".
3466 (insert_bp_location) [!DISABLE_UNSETTABLE_BREAK]: Call
3467 solib_address.
3468 (remove_solib_event_breakpoints, create_solib_event_breakpoint)
3469 (disable_breakpoints_in_shlibs)
3470 (disable_breakpoints_in_unloaded_shlib)
3471 (re_enable_breakpoints_in_shlibs): Compile if SOLIB_ADD isn't
3472 defined. If PC_SOLIB isn't defined, call solib_address.
3473 (_initialize_breakpoint): Unconditionally install observer.
3474 * corelow.c: Include "solib.h".
3475 [SOLIB_ADD] (solib_add_stub): Remove prototype.
3476 (core_close) [!CLEAR_SOLIB]: Call clear_solib.
3477 (solib_add_stub) [!SOLIB_ADD] Call solib_add.
3478 (core_open): Unconditionally call solib_add_stub.
3479 * fork-child.c: Include "solib.h".
3480 (fork_inferior) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
3481 solib_create_inferior_hook.
3482 * infcmd.c: Include "solib.h".
3483 (attach_command) [!SOLIB_ADD]: Call shlib_rescan. Unconditionally
3484 call re_enable_breakpoints_in_shlibs.
3485 * infrun.c: Include "solib.h".
3486 (SOLIB_IN_SYNSYM_RESOLVE_CODE): Don't define if not already
3487 defined.
3488 (stop_on_solib_events, show_stop_on_solib_events): Include
3489 unconditionally.
3490 (follow_exec) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
3491 solib_create_inferior_hook.
3492 (handle_inferior_event) [!SOLIB_ADD]: Call shlib_add.
3493 [!IN_SOLIB_DYNSYM_RESOLVE_CODE]: Call in_solib_dynsym_resolve_code.
3494 (_initialize_infrun): Unconditionally add "stop_on_solib-events"
3495 command.
3496 * remote.c: Include "solib.h".
3497 (remote_open_1): Unconditionally call no_shared_libraries.
3498 [!SOLIB_CREATE_INFERIOR_HOOK] Call solib_create_inferior_hook.
3499 * stack.c: Include "solib.h".
3500 (print_frame) [!PC_SOLIB] Call shlib_for_pc.
3501 * xcoffsolib.c (no_shared_libraries): Remove function.
3502 * Makefile.in (SFILES): Add solib.c.
3503 (ALLDEPFILES): Remove solib.c.
3504 (COMMON_OBS): Add solib.o.
3505 (breakpoint.o, corelow.o, fork-chiled.o, infcmd.o, infrun.o)
3506 (remote.o, stack.o): Update dependencies.
3507
3508 2005-05-12 Daniel Jacobowitz <dan@codesourcery.com>
3509
3510 * cp-names.y: Renamed to ...
3511 * cp-name-parser.y: ... this.
3512 * Makefile.in (SFILES, YYFILES, YYOBJ): Rename cp-names.y to
3513 cp-name-parser.y.
3514 (test-cp-names.o): Renamed to test-cp-name-parser.o.
3515 (test-cp-names): Renamed to test-cp-name-parser.
3516 (clean, local-maintainer-clean): Update.
3517 (cp-names.o): Renamed to cp-name-parser.o.
3518
3519 2005-05-12 Eli Zaretskii <eliz@gnu.org>
3520
3521 * observer.sh: Use observer.tmp instead of observer.inc-tmp which
3522 on 8+3 filesystems overwrites observer.inc. Update copyright year
3523 of the resultant file.
3524
3525 * gnu-v3-abi.c (init_gnuv3_ops): Cast is_gnu_v3_mangled_dtor and
3526 is_gnu_v3_mangled_ctor to avoid compiler warnings.
3527
3528 * config/djgpp/config.sed: Adapt to latest Autoconf.
3529
3530 * config/djgpp/djconfig.sh: Add -Wpointer-arith and
3531 -Wuninitialized to the build warnings.
3532
3533 2005-05-11 Eli Zaretskii <eliz@gnu.org>
3534
3535 * config/djgpp/fnchange.lst: Add mappings for inttypes*.m4,
3536 ChangeLog-2004, reg-cris*.dat, dw2-intermix.*, semcris*-switch.c.
3537 Fix mappings for hilo-hazard-?.s.
3538
3539 * config/djgpp/README: Update GDB versions and my email address.
3540
3541 2005-05-09 Andrew Cagney <cagney@gnu.org>
3542
3543 Use gdb_byte in preference to bfd_byte.
3544 * gdbarch.sh: Update.
3545 * gdbarch.h, gdbarch.c: Re-generate.
3546 * ada-lang.c, ada-lang.h, ada-valprint.c, arch-utils.c: Update.
3547 * c-lang.c, c-lang.h, c-valprint.c, cp-valprint.c: Update.
3548 * f-lang.c, f-lang.h, f-valprint.c, gdbcore.h, jv-lang.h: Update.
3549 * jv-valprint.c, language.c, language.h, m2-lang.c: Update.
3550 * m2-lang.h, m2-valprint.c, objc-lang.c, p-lang.c: Update.
3551 * p-lang.h, p-valprint.c, regcache.c, scm-lang.c: Update.
3552 * scm-lang.h, scm-valprint.c, target.c, target.h: Update.
3553 * tramp-frame.c, valarith.c, valops.c, valprint.c: Update.
3554 * valprint.h, value.c, value.h: Update.
3555
3556 2005-05-09 Mark Kettenis <kettenis@gnu.org>
3557
3558 * vaxbsd-nat.c (vaxbsd_supply_gregset, vaxbsd_collect_gregset):
3559 Use `gdb_byte *' for regs.
3560 * vax-tdep.c (vax_supply_gregset): Use `gdb_byte *' for regs;
3561 (vax_store_arguments, vax_push_dummy_call, vax_return_value): Use
3562 gdb_byte for buf.
3563 (vax_breakpoint_from_pc): Change return type to `const gdb_byte
3564 *'. Use gdb_byte for break_insn.
3565 (vax_skip_prologue): Use gdb_byte for op.
3566
3567 * i387-tdep.c: Remove outdated comments.
3568
3569 * defs.h: Unconditionally include <sys/types.h>.
3570
3571 2005-05-08 Daniel Jacobowitz <dan@codesourcery.com>
3572
3573 * mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs
3574 section like .plt.
3575
3576 2005-05-08 Mark Kettenis <kettenis@gnu.org>
3577
3578 * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code):
3579 Change type to `static const gdb_byte'.
3580 (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start)
3581 (i386_linux_sigcontext_addr): Use gdb_byte for buf.
3582 * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
3583 const gdb_byte'.
3584 (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
3585 gdb_byte for buf.
3586 * amd64fbsd-tdep.c (amd64fbsd_supply_uthread)
3587 (amd64fbsd_collect_uthread): Use gdb_byte for buf.
3588
3589 * config/ia64/nm-aix.h: Remove file.
3590
3591 * amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
3592 (amd64_push_arguments): Use gdb_byte instead of bfd_byte. Use
3593 gdb_byte for buf.
3594 (amd64_push_dummy_call): Use gdb_byte for buf.
3595 (amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
3596 (amd64_frame_cache, amd64_sigtramp_frame_cache)
3597 (amd64_unwind_dummy_id): Use gdb_byte for buf.
3598 (amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
3599 regs.
3600 * amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
3601 casts.
3602 (amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
3603 *' for buf,
3604
3605 * i386-tdep.c (i386_breakpoint_from_pc): Change return type to
3606 `const gdb_byte *'. Use gdb_byte for break_insn.
3607 (i386_follow_jump): Use gdb_byte for op.
3608 (i386_analyze_struct_return): Use gdb_byte for proto1, proto2, buf
3609 and op.
3610 (i386_skip_probe): Use gdb_byte for buf and op.
3611 (struct i386_insn): Use gdb_byte for insn and mask.
3612 (i386_match_insn, i386_analyze_frame_setup)
3613 (i386_analyze_register_saves): Use gdb_byte for op.
3614 (i386_skip_prologue): Use gdb_byte for pic_pat and op;
3615 (i386_unwind_pc, i386_frame_cache, i386_sigtramp_frame_cache)
3616 (i386_unwind_dummy_id, i386_get_longjmp_target): Use gdb_byte for
3617 buf.
3618 (i386_extract_return_value, i386_store_return_value): Use
3619 `gdb_byte *' instead of `void *' for valbuf argument. Remove now
3620 redundant cast.
3621 (i386_pseudo_register_read, i386_pseudo_register_write): Use
3622 gdb_byte for mmx_buf.
3623 (i386_register_to_value, i386_value_to_register): Use `gdb_byte *'
3624 instead of `char *' for buf.
3625 (i386_supply_gregset, i386_collect_gregset): Use `gdb_byte *'
3626 instead of `char *' for regs.
3627 (i386_svr4_sigcontext_addr): Use gdb_byte for buf.
3628 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use gdb_byte for
3629 sigreturn and `gdb_byte *' for buf.
3630 (i386obsd_aout_supply_regset): Use `const gdb_byte *' in cast.
3631 (i386obsd_supply_uthread, i386obsd_collect_uthread): Use gdb_byte
3632 for buf.
3633 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use gdb_byte for buf.
3634
3635 * defs.h (gdb_byte): New typedef. Tweak comments.
3636
3637 * target.h (target_link): Remove prototype.
3638 * target.c (target_link): Remove function.
3639 * symfile.c: Remove comment about rombug.
3640
3641 2005-05-04 Mark Kettenis <kettenis@gnu.org>
3642
3643 * config/i386/cygwin.mh (XM_FILE): Remove variable.
3644 * config/i386/xm-cygwin.h: Remove file.
3645
3646 2005-05-03 Ben Elliston <bje@au.ibm.com>
3647
3648 * infrun.c (handle_inferior_event): Update the comment about users
3649 of stepped_after_stopped_by_watchpoint.
3650
3651 2005-05-02 Corinna Vinschen <vinschen@redhat.com>
3652
3653 * MAINTAINERS: Remove hint that sh64 doesn't build.
3654 * sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory.
3655 (sh64_do_fp_register): make raw_buffer unsigned.
3656 (sh64_do_register): Ditto.
3657
3658 2005-05-02 Mark Kettenis <kettenis@gnu.org>
3659
3660 * bsd-uthread.c: Include "solib.h".
3661 * Makefile.in (bsd-uthread.o): Update dependencies.
3662
3663 2005-05-01 Daniel Jacobowitz <dan@codesourcery.com>
3664
3665 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush
3666 cached frames when changing gdbarch.
3667 * gdbarch.c: Regenerated.
3668
3669 2005-05-01 Andrew Cagney <cagney@gnu.org>
3670
3671 * MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
3672 do not build.
3673
3674 * gdbarch.sh (deprecated_extract_return_value)
3675 (breakpoint_from_pc, deprecated_store_return_value)
3676 (memory_insert_breakpoint, memory_remove_breakpoint): Change type
3677 of buffer to a bfd_byte pointer.
3678 * gdbarch.h, gdbarch.c: Re-generate.
3679 * mem-break.c (memory_insert_breakpoint)
3680 (memory_remove_breakpoint, default_memory_insert_breakpoint)
3681 (default_memory_remove_breakpoint): Update.
3682 * target.h (memory_insert_breakpoint)
3683 (memory_remove_breakpoint, default_memory_insert_breakpoint)
3684 (default_memory_remove_breakpoint): Update declarations.
3685 (struct target_ops): Update to_insert_breakpoint and
3686 to_remove_breakpoint.
3687 * target.c (debug_to_remove_breakpoint)
3688 (debug_to_insert_breakpoint): Update.
3689 * remote-m32r-sdi.c (m32r_remove_breakpoint)
3690 (m32r_insert_breakpoint): Update.
3691 * m32r-tdep.c (m32r_memory_insert_breakpoint)
3692 (m32r_memory_remove_breakpoint): Update.
3693 * remote-e7000.c (e7000_insert_breakpoint)
3694 (e7000_remove_breakpoint): Update.
3695 * remote-rdi.c (arm_rdi_insert_breakpoint)
3696 (arm_rdi_remove_breakpoint): Update.
3697 * remote-sim.c (gdbsim_insert_breakpoint)
3698 (gdbsim_remove_breakpoint): Update.
3699 * exec.c (ignore): Update.
3700 * rs6000-tdep.c (rs6000_extract_return_value): Update.
3701 * ia64-tdep.c (ia64_memory_insert_breakpoint)
3702 (ia64_memory_remove_breakpoint): Update.
3703 * remote-rdp.c (remote_rdp_insert_breakpoint)
3704 (remote_rdp_remove_breakpoint): Update.
3705
3706 2005-05-01 Mark Kettenis <kettenis@gnu.org>
3707
3708 * somsolib.c, somsolib.h: Remove files.
3709 * Makefile.in (somsolib_h): Remove.
3710 (somsolib.o): Remove dependency.
3711
3712 * fbsd-nat.c: Include <sys/sysctl.h>.
3713 (fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if
3714 available. Plug memory leak. Fixes PR gdb/1922.
3715
3716 2005-04-29 Mark Kettenis <kettenis@gnu.org>
3717
3718 * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)
3719 (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK)
3720 (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS)
3721 (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
3722 * solib.c (solib_data): New variable.
3723 (solib_init, solib_ops): New functions.
3724 (solib_open, solib_map_sections, free_so, update_solib_list)
3725 (solib_add, clear_solib, solib_create_inferior_hook)
3726 (in_solib_dynsym_resolve_code): Call architecture-dependent code
3727 using solib_ops.
3728 (_initialize_solib): Register SOLIB_DATA.
3729
3730 2005-04-29 Kevin Buettner <kevinb@redhat.com>
3731
3732 * frv-tdep.c (find_func_descr): Verify that entry point can be
3733 found in symbol table prior to looking up its function descriptor.
3734 * solib-frv.c (find_canonical_descriptor_in_load_object): Add
3735 test for non-NULL link map.
3736
3737 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
3738
3739 * MAINTAINERS: Revert h8300 state to un-deleted.
3740 * Makefile.in: Re-add h8300-tdep.o dependencies.
3741 * h8300-tdep.c: Slightly rearrange type definitions and functions.
3742 (struct frame_extra_info): Remove.
3743 (struct h8300_frame_cache): Replace locals with differently defined
3744 uses_fp member.
3745 (h8300_unwind_pc): Simplify.
3746 (h8300_unwind_sp): New function.
3747 (h8300_unwind_dummy_id): Simplify.
3748 (h8300_init_frame_cache): New function.
3749 (h8300_is_argument_spill): Use reworked defines for opcode scanning.
3750 (h8300_skip_prologue): Rewrite.
3751 (h8300_alloc_frame_cache): Remove.
3752 (h8300_analyze_frame_setup): Remove.
3753 (h8300_analyze_register_saves): Remove.
3754 (h8300_analyze_prologue): Rewrite.
3755 (h8300_frame_cache): Use h8300_init_frame_cache instead of
3756 h8300_alloc_frame_cache. Use BINWORD instead of constant 4 to
3757 accomodate 16 bit mode. Fix saved_sp and register offset evaluation.
3758 (h8300_frame_this_id): Correctly calculate this_id using saved stack
3759 pointer instead of base.
3760 (h8300_frame_prev_register): Drop needless braces.
3761 (h8300_frame_base_address): New function.
3762 (h8300_frame_base): New frame_base.
3763 (h8300_push_dummy_call): Return correct CFA value.
3764 (h8300h_extract_return_value): Fix 8 byte value handling.
3765 (h8300_use_struct_convention): New function.
3766 (h8300h_use_struct_convention): New function.
3767 (h8300h_store_return_value): Fix 8 byte value handling.
3768 (h8300_return_value): New function.
3769 (h8300h_return_value): New function.
3770 (h8300_extract_struct_value_address): Remove deprecated functionality.
3771 (h8300_push_dummy_code): Remove.
3772 (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
3773 set_gdbarch_store_return_value calls by set_gdbarch_return_value.
3774 Remove calls to set_gdbarch_deprecated_fp_regnum,
3775 set_gdbarch_deprecated_extract_struct_value_address,
3776 set_gdbarch_deprecated_use_struct_convention and
3777 set_gdbarch_push_dummy_code.
3778 Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
3779 Slightly rearrange code.
3780
3781 2005-04-28 Jim Blandy <jimb@redhat.com>
3782
3783 * parse.c (namecopy): Change allocation conventions.
3784 (namecopy_size): New variable.
3785 (copy_name): Allocate namecopy using xrealloc, instead of assuming
3786 it has adequate space allocated to it.
3787 (parse_exp_1): Don't try to allocate space for namecopy here.
3788
3789 2005-04-28 Eli Zaretskii <eliz@gnu.org>
3790
3791 * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet
3792 set, use symtab_to_fullname, instead of trying to do its job. Use
3793 xstrprintf instead of malloc and sprintf.
3794
3795 2005-04-28 Kevin Buettner <kevinb@redhat.com>
3796
3797 * remote.c (init_remote_state): Eliminate use of
3798 deprecated_register_bytes().
3799
3800 2005-04-28 Andrew Cagney <cagney@gnu.org>
3801
3802 * valops.c (check_field): Make buffer a bfd_byte.
3803 * value.c (unpack_long, unpack_double, unpack_pointer)
3804 (unpack_field_as_long, modify_field): Ditto.
3805 * value.h: Update declarations.
3806
3807 2005-04-28 Paul Brook <paul@codesourcery.com>
3808
3809 * exceptions.c (print_flush): Handle NULL gdb_stdout_serial.
3810
3811 2005-04-27 Mark Kettenis <kettenis@gnu.org>
3812
3813 * solib-svr4.c (_initialize_svr4_solib)
3814 [SVR4_FETCH_LINK_MAP_OFFSETS]: Don't set non-existent variable
3815 svr4_legacy_fetch_link_map_offsets.
3816
3817 * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
3818 (sh_gdbarch_init): Remove redundant prototype.
3819 * sh-linux-tdep.c: New file.
3820 * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
3821 Remove prototype.
3822 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3823 * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
3824 solib-legacy.o.
3825 * Makefile.in (sh-linux-tdep.o): New.
3826
3827 * solib-svr4.c: Update copyright year. Include "gdb_assert.h".
3828 (SVR4_FETCH_LINK_MAP_OFFSETS): Don't define if not already
3829 defined.
3830 (legacy_fetch_link_map_offsets): Remove prototype.
3831 (fetch_link_map_offsets_gdbarch_data): Remove.
3832 (LM_ADDR, LM_NEXT, IGNORE_FIRST_LINK_MAP_ENTRY)
3833 (first_link_map_member, open_symbol_file_object, svr4_current_sos)
3834 (svr4_fetch_objfile_link_map): Call svr4_fetch_link_map_offsets
3835 instead of SVR4_FETCH_LINK_MAP_OFFSETS.
3836 (solib_svr4_data): New variable.
3837 (struct solib_svr4_ops): New.
3838 (solib_svr4_init): New fynction.
3839 (legacy_fetch_link_map_offsets, init_fetch_link_map_offsets):
3840 Remove functions.
3841 (svr4_fetch_link_map_offsets, svr4_have_link_map_offsets): Rewrite
3842 using the new `struct solib_svr4_ops'.
3843 (_initialize_svr4_solib): Replace registration of per-architecture
3844 data. Add temporary hack to set
3845 svr4_legacy_fetch_link_map_offsets if SVR4_FETCH_LINK_MAP_OFFSETS
3846 is set.
3847 * Makefile.in (solib-svr4.o): Update dependencies.
3848
3849 2005-04-26 Mark Kettenis <kettenis@gnu.org>
3850
3851 * configure.tgt (*-*-freebsd*): Set gdb_osabi to
3852 GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
3853
3854 2005-04-26 Andrew Cagney <cagney@gnu.org>
3855
3856 * remote.c (remote_open_1): Move "ex"'s declaration to where it is
3857 used.
3858 (remote_get_thread_local_address): Use throw_error, include a
3859 printed string.
3860 * linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
3861 * dwarf2loc.c (dwarf_expr_tls_address): Ditto.
3862 * cli/cli-script.c (script_from_file): Mark up throw_error message.
3863 * linespec.c (symtab_from_filename, decode_variable): Ditto.
3864
3865 2005-04-26 Andrew Cagney <cagney@gnu.org>
3866
3867 Rename 'struct exception' to 'struct gdb_exception'.
3868 * wrapper.c: Update.
3869 * varobj.c: Update.
3870 * tui/tui-interp.c: Update.
3871 * remote.c: Update.
3872 * mi/mi-main.c: Update.
3873 * mi/mi-interp.c: Update.
3874 * linux-thread-db.c: Update.
3875 * interps.h: Update.
3876 * interps.c: Update.
3877 * exceptions.h: Update.
3878 * exceptions.c: Update.
3879 * dwarf2loc.c: Update.
3880 * cli/cli-interp.c: Update.
3881 * cli/cli-script.c: Update.
3882 * breakpoint.c: Update.
3883
3884 2005-04-25 Mark Mitchell <mark@codesourcery.com>
3885
3886 * event-loop.c (gdb_select): Program defensively.
3887
3888 * event-loop.c (gdb_assert.h): Include.
3889 (<windows.h>): Include under Windows.
3890 (<io.h>): Likeiwse.
3891 (gdb_select): New function.
3892 (gdb_wait_for_event): Use it.
3893 * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
3894
3895 2005-04-23 Mark Kettenis <kettenis@gnu.org>
3896
3897 * sparc64-tdep.c: Include "dwarf2-frame.h".
3898 (sparc64_dwarf2_frame_init_reg): New function.
3899 * Makefile.in (sparc64-tdep.o): Update dependencies.
3900
3901 2005-04-22 David S. Miller <davem@davemloft.net>
3902
3903 * sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
3904 sparc64_init_abi().
3905
3906 2005-04-22 Mark Kettenis <kettenis@gnu.org>
3907
3908 * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
3909
3910 2005-04-22 Mark Mitchell <mark@codesourcery.com>
3911
3912 * ser-base.c (<sys/time.h>): Include.
3913
3914 2005-04-22 Mark Kettenis <kettenis@gnu.org>
3915
3916 * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
3917
3918 * sparc-linux-tdep.c: Reorder includes. Tweak a few comments.
3919 (LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1)
3920 (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove
3921 macros.
3922 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode
3923 instructions.
3924 * sparc64-linux-tdep.c: Reorder includes. Tweak a few comments.
3925 (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove
3926 macros.
3927 (sparc64_linux_rt_sigframe): Hardcode instructions.
3928 * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
3929 dependencies.
3930
3931 * sparc-linux-tdep.c: Update copyright year.
3932 (sparc32_linux_init_abi): Set skip_trampoline_code and
3933 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
3934 Don't set software_single_step and don't call
3935 sparc32_sol2_init_abi.
3936 * sparc64-linux-tdep.c: Update copyright year.
3937 (sparc64_linux_init_abi): Set skip_trampoline_code and
3938 solib_svr4_fetch_link_map_offsets. Set TDEP->plt_entry_size.
3939 Don't set software_single_step and don't call
3940 sparc64_sol2_init_abi.
3941
3942 2005-04-22 Eli Zaretskii <eliz@gnu.org>
3943
3944 * remote-st.c (_initialize_remote_st2000): Remove the extraneous
3945 "<command>" string from the call to add_com.
3946
3947 * remote-sim.c (_initialize_remote_sim): Ditto.
3948
3949 * remote-utils.c (_initialize_sr_support): Ditto.
3950
3951 * remote-mips.c (_initialize_remote_mips): Ditto.
3952
3953 2005-04-21 David S. Miller <davem@davemloft.net>
3954
3955 * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
3956 (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
3957 (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
3958 sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
3959 sparc32_linux_sigtramp_frame_cache,
3960 sparc32_linux_sigtramp_frame_this_id,
3961 sparc32_linux_sigtramp_frame_prev_register,
3962 sparc32_linux_sigtramp_frame_unwind,
3963 sparc32_linux_sigtramp_frame_sniffer): Delete.
3964 (sparc32_linux_init_abi): Register new tramp unwinders. Kill
3965 register of old sigtramp sniffer.
3966 * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
3967 function.
3968 (sparc64_linux_rt_sigframe): New tramp frame.
3969 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
3970 sparc64_linux_sigtramp_frame_cache,
3971 sparc64_linux_sigtramp_frame_this_id,
3972 sparc64_linux_sigtramp_frame_prev_register,
3973 sparc64_linux_sigtramp_frame_unwind,
3974 sparc64_linux_sigtramp_frame_sniffer): Delete.
3975 (sparc64_linux_init_abi): Register new tramp unwinders. Kill
3976 register of old sigtramp sniffer.
3977 Makefile.in (sparc64-linux-tdep.o): Update dependencies.
3978 (sparc-linux-tdep.o): Likewise.
3979
3980 2005-04-21 Mark Kettenis <kettenis@gnu.org>
3981
3982 * ser-base.c: Include "gdb_string.h".
3983 * Makefile.in (ser-base.o): Update dependencies.
3984
3985 2005-04-20 David S. Miller <davem@davemloft.net>
3986
3987 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
3988 signal return stub symbol names, __restore and __restore_rt are
3989 the i386 symbol names not the sparc ones.
3990 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
3991 as where the offsets were obtained from.
3992 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
3993 LINUX64_RT_SIGTRAMP_INSN1): New defines.
3994 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
3995 sparc64_linux_sigtramp_frame_cache,
3996 sparc64_linux_sigtramp_frame_this_id,
3997 sparc64_linux_sigtramp_frame_prev_register,
3998 sparc64_linux_sigtramp_frame_sniffer): New functions.
3999 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
4000 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
4001 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
4002
4003 2005-04-20 Mark Mitchell <mark@codesourcery.com>
4004
4005 * configure.ac: On MinGW, define USE_WIN32API and link with
4006 -lws2_32.
4007 * ser-tcp.c (<winsock2.h>): Include, for Windows.
4008 (ETIMEDOUT): Define, for Windows.
4009 (ioctl): Likewise.
4010 (closesocket): Define, for POSIX.
4011 (net_open): Adjust for differences in socket functions between
4012 Windows and UNIX.
4013 (net_close): Likweise.
4014 (net_read_prim): New function.
4015 (net_write_prim): Likewise.
4016 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
4017 write_prim.
4018 * ser-unix.h (ser_unix_readcchar): Remove.
4019 (ser_unix_read_prim): Declare.
4020 (ser_unix_write_prim): Likewise.
4021 * ser-unix.c (generic_readchar): Move to ser-base.c.
4022 (ser_unix_wait_for): Likewise.
4023 (do_unix_readchar): Likewise.
4024 (ser_unix_readchar): Likewise.
4025 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
4026 (ser_unix_read_prim): New function.
4027 (ser_unix_write_prim): Likewise.
4028 * ser-base.h (generic_readchar): Declare.
4029 (ser_base_readchar): Likewise.
4030 * ser-base.c (<winsock2.h>): Include, for windows.
4031 (fd_event): Use the read primitive specified by the serial
4032 interface.
4033 (ser_base_wait_for): Moved from ser-unix.c
4034 (do_ser_base_read_char): Likewise.
4035 (generic_readchar): Likewise.
4036 (ser_base_readchar): Likewise.
4037 (ser_base_write): Use the write primitive specified by the serial
4038 interface.
4039 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
4040 ser_unix_readchar. Initialize read_prim and write_prim.
4041 * serial.c (struct serial_ops): Add read_prim and write_prim.
4042 * configure: Regenerate.
4043
4044 2005-04-19 Ben Elliston <bje@au.ibm.com>
4045
4046 * c-lang.c (c_create_fundamental_type): Comment fix.
4047
4048 2005-04-18 Michael Snyder <msnyder@redhat.com>
4049
4050 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
4051 * mn10300-prologue.c: Remove.
4052 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
4053 Remove prototypes.
4054 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
4055
4056 2005-04-18 Michael Snyder <msnyder@redhat.com>
4057
4058 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
4059 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
4060
4061 2005-04-18 Mark Kettenis <kettenis@gnu.org>
4062
4063 * config/nm-bsd.h: Remove file.
4064
4065 * hppabsd-nat.c: Update copyright year. Include "target.h" and
4066 "inf-ptrace.h".
4067 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
4068 made static.
4069 (hppabsd_store_registers): Renamed from store_inferior_registers;
4070 made static.
4071 (_initialize_hppabsd_nat): New function and prototype.
4072 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
4073 inftarg.o. Add inf-ptrace.o.
4074 (NAT_FILE): Remove.
4075 * Makefile.in (hppabsd-nat.o): Update dependencies.
4076
4077 2005-04-17 Mark Kettenis <kettenis@gnu.org>
4078
4079 * pa64solib.c, pa64solib.h: Remove files.
4080 * Makefile.in (pa64solib_h): Remove variable
4081 (pa64solib.o): Remove dependency.
4082
4083 2005-04-16 Mark Kettenis <kettenis@gnu.org>
4084
4085 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
4086 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
4087 made static.
4088 (ppcobsd_store_registers): Renamed from store_inferior_registers;
4089 made static.
4090 (_initialize_ppcobsd_nat): Construct and add target vector.
4091 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
4092 inftarg.o. Add inf-ptrace.o.
4093 (NAT_FILE): Remove.
4094 * Makefile.in (ppcobsd-nat.o): Update dependencies.
4095
4096 * ppcobsd-tdep.c: Include "floatformat.h".
4097 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
4098 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
4099
4100 * ppcobsd-tdep.c: Fix typo in comment.
4101 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
4102 bfd_arch_rs6000 too.
4103
4104 2005-04-15 Kevin Buettner <kevinb@redhat.com>
4105
4106 * remote.c (remote_get_thread_local_address): Throw a more
4107 meaningful exception when remote target doesn't have support
4108 for the qGetTLSAddr packet.
4109
4110 2005-04-15 Kevin Buettner <kevinb@redhat.com>
4111
4112 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
4113 (set_remote_protocol_qGetTLSAddr_packet_cmd)
4114 (show_remote_protocol_qGetTLSAddr_packet_cmd)
4115 (remote_get_thread_local_address): New functions.
4116 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
4117 variable.
4118 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
4119 target vector.
4120 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
4121 (_initialize_remote): Register the following commands:
4122 "set remote get-thread-local-storage-address-packet" and
4123 "show remote get-thread-local-address-packet".
4124
4125 2005-04-15 Kevin Buettner <kevinb@redhat.com>
4126
4127 * remote.c (add_packet_config_cmd): Delete unused variables.
4128
4129 2005-04-15 Kevin Buettner <kevinb@redhat.com>
4130
4131 * remote.c (show_remote_protocol_vcont_packet_cmd )
4132 (show_remote_protocol_qSymbol_packet_cmd)
4133 (show_remote_protocol_P_packet_cmd)
4134 (show_remote_protocol_Z_software_bp_packet_cmd)
4135 (show_remote_protocol_Z_hardware_bp_packet_cmd)
4136 (show_remote_protocol_Z_write_wp_packet_cmd)
4137 (show_remote_protocol_Z_read_wp_packet_cmd)
4138 (show_remote_protocol_Z_access_wp_packet_cmd)
4139 (show_remote_protocol_binary_download_cmd)
4140 (show_remote_protocol_qPart_auxv_packet_cmd)
4141 (show_remote_protocol_p_packet_cmd ): Delete calls to
4142 deprecated_show_value_hack().
4143
4144 2005-04-15 Corinna VInschen <vinschen@redhat.com>
4145
4146 * MAINTAINERS: Change sh64-elf state to non-broken.
4147 * Makefile.in: Fix dependencies for sh64-tdep.o.
4148 * configure.tgt: Add sh64-*-elf case.
4149 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
4150 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
4151 modern methods.
4152 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
4153 * config/sh/sh64.mt: Resurrect.
4154
4155 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
4156
4157 * regformats/reg-m32r.dat: New file.
4158
4159 2005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4160
4161 * arm-tdep.c (fp_model_strings): Add terminating NULL.
4162 (arm_abi_strings, arm_abi_global, arm_abi_string): New
4163 variables.
4164 (arm_extract_return_value, arm_store_return_value): Don't use
4165 arm_get_fp_model.
4166 (arm_get_fp_model, arm_set_fp): Delete.
4167 (arm_update_current_architecture): New function.
4168 (set_fp_model_sfunc): Call arm_update_current_architecture.
4169 (show_fp_model): Update output messages.
4170 (arm_set_abi, arm_show_abi): New functions.
4171 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
4172 (arm_gdbarch_init): Infer the object's ABI separately from its
4173 OSABI. Search for a matching architecture. Honor the global
4174 ABI and FPU settings. Set floating point format based on the
4175 architecture.
4176 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
4177 Delete.
4178 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
4179 Create "arm set abi" command.
4180 * arm-tdep.h (arm_get_fp_model): Delete prototype.
4181 (enum arm_abi_kind): New type.
4182 (struct gdbarch_tdep): Add arm_abi field.
4183 * arm-linux-tdep.c (arm_linux_init_abi): Only override
4184 tdep->fp_model if it is ARM_FLOAT_AUTO.
4185 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
4186 (arm_netbsd_elf_init_abi): Likewise.
4187 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
4188 * osabi.c (gdb_osabi_name): Likewise.
4189
4190 2005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
4191
4192 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
4193
4194 2005-04-10 Mark Kettenis <kettenis@gnu.org>
4195
4196 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
4197 floating-point registers.
4198 (ppc_collect_fpregset): Likewise. Fix collection of registers.
4199
4200 2005-04-09 Mark Kettenis <kettenis@gnu.org>
4201
4202 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
4203 and "tramp-frame.h".
4204 (ppcobsd_sigtramp_cache_init): New function.
4205 (ppcobsd_sigtramp): New variable.
4206 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
4207 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
4208
4209 2005-04-08 Andrew Cagney <cagney@gnu.org>
4210
4211 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
4212 Nasser have decided to step back from GDB/MI.
4213
4214 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
4215
4216 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
4217
4218 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
4219
4220 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
4221 undefined_retaddr.
4222 (dwarf2_frame_cache): Initialize undefined_retaddr.
4223 (dwarf2_frame_this_id): Return an invalid frame ID if
4224 undefined_retaddr.
4225
4226 2005-04-05 Jim Blandy <jimb@redhat.com>
4227
4228 Move construction of IA-32 vector types to i386-tdep.c.
4229 * gdbtypes.c (build_builtin_type_vec64i,
4230 build_builtin_type_vec128i): Delete functions.
4231 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
4232 (build_gdbtypes): Don't initialize them.
4233 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
4234 them.
4235 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
4236 declarations.
4237 (builtin_type_v2_float, builtin_type_v2_int32,
4238 builtin_type_v4_int16, builtin_type_v8_int8,
4239 builtin_type_v2_double, builtin_type_v4_float,
4240 builtin_type_v2_int64, builtin_type_v4_int32,
4241 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
4242 declarations.
4243 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
4244 (i386_build_mmx_type, i386_build_sse_type): New functions.
4245 (i386_register_type): Call them, rather than referring to
4246 builtin_type_vec64i and builtin_type_vec128i.
4247
4248 2005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
4249
4250 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
4251 big-endian correction code to not offset 32-bit registers.
4252 Locate floating point registers correctly.
4253
4254 2005-04-02 Mark Kettenis <kettenis@gnu.org>
4255
4256 * main.c: Update copyright year.
4257 (captured_main): Avoid using strcpy and strcat.
4258
4259 2005-04-01 Michael Snyder <msnyder@redhat.com>
4260
4261 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
4262 computing this_id if there are no dummy frames on the stack.
4263
4264 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
4265 find_partial_func instead of unwind_pc to identify frame.
4266 (mn10300_push_dummy_call): Handle struct args, struct_return.
4267
4268 * mn10300-prologue.c (set_movm_offsets): Don't test variable
4269 before setting it.
4270 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
4271 instead of skip_prologue_using_sal.
4272
4273 2005-03-31 Kevin Buettner <kevinb@redhat.com>
4274
4275 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
4276 (main_lm_addr): New static global.
4277 (frv_current_sos): Retain the link map address for each entry.
4278 (frv_clear_solib): Clear main_lm_addr.
4279 (frv_fetch_objfile_link_map): New function.
4280 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
4281 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
4282
4283 2005-03-31 Kevin Buettner <kevinb@redhat.com>
4284
4285 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
4286 * gdbarch.c, gdbarch.h: Regenerate.
4287 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
4288 address and pass this address, instead of the objfile address, to
4289 target_get_thread_local_address().
4290 * linux-thread-db.c (thread_db_get_thread_local_address): Change
4291 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
4292 not call svr4_fetch_objfile_link_map() to fetch the load module
4293 address.
4294 * target.h (struct target_ops): Change second parameter of
4295 ``to_get_thread_local_address'' from ``struct objfile *'' to
4296 ``CORE_ADDR''.
4297 * alpha-linux-tdep.c (solib-svr4.h): Include.
4298 (alpha_linux_init_abi): Register TLS load module fetcher.
4299 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
4300 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
4301 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4302 * ia64-linux-tdep.c (solib-svr4.h): Include.
4303 (ia64_linux_init_abi): Register TLS load module fetcher.
4304 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
4305 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
4306 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
4307 * s390-tdep.c (s390_gdbarch_init): Likewise.
4308 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
4309 * sparc64-linux-tdep.c (solib-svr4.h): Include.
4310 (sparc64_linux_init_abi): Register TLS load module fetcher.
4311 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
4312 (sparc-linux-tdep.o): Update dependencies.
4313
4314 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4315
4316 * c-valprint.c (c_value_print): Fix up some formatting. Use
4317 check_typedef.
4318
4319 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4320
4321 * arm-linux-nat.c (store_register, store_regs): Handle
4322 ARM_PS_REGNUM.
4323
4324 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4325
4326 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
4327 (arm_linux_thumb_le_breakpoint): New. Update comments.
4328 (arm_linux_init_abi): Set Thumb breakpoints also.
4329
4330 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4331
4332 * Makefile.in (arm-tdep.o): Update dependencies.
4333 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
4334 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
4335
4336 2005-03-28 Joel Brobecker <brobecker@adacore.com>
4337
4338 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
4339 register value to be incorrectly written in the regcache.
4340 (fill_fpregset): Fix bug that caused the FSR register value
4341 to be incorrectly read from the regcache.
4342
4343 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
4346 arm_pc_is_thumb_dummy.
4347
4348 2005-03-28 Mark Kettenis <kettenis@gnu.org>
4349
4350 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
4351 StackGhost.
4352
4353 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
4354 Handle StackGhost in 64-bit code.
4355 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
4356
4357 2005-03-27 Christopher Faylor <cgf@timesys.com>
4358
4359 * win32-nat.c (handle_exception): Treat win32 routines which check for
4360 valid addresses as "special" and don't stop when a SEGV is detected.
4361 (get_child_debug_event): Properly flag exception as unhandled.
4362
4363 2005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
4364
4365 * cp-support.c (cp_class_name_from_physname): Rewrite.
4366 (unqualified_name_from_comp): New function, broken out from
4367 method_name_from_physname. Correct handling for typed names
4368 and templates.
4369 (method_name_from_physname): Use unqualified_name_from_comp.
4370 (cp_func_name, remove_params): Move earlier in the file. Add
4371 better comments. Use the component tree to parse the name.
4372 (_initialize_cp_support): Remove stray whitespace.
4373
4374 2005-03-26 Mark Kettenis <kettenis@gnu.org>
4375
4376 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
4377
4378 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
4379 Callapse HAVE_TERMIO and HAVE_SGTTY.
4380
4381 * dwarf2-frame.c (execute_cfa_program): Implement
4382 DW_CFA_GNU_window_save.
4383
4384 2005-03-25 Mark Kettenis <kettenis@gnu.org>
4385
4386 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
4387
4388 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
4389
4390 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
4391
4392 * arm-tdep.c (target_is_thumb, caller_is_thumb)
4393 (arm_pc_is_thumb_dummy): Remove.
4394 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
4395
4396 2005-03-25 Anthony Green <green@redhat.com>
4397
4398 * remote.c (remote_store_registers): Fix memset usage.
4399 * std-regs.c (value_of_builtin_frame_reg): Ditto.
4400 (value_of_builtin_frame_fp_reg): Ditto.
4401 (value_of_builtin_frame_reg): Ditto.
4402
4403 2005-03-25 Mark Mitchell <mark@codesourcery.com>
4404
4405 * ser-base.c (ser_unix_write): Rename to ...
4406 (ser_base_write): ... this.
4407 (ser_unix_nop_flush_output): Rename to ...
4408 (ser_base_flush_output): ... this.
4409 (ser_unix_flush_input): Rename to ...
4410 (ser_base_flush_input): ... this.
4411 (ser_unix_nop_send_break): Rename to ...
4412 (ser_base_send_break): ... this.
4413 (ser_unix_nop_drain_output): Rename to ...
4414 (ser_base_drain_output): ... this.
4415 (ser_unix_nop_raw): Rename to ...
4416 (ser_base_raw): ... this.
4417 (ser_unix_nop_get_tty_state): Rename to ...
4418 (ser_base_set_tty_state): ... this.
4419 (ser_unix_nop_noflush_set_tty_state): Rename to ...
4420 (ser_base_noflush_set_tty_state): ... this.
4421 (ser_unix_nop_print_tty_state): Rename to ...
4422 (ser_base_print_tty_state): ... this.
4423 (ser_unix_nop_setbaudrate): Rename to ...
4424 (ser_base_setbaudrate): ... this.
4425 (ser_unix_nop_setstopbits): Rename to ...
4426 (ser_base_setstopbits): ... this.
4427 (ser_unix_async): Rename to ...
4428 (ser_base_async): ... this.
4429 * ser-base.h (ser_unix_write): Rename to ...
4430 (ser_base_write): ... this.
4431 (ser_unix_nop_flush_output): Rename to ...
4432 (ser_base_flush_output): ... this.
4433 (ser_unix_flush_input): Rename to ...
4434 (ser_base_flush_input): ... this.
4435 (ser_unix_nop_send_break): Rename to ...
4436 (ser_base_send_break): ... this.
4437 (ser_unix_nop_drain_output): Rename to ...
4438 (ser_base_drain_output): ... this.
4439 (ser_unix_nop_raw): Rename to ...
4440 (ser_base_raw): ... this.
4441 (ser_unix_nop_get_tty_state): Rename to ...
4442 (ser_base_set_tty_state): ... this.
4443 (ser_unix_nop_noflush_set_tty_state): Rename to ...
4444 (ser_base_noflush_set_tty_state): ... this.
4445 (ser_unix_nop_print_tty_state): Rename to ...
4446 (ser_base_print_tty_state): ... this.
4447 (ser_unix_nop_setbaudrate): Rename to ...
4448 (ser_base_setbaudrate): ... this.
4449 (ser_unix_nop_setstopbits): Rename to ...
4450 (ser_base_setstopbits): ... this.
4451 (ser_unix_async): Rename to ...
4452 (ser_base_async): ... this.
4453 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
4454 * ser-tcp.c (_initialize_ser_tcp): Likewise.
4455 * ser-unix.c (hardwire_flush_input): Likewise.
4456 (_initializer_ser_hardwire): Likewise.
4457
4458 * Makefile.in (SFILES): Add ser-base.c.
4459 (ser_base_h): New variable.
4460 (ser-base.o): New target.
4461 (ser-pipe.o): Depend on $(ser_base_h).
4462 (ser-tcp.o): Likewise.
4463 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
4464 * configure.ac (SER_HARDWIRE): Include ser-base.o where
4465 appropriate.
4466 * ser-base.c: New file.
4467 (push_event): Move from ser-unix.c.
4468 (fd_event): Likewise.
4469 (reschedule): Likewise.
4470 (ser_unix_write): Likewise.
4471 (ser_unix_nop_flush_output): Likewise.
4472 (ser_unix_flush_input): Likewise.
4473 (ser_unix_nop_send_break): Likewise.
4474 (ser_unix_nop_drain_output): Likewise.
4475 (ser_unix_nop_raw): Likewise.
4476 (ser_unix_nop_get_tty_state): Likewise.
4477 (ser_unix_nop_set_tty_state): Likewise.
4478 (ser_unix_nop_noflush_set_tty_state): Likewise.
4479 (ser_unix_nop_print_tty_state): Likewise.
4480 (ser_unix_nop_setbaudrate): Likewise.
4481 (ser_unix_nop_setstopbits): Likewise.
4482 (ser_unix_async): Likewise.
4483 * ser-base.h: New file.
4484 * ser-pipe.c (ser-base.h): Include it.
4485 * ser-tcp.c (ser-base.h): Likewise.
4486 * ser-unix.h (ser_unix_nop_flush_output): Remove.
4487 (ser_unix_flush_input): Likewise.
4488 (ser_unix_nop_send_break): Likewise.
4489 (ser_unix_nop_raw): Likewise.
4490 (ser_unix_nop_get_tty_state): Likewise.
4491 (ser_unix_nop_set_tty_state): Likewise.
4492 (ser_unix_nop_print_tty_state): Likewise.
4493 (ser_unix_nop_noflush_set_tty_state): Likewise.
4494 (ser_unix_nop_setbaudrate): Likewise.
4495 (ser_unix_nop_setstopbits): Likewise.
4496 (ser_unix_nop_drain_output): Likewise.
4497 (ser_unix_wait_for): Likewise.
4498 (ser_unix_write): Likewise.
4499 (ser_unix_async): Likewise.
4500 * ser-unix.c (event-loop.h): Do not include it.
4501 (push_event): Move to ser-base.c.
4502 (fd_event): Likewise.
4503 (reschedule): Likewise.
4504 (ser_unix_write): Likewise.
4505 (ser_unix_nop_flush_output): Likewise.
4506 (ser_unix_flush_input): Likewise.
4507 (ser_unix_nop_send_break): Likewise.
4508 (ser_unix_nop_drain_output): Likewise.
4509 (ser_unix_nop_raw): Likewise.
4510 (ser_unix_nop_get_tty_state): Likewise.
4511 (ser_unix_nop_set_tty_state): Likewise.
4512 (ser_unix_nop_noflush_set_tty_state): Likewise.
4513 (ser_unix_nop_print_tty_state): Likewise.
4514 (ser_unix_nop_setbaudrate): Likewise.
4515 (ser_unix_nop_setstopbits): Likewise.
4516 (ser_unix_async): Likewise.
4517 (ser_unix_wait_for): Make it static.
4518 * configure: Regenerated.
4519
4520 2005-03-25 Mark Kettenis <kettenis@gnu.org>
4521
4522 * dwarf2-frame.h: Update copyrigh year.
4523 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
4524 * dwarf2-frame.c: Update copyright year.
4525 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
4526 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
4527 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
4528
4529 2005-03-23 Martin Hunt <hunt@redhat.com>
4530
4531 * configure.ac: Remove -fwritable-strings from CFLAGS.
4532 * configure: Regenerate.
4533
4534 2005-03-21 Michael Snyder <msnyder@redhat.com>
4535
4536 * mn10300-prologue.c (fix_frame_pointer): Delete.
4537 (set_movm_offsets) Don't return just because movm_args is
4538 zero -- still need to save pc and sp in saved_regs.
4539 (mn10300_analyze_prologue): Don't return prematurely without
4540 calling set_movm_offsets (for pc and sp at minimum).
4541
4542 2005-03-21 Mark Mitchell <mark@codesourcery.com>
4543
4544 * configure.ac (stat.st_blksize): Check for it.
4545 (getuid): Likewise.
4546 (getgid): Likewise.
4547 * configure: Regenerated.
4548 * config.in: Likewise.
4549 * remote-fileio.c (remote_fileio_to_fio_stat): Check
4550 HAVE_STRUCT_STAT_ST_BLKSIZE.
4551
4552 2005-03-21 Christopher Faylor <cgf@timesys.com>
4553
4554 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
4555 here.
4556 (do_initial_child_stuff): Move clearing of thread list to a place
4557 before a thread ould be created.
4558 (child_attach): Ditto.
4559
4560 2005-03-21 Michael Snyder <msnyder@redhat.com>
4561
4562 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
4563 instead of pc addr for frame_id. Otherwise "until" won't work.
4564
4565 2005-03-21 Kevin Buettner <kevinb@redhat.com>
4566
4567 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
4568 comment.
4569
4570 2005-03-20 Mark Kettenis <kettenis@gnu.org>
4571
4572 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
4573 * varobj.c (my_value_equal): Mark val2 as volatile.
4574
4575 * cp-names.y: Add prototype for yyparse.
4576
4577 2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
4580 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
4581 VALADDR.
4582
4583 2005-03-18 Kevin Buettner <kevinb@redhat.com>
4584
4585 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
4586 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
4587 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
4588 New error/exception enums.
4589 * dwarf2loc.c (exceptions.h): Include.
4590 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
4591 via TRY_CATCH mechanism. Print error messages for TLS related
4592 exceptions.
4593 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
4594 exceptions instead of printing errors.
4595
4596 2005-03-18 Mark Kettenis <kettenis@gnu.org>
4597
4598 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
4599 (decimal2str, octal2str): Change to return a string allocated by
4600 get_cell. Use xsnprint instead of snprintf.
4601 (paddr_u, paddr_d): Adjust for changed calling convention of
4602 decimal2str.
4603 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
4604 (int_string): Likewise. Adjust for changed calling convention of
4605 decimal2str and octal2str.
4606
4607 2005-03-18 Kevin Buettner <kevinb@redhat.com>
4608
4609 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
4610 Adjust incorrectly computed constant for realtime signal frame.
4611
4612 2005-03-18 Mark Kettenis <kettenis@gnu.org>
4613
4614 From Ralf Corsepius <ralf.corsepius@rtems.org>
4615 * configure.tgt: Add m68*-*-rtems*.
4616
4617 2005-03-17 Mark Kettenis <kettenis@gnu.org>
4618
4619 * defs.h (xsnprintf): New prototype.
4620 * utils.c (xsnprintf): New function.
4621
4622 * corelow.c (get_core_register_section): Replace usage of sprintf
4623 and strcpy with xstrprintf and xstrdup.
4624
4625 * mips-tdep.c (mips_single_step_through_delay): Put back check for
4626 breakpoint lost with the introduction of this function.
4627
4628 2005-03-17 Paul Brook <paul@codesourcery.com>
4629
4630 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
4631 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
4632
4633 2005-03-16 Mark Mitchell <mark@codesourcery.com>
4634
4635 * event-top.c (handle_sigquit): Do not define for systems without
4636 SIGQUIT.
4637 (sigquit_token): Likewise.
4638 (async_init_signals): Allow for systems that do not
4639 define SIGQUIT.
4640 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
4641
4642 2005-03-15 Mark Mitchell <mark@codesourcery.com>
4643
4644 * utils.c (internal_vproblem): Guard call to fork with
4645 HAVE_WORKING_FORK.
4646 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
4647 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
4648
4649 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
4650 S_IRGRP and related macros.
4651 (remote_fileio_mode_to_target): Likewise.
4652
4653 2005-03-14 Ben Elliston <bje@au.ibm.com>
4654
4655 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
4656 more primitive library.
4657
4658 2005-03-13 Mark Kettenis <kettenis@gnu.org>
4659
4660 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
4661 sprintf.
4662 * target.c (normal_pid_to_str): Likewise.
4663 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
4664 Change capitalization of "thread". Use ptid_get_pid instead of
4665 GETPID.
4666
4667 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
4668 a combination of xmalloc and sprintf.
4669
4670 2005-03-13 Jim Blandy <jimb@redhat.com>
4671
4672 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
4673 * configure: Regenerated.
4674
4675 2005-03-11 Michael Snyder <msnyder@redhat.com>
4676
4677 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
4678 stub fn with real implementatin mn10300_unwind_dummy_id.
4679 (mn10300_push_dummy_call): Implement. Bare bones version,
4680 does not handle structs or floats.
4681
4682 2005-03-11 Jim Blandy <jimb@redhat.com>
4683
4684 Avoid warnings due to the use of -Wuninitialized without -O.
4685 * configure.ac (build_warnings): Include -Wuninitialized only if
4686 CFLAGS is unset at configure time, or CFLAGS is set and includes
4687 some -O option other than -O0.
4688 * configure: Regenerated.
4689
4690 * mips-tdep.c (show_mips_abi): Change calling conventions to match
4691 those expected by add_setshow_enum_cmd. Use 'file' argument as
4692 appropriate.
4693
4694 2005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4695
4696 * Makefile.in (SFILES): Add cp-names.y.
4697 (libiberty_h, safe_ctype_h): New.
4698 (YYFILES): Add cp-names.c.
4699 (YYOBJ): Add cp-names.o.
4700 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
4701 (clean): Remove test-cp-names$(EXEEXT).
4702 (local-maintainer-clean): Remove cp-names.c.
4703 * cp-names.y: New file.
4704 * cp-support.c (find_last_component): Delete.
4705 (d_left, d_right): Define.
4706 (cp_canonicalize_string, mangled_name_to_comp): New functions.
4707 (cp_class_name_from_physname, method_name_from_physname): Rewrite
4708 to use mangled_name_to_comp.
4709 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
4710 (cp_comp_to_string): New prototypes.
4711 * config/djgpp/fnchange.lst: Add cp-names.c.
4712
4713 2005-03-10 Bob Rossi <bob@brasko.net>
4714
4715 * main.c (print_gdb_help): Remove the --[no]async help message.
4716
4717 2005-03-10 Mark Kettenis <kettenis@gnu.org>
4718
4719 * proc-api.c: Update copyright year.
4720 (_initialize_proc_api): Revert previous patch, removing spurious
4721 space instead.
4722
4723 2005-03-09 Joel Brobecker <brobecker@adacore.com>
4724
4725 * regcache.c: Fix typo in comment.
4726
4727 2005-03-09 David Lecomber <david@lecomber.net>
4728
4729 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
4730 i18n text.
4731
4732 2005-03-09 Mark Kettenis <kettenis@gnu.org>
4733
4734 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
4735 address for 64-bit code.
4736 (sparc_unwind_dummy_id): Likewise.
4737 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
4738 frame base address convention.
4739 (sparc64_push_dummy_call): Likewise.
4740 * sparc64nbsd-tdep.c: Update copyright year.
4741 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
4742 address for 64-bit code.
4743 (sparc64nbsd_init_abi): Tweak comment.
4744 * sparc64obsd-tdep.c: Update copyright year.
4745 (sparc64obsd_frame_cache): Adjust cached frame base address for
4746 64-bit code.
4747 (sparc64obsd_init_abi): Tweak comment.
4748
4749 2005-03-09 Corinna Vinschen <vinschen@redhat.com>
4750
4751 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
4752
4753 2005-03-09 Joel Brobecker <brobecker@adacore.com>
4754
4755 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
4756 when creating include psymtabs.
4757
4758 2005-03-08 Mark Mitchell <mark@codesourcery.com>
4759
4760 * environ.h (struct environ): Rename to ...
4761 (struct gdb_environ): ... this.
4762 (make_environ): Update prototype.
4763 (free_environ): Likewise.
4764 (init_environ): Likewise.
4765 (get_in_environ): Likewise.
4766 (set_in_environ): Likewise.
4767 (unset_in_environ): Likewise.
4768 (environ_vector): Likewise.
4769 * environ.c (make_environ): Replace "struct environ" with "struct
4770 gdb_environ".
4771 (free_environ): Likewise.
4772 (init_environ): Likewise.
4773 (environ_vector): Likewise.
4774 (get_in_environ): Likewise.
4775 (set_in_environ): Likewise.
4776 (unset_in_environ): Likewise.
4777 * infcmd.c (inferior_environ): Likewise.
4778 * inferior.h (inferior_environ): Likewise.
4779
4780 2005-03-08 Joel Brobecker <brobecker@adacore.com>
4781
4782 * infcmd.c (run_command_1): New function, extracted from
4783 run_command.
4784 (run_command): Replace implementation by call to run_command_1.
4785 (start_command): Use run_command_1 to insert the temporary
4786 breakpoint and run the program. Remove code that's no longer
4787 needed, as already done at the proper time by run_command_1.
4788
4789 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
4790
4791 * symfile.c (clear_symtab_users): Call
4792 clear_current_source_symtab_and_line first.
4793
4794 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
4795
4796 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
4797 * c-exp.y (exp): Add unary plus.
4798 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
4799 * valarith.c (value_x_unop): Add UNOP_PLUS case.
4800 (value_pos): New.
4801 * value.h (value_pos): Declare.
4802
4803 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
4804 (remote_fetch_registers): Allow uppercase hex when resyncing.
4805 (remote_write_bytes): Only call get_memory_write_packet_size once.
4806 Robustify packet size calculation for very small packets. Check
4807 that at least one byte will be written.
4808
4809 * tracepoint.c (target_is_remote): Allow extended-remote.
4810 (struct collection_list): Allow 256 registers, like the comment
4811 said.
4812 (add_memrange): Fix comment.
4813 (read_actions): Turn EOF into 'end'.
4814
4815 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
4816
4817 * Makefile.in: Add dependencies for iq2000-tdep.o.
4818 * configure.tgt: Add iq2000-*-* target.
4819 * iq2000-tdep.c: New file.
4820 * config/iq2000/iq2000.mt: New file.
4821
4822 2005-03-07 Joel Brobecker <brobecker@adacore.com>
4823
4824 * doc/observer.texi (executable_changed): New observer.
4825 * symtab.c: Include "observer.h".
4826 (find_main_name): New function.
4827 (main_name): If name_of_main is unset, then compute it
4828 using find_main_name.
4829 (symtab_observer_executable_changed): New function.
4830 (_initialize_symtab): Attach executable_changed observer.
4831 * exec.c: Include "observer.h".
4832 (exec_file_attach): Emit executable_changed notification.
4833 * symfile.c: Include "observer.h".
4834 (reread_symbols): Send an executable_changed if appropriate.
4835 * Makefile.in (exec.o): Add dependency on observer.h.
4836 (symfile.o): Likewise.
4837 (symtab.o): Likewise.
4838
4839 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
4840
4841 * findvar.c (read_var_value): Don't allocate V when it will not
4842 be used. Add missing break for LOC_INDIRECT.
4843
4844 2005-03-06 Mark Kettenis <kettenis@gnu.org>
4845
4846 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
4847 (sparc64fbsd_init_abi): Set skip_trampoline_code and
4848 solib_svr4_fetch_link_map_offsets.
4849 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
4850
4851 2005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
4852
4853 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
4854 printing output. Use fprintf_unfiltered. Only print output when
4855 debugging.
4856
4857 2005-03-05 Mark Kettenis <kettenis@gnu.org>
4858
4859 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
4860 argument.
4861 (sparc64_store_arguments): Constify.
4862
4863 2005-03-05 Mark Kettenis <kettenis@gnu.org>
4864
4865 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
4866 (alphabsd_fetch_inferior_registers): Rename from
4867 fetch_inferior_registers. Make static.
4868 (alphabsd_store_inferior_registers): Rename from
4869 store_inferior_registers. Make static.
4870 (_initialize_alphabsd_nat): New function.
4871 * Makefile.in (alphabsd-nat.o): Update dependencies.
4872 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
4873 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
4874 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
4875 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
4876 alphabsd-nat.o.
4877 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
4878 "config/nm-bsd.h" and "elf/common.h".
4879 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
4880 "config/nm-nbsd.h".
4881
4882 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
4883 software_single_step.
4884
4885 2005-03-04 Michael Snyder <msnyder@redhat.com>
4886
4887 * mn10300-prologue.c: New file. Prologue analysis.
4888 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
4889 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
4890 until after analyze_prologue, and don't call trad_frame_set_base
4891 at all (let analyze_prologue do it).
4892
4893 2005-03-04 Michael Snyder <msnyder@redhat.com>
4894
4895 * trad-frame.c (trad_frame_set_reg_value): New function.
4896 * trad-frame.h (trad_frame_set_reg_value): Export.
4897
4898 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
4899
4900 * Makefile.in (remote.o): Update dependencies.
4901 * remote.c: Include "observer.h".
4902
4903 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
4904
4905 * target.c (target_read_memory_partial): Always initialize
4906 ERR.
4907 (target_write_memory_partial): Likewise.
4908
4909 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4910
4911 * remote.c (remote_open_1): Call observer_notify_inferior_created.
4912
4913 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4914
4915 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
4916 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
4917 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
4918
4919 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
4920
4921 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
4922 Use LWP IDs.
4923
4924 2005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
4925
4926 * dwarf2loc.c (loclist_read_variable): Set optimized_out
4927 instead of reporting an error.
4928 * valprint.c (value_check_printable): New function.
4929 (common_val_print): New function. Use value_check_printable.
4930 (value_print): Use value_check_printable.
4931 * value.h (common_val_print): Add prototype.
4932
4933 * c-valprint.c (c_val_print): Use common_val_print.
4934 * cp-valprint.c (cp_print_value_fields): Likewise.
4935 (cp_print_hpacc_virtual_table_entries): Likewise.
4936 * f-valprint.c (f_val_print): Likewise.
4937 * jv-valprint.c (java_value_print, java_print_value_fields):
4938 Likewise.
4939 * scm-valprint.c (scm_value_print): Likewise.
4940 * stack.c (print_frame_args): Likewise.
4941 * varobj.c (c_value_of_variable): Likewise.
4942 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
4943 (pascal_object_print_value_fields): Likewise. Update call to
4944 pascal_object_print_static_field.
4945 (pascal_object_print_static_field): Remove TYPE argument. Use
4946 common_val_print.
4947
4948 2005-02-25 Mark Kettenis <kettenis@gnu.org>
4949
4950 Committed by Elena Zannoni <ezannoni@redhat.com>
4951
4952 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
4953 info_ptr before building psymtabs for included files.
4954 (create_all_comp_units): Initailize initial length size of
4955 compilation header to zero.
4956 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
4957 sections are encountered within the same compilation header.
4958 (dwarf_decode_line_header): Pass compilation header in call to
4959 read_initial_length.
4960
4961 2005-02-24 Andrew Cagney <cagney@gnu.org>
4962
4963 Add show_VARIABLE functions, update add_setshow call.
4964 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
4965 * valprint.c (_initialize_valprint, show_print_max)
4966 (show_stop_print_at_null, show_repeat_count_threshold)
4967 (show_prettyprint_structs, show_unionprint)
4968 (show_prettyprint_arrays, show_addressprint, show_input_radix)
4969 (show_output_radix): Ditto.
4970 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
4971 * utils.c (initialize_utils, show_chars_per_line)
4972 (show_lines_per_page, show_demangle, show_pagination_enabled)
4973 (show_sevenbit_strings, show_asm_demangle): Ditto
4974 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
4975 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
4976 * top.c (init_main, show_new_async_prompt)
4977 (show_async_command_editing_p, show_write_history_p)
4978 (show_history_size, show_history_filename, show_caution)
4979 (show_annotation_level, init_main): Ditto.
4980 * target.c (initialize_targets, show_targetdebug)
4981 (show_trust_readonly): Ditto.
4982 * symfile.c (_initialize_symfile, show_symbol_reloading)
4983 (show_ext_args, show_download_write_size)
4984 (show_debug_file_directory): Ditto.
4985 * source.c (_initialize_source, show_lines_to_list): Ditto.
4986 * solib.c (_initialize_solib, show_auto_solib_add)
4987 (show_solib_search_path): Ditto.
4988 * p-valprint.c (_initialize_pascal_valprint)
4989 (show_pascal_static_field_print): Ditto.
4990 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
4991 (show_print_symbol_filename): Add and update.
4992 * parse.c (_initialize_parse, show_expressiondebug): Dito.
4993 * observer.c (_initialize_observer, show_observer_debug): Dito.
4994 * maint.c (_initialize_maint_cmds, show_watchdog)
4995 (show_maintenance_profile_p): Dito.
4996 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
4997 * infrun.c (_initialize_infrun, show_debug_infrun)
4998 (show_stop_on_solib_events, show_follow_fork_mode_string)
4999 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
5000 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
5001 (show_unwind_on_signal_p): Ditto.
5002 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
5003 (_initialize_gdbtypes, show_overload_debug): Ditto.
5004 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
5005 (show_gdb_events_debug): Ditto.
5006 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
5007 (_initialize_gdbarch): Ditto.
5008 * frame.c (_initialize_frame, show_backtrace_past_main)
5009 (show_backtrace_past_entry, show_backtrace_limit)
5010 (show_frame_debug): Ditto.
5011 * exec.c (_initialize_exec, show_write_files): Ditto.
5012 * dwarf2read.c (_initialize_dwarf2_read)
5013 (show_dwarf2_max_cache_age): Ditto.
5014 * demangle.c (_initialize_demangler)
5015 (show_demangling_style_names): Ditto.
5016 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
5017 * cp-valprint.c (show_static_field_print)
5018 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
5019 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
5020 * cli/cli-logging.c (_initialize_cli_logging)
5021 (show_logging_overwrite, show_logging_redirect)
5022 (show_logging_filename): Ditto.
5023 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
5024 (init_cli_cmds, show_baud_rate, show_remote_debug)
5025 (show_remote_timeout, show_max_user_call_depth): Ditto.
5026 * charset.c (show_host_charset_name, show_target_charset_name)
5027 (initialize_charset): Ditto.
5028 * breakpoint.c (show_can_use_hw_watchpoints)
5029 (show_pending_break_support, _initialize_breakpoint): Ditto.
5030
5031 2005-02-23 Jim Blandy <jimb@redhat.com>
5032
5033 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
5034
5035 2005-02-23 Andrew Cagney <cagney@gnu.org>
5036
5037 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
5038 SEC_XXX flags.
5039
5040 2005-02-22 Andrew Cagney <cagney@gnu.org>
5041
5042 * configure.ac: Only enaable insight when itcl is present.
5043 * configure: Re-generate.
5044
5045 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5046
5047 Committed by Andrew Cagney.
5048 * infptrace.c (store_register): Fix typo.
5049
5050 2005-02-21 Andrew Cagney <cagney@gnu.org>
5051
5052 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
5053 * cli/cli-decode.h (add_set_cmd): Delete declaration.
5054 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
5055 * i386-nat.c (_initialize_i386_nat): Update call.
5056 * valprint.c (_initialize_valprint): Update comment.
5057 * gnu-nat.c (_initialize_gnu_nat): Update call.
5058
5059 2005-02-21 Alan Modra <amodra@bigpond.net.au>
5060
5061 * elfread.c (elf_symtab_read): Discard section syms.
5062
5063 2005-02-21 Andrew Cagney <cagney@gnu.org>
5064
5065 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
5066 (deprecated_add_show_from_set): Delete function.
5067 * command.h (add_set_enum_cmd): Delete declaration.
5068 (deprecated_add_show_from_set): Delete declaration.
5069 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
5070 (deprecated_add_show_from_set): Delete declaration.
5071 * arm-tdep.c (_initialize_arm_tdep): Update comment.
5072 * kod.c (kod_set_os): Simplify.
5073 * infrun.c (set_schedlock_func): Simplify.
5074 * cli/cli-dump.c (add_dump_command): Update comment.
5075
5076 Replace string variables with a filename completer with
5077 add_setshow_optional_filename_cmd.
5078 * solib.c, symfile.c: Update.
5079 * cli/cli-setshow.c: Do not tidle expand the file.
5080
5081 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
5082 and add_setshow_string_noescape_cmd.
5083 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
5084 NULL command's value.
5085 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
5086 * remote-sds.c, remote.c, symfile.c, top.c: Update.
5087
5088 2005-02-20 Andrew Cagney <cagney@gnu.org>
5089
5090 Use add_setshow_enum_cmd through out.
5091 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
5092 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
5093
5094 * mi/mi-main.c (captured_mi_execute_command): Use
5095 mi_cmd_interpreter_exec.
5096
5097 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
5098 function.
5099 * cli/cli-setshow.c (deprecated_show_value_hack)
5100 (do_setshow_command): Handle var_optional_filename.
5101 * command.h (enum var_types): Add var_optional_filename.
5102 (add_setshow_optional_filename_cmd): Declare.
5103 * infcmd.c (notice_args_read): Use.
5104
5105 * symfile-mem.c (symbol_file_add_from_memory): Pass
5106 target_read_memory to bfd_elf_bfd_from_remote_memory.
5107 (do_target_read_memory): Delete.
5108
5109 2005-02-16 Mark Kettenis <kettenis@gnu.org>
5110
5111 * value.h (value_contents_equal): New prototype.
5112 * value.c (value_contents_equal): New function.
5113 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
5114 include <math.h>.
5115 (varobj_set_value): Initialize error to zero.
5116 (varobj_update): Rename error2 to error and initialize it to zero.
5117 Slightly change the wording of some comments.
5118 (my_value_equal): Reimplement using TRY_CATCH and
5119 value_contents_equal.
5120
5121 2005-02-18 Andrew Cagney <cagney@gnu.org>
5122
5123 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
5124 * command.h (add_setshow_integer_cmd): Declare.
5125 * cli/cli-cmds.c: Update.
5126
5127 Use add_setshow_uinteger_cmd through out.
5128 * printcmd.c, source.c, utils.c, valprint.c: Update.
5129
5130 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
5131 and gdbarch.c.
5132 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
5133 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
5134 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
5135 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
5136 * varobj.c, cli/cli-cmds.c: Update.
5137 * gdbarch.c, gdb-events.c: Regenerate.
5138
5139 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
5140 code adding set/show boolean commands.
5141 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
5142 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
5143 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
5144 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
5145 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
5146 * cli/cli-cmds.c: Update.
5147
5148 2005-02-17 Andrew Cagney <cagney@gnu.org>
5149
5150 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
5151 to filename_completer.
5152 * solib.c (_initialize_solib, reload_shared_libraries): Use
5153 add_setshow_filename_cmd.
5154 * serial.c (_initialize_serial): Ditto.
5155 * remote-utils.c (_initialize_sr_support): Ditto.
5156
5157 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
5158 * command.h (add_setshow_string_noescape_cmd): Declare.
5159 * wince.c (_initialize_wince): Use.
5160 * symfile.c (_initialize_symfile): Use.
5161 (set_ext_lang_command): Update declaration.
5162 * corefile.c (_initialize_core): Use.
5163
5164 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
5165 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5166 (add_setshow_filename_cmd, add_setshow_string_cmd)
5167 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
5168 fprint_setshow parameter.
5169 * command.h (fprint_setshow_ftype): Delete.
5170 (add_setshow_cmd_full, add_setshow_enum_cmd)
5171 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5172 (add_setshow_filename_cmd, add_setshow_string_cmd)
5173 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
5174 fprint_setshow parameter.
5175 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
5176 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
5177 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
5178 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
5179 * remote.c, target.c, cli/cli-logging.c: Update.
5180
5181 2005-02-16 Andrew Cagney <cagney@gnu.org>
5182
5183 Merge setshow print and show parameters.
5184 * command.h (show_value_ftype): Define.
5185 (deprecated_show_value_hack): Declare.
5186 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
5187 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
5188 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
5189 (add_setshow_zinteger_cmd): Change type of show_func to
5190 show_value_ftype.
5191 * cli/cli-decode.h (struct cmd_list_element): Replace
5192 fprint_setshow with show_value_func.
5193 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
5194 parameter. Set show_value_func. Do not set cmd_sfunc.
5195 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
5196 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
5197 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
5198 (add_setshow_zinteger_cmd): Update.
5199 * complaints.c (complaints_show_value): Replace
5200 fprint_setshow_complaints.
5201 (_initialize_complaints): Update.
5202 * mips-tdep.c (show_mask_address): Update.
5203 * arm-tdep.c (show_fp_model): Update.
5204 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
5205 instead of fprint_setshow. Use deprecated_show_value_hack.
5206 (deprecated_show_value_hack): New function.
5207 * remote.c (add_packet_config_cmd, show_remote_cmd):
5208 (show_remote_protocol_P_packet_cmd)
5209 (show_remote_protocol_P_packet_cmd)
5210 (show_remote_protocol_Z_access_wp_packet_cmd)
5211 (show_remote_protocol_Z_hardware_bp_packet_cmd)
5212 (show_remote_protocol_Z_packet_cmd)
5213 (show_remote_protocol_Z_read_wp_packet_cmd)
5214 (show_remote_protocol_Z_software_bp_packet_cmd)
5215 (show_remote_protocol_Z_write_wp_packet_cmd)
5216 (show_remote_protocol_binary_download_cmd)
5217 (show_remote_protocol_p_packet_cmd)
5218 (show_remote_protocol_qPart_auxv_packet_cmd)
5219 (show_remote_protocol_qSymbol_packet_cmd)
5220 (show_remote_protocol_vcont_packet_cmd): Update.
5221
5222 2005-02-16 Mark Kettenis <kettenis@gnu.org>
5223
5224 * wrapper.h: Update copyright year. Properly wrap a few
5225 prototypes.
5226 (struct gdb_wrapper_arguments): Remove forward declaration.
5227 * wrapper.c: Update copyright year. Include "ui-out.h".
5228 (struct gdb_wrapper_arguments): Remove.
5229 (struct captured_value_struct_elt_args): Remove.
5230 (wrapper_parse_exp_1, wrap_evaluate_expression)
5231 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
5232 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
5233 (do_captured_value_struct_elf): Remove functions.
5234 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
5235 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
5236 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
5237 Re-implement using TRY_CATCH.
5238
5239 2005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
5240
5241 * remote-e7000.c: unuse TM_FILE defined macro.
5242 (e7000_fetch_registers)
5243 (e7000_store_registers)
5244 (e7000_wait): delete NUM_REALREGS.
5245 * remote-hms.c: move TM_FILE macro.
5246 (CCR_REGNO): move define from tm-h8300.h.
5247
5248 2005-02-15 Mark Kettenis <kettenis@gnu.org>
5249
5250 * amd64-linux-tdep.c: Update copyright year.
5251 (amd64_linux_sigtramp_start): Use sizeof operator instead of
5252 LINUX_SIGTRAMP_LEN.
5253
5254 2004-02-15 Joel Brobecker <brobecker@gnat.com>
5255
5256 From Paul Hilfinger <hilfinger@gnat.com>
5257 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
5258 SYMBOL_NATURAL_NAME to set type names.
5259
5260 2005-02-15 Andrew Cagney <cagney@gnu.org>
5261
5262 Mark up add_com, add_info and add_prefix_cmd.
5263 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
5264 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
5265 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
5266 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
5267 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
5268 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
5269 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
5270 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
5271 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
5272 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
5273 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
5274 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
5275 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
5276 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
5277 * tui/tui-stack.c, tui/tui-win.c: Update.
5278
5279 2005-02-14 Andrew Cagney <cagney@gnu.org>
5280
5281 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
5282 * config/h8300/tm-h8300.h: Delete file.
5283
5284 Mark up add_cmd.
5285 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
5286 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
5287 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
5288 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
5289 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
5290 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
5291 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
5292 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
5293 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
5294 * cli/cli-logging.c, tui/tui-regs.c: Update.
5295
5296 Mark up add_setshow functions, replace "PRINT:" comment prefix
5297 with "FIXME: i18n:".
5298 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
5299 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
5300 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
5301 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
5302 * target.c, cli/cli-logging.c: Update.
5303
5304 * utils.c (paddress): New function.
5305 * defs.h (paddress): Declare.
5306 * printcmd.c (deprecated_print_address_numeric): Rename
5307 print_address_numeric, call paddress.
5308 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
5309 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
5310 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
5311 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
5312 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
5313 * ada-valprint.c: Update.
5314
5315 2005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
5316
5317 * MAINTAINERS: Add myself to "Write After Approval".
5318
5319 2005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
5320
5321 Restore h8300 support.
5322 * configure.tgt: Add h8300-*-*
5323 * h8300-tdep.c: New file. Rewrite new frame code.
5324 * config/h8300/h8300.mt: New file. Restored Rev 1.3
5325 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
5326
5327 * MAINTAINERS: Add myself to "Write After Approval".
5328
5329 2005-02-11 Andrew Cagney <cagney@gnu.org>
5330
5331 Mark up some of printf_filtered and printf_unfiltered.
5332 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
5333 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
5334 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
5335 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
5336 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
5337 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
5338 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
5339 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
5340 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
5341 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
5342 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
5343 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
5344 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
5345 * tui/tui-regs.c, tui/tui-win.c: Update.
5346
5347 Mark up error_no_arg, query, perror_with_name, complaint, and
5348 internal_error.
5349 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
5350 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
5351 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
5352 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
5353 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
5354 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
5355 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
5356 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
5357 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
5358 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
5359 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
5360 * interps.c, language.c, linespec.c, linux-nat.c: Update.
5361 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
5362 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
5363 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
5364 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
5365 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
5366 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
5367 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
5368 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
5369 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
5370 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
5371 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
5372 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
5373 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
5374 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
5375 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
5376 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
5377 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
5378 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
5379 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
5380 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
5381 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
5382 * tui/tui-file.c, tui/tui-interp.c: Update.
5383
5384 2005-02-10 Andrew Cagney <cagney@gnu.org>
5385
5386 Mark up all error and warning messages.
5387 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
5388 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
5389 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
5390 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
5391 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
5392 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
5393 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
5394 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
5395 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
5396 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
5397 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
5398 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
5399 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
5400 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
5401 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
5402 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
5403 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
5404 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
5405 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
5406 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
5407 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
5408 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
5409 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
5410 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
5411 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
5412 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
5413 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
5414 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
5415 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
5416 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
5417 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
5418 * remote-utils.c, remote-utils.h, remote.c: Update.
5419 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
5420 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
5421 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
5422 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
5423 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
5424 * somread.c, somsolib.c, source.c, stabsread.c: Update.
5425 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
5426 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
5427 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
5428 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
5429 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
5430 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
5431 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
5432 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
5433 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
5434 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
5435 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
5436 * tui/tui-win.c: Update.
5437
5438 2005-02-10 Ian Lance Taylor <ian@airs.com>
5439
5440 * MAINTAINERS: Update my e-mail address.
5441
5442 2005-02-10 Daniel Jacobowitz <dan@debian.org>
5443
5444 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
5445 PR exp/1821
5446 * cp-valprint.c: Include "language.h".
5447 (cp_print_value_fields): Pass the current language to
5448 fprintf_symbol_filtered.
5449 * Makefile.in (cp-valprint.o): Update dependencies.
5450
5451 2005-02-10 Andrew Cagney <cagney@gnu.org>
5452
5453 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
5454 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5455 (add_setshow_filename_cmd, add_setshow_string_cmd)
5456 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
5457 print string parameter with fprint_setshow function.
5458 * command.h (fprint_setshow_ftype): Define. Update declarations.
5459 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
5460 available, use that.
5461 * cli/cli-decode.h (struct cmd_list_element): Add field
5462 fprint_setshow.
5463 * complaints.c (fprint_setshow_complaints): New function.
5464 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
5465 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
5466 with NULL.
5467 * mips-tdep.c (_initialize_mips_tdep): Ditto.
5468 * m32r-rom.c (_initialize_m32r_rom): Ditto.
5469 * cris-tdep.c (_initialize_cris_tdep): Ditto.
5470 * arm-tdep.c (_initialize_arm_tdep): Ditto.
5471 * remote-rdi.c (_initialize_remote_rdi): Ditto.
5472 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
5473 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
5474 * frame.c (_initialize_frame): Ditto.
5475 * target.c (initialize_targets): Ditto.
5476 * maint.c (_initialize_maint_cmds): Ditto.
5477 * observer.c (_initialize_observer): Ditto.
5478 * infcall.c (_initialize_infcall): Ditto.
5479 * breakpoint.c (_initialize_breakpoint): Ditto.
5480 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
5481 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
5482
5483 * cli/cli-setshow.c (do_setshow_command): Move code printing the
5484 value to the end of the function. Handle MI and non-MI output
5485 differently.
5486
5487 2005-02-09 Andrew Cagney <cagney@gnu.org>
5488
5489 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
5490 show_result parameters.
5491 * mips-tdep.c (_initialize_mips_tdep): Update calls.
5492 * command.h: Update declaration.
5493 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
5494 calls.
5495
5496 * NEWS: Mention removed commands.
5497 * m68hc11-tdep.c (show_regs): Delete, unused.
5498 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
5499 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
5500 eventdebug" commands.
5501 * gdb-events.c: Regenerate.
5502 * gdbarch.sh: Delete deprecated "set archdebug" and "show
5503 archdebug" commands.
5504 * gdbarch.c: Regenerate.
5505 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
5506 remotedebug" and "show remotedebug".
5507 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
5508 disassembly-flavor", "show arm disassembly-flavor", and
5509 "othernames" commands.
5510 (arm_othernames): Delete unused function.
5511
5512 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
5513 (convert_code_addr_to_desc_addr): Convert any function code
5514 address to the corresponding function's descriptor.
5515 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
5516 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
5517 writing, convert any function code address to the corresponding
5518 descriptor.
5519
5520 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
5521 * config/powerpc/linux.mt (TDEPFILES): Ditto.
5522 * config/pa/linux.mt (TDEPFILES): Ditto.
5523 * config/mips/linux.mt (TDEPFILES): Ditto.
5524 * config/m68k/linux.mt (TDEPFILES): Ditto.
5525 * config/m32r/linux.mt (TDEPFILES): Ditto.
5526 * config/ia64/linux.mt (TDEPFILES): Ditto.
5527 * config/arm/linux.mt (TDEPFILES): Ditto.
5528
5529 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
5530
5531 * symmisc.c: Include gdb_stat.h.
5532 (maintenance_print_msymbols): Use inode numbers to compare files.
5533
5534 2005-02-08 Andrew Cagney <cagney@gnu.org>
5535
5536 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
5537 (METHOD_PTR_TO_VOFFSET): Move from here ...
5538 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
5539 (METHOD_PTR_TO_VOFFSET): ... to here.
5540 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
5541 * Makefile.in: Update dependencies.
5542
5543 * exceptions.c: Do not include <setjmp.h>.
5544 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
5545 (catch_exception, catch_exceptions_with_msg, catch_errors)
5546 (catch_command_errors): Use TRY_CATCH.
5547 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
5548 (exceptions_state_mc_init): Rename catcher_init.
5549 (exceptions_state_mc): Rename catcher_state_machine.
5550 (exceptions_state_mc_action_iter)
5551 (exceptions_state_mc_action_iter_1): New functions.
5552 * exceptions.h: Include <setjmp.h>.
5553 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
5554 (EXCEPTIONS_SIGLONGJMP): Define.
5555 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
5556 (exceptions_state_mc_action_iter_1): Declare.
5557 (TRY_CATCH): Define.
5558
5559 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
5560 no longer needed.
5561
5562 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
5563 PT_FPSCR breakage.
5564
5565 * value.c (struct value): Move to here ...
5566 * value.h (struct value): ... from here. Copy comments to
5567 corresponding function declarations, re-order.
5568
5569 2005-02-07 Andrew Cagney <cagney@gnu.org>
5570
5571 * value.c (set_value_bitpos, set_value_bitsize): Define.
5572 * value.h (set_value_bitpos, set_value_bitsize): Declare.
5573 * ada-lang.c, valarith.c: Update.
5574
5575 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
5576 value_contents_writeable, include note that there are problems.
5577 * breakpoint.c, infcall.c: Use VALUE_LVAL.
5578
5579 * value.h (set_value_offset): Declare.
5580 * value.c (set_value_offset): Declare.
5581 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
5582 * findvar.c: Update.
5583
5584 * value.h (value_next): Declare.
5585 * value.c (value_next): Define.
5586 * breakpoint.c: Update.
5587
5588 * value.h (deprecated_set_value_modifiable)
5589 (deprecated_value_modifiable): Declare.
5590 * value.c (deprecated_set_value_modifiable): Define.
5591 (deprecated_value_modifiable): Define.
5592 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
5593
5594 * value.h (deprecated_set_value_type): Declare.
5595 * value.c (deprecated_set_value_type): Define.
5596 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
5597 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
5598 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
5599 * ax-gdb.c, tracepoint.c: Update.
5600
5601 * value.h (deprecated_value_lval_hack)
5602 (deprecated_value_address_hack)
5603 (deprecated_value_internalvar_hack)
5604 (deprecated_value_regnum_hack): Declare.
5605 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
5606 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
5607 * value.c (deprecated_value_lval_hack)
5608 (deprecated_value_address_hack)
5609 (deprecated_value_internalvar_hack)
5610 (deprecated_value_regnum_hack): Define.
5611
5612 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
5613 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
5614 * value.c (set_value_pointed_to_offset): Define
5615 (value_pointed_to_offset): Define.
5616 * valops.c: Update.
5617
5618 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
5619 (value_embedded_offset, set_value_embedded_offset): Declare.
5620 * value.c (value_embedded_offset): Define.
5621 (set_value_embedded_offset): Define.
5622 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
5623 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
5624 * cp-abi.h: Update.
5625
5626 * value.h (VALUE_LAZY): Delete
5627 (set_value_lazy): Declare.
5628 * value.c (set_value_lazy): Define.
5629 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
5630 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
5631
5632 2005-02-06 Andrew Cagney <cagney@gnu.org>
5633
5634 * value.h (VALUE_OPTIMIZED_OUT): Delete.
5635 (value_optimized_out, set_value_optimized_out): Declare.
5636 * value.c (set_value_optimized_out, value_optimized_out): Define.
5637 * valprint.c, findvar.c, dwarf2loc.c: Update.
5638
5639 * value.c (value_contents, value_contents_writeable): New
5640 functions.
5641 * value.h (VALUE_CONTENTS): Delete macro.
5642 (value_contents, value_contents_writeable): Declare.
5643 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
5644 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
5645 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
5646 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
5647 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
5648 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
5649 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
5650 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
5651 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
5652 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
5653 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
5654 * ada-valprint.c, ada-lang.c: Update.
5655
5656 2005-02-03 Andrew Cagney <cagney@gnu.org>
5657
5658 * utils.c (xzalloc): New function.
5659 * defs.h (XZALLOC): Use xzalloc.
5660 (xzalloc): Declare.
5661 * value.c (allocate_value): Allocate a zeroed buffer.
5662 * mdebugread.c (xzalloc): Delete.
5663
5664 2005-02-02 Andrew Cagney <cagney@gnu.org>
5665
5666 * value.h (value_lazy): Declare.
5667 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
5668 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
5669
5670 * value.h (VALUE_CONTENTS_ALL): Delete.
5671 (value_contents_all): Declare.
5672 * value.c (value_contents_all): New function.
5673 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
5674 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
5675
5676 * value.c (value_enclosing_type): New function.
5677 * value.h (VALUE_ENCLOSING_TYPE): Delete.
5678 (value_enclosing_type): Declare.
5679 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
5680 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
5681
5682 * value.c (value_contents_all_raw)
5683 (value_contents_raw): New functions.
5684 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
5685 (value_contents_raw, value_contents_all_raw): Declare functions.
5686 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
5687 * std-regs.c, valarith.c, valops.c, eval.c: Update.
5688 * tracepoint.c, findvar.c: Update.
5689
5690 2005-02-01 Orjan Friberg <orjanf@axis.com>
5691
5692 * regformats/reg-cris.dat: New file with register definitions for CRIS.
5693 * regformats/reg-crisv32.dat: Ditto for CRISv32.
5694
5695 2005-01-31 Andrew Cagney <cagney@gnu.org>
5696
5697 * configure: Regenerate to track ../gettext.m4.
5698
5699 2005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
5700
5701 * MAINTAINERS: Add myself to "Write After Approval".
5702
5703 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
5704 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
5705 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
5706
5707 2005-01-29 Mark Kettenis <kettenis@gnu.org>
5708
5709 * configure.ac: Remove extra check for ranlib.
5710 * configure: Regenerated.
5711
5712 2005-01-28 Andrew Cagney <cagney@gnu.org>
5713
5714 * language.h (struct language_defn): Make la_val_print's buffer
5715 parameter a const bfd_byte.
5716 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
5717 * ada-lang.c (ada_aligned_value_addr)
5718 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
5719 * valprint.c (val_print_array_elements): Update.
5720 * valprint.h (val_print_array_elements): Update.
5721 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
5722 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
5723 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
5724 (ada_val_print_1, ada_print_floating, printable_val_type)
5725 (print_record, val_print_packed_array_elements)
5726 (print_field_values, print_variant_part): Update.
5727 * c-lang.h (c_val_print, cp_print_value_fields): Update.
5728 * c-valprint.c (c_val_print): Update.
5729 * f-lang.h (f_val_print): Update.
5730 * f-valprint.c (f_val_print, f77_print_array_1)
5731 (f77_print_array): Update.
5732 * jv-lang.h (java_val_print): Update.
5733 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
5734 * language.c (unk_lang_val_print): Update.
5735 * m2-lang.h (m2_val_print): Update.
5736 * m2-valprint.c (m2_val_print): Update.
5737 * p-lang.h (pascal_val_print): Update.
5738 (pascal_object_print_value_fields): Update.
5739 * p-valprint.c (pascal_val_print)
5740 (pascal_object_print_value_fields, pascal_object_print_value)
5741 (pascal_object_print_value): Update.
5742 * scm-lang.h (scm_val_print): Update.
5743 * scm-valprint.c (scm_val_print): Update.
5744 * value.h (val_print): Update.
5745
5746 * p-lang.h (pascal_object_print_class_member)
5747 (pascal_object_print_class_method): Make buffer a const bfd_byte.
5748 * p-valprint.c (pascal_object_print_class_method)
5749 (pascal_object_print_class_method): Ditto.
5750
5751 * language.h (struct language_defn): Make la_printstr's buffer
5752 parameter a const bfd_byte.
5753 * p-lang.h (pascal_printstr): Update function to match.
5754 * ada-valprint.c (ada_printstr): Update function to match.
5755 * scm-lang.c (scm_printstr): Update function to match.
5756 * p-lang.c (pascal_printstr): Update function to match.
5757 * ada-lang.h (ada_printstr): Update function to match.
5758 * m2-lang.c (m2_printstr): Update function to match.
5759 * objc-lang.c (objc_printstr): Update function to match.
5760 * c-lang.h (c_printstr): Update function to match.
5761 * f-lang.c (f_printstr): Update function to match.
5762 * c-lang.c (c_printstr): Update function to match.
5763 * language.c (unk_lang_printstr): Update function to match.
5764
5765 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
5766 * valprint.h (val_print_type_code_int): Ditto.
5767
5768 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
5769
5770 * cp-valprint.c (cp_print_class_method)
5771 (cp_print_class_member): Make buffer a const bfd_byte.
5772 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
5773
5774 * ada-lang.c (value_from_contents_and_address)
5775 (to_record_with_fixed_variant_part)
5776 (value_tag_from_contents_and_address, ada_to_fixed_type)
5777 (to_fixed_variant_branch_type, to_fixed_record_type)
5778 (ada_template_to_fixed_record_type, cond_offset_host)
5779 (ada_template_to_fixed_record_type_1): Make buffer a const
5780 bfd_byte.
5781 * ada-lang.h (ada_template_to_fixed_record_type_1)
5782 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
5783
5784 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
5785
5786 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
5787 * printcmd.c (print_scalar_formatted): Update.
5788
5789 * value.h (value_bit_index, print_floating)
5790 (find_rt_vbase_offset): Make buffer a const bfd_byte.
5791 * valprint.c (print_floating): Update.
5792 * valarith.c (value_bit_index): Update.
5793 * valops.c (find_rt_vbase_offset): Update.
5794
5795 * valprint.h (print_octal_chars, print_char_chars)
5796 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
5797 buffer a const bfd_byte.
5798 * valprint.c (print_binary_chars, print_octal_chars)
5799 (print_decimal_chars, print_hex_chars, print_char_chars): Make
5800 "valaddr"buffer a const bfd_byte, ditto for local variables
5801 referencing that buffer.
5802
5803 * m2-valprint.c: Include "c-lang.h".
5804 (c_val_print): Delete extern declaration.
5805 * scm-valprint.c: Include "c-lang.h".
5806 (c_val_print): Delete extern declaration.
5807 Makefile.in: Update dependencies.
5808
5809 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
5810 bfd_byte.
5811 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
5812 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
5813 bfd_byte.
5814 * cp-abi.c (baseclass_offset): Update.
5815 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
5816
5817 * gnu-v2-abi.h: New file.
5818 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
5819 (gnuv2_baseclass_offset): Delete declaration.
5820 * hpacc-abi.c: Include "gnu-v2-abi.h".
5821 (gnuv2_baseclass_offset): Delete extern declaration.
5822 * Makefile.in: Update dependencies.
5823
5824 * doublest.c (floatformat_is_negative, floatformat_is_nan)
5825 (floatformat_mantissa, get_field): Make the buffer a const
5826 bfd_byte, simplify.
5827
5828 2005-01-27 Andrew Cagney <cagney@gnu.org>
5829
5830 * value.h (struct value): Change type of contents to bfd_byte.
5831 (VALUE_CONTENTS_RAW): Simplify.
5832
5833 * gdbarch.sh (integer_to_address): Change buf parameter to a const
5834 bfd_byte, make pure-multi-arch.
5835 * gdbarch.h, gdbarch.c: Regenerate.
5836 * mips-tdep.c (mips_integer_to_address): Update.
5837 * value.c (value_as_address): Update.
5838
5839 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
5840 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
5841 parameters const, change buf to a const bfd_byte.
5842 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
5843 parameters const.
5844
5845 * corefile.c (write_memory): Update, make a copy of the read-only
5846 buffer.
5847 * target.c (target_read_memory): Update.
5848 (target_write_memory): Update, make a copy of the read-only
5849 buffer.
5850 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
5851 const.
5852 * target.h (target_read_memory, target_write_memory): Change
5853 buffer type to bfd_byte; for write_memory, make it const.
5854 * symfile-mem.c (do_target_read_memory): New function.
5855 (symbol_file_add_from_memory): Pass do_target_read_memory to
5856 bfd_elf_bfd_from_remote_memory.
5857
5858 * value.h: Indent using gdb_indent.sh.
5859
5860 * configure: Regenerate to track ../gettext.m4 change.
5861
5862 2005-01-26 Andrew Cagney <cagney@gnu.org>
5863
5864 * rs6000-tdep.c: Include "reggroups.h".
5865 (rs6000_gdbarch_init): Set register_reggroup_p.
5866 (rs6000_register_reggroup_p): New function.
5867
5868 2005-01-26 Orjan Friberg <orjanf@axis.com>
5869
5870 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
5871 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
5872 CRISv32.
5873 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
5874 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
5875 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
5876 (crisv32_register_type, cris_special_register_name)
5877 (crisv32_register_name): New functions.
5878 (cris_spec_reg_applicable): Recognize more versions.
5879 (cris_register_name): Update with call to cris_special_register_name.
5880 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
5881 warning when unable to find step target.
5882 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
5883 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
5884 CRISv32.
5885 (fetch_core_registers): Update for CRISv32.
5886 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
5887 register_name, cannot_store_register, cannot_fetch_register,
5888 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
5889
5890 2005-01-26 Nick Roberts <nickrob@snap.net.nz>
5891
5892 * interps.c (interpreter_exec_cmd): Use condition,
5893 e.reason < 0, to raise an error.
5894
5895 2005-01-25 Andrew Cagney <cagney@gnu.org>
5896
5897 * ppc-linux-tdep.c: Include "tramp-frame.h"
5898 (struct ppc_linux_sigtramp_cache)
5899 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
5900 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
5901 (ppc_linux_sigtramp_cache): Delete.
5902 (ppc32_linux_sigaction_cache_init)
5903 (ppc64_linux_sigaction_cache_init)
5904 (ppc32_linux_sighandler_cache_init)
5905 (ppc64_linux_sighandler_cache_init)
5906 (ppc32_linux_sigaction_tramp_frame)
5907 (ppc64_linux_sigaction_tramp_frame)
5908 (ppc32_linux_sighandler_tramp_frame)
5909 (ppc64_linux_sighandler_tramp_frame)
5910 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
5911 64-bit, sigaction and siginfo tramp-frame unwinders.
5912
5913 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
5914 long_double_bit to 8.
5915
5916 2005-01-24 Andrew Cagney <cagney@gnu.org>
5917
5918 * infrun.c (handle_inferior_event): Handle back-to-back and nested
5919 signals where the step_resume_breakpoint may have already been
5920 inserted.
5921
5922 2005-01-24 Andrew Cagney <cagney@gnu.org>
5923
5924 * configure: Regenerate, ../gettext.m4 was updated.
5925
5926 2005-01-23 Mark Kettenis <kettenis@gnu.org>
5927
5928 * NEWS: Mention new BSD user-level threads support.
5929
5930 * i386obsd-tdep.c: Update copyright year. Include
5931 "bsd-uthread.h".
5932 (i386obsd_uthread_reg_offset): New variable.
5933 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
5934 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
5935 functions.
5936 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
5937 * Makefile.in (i386obsd-tdep.o): Update dependencies.
5938 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
5939
5940 2005-01-23 Christopher Faylor <cgf@timesys.com>
5941
5942 * win32-nat.c: Update copyright year.
5943 (child_init_thread_list): Set thread linked list point to NULL so that
5944 it won't be reused after clearing.
5945
5946 2005-01-21 Mark Kettenis <kettenis@gnu.org>
5947
5948 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
5949 undefs.
5950 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
5951 thread' has a td_pcb member and whether `struct reg' has r_fs and
5952 r_gs members.
5953 * configure, config.in: Regenerate.
5954
5955 2005-01-21 Mark Kettenis <kettenis@gnu.org>
5956
5957 * configure.ac: Remove ia64-*-aix* junk.
5958 * configure: Regenerate.
5959
5960 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
5961 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
5962 is necessary.
5963 * configure, config.in: Regenerate.
5964 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
5965 BFD_NEED_DECLARATION. Never provide a prototype for
5966 caninicalize_file_name.
5967 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
5968 BFD_NEED_DECLARATION.
5969
5970 * configure.ac (targ_archs): Use standard autoconf check for
5971 "struct stat.st_blocks" instead of rolling our own.
5972 * configure: Regenerated.
5973 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
5974 * config.in: Regenerated.
5975
5976 2005-01-21 Mark Kettenis <kettenis@gnu.org>
5977
5978 * configure.ac: Modernize checks for `long long' and `long double'
5979 support.
5980 * configure: Regenerated.
5981 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
5982 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
5983 * config.in: Regenerated.
5984
5985 2005-01-20 Mark Kettenis <kettenis@gnu.org>
5986
5987 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
5988 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
5989 * configure.ac: Remove checks for HP-UX save_state structure.
5990 * configure: Regenerated.
5991
5992 2005-01-19 Andrew Cagney <cagney@gnu.org>
5993
5994 * utils.c (quit): Simplify, call fatal.
5995 * exceptions.c: Include "serial.h"
5996 (print_flush): Mimic flush code found in utils.c:quit.
5997 * Makefile.in: Update dependencies.
5998
5999 2005-01-19 Jim Blandy <jimb@redhat.com>
6000
6001 * configure.tgt: Set build_rdi_share to "yes" on those targets
6002 that use that debugging protocol.
6003 Set build_nlm to yes to build NLM stub for Netware targets.
6004 * configure.ac: If build_rdi_share is "yes", then configure the
6005 rdi-share subdirectory.
6006 If build_nlm is "yes", the configure the "nlm" subdirectory.
6007 * configure: Regenerated.
6008
6009 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
6010 autoconf 2.59 and automake 1.9.3.
6011
6012 2005-01-19 Andrew Cagney <cagney@gnu.org>
6013
6014 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
6015 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
6016 * utils.c (internal_verror, quit): Update.
6017 * remote-sds.c (interrupt_query): Update.
6018 * remote-mips.c (mips_error, mips_kill): Update.
6019 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
6020 * remote.c (interrupt_query): Update.
6021 * ocd.c (interrupt_query): Update.
6022 * nto-procfs.c (interrupt_query): Update.
6023 * monitor.c (monitor_interrupt_query): Update.
6024 * breakpoint.c (break_command_1): Update.
6025
6026 * infrun.c: (resume, proceed, wait_for_inferior)
6027 (handle_inferior_event, stop_stepping)
6028 (prepare_to_wait): Write debug output to gdb_stdlog.
6029
6030 2005-01-19 Mark Kettenis <kettenis@gnu.org>
6031
6032 * inf-ptrace.c (inf_ptrace_prepare_to_store)
6033 (inf_ptrace_post_startup_inferior)
6034 (inf_ptrace_acknowledge_created_inferior)
6035 (inf_ptrace_insert_fork_catchpoint)
6036 (inf_ptrace_remove_fork_catchpoint)
6037 (inf_ptrace_insert_vfork_catchpoint):
6038 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
6039 (inf_ptrace_insert_exec_catchpoint)
6040 (inf_ptrace_remove_exec_catchpoint): Remove functions.
6041 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
6042 (inf_ptrace_target): Don't set to_prepare_to_store,
6043 to_post_startup_inferior, to_acknowledge_created_inferior,
6044 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
6045 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
6046 to_follow_fork, to_insert_exec_catchpoint,
6047 to_remove_exec_catchpoint.
6048
6049 2005-01-18 Andrew Cagney <cagney@gnu.org>
6050
6051 * target.h (struct target_ops): Change return type of
6052 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
6053 to_insert_exec_catchpoint to void.
6054 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
6055 (child_insert_exec_catchpoint): Change return type to void.
6056 * target.c (update_current_target): Update.
6057 (debug_to_insert_fork_catchpoint)
6058 (debug_to_insert_vfork_catchpoint)
6059 (debug_to_insert_exec_catchpoint): Update.
6060 * inf-child.c (inf_child_insert_fork_catchpoint)
6061 (inf_child_insert_vfork_catchpoint)
6062 (inf_child_insert_exec_catchpoint): Update.
6063 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
6064 * linux-nat.c (child_insert_fork_catchpoint)
6065 (child_insert_vfork_catchpoint)
6066 (child_insert_exec_catchpoint): Update.
6067 * inftarg.c (child_insert_fork_catchpoint)
6068 (child_insert_vfork_catchpoint,)
6069 (child_insert_exec_catchpoint): Update.
6070
6071 * remote.c (remote_open_1): Use throw_exception.
6072
6073 2005-01-17 Michael Snyder <msnyder@redhat.com>
6074
6075 * mips-linux-tdep.c: Whitespace tweaks.
6076
6077 2005-01-17 Corinna Vinschen <vinschen@redhat.com>
6078
6079 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
6080
6081 2005-01-17 Andrew Cagney <cagney@gnu.org>
6082
6083 * top.h (source_error, source_pre_error): Delete declaration.
6084 * cli/cli-script.c (source_error_allocated, source_error): Delete.
6085 (script_from_file, source_cleanup_lines): Do not manipulate
6086 source_error_allocated, error_pre_print and source_error.
6087 (struct source_cleanup_lines_args): Delete fields old_pre_error,
6088 and old_error_pre_print.
6089 * top.c (source_error_allocated, source_error)
6090 (source_pre_error): Delete.
6091 (command_line_input): Do not set error_pre_print.
6092 * event-top.c (command_line_handler): Do not set error_pre_print.
6093
6094 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6095
6096 * MAINTAINERS: Update my email address.
6097
6098 2005-01-16 Mark Kettenis <kettenis@gnu.org>
6099
6100 * configure.ac: Provide prerequisite headers when checking
6101 <term.h>.
6102 * configure: Regenerate.
6103
6104 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
6105 and "bsd-uthread.h".
6106 (amd64fbsd_jmp_buf_reg_offset): New variable.
6107 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
6108 functions.
6109 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
6110 * i386fbsd-tdep.c: Fix typo.
6111 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
6112 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
6113
6114 2005-01-16 Andrew Cagney <cagney@gnu.org>
6115
6116 * cli/cli-script.c: Include "exceptions.h".
6117 (struct wrapped_read_command_file_args): Define.
6118 (wrapped_read_command_file): New function.
6119 (script_from_file): Replace direct call to read_command_file by
6120 one wrapped by an exception handler.
6121 * exceptions.c (throw_it): Free the old message after creating the
6122 new.
6123 * Makefile.in: Update dependencies.
6124
6125 2005-01-16 Mark Kettenis <kettenis@gnu.org>
6126
6127 * sparc64fbsd-tdep.c: Update copyright year.
6128 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
6129 functions.
6130 (sparc64fbsd_init_abi): Create register sets with collect
6131 functions.
6132
6133 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
6134 (_initialize_sparc64fbsd_nat): Add some extra features to the
6135 generic SPARC target.
6136 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
6137 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
6138 (NAT_FILE): Set to solib.h.
6139 * config/sparc/nm-fbsd.h: Remove file.
6140
6141 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
6142
6143 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
6144
6145 2005-01-16 Andrew Cagney <cagney@gnu.org>
6146
6147 * exceptions.c (struct catcher): Delete saved_error_pre_print and
6148 saved_quit_pre_print.
6149 (catcher_init): Delete parameter errstring, do not override the
6150 pre_print strings.
6151 (catcher_pop): Do not restore the pre_print strings.
6152 (catch_exception, catch_exceptions_with_msg, catch_errors)
6153 (catch_command_errors): Update catch_init calls.
6154
6155 2005-01-16 Mark Kettenis <kettenis@gnu.org>
6156
6157 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
6158 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
6159
6160 2005-01-15 Andrew Cagney <cagney@gnu.org>
6161
6162 * acinclude.m4: Include ../bfd/bfd.m4 instead of
6163 ../bfd/acinclude.m4. Include ../gettext.m4.
6164 * aclocal.m4, configure: Re-generate.
6165
6166 * exceptions.c (do_captured_command)
6167 (struct captured_command_args): Delete.
6168 (catch_command_errors): Simplify by inlining call to catch_errors.
6169
6170 * exceptions.c (struct catcher): Delete field print_message.
6171 (catcher_init): Delete print_message parameter.
6172 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
6173 (throw_it): Delete prefix parameter.
6174 (throw_verror, throw_vfatal, throw_error): Update.
6175
6176 2005-01-14 Andrew Cagney <cagney@gnu.org>
6177
6178 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
6179 (throw_reason): Leave the exception's message field blank.
6180 (throw_it): New function, create the exception and throw it.
6181 (throw_verror, throw_vfatal, throw_error): Call throw_it.
6182 (print_any_exception): New function.
6183 (catch_errors, catch_exceptions_with_msg): Call
6184 print_any_exception.
6185 (throw_exception): Move code calling annotate_error and
6186 annotate_quit from here ...
6187 (print_exception): ... to here.
6188
6189 * exceptions.c (exception_fprintf, exception_print): Move printing
6190 of \n from here ...
6191 (print_exception): ... to here.
6192 (print_flush): New function.
6193 (exception_print, exception_fprintf): Replace duplicated flush and
6194 wrap code with call to print_flush.
6195 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
6196 and print_exception.
6197 (do_write): Delete.
6198
6199 * remote-sds.c (interrupt_query): Call throw_reason instead of
6200 throw_exception.
6201 * remote-mips.c (mips_error, mips_kill): Ditto
6202 * ocd.c (interrupt_query): Ditto.
6203 * nto-procfs.c (interrupt_query): Ditto.
6204 * monitor.c (monitor_interrupt_query): Ditto.
6205
6206 2005-01-14 Jeff Johnston <jjohnstn@redhat.com>
6207
6208 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
6209
6210 2005-01-14 Andrew Cagney <cagney@gnu.org>
6211
6212 * exceptions.h (catch_exceptions): Delete errstring parameter.
6213 (catch_exceptions_with_msg): Ditto.
6214 * exceptions.c (catch_exceptions_with_msg): Update.
6215 (catch_exceptions): Update.
6216 * symfile-mem.c (add_vsyscall_page): Update.
6217 * frame.c (get_current_frame): Update.
6218 * wrapper.c (gdb_value_struct_elt): Update.
6219 * exceptions.c (catch_exceptions): Update.
6220 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
6221 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
6222 * remote-fileio.c (remote_fileio_request): Update.
6223
6224 * exceptions.h (exception_fprintf): Declare.
6225 (exception_print): Drop pre_print parameter.
6226 * mi/mi-main.c (mi_execute_command): Update exception_print call.
6227 * cli/cli-interp.c (safe_execute_command): Update exception_print
6228 call.
6229 * remote.c (remote_open_1): Instead of passing an error prefix to
6230 catch_exceptions, use catch_exceptions and exception_fprintf.
6231 (remote_start_remote): Change return type to void.
6232 * breakpoint.c (insert_bp_location): Instead of passing an error
6233 prefix to catch_exceptions, use catch_exceptions and
6234 exception_fprintf.
6235 (insert_catchpoint): Change return type to void.
6236 (break_command_1): Update exception_print call.
6237 * exceptions.c (exception_fprintf): New function.
6238 (print_exception): New function.
6239 (exception_print): Use print_exception.
6240
6241 * utils.c (error_output_message): Delete function.
6242 * defs.h (error_output_message): Delete declaration.
6243
6244 * linespec.c (symtab_from_filename, decode_variable): Use
6245 throw_error instead of error_silent.
6246 * breakpoint.c (do_captured_parse_breakpoint): Change return type
6247 to void.
6248 (break_command_1): Use catch_exception and check the error return
6249 status.
6250 * exceptions.c (throw_error): New function.
6251 (throw_vsilent): Delete function.
6252 * exceptions.h (throw_error): Declare.
6253 (throw_vsilent): Delete declaration.
6254 * utils.c (error_silent): Delete function.
6255 * defs.h (error_silent): Delete declaration.
6256
6257 * mi/mi-main.c (mi_execute_command): Print the exception.
6258 * cli/cli-interp.c (safe_execute_command): Print the exception.
6259 * exceptions.h (exception_print): Declare.
6260 * exceptions.c (struct catcher): Add field print_message.
6261 (catcher_init): Add parameter print_message, store in the catcher
6262 struct.
6263 (print_and_throw): Only print the message when print_message.
6264 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
6265 catcher_init.
6266 (catch_exception): Pass print_message=0 to catcher_init.
6267
6268 * varobj.c (varobj_create): Add missing \n.
6269
6270 2005-01-13 Michael Snyder <msnyder@redhat.com>
6271
6272 * cli/cli-decode.h: Whitespace tweaks.
6273 * wince.c: Whitespace tweaks.
6274 * uw-thread.c: Whitespace tweaks.
6275 * utils.c: Whitespace tweaks.
6276 * tracepoint.[ch]: Whitespace tweaks.
6277 * solist.h: Whitespace tweaks.
6278
6279 2005-01-13 Andrew Cagney <cagney@gnu.org>
6280
6281 * exceptions.h (struct exception): Make message const.
6282 * mi/mi-main.c (mi_execute_command): Pass result.message directly
6283 to fputstr_unfiltered.
6284
6285 2005-01-13 Michael Snyder <msnyder@redhat.com>
6286
6287 * stack.c: Whitespace tweaks.
6288 * somsolib.[ch]: Whitespace tweaks.
6289 * solib-aix.c: Whitespace tweaks.
6290 * solib.c: Whitespace tweaks.
6291 * solib-frv.c: Whitespace tweaks.
6292 * solib.h: Whitespace tweaks.
6293 * solib-irix.c: Whitespace tweaks.
6294 * solib-som.c: Whitespace tweaks.
6295 * solib-sunos.c: Whitespace tweaks.
6296 * solib-svr4.[ch]: Whitespace tweaks.
6297 * ser-tcp.c: Whitespace tweaks.
6298 * ser-unix.c: Whitespace tweaks.
6299 * serial.h: Whitespace tweaks.
6300 * scm-valprint.c: Whitespace tweaks.
6301 * rs6000-tdep.c: Whitespace tweaks.
6302 * rs6000-nat.c: Whitespace tweaks.
6303 * remote.c: Whitespace tweaks.
6304
6305 2005-01-13 Andrew Cagney <cagney@gnu.org>
6306
6307 * defs.h (error_last_message, error_init): Delete declaration.
6308 * utils.c (fatal, vfatal): Call throw_vfatal.
6309 (error, verror): Call throw_verror;
6310 (do_write, error_stream_1): Delete function.
6311 (error_stream): Simplify, call error.
6312 (error_last_message, error_init, gdb_lasterr): Delete.
6313 (error_silent): Simplify, call throw_vsilent.
6314 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
6315 * main.c (captured_main): Delete call to error_init.
6316 * exceptions.c (throw_verror, throw_verror)
6317 (throw_vsilent): New functions.
6318 (do_write, print_and_throw): New functions.
6319 (last_message): New global.
6320 (throw_reason): Replace error_last_message with last_message.
6321 (catch_exceptions_with_msg): Dup the message.
6322 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
6323 Declare.
6324
6325 2005-01-13 Michael Snyder <msnyder@redhat.com>
6326
6327 * remote-st.c: Whitespace tweaks.
6328 * remote-sim.c: Whitespace tweaks.
6329 * remote-mips.c: Whitespace tweaks.
6330 * pa64solib.[ch]: Whitespace tweaks.
6331 * mdebugread.c: Whitespace tweaks.
6332 * main.c: Whitespace tweaks.
6333 * interps.c: Whitespace tweaks.
6334 * infrun.c: Whitespace tweaks.
6335 * infcmd.c: Whitespace tweaks.
6336 * hpux-thread.c: Whitespace tweaks.
6337 * hppa-hpux-tdep.c: Whitespace tweaks.
6338 * gdbcore.h: Whitespace tweaks.
6339 * gdbcmd.h: Whitespace tweaks.
6340 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
6341 * corefile.c: Whitespace tweaks.
6342 * completer.c: Whitespace tweaks.
6343 * coff-solib.c: Whitespace tweaks.
6344 * coff-solib.h: Whitespace tweaks.
6345 * cli-out.c: Whitespace tweaks.
6346 * breakpoint.c: Whitespace tweaks.
6347 * cli/cli-interp.c: Tweak comments, per coding standard.
6348
6349 2005-01-13 Andrew Cagney <cagney@gnu.org>
6350
6351 * breakpoint.c (gdb_breakpoint_query): Update, use
6352 catch_exceptions_with_msg.
6353 (do_captured_breakpoint): Add uiout parameter.
6354 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
6355 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
6356 gdb_thread_select. Return MI_CMD_ERROR instead of
6357 MI_CMD_CAUGHT_ERROR.
6358 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
6359 (enum captured_mi_execute_command_actions): Delete
6360 EXECUTE_COMMAND_DISPLAY_ERROR.
6361 (captured_mi_execute_command): Delete code handling
6362 MI_CMD_CAUGHT_ERROR.
6363 (mi_execute_command): Don't check for
6364 EXECUTE_COMMAND_DISPLAY_ERROR.
6365 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
6366 gdb_breakpoint_query.
6367 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
6368 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
6369 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
6370 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
6371 parameter.
6372 * thread.c (thread_command): Update call.
6373 (gdb_thread_select, gdb_list_thread_ids): Update, call
6374 catch_exceptions_with_msg.
6375
6376 * mi/mi-main.c (mi_execute_command): Use catch_exception,
6377 eliminate call to error_last_message.
6378 (captured_mi_execute_command): Change return type to void.
6379
6380 2005-01-12 Andrew Cagney <cagney@gnu.org>
6381
6382 * exceptions.c (exception_none): New variable.
6383 * Makefile.in: Update dependencies.
6384 * interps.c: Include "exceptions.h".
6385 (interpreter_exec_cmd, interp_exec): Update to return "struct
6386 exception"
6387 * exceptions.h (no_exception): Declare.
6388 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
6389 * mi/mi-interp.c: Include "exceptions.h".
6390 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
6391 'struct exception".
6392 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
6393 (do_captured_execute_command): Update to use catch_exception.
6394 * interps.h: Include "exceptions.h".
6395 (interp_exec_ftype, interp_exec): Return "struct exception".
6396
6397 * exceptions.h (throw_reason): Rename throw_exception.
6398 (enum errors, struct exception): Define.
6399 (catch_exception_ftype): Define.
6400 (catch_exception, throw_exception): Declare.
6401 * exceptions.c (throw_exception): Rewrite.
6402 (throw_reason): New function.
6403 (struct catcher, catcher_state_machine): Replace "reason" with
6404 "exception", delete "gdberrmsg".
6405 (catch_exception): New function.
6406 (catcher_init): Replace "gdberrmsg" parameter with "exception".
6407 (catch_errors, catch_exceptions_with_msg): Re-implement passing
6408 exception to catcher_init.
6409 * utils.c (error_silent, error_stream_1): Use throw_reason.
6410 (internal_verror, quit): Ditto.
6411 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
6412 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
6413 * remote.c (remote_open_1, interrupt_query): Ditto.
6414
6415 2005-01-12 Mark Kettenis <kettenis@gnu.org>
6416
6417 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
6418 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
6419 (i386fbsd_jmp_buf_reg_offset): New variable.
6420 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
6421 functions.
6422 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
6423 * Makefile.in (i386fbsd-tdep.o): Update dependency.
6424 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
6425
6426 * bsd-uthread.h: New file.
6427 * bsd-uthread.c: New file.
6428 * Makefile.in (bsd_uthread_h): New variable.
6429 (ALLDEPFILES): Add bsd-uthread.c.
6430 (bsd-uthread.o): New dependency.
6431
6432 * solib.h Update copyright year.
6433 (struct so_list): Forward declaration.
6434 (solib_read_symbols): New prototype.
6435 * solib.c (solib_read_symbols): New function.
6436 (solib_add): Call solib_read_symbols to read in symbols.
6437 (update_solib_list): Call observer_notify_solib_loaded.
6438
6439 * i386bsd-nat.c: Update copyright year. Don't include
6440 <sys/param.h> and <sys/user.h>.
6441 (register_u_addr, kernel_u_size): Remove functions.
6442 * config/i386/obsd.mh (NAT_FILE): Remove.
6443 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
6444 * config/i386/nm-obsd.h: Remove file.
6445
6446 2005-01-12 Andrew Cagney <cagney@gnu.org>
6447
6448 * exceptions.c: Include "gdb_string.h".
6449 (enum catcher_state, struct catcher): Define.
6450 (current_catcher): New global, replaces catch_return;
6451 (catch_return): Delete.
6452 (throw_exception): Use current_catcher->buf;
6453 (catcher_init, catcher_pop, catcher_state_machine): New functions.
6454 (catcher): Delete.
6455 (struct catch_errors_args): Delete.
6456 (do_catch_errors): Delete.
6457 (catch_exceptions): Replace body with call to
6458 catch_exceptions_with_msg.
6459 (catcher): Delete.
6460 (catch_exceptions_with_msg, catch_errors): Re-implement using
6461 catcher_state_machine.
6462
6463 * exceptions.h (enum return_reason, RETURN_MASK)
6464 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
6465 (return_mask, throw_exception, catch_exceptions_ftype)
6466 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
6467 (catch_command_errors_ftype, catch_command_errors): Move to
6468 exceptions.h.
6469 * exceptions.c, exceptions.h: New files.
6470 * top.c: Do not include <setjmp.h>.
6471 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
6472 (throw_exception, catcher, catch_exceptions)
6473 (catch_exceptions_with_msg, struct catch_errors_args)
6474 (do_catch_errors, catch_errors, struct captured_command_args)
6475 (do_captured_command, catch_command_errors): Move to exceptions.c.
6476 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
6477 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
6478 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
6479 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
6480 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
6481 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
6482 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
6483 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
6484 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
6485 * ada-valprint.c, ada-lang.c: Ditto.
6486 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
6487 exceptions.o. Update all dependencies.
6488
6489 2005-01-11 Mark Kettenis <kettenis@gnu.org>
6490
6491 * config/i386/nm-fbsd.h: Update copyright year.
6492 Don't include "config/nm-bsd.h".
6493 (KERNEL_U_SIZE): Remove macro.
6494 (kernel_u_size): Remove prototype.
6495
6496 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
6497 * config/vax/nm-nbsdaout.h: Remove file.
6498
6499 2005-01-10 Elena Zannoni <ezannoni@redhat.com>
6500
6501 * MAINTAINERS: Remove self from sh/sh64 maintainership.
6502
6503 2005-01-10 Andrew Cagney <cagney@gnu.org>
6504
6505 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
6506 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
6507 maintainer.
6508
6509 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
6510 changes to CRIS.
6511
6512 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
6513 COMMIT means can approve).
6514
6515 2005-01-10 Mark Kettenis <kettenis@gnu.org>
6516
6517 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
6518 (vax_register_u_offset): Make statuc.
6519 (_initialize_vax_nat): Construct and add target vector.
6520 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
6521 inftarg.o. Add inf-ptrace.o.
6522 * Makefile.in (vax-nat.o): Update dependencies.
6523
6524 * inf-ptrace.h: Update copyright year. Sync comment with
6525 inf-ptrace.c.
6526 (inf_ptrace_trad_target): New prototype.
6527 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
6528 "gdb_assert.h"
6529 (inf_ptrace_target): Add comment.
6530 (inf_ptrace+register_u_offset): New variable.
6531 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
6532 (inf_ptrace_store_register, inf_ptrace_store_registers)
6533 (inf_ptrace_trad_target): New functions.
6534 * Makefile.in (inf-ptrace.o): Update dependencies.
6535
6536 2005-01-09 Mark Kettenis <kettenis@gnu.org>
6537
6538 * configure.ac: Provide prerequisite headers when checking
6539 <link.h>, <sys/proc.h> and <sys/user.h>.
6540 * configure: Regenerate.
6541
6542 2005-01-08 Mark Kettenis <kettenis@gnu.org>
6543
6544 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
6545 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
6546
6547 2005-01-07 Mark Kettenis <kettenis@gnu.org>
6548
6549 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
6550 Don't include "tm-ia64.h".
6551 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
6552 * config/ia64/tm-ia64.h: Remove. Move contents ...
6553 * ia64-tdep.h: ... here. Update copyright year.
6554
6555 2005-01-07 Andrew Cagney <cagney@gnu.org>
6556
6557 * configure.ac: Rename configure.in, require autoconf 2.59.
6558 * configure: Re-generate.
6559
6560 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
6561 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
6562 to configdirs.
6563
6564 * configure.in: Replace configdirs with multiple references to
6565 AC_CONFIG_SUBDIRS.
6566 * configure: Re-generate.
6567
6568 2005-01-05 Andreas Schwab <schwab@suse.de>
6569
6570 * ia64-tdep.c: Include "osabi.h".
6571 (native_find_global_pointer): Delete.
6572 (ia64_find_global_pointer): Renamed from
6573 generic_elf_find_global_pointer.
6574 (FIND_GLOBAL_POINTER): Delete. Change all users to call
6575 ia64_find_global_pointer instead.
6576 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
6577 to ia64_linux_sigcontext_register_address and
6578 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
6579 (_initialize_ia64_tdep): Call gdbarch_register instead of
6580 deprecated register_gdbarch_init.
6581 (struct gdbarch_tdep): Remove find_global_pointer field and move
6582 to ...
6583 * ia64-tdep.h (struct gdbarch_tdep): ... here.
6584 (ia64_linux_sigcontext_register_address): Remove declaration.
6585 (ia64_linux_getunwind_table): Likewise.
6586 (ia64_linux_write_pc): Likewise.
6587 * ia64-linux-tdep.c: Include "osabi.h".
6588 (ia64_linux_sigcontext_register_address): Make static.
6589 (ia64_linux_write_pc): Likewise.
6590 (ia64_linux_init_abi): New.
6591 (_initialize_ia64_linux_tdep): New.
6592 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
6593 $(osabi_h).
6594
6595 2005-01-05 Kevin Buettner <kevinb@redhat.com>
6596
6597 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
6598 functions in ia64-aix-tdep.c.
6599 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
6600 function defined in ia64-aix-tdep.c.
6601 * ia64-aix-tdep.c: Remove file.
6602 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
6603 this list.
6604 * Makefile.in (ia64-aix-tdep.o): Delete.
6605
6606 2005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
6607
6608 Committed by Andrew Cagney.
6609 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
6610 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
6611 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
6612 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
6613 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
6614 * aix-thread.c (_initialize_aix_thread): Get rid of the
6615 deprecated_add_show_from_set call.
6616 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
6617 * arm-tdep.c (_initialize_arm_tdep): Ditto.
6618 * command.h (add_setshow_enum_cmd): Add arguments for returning
6619 new list elements.
6620 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
6621 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
6622 add_setshow_enum_cmd.
6623
6624 2005-01-04 Mark Kettenis <kettenis@gnu.org>
6625
6626 * configure.host (ia64-*-aix*): Remove.
6627 * configure.tgt (ia64-*-aix*): Remove.
6628 * config/ia64/aix.mh: Remove file.
6629 * config/ia64/aix.mt: Remove file.
6630 * config/ia64/tm-aix.h: Remove file.
6631 * ia64-aix-nat.c: Remove file.
6632 * Makefile.in (ia64-aix-nat.o): Remove dependency.
6633
6634 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
6635 Add back inf-ptrace.o.
6636
6637 2005-01-04 Andrew Cagney <cagney@gnu.org>
6638
6639 * version.in: Change format from 6.3.50_2005-01-04-cvs to
6640 6.3.50.20050104-cvs.
6641
6642 2005-01-04 Andreas Schwab <schwab@suse.de>
6643
6644 * breakpoint.c (break_command_1): Always free err_msg before
6645 returning when an exception was caught.
6646
6647 2005-01-01 Joel Brobecker <brobecker@gnat.com>
6648
6649 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
6650 in register number for addil instruction.
6651
6652 For older changes see ChangeLog-2004.
6653 \f
6654 Local Variables:
6655 mode: change-log
6656 left-margin: 8
6657 fill-column: 74
6658 version-control: never
6659 End:
This page took 0.167983 seconds and 4 git commands to generate.