aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-20ubsan: or1k: left shift of negative valueAlan Modra4-4/+12
2019-12-20ubsan: xtensa: left shift cannot be represented in type 'int'Alan Modra2-1/+5
2019-12-20ubsan: hppa: left shift of negative valueAlan Modra4-60/+56
2019-12-20ubsan: m68hc1x: left shift of negative valueAlan Modra2-105/+81
2019-12-20bfd_check_format memory leakAlan Modra2-0/+7
2019-12-20coff-alpha memory leakAlan Modra2-1/+8
2019-12-20Automatic date update in version.inGDB Administrator1-1/+1
2019-12-19Consistently quote variables used with "test"Christian Biesinger7-72/+83
2019-12-19Fix build with GNU Make 3.81Bernd Edlinger2-4/+8
2019-12-19Make the literal argument to pow a double, not an integerChristian Biesinger2-2/+9
2019-12-19Cast the log10 argument to double to disambiguate itChristian Biesinger2-1/+8
2019-12-19Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger2-4/+9
2019-12-19Add install-strip to sim/Tom Tromey10-0/+43
2019-12-19Fix comment in field_kindTom Tromey2-3/+7
2019-12-19Handle CRLF when reading XML on WindowsTom Tromey4-5/+22
2019-12-19xcoff slurp_armap bounds checkingAlan Modra3-6/+40
2019-12-19vax decoding of indexed addressing modeAlan Modra2-2/+16
2019-12-19PowerPC, use size_t rather than long for indicesAlan Modra3-3/+9
2019-12-19Re: Enable --build-id for moxie-elf-ldAlan Modra2-1/+4
2019-12-19PR25277, microblaze opcode enumeration vs ISO/IEC TS 18661-3:2015Dr N.W. Filardo3-4/+11
2019-12-19Automatic date update in version.inGDB Administrator1-1/+1
2019-12-18Update gdb.base/default.exp for GDB 10Simon Marchi2-1/+5
2019-12-182019-12-18 Anthony Green <green@moxielogic.com>Anthony Green3-3/+7
2019-12-18Fix pthread_setname_np build errorTom Tromey2-1/+9
2019-12-18Fix indentation (and clang warning) in c-lang.cSimon Marchi2-5/+10
2019-12-18Fix build failure on macOSTom Tromey3-6/+18
2019-12-18Fix -Wmisleading-indentation warning in top.cSimon Marchi2-3/+26
2019-12-18ld signed overflow fixAlan Modra2-2/+6
2019-12-18Yet more signed overflow fixesAlan Modra7-110/+122
2019-12-18More signed overflow fixesAlan Modra12-59/+70
2019-12-18Automatic date update in version.inGDB Administrator1-1/+1
2019-12-17Add missing include to bsd-kvm.c for gdb_abspathChristian Biesinger2-0/+5
2019-12-17Add virtual destructor to tui_layout_baseSimon Marchi2-0/+7
2019-12-17Fix skip.exp test failure observed with gcc-9.2.0Bernd Edlinger2-5/+15
2019-12-17Whitespace fix in gdb.base/skip.expBernd Edlinger2-2/+6
2019-12-17ubsan: visium: left shift cannot be represented in type 'int'Alan Modra2-1/+5
2019-12-17ubsan: aarch64: left shift cannot be represented in type 'int64_t'Alan Modra3-13/+20
2019-12-17ubsan: nds32: left shift cannot be represented in type 'int'Alan Modra2-9/+15
2019-12-17Prefer object over notype symbols when disassemblingAlan Modra43-41/+164
2019-12-17Accept mips-sgi-irix output in a few ld testsAlan Modra6-13/+26
2019-12-17Remove tic80 supportAlan Modra39-2902/+55
2019-12-17ubsan: bpf: left shift cannot be represented in type 'DI' (aka 'long')Alan Modra4-3/+11
2019-12-16Add a test case for skip with inlined functionsBernd Edlinger3-0/+147
2019-12-16Check all inline frames if they are marked for skipBernd Edlinger3-5/+75
2019-12-17Automatic date update in version.inGDB Administrator1-1/+1
2019-12-16jit: make gdb_symtab::blocks an std::forward_listSimon Marchi2-94/+54
2019-12-16jit: c++-ify gdb_blockSimon Marchi2-11/+23
2019-12-16jit: make gdb_object::symtabs an std::forward_listSimon Marchi2-18/+28
2019-12-16jit: c++-ify gdb_symtabSimon Marchi2-29/+43
2019-12-16Fix double-free when creating more than one block in JIT debug info readerSimon Marchi7-31/+104