aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-30Linux process record and replay support.Hui Zhu5-3/+2396
* Makefile.in (ALLDEPFILES): Add linux-record.c. (ALL_TARGET_OBS): Add linux-record.o. * configure.tgt (x86_64-*-linux*): Add linux-record.o. (i[34567]86-*-linux*): Add linux-record.o. * linux-record.c, linux-record.h: New file.
2009-04-30Process record and replay target.Hui Zhu4-2/+1333
* Makefile.in (SFILES): Add record.c. (COMMON_OBS): Add record.o. * record.c, record.h: New file.
2009-04-30* target.h (strata): New stratum "record_stratum".Hui Zhu2-1/+7
2009-04-30* gdbarch.sh (process_record): This interface point to theHui Zhu1-0/+8
function that records the inferior execute log.
2009-04-30GDBARCH interface for process record and replay.Hui Zhu3-0/+50
* gdbarch.sh (process_record): This interface point to the function that records the inferior execute log.
2009-04-30bfd:Joseph Myers12-4/+70
* elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute MOVW and MOVT relocations in a shared library link. ld/testsuite: * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s, ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s, ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s, ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests. * ld-arm/arm-elf.exp: Run these new tests.
2009-04-30*** empty log message ***gdbadmin1-1/+1
2009-04-30daily updateAlan Modra1-1/+1
2009-04-29 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.Doug Evans9-17/+101
* gdb.cp/mb-ctor.cc: Ditto. * gdb.cp/mb-inline.exp: Add multi-line source statement test. * gdb.cp/mb-inline.h (multi_line_foo): New function. * gdb.cp/mb-inline1.cc: Call it. * gdb.cp/mb-inline2.cc: Ditto. * gdb.cp/mb-templates.exp: Add multi-line source statement test. * gdb.cp/mb-templates.cc (multi_line_foo): New template.
2009-04-29 * i386-nat.c (child_post_startup_inferior): Delete, unused.Doug Evans2-9/+4
2009-04-29 * breakpoint.c (print_exception_catchpoint): Access `b' directlyPedro Alves2-2/+8
instead of `b->loc->owner'. (print_mention_exception_catchpoint): Ditto.
2009-04-29[ld/ChangeLog]Chris Demetriou6-7/+37
2009-04-29 Chris Demetriou <cgd@google.com> * lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC. (ld_options): Likewise. (parse_args): Likewise. * ld.texinfo: Document --no-export-dynamic. * NEWS: Mention --no-export-dynamic. [ld/testsuite/ChangeLog] 2009-04-29 Chris Demetriou <cgd@google.com> * ld-elfvers/vers.exp (vers4b): New test to verify that --no-export-dynamic undoes --export-dynamic.
2009-04-29merge from gccDJ Delorie1-2/+2
2009-04-29 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind tableAlan Modra2-13/+10
read, and merge with 32-bit case.
2009-04-29 libiberty/Julian Brown2-6/+35
* pex-win32.c (pex_win32_pipe): Add _O_NOINHERIT. (pex_win32_exec_child): Ensure each process has only one handle open on pipe endpoints. Close standard input after creating child for symmetry with standard output/standard error.
2009-04-29gdb/Jan Kratochvil6-8/+50
* macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero. gdb/doc/ * gdb.texinfo (Macros): Note command-line for `info macro'. Append a new part on command-line defined macros. gdb/testsuite/ * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'. (info_macro): Remova `decimal' declaration. New variable `nonzero'. Replace all uses of `decimal' by `nonzero'. (info macro FROM_COMMANDLINE): New test.
2009-04-29 * deffilep.y (STACKSIZE_K): Rename from STACKSIZE.Alan Modra2-4/+8
2009-04-29daily updateAlan Modra1-1/+1
2009-04-29*** empty log message ***gdbadmin1-1/+1
2009-04-28 * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.Nathan Sidwell4-13/+19
* ld-i386/vxworks1.dd: Adjust expected disassembly. * ld-i386/vxworks1-lib.rd: Sections are swapped.
2009-04-28gdbTom Tromey4-2/+13
* c-exp.y (yylex): Handle '[' and ']' like '(' and ')'. gdb/testsuite * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
2009-04-28*** empty log message ***gdbadmin1-1/+1
2009-04-28daily updateAlan Modra1-1/+1
2009-04-27 * x86_64.cc (do_adjust_output_section): Set entsize toIan Lance Taylor2-3/+6
plt_entry_size.
2009-04-27 * gdb.threads/watchthreads.c (main): Initialize args before startingDoug Evans3-11/+56
the threads. Plus formatting cleanup. * gdb.threads/watchthreads.exp: Avoid errant failures due to biased scheduling of one thread.
2009-04-27 * verilog.c: New file.Nick Clifton12-8/+423
* Makefile.am (BFD32_LIBS): Add verilog.c. (BFD32_LIBS_CFILES): Add verilog.c. (verilog.lo): New build rule. * Makefile.in: Rebuilt. * targets.c: Add verilog support. * bfd.c (tdata union): Add Verilog private data field. * bfd-in2.h: Regenerate. * bfdint.texi (BFD target vector miscellaneous): Mention verilog flavour. * NEWS: Mention verilog support added to bfd.
2009-04-27bfd/H.J. Lu4-1/+16
2009-04-27 H.J. Lu <hongjiu.lu@intel.com> * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't copy pe_opthdr. binutils/ 2009-04-27 H.J. Lu <hongjiu.lu@intel.com> * objcopy.c (copy_object): Copy pe_opthdr before changing PE parameters.
2009-04-27 * gdb.cp/templates.cc (GetMax): New template.Jerome Guitton3-0/+21
(main): Declare two instances of GetMax. * gdb.cp/templates.exp: Add new test.
2009-04-27 * symtab.c (append_exact_match_to_sals): New function, extractedJerome Guitton2-35/+65
from expand_line_sal. (expand_line_sal): Use append_exact_match_to_sals to append exact matches. If none found, append all best items.
2009-04-272009-04-27 Tristan Gingold <gingold@adacore.com>Tristan Gingold8-1900/+10675
* avr: New directory. * avr/interp.c, avr/Makefile.in, avr/configure.ac: New files. * avr/config.in: New file, generated by autoheader. * avr/configure: New file generated by autoconf. * configure.ac: Add avr. * configure: Regenerated.
2009-04-27 * main.c (captured_main): Move gdbinit lookups after gdb_init.Jerome Guitton2-2/+9
2009-04-27gdb/Jan Kratochvil5-0/+182
PR gdb/9675: * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New. (read_func_scope): Call inherit_abstract_dies. gdb/testsuite/ * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
2009-04-27*** empty log message ***gdbadmin1-1/+1
2009-04-27daily updateAlan Modra1-1/+1
2009-04-26merge from gccDJ Delorie2-19/+9
2009-04-26*** empty log message ***gdbadmin1-1/+1
2009-04-26daily updateAlan Modra1-1/+1
2009-04-25 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.Eric Botcazou3-4/+10
(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND. * Makefile.in: Regenerate.
2009-04-25 * Makefile.in (ALLDEPFILES): Remove duplicate entries forEli Zaretskii2-6/+8
sparc-sol2-nat.c and sparc-sol2-tdep.c.
2009-04-25 * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve andEli Zaretskii2-5/+20
clarify the wording.
2009-04-25 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.Eli Zaretskii2-7/+15
2009-04-25daily updateAlan Modra1-1/+1
2009-04-25*** empty log message ***gdbadmin1-1/+1
2009-04-24 ARI change: Use "/* ARI: rule */" pattern.Pierre Muller3-14/+20
* utils.c: Update ARI patterns. * gdb_dirent.h: Likewise.
2009-04-24Remove bfd/.H.J. Lu1-1/+1
2009-04-242008-04-23 Elliott Hughes <enh@google.com>Chris Demetriou2-2/+12
* output.cc (Output_file::close): After short writes, continue writing from the correct offset in the buffer being written.
2009-04-242009-04-23 Chris Demetriou <cgd@google.com>Chris Demetriou5-1/+93
* configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define. * configure: Regenerate. * config.in: Regenerate. * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
2009-04-24 * NEWS: Add item about discriminator support.Cary Coutant7-2/+61
* dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field. * dwarf2dbg.c (current): Add discriminator field. (dwarf2_where): Copy discriminator value. (dwarf2_consume_line_info): Set discriminator to 0. (dwarf2_directive_loc): Process discriminator sub-op. (out_leb128): New function. (process_entries): Output DW_LNE_set_discriminator. * doc/as.texinfo: Add discriminator operand to .loc directive. * testsuite/gas/lns/lns-common-1.d: Add test for discriminator. * testsuite/gas/lns/lns-common-1.s: Likewise.
2009-04-24include/elf/Cary Coutant4-10/+25
* dwarf2.h (DW_LNE_set_discriminator): New enum value. binutils/ * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator. Add missing newlines to HP extensions.
2009-04-24Update ChangeLog entries.H.J. Lu2-43/+48