Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-04 | 2000-04-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -7/+8 | |
* 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-04-03 | IA-64 changes | Kevin Buettner | 1 | -0/+7 | |
2000-04-03 | * Makefile.in (copying.c): Depend on copying.txt, not COPYING. | Eli Zaretskii | 1 | -2/+12 | |
(copying.txt): New target, a link to COPYING. | |||||
2000-04-03 | * gdbarch-utils.h, gdbarch-utils.c: New files. | Andrew Cagney | 1 | -2/+7 | |
* Makefile.in (SFILES, COMMON_OBS): Update. (gdbarch_utils_h) Define. (gdbarch-utils.o): Add dependencies. * gdbarch.c, gdbarch.sh: Include "gdbarch-utils.h". Fix code handling default method values. (startup_gdbarch): Rename default_gdbarch, name misleading. (breakpoint_from_pc): Default to legacy_breakpoint_from_pc. (register_name): Default to legacy_register_name. (call_dummy_words): Default to legacy_call_dummy_words. (sizeof_call_dummy_words): Default to legacy_sizeof_call_dummy_words. (register_convertible): Default to generic_register_convertible_not. (breakpoint_from_pc): Default to legacy_breakpoint_from_pc. (remote_translate_xfer_address): Default to generic_remote_translate_xfer_address. (frameless_function_invocation): Default to generic_frameless_function_invocation_not. | |||||
2000-03-28 | 2000-03-28 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -1/+1 | |
* Makefile.in: anchor tui-file.h dependency to $srcdir. | |||||
2000-03-27 | Create destdirs before installing GDB (don't assume parent directory | Andrew Cagney | 1 | -0/+2 | |
did it for us). | |||||
2000-03-27 | Re-fix ln -s gdbtk code. Mark ready for deletion post 5.0. | Andrew Cagney | 1 | -8/+16 | |
2000-03-20 | * i386-linux-nat.c: No need to #include "frame.h" any more. | Jim Blandy | 1 | -1/+5 | |
(LINUX_SIGTRAMP_INSN0, LINUX_SIGTRAMP_OFFSET0, LINUX_SIGTRAMP_INSN1, LINUX_SIGTRAMP_OFFSET1, LINUX_SIGTRAMP_INSN2, LINUX_SIGTRAMP_OFFSET2, linux_sigtramp_code, LINUX_SIGTRAMP_LEN, i386_linux_sigtramp_start, LINUX_RT_SIGTRAMP_INSN0, LINUX_RT_SIGTRAMP_OFFSET0, LINUX_RT_SIGTRAMP_INSN1, LINUX_RT_SIGTRAMP_OFFSET1, linux_rt_sigtramp_code, LINUX_RT_SIGTRAMP_LEN, i386_linux_rt_sigtramp_start, i386_linux_in_sigtramp, i386_linux_sigcontext_addr, LINUX_SIGCONTEXT_PC_OFFSET, i386_linux_sigtramp_saved_pc, LINUX_SIGCONTEXT_SP_OFFSET, i386_linux_sigtramp_saved_sp): Deleted. Folks rightly pointed out that these are target-dependent, and useful in non-native configurations. Moved to... * i386-linux-tdep.c: ... Here, a new file. * Makefile.in (ALLDEPFILES): Add i386-linux-tdep.c. (i386-linux-tdep.o): New rule. (i386-linux-nat.o): We no longer depend on frame.h. * config/i386/linux.mt (TDEPFILES): Add i386-linux-tdep.o. | |||||
2000-03-16 | (go32-nat.o): Add prerequisites. | Eli Zaretskii | 1 | -1/+4 | |
(ALLDEPFILES): Add go32-nat.c. | |||||
2000-03-04 | * Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}. | Alexandre Oliva | 1 | -3/+3 | |
2000-03-03 | Move GDBtk's ``ln -s ... gdbtcl'' code out of configure. | Andrew Cagney | 1 | -2/+23 | |
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 | -1/+0 | |
2000-02-26 | 2000-02-26 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -0/+1 | |
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 | -14/+22 | |
2000-02-23 | Add mi/ and testsuite/gdb.mi/ subdirectories. | Andrew Cagney | 1 | -6/+71 | |
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-22 | Changes for GNU/Linux PPC native port. | Kevin Buettner | 1 | -0/+7 | |
2000-02-16 | 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 1 | -7/+0 | |
* 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-15 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -1/+1 | |
* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not 'do-doc'. | |||||
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -42/+41 | |
2000-02-08 | 2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -0/+7 | |
* 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/+111 | |
2000-02-05 | import gdb-2000-02-04 snapshot | Jason Molenda | 1 | -2/+2 | |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -1/+14 | |
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 1 | -6/+6 | |
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 1 | -5/+12 | |
2000-01-26 | import gdb-2000-01-26 snapshot | Jason Molenda | 1 | -1/+1 | |
2000-01-25 | import gdb-2000-01-24 snapshot | Jason Molenda | 1 | -6/+6 | |
2000-01-18 | import gdb-2000-01-17 snapshot | Jason Molenda | 1 | -1/+1 | |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 1 | -1/+1 | |
2000-01-06 | import gdb-2000-01-05 snapshot | Jason Molenda | 1 | -1/+9 | |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -3/+6 | |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -4/+1 | |
1999-12-08 | import gdb-1999-12-07 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -5/+7 | |
1999-11-17 | import gdb-1999-11-16 snapshot | Jason Molenda | 1 | -1/+4 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-10-26 | import gdb-1999-10-25 snapshot | Jason Molenda | 1 | -3/+4 | |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-10-12 | import gdb-1999-10-11 snapshot | Jason Molenda | 1 | -7/+1 | |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -4/+9 | |
1999-09-28 | import gdb-1999-09-28 snapshot | Jason Molenda | 1 | -11/+20 | |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -16/+19 | |
1999-09-13 | import gdb-1999-09-13 snapshot | Jason Molenda | 1 | -2/+2 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -11/+42 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -28/+30 | |
1999-08-23 | import gdb-1999-08-23 snapshot | Jason Molenda | 1 | -1/+4 | |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 1 | -4/+2 | |
1999-08-09 | import gdb-1999-08-09 snapshot | Jason Molenda | 1 | -1/+13 | |
1999-08-02 | import gdb-1999-08-02 snapshot | Jason Molenda | 1 | -1/+1 | |