aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-13cpu/or1k: Add support for orfp64a32 specStafford Horne6-46/+375
2019-06-12Add missing ChangeLog entriesPeter Bergner2-0/+9
2019-06-12Remove the ldmx mnemonic that never made it into POWER9.Peter Bergner3-6/+0
2019-06-12Prevent a seg-fault from objdup when disassembling binaries which do not cont...Adam Lackorzymski3-9/+28
2019-06-12Add support for NetBSD PaX notes to readelf.Christos Zoulas2-15/+39
2019-06-12Add support for NetBSD/sh3 core reg sections to readelf.Christos Zoulas2-0/+23
2019-06-12Add support to readelf to display NetBSD auxv notes in core files.Christos Zoulas2-10/+27
2019-06-12Automatic date update in version.inGDB Administrator1-1/+1
2019-06-11Dwarf: Don't add nameless modules to partial symbol table (ChangeLogs)Pedro Alves2-0/+9
2019-06-11Dwarf: Don't add nameless modules to partial symbol tableBernhard Heckel3-8/+128
2019-06-11Add support for reporting Alpha and Vax symbol visibility in readelf.Christos Zoulas2-0/+25
2019-06-11Move gdb's xmalloc and friends to new fileTom Tromey6-72/+138
2019-06-11Remove linux-waitpid.c debugging codeTom Tromey2-33/+7
2019-06-11Fix an unitinitalised local variable in decode_arm_unwind().Christos Zoulas2-0/+11
2019-06-11Remove trailing newlines from help textTom Tromey18-68/+102
2019-06-11[gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow boardTom de Vries2-2/+9
2019-06-11Remove shadowing from darwin-nat.cTom Tromey2-7/+10
2019-06-11[gdb/testsuite] Fix main high_pc in nonvar-access.expTom de Vries2-1/+12
2019-06-11[gdb/testsuite] Add readnow.expTom de Vries2-0/+31
2019-06-11Automatic date update in version.inGDB Administrator1-1/+1
2019-06-10gdb: Check for not allocated/associated values during array slicingAndrew Burgess4-2/+16
2019-06-10[gdb] Fix heap-buffer-overflow in cp_find_first_component_auxTom de Vries2-1/+8
2019-06-10[gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_lex_stringTom de Vries2-1/+10
2019-06-10[gdb/symtab] Fix symbol loading performance regressionTom de Vries2-6/+16
2019-06-10Fix printing large decimal values in strings.Nick Clifton2-2/+8
2019-06-10Update help text in ada-lang.cTom Tromey2-5/+17
2019-06-10Remove newlines from warningsTom Tromey15-19/+52
2019-06-10Add support for NetBSD/sh3 core file sections. Merge multiple copies of auxv...Christos Zoulas2-39/+57
2019-06-10Use gdbpy_enter in py-breakpoint.cTom Tromey2-10/+14
2019-06-10Delay allocation of dbx_symfile_infoTom Tromey4-18/+20
2019-06-10Tidy up ar_open by using asprintf to replace xmalloc and sprintf.Christos Zoulas2-2/+15
2019-06-10Fix a missing include of <string>Martin Liska2-0/+5
2019-06-10[gdb/symtab] Support DW_AT_main_subprogram with -readnow.Tom de Vries2-0/+10
2019-06-10Automatic date update in version.inGDB Administrator1-1/+1
2019-06-09Automatic date update in version.inGDB Administrator1-1/+1
2019-06-08Automatic date update in version.inGDB Administrator1-1/+1
2019-06-07LD/doc: Clarify `-rpath' option's semantics WRT link-time dependenciesMaciej W. Rozycki2-6/+16
2019-06-07libctf: avoid strndupNick Alcock3-1/+7
2019-06-07libctf: explicitly cast more size_t types used in printf()sNick Alcock2-7/+17
2019-06-07libctf: mark various args as unused in the !HAVE_MMAP caseNick Alcock3-2/+7
2019-06-07Automatic date update in version.inGDB Administrator1-1/+1
2019-06-06Apply substitute-path to relative filenames as wellРуслан Ижбулатов2-9/+9
2019-06-06Add thread-exit annotation.Amos Bird9-7/+70
2019-06-06gas: Add .enqcmd and noenqcmd directivesH.J. Lu3-0/+10
2019-06-06gas: Correct ChangeLog for commit 5d79adc4b22b0abdH.J. Lu1-12/+14
2019-06-06Add timestamps to "maint time" outputTom Tromey5-5/+47
2019-06-06[BFD, AArch64] Fix PT_GNU_PROPERTY alignment issueSudakshina Das7-0/+65
2019-06-06[LD, AArch64] Move ELF options behind -zSudakshina Das19-42/+69
2019-06-06Automatic date update in version.inGDB Administrator1-1/+1
2019-06-05i386: Check vector length for EVEX vextractfXX and vinsertfXXH.J. Lu8-11/+113