aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-27Fix crash in machoread.cTom Tromey2-2/+8
2018-06-27Format gdb-gdb.py.in with autopep8Simon Marchi2-3/+25
2018-06-27Add pretty-printer for CORE_ADDRSimon Marchi2-0/+18
2018-06-27gdb-gdb.py.in: Don't print value's tag_nameSimon Marchi2-1/+5
2018-06-27gdb-gdb.py.in: Fix ordering of TypeFlags objects with Python 3Simon Marchi2-2/+9
2018-06-27Copy gdb-gdb.py to build dirSimon Marchi5-4/+29
2018-06-27Fix Cell debugging regressionPedro Alves2-4/+25
2018-06-27Fix lost line info for symbol at addr zeroOmair Javaid5-10/+97
2018-06-27Add overrides, fix FreeBSD buildSimon Marchi2-2/+8
2018-06-27gas object file locationsAlan Modra3-112/+117
2018-06-27Automatic date update in version.inGDB Administrator1-1/+1
2018-06-26Minor reorganization of fetch_registers/store_registers in windows-nat.cJoel Brobecker2-48/+82
2018-06-26Support ptype/o in RustTom Tromey6-20/+106
2018-06-26Move ptype/o printing code to typeprint.cTom Tromey4-156/+176
2018-06-26Updated translations.Nick Clifton15-13873/+18582
2018-06-26Fix the MSP430 assembler's parsing of register names.Nick Clifton3-133/+150
2018-06-26PR23169 bogus testAlan Modra2-1/+20
2018-06-26Fix parens in ld bootstrap.expAlan Modra2-2/+9
2018-06-26Revert "Use offsets instead of addresses in ELF_SECTION_IN_SEGMENT for non SH...Alan Modra2-3/+5
2018-06-26Fix spelling mistakes.Nick Clifton9-8/+23
2018-06-26Automatic date update in version.inGDB Administrator1-1/+1
2018-06-25gdb: For macOS, s/thread_info/struct thread_info/Pedro Alves3-15/+27
2018-06-25gdb: Fix build on several hosts/portsPedro Alves9-13/+39
2018-06-25Add a syntax table to dwarf-mode.elTom Tromey2-1/+15
2018-06-25Fix compile time warning message for the AArch64 BFD backend, about a possibl...Nick Clifton2-3/+12
2018-06-25Automatic date update in version.inGDB Administrator1-1/+1
2018-06-24Add more updated to release notesNick Clifton1-41/+56
2018-06-24Regenerate configure and pot files with updated binutils version number.Nick Clifton22-6332/+10761
2018-06-24Update version number on development (aka HEAD) branch.Nick Clifton3-11/+16
2018-06-24Add 2.30 branch notes to ChangeLogs and NEWS files.Nick Clifton14-2/+47
2018-06-24Automatic date update in version.inGDB Administrator1-1/+1
2018-06-23Bump version number and summarize new features in 1.16.Cary Coutant3-1/+24
2018-06-23Fix "may be used uninitialized" warning.Cary Coutant2-1/+6
2018-06-23Add x86-64 support for Indirect Branch Tracking (IBT).Cary Coutant2-4/+497
2018-06-22Update support for .note.gnu.property sections.Cary Coutant9-83/+320
2018-06-22Silence GCC 9 error about deprecated implicit copy constructor.Cary Coutant3-0/+19
2018-06-23Automatic date update in version.inGDB Administrator1-1/+1
2018-06-22Fix "info registers" regexes in gdb.base/jit-reader.expSimon Marchi2-27/+32
2018-06-22Add support for .note.gnu.property sections.Cary Coutant17-38/+693
2018-06-22Use partial register read/writes in transfer_regsetAlan Hayward3-25/+142
2018-06-22Correct negs aliasing on AArch64.Tamar Christina7-5/+191
2018-06-22Fix up HAS_SVE_STATE macroAlan Hayward2-1/+5
2018-06-22Automatic date update in version.inGDB Administrator1-1/+1
2018-06-21MIPS/opcodes: Fix a typo in `-M ginv' option descriptionMaciej W. Rozycki2-1/+6
2018-06-21Fix treatment of symbol versions with unused as-needed libraries.Cary Coutant11-35/+246
2018-06-21MIPS/BFD: Correct formatting of compact EH backend methodsMaciej W. Rozycki2-2/+9
2018-06-21MIPS/BFD: Keep EI_ABIVERSION setting togetherMaciej W. Rozycki2-2/+7
2018-06-21MIPS/BFD: Use enumeration constants for EI_ABIVERSIONMaciej W. Rozycki2-2/+22
2018-06-21RISC-V: Fix 3 PIE related ld testsuite failures.Jim Wilson2-4/+10
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves71-993/+1198