aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-09-10* rom68k-rom.c (init_rom68k_cmds): Set the flag indicating thatJim Blandy2-1/+6
programs running on the board can produce output.
2001-09-102001-09-10 Jason Molenda (jmolenda@apple.com)Jason Molenda3-3/+8
* NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry.
2001-09-10*** empty log message ***gdbadmin1-1/+1
2001-09-09*** empty log message ***gdbadmin1-1/+1
2001-09-08Fix truncated 2001-08-23 entry.Mark Kettenis1-1/+1
2001-09-08* gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2-5/+3
MEM_FNS_DECLARED.
2001-09-08* config/xm-aix4.h (MEM_FNS_DECLARED): Removed.Mark Kettenis2-5/+2
2001-09-08* gdbint.texinfo (Host Definition): Remove description of R_OK.Mark Kettenis2-3/+2
2001-09-08* config/arm/xm-linux.h, config/ia64/xm-linux.h,Mark Kettenis7-18/+5
config/m68k/xm-linux.h, config/mips/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove redundant inclusion of <unistd.h>.
2001-09-08* gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2-5/+5
HAVE_SIGSETMASK.
2001-09-08* gdbtypes.h (struct block): Add forward declaration.Mark Kettenis2-0/+7
2001-09-08*** empty log message ***gdbadmin1-1/+1
2001-09-07* defs.h (enum return_reason): Renumber so that all values areAndrew Cagney3-40/+134
negative. (RETURN_MASK): Negate reason. (catch_exception_ftype): Declare. (catch_exceptions): Declare. * top.c (catcher): New function, based on catch_errors. Add in parameter func_uiout and out parameters func_val, func_caught and func_cleanup. Change type of func to catch_exceptions_ftype. Save/restore uiout. (struct catch_errors_args): Define. (do_catch_errors): New function. (catch_errors): Rewrite, use do_catch_errors and catcher. (catch_exceptions): New function, use catcher.
2001-09-07Correctly parse register values provided by the monitor.Jim Blandy3-2/+92
* rom68k-rom.c: #include "value.h". (is_hex_digit, hex_digit_value, is_whitespace, rom68k_supply_one_register): New static functions. (rom68k_supply_register): Call rom68k_supply_one_register, instead of monitor_supply_register; the latter was incorrectly parsing the values. * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
2001-09-07* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaultsMark Kettenis2-4/+5
to using setpgid if available now.
2001-09-07*** empty log message ***gdbadmin1-1/+1
2001-09-06 From Ian Roxborough <irox@redhat.com>Keith Seitz3-424/+407
* configure.in: Use ITCL_LIB_FULL_PATH and ITK_LIB_FULL_PATH to set Itcl and Itk dependancies for gdb. * configure: Regenerated.
2001-09-06Don't use error result from find_stab_function_addr().Kevin Buettner3-6/+47
2001-09-062001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+18
* gdbint.texinfo (Target Architecture Definition): Add explanation of TARGET_PRINT_INSN macro.
2001-09-06*** empty log message ***gdbadmin1-1/+1
2001-09-052001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni13-19/+94
* gdbarch.sh: Move include of dis-asm.h so it is generated earlier in gdbarch.h. (TARGET_PRINT_INSN): Multiarch. * gdbarch.h: Regenerate. * gdbarch.c: Regenerate. * arch-utils.c (legacy_print_insn): New function. * arch-utils.h (legacy_print_insn): Export. * cris-tdep.c (cris_delayed_get_disassembler): Use TARGET_PRINT_INSN, instead of tm_print_insn. * d10v-tdep.c (print_insn): Ditto. * d30v-tdep.c (print_insn): Ditto. * m32r-tdep.c (dump_insn): Ditto. * v850-tdep.c (v850_scan_prologue): Ditto. * mcore-tdep.c (mcore_dump_insn): Ditto. * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
2001-09-05Fix typo.Michael Snyder1-1/+6
2001-09-05* gdbtypes.h (struct type): Doc fix.Jim Blandy2-15/+27
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