summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* *** empty log message ***gdbadmin2001-08-261-1/+1
|
* *** empty log message ***gdbadmin2001-08-251-1/+1
|
* * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,Mark Kettenis2001-08-246-15/+6
| | | | | config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant inclusion of <limits.h>.
* * regcache.c (read_register_bytes): When REGISTER_NAME indicatesAndrew Cagney2001-08-242-5/+18
| | | | | that a register should be ignored, supply a value for the register from the raw registers[] buffer.
* * go32-nat.c (go32_create_inferior): Use xfree instead of free.Andrew Cagney2001-08-243-1/+9
| | | | | * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and i386bsd-nat.c.
* * gdbtypes.h (builtin_type_ieee_single_big)Andrew Cagney2001-08-243-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.
* * library/srcwin.itb (SrcWin::fillFuncCB): Sort function names.Tom Tromey2001-08-242-1/+5
|
* *** empty log message ***gdbadmin2001-08-241-1/+1
|
* * tracepoint.c (read_actions): Add FIXME for code depending onMark Kettenis2001-08-232-0/+10
| | | | STOP_SIGNAL.
* 2001-08-23 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-08-232-0/+12
| | | | | | * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook to download loop. (mips_load_srec): Ditto.
* 2001-08-23 Martin M. Hunt <hunt@redhat.com>Martin Hunt2001-08-232-0/+32
| | | | * library/targetselection.itb: Added PMON and DDB targets.
* Add TYPE_FLOATFORMAT().Andrew Cagney2001-08-233-0/+28
|
* *** empty log message ***gdbadmin2001-08-231-1/+1
|