Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-09-19 | * approved by kseitz | Frank Ch. Eigler | 2 | -1/+7 | |
2001-09-19 Frank Ch. Eigler <fche@redhat.com> * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY to localhost:NNN instead of :NNN, in case Xvfb is listening only on TCP. | |||||
2001-09-19 | * gdb.base/recurse.exp: When checking leaving the watchpoint | Corinna Vinschen | 2 | -2/+28 | |
scope, recognize when gdb is in function's epilogue and pass. | |||||
2001-09-19 | * lib/insight-support.exp (_gdbtk_export_target_info): Add | Keith Seitz | 2 | -0/+23 | |
support for running tests against sid targets. (gdbtk_done): Ditto. | |||||
2001-09-19 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-18 | * gdb.base/ending-run.c (main): Set stdout buffersize | Corinna Vinschen | 3 | -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-18 | Add ui_out parameter to libgdb functions. | Andrew Cagney | 7 | -19/+46 | |
2001-09-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-17 | * gdb.base/display.c (do_loops): Add float variable `f'. | Corinna Vinschen | 3 | -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 avoid | Jim Blandy | 2 | -11/+14 | |
overflowing the limited breakpoint tables on some ROM monitors (like the ROM68K). | |||||
2001-09-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-15 | 2001-09-15 Frank Ch. Eigler <fche@redhat.com> | Frank Ch. Eigler | 2 | -1/+6 | |
* lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with the "-ac" (disable access control) flag. | |||||
2001-09-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-14 | Commit Ilya Golubev's clear_solib() fixes. | Kevin Buettner | 4 | -0/+12 | |
2001-09-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-13 | * monitor.c (monitor_load): Don't delete symtab users, or reset | Jim Blandy | 2 | -9/+16 | |
inferior_ptid. | |||||
2001-09-13 | (monitor_load): Fix indentation. | Jim Blandy | 1 | -8/+7 | |
2001-09-13 | (monitor_load): Fix indentation. | Jim Blandy | 1 | -0/+12 | |
2001-09-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-12 | Remove incomplete section on overlays, committed by accident. | Jim Blandy | 1 | -79/+0 | |
2001-09-12 | * printcmd.c (print_scalar_formatted): Fix indentation. | Jim Blandy | 1 | -2/+2 | |
2001-09-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-10 | * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that | Jim Blandy | 2 | -1/+6 | |
programs running on the board can produce output. | |||||
2001-09-10 | 2001-09-10 Jason Molenda (jmolenda@apple.com) | Jason Molenda | 3 | -3/+8 | |
* NEWS: "ANS/ISO C" -> "ISO C". * MAINTAINERS (write-after-approval): Update my entry. | |||||
2001-09-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-08 | Fix truncated 2001-08-23 entry. | Mark Kettenis | 1 | -1/+1 | |
2001-09-08 | * gdbint.texinfo (Host Definition): Remove description of | Mark Kettenis | 2 | -5/+3 | |
MEM_FNS_DECLARED. | |||||
2001-09-08 | * config/xm-aix4.h (MEM_FNS_DECLARED): Removed. | Mark Kettenis | 2 | -5/+2 | |
2001-09-08 | * gdbint.texinfo (Host Definition): Remove description of R_OK. | Mark Kettenis | 2 | -3/+2 | |
2001-09-08 | * config/arm/xm-linux.h, config/ia64/xm-linux.h, | Mark Kettenis | 7 | -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 of | Mark Kettenis | 2 | -5/+5 | |
HAVE_SIGSETMASK. | |||||
2001-09-08 | * gdbtypes.h (struct block): Add forward declaration. | Mark Kettenis | 2 | -0/+7 | |
2001-09-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-07 | * defs.h (enum return_reason): Renumber so that all values are | Andrew Cagney | 3 | -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-07 | Correctly parse register values provided by the monitor. | Jim Blandy | 3 | -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 defaults | Mark Kettenis | 2 | -4/+5 | |
to using setpgid if available now. | |||||
2001-09-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-06 | From Ian Roxborough <irox@redhat.com> | Keith Seitz | 3 | -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-06 | Don't use error result from find_stab_function_addr(). | Kevin Buettner | 3 | -6/+47 | |
2001-09-06 | 2001-09-04 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -1/+18 | |
* gdbint.texinfo (Target Architecture Definition): Add explanation of TARGET_PRINT_INSN macro. | |||||
2001-09-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-09-05 | 2001-09-05 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 13 | -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-05 | Fix typo. | Michael Snyder | 1 | -1/+6 | |
2001-09-05 | * gdbtypes.h (struct type): Doc fix. | Jim Blandy | 2 | -15/+27 | |
2001-09-05 | 2001-08-31 Jason Molenda (jmolenda@apple.com) | Michael Snyder | 1 | -1/+0 | |
* c-valprint.c (c_val_print): Second call to check_typedef () is no longer necessary. | |||||
2001-09-05 | 2001-09-04 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 4 | -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-05 | 2001-09-04 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 6 | -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-05 | 2001-09-04 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -5/+38 | |
From Daniel Jacobowitz <drow@mvista.com> * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without a name specially. |