summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* Correctly parse register values provided by the monitor.Jim Blandy2001-09-073-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.
* * config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaultsMark Kettenis2001-09-072-4/+5
| | | | to using setpgid if available now.
* *** empty log message ***gdbadmin2001-09-071-1/+1
|
* From Ian Roxborough <irox@redhat.com>Keith Seitz2001-09-063-424/+407
| | | | | | | * configure.in: Use ITCL_LIB_FULL_PATH and ITK_LIB_FULL_PATH to set Itcl and Itk dependancies for gdb. * configure: Regenerated.
* Don't use error result from find_stab_function_addr().Kevin Buettner2001-09-063-6/+47
|
* 2001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-062-2/+19
| | | | | * gdbint.texinfo (Target Architecture Definition): Add explanation of TARGET_PRINT_INSN macro.
* *** empty log message ***gdbadmin2001-09-061-1/+1
|
* 2001-09-05 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-0513-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.
* Fix typo.Michael Snyder2001-09-051-1/+6
|
* * gdbtypes.h (struct type): Doc fix.Jim Blandy2001-09-052-15/+27
|
* 2001-08-31 Jason Molenda (jmolenda@apple.com)Michael Snyder2001-09-051-1/+0
| | | | | * c-valprint.c (c_val_print): Second call to check_typedef () is no longer necessary.
* 2001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-054-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-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-056-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-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-09-052-5/+38
| | | | | | From Daniel Jacobowitz <drow@mvista.com> * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without a name specially.
* *** empty log message ***gdbadmin2001-09-051-1/+1
|
* *** empty log message ***gdbadmin2001-09-041-1/+1
|
* 2001-08-30 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-09-032-4/+9
| | | | | * gdb.base/remote.c: Use a small buffer for targets with 16-bit ints.
* *** empty log message ***gdbadmin2001-09-031-1/+1
|
* *** empty log message ***gdbadmin2001-09-021-1/+1
|
* Make GDB use libiberty regex implementation.Mark Kettenis2001-09-017-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.
* *** empty log message ***gdbadmin2001-09-011-1/+1
|
* Don't let a branch unit nop terminate the prologue scan.Kevin Buettner2001-08-312-3/+9
|
* * gdb.texinfo (`add-symbol-file'): Correct synopsis.Jim Blandy2001-08-312-1/+119
| | | | Explain what it means to load relocatable files.
* * symfile.c (sections_overlap): New function.Jim Blandy2001-08-312-5/+24
| | | | | (map_overlay_command): Call sections_overlap, instead of using incorrect logic to recognize overlapping sections.
* * symfile.c (load_command): Invalidate the overlay cache.Jim Blandy2001-08-312-0/+8
|
* *** empty log message ***gdbadmin2001-08-311-1/+1
|
* *** empty log message ***Jim Blandy2001-08-301-0/+5
|
* * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.Mark Kettenis2001-08-302-4/+4
|
* * README: Update documentation to reflect recent changes.Keith Seitz2001-08-307-32/+42
| | | | | | | | * browser.exp: Load the insight testsuite support library. * c_variable.exp: Likewise. * console.exp: Likewise. * cpp_variable.exp: Likewise. * srcwin.exp: Likewise.
* * lib/gdb.exp: Move all insight-related functionality intoKeith Seitz2001-08-303-280/+299
| | | | | separate file. * lib/insight-support.exp: New file.
* Cleanups. Now passes!Andrew Cagney2001-08-303-12/+17
|
* *** empty log message ***gdbadmin2001-08-301-1/+1
|
* * gdb/sid connect fix, etc.Frank Ch. Eigler2001-08-292-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.
* Applied Daniel Jacobowitz's patch for reattaching in the presence ofKevin Buettner2001-08-292-5/+34
| | | | remote SVR4 shared libraries.
* Add newline at end of file.Keith Seitz2001-08-291-1/+1
|
* Fix comments on `struct frame_info'.Andrew Cagney2001-08-292-4/+11
|
* * library/bpwin.itb (bp_select): Use standard preferencesKeith Seitz2001-08-294-7/+13
| | | | | | | for selection fg & bg, not tixOption database. * process.itb, tracedlg.tcl: Remove all traces of those three evil little letters, "t", "i", "x".
* * library/tracedlg.tcl (build_win): Use libgui'sKeith Seitz2001-08-293-48/+64
| | | | | | | | | | Labelledframe instead of tixLabelFrame. Use iwidgets::scrolledlistbox instead of tixScrolledListbox. (edit): Check if there is a selection in the listbox before proceeding. Escape method callbacks before passing to ActionDlg. * library/actiondlg.tcl (constructor): Use "gdb_reginfo"
* *** empty log message ***gdbadmin2001-08-291-1/+1
|
* * library/tdump.tcl (class TdumpWin): Inherit from GDBWinKeith Seitz2001-08-282-50/+42
| | | | | | | | | | | | | and ManagedWin. (constructor): Remove old itcl2 handling code and name the window. (build_win): Use iwidgets::scrolledtext instead of tixScrolledText. (twin): Remove unused variable. Use itk_component(stext) instead. (maxwidth): Remove unused variable. (destructor): Remove unused method. (config): Ditto.
* * library/srcpref.itb (build_win): Use iwidgets::spinintKeith Seitz2001-08-282-3/+10
| | | | instead of tixControl.
* * gdbint.texinfo: Bring the HTML `top' menu into sync with theJim Blandy2001-08-281-0/+3
| | | | info `top' menu.
* * library/process.ith (top): Remove unused protected variable.Keith Seitz2001-08-283-35/+57
| | | | | | | | | | | | | | | | Use GDBWin::_top instead. (lb): Remove unused variable. (change_context): Remove parameter. It's not needed. * library/process.itb (constructor): Don't set the variable "top". It isn't needed. GDBWin has this information. (buildwin): Get rid of tixScrolledListbox. Use iwidgets::scrolledlistbox instead. Loose the balloon help. It annoys more than helps. (update): Use new scrolledlistbox component. Split the list of threads BEFORE doing llength. Someone shoot me if this has to be fixed one more time... (change_context): Update definition and usage. (cursor): Use GDBWin::_top instead of our own private copy.
* * generic/gdbtk-cmds.c (gdb_disassemble_driver): We should beKeith Seitz2001-08-282-1/+7
| | | | | looking for "thread", not "threads" to determine if we have a multi-threaded child process.
* * library/bpwin.itb (build_win): Get rid of tixScrolledWindowKeith Seitz2001-08-282-10/+25
| | | | | and use iwidgets::scrolledframe until something better comes along.
* *** empty log message ***gdbadmin2001-08-281-1/+1
|
* * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: SomeMark Kettenis2001-08-2711-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
* From 2001-06-29 Andrew Cagney <ac131313@redhat.com>:Andrew Cagney2001-08-273-23/+5
| | | | * config/powerpc/nbsd.mh (XM_FILE): Delete.
* *** empty log message ***gdbadmin2001-08-271-1/+1
|
* * doublest.h (HOST_FLOAT_FORMAT): Delete macro.Andrew Cagney2001-08-262-16/+5
| | | | (HOST_DOUBLE_FORMAT): Delete macro.