aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-09-052001-08-31 Jason Molenda (jmolenda@apple.com)Michael Snyder1-1/+0
* c-valprint.c (c_val_print): Second call to check_typedef () is no longer necessary.
2001-09-052001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-6/+21
From Daniel Jacobowitz <drow@mvista.com> * dbxread.c (free_header_files): Make global. (init_header_files): Likewise. * stabsread.h (free_header_files): Add prototype. (init_header_files): Likewise. * mdebugread.c (mdebug_build_psymtabs): Initialize properly before using the stabs debug reader.
2001-09-052001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni6-10/+24
From Daniel Jacobowitz <drow@mvista.com> * dbxread.c (dbx_symfile_read): Only reinitialize the psymbol list if mainline or if both static and global lists are empty. * dwarf2read.c (dwarf2_build_psymtabs): Likewise. * dwarfread.c (dwarf_build_psymtabs): Likewise. * xcoffread.c (xcoff_initial_scan): Likewise. * os9kread.c (os9k_symfile_read): Likewise.
2001-09-052001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-5/+38
From Daniel Jacobowitz <drow@mvista.com> * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without a name specially.
2001-09-05*** empty log message ***gdbadmin1-1/+1
2001-09-04*** empty log message ***gdbadmin1-1/+1
2001-09-032001-08-30 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2-4/+9
* gdb.base/remote.c: Use a small buffer for targets with 16-bit ints.
2001-09-03*** empty log message ***gdbadmin1-1/+1
2001-09-02*** empty log message ***gdbadmin1-1/+1
2001-09-01Make GDB use libiberty regex implementation.Mark Kettenis7-6402/+45
* gdb_regex.h: Normalize protection against multiple inclusion. Include "xregex.h" instead of "gnu-regex.h". * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h". * cli/cli-decode.c: Likewise. * Makefile.in (REGEX): Remove. (GDB_CFLAGS): Remove reference to gnu-regex.h in comment. (ADD_FILES, ADD_DEPS): Remove $(REGEX). (POSSLIBS): Remove. (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS). (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o, xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with gdb_regex.h in list of dependencies. (gnu-regex.o): Remove rule. * gnu-regex.c, gnu-regex.h: Remove files.
2001-09-01*** empty log message ***gdbadmin1-1/+1
2001-08-31Don't let a branch unit nop terminate the prologue scan.Kevin Buettner2-3/+9
2001-08-31* gdb.texinfo (`add-symbol-file'): Correct synopsis.Jim Blandy2-1/+119
Explain what it means to load relocatable files.
2001-08-31* symfile.c (sections_overlap): New function.Jim Blandy2-5/+24
(map_overlay_command): Call sections_overlap, instead of using incorrect logic to recognize overlapping sections.
2001-08-31* symfile.c (load_command): Invalidate the overlay cache.Jim Blandy2-0/+8
2001-08-31*** empty log message ***gdbadmin1-1/+1
2001-08-30*** empty log message ***Jim Blandy1-0/+5
2001-08-30* config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.Mark Kettenis2-4/+4
2001-08-30 * lib/gdb.exp: Move all insight-related functionality intoKeith Seitz3-280/+299
separate file. * lib/insight-support.exp: New file.
2001-08-30Cleanups. Now passes!Andrew Cagney3-12/+17
2001-08-30*** empty log message ***gdbadmin1-1/+1
2001-08-29* gdb/sid connect fix, etc.Frank Ch. Eigler2-16/+22
2001-08-29 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (sid_start): Never set sid verbosity; disable expect_background {} that consumed its stdout; tolerate </dev/null. Attempt to set endianness override in "sid" protocol mode. Cleanup.
2001-08-29Applied Daniel Jacobowitz's patch for reattaching in the presence ofKevin Buettner2-5/+34
remote SVR4 shared libraries.
2001-08-29Fix comments on `struct frame_info'.Andrew Cagney2-4/+11
2001-08-29*** empty log message ***gdbadmin1-1/+1
2001-08-28* gdbint.texinfo: Bring the HTML `top' menu into sync with theJim Blandy1-0/+3
info `top' menu.
2001-08-28*** empty log message ***gdbadmin1-1/+1
2001-08-27* event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: SomeMark Kettenis11-617/+672
gratuitious whitespace changes. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * top.c: Remove redundant logic to define HAVE_SIGSETMASK. (sigsetmask) Don't define macro. (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from async_stop_sig from event-top.c. [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined. * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical order. Add sigsetmask. (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in alphabetical order. * config/xm-aix4.h, config/alpha/xm-alphalinux.h, config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h (HAVE_SIGSETMASK): Remove. * aclocal.m4, config.in, configure
2001-08-27From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:Andrew Cagney3-23/+5
* config/powerpc/nbsd.mh (XM_FILE): Delete.
2001-08-27*** empty log message ***gdbadmin1-1/+1
2001-08-26* doublest.h (HOST_FLOAT_FORMAT): Delete macro.Andrew Cagney2-16/+5
(HOST_DOUBLE_FORMAT): Delete macro.
2001-08-26*** empty log message ***gdbadmin1-1/+1
2001-08-25*** empty log message ***gdbadmin1-1/+1
2001-08-24* config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,Mark Kettenis6-15/+6
config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant inclusion of <limits.h>.
2001-08-24* regcache.c (read_register_bytes): When REGISTER_NAME indicatesAndrew Cagney2-5/+18
that a register should be ignored, supply a value for the register from the raw registers[] buffer.
2001-08-24* go32-nat.c (go32_create_inferior): Use xfree instead of free.Andrew Cagney3-1/+9
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and i386bsd-nat.c.
2001-08-24* gdbtypes.h (builtin_type_ieee_single_big)Andrew Cagney3-0/+112
(builtin_type_ieee_single_little, builtin_type_ieee_double_big) (builtin_type_ieee_double_little) (builtin_type_ieee_double_littlebyte_bigword) (builtin_type_i387_ext, builtin_type_m68881_ext) (builtin_type_i960_ext, builtin_type_m88110_ext) (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big) (builtin_type_arm_ext_littlebyte_bigword) (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little) (builtin_type_ia64_quad_big) (builtin_type_ia64_quad_little): Declare. * gdbtypes.c (builtin_type_ieee_single_big) (builtin_type_ieee_single_little, builtin_type_ieee_double_big) (builtin_type_ieee_double_little) (builtin_type_ieee_double_littlebyte_bigword) (builtin_type_i387_ext, builtin_type_m68881_ext) (builtin_type_i960_ext, builtin_type_m88110_ext) (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big) (builtin_type_arm_ext_littlebyte_bigword) (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little) (builtin_type_ia64_quad_big) (builtin_type_ia64_quad_little): Define. (_initialize_gdbtypes): Initialize builtin floatformat types.
2001-08-24*** empty log message ***gdbadmin1-1/+1
2001-08-23* tracepoint.c (read_actions): Add FIXME for code depending onMark Kettenis2-0/+10
STOP_SIGNAL.
2001-08-232001-08-23 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-0/+12
* remote-mips.c (pmon_load_fast): Add ui_load_progress_hook to download loop. (mips_load_srec): Ditto.
2001-08-23Add TYPE_FLOATFORMAT().Andrew Cagney3-0/+28
2001-08-23*** empty log message ***gdbadmin1-1/+1
2001-08-22*** empty log message ***gdbadmin1-1/+1
2001-08-21 * printcmd.c (print_insn): Use the given stream forKeith Seitz2-0/+7
output.
2001-08-21* arm-tdep.c (convert_from_extended, convert_to_extended): DeleteAndrew Cagney3-69/+40
assembler version of function. (convert_from_extended, convert_to_extended): Rewrite. Use floatformat_to_doublest, floatformat_from_doublest, floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword. (arm_push_arguments): Use extract_floating and store_floating to perform floating point conversions. (SWAP_TARGET_AND_HOST): Delete macro. * arm-linux-tdep.c (arm_linux_push_arguments): Use extract_floating and store_floating to perform floating point conversions.
2001-08-21* gdbtypes.h (struct type): Clarify meaning of field ``length''.Andrew Cagney2-6/+14
2001-08-21*** empty log message ***gdbadmin1-1/+1
2001-08-20*** empty log message ***gdbadmin1-1/+1
2001-08-19* mi0-var-block.exp, mi0-stack.exp, mi0-simplerun.exp,Andrew Cagney31-132/+145
mi0-regs.exp, mi0-watch.exp, mi0-stepi.exp, mi0-until.exp, mi0-return.exp, mi0-read-memory.exp, mi0-eval.exp, mi0-disassemble.exp, mi0-console.exp, mi-watch.exp, mi-var-display.exp, mi-var-cmd.exp, mi-var-child.exp, mi-until.exp, mi-var-block.exp, mi-stepi.exp, mi-stack.exp, mi-simplerun.exp, mi-return.exp, mi-regs.exp, mi-read-memory.exp, mi-disassemble.exp, mi-eval.exp, mi-console.exp: Replace pattern matching thread=0 with one to also match thread=1. Fix PR gdb/190.
2001-08-19* lib/mi-support.exp (mi_gdb_start): If a remote target, use theAndrew Cagney2-0/+21
CLI jump command to start it. (mi_run_to_main): Fail immediatly when unexpected output.