Commit Graph

33705 Commits

Author SHA1 Message Date
gdbadmin
23e2c2e435 *** empty log message *** 2002-04-21 00:00:02 +00:00
gdbadmin
69a73b8c96 *** empty log message *** 2002-04-20 00:00:35 +00:00
Eli Zaretskii
764097588e (Releasing GDB, Coding): Fix typos. 2002-04-19 19:37:04 +00:00
Eli Zaretskii
83299b68d4 Update README for DJGPP. 2002-04-19 19:21:35 +00:00
Eli Zaretskii
76977e3ce4 (store_register): Cast &a_tss to `char *', to avoid compiler warning. 2002-04-19 19:15:44 +00:00
gdbadmin
69b003fced *** empty log message *** 2002-04-19 00:00:34 +00:00
gdbadmin
34a9d131c0 Re-apply cvs appendage 2002-04-18 23:35:18 +00:00
gdbadmin
3fd2aaf0cb Bump to 5.1.91 2002-04-18 23:34:44 +00:00
gdbadmin
6a65823cff *** empty log message *** 2002-04-18 00:00:05 +00:00
gdbadmin
92c76da162 *** empty log message *** 2002-04-17 00:00:08 +00:00
gdbadmin
a176c377ff *** empty log message *** 2002-04-16 00:00:06 +00:00
Andrew Cagney
ea3a2c8854 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems. 2002-04-15 21:30:15 +00:00
Pierre Muller
b7904af1ca 22002-04-15 Pierre Muller <muller@ics.u-strasbg.fr>
Merge from trunk:

	2002-04-09  Pierre Muller  <muller@ics.u-strasbg.fr>


	* p-exp.y (yylex): Handle also the fact that is_a_field_of_this
	is non zero as a found symbol.
2002-04-15 07:51:34 +00:00
Andrew Cagney
198214ad45 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
Update copyright.
2002-04-15 05:22:18 +00:00
Andrew Cagney
330365cce4 * hpread.c (hpread_get_lntt): Add declaration.
Also fix PR gdb/391.
2002-04-15 04:52:19 +00:00
Andrew Cagney
4a1a48e43d * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
* aclocal.m4, configure: Re-generate.
Fix PR gdb/391.
2002-04-15 04:28:49 +00:00
Andrew Cagney
ad36db4705 From mainline: 2002-03-06 Jim Blandy <jimb@redhat.com>
* splay-tree.c (splay_tree_xmalloc_allocate,
splay_tree_xmalloc_deallocate): Use K&R-style definitions, not
prototyped definitions.  Mark `data' arguments as unused.
2002-04-15 04:15:16 +00:00
Elena Zannoni
a10c0d6487 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
* MAINTAINERS (sh-elf): Change warning flag to ,-Werror.
2002-04-15 02:00:09 +00:00
Elena Zannoni
542b37f9e4 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
* remote-e7000.c (write_small, e7000_read_inferior_memory,
        e7000_read_inferior_memory_large, e7000_insert_breakpoint,
        e7000_remove_breakpoint): Use paddr_nz() to print addresses.
2002-04-15 01:50:45 +00:00
gdbadmin
300b7528fa *** empty log message *** 2002-04-15 00:00:02 +00:00
gdbadmin
3eb490a02e *** empty log message *** 2002-04-14 00:00:32 +00:00
gdbadmin
fc9bf53a58 *** empty log message *** 2002-04-13 00:00:33 +00:00
gdbadmin
06092c0963 *** empty log message *** 2002-04-12 00:00:03 +00:00
gdbadmin
f768db69ab *** empty log message *** 2002-04-11 00:00:33 +00:00
Michal Ludvig
e32772df99 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
(PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
	(kernel_u_size): Added.
	* config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
	(PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
2002-04-10 12:53:46 +00:00
gdbadmin
412fce9091 *** empty log message *** 2002-04-10 00:00:34 +00:00
Pierre Muller
bb4949dafb 2002-04-08 Pierre Muller <muller@ics.u-strasbg.fr>
from 2002-03-22  Christopher Faylor  <cgf@redhat.com> patch
	in main branch.
	* win32-nat.c (child_create_inferior): Check for proper shell to use
	here, in case the user changes it on the fly.
	(_initialize_inftarg): Remove shell path considerations.
2002-04-09 08:42:57 +00:00
gdbadmin
a6eed80795 *** empty log message *** 2002-04-09 00:00:03 +00:00
gdbadmin
63e3b9dd86 *** empty log message *** 2002-04-08 00:00:02 +00:00
Andrew Cagney
e76be52777 I believe Jeff Law denies responsability for this one:
* config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
* config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
Work-around for PR gdb/366.
2002-04-07 22:30:16 +00:00
Andrew Cagney
73718aae12 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
is greater or equal to 4.3.3.
* configure: Re-generate.
2002-04-07 21:49:50 +00:00
Andrew Cagney
72717402be Import 2002-03-06 Chris Demetriou <cgd@broadcom.com>
* mips-opc.c (mips_builtin_opcodes): Mark "pref" as being
present on I4.
* mips-opc.c (mips_builtin_opcodes): Add "movn.ps" and "movz.ps".
2002-04-07 21:35:58 +00:00
Andrew Cagney
bcece74941 Import 2002-03-11 Chris Demetriou <cgd@broadcom.com>
* mips-dis.c (is_newabi): Fix ABI decoding.
2002-04-07 21:31:49 +00:00
Andrew Cagney
5ef3001492 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
maintainer.
2002-04-07 21:24:07 +00:00
Andrew Cagney
42712dcd31 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
(do-tar, do-bz2): New rules.
(taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
(gdb-tar): New rule.
(gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
(insight_dejagnu.tar): New rule.
(insight.tar): New rule.
(gdb+dejagnu.tar): New rule.
(gdb.tar): New rule.
2002-04-07 20:56:32 +00:00
Andrew Cagney
3c16a26f4d * README (Reporting Bugs in GDB): Document the bug web page as the
prefered way of submitting bugs.
Fix PR gdb/402.

* gdb.texinfo (Bug Reporting): Document that the web is the
prefered way of submitting bug reports.
(Bug Reporting): Delete the s-mail address as the last resort.
2002-04-07 18:59:15 +00:00
Michael Chastain
c27c0be38e 2002-04-07 Michael Chastain <mec@shout.net>
Merge from HEAD to fix PR gdb/381:

	2002-04-04  Daniel Jacobowitz  <drow@mvista.com>

	* mi-cmd-disas.c (mi_cmd_disassemble): Skip end-of-function
 	markers in the line table.
2002-04-07 15:15:50 +00:00
gdbadmin
76f438c8af *** empty log message *** 2002-04-07 00:00:03 +00:00
Andreas Schwab
7c5ed3465e * m68klinux-nat.c (fill_fpregset): Properly pass address of
buffer to regcache_collect.
2002-04-06 23:43:58 +00:00
gdbadmin
fc594a441d *** empty log message *** 2002-04-06 00:00:33 +00:00
gdbadmin
9a0b94cf10 *** empty log message *** 2002-04-05 00:00:33 +00:00
Daniel Jacobowitz
0520bb6990 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
Merge from trunk:

        2002-03-17  Daniel Jacobowitz  <drow@mvista.com>

        * dbxread.c (process_one_symbol): Extend the first N_SLINE
        in a function to cover the entire beginning of the function
        as well if it does not already.
2002-04-04 22:33:49 +00:00
Michal Ludvig
9a163524bb * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI change sync with glibc. 2002-04-04 14:21:35 +00:00
gdbadmin
855cf05994 *** empty log message *** 2002-04-04 00:00:32 +00:00
gdbadmin
982187bd7c *** empty log message *** 2002-04-03 00:00:03 +00:00
gdbadmin
ec17d83578 *** empty log message *** 2002-04-02 00:00:33 +00:00
Daniel Jacobowitz
98f856d429 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
* rs6000-tdep.c: Change #include of "bfd/libcoff.h"
        and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
2002-04-01 06:01:46 +00:00
gdbadmin
5f01587b61 *** empty log message *** 2002-04-01 00:00:03 +00:00
gdbadmin
a58c98d247 *** empty log message *** 2002-03-31 00:00:33 +00:00
gdbadmin
c5dff6c86b *** empty log message *** 2002-03-30 00:00:33 +00:00