Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-08 | remove build_parse entry about buffer overrun. | David Taylor | 1 | -4/+0 | |
2000-08-04 | Re-implement ``set/show remote Z-packet ...'' commands so that each Z | Andrew Cagney | 1 | -6/+6 | |
packet sub-type can be explicitly controled. | |||||
2000-08-03 | Minor tweeks. | Andrew Cagney | 1 | -0/+4 | |
2000-08-03 | List things for 5.1. | Andrew Cagney | 1 | -108/+210 | |
2000-08-02 | Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 1 | -6/+0 | |
* 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-08-02 | Use add_set_auto_boolean_cmd() to implement ``set remote ?-packet'' | Andrew Cagney | 1 | -7/+0 | |
command. | |||||
2000-08-02 | Updates. | Andrew Cagney | 1 | -0/+19 | |
2000-07-24 | Updated TODO. | Anthony Green | 1 | -1/+2 | |
2000-07-11 | * printcmd.c (print_scalar_formatted): Move masking of 'a' address | Andrew Cagney | 1 | -0/+9 | |
from here. (print_address_numeric): To here. * TODO: Update. | |||||
2000-07-09 | 2000-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 1 | -8/+0 | |
* TODO: Remove readline 4.1 import item. | |||||
2000-07-05 | Update TODO. | Andrew Cagney | 1 | -0/+22 | |
2000-07-04 | * TODO: Update. | Mark Kettenis | 1 | -5/+3 | |
2000-06-23 | Add support for auto_boolean (true, false or auto). | Andrew Cagney | 1 | -0/+30 | |
2000-06-12 | Update TODO - SER_HARDWIRE problem was fixed. | Andrew Cagney | 1 | -12/+0 | |
2000-06-08 | MIPS is always multi-arch enabled. | Andrew Cagney | 1 | -0/+10 | |
2000-06-08 | Use config.bfd to determine the default architecture and byte order. | Andrew Cagney | 1 | -0/+10 | |
Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value. | |||||
2000-06-08 | Change signature of function add_set_enum_cmd() so that it uses | Andrew Cagney | 1 | -6/+19 | |
constant character pointers. Update everything. As a consequence fix infrun's follow-fork plugging a small memory leak. | |||||
2000-06-07 | Purge last remaining make_cleanup_func. | Andrew Cagney | 1 | -8/+3 | |
2000-06-07 | The attatched moves the remaining guff from gdbarch.{h,c,sh} to | Andrew Cagney | 1 | -8/+30 | |
arch-utils.{h,c}. The ``set architecutre'' and ``set endian'' commands (part of the move) were implemented to use add_set_enum_cmd() so that ``set architecture <tab>'' works. | |||||
2000-06-05 | More updates. | Andrew Cagney | 1 | -38/+87 | |
2000-06-04 | Add host_pointer_to_address() and address_to_host_pointer(). Add | Andrew Cagney | 1 | -9/+0 | |
signed_pointer_to_address() etc. Rename generic_pointer_to_address() to unsigned_pointer_to_address() etc. | |||||
2000-06-04 | Eliminate safe_strsignal(). | Andrew Cagney | 1 | -0/+9 | |
2000-06-01 | More updates. | Andrew Cagney | 1 | -1/+89 | |
2000-05-30 | Further re-arange into distinct sections. | Andrew Cagney | 1 | -265/+505 | |
2000-05-25 | Have TUI use the same configury mechanism as MI. | Andrew Cagney | 1 | -9/+12 | |
2000-05-25 | Update JimI's e-mail addres. | Andrew Cagney | 1 | -10/+8 | |
Update TODO - FreeBSD mostly fixed. | |||||
2000-05-23 | IRIX GCC fixes from 5.0 branch. | Andrew Cagney | 1 | -8/+4 | |
2000-05-22 | Replace preg() with phex(). Cleanup monitor.c. | Andrew Cagney | 1 | -2/+9 | |
2000-05-17 | Minor maint et.al. tweeks. | Andrew Cagney | 1 | -0/+33 | |
2000-05-16 | Review TODO. | Andrew Cagney | 1 | -201/+432 | |
2000-05-16 | Rename mi/ChangeLog-mi -> mi/ChangeLog | Andrew Cagney | 1 | -8/+0 | |
2000-05-15 | Add notes on register cache. | Andrew Cagney | 1 | -13/+142 | |
2000-05-12 | Mention UnixWare thread problem. | Andrew Cagney | 1 | -0/+10 | |
2000-05-12 | Doc weak symbol problem. | Andrew Cagney | 1 | -0/+11 | |
2000-04-27 | Document IRIX->ARM cross compile problem. | Andrew Cagney | 1 | -0/+13 | |
2000-04-26 | Document bfd/doc/Makefile.in TEXINPUTS problem. | Andrew Cagney | 1 | -0/+11 | |
2000-04-23 | * Makefile.in (GDBMI_DIR): New variable. | Eli Zaretskii | 1 | -18/+0 | |
(SET_TEXINPUTS): Add $(GDBMI_DIR). (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. (gdbmi.texinfo): New target, for texi2roff. (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". * gdb.texinfo (Top): Add GDB/MI to the main menu and @include gdbmi.texinfo. (Mode Options): Add xref to GDB/MI docs and remove a FIXME comment. * gdbmi.texinfo: Lots of changes, to include this document as part of the GDB manual. * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB manual. | |||||
2000-04-19 | * TODO: Update. | Peter Schauer | 1 | -4/+0 | |
2000-04-19 | Document -Wreturn-type problem. | Andrew Cagney | 1 | -0/+9 | |
2000-04-19 | * TODO: Cleanup. | Andrew Cagney | 1 | -93/+7 | |
* NEWS: Update GDB version. Duplicate paragraph explaining obsolete. | |||||
2000-04-19 | Document real fix to problem of tui/Makefile not being deleted. | Andrew Cagney | 1 | -0/+9 | |
2000-04-10 | TODO, NEWS: Update. Mention MI. | Andrew Cagney | 1 | -181/+143 | |
2000-04-07 | From 2000-03-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>: | Andrew Cagney | 1 | -18/+0 | |
* procfs.c (init_procfs_ops): Set procfs_ops.to_has_memory and procfs_ops.to_has_all_memory to 1. | |||||
2000-04-04 | Update todo | Daniel Berlin | 1 | -0/+18 | |
2000-04-04 | 2000-04-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -11/+0 | |
* TODO: Remove the regex entry. | |||||
2000-04-03 | Update removing anything fixed. | Andrew Cagney | 1 | -29/+39 | |
2000-03-29 | Update GDB 5 status. | Andrew Cagney | 1 | -14/+96 | |
2000-03-27 | Add GDB 5.0 release criteria. | Andrew Cagney | 1 | -1/+325 | |
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 1 | -3/+17 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+471 | |