Age | Commit message (Expand) | Author | Files | Lines |
2002-08-14 | * configure.in: Move SUBDIRS to near top of the file so that | Keith Seitz | 1 | -1/+4 |
2002-07-09 | Define HAVE_SYS_PROC_H if sys/proc.h exists | Joel Brobecker | 1 | -1/+1 |
2002-06-21 | * gdb_locale.h: New file. | Tom Tromey | 1 | -2/+3 |
2002-05-11 | From Christian Limpach <chris@Pin.LU> | Jason Thorpe | 1 | -1/+2 |
2002-04-11 | 2002-04-11 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -0/+1 |
2002-04-04 | * configure.in: Call AC_C_INLINE. | Jim Blandy | 1 | -0/+1 |
2002-03-15 | * configure.in: Detect declaration for canonicalize_file_name. | Richard Henderson | 1 | -1/+1 |
2002-03-06 | * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX. | Alexandre Oliva | 1 | -0/+17 |
2002-02-24 | Zap lin-thread.c | Andrew Cagney | 1 | -1/+1 |
2002-02-23 | * configure.in: (AC_CHECK_FUNCS) Added test for | Andrew Cagney | 1 | -2/+2 |
2002-02-14 | 2002-02-14 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -7/+14 |
2002-01-20 | Remove assumption that there is a host. | Andrew Cagney | 1 | -1/+8 |
2002-01-05 | Don't include <endian.h> | Andrew Cagney | 1 | -1/+1 |
2002-01-05 | * acconfig.h (HAVE_PT_GETXMMREGS): New. | Jason Thorpe | 1 | -1/+14 |
2001-12-21 | * configure, config.in: Rebuilt. | Tom Tromey | 1 | -1/+1 |
2001-12-07 | 2001-12-07 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 1 | -1/+1 |
2001-11-05 | * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES | Jim Blandy | 1 | -2/+4 |
2001-10-31 | Fix -W... flags check. | Andrew Cagney | 1 | -5/+4 |
2001-09-06 | From Ian Roxborough <irox@redhat.com> | Keith Seitz | 1 | -21/+3 |
2001-08-27 | * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some | Mark Kettenis | 1 | -2/+3 |
2001-08-16 | * configure.in (GDBTK_SRC_DIR): We must have autoconf | Keith Seitz | 1 | -0/+8 |
2001-07-30 | * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling. | Daniel Jacobowitz | 1 | -1/+18 |
2001-07-27 | Added dependency on tcl/tk libraries. | John R. Moore | 1 | -0/+29 |
2001-07-23 | * configure.in (AC_CHECK_FUNCS): Add setpggrp. | Mark Kettenis | 1 | -1/+2 |
2001-07-12 | * configure.in: Add check for sigsetjmp. | Mark Kettenis | 1 | -0/+11 |
2001-06-28 | Build MI by default. | Andrew Cagney | 1 | -1/+2 |
2001-06-22 | * configure.in: include nlist.h when checking for member som_addr | J.T. Conklin | 1 | -0/+3 |
2001-03-31 | * i386bsd-nat.c: Include "gdb_assert.h". | Mark Kettenis | 1 | -3/+17 |
2001-03-28 | Gag -Wuninitialized warnings. | Andrew Cagney | 1 | -2/+2 |
2001-03-23 | 2001-03-23 David Smith <dsmith@redhat.com> | David Smith | 1 | -5/+5 |
2001-03-20 | Conditionally include nlist.h in solib-legacy.c for older *BSD systems. | Kevin Buettner | 1 | -1/+1 |
2001-03-19 | Fix solib support so that non-svr4-solib-host x svr4-solib-target will work. | Kevin Buettner | 1 | -13/+62 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -2/+2 |
2001-03-06 | Configury changes for AIX5/IA-64. | Kevin Buettner | 1 | -1/+8 |
2001-02-14 | * configure.in (AC_CHECK_HEADERS): Add sys/file.h. | Michael Sokolov | 1 | -2/+3 |
2001-01-31 | Cleanup autoconfigury of vfork(). | Andrew Cagney | 1 | -1/+2 |
2001-01-19 | Drop -Wuninitialized until GDB compiles with it. | Andrew Cagney | 1 | -1/+1 |
2000-12-21 | 2000-12-20 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -5/+5 |
2000-12-20 | 2000-12-20 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -0/+23 |
2000-12-11 | 2000-12-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -3/+5 |
2000-12-11 | 2000-12-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -6/+7 |
2000-12-11 | 2000-12-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -3/+3 |
2000-12-11 | 2000-12-11 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -5/+5 |
2000-12-02 | Add check for vfork() to configure.in. Cleanup uses. | Andrew Cagney | 1 | -1/+1 |
2000-12-01 | 2000-12-01 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -0/+34 |
2000-11-24 | Add --enable-gdb-build-warnings=... to configure{,.in}. | Andrew Cagney | 1 | -2/+18 |
2000-09-11 | Fix HAVE_STRUCT_LINK_MAP32 configure test. | Kevin Buettner | 1 | -10/+3 |
2000-08-30 | 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 1 | -0/+23 |
2000-08-10 | Adapt support for SSE registers in Linux/x86 for Linux 2.4. | Mark Kettenis | 1 | -16/+10 |
2000-08-02 | Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 1 | -14/+28 |