Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-02 | Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 1 | -23/+49 | |
* configure.in (targetfile): Ignore TM_FILE, don't just issue warning. (tm_h, xm_h, nm_h, GDB_TM_FILE, GDB_XM_FILE, GDB_NM_FILE): Define. * acconfig.h (GDB_XM_FILE, GDB_TM_FILE, GDB_NM_FILE): Add. * config/nm-empty.h: Delete. * defs.h (xm.h, nm.h, tm.h): Only include when GDB_XM_FILE, GDB_NM_FILE or GDB_TM_FILE defined. * Makefile.in (defs_h): Replace tm.h, xm.h and nm.h with tm_h, xm_h and nm_h macro that are defined by configure. (tm_h, xm_h, tm_h): New. * configure, config.in: Regenerate * TODO: Update. | |||||
2000-07-27 | Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional. | Andrew Cagney | 1 | -9/+43 | |
2000-07-05 | Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*. | Andrew Cagney | 1 | -49/+50 | |
2000-07-05 | Check for <sys/poll.h>. | Andrew Cagney | 1 | -193/+194 | |
2000-06-12 | Set SER_HARDWIRE using autoconf instead of via XDEPFILES. Include | Andrew Cagney | 1 | -48/+57 | |
ser-tcp.o by default. | |||||
2000-06-11 | Trim targ_arches to just the first. | Andrew Cagney | 1 | -211/+214 | |
2000-06-09 | 2000-06-08 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 1 | -1/+1 | |
* configure.in: Replace misplaced CONFIG_ADD by the correct CONFIG_CLEAN. * configure, config.in: Regenerate. | |||||
2000-06-08 | Use config.bfd to determine the default architecture and byte order. | Andrew Cagney | 1 | -327/+355 | |
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value. | |||||
2000-06-07 | 2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 1 | -1/+1 | |
* configure.in: Enable autoconf to find curses.h on Solaris 2.8. * configure: Regenerate. | |||||
2000-06-05 | * acconfig.h, configure.in, i386bsd.c (HAVE_STRUCT_REG_R_FS): | Mark Kettenis | 1 | -350/+339 | |
Renamed from HAVE_R_FS. (HAVE_STRUCT_REG_GS): Renamed from HAVE_R_GS. * configure, config.in: Regenerated. | |||||
2000-06-03 | * win32-nat.c: Fix up gcc warnings throughout. | Christopher Faylor | 1 | -53/+48 | |
(handle_load_dll): Change DLL name to lower case. (handle_exception): Add a second argument indicating whether a breakpoint should be ignored. Return a 0 if the breakpoint was ignored. (get_child_debug_event): Pass argument to handle_exception to control whether a breakpoint should be ignored. (child_create_inferior): Use modern cygwin API. Explicitly clear last_sig. Pass FIRST_EXCEPTION to get_child_debug_event for detection of first breakpoint. * configure.in: Eliminate unneeded WINDRES/DLLTOOL tests left over after last change. * configure: Regenerate. | |||||
2000-06-03 | * configure.in: Detect correct versions of ranlib and windres when | Christopher Faylor | 1 | -206/+270 | |
cross-compiling. * configure: Regenerate. | |||||
2000-05-26 | Configure TUI to use <ncurses.h> when available. | Andrew Cagney | 1 | -327/+339 | |
2000-05-25 | * acconfig.h (HAVE_R_FS, HAVE_R_GS): Add. | Mark Kettenis | 1 | -330/+386 | |
* configure.in: Add checks for r_fs and r_gs members of `struct reg'. * config.in, configure: Regenerated. | |||||
2000-05-25 | Replace <sys/dir.h> (and <dirent.h>) with "gdb_dirent.h". | Andrew Cagney | 1 | -187/+188 | |
2000-05-25 | Have TUI use the same configury mechanism as MI. | Andrew Cagney | 1 | -71/+68 | |
2000-05-23 | Add -Wuninitialized. | Andrew Cagney | 1 | -2/+2 | |
2000-05-17 | Minor maint et.al. tweeks. | Andrew Cagney | 1 | -56/+62 | |
2000-05-12 | Check -W options before using them. | Andrew Cagney | 1 | -328/+347 | |
2000-04-14 | 2000-04-13 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -326/+360 | |
* acconfig.h (HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T, HAVE_LWPID_T, HAVE_PSADDR_T): Add them here instead of in config.in. * acconfig.h (PRFPREGSET_T_BROKEN): New define. * configure.in: Add check for broken prfpregset_t type. * lin-thread.c (gdb_prfpregset): New typedef, depends on definition of PRFPREGSET_T_BROKEN. (ps_lgetfpregs, ps_lsetfpregs, p_td_thr_getfpregs, p_td_thr_setfpregs, thread_db_fetch_registers, thread_db_store_registers): Use gdb_prfpregset_t instead of prfpregset_t. * config.in: Regenerated. * configure: Regenerated. | |||||
2000-04-13 | Only re-generate copying.c when maintainer mode. | Andrew Cagney | 1 | -308/+337 | |
2000-04-11 | Cleanup USE_INCLUDED_REGEX. Move -D to acconfig.h. | Andrew Cagney | 1 | -59/+62 | |
2000-04-08 | * configure.in (NEW_PROC_API): Escape square brackets when testing | Peter Schauer | 1 | -1/+1 | |
for solaris2.[678]. * configure: Regenerate. | |||||
2000-04-07 | When GCC always enable certain warnings. | Andrew Cagney | 1 | -61/+60 | |
Allow configure to set CFLAGS (-g -O2) when GCC. | |||||
2000-04-07 | * configure.in (_MSE_INT_H): Define on Solaris 7. | Nicholas Duffek | 1 | -186/+191 | |
(NEW_PROC_API): Define on Solaris 7 and 8 as well as 6. * acconfig.h (_MSE_INT_H): Define on Solaris 7. * configure: Regenerate. * config.in: Regenerate. | |||||
2000-04-04 | 2000-04-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -306/+363 | |
* gdb_regex.h: New. Include "regex.h" if USE_INCLUDED_REGEX is defined and <regex.h> otherwise. * irix5-nat.c: Include "gdb_regex.h" instead of "gnu-regex.h". * monitor.c: Likewise. * osfsolib.c: Likewise. * solib.c: Likewise. * source.c: Likewise. * symtab.c: Likewise. * Makefile.in (REGEX): Changed to @REGEX@. (REGEX_CFLAGS): New. (REGEX1): Removed. (ADD_DEPS): Use $(REGEX) instead of $(REGEX1). (INTERNAL_WARN_CFLAGS): Add $(REGEX_CFLAGS). * configure.in (--with-included-regex): New switch. (REGEX): New. Subsstitue @REGEX@ in Makefile.in. (REGEX_CFLAGS): New. Subsstitue @REGEX_CFLAGS@ in Makefile.in. * configure: Regenerated. | |||||
2000-03-22 | Don't include nrom in CONFIG_INITS. | Andrew Cagney | 1 | -51/+50 | |
2000-03-20 | From John David Anglin: | Andrew Cagney | 1 | -313/+323 | |
Don't initialize HPUX thread twice. | |||||
2000-03-05 | Double Oops! I forgot the regenerated configure too. | Mark Kettenis | 1 | -319/+341 | |
2000-03-03 | Move GDBtk's ``ln -s ... gdbtcl'' code out of configure. | Andrew Cagney | 1 | -203/+203 | |
Add CONFIG_CLEAN, CONFIG_ALL to configured targets. Add all-gdbtk, clean-gdbtk. | |||||
2000-03-03 | Only configure GDBtk when it is present. | Andrew Cagney | 1 | -315/+324 | |
2000-02-26 | 2000-02-26 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -318/+341 | |
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated. | |||||
2000-02-24 | Only install GDBtk files when GDBtk is being built. | Andrew Cagney | 1 | -192/+202 | |
2000-02-24 | * configure.in (SUBDIR_MI_CFLAGS): Fix typo, wrong brace. | Andrew Cagney | 1 | -52/+54 | |
2000-02-23 | Add mi/ and testsuite/gdb.mi/ subdirectories. | Andrew Cagney | 1 | -309/+348 | |
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option. | |||||
2000-02-16 | 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 1 | -3/+3 | |
* 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 | 2000-02-16 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -315/+431 | |
* configure: Regenerated. | |||||
2000-02-08 | 2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -1/+0 | |
* 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-07 | import insight-2000-02-04 snapshot (2nd try) | Jason Molenda | 1 | -0/+997 | |
2000-02-05 | import gdb-2000-02-04 snapshot | Jason Molenda | 1 | -163/+169 | |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -283/+314 | |
2000-01-18 | import gdb-2000-01-17 snapshot | Jason Molenda | 1 | -15/+19 | |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 1 | -280/+291 | |
2000-01-06 | import gdb-2000-01-05 snapshot | Jason Molenda | 1 | -114/+107 | |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -293/+282 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 1 | -120/+153 | |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -277/+289 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -36/+39 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -149/+159 | |