aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2000-02-132000-02-10 J.T. Conklin <jtc@redback.com>Jim Kingdon7-89/+1501
* 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-13Explain how to contribute to GDB.Andrew Cagney2-0/+150
2000-02-12Maintenance - update djgpp, powerpc maintainers. Add some check-inAndrew Cagney2-3/+17
after approval maintainers.
2000-02-12Reformat only.Andrew Cagney2-22/+67
2000-02-12 * uw-thread.c: Remove __FUNCTION__ GNUism.Nicholas Duffek2-5/+10
2000-02-122000-02-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+1
* ChangeLog: Tiny whitespace removal to test modification to logger scripts.
2000-02-112000-01-17 Amit S. Kale <akale@veritas.com>Jim Kingdon2-2/+8
* 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-112000-02-09 Mark Kettenis <kettenis@gnu.org>Jim Kingdon2-19/+57
* gnu-nat.c (proc_string): Make global. (do_mach_notify_dead_name): Suppress dead name notifications if we know that the task is dead. 1999-12-13 Mark Kettenis <kettenis@gnu.org> * gnu-nat.c (inf_validate_task_sc): Get task info via proc server instead of directly from the kernel. Add some hackery to make sure that the info isn't influenced by suspension of the task in the proc server itself.
2000-02-10 * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson andJim Kingdon2-0/+6
approved by Michael Snyder.
2000-02-10From Mark Kettenis: Re-order #includes. defs.h is always first.Andrew Cagney2-1/+5
2000-02-09Update nindy files - #include "gdb_wait.h" instead of "wait.h".Andrew Cagney3-2/+3
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney51-128/+224
2000-02-09Stop GDB mis-aligning the stack when doing inferior function calls.Andrew Cagney3-0/+17
2000-02-09From JTC: Reduce default remote_timeout to two. Flush defunct code.Andrew Cagney3-17/+26
2000-02-09From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.cAndrew Cagney4-4/+10
(handle_exception): Return E01 instead of P01 when 'P' command fails.
2000-02-09From JTC: Handle NAK from target stub.Andrew Cagney2-0/+8
2000-02-082000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni4-2/+15
* configure.in: Remove the addition of sol-thread.c to the CONFIG_INITS list. This caused problems with init.c, because sol-thread.c would be grepped twice for _initialize_* functions. * configure: Ditto. * Makefile.in: Add FIXME for init.c.
2000-02-08 Clean up compiler warnings:Jim Kingdon16-28/+41
* bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c, stack.c, valprint.c: Change variables to unsigned. * bcache.c: Rearrange to avoid warnings about variables not being set. * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h rather than declaring print_max and repeat_count_threashold ourselves (incorrectly). * valprint.h: Do declare repeat_count_threashold. * ch-exp.c: Use default case for internal error. * findvar.c: Don't omit argument type. * symtab.c: Remove unused variable.
2000-02-082000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda14-8100/+0
* gdb/config/i386/windows.mh, gdb/doc/GDBvn.texi, gdb/doc/remote.texi, gdb/testsuite/gdb.base/README, gdb/testsuite/gdb.base/crossload.exp, gdb/testsuite/gdb.base/i486-elf.u, gdb/testsuite/gdb.base/i860-elf.u, gdb/testsuite/gdb.base/m68k-aout.u, gdb/testsuite/gdb.base/m68k-aout2.u, gdb/testsuite/gdb.base/m68k-elf.u, gdb/testsuite/gdb.base/mips-ecoff.u, gdb/testsuite/gdb.base/sparc-aout.u, gdb/testsuite/gdb.base/sparc-elf.u, gdb/tui/Makefile, readline/ChangeLog: These files have been removed over the course of the last year, but weren't cvs removed from the old GDB repository on sourceware.
2000-02-072000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-2/+2
* ChangeLog: Whitespace change to check cvs logging mechanism.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+1
* ChangeLog: Another whitespace tweak test.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-3/+3
* ChangeLog: Whitespace change checkin to test new cvs logging mechanism.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-7/+7
* gdb/ChangeLog: Whitespace change to test cvs logging. * sim/ChangeLog: Ditto, but in a separate dir.
2000-02-07import insight-2000-02-04 snapshot (2nd try)Jason Molenda15-0/+2040
2000-02-05import gdb-2000-02-04 snapshotJason Molenda19-354/+550
2000-02-03import gdb-2000-02-02 snapshotJason Molenda36-314/+6340
2000-02-02removed in 2000-02-01 snapshot.Jason Molenda2-604/+0
2000-02-02import gdb-2000-02-01 snapshotJason Molenda89-656/+1329
2000-02-01import gdb-2000-01-31 snapshotJason Molenda35-1201/+1622
2000-01-26import gdb-2000-01-26 snapshotJason Molenda1-1/+1
2000-01-25* proc_api.c proc_events.c proc_flags.c proc_why.c: Removed inJason Molenda4-3002/+0
gdb-2000-01-24 snapshot.
2000-01-25import gdb-2000-01-24 snapshotJason Molenda14-50/+3311
2000-01-18import gdb-2000-01-17 snapshotJason Molenda21-166/+1424
2000-01-11import gdb-2000-01-10 snapshotJason Molenda29-725/+1167
2000-01-11import gdb-2000-01-10 snapshotJason Molenda1-0/+9
2000-01-06import gdb-2000-01-05 snapshotJason Molenda43-14101/+16762
2000-01-06These files removed in July by this change:Jason Molenda2-252/+0
1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable. * gdb.base/annota2.cc, annota2.exp: Move from here. * gdb.c++/annota2.cc, annota2.exp: To here. * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
1999-12-22import gdb-1999-12-21 snapshotJason Molenda66-1954/+6195
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-33/+63
1999-12-14import gdb-1999-12-13 snapshotJason Molenda60-376/+1143
1999-12-08import gdb-1999-12-07 snapshotJason Molenda12-439/+508
1999-12-07import gdb-1999-12-06 snapshotJason Molenda93-985/+10141
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-143/+304
1999-11-171999-11-16 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-199/+0
* gdb.base/compiler.c gdb.base/dollar.exp gdb.c++/compiler.cc: Files removed in gdb-1999-11-16 snapshot.
1999-11-17import gdb-1999-11-16 snapshotJason Molenda37-844/+847
1999-11-09import gdb-1999-11-08 snapshotJason Molenda54-538/+1659
1999-11-02These files removed in gdb-19991101 snapshot.Jason Molenda3-224/+0
1999-11-02import gdb-1999-11-01 snapshotJason Molenda53-382/+2246
1999-10-26import gdb-1999-10-25 snapshotJason Molenda13-172/+380
1999-10-19Remove generated parsers, expect bison to be presentStan Shebs4-9322/+0