aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-11[gdb/testsuite] Fix stepi pattern in gdb.btrace/reconnect.expTom de Vries2-1/+5
2020-03-11Fix comment in ada-typeprint.cTom Tromey2-1/+5
2020-03-11Mark discriminants as artificial in gdb.dwarf2/variant.expTom Tromey2-0/+7
2020-03-11[gdb/testsuite] Fix FAILs due to verbose in foll-fork.expTom de Vries2-2/+12
2020-03-11[gdb/testsuite] Limit verbose scope in gdb.base/break-interp.expTom de Vries2-0/+12
2020-03-11asan: som: unknown readAlan Modra2-0/+7
2020-03-11[gdb/testsuite] Fix missing uint8_t in gdb.fortran/logical.expTom de Vries3-1/+8
2020-03-11gdb: Fix out of bounds array access in buildsym_compunit::record_lineAndrew Burgess2-8/+16
2020-03-11Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton11-196/+672
2020-03-11[gdb/testsuite] Set EDITOR to true before using editTom de Vries2-0/+8
2020-03-11libctf: Mark bswap_identity_64 inline function as static.John Baldwin2-1/+5
2020-03-11powerpc64-ld infinite loopAlan Modra2-1/+5
2020-03-11PR25651, objcopy SIGSEGV in copy_objectAlan Modra2-17/+25
2020-03-11Don't merge sections with differing MASKPROC or MASKOS flagsAlan Modra2-4/+9
2020-03-11[gdb] Fix segv in "maint print symbols" for ada execTom de Vries4-1/+25
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess23-29/+1096
2020-03-10gdb/testsuite: Add is-stmt support to the DWARF compilerAndrew Burgess2-1/+12
2020-03-10More 1 << 31 signed overflowsAlan Modra6-9/+18
2020-03-10ubsan: som: left shift of 1 by 31 placesAlan Modra3-5/+11
2020-03-10objdump disassembly of files without symbolsAlan Modra2-4/+14
2020-03-10PR25648, objcopy SIGSEGV in ihex_write_recordAlan Modra2-5/+10
2020-03-09x86: Also pass -P to $(CPP) when processing i386-opc.tblH.J. Lu3-2/+7
2020-03-09[gdb/testsuite] Fix tcl error in cached_fileTom de Vries2-0/+7
2020-03-09PR25645, readelf segfault reading fuzzed alpha-vms binaryAlan Modra2-12/+22
2020-03-09x86: use template for AVX512 integer comparison insnsJan Beulich3-80/+48
2020-03-09x86: use template for XOP integer comparison, shift, and rotate insnsJan Beulich3-268/+187
2020-03-09x86: use template for AVX/AVX512 floating point comparison insnsJan Beulich8-3877/+4759
2020-03-09x86: use template for SSE floating point comparison insnsJan Beulich4-208/+165
2020-03-09x86: allow opcode templates to be templatedJan Beulich4-151/+298
2020-03-08readelf.c: Fix a typo in commentsH.J. Lu2-1/+6
2020-03-09asan: wasm: Out-of-memoryAlan Modra2-12/+21
2020-03-08Fix two typos in gdb_binary_search.hTom Tromey2-2/+6
2020-03-07[gdb/testsuite] Fix testing build_executable resultTom de Vries3-2/+7
2020-03-07[gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dupsTom de Vries2-0/+15
2020-03-07Remove some obsolete commentsTom Tromey3-6/+8
2020-03-07Re: Add support for a ".file 0" directive if supporting DWARF 5 or higher.Alan Modra2-9/+13
2020-03-06binutils: doc: move artifacts back to MAINTAINERCLEANFILESSimon Marchi3-3/+9
2020-03-07Automatic date update in version.inGDB Administrator1-1/+1
2020-03-06Pass thread_info pointer to various inferior control functionsSimon Marchi4-23/+49
2020-03-06Don't try to get the TIB address without an inferiorHannes Domani2-1/+7
2020-03-06Add support for a ".file 0" directive if supporting DWARF 5 or higher.Nick Clifton7-8/+57
2020-03-06[gdb/testsuite] Fix "text file busy" errors with cc-with-tweaks.expTom de Vries3-4/+49
2020-03-06Add support for --dwarf-[3|4|5] to assembler command line.Nick Clifton6-11/+88
2020-03-06[gdb,testsuite,doc,NEWS] Fix "the the".Tom de Vries8-9/+23
2020-03-06[gdb] Remove trailing "done" after "Reading symbols from" messageTom de Vries2-5/+5
2020-03-06gdbserver/gdbsupport: Add .dir-locals.el fileAndrew Burgess6-0/+99
2020-03-06Stop the assembler from complaining that the input and output files are the s...Nick Clifton2-1/+13
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton5-12/+84
2020-03-06x86: reduce amount of various VCVT* templatesJan Beulich5-242/+116
2020-03-06x86: drop/replace IgnoreSizeJan Beulich5-1607/+1624