aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-06-04Eliminate PARAMS from function pointer declarations.Kevin Buettner53-233/+238
2000-06-04* win32-nat.c (safe_symbol_file_add_cleanup): Ensure that gdb_stderr is flushedChristopher Faylor4-148/+406
before deleting and restoring it. (safe_symbol_file_add): Ensure that gdb_stderr is flushed before reassigning it. (handle_load_dll): Split into two functions so that WFI can handle shared library events. (child_solib_loaded_library_pathname): New function. (child_clear_solibs): New function. Clears shared library list. (child_solib_add): New function. Adds shared library symbols. (dll_symbol_command): New function. Handles "dll-symbol" command. (info_dll_command): New function. Handles info "sharedlibrary" command. (handle_exceptions): Eliminate 'ignore_trap' argument. (get_child_debug_event): Eliminate two arguments. Return "pid" when appropriate. Break out on most events to allow WFI to handle stuff. (child_wait): Accomodate get_child_debug_event changes. (child_attach): Clear thread list and list of loaded dlls. (child_create_inferior): Clear list of loaded dlls. Use wait_for_inferior in a loop to look for first "trap". (child_resume): Avoid accessing a possibly-freed thread pointer. (_initialize_inftarg): Add "dll-symbols", "sharedlibrary", and "info dll", and "info sharedlibrary" commands. * config/i386/tm-cygwin.h: Add some shared library (aka DLL) hooks.
2000-06-032000-06-03 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
* read.c (is_end_of_line): Put back `;'.
2000-06-03Update md_shortopts to what we actually handle.Alan Modra2-3/+7
2000-06-03* win32-nat.c: Fix up gcc warnings throughout.Christopher Faylor5-245/+196
(handle_load_dll): Change DLL name to lower case. (handle_exception): Add a second argument indicating whether a breakpoint should be ignored. Return a 0 if the breakpoint was ignored. (get_child_debug_event): Pass argument to handle_exception to control whether a breakpoint should be ignored. (child_create_inferior): Use modern cygwin API. Explicitly clear last_sig. Pass FIRST_EXCEPTION to get_child_debug_event for detection of first breakpoint. * configure.in: Eliminate unneeded WINDRES/DLLTOOL tests left over after last change. * configure: Regenerate.
2000-06-03* configure.in: Detect correct versions of ranlib and windres whenChristopher Faylor3-206/+278
cross-compiling. * configure: Regenerate.
2000-06-03Fix name clashAlan Modra2-10/+16
2000-06-02* configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.J.T. Conklin5-2/+46
* config/i386/nbsdelf.mt: New file. * config/i386/tm-nbsdelf.h: New file. * config/i386/tm-nbsd.h: change include of tm-nbsd.h to the more explicit config/tm-nbsd.h.
2000-06-02* alphabsd-nat.c (supply_fpregset): Substract FP0_REGNUM fromMark Kettenis2-1/+6
register number when used as index into fpr_regs array.
2000-06-02 * strings.c (isgraphic): Interpret <TAB> as a printable character,David O'Brien2-2/+7
analogous to <SPACE>. Approved by: Nick Clifton <nickc@cygnus.com> <200005222243.PAA14590@elmo.cygnus.com>
2000-06-02Fix formattingNick Clifton2-50/+57
2000-06-02is_end_of_line fixes.Alan Modra8-37/+57
2000-06-02Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney8-71/+299
TARGET_LONG_DOUBLE_FORMAT. Update d10v.
2000-06-01* config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define.Mark Kettenis2-0/+7
2000-06-012000-06-01 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-0/+21
* sol-thread.c (rw_common): Circumstances (eg. a bug in Sun's thread_db library) may cause this function to be called with an illegal address, in which case procfs_to_xfer_memory will return zero. Return an error code instead of looping forever.
2000-06-01* config.bfd (i[3456]86-*-netbsdelf*): New target.J.T. Conklin2-2/+13
(i[3456]86-*-netbsdaout*): New target. (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs. (i[3456]86-*-openbsd*): Likewise.
2000-06-01The ARM assembler is not assembling the following instructionScott Bambrough2-2/+9
correctly. mrs lr, spsr The string pointer is advanced to far before the check to set the SPSR bit. Thu Jun 01 2000 Scott Bambrough <scottb@netwinder.org> * config/tc-arm.c (do_mrs): Allow SPSR_BIT to be set correctly.
2000-06-01Applied patch from Kazu Hirata <kazu@hxi.com> to fix disassembly of inc.lNick Clifton2-75/+56
and dec.l instructions
2000-06-01More updates.Andrew Cagney2-1/+93
2000-06-01* trad-core.c: From hpux-core.c, include <dirent.h> orAndrew Cagney2-1/+18
<sys/ndir.h> when possible.
2000-06-01* configure.host: Add patterns for i[3456]86-*-netbsdaout*J.T. Conklin6-2/+62
and i[3456]86-*-netbsdelf*. * config/i386/nm-nbsdelf.h: New file. * config/i386/nbsdelf.mh: New file. * config/i386/nm-nbsd.h: change include of nm-nbsd.h to the more explicit config/nm-nbsd.h. * config/i386/tm-nbsd.h: change include of tm-i386bsd.h to tm-i386.h. (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Define. -------------------------------------------------------------------
2000-06-01undo repvious deltaNick Clifton2-0/+11
2000-05-31* NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as newMark Kettenis2-0/+12
native configurations.
2000-05-31* i386bsd-nat.c: Include "gregset.h".Mark Kettenis2-8/+17
(CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead of CANNOT_FETCH_REGISTER, if not already defined. (supply_gregset): Call supply_register with NULL as its second argument instead of supplying our own zeroed out buffer. (fill_gregset): Copy contents of correct registers instead of the contents of register REGNO.
2000-05-31Revert PARAMS removal.Kevin Buettner2-4/+13
2000-05-31* configure.host, configure.tgt (alpha*-*-freebsd*): New entry.Mark Kettenis3-0/+3
2000-05-31Add support for FreeBSD/Alpha.Mark Kettenis7-0/+302
* alphabsd-nat.c, config/alpha/fbsd.mh, config/alpha/fbsd.mt, config/alpha/nm-fbsd.h, config/alpha/tm-fbsd.h, config/alpha/xm-fbsd.h: New files.
2000-05-31Add comment describoing why dgettext() is used in _() macro.Nick Clifton4-0/+35
2000-05-31Update.Ulrich Drepper1-0/+6
2000-05-31(_bfd_elf_slurp_version_tables): Correct reading of versionUlrich Drepper1-11/+33
definitions. We must not assume they are sorted in the file according to their index numbers.
2000-05-31Forgotten ChangeLog entry from an earlier commit.Michael Snyder1-0/+18
2000-05-31Add field ``name'' to floatformat.Andrew Cagney4-13/+41
2000-05-31 * MAINTAINERS: Add myself to 'Write After Approval' listPierre Muller2-0/+6
2000-05-31Import texinfo.tex from texinfo-4.0.Andrew Cagney7-728/+1366
Add support for ``make pdf'' to the gdb/doc directory using pdftex.
2000-05-31(elf_hppa_final_link_relocate) Fix handling of branches.Alan Modra2-3/+19
2000-05-30Accept 80960* machine names (as generated by ieee.c)Nick Clifton2-23/+50
2000-05-30 * Makefile.in (objalloc.o): Depend on config.hJeff Law2-1/+5
2000-05-30Add MAINTAINERS entries for Mac OS X / Objective-C code to be contributed by ↵Klee Dienes1-0/+4
Apple.
2000-05-30Undo part of previous delta, so that _() calls dgettext() not gettext().Nick Clifton1-1/+1
2000-05-302000-05-30 H.J. Lu <hjl@gnu.org>H.J. Lu3-9/+20
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the visibility bits if the symbol is undefined. Correctly handle weak undefined symbols with hidden and internal attributes. * elflink.h (elf_link_add_object_symbols): Always turn the symbol into local if it has the hidden or internal attribute.
2000-05-30Remove illegal instruciton pattern, since it is the same as the breakpointNick Clifton2-7/+5
pattern.
2000-05-30Replace defines with those from intl/libgettext.h to quieten gcc warnings.Nick Clifton14-2771/+2603
2000-05-30Add support for v4 SystemMode.Nick Clifton11-57/+159
2000-05-30* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.Andrew Cagney3-45/+206
* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
2000-05-30Further re-arange into distinct sections.Andrew Cagney2-265/+509
2000-05-30Fix my inept 2000-05-24 change.Alan Modra2-3/+8
2000-05-30* gdbarch.sh: Add field ``postdefault''. Rename fieldsAndrew Cagney2-90/+136
``startup'' and ``default'' to ``staticdefault'' and ``predefault''. Fix initialization of valid_p. Create/compare gdbarch.log.
2000-05-30Move/rename GDB_GREGSET_T definitions for solaris 2.Andrew Cagney3-7/+14
2000-05-29Fix compile time warning messages.Nick Clifton3-48/+58
2000-05-29 * hashtab.c, partition.c, xmemdup.c: Include string.hZack Weinberg10-16/+245
if HAVE_STRING_H. * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. * objalloc.c: Include config.h. Include stdlib.h and don't declare malloc or free if HAVE_STDLIB_H. * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, else declare malloc without prototype. Include string.h if HAVE_STRING_H, else declare memset without prototype. Don't include stddef.h. * sort.c: Bring over from GCC.