aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Modify the ARNM assembler to accept the omission of the immediate argument fo...Delia Burduv10-47/+101
2019-10-30Add the ability to the BFD library to read build-ids from core flies.Keith Seitz5-5/+153
2019-10-30Update email address for Palmer Dabbelt.Nick Clifton2-1/+5
2019-10-30Add a --output=<DIR> option to ar to allow the specifying of an output direct...Fangrui Song5-66/+171
2019-10-30x86: add tests to cover defaulting of operand sizes for ambiguous insnsJan Beulich8-0/+392
2019-10-30x86: re-do "shorthand" handlingJan Beulich4-219/+214
2019-10-30x86: slightly rearrange struct insn_templateJan Beulich4-3918/+3925
2019-10-30x86: drop stray WJan Beulich7-24/+65
2019-10-30Automatic date update in version.inGDB Administrator1-1/+1
2019-10-29Remove unused includes in infcmd.c and infrun.cSimon Marchi3-12/+5
2019-10-29Clean up ada-lang.hSimon Marchi3-483/+491
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi4-21/+7
2019-10-29addrmap: use gdb_static_assert for type size assertionsSimon Marchi2-11/+11
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger15-147/+188
2019-10-29Only make a nullterminated string if we need toChristian Biesinger3-19/+28
2019-10-29Replace bsearch with a std::lower_bound-based searchChristian Biesinger4-14/+77
2019-10-29Load system gdbinit files from a directoryChristian Biesinger11-22/+235
2019-10-29When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum5-16/+43
2019-10-29Fix array overrun when disassembling corrupt TIC30 binaries.Nick Clifton2-1/+5
2019-10-29Fix a potential illegal array access in the D30V disassembler.Nick Clifton2-1/+9
2019-10-29Prevent a left shift by a negative value when disassembling IA64 binaries.Nick Clifton2-3/+11
2019-10-29Fix array overruns in the S12Z disassembler.Nick Clifton3-16/+56
2019-10-29Fix the size of the dos_message field in the internal_extra_pe_filehdr struct...Andrew Eikum2-1/+6
2019-10-29Re: Optimise away eh_frame advance_loc 0Alan Modra2-1/+12
2019-10-29Automatic date update in version.inGDB Administrator1-1/+1
2019-10-28Add a string_view version of startswithChristian Biesinger2-0/+17
2019-10-28Fix potentially illegal shift and assign operation in CSKY disassembler.Nick Clifton2-2/+7
2019-10-28Fix buffer overrun in TIC30 disassembler.Nick Clifton2-7/+27
2019-10-28Stop potential illegal memory access in the NS32K disassembler.Nick Clifton2-1/+17
2019-10-28Prevent an illegal memory access in the xgate disassembler.Nick Clifton2-3/+8
2019-10-28Automatic date update in version.inGDB Administrator1-1/+1
2019-10-27Automatic date update in version.inGDB Administrator1-1/+1
2019-10-26Add some missing casts to suppress implicit cast warningsJohn David Anglin2-5/+12
2019-10-26Optimise away eh_frame advance_loc 0Alan Modra3-4/+28
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries108-124/+240
2019-10-26sort_gnu_build_notes fixAlan Modra2-1/+6
2019-10-26Automatic date update in version.inGDB Administrator1-1/+1
2019-10-25elfedit: Report unknown x86 featureH.J. Lu2-1/+8
2019-10-25elfedit.c: Replace BYTE_PUT with byte_putH.J. Lu2-1/+5
2019-10-25Fix find_charset_names.Ali Tamur2-4/+7
2019-10-25Revert unintentional change in symtab.cChristian Biesinger1-1/+1
2019-10-25Don't make an extra copy + allocation of the demangled nameChristian Biesinger2-25/+21
2019-10-25Improve objcopy's note mergeing capabilities.Nick Clifton19-425/+985
2019-10-25Fix potential undefined behaviour in the RX disassembler.Nick Clifton2-1/+6
2019-10-25Allow out-of-order reads of CIEsTom Tromey2-75/+25
2019-10-25gdbserver does not need xstrdupTom Tromey2-12/+4
2019-10-25PR25125, relaxation chooses wrong branch sizeAlan Modra2-4/+13
2019-10-25[gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_multiple calls (2)Tom de Vries7-51/+47
2019-10-25PR4499, assign file positions assumes segment offsets increasingAlan Modra6-238/+298
2019-10-25readelf PT_PHDR checkAlan Modra2-5/+16