8883511eb0
Changes for GNU/Linux PPC native gdb port.
2000-02-22 01:27:35 +00:00
223b8554ec
Changes for GNU/Linux PPC native gdb port.
2000-02-22 01:21:06 +00:00
c877c8e605
Changes for GNU/Linux PPC native port of gdb.
2000-02-22 01:20:32 +00:00
2559291b00
Changes for GNU/Linux PPC native port.
2000-02-22 01:17:29 +00:00
70f0cc22b6
*** empty log message ***
2000-02-21 22:15:09 +00:00
750334d754
2000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
From Philippe De Muyter <phdm@macqel.be>
* event-loop.c (handle_file_event): In case of poll, enable
printing of informational message if an error/exception is
detected on the file descriptor.
2000-02-21 15:56:37 +00:00
2403ff6fdb
* MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages.
2000-02-21 06:13:23 +00:00
91b9ff2179
Include "expression.h" which "language.h" depends on.
2000-02-21 03:04:19 +00:00
f7cb3ef862
Include "language.h" for longest_local_hex_string_custom().
2000-02-21 02:51:07 +00:00
0596389cd2
Update gdbarch.sh so that it generates code including <gdb_wait.h>.
2000-02-21 00:21:51 +00:00
f5bca8e789
Add more maintainers. Expand the ARM related maintainers.
2000-02-21 00:15:55 +00:00
538aae9db5
Add paragraph on multiple maintainers.
2000-02-20 23:52:58 +00:00
55555bbca2
2000-02-19 Philippe De Muyter <phdm@macqel.be>
...
* cli-out.c (cli_table_header): Type of parameter `alignment' is
`enum ui_align', not `int'.
(cli_field_string, cli_field_skip): Likewise.
2000-02-20 18:23:31 +00:00
2dd67478f5
*** empty log message ***
2000-02-18 23:34:44 +00:00
dea753cd34
*** empty log message ***
2000-02-18 22:19:31 +00:00
9a90a84581
*** empty log message ***
2000-02-18 22:16:16 +00:00
59527da01e
* buildsym.h (add_free_pendings): Declare.
...
* buildsym.c (add_free_pendings): New function.
(make_blockvector): 32x64 fix using longest_local_hex_string().
(start_subfile): initialize variable 'subfile'.
2000-02-18 22:15:46 +00:00
cca728d0c9
2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* remote.c (remote_async_detach): Use target_mourn_inferior(), to
make sure that all is cleaned up after we disconnect from the
target.
(remote_detach): Ditto.
2000-02-18 17:00:18 +00:00
418156660d
2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
Add the patcher separator line between two same-day patches
(emacs thinks that they are not necessary).
2000-02-17 20:11:15 +00:00
b8d86de35c
2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
From Rodney Brown <RodneyBrown@pmsc.com>
* ui-out.c (ui_out_set_flags): Fix typo, removing warning and
potentially harming mistake.
2000-02-17 20:08:48 +00:00
e8b09175c1
2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* arm-tdep.c: Use header file instead of extern declarations for
the {get,set}_arm_regname* functions.
2000-02-17 19:51:04 +00:00
d45b9300fc
2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* configure.in: Replaces obsolete gdbtk-variable.c with
gdbtk-varobj.c.
* configure: Regenerate.
* Makefile.in: Remove obsolete/extraneous references to
gdbtk-var* files.
2000-02-16 23:35:19 +00:00
e95a43adc3
2000-02-16 Mark Kettenis <kettenis@gnu.org>
...
* target.c (do_target_signal_to_host): Do not use REALTIME_LO in
the conversion of the signal number. TARGET_SIGNAL_REALTIME_33 is
33 by definition, whereas REALTIME_LO might be 32 on systems that
have SIG32 such as Linux. Make sure that the signal number
returned is within the range specified by REALTIME_LO and
REALTIME_HI.
2000-02-16 22:26:12 +00:00
7433da2265
2000-02-16 Mark Kettenis <kettenis@gnu.org>
...
* configure: Regenerated.
2000-02-16 22:21:18 +00:00
3862412b5d
2000-02-16 Mark Kettenis <kettenis@gnu.org>
...
* configure: Regenerated.
2000-02-16 22:01:29 +00:00
bc90b915f7
2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
...
* arm-tdep.c (set_disassembly_flavor, arm_othernames,
_initialize_arm_tdep): Allows the user to choose between any of
the flavors available for the disassembly to be used in the "info
reg" command and elsewhere in gdb. It prevents having to maintain
this information in two places by using the data kept in the
opcodes directory.
2000-02-16 20:17:50 +00:00
83d37ec863
2000-02-09 Mark Kettenis <kettenis@gnu.org>
...
* configure.in: Check for lwpid_t, psaddr_t, prgregset_t and
prfpregset_t in <sys/procfs.h>.
* config.in: Add HAVE_LWPID_T, HAVE_PSADDR_T, HAVE_PRGREGSET_T,
HAVE_PRFPREGSET_T.
* gdb_proc_service.h: Only provide typedefs for lwpid_t, psaddr_t,
prgregset_t and prfpregset_t if they are not already present.
2000-02-16 13:45:24 +00:00
eeefac92e7
From Rodney Brown: Define MERGEPID when needed.
2000-02-16 08:02:57 +00:00
1a645206d4
2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
...
* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not
'do-doc'.
2000-02-16 04:45:41 +00:00
3555de0156
2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
...
* Makefile.in (diststuff): New target.
2000-02-16 04:44:55 +00:00
90a3d8f2b7
Note author of previous change.
2000-02-16 04:40:21 +00:00
5e35df8e62
Fix wording regarding Intel's IA-64 architecture.
2000-02-16 04:11:25 +00:00
e6f9e5140d
* gdb.base/break.exp ("breakpoint line number"): Make sure the
...
default source file is set properly before running this test.
2000-02-16 00:11:07 +00:00
f6077098c9
AIX 4.3 changes.
2000-02-15 21:17:04 +00:00
70d5406d75
* elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. A
...
sym->section->index number is not a SECT_OFF_* code.
2000-02-15 04:48:23 +00:00
168770df11
Add H.J. Lu to check-in after approval list.
2000-02-15 01:23:15 +00:00
e18ef0bde6
Add ChangeLog entry which had been omitted in checkin of Mark Kettenis
...
changes last week.
2000-02-14 19:17:52 +00:00
853819b8a1
2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
...
* lib/gdb.exp: Tell the testsuite that now gdbtk is in the
gdbtk/library directory, not in gdbtcl2.
2000-02-14 19:12:30 +00:00
031d1bf1b8
Remove extraneous code.
2000-02-14 18:43:48 +00:00
2bc8a45718
2000-02-14 Amit S. Kale <akale@veritas.com>
...
* elfread.c (elf_symtab_read): Move the use of sym to after where
it is set.
Checked in by Jim Kingdon <kingdon@redhat.com>
2000-02-14 15:27:28 +00:00
0c566c2e6c
Nick Duffek is the UnixWare threads maintainer.
2000-02-14 04:42:15 +00:00
3ca72b44a8
From Jason Merrill: (die_is_declaration): New fn..
2000-02-14 04:37:06 +00:00
4d9ab7f6c1
Correct missing ChangeLog entry.
2000-02-13 01:19:33 +00:00
d6e9fb0513
2000-02-10 J.T. Conklin <jtc@redback.com>
...
* config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
* configure.tgt (i[3456]86-*-netbsd*): add gdbserver to
configdirs.
* gdbserver/low-nbsd.c: New file.
* gdbserver/Makefile.in: convert to autoconf.
* gdbserver/configure.in: likewise.
* gdbserver/configure: generate.
2000-02-13 01:06:58 +00:00
41c8e0096b
Explain how to contribute to GDB.
2000-02-13 00:22:01 +00:00
15929d056e
Maintenance - update djgpp, powerpc maintainers. Add some check-in
...
after approval maintainers.
2000-02-12 23:55:14 +00:00
5185fdd7b6
Reformat only.
2000-02-12 23:19:53 +00:00
f086451a32
* uw-thread.c: Remove __FUNCTION__ GNUism.
2000-02-12 06:08:10 +00:00
6d05b4a653
2000-02-11 Jason Molenda (jsm@bugshack.cygnus.com)
...
* ChangeLog: Tiny whitespace removal to test modification to
logger scripts.
2000-02-12 04:28:52 +00:00
fa292f2358
2000-01-17 Amit S. Kale <akale@veritas.com>
...
* elfread.c (elf_symtab_read): Use offset for the section in which a
symbol resides, instead of .text section for calculating address of a
symbol.
Checked in by Jim Kingdon <kingdon@redhat.com>
2000-02-11 19:37:06 +00:00