summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gdbadmin2012-10-131-1/+1
|
* daily updateAlan Modra2012-10-121-1/+1
|
* gdb/testsuite/qiyao2012-10-122-3/+8
| | | | | * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove trail '.*' on matching patterns.
* *** empty log message ***gdbadmin2012-10-121-1/+1
|
* daily updateAlan Modra2012-10-111-1/+1
|
* http://sourceware.org/ml/gdb-patches/2012-10/msg00032.htmlaburgess2012-10-112-0/+8
| | | | | | | gdb/ChangeLog * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to reset thread numbering back to 1.
* Use is_x86_like_target to check x86 targetsH.J. Lu2012-10-119-8/+19
| | | | | | | | | | | * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target. * gdb.arch/i386-cfi-notcurrent.exp: Likewise. * gdb.arch/i386-disp-step.exp: Likewise. * gdb.arch/i386-gnu-cfi.exp: Likewise. * gdb.arch/i386-prologue.exp: Likewise. * gdb.arch/i386-size-overlap.exp: Likewise. * gdb.arch/i386-size.exp: Likewise. * gdb.arch/i386-unwind.exp: Likewise.
* Check byte/word registers on x86_64H.J. Lu2012-10-113-2/+7
| | | | | * gdb.arch/i386-byte.exp: Remove is_ilp32_target check. * gdb.arch/i386-word.exp: Likewise.
* Check is_amd64_regs_target to to set nr_regsH.J. Lu2012-10-113-6/+12
| | | | | | * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of is_ilp32_target to set nr_regs. * gdb.arch/i386-sse.exp: Likewise.
* PR breakpoints/14643.Doug Evans2012-10-116-3/+107
| | | | | | | | | | | | | * linespec.c (struct ls_parser): New member keyword_ok. (linespec_lexer_lex_string): Add comment. (linespec_lexer_lex_one): Ignore keywords if it's the wrong place for one. (parse_linespec): Set keyword_ok. testsuite/ * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread". * gdb.linespec/thread.c: New file. * gdb.linespec/thread.exp: New file.
* config.{guess,sub}: update from upstream config-patches repoMike Frysinger2012-10-113-31/+64
| | | | | | | | | From: David Holsgrove <david.holsgrove@xilinx.com> Adds microblaze little endian support. Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.Doug Evans2012-10-112-23/+105
| | | | | | | | | Recognize "message" -> print pass and fail. Add eof case. (runto): Recognize message, no-message. Print pass/fail if requested, with same treatment as gdb_breakpoint. (runto_main): Pass no-message to runto. (gdb_internal_error_resync): Add log message. (gdb_file_cmd): Tweak internal error fail text for consistency.
* 2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Richard Earnshaw2012-10-112-5/+10
| | | | | | | | | | | | | * arm-dis.c: Use preferred form of vrint instruction variants for disassembly. 2012-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * gas/arm/armv8-a+fp.d: Use preferred form of vrint instruction variants for disassembly. * gas/arm/armv8-a+fp.s: Likewise. * gas/arm/armv8-a+simd.d: Likewise. * gas/arm/armv8-a+simd.s: Likewise.
* * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicateDoug Evans2012-10-112-1/+4
| | | | "0x" prefix on address in log message.
* * dwarf2read.c (read_1_byte): Add const to buf parameter.Doug Evans2012-10-112-17/+25
| | | | | | | (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto. (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto. (lookup_dwo_file): Add const to dwo_name parameter. (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
* *** empty log message ***gdbadmin2012-10-111-1/+1
|
* daily updateAlan Modra2012-10-101-1/+1
|
* merge from gccDJ Delorie2012-10-1013-26/+202
|
* *** empty log message ***gdbadmin2012-10-101-1/+1
|
* daily updateAlan Modra2012-10-091-1/+1
|
* Add AMD bdver3 support.neggone2012-10-093-0/+13
| | | | | | | | | | | | | | | | | | | | gas/ * config/tc-i386.c (cpu_arch): Add CPU_BDVER3_FLAGS. * doc/c-i386.texi: Add -march=bdver3 option. gas/testsuite/ * gas/i386/i386.exp: Run bdver3 test cases. * gas/i386/nops-1-bdver3.d: New. * gas/i386/arch-10-bdver3.d: New. * gas/i386/x86-64-nops-1-bdver3.d: New. * gas/i386/x86-64-arch-2-bdver3.d: New. opcodes/ * i386-gen.c (cpu_flag_init): Add CPU_BDVER3_FLAGS. * i386-init.h: Regenerated.
* *** empty log message ***gdbadmin2012-10-091-1/+1
|
* daily updateAlan Modra2012-10-081-1/+1
|
* *** empty log message ***gdbadmin2012-10-081-1/+1
|
* PR binutils/14662Alan Modra2012-10-072-38/+24
| | | | | * elf.c (_bfd_elf_make_section_from_shdr): Treat .gdb_index as SEC_DEBUGGING.
* daily updateAlan Modra2012-10-071-1/+1
|
* *** empty log message ***gdbadmin2012-10-071-1/+1
|
* daily updateAlan Modra2012-10-061-1/+1
|
* gdb/Jan Kratochvil2012-10-065-2/+94
| | | | | | | | | | | Fix crash during stepping on ppc32. * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL SYM. gdb/testsuite/ Fix crash during stepping on ppc32. * gdb.base/step-symless.c: New file. * gdb.base/step-symless.exp: New file.
* daily updateAlan Modra2012-10-061-1/+1
|
* *** empty log message ***gdbadmin2012-10-061-1/+1
|
* opcodes/Peter Bergner2012-10-053-1/+21
| | | | | | | | | | | | | | | | * ppc-dis.c (ppc_opts) <altivec>: Use PPC_OPCODE_ALTIVEC2; * ppc-opc.c (VBA): New define. (powerpc_opcodes) <vcuxwfp, vcsxwfp, vcfpuxws, vcfpsxsw, vmr, vnot, mfppr, mfppr32, mtppr, mtppr32>: New extended mnemonics. gas/testsuite/ * gas/ppc/power7.d: Add tests for mfppr, mfppr32, mtppr and mtppr32. * gas/ppc/power7.s: Likewise. * gas/ppc/altivec.d: Add tests for all legacy Altivec instructions. * gas/ppc/altivec.s: Likewise. * gas/ppc/altivec2.d: New test file. * gas/ppc/altivec2.s: Likewise. * gas/ppc/ppc.exp: Run it.
* daily updateAlan Modra2012-10-051-1/+1
|
* *** empty log message ***gdbadmin2012-10-051-1/+1
|
* * v850-dis.c (disassemble): Place square parentheses around secondNick Clifton2012-10-042-4/+21
| | | | | | | | | | register operand of clr1, not1, set1 and tst1 instructions. * config/tc-v850.c (v850_insert_operand): Use a static buffer for the error message. * gas/v850/v850e1.d: Fix expected disassembly of clr1, not1, set1 and tst1 insns.
* 2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2012-10-046-34/+95
| | | | | | | | | | | | | | | | | | | | | | * config/tc-s390.c (s390_parse_cpu): Add new option zEC12. * doc/as.texinfo: Document new option zEC12. * doc/c-s390.texi: Likewise. 2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * gas/s390/s390.exp: Run zEC12 tests. * gas/s390/zarch-zEC12.d: New file. * gas/s390/zarch-zEC12.s: New file. 2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390-mkopc.c: Support new option zEC12. * s390-opc.c: Add new instruction formats. * s390-opc.txt: Add new instructions for zEC12. 2012-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390.h (s390_opcode_cpu_val): Add S390_OPCODE_ZEC12.
* daily updateAlan Modra2012-10-041-1/+1
|
* *** empty log message ***gdbadmin2012-10-041-1/+1
|
* 2012-10-04 Chao-ying Fu <fu@mips.com>Steve Ellcey2012-10-032-0/+16
| | | | | | Steve Ellcey <sellcey@mips.com> * mips/mips3264r2.igen (rdhwr): New.
* PR symtab/14601Doug Evans2012-10-035-0/+87
| | | | | | | | * buildsym.c (buildsym_init): Reset using_directives to NULL. testsuite/ * gdb.cp/using-crash.exp: New file. * gdb.cp/using-crash.cc: New file.
* daily updateAlan Modra2012-10-031-1/+1
|
* *** empty log message ***gdbadmin2012-10-031-1/+1
|
* http://sourceware.org/ml/gdb-patches/2012-10/msg00027.htmlaburgess2012-10-022-18/+21
| | | | | | | gdb/ChangeLog * remote-sim.c (dump_mem): Always dump buffer contents, zero fill output and use uint32_t not long to ensure 4 byte size.
* * lib/gdb.exp (gdb_unload): Change wording of perror text to beDoug Evans2012-10-022-9/+22
| | | | | | | more consistent. (runto,gdb_debug_format): Ditto. (gdb_file_cmd): Watch for eof in nested gdb_expect. Clean up logging and error messages.
* gdb_bfd_unref failed assertion on AIX.Joel Brobecker2012-10-022-0/+6
| | | | | | | | | | | | | | | | | | | | | Trying to run any program on AIX triggers a failed assertion: (gdb) run Starting program: /[...]/simple_main /[...]/gdb_bfd.c:288: internal-error: gdb_bfd_unref: Assertion `gdata->refc >= 1' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) What happens is that we have a loop where we forgot to update the value of "last", resulting in the loop unref'ing the same BFD over and over again. We bomb the second time around, when triggering an assertion on the ref counter. gdb/ChangeLog: * rs6000-nat.c (add_vmap): Set "last" to "next" after having unref'ed it.
* *** empty log message ***gdbadmin2012-10-021-1/+1
|
* daily updateAlan Modra2012-10-021-1/+1
|
* http://sourceware.org/ml/gdb-patches/2012-09/msg00568.htmlaburgess2012-10-017-7/+178
| | | | | | | | | | | | | | | | | | gdb/ChangeLog * target.c (simple_search_memory): Include access length in warning message. gdb/gdbserver/ChangeLog * server.c (handle_search_memory_1): Include access length in warning message. gdb/testsuite/ChangeLog Test find command on unmapped memory. * gdb.base/find-unmapped.c: New file. * gdb.base/find-unmapped.exp: New file.
* daily updateAlan Modra2012-10-011-1/+1
|
* *** empty log message ***gdbadmin2012-10-011-1/+1
|