aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2001-03-16Misc. cleanups.Kevin Buettner1-0/+8
2001-03-152001-03-15 Martin Hunt <hunt@redhat.com>Martin Hunt1-0/+5
* linespec.c (decode_line_1): Remove trailing quote when parsing double quotes.
2001-03-15Pass NULL for the mem_attrib argument in the to_xfer_memory calls.Kevin Buettner1-0/+6
2001-03-15Add list of targets being obsoleted.Andrew Cagney1-0/+5
2001-03-15Add ``attrib'' parameter to *xfer_memory() functions.Andrew Cagney1-1/+10
2001-03-15Note Harris 88k is obsolete in news file.Andrew Cagney1-0/+5
2001-03-14Include regcache.hAndrew Cagney1-0/+48
2001-03-14Update target list.Andrew Cagney1-0/+8
2001-03-14 * linespec.c (decode_line_1): Skip argptr over a leadingKeith Seitz1-0/+5
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
2001-03-14Add entry of ia64-aix-nat.c.Kevin Buettner1-0/+4
2001-03-14Eliminate some uses of __STDC__.Andrew Cagney1-0/+16
2001-03-13Eliminate ARCH_NUM_REGS.Andrew Cagney1-0/+18
2001-03-132001-03-13 Fernando Nasser <fnasser@redhat.com>Fernando Nasser1-0/+5
From Steven Johnson <sjohnson@neurizon.net> * cli/cli-script.c (define_command): Fix setting of post hooks.
2001-03-13* i386-linux-tdep.c: Fix formatting and clarify comments.Mark Kettenis1-0/+6
(i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0 where appropriate.
2001-03-13* gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.Andrew Cagney1-0/+10
(proc_update_sc): Use gdb_assert instead of assert. (proc_abort): Ditto. (inf_set_step_thread): Ditto. (gnu_wait): Ditto. (S_exception_raise_request): Ditto. (gnu_terminal_init_inferior): Ditto.
2001-03-10Cleanup solib-svr4.c by moving legacy code out to its own file.Kevin Buettner1-0/+64
2001-03-10Committed.Kevin Buettner1-0/+4
2001-03-09Move Philip Blundell to Write After Approval list.Andrew Cagney1-0/+4
2001-03-09 * MAINTAINERS: Add myself to write after approval list.Keith Seitz1-0/+4
2001-03-09* i387-tdep.c (print_i387_status_word): Fix printing of StackMark Kettenis1-0/+5
fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
2001-03-09Obsolete harris 88k target.Andrew Cagney1-0/+10
2001-03-09Delete make rules for obsolete files.Andrew Cagney1-0/+4
2001-03-08 * stack.c (parse_frame_specification): For one argument case,David Taylor1-0/+7
handle the situation where the argument is an integer, not an address -- arguably the most common case. This matters on targets where pointers and addresses are different.
2001-03-08* TODO: Revise 5.1 list. Delete PARAMS task. Add coding standardAndrew Cagney1-0/+6
review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general.
2001-03-08Doco SID + GDB + Solaris 8 broken.Andrew Cagney1-0/+5
2001-03-07* defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis1-0/+14
floatformat_is_nan and floatformat_mantissa. * utils.c: Include "gdb_assert.h". (floatformat_is_negative): New function. (floatformat_is_nan): New function. (floatformat_mantissa): New function. * valprint.c: Include "floatformat.h". (print_floating): Get rid of the Linux-specific TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the help these new functions. Print NaN's in a format conforming to ISO C99.
2001-03-07 * top.c (init_main): Make `set history file name' complete on fileEli Zaretskii1-0/+5
names.
2001-03-07* Makefile.in (LINTFLAGS): Update to contain all of the macrosJ.T. Conklin1-0/+6
which define include paths used when compiling. * util.c (savestring, msavestring): Change type of length argument. * defs.h (savestring, msavestring): Update to match.
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin1-0/+37
* symtab.h (decode_line_1): Removed declaration. * symfile.c (#include <assert.h>): Removed. * arch-utils.c (#include <ctype.h>): Removed. * c-typeprint.c: Likewise. * dbxread.c: Likewise. * gdbtypes.c: Likewise. * target.c: Likewise. * os9kread.c: Likewise. * c-valprint.c (#include "demangle.h"): Removed. * ch-typeprint.c: Likewise. * eval.c: Likewise. * f-typeprint.c: Likewise. * f-valprint.c: Likewise. * m2-typeprint.c: Likewise. * typeprint.c: Likewise. * p-typeprint.c: Likewise. * valarith.c: Likewise. * valprint.c: Likewise. * m2-typeprint.c (#include "gdb_string.h"): Removed. * nlmread.c: Likewise. * mdebugread.c (#include "gdb-stabs.h"): Removed. * minsyms.c: Likewise. * mipsread.c: Likewise. * nlmread.c: Likewise. * m2-typeprint.c (#include "obstack.h"): Removed. * m2-valprint.c: Likewise. * event-loop.c (#include <setjmp.h>): Removed.
2001-03-06 * MAINTAINERS: Remove self from specific maintenance domainsStan Shebs1-0/+5
(macos, gdbserver, documentation, testsuite).
2001-03-06Update/correct copyright notices.Kevin Buettner1-0/+209
2001-03-06Fix whitespace problem in my most recent entry.Kevin Buettner1-1/+1
2001-03-06Configury changes for AIX5/IA-64.Kevin Buettner1-0/+16
2001-03-05* TODO (GDB 5.1 Known Problems): Document z8k as broken.Andrew Cagney1-0/+4
2001-03-05clarify my recent entry.Christopher Faylor1-1/+1
2001-03-05* wince.c: Change realloc to xrealloc throughout.Christopher Faylor1-0/+5
(handle_load_dll): Use void * rather than PTR.
2001-03-05* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.Andrew Cagney1-0/+17
* ocd.c (ocd_xfer_memory): Ditto. * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops. * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as buildable with ,-Werror. * Makefile.in (symfile_h): Define. (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h). * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h". * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with ,-Werror. * dsrec.c (make_srec): Fix internal_error fmt arg. * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
2001-03-03 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSETKevin Buettner1-0/+5
as an lvalue.
2001-03-03* MAINTAINERS (paper trail): Update.Andrew Cagney1-0/+2
2001-03-03Change convention to ``Fix PR gdb/NNNN''Andrew Cagney1-0/+4
2001-03-03From 2001-03-01 Tom Rix <trix@redhat.com>:Andrew Cagney1-0/+9
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' parameter to mn10200_analyze_prologue. * config/mn10200/tm-mn10200.h: Include "regcache.h". * MAINTAINERS: Document that mn10200-elf target is buildable.
2001-03-03Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.hKevin Buettner1-0/+8
to config/ia64/nm-aix.h.
2001-03-022001-03-02 Matt Hiller <hiller@redhat.com>Matthew Hiller1-0/+10
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
2001-03-02Revise earlier comment regarding sparc-nat.c to be more meaningful.Kevin Buettner1-1/+1
2001-03-02Fix typo in which sparc-nat.c was changed to include itself.Kevin Buettner1-0/+4
2001-03-02* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__J.T. Conklin1-0/+5
if __CYGWIN32__ is set from here. * config/i386/xm-cygwin.h: To here. * config/powerpc/xm-cygwin.h: To here.
2001-03-01* i386-stub.c (handle_exception): Use 'T' response packet.J.T. Conklin1-0/+4
2001-03-012001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder1-0/+9
* m32r-tdep.c: Fix cut and paste error in comment.
2001-03-01* gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.J.T. Conklin1-0/+8
(MAX_OF_TYPE): Wrap macro definition in parenthesis. (MIN_OF_TYPE): Likewise. * memattr.h (mem_access_mode): Removed extraneous trailing comma.
2001-03-01* Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.Andrew Cagney1-0/+6
* os9kread.c (os9k_process_one_symbol): Add assert to detect ``loses if sizeof (char *) > sizeof (int)''.