aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-01x86_64-*-nacl*: Adjust test cases for PLT nop fix.Roland McGrath3-3/+8
2013-11-01*-*-nacl* layout: Drop requirement that some section have SEC_HAS_CONTENTS set.Roland McGrath2-5/+9
2013-11-01gdb.dwarf2/dwzbuildid.exp: Avoid reserved variable nameMaciej W. Rozycki2-3/+8
2013-11-01breakpoint.c: fix libc probe scan when no get_longjmp_target exists.Tiago Stürmer Daitx2-2/+8
2013-11-01daily updateAlan Modra1-1/+1
2013-10-31infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP.Pedro Alves2-9/+15
2013-10-31Restore support for dwp v2 DWARF package file format.Cary Coutant5-549/+682
2013-10-31gold/Cary Coutant3-4/+9
2013-10-31Extra error message from update_watchpointAndrew Burgess5-6/+48
2013-10-30gold: x86_64-nacl: Correct 9-byte nop sequence to match what the assembler ge...Roland McGrath2-1/+6
2013-10-31daily updateAlan Modra1-1/+1
2013-10-30S/390: Add missing gdb_prompt in s390-multiarch.expUlrich Weigand2-2/+9
2013-10-30S/390: Rename source files to *-linux-*Ulrich Weigand8-9/+27
2013-10-30Clean up whitespace in S/390 -tdep and -nat files.Ulrich Weigand4-134/+139
2013-10-30S/390: Disassemble 31-bit binaries with "zarch" opcode set by defaultAndreas Arnez2-11/+6
2013-10-30PowerPC64 ELFv2 support for gold.Alan Modra4-134/+506
2013-10-30Add PowerPC64 ELFv2 tests.Alan Modra5-0/+163
2013-10-30Replace DT_PPC_TLSOPT with DT_PPC_OPT.Alan Modra8-11/+44
2013-10-30Support ELFv2 stack frame.Alan Modra2-17/+32
2013-10-30ELFv2 stub, plt and glink changesAlan Modra2-119/+220
2013-10-30Add ELFv2 .localentry support.Alan Modra8-9/+268
2013-10-30Add .abiversion related support for ELFv2Alan Modra9-15/+213
2013-10-30Change plt stubs to have destination in r12.Alan Modra22-244/+299
2013-10-30Report overflow on PowerPC64 @h and @ha relocations.Alan Modra13-109/+433
2013-10-30linux-tdep.c: Fix "warning: 'siginfo_size' may be used uninitialized..."Maciej W. Rozycki2-1/+6
2013-10-29BFD: elf64-x86-64-nacl: Correct 9-byte nop sequence used in PLT0 entry.Roland McGrath2-1/+6
2013-10-30daily updateAlan Modra1-1/+1
2013-10-30daily updateAlan Modra1-1/+1
2013-10-29ld/ELF: refine fake STT_FILE symbol emissionJan Beulich31-89/+106
2013-10-29undef reg in gdb_curses.hTom Tromey3-5/+13
2013-10-29ChangeLog entries for the remove-symbol-file commits.Nicolas Blanc3-0/+35
2013-10-29gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs variables defining...Pedro Alves3-13/+5
2013-10-29Print <unavailable> for unavailable registers in info register output.Andrew Burgess4-17/+23
2013-10-29Test adding and removing a symbol file at runtime.Nicolas Blanc5-0/+715
2013-10-29Function is_elf_target.Nicolas Blanc1-0/+39
2013-10-29Create target sections for user-added symbol files.Nicolas Blanc3-2/+69
2013-10-29Documentation for the remove-symbol-file command.Nicolas Blanc2-2/+30
2013-10-29New remove-symbol-file command.Nicolas Blanc7-9/+209
2013-10-29Simplify REGISTRY cleanup usagesYao Qi8-39/+30
2013-10-28breakpoint.c:watchpoints_triggered: simplify a tiny bit.Pedro Alves2-1/+6
2013-10-28Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S.Tom de Vries2-1/+5
2013-10-28infrun.c:process_event_stop_test: Reindent.Pedro Alves2-187/+186
2013-10-28infrun.c:handle_inferior_event: Make process_event_stop_test label a function.Pedro Alves2-15/+37
2013-10-28infrun.c:handle_inferior_event: Move process_event_stop_test goto label.Pedro Alves2-7/+13
2013-10-28infrun.c:handle_inferior_event: Put all ecs->random_signal tests together.Pedro Alves2-78/+100
2013-10-28infrun.c:handle_inferior_event: Remove some more dead code.Pedro Alves2-13/+6
2013-10-27Rename field 'lang' to 'lang_ops'.Yao Qi2-15/+25
2013-10-25New field la_varobj_ops in struct language_defnYao Qi15-3/+63
2013-10-25testsuite: Fix gdb.base/bang.exp for remote stubs without exitAnton Kolesov2-9/+7
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves8-35/+53