Remove extraneous whitespace
[binutils-gdb.git] / gdb /
2001-03-24 Jim Blandy* stabsread.c (read_cpp_abbrev): Properly construct...
2001-03-23 Andrew Cagney* defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree...
2001-03-23 Andrew CagneyFix -Werror -Wuninitialized warnings.
2001-03-23 Mark Kettenis* config/i386/nm-i386.h: Fix formatting and change...
2001-03-23 David Smith2001-03-23 David Smith <dsmith@redhat.com>
2001-03-23 Andrew CagneyUpdate list of obsolete targets.
2001-03-23 Andrew CagneyObsolete stuff.c and kdb-start.c.
2001-03-23 Andrew Cagney* config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete...
2001-03-22 Andrew Cagney-Wuninitialized fixes.
2001-03-22 Andrew CagneyCleanup remote protocol section. Add notes on ``!...
2001-03-22 Eli Zaretskii * config/i386/nm-go32.h <top level>: Don't include...
2001-03-22 Kevin Buettner * ia64-tdep.c (fetch_instruction): Warn about slot...
2001-03-22 Jim Blandy*** empty log message ***
2001-03-22 Jim Blandy* cp-valprint.c: Bring formatting into line with GNU...
2001-03-21 Mark KettenisMake Linux use the new unified support for hardware...
2001-03-21 Jim Blandy* gdb/linespec.c (find_methods): Whitespace differences...
2001-03-21 Andrew Cagney* gdbarch.sh: Allow a non- multi-arch target to override a
2001-03-21 Andrew CagneyAvoid use of ``if ! program''.
2001-03-21 Andrew Cagney* target.h (enum target_signal): Move definition from...
2001-03-21 Andrew Cagney* frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error...
2001-03-21 Eli Zaretskii * gdbint.texinfo (Algorithms): New section "Watchpoint...
2001-03-21 Eli Zaretskii Unified support for hardware breakpoints and watchpoin...
2001-03-21 Mark Kettenis* i386-tdep.c: Add back _initialize_i386_tdep prototype...
2001-03-20 Kevin BuettnerUpdate Linux/Alpha port to use new Linux threads support.
2001-03-20 Jim Blandy* Makefile.in: Clean up dependencies on ../include...
2001-03-20 Andrew CagneyChange SOFTWARE_SINGLE_STEP_P into SOFTWARE_SINGLE_STEP...
2001-03-20 Andrew CagneyReplace abort() with internal_error().
2001-03-20 Andrew CagneyZap -Wuninitialized warnings.
2001-03-20 Jim Blandy* linespec.c (find_methods): Just call CHECK_TYPEDEF...
2001-03-20 Jim Blandy* gdb.threads/linux-dp.exp: Recognize an additional...
2001-03-20 Eli Zaretskii * breakpoint.c (print_it_typical) <bp_access_watchpoin...
2001-03-20 Kevin BuettnerConditionally include nlist.h in solib-legacy.c for...
2001-03-20 Kevin BuettnerFix ``make'' problems when building cross debugger.
2001-03-20 Andrew Cagneymalloc() -> xmalloc.
2001-03-20 Andrew CagneyMove realoc() decl to utils.c. s/realloc()/xrealloc()/.
2001-03-20 Andrew CagneyMove free() decl to utils.c.
2001-03-20 Kevin BuettnerAdd proc-service.o to NATDEPFILES.
2001-03-19 Andrew CagneyZap __STDC__ references.
2001-03-19 Andrew Cagney* TODO: List known problems with TUI.
2001-03-19 Andrew CagneyJimmy Guo stepping down.
2001-03-19 Andrew Cagney* remote.c (remote_cisco_section_offsets): Do not cast...
2001-03-19 Andrew Cagney* valops.c (hand_function_call): Simplify computation...
2001-03-19 Andrew Cagney* p-exp.y (parse_number): Avoid shift overflow when...
2001-03-19 Andrew CagneyDocument a native system printing output outside of...
2001-03-19 Kevin BuettnerFix solib support so that non-svr4-solib-host x svr4...
2001-03-19 Kevin BuettnerFix solib support so that non-svr4-solib-host x svr4...
2001-03-19 Kevin BuettnerFix NetBSD 1.4 build problem.
2001-03-18 Michael Chastain2001-03-17 Michael Chastain <chastain@redhat.com>
2001-03-17 Mark Kettenis* i387-nat.h: Doc Fix.
2001-03-17 Mark Kettenis* i386-tdep.c: Fix formatting.
2001-03-17 Mark Kettenis* config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING)...
2001-03-17 Andrew CagneyAdd support for m/M methods - pure multi-arch. These...
2001-03-16 J.T. Conklin* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed...
2001-03-16 Michael Chastain2001-03-12 Michael Chastain <chastain@redhat.com>
2001-03-16 Michael Chastain2001-03-12 Michael Chastain <chastain@redhat.com>
2001-03-16 Kevin BuettnerChange type of ``storage_needed'' from unsigned int...
2001-03-16 Michael Chastain2001-02-24 Michael Chastain <chastain@redhat.com>
2001-03-16 Orjan Friberg2001-03-16 Orjan Friberg <orjanf@axis.com>
2001-03-16 Orjan Friberg2001-03-16 Orjan Friberg <orjanf@axis.com>
2001-03-16 Kevin BuettnerMisc. cleanups.
2001-03-15 Mark Salter*** empty log message ***
2001-03-15 Mark Salter(gdb_load): Add support for additional target_info...
2001-03-15 Mark Salter*** empty log message ***
2001-03-15 Mark Salter(gdb_target_cmd): Add explicit error return.
2001-03-15 Martin Hunt2001-03-15 Martin Hunt <hunt@redhat.com>
2001-03-15 Kevin BuettnerPass NULL for the mem_attrib argument in the to_xfer_me...
2001-03-15 Andrew CagneyAdd list of targets being obsoleted.
2001-03-15 Andrew CagneyAdd ``attrib'' parameter to *xfer_memory() functions.
2001-03-15 Andrew CagneyNote Harris 88k is obsolete in news file.
2001-03-14 Andrew CagneyInclude regcache.h
2001-03-14 Andrew CagneyUpdate target list.
2001-03-14 Keith Seitz * linespec.c (decode_line_1): Skip argptr over a leading
2001-03-14 Kevin BuettnerAdd entry of ia64-aix-nat.c.
2001-03-14 Andrew CagneyEliminate some uses of __STDC__.
2001-03-13 Andrew CagneyEliminate ARCH_NUM_REGS.
2001-03-13 Fernando Nasser2001-03-13 Fernando Nasser <fnasser@redhat.com>
2001-03-13 Mark Kettenis* i386-linux-tdep.c: Fix formatting and clarify comments.
2001-03-13 Andrew Cagney* gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
2001-03-10 Kevin BuettnerCleanup solib-svr4.c by moving legacy code out to its...
2001-03-10 Kevin BuettnerCommitted.
2001-03-09 Andrew CagneyMove Philip Blundell to Write After Approval list.
2001-03-09 Keith Seitz * MAINTAINERS: Add myself to write after approval...
2001-03-09 Mark Kettenis* i387-tdep.c (print_i387_status_word): Fix printing...
2001-03-09 Andrew CagneyObsolete harris 88k target.
2001-03-09 Andrew CagneyDelete make rules for obsolete files.
2001-03-08 David Taylor * gdb.base/annota1.exp: Move test of isnative to earli...
2001-03-08 David TaylorAdd comment (part of immediately previous commit).
2001-03-08 David Taylor * stack.c (parse_frame_specification): For one argumen...
2001-03-08 Andrew Cagney* TODO: Revise 5.1 list. Delete PARAMS task. Add...
2001-03-08 Andrew CagneyDoco SID + GDB + Solaris 8 broken.
2001-03-07 Orjan Friberg2001-03-07 Orjan Friberg <orjanf@axis.com>
2001-03-07 Orjan Friberg2001-02-26 Orjan Friberg <orjanf@axis.com>
2001-03-07 Mark Kettenis* defs.h: Provide prototypes for floatformat_is_negative,
2001-03-07 Eli Zaretskii * top.c (init_main): Make `set history file name'...
2001-03-07 J.T. Conklin* Makefile.in (LINTFLAGS): Update to contain all of...
2001-03-07 J.T. ConklinRemove local change that wasn't supposed to be committed.
2001-03-07 J.T. Conklin2001-03-06 J.T. Conklin <jtc@redback.com>
2001-03-06 Stan Shebs * MAINTAINERS: Remove self from specific maintenance...
2001-03-06 Kevin BuettnerUpdate/correct copyright notices.
2001-03-06 Kevin BuettnerFix whitespace problem in my most recent entry.
next