aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-16Constify get_exec_fileTom Tromey13-18/+33
2019-12-16Update Gnulib to the latest git versionChristian Biesinger370-13326/+19704
2019-12-16ubsan: aarch64: left shift of negative valueAlan Modra2-9/+12
2019-12-16ubsan: microblaze: left shift cannot be represented in type 'int'Alan Modra2-2/+8
2019-12-16ubsan: nios2: left shift cannot be represented in type 'int'Alan Modra2-2/+6
2019-12-16ubsan: xstormy16: left shift of negative valueAlan Modra4-2/+10
2019-12-16asan: score: global-buffer-overflowAlan Modra2-9/+12
2019-12-16ubsan: crx: left shift cannot be represented in type 'int'Alan Modra4-28/+26
2019-12-16ubsan: bfin: left shift of negative valueAlan Modra2-9/+12
2019-12-16ubsan: nds32: left shift cannot be represented in type 'int'Alan Modra4-26/+25
2019-12-16ubsan: moxie: left shift of negative valueAlan Modra2-3/+7
2019-12-16Use a member function to set a symbol's languageChristian Biesinger12-35/+47
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger27-99/+156