aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-03-162001-03-12 Michael Chastain <chastain@redhat.com>Michael Chastain2-2/+6
* gdb.c++/annota2.exp: Fix regular expression for "post-query".
2001-03-16Change type of ``storage_needed'' from unsigned int to long.Kevin Buettner3-6/+12
2001-03-162001-02-24 Michael Chastain <chastain@redhat.com>Michael Chastain2-77/+39
* gdb.c++/ref-types.exp: Change handwritten code to library function 'runto'.
2001-03-162001-03-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+4
* gdb.base/signals.exp: Set count to 0 explicitly.
2001-03-162001-03-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+3
* gdb.base/signals.exp: Set count to 0 explicitly.
2001-03-16Misc. cleanups.Kevin Buettner2-16/+24
2001-03-15*** empty log message ***Mark Salter1-0/+2
2001-03-15(gdb_load): Add support for additional target_info: gdb_download_sizeMark Salter1-1/+18
and gdb_load_timeout.
2001-03-15*** empty log message ***Mark Salter1-0/+5
2001-03-15(gdb_target_cmd): Add explicit error return.Mark Salter1-1/+2
(gdb_target_monitor): Add check of gdb_target_cmd return value.
2001-03-152001-03-15 Martin Hunt <hunt@redhat.com>Martin Hunt2-6/+9
* 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 Buettner2-7/+13
2001-03-15Add list of targets being obsoleted.Andrew Cagney3-5/+49
2001-03-15Add ``attrib'' parameter to *xfer_memory() functions.Andrew Cagney8-8/+25
2001-03-15Note Harris 88k is obsolete in news file.Andrew Cagney2-0/+6
2001-03-14Include regcache.hAndrew Cagney45-0/+128
2001-03-14Update target list.Andrew Cagney3-10/+38
2001-03-14 * linespec.c (decode_line_1): Skip argptr over a leadingKeith Seitz2-2/+7
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
2001-03-14Add entry of ia64-aix-nat.c.Kevin Buettner2-0/+5
2001-03-14Eliminate some uses of __STDC__.Andrew Cagney13-73/+17
2001-03-13Eliminate ARCH_NUM_REGS.Andrew Cagney14-31/+51
2001-03-132001-03-13 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-2/+7
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 Kettenis2-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 Cagney2-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-10Cleanup solib-svr4.c by moving legacy code out to its own file.Kevin Buettner40-140/+294
2001-03-10Committed.Kevin Buettner2-10/+30
2001-03-09Move Philip Blundell to Write After Approval list.Andrew Cagney2-1/+5
2001-03-09 * MAINTAINERS: Add myself to write after approval list.Keith Seitz2-0/+5
2001-03-09* i387-tdep.c (print_i387_status_word): Fix printing of StackMark Kettenis2-1/+6
fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
2001-03-09Obsolete harris 88k target.Andrew Cagney8-171/+181
2001-03-09Delete make rules for obsolete files.Andrew Cagney2-18/+4
2001-03-08 * gdb.base/annota1.exp: Move test of isnative to earlier in theDavid Taylor6-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-08Add comment (part of immediately previous commit).David Taylor1-0/+5
2001-03-08 * stack.c (parse_frame_specification): For one argument case,David Taylor2-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 standardAndrew Cagney2-103/+150
review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general.
2001-03-08Doco SID + GDB + Solaris 8 broken.Andrew Cagney2-28/+21
2001-03-072001-03-07 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+5
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals.
2001-03-072001-02-26 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-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 Kettenis4-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 fileEli Zaretskii2-5/+11
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-07Remove local change that wasn't supposed to be committed.J.T. Conklin1-3/+0
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin28-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 domainsStan Shebs2-6/+7
(macos, gdbserver, documentation, testsuite).
2001-03-06Update/correct copyright notices.Kevin Buettner840-894/+1524
2001-03-06Fix whitespace problem in my most recent entry.Kevin Buettner1-1/+1
2001-03-06Configury changes for AIX5/IA-64.Kevin Buettner7-139/+344
2001-03-05Reverted revision 1.2.Michael Chastain1-23/+1
2001-03-05Revert revisions 1.81, 1.82, 1.83, 1.84, and 1.85.Michael Chastain1-173/+6
2001-03-05Revert revision 1.2.Michael Chastain2-3/+3