aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-18bfd: fix negative GOT offsets for non-local references on sparc64James Clarke2-10/+20
2016-11-18cxxfilt: Recognize rust_demangling.Mark Wielaard2-0/+5
2016-11-18libiberty: Add Rust symbol demangling.David Tolnay8-6/+624
2016-11-18libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard3-0/+19
2016-11-18libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard3-4/+41
2016-11-18libiberty: Add -Wshadow=local to warning flags (if supported).Mark Wielaard3-2/+9
2016-11-18Implement P0012R1, Make exception specifications part of the type system.Jason Merrill5-69/+141
2016-11-18libiberty: Fix -Wimplicit-fallthrough warnings.Mark Wielaard4-15/+29
2016-11-18Implement P0136R1, Rewording inheriting constructors.Jason Merrill3-0/+20
2016-11-18libiberty: Fix memory leak in ada_demangle when symbol cannot be demangled.Mark Wielaard2-1/+7
2016-11-18PR c++/71696 testcase.Marcel Böhme1-0/+5
2016-11-18[AArch64] Add ARMv8.3 FCMLA and FCADD instructionsSzabolcs Nagy20-2685/+3041
2016-11-18[AArch64] Add ARMv8.3 weaker release consistency load instructionsSzabolcs Nagy11-1487/+1623
2016-11-18[AArch64] Add ARMv8.3 javascript floating-point conversion instructionSzabolcs Nagy14-1601/+1691
2016-11-18[AArch64] Add ARMv8.3 combined pointer authentication load instructionsSzabolcs Nagy20-1536/+1828
2016-11-18Help diagnose problems with the metag target when mixing static and shared bi...Nick Clifton2-2/+15
2016-11-18Automatic date update in version.inGDB Administrator1-1/+1
2016-11-17Makefile: Replace explicit subdir rules with pattern rulesSimon Marchi2-733/+236
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi4-8/+25
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi12-408/+98
2016-11-17Document new hard requirement on GNU makeSimon Marchi2-0/+9
2016-11-17gdb/c-exp.y: fprintf -> parser_fprintfPedro Alves2-14/+18
2016-11-17gdb/ctf.c: Get rid of mkdir redefinitionPedro Alves2-5/+4
2016-11-17gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves2-9/+10
2016-11-17gdb/tracepoint.c: Don't use printf_vmaPedro Alves3-33/+40
2016-11-17Automatic date update in version.inGDB Administrator1-1/+1
2016-11-16Stash frame id of current frame before stashing frame id for previous frameKevin Buettner2-0/+16
2016-11-16Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner2-1/+11
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner11-38/+140
2016-11-16Distinguish sentinel frame from null frame.Kevin Buettner3-35/+94
2016-11-16Extend test gdb.python/py-recurse-unwind.expKevin Buettner4-29/+79
2016-11-16Fix PR20789 - relaxation with negative valued diff relocsSenthil Kumar Selvaraj5-37/+105
2016-11-16Automatic date update in version.inGDB Administrator1-1/+1
2016-11-15gdb: update gnulib to pull in C++ namespace support fixesPedro Alves13-33/+140
2016-11-15Delete gdb::unique_ptr/gdb::movePedro Alves3-348/+14
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves10-11/+31
2016-11-15bitfield-parent-optimized-out: Fix struct definitionAndreas Arnez2-3/+7
2016-11-15Fix SPARC relocations generated for the .eh_frame section.Nick Clifton2-1/+10
2016-11-15Automatic date update in version.inGDB Administrator1-1/+1
2016-11-14Also check GOT PLT for R_X86_64_PLTOFF64H.J. Lu6-2/+68
2016-11-14Generate correct hint value for IDATA6.Rudy2-16/+14
2016-11-14btrace: read entire aux bufferMarkus Metzger2-4/+20
2016-11-14 lexsup.c (parse_args): Add break at end of default case.Nick Clifton2-0/+5
2016-11-14Fix typo "Faal through" should be "Fall through".Nick Clifton2-1/+5
2016-11-14Automatic date update in version.inGDB Administrator1-1/+1
2016-11-13add missing ChangeLog entryAnthony Green1-0/+4
2016-11-13Assemble 'bad' moxie instructionAnthony Green1-0/+7
2016-11-13Automatic date update in version.inGDB Administrator1-1/+1
2016-11-12Remove some cleanups from the rust codeTom Tromey3-63/+47
2016-11-12Use std::string in rust_get_disr_infoTom Tromey2-1/+6