aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-09-19 * lib/insight-support.exp (_gdbtk_export_target_info): AddKeith Seitz2-0/+23
support for running tests against sid targets. (gdbtk_done): Ditto.
2001-09-19*** empty log message ***gdbadmin1-1/+1
2001-09-18 * gdb.base/ending-run.c (main): Set stdout buffersizeCorinna Vinschen3-1/+12
to the same reasonable value for any target. * gdb.base/ending-run.exp: Add a regular expression to make testsuite happy on Sanyo Stormy16 target.
2001-09-18Add ui_out parameter to libgdb functions.Andrew Cagney7-19/+46
2001-09-18*** empty log message ***gdbadmin1-1/+1
2001-09-17 * gdb.base/display.c (do_loops): Add float variable `f'.Corinna Vinschen3-7/+24
Increment f in loop. * gdb.base/display.exp: Increment timeout by 60 seconds. Change float display test to use variable `f'.
2001-09-17* gdb.base/restore.exp: Use temporary breakpoints, to avoidJim Blandy2-11/+14
overflowing the limited breakpoint tables on some ROM monitors (like the ROM68K).
2001-09-17*** empty log message ***gdbadmin1-1/+1
2001-09-16*** empty log message ***gdbadmin1-1/+1
2001-09-152001-09-15 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2-1/+6
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with the "-ac" (disable access control) flag.
2001-09-15*** empty log message ***gdbadmin1-1/+1
2001-09-14Commit Ilya Golubev's clear_solib() fixes.Kevin Buettner4-0/+12
2001-09-14*** empty log message ***gdbadmin1-1/+1
2001-09-13* monitor.c (monitor_load): Don't delete symtab users, or resetJim Blandy2-9/+16
inferior_ptid.
2001-09-13(monitor_load): Fix indentation.Jim Blandy1-8/+7
2001-09-13(monitor_load): Fix indentation.Jim Blandy1-0/+12
2001-09-13*** empty log message ***gdbadmin1-1/+1
2001-09-12Remove incomplete section on overlays, committed by accident.Jim Blandy1-79/+0
2001-09-12* printcmd.c (print_scalar_formatted): Fix indentation.Jim Blandy1-2/+2
2001-09-12*** empty log message ***gdbadmin1-1/+1
2001-09-11*** empty log message ***gdbadmin1-1/+1
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