summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Daniel Jacobowitz' update to Michael Snyder's reverse debugging patchesdrow-reverse-20070409-branchcvs/drow-reverse-20070409-branchMichael Snyder2008-06-10316-77843/+765
|
* *** empty log message ***drow-reverse-20070409-branchpointgdbadmin2007-04-091-1/+1
|
* daily updateAlan Modra2007-04-091-1/+1
|
* Pass stderr of program run with "target remote |"Vladimir Prus2007-04-086-2/+111
| | | | | | | | | | | | | | | | via gdb_stderr. * serial.c (serial_open): Set error_fd to -1. * serial.h (struct serial): New field error_fd. (struct serial_opts): New field avail. * ser-pipe.c (pipe_open): Create another pair of sockets. Pass stderr to gdb. * ser-mingw.c (pipe_windows_open): Pass PEX_STDERR_TO_PIPE to pex_run. Initialize sd->error_fd. (pipe_avail): New. (_initialize_ser_windows): Hook pipe_avail. * ser-base.c (generic_readchar): Check if there's anything in stderr channel and route that to gdb_stderr.
* *** empty log message ***gdbadmin2007-04-081-1/+1
|
* daily updateAlan Modra2007-04-081-1/+1
|
* *** empty log message ***gdbadmin2007-04-071-1/+1
|
* daily updateAlan Modra2007-04-071-1/+1
|
* 2007-04-03 Matt Thomas <matt@netbsd.org>Matt Thomas2007-04-062-2/+9
| | | | | | * elf32-vax.c (elf_vax_relocate_section): Do not emit a PCREL reloc in a shared object if it is not in a CODE section or if it is against a section symbol. This allows DWARF2 to use pcrel format.
* * filename_cmp.c (filename_cmp): Improve documentation.Joel Brobecker2007-04-062-5/+10
|
* daily updateAlan Modra2007-04-061-1/+1
|
* *** empty log message ***gdbadmin2007-04-061-1/+1
|
* bfd/H.J. Lu2007-04-052-2/+9
| | | | | | | | | | | | | | | | | | | 2007-04-05 H.J. Lu <hongjiu.lu@intel.com> PR ld/4304 * elflink.c (bfd_elf_final_link): Call einfo callback in bfd_link_info instead of _bfd_error_handler for DT_TEXTREL warning. ld/testsuite/ 2007-04-05 H.J. Lu <hongjiu.lu@intel.com> PR ld/4304 * ld-i386/i386.exp: Run "warn1". * ld-i386/warn1.d: New file. * ld-i386/warn1.s: Likewise.
* bfd/Alan Modra2007-04-052-0/+47
| | | | | | | * elf32-spu.c (spu_elf_output_symbol_hook): New function. (elf_backend_link_output_symbol_hook): Define. ld/testsuite/ * ld-spu/ovl2.d: Update.
* 2007-04-04 Eric Christopher <echristo@apple.com>Eric Christopher2007-04-052-5/+42
| | | | | | | | | | | | | | | Move from gcc: 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu> * texi2pod.pl: Correct handling of @itemize with no argument. 2007-02-16 Matthias Klose <doko@debian.org> * texi2pod.pl: Handle @subsubsection, ignore @anchor. 2007-02-06 Richard Sandiford <richard@codesourcery.com> * texi2pod.pl: Handle @multitable.
* daily updateAlan Modra2007-04-051-1/+1
|
* *** empty log message ***gdbadmin2007-04-051-1/+1
|
* daily updateAlan Modra2007-04-041-1/+1
|
* *** empty log message ***gdbadmin2007-04-041-1/+1
|
* * dbxread.c (read_ofile_symtab): Move current_objfilePedro Alves2007-04-032-2/+7
| | | | clearing to after end_stabs.
* daily updateAlan Modra2007-04-031-1/+1
|
* *** empty log message ***gdbadmin2007-04-031-1/+1
|
* * gdb.texinfo: Consistently capitalize all significant words inBob Wilson2007-04-022-379/+388
| | | | | | | node names, chapter titles, section titles, and headings. Update cross references to match. (Starting and Stopping Trace Experiment): Make node name plural. (Breakpoint related warnings): Hyphenate "Breakpoint-related".
* PR binutils/4292Nick Clifton2007-04-023-1/+26
| | | | | | | | | | | | | | | | | * bfd.c (bfd_fprintf_vma): Do not print addresses of 32-bit targets as 64-bit values, even if running on a 64-bit host. * coffgen.c (coff_print_symbol): Likewise. * nm.c (value_format): Replace with value_format_32bit and value_format_64bit. (set_radix): Update setting of value_format. (set_print_width): New function. Compute the address size of a given bfd and set the print_width global appropriately. (display_archive): Use set_print_width. (display_file): Likewise, (print_object_filename_sysv): Update use of print_width. (print_archive_member_sysv): Likewise. (print_symbol_filename_posix): Likewise. (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
* * filename_cmp.c: Include "config.h".Andreas Schwab2007-04-022-0/+8
|
* daily updateAlan Modra2007-04-021-1/+1
|
* *** empty log message ***gdbadmin2007-04-021-1/+1
|
* * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameterAndreas Schwab2007-04-012-1/+6
| | | | gdbarch instead of current_gdbarch.
* * varobj.c (varobj_create): Keep varobj valueVladimir Prus2007-04-012-5/+14
| | | | NULL when evaluating the type.
* * gdb.mi/mi-var-child.cVladimir Prus2007-04-018-37/+69
| | | | | | | | | | | | | | | | | | | (do_children_tests): User char[2] instead of char so that automatic printing of pointers to char don't give unpredicable result. * gdb.mi/var-cmd.c (do_locals_test): Initialize local variables. * gdb.mi/mi-var-child.exp: Step to right line of do_children_tests. * gdb.mi/mi2-var-child.exp: Likewise. * gdb.mi/mi-var-cmd.exp: Step to right line of do_locals_tests. (do_children_tests): User char[2] instead of char so that automatic printing of pointers to char don't give unpredicable result. * gdb.mi/mi2-var-cmd.exp: Likewise. * lib/mi-support.exp (mi_continue_to_line): Pass test name to mi_wait_for_stop.
* daily updateAlan Modra2007-04-011-1/+1
|
* *** empty log message ***gdbadmin2007-04-011-1/+1
|
* * NEWS: Mention new Windows CE support.Pedro Alves2007-03-312-0/+8
|
* *** empty log message ***gdbadmin2007-03-311-1/+1
|
* daily updateAlan Modra2007-03-311-1/+1
|
* gdb/Pedro Alves2007-03-3017-2874/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.tgt: Move mips*-*-pe and sh*-*-pe to the obsoletion stanza. * NEWS: Mention deleted targets. * config/sh/tm-wince.h: Remove. * config/sh/wince.mt: Remove. * config/mips/tm-wince.h: Remove. * config/mips/wince.mt: Remove. * wince.c: Remove. * wince-stub.c: Remove. * wince-stub.h: Remove. * Makefile.in (wince.o): Remove rule. (wince-stub.o): Likewise. * mips-tdep.c (mips_next_pc): Make static. * mips-tdep.h (mips_next_pc): Remove declaration. * arm-tdep.c (arm_pc_is_thumb): Make static. (thumb_get_next_pc): Likewise. (arm_get_next_pc): Likewise. * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration. (arm_pc_is_thumb): Likewise. (thumb_get_next_pc): Likewise. (arm_get_next_pc): Likewise. gdb/doc/ * gdb.texinfo (WinCE): Delete obsolete subsection.
* * win32-low.c: Commit leftover changes from 2007-03-29.Pedro Alves2007-03-302-160/+226
|
* * MAINTAINERS: Remove d10v entry.Daniel Jacobowitz2007-03-3023-6369/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (SFILES): Remove dwarfread.c. (COMMON_OBS): Remove dwarfread.o. (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o) (remote-est.o, rom68k-rom.o): Delete. * NEWS: Mention removal of d10v, target abug, target cpu32bug, target est, target rom68k, and DWARF 1. * configure.tgt: Mark d10v as removed. * dwarf2read.c: Doc update. * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset, and lnsize. (elf_locate_sections): Do not set them. (elf_symfile_read): Do not call dwarf_build_psymtabs. * symfile.h (dwarf_build_psymtabs): Delete prototype. * config/m68k/monitor.mt (TDEPFILES): Prune. * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c, remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete. * gdb.texinfo (M68K): Remove obsolete ROM monitors. * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c references. * gdb.asm/asm-source.exp: Remove d10v case. * lib/gdb.exp (skip_cplus_tests): Likewise. * gdb.asm/d10v.inc: Deleted.
* * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bitDaniel Jacobowitz2007-03-302-21/+32
| | | | | | | fields short instead of int. Add explicit padding. (i387_cache_to_fsave): Remove unnecessary casts. (i387_fsave_to_cache): Doc fix. (i387_cache_to_fxsave): Remove unnecessary casts and masking.
* * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.Daniel Jacobowitz2007-03-302-1/+7
| | | | (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
* * doublest.c (convert_floatformat_to_doublest): UseDaniel Jacobowitz2007-03-307-20/+162
| | | | | | | | | | | | | floatformat_classify. (floatformat_is_nan): Rename to... (floatformat_classify): ...this. Return more information. * doublest.h (enum float_kind): New. (floatformat_is_nan): Replace prototype... (floatformat_classify): ...with this one. * valprint.c (print_floating): Use floatformat_classify. Handle infinity. * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
* * README: Mention ISO C library requirement.Daniel Jacobowitz2007-03-302-1/+7
|
* * Makefile.in (SFILES): Remove nlmread.c.Daniel Jacobowitz2007-03-3016-617/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | (COMMON_OBS): Remove nlmread.o. (nlmread.o): Delete rule. * README: Delete reference to remote-st.c. * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete. * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and GDB_OSABI_LYNXOS. * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete. (_initialize_i386_tdep): Do not reference them. * nlmread.c: Delete file. * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS. * target.c: Doc update. * thread.c: Delete commented include. * config/alpha/tm-alpha.h: Doc update. * gdb.texinfo (Startup): Delete references to some alternate names for .gdbinit. (Thread): Remove LynxOS reference. (Tandem ST2000): Delete target-specific documentation. * gdbint.texinfo (Symbol Handling): Remove mention of NLM. (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE and GDB_OSABI_LYNXOS. * config/netware.exp: Delete file.
* * utils.c (string_to_core_addr): Comment typo.Maciej W. Rozycki2007-03-302-1/+5
|
* * mips-tdep.c: Comment typo.Maciej W. Rozycki2007-03-302-1/+5
|
* gdb/ChangeLog:Ulrich Weigand2007-03-3011-68/+31
| | | | | | | | | | | | | | | | | | | * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove. * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove. * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove. * config/powerpc/nm-ppc64-linux.h: Remove file. * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h. * inferior.h (PTRACE_ARG3_TYPE): Do not define. (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3. * infptrace.c (call_ptrace): Likewise. * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define. (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET. (store_register): Likewise. gdb/doc/ChangeLog: * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
* * Makefile.in (varobj.o): Add missing dependency.Joel Brobecker2007-03-302-2/+6
|
* Fix the entry date of a couple of entries.Joel Brobecker2007-03-301-2/+2
|
* *** empty log message ***gdbadmin2007-03-301-1/+1
|
* daily updateAlan Modra2007-03-301-1/+1
|