aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey4-15/+14
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey2-26/+21
2017-04-22More uses of ui_out_emit_tupleTom Tromey4-20/+32
2017-04-22Use ui_out_emit_tupleTom Tromey24-205/+126
2017-04-22PowerPC VLE insn set additionsAlan Modra5-134/+159
2017-04-21doc: Improve documentation about MI thread outputSimon Marchi2-46/+37
2017-04-21Remove dead code and "current" field from MI thread output docSimon Marchi4-12/+10
2017-04-22Automatic date update in version.inGDB Administrator1-1/+1
2017-04-21i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu4-23/+63
2017-04-21Require --no-dynamic-linker with -static -E/--dynamic-listH.J. Lu11-7/+40
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil3-0/+10
2017-04-21Simplify regcache_restoreYao Qi2-10/+13
2017-04-21opcodes: mark SPARC RETT instructions as v6notv9.Jose E. Marchesi2-7/+11
2017-04-21Fix shift overflow when parsing an overlarge note value.Nick Clifton2-6/+20
2017-04-21Fix detection of illegal AArch64 opcodes that resemble LD1R, LD2R, LD3R and L...Nick Clifton5-8/+43
2017-04-21Automatic date update in version.inGDB Administrator1-1/+1
2017-04-20Skip PIE indirect5 and indirect6 tests on i386H.J. Lu2-8/+22
2017-04-20ELF/LD: Always consider STB_LOCAL symbols localMaciej W. Rozycki2-9/+14
2017-04-20MIPS/LD/testsuite: Join `__ehdr_start' testsMaciej W. Rozycki2-2/+5
2017-04-20MIPS/BFD: Reorder comment about dynamic symbol sortingMaciej W. Rozycki2-2/+7
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu9-6/+83
2017-04-20Automatic date update in version.inGDB Administrator1-1/+1
2017-04-19x86-64: Handle undefined IFUNC symbol with -z nowH.J. Lu4-1/+21
2017-04-19gdbthread.h: Fix comment typoPedro Alves2-1/+6
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves9-80/+349
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves6-18/+167
2017-04-19gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBSPedro Alves2-4/+9
2017-04-19Correct PE reloc displayWedson Almeida Filho2-1/+5
2017-04-19Implement -z dynamic-undefined-weakAlan Modra13-78/+225
2017-04-19Automatic date update in version.inGDB Administrator1-1/+1
2017-04-18Eliminate obstack_printfPedro Alves3-47/+5
2017-04-18gdb_xml_parser: make data fields private and make more functions methodsPedro Alves3-149/+240
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves6-143/+117
2017-04-18gdb::optional unit testsPedro Alves17-2/+1751
2017-04-18More gdb::optional featuresPedro Alves3-15/+166
2017-04-18xml-support.c: Use std::vectorPedro Alves2-51/+76
2017-04-18C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves2-87/+82
2017-04-18PR threads/20743: Don't attempt to suspend or resume exited threads.John Baldwin2-34/+34
2017-04-18Automatic date update in version.inGDB Administrator1-1/+1
2017-04-17Put soname in the version definition sectionH.J. Lu8-12/+64
2017-04-17Update NEWS post GDB 8.0 branch creation.Joel Brobecker2-1/+9
2017-04-17Bump version to 8.0.50.DATE-gitJoel Brobecker2-1/+6
2017-04-17Undo dynamic symbol state after regular object sym type mismatchAlan Modra9-13/+171
2017-04-17Automatic date update in version.inGDB Administrator1-1/+1
2017-04-16Automatic date update in version.inGDB Administrator1-1/+1
2017-04-15Automatic date update in version.ingdb-8.0-branchpointGDB Administrator1-1/+1
2017-04-13Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior2-1/+7
2017-04-14Automatic date update in version.inGDB Administrator1-1/+1
2017-04-13Make inferior a class with cdtors, and use new/deletePedro Alves3-50/+66
2017-04-13GC inferior.c:init_inferior_listPedro Alves3-21/+5