Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-13 | * i386-linux-tdep.c: Fix formatting and clarify comments. | Mark Kettenis | 2 | -15/+20 | |
(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 Cagney | 2 | -7/+17 | |
(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-10 | Cleanup solib-svr4.c by moving legacy code out to its own file. | Kevin Buettner | 40 | -140/+294 | |
2001-03-10 | Committed. | Kevin Buettner | 2 | -10/+30 | |
2001-03-09 | Move Philip Blundell to Write After Approval list. | Andrew Cagney | 2 | -1/+5 | |
2001-03-09 | * MAINTAINERS: Add myself to write after approval list. | Keith Seitz | 2 | -0/+5 | |
2001-03-09 | * i387-tdep.c (print_i387_status_word): Fix printing of Stack | Mark Kettenis | 2 | -1/+6 | |
fault flag. It is bit 6 of the x87 FPU status word, not bit 7. | |||||
2001-03-09 | Obsolete harris 88k target. | Andrew Cagney | 8 | -171/+181 | |
2001-03-09 | Delete make rules for obsolete files. | Andrew Cagney | 2 | -18/+4 | |
2001-03-08 | * gdb.base/annota1.exp: Move test of isnative to earlier in the | David Taylor | 6 | -16/+37 | |
file -- to prevent failing when the compile fails but we have no intention of running the tests anyway. * gdb.base/long_long.exp: Test target_info for no_long_long, skip tests if set. * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte integers. * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true. * gdb.c++/namespace.exp: Ditto. Fix PR gdb/16. | |||||
2001-03-08 | Add comment (part of immediately previous commit). | David Taylor | 1 | -0/+5 | |
2001-03-08 | * stack.c (parse_frame_specification): For one argument case, | David Taylor | 2 | -2/+16 | |
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 standard | Andrew Cagney | 2 | -103/+150 | |
review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general. | |||||
2001-03-08 | Doco SID + GDB + Solaris 8 broken. | Andrew Cagney | 2 | -28/+21 | |
2001-03-07 | 2001-03-07 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 1 | -0/+5 | |
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals. | |||||
2001-03-07 | 2001-02-26 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 2 | -2/+2 | |
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals. | |||||
2001-03-07 | * defs.h: Provide prototypes for floatformat_is_negative, | Mark Kettenis | 4 | -78/+149 | |
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 file | Eli Zaretskii | 2 | -5/+11 | |
names. | |||||
2001-03-07 | * Makefile.in (LINTFLAGS): Update to contain all of the macros | J.T. Conklin | 1 | -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-07 | Remove local change that wasn't supposed to be committed. | J.T. Conklin | 1 | -3/+0 | |
2001-03-07 | 2001-03-06 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 28 | -38/+47 | |
* 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 domains | Stan Shebs | 2 | -6/+7 | |
(macos, gdbserver, documentation, testsuite). | |||||
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 840 | -894/+1524 | |
2001-03-06 | Fix whitespace problem in my most recent entry. | Kevin Buettner | 1 | -1/+1 | |
2001-03-06 | Configury changes for AIX5/IA-64. | Kevin Buettner | 7 | -139/+344 | |
2001-03-05 | Reverted revision 1.2. | Michael Chastain | 1 | -23/+1 | |
2001-03-05 | Revert revisions 1.81, 1.82, 1.83, 1.84, and 1.85. | Michael Chastain | 1 | -173/+6 | |
2001-03-05 | Revert revision 1.2. | Michael Chastain | 2 | -3/+3 | |
2001-03-05 | * TODO (GDB 5.1 Known Problems): Document z8k as broken. | Andrew Cagney | 2 | -0/+16 | |
2001-03-05 | clarify my recent entry. | Christopher Faylor | 1 | -1/+1 | |
2001-03-05 | * wince.c: Change realloc to xrealloc throughout. | Christopher Faylor | 2 | -5/+10 | |
(handle_load_dll): Use void * rather than PTR. | |||||
2001-03-05 | * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter. | Andrew Cagney | 8 | -9/+40 | |
* 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-04 | Obvious fix: in an entry for 1997-02-01, expand wildcard to explicit | Michael Chastain | 1 | -1/+49 | |
list of files actually modified. | |||||
2001-03-04 | Obvioux fix: in an entry for 1997-06-29, expand wildcard to explicit | Michael Chastain | 1 | -1/+40 | |
list of files actually modified. | |||||
2001-03-04 | Obvious fix: in an entry for 1997-09-10, expand wildcard to explicit | Michael Chastain | 1 | -1/+23 | |
list of files actually modified. | |||||
2001-03-04 | Obvious fix. Add missing ChangeLog entry for gdb.c++/ovldbreak.exp | Michael Chastain | 1 | -0/+22 | |
change on 2001-01-28. Embarrassing! | |||||
2001-03-04 | Obvious fix: in an entry for 2001-02-11, change "gdb.base/cplusfuncs.exp" | Michael Chastain | 1 | -1/+1 | |
to "gdb.c++/cplusfuncs.exp". | |||||
2001-03-04 | Obvious fix: in an entry for 1997-02-23, expand wildcard to explicit | Michael Chastain | 1 | -3/+61 | |
list of files actually modified. | |||||
2001-03-04 | Obvious fix: in entries for 1998-02-10 and 1998-02-06, | Michael Chastain | 1 | -2/+2 | |
change "m68k/tm-delta68.h" to "config/m68k/tm-delta68.h". | |||||
2001-03-04 | Obvious fix: in an entry for 1997-02-11, change "m32r/tm-m32r.h" to | Michael Chastain | 1 | -1/+1 | |
"config/m32r/tm-m32r.h". | |||||
2001-03-03 | * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET | Kevin Buettner | 1 | -0/+5 | |
as an lvalue. | |||||
2001-03-03 | Don't use ANOFFSET as an lvalue. | Kevin Buettner | 1 | -2/+2 | |
2001-03-03 | * MAINTAINERS (paper trail): Update. | Andrew Cagney | 2 | -0/+3 | |
2001-03-03 | Change convention to ``Fix PR gdb/NNNN'' | Andrew Cagney | 2 | -2/+10 | |
2001-03-03 | From 2001-03-01 Tom Rix <trix@redhat.com>: | Andrew Cagney | 4 | -2/+16 | |
* 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-03 | Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h | Kevin Buettner | 3 | -5/+13 | |
to config/ia64/nm-aix.h. | |||||
2001-03-02 | 2001-03-02 Matt Hiller <hiller@redhat.com> | Matthew Hiller | 2 | -1/+11 | |
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15. | |||||
2001-03-02 | Revise earlier comment regarding sparc-nat.c to be more meaningful. | Kevin Buettner | 1 | -1/+1 | |
2001-03-02 | Fix typo in which sparc-nat.c was changed to include itself. | Kevin Buettner | 2 | -1/+4 | |
2001-03-02 | * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__ | J.T. Conklin | 4 | -10/+23 | |
if __CYGWIN32__ is set from here. * config/i386/xm-cygwin.h: To here. * config/powerpc/xm-cygwin.h: To here. |