aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-03-29Revert movement of @chapter and @node tags from separate files toAndrew Cagney6-15/+13
gdb.texinfo.
2000-03-29Update GDB 5 status.Andrew Cagney2-14/+100
2000-03-29Fix various GCC warnings.Andrew Cagney4-3/+16
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder3-0/+46
breakpoint.c, breakpoint.h (remove_hw_watchpoints): New function. infrun.c (resume): Remove hardware watchpoints before stepping when CANNOT_STEP_HW_WATCHPOINTS is nonzero.
2000-03-282000-03-28 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-1/+5
* Makefile.in: anchor tui-file.h dependency to $srcdir.
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder2-4/+11
* breakpoint.c (insert_breakpoints, do_enable_breakpoint): Reselect the saved frame silently after frame selection for watchpoint evaluation. (insert_breakpoints): Add missing space in `Hardware watchpoint deleted' message. Do not reinsert hardware watchpoint if it is already marked for deletion at next stop.
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder2-2/+7
* procfs.c (proc_set_watchpoint): Declare addr parameter as CORE_ADDR, to match call from procfs_set_watchpoint.
2000-03-28* partial-stab.h: Add one more check against corrupted or irregular stabsChristopher Faylor2-1/+6
entry.
2000-03-28 * gdb.texinfo: Update dates, bump to Eighth Edition (noteStan Shebs4-327/+431
expectation of additional changes before release), update ISBN, add copy of top-level menu for @ifhtml, remove explicit node links, rephrase and/or shorten lines to fix formatting problem in both regular and @smallbook formats. * annotate.texi: Shorten lines in example, use smallexample consistently everywhere. * Makefile.in: Add comment about texinfo 4.0 html generation. (SFILES_INCLUDED): Add annotate.texi.
2000-03-28 * gnu-regex.c (regerror): Function renamed from `__regerror'.Philippe De Muyter2-1/+6
2000-03-28From Jonathan L. Fix ser-unix.c timing out when there was no timeout.Andrew Cagney2-39/+33
2000-03-28The set debug changesDaniel Berlin12-294/+436
2000-03-28Bump copyright to 2000.Andrew Cagney2-1/+5
2000-03-28catch out of range string offset in corrupt stab entryNick Clifton2-0/+15
2000-03-28Add Glen McCreadyAndrew Cagney2-0/+5
2000-03-28Fix typo in description of GETREGS.Andrew Cagney3-2/+7
2000-03-27Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes perAlan Modra6-19/+31
line is 4. Fix tests for LISTING_WORD_SIZE==1.
2000-03-27Fix value of SHORT_A1.Nick Clifton4-16/+27
Move SHORT_AR to end of list of short instructions.
2000-03-272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-1/+1
fix typo.
2000-03-272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+5
* gdb.base/printcmds.c: Terminate char array ctable2 with 0.
2000-03-27 * Makefile.am (CFILES): Add avr-dis.c.Ian Lance Taylor3-0/+9
(ALL_MACHINES): Add avr-dis.lo.
2000-03-27 * config/tc-sh.c (md_show_usage): Use backslash before newline inIan Lance Taylor2-2/+7
string literal.
2000-03-27Add GDB 5.0 release criteria.Andrew Cagney2-1/+329
2000-03-27ATMEL AVR microcontroller support.Alan Modra46-1529/+5599
2000-03-27Move default definition of HAVE_PTRACE_GETREGS to acconfig.h.Andrew Cagney3-17/+26
2000-03-27Create destdirs before installing GDB (don't assume parent directoryAndrew Cagney2-0/+7
did it for us).
2000-03-27Re-fix ln -s gdbtk code. Mark ready for deletion post 5.0.Andrew Cagney2-8/+22
2000-03-27Revert white space changes.Andrew Cagney3-160/+168
2000-03-27Update list of folk that need accounts.Andrew Cagney2-5/+8
2000-03-26Make J.T. NetBSD maintainer.Andrew Cagney2-0/+5
2000-03-262000-03-27 Mark Kettenis <kettenis@gnu.org>Mark Kettenis3-3/+9
* config/i386/tm-i386.h: Fix typo. It is TARGET_LONG_DOUBLE_BIT instead of TARGET_LONG_DOUBLE_BITS. * config/i386/tm-i386mk.h: Likewise.
2000-03-262000-03-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis6-104/+102
Provide `long double' support for most i386 targets. * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT): Define as &floatformat_i387_ext. (TARGET_LONG_DOUBLE_BITS): Define as 96. (REGISTER_VIRTUAL_TYPE): Change type for FPU registers to `builtin_type_long_double'. (REGISTER_CONVERT_TO_VIRTUAL): Call i386_register_convert_to_virtual. (REGISTER_CONVERT_TO_RAW): Call i386_register_convert_to_raw. (i387_to_double, double_to_i387): Remove prototypes. (i386_extract_return_value): Change prototype to match definition in i386-tdep.c. * config/i386/tm-i386mk.h (TARGET_LONG_DOUBLE_FORMAT): #undef. (TARGET_LONG_DOUBLE_BITS): #undef. * config/i386/tm-linux.h (TARGET_LONG_DOUBLE_BIT): Remove. [HAVE_LONG_DOUBLE && HOST_I386] (LD_I387): Remove. (i387_extract_floating, i387_store_floating): Remove prototypes. (TARGET_EXTRACT_FLOATING, TARGET_STORE_FLOATING): Remove. (REGISTER_CONVERT_TO_VIRTUAL, REGOISTER_CONVERT_TO_RAW): Remove. (REGISTER_VIRTUAL_TYPE): Remove. * i386-tdep.c (i386_register_convert_to_virtual): New function. (i386_register_convert_to_raw): New function. * i387-tdep.c [LD_I387] (i387_extract_floating): Remove. (i387_store_floating): Remove.
2000-03-26Add macro handling extensions and line substitution support.Timothy Wall9-82/+160
2000-03-26Mostly cosmetic. Fixes to comments. Don't start as_bad and as_warnAlan Modra4-100/+124
messages with capital. Don't malign Unixware, malign SysV386 instead.
2000-03-261999-09-29 Mark Kettenis <kettenis@gnu.org>Phil Blundell2-7/+7
* hertz.h [MACH] (hertz): Remove macro. The <machine/mach_param.h> include doesn't exist on al Mach based systems, and the definition of hertz breaks compilation of hertz.c anyway.
2000-03-252000-03-09 Tim Waugh <twaugh@redhat.com>Phil Blundell2-1/+5
* strings.1: Correct '-bytes' to '--bytes'.
2000-03-25* ppc-instructions (Disabled_Exponent_Underflow): IncrementGeoffrey Keating2-1/+6
the exponent when denormalizing.
2000-03-25Fix maintenance deprecate crash, add testcaseDaniel Berlin3-125/+129
2000-03-25Re-re indent. indent|indent|indent stable.Andrew Cagney1-1/+1
2000-03-25Re-indent.Andrew Cagney2-69/+74
2000-03-25Remove quoted leading space.Andrew Cagney2-1/+5
2000-03-25* config/mips/tm-wince.h: Fix typo which caused include of tm-mips.h to beChristopher Faylor2-3/+9
inoperative.
2000-03-25* win32-nat.c: Back out special frame walking code. It was broken.Christopher Faylor4-132/+18
(handle_exception): Correctly identify an illegal instruction. * config/tm-cygwin.h: Eliminate special frame handling. Just use normal i386 handling.
2000-03-25 * partition.h: New file.Christopher Faylor1-0/+81
2000-03-25 * partition.c: New file.Christopher Faylor1-0/+185
2000-03-25* more compatibility with v850 hardwareFrank Ch. Eigler2-0/+11
2000-03-24 Frank Ch. Eigler <fche@redhat.com> * v850.igen (ilgop): New insn pattern for four-byte breakpoints.
2000-03-242000-03-23 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-7/+12
* solib.c (open_symbol_file_object): to sneak an int argument past catch_errors, instead of casting it to a pointer, simply pass it by address.
2000-03-242000-03-24 J.T. Conklin <jtc@redback.com>J.T. Conklin3-3/+61
* i386/tm-nbsd.h (USE_STRUCT_CONVENTION): Define. * i386nbsd-nat.c (i386nbsd_use_struct_convention): New function. (fetch_core_registers): Read fp registers. (i386nbsd_core_fns, _initialize_i386nbsd_nat): Added.
2000-03-24 * gdb.base/break.exp: Add new test for setting breakpoints onJonathan Larmour2-0/+79
optimized code so we can test breakpoints work even when function prologues may be optimized away
2000-03-24 * arm-tdep.c (thumb_skip_prologue): Take function end addr argumentJonathan Larmour2-3/+9
so that we can stop searching for the prologue past the function end (arm_skip_prologue): Call thumb_skip_prologue with function end addr