aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-17[wip] gdbserver, x86: support fs_base and gs_baseusers/mmetzger/fsgsMarkus Metzger2-3/+15
2019-12-17testsuite: add m32 board filesMarkus Metzger3-0/+68
2019-12-17gdb, testsuite: test changing FS and GS segment selectors and basesMarkus Metzger4-0/+738
2019-12-17x86: support fs_base and gs_base for 32-bit inferiors on 64-bit kernelsMarkus Metzger4-3/+25
2019-12-17gdb, testsuite: add gdb_continue_to_breakpoint patternMarkus Metzger1-2/+5
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
2019-12-16Use symbol_set_language to set a symbol's languageChristian Biesinger3-2/+8
2019-12-16Automatic date update in version.inGDB Administrator1-1/+1
2019-12-15Automatic date update in version.inGDB Administrator1-1/+1
2019-12-14gdb/doc: Remove duplicate description of lookup_global_symbolAndrew Burgess2-14/+5
2019-12-14Add unlink support to moxie simulatorAnthony Green2-3/+21
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior9-19/+47
2019-12-14Automatic date update in version.inGDB Administrator1-1/+1
2019-12-13Revert "Turn off threaded minsym demangling by default"Christian Biesinger3-18/+1
2019-12-13Remove ARI check for multiple calls to warning or errorTom Tromey2-15/+5
2019-12-13Remove "fix" call for "long long" from ARITom Tromey2-2/+4
2019-12-13Accept -Wno- prefix in ARITom Tromey2-3/+20
2019-12-13Change ARI usage to GNU styleTom Tromey2-2/+6
2019-12-13Suppress ARI warnings for vsprintfTom Tromey2-3/+8
2019-12-13Silence ARI warning about floatformat_to_doubleTom Tromey3-3/+9
2019-12-13Silence ARI for valid calls to abortTom Tromey4-5/+11
2019-12-13Fix ARI text for floatformat_from_doubleTom Tromey2-1/+5
2019-12-13Remove ATTRIBUTE_UNUSED check from ARITom Tromey2-11/+4