aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-13Remove "boolean" and "var_boolean" checks from ARITom Tromey2-26/+5
2019-12-13Fix the gdb build with GCC 7Tom Tromey2-2/+7
2019-12-13Fix indentation in jit.cSimon Marchi2-56/+61
2019-12-13MSP430: Relax target glob for configuring GDBJozef Lawrynowicz2-1/+5
2019-12-13Set no file contents PT_LOAD p_offset to first pageAlan Modra2-1/+16
2019-12-13Automatic date update in version.inGDB Administrator1-1/+1
2019-12-12Change objfile::partial_symtabs to be a unique_ptrTom Tromey2-1/+6
2019-12-12Manage objfiles with shared_ptrTom Tromey5-17/+123
2019-12-12Move free_all_objfiles to program_spaceTom Tromey6-18/+31
2019-12-12Store objfiles on a std::listTom Tromey5-59/+45
2019-12-12Introduce basic_safe_rangeTom Tromey2-5/+53
2019-12-12Remove MULTI_OBJFILE_PTom Tromey6-6/+24
2019-12-12Introduce program_space::remove_objfileTom Tromey4-28/+36
2019-12-12Introduce program_space::add_objfileTom Tromey4-45/+45
2019-12-12Make the objfile destructor privateTom Tromey8-28/+66
2019-12-12Make add_separate_debug_objfile staticTom Tromey4-11/+26
2019-12-12Make the objfile constructor privateTom Tromey4-3/+22
2019-12-12i386: Also check R12-R15 registers when optimizing testq to testbH.J. Lu5-3/+25
2019-12-12i386: Add tests for -malign-branch-boundary and -malign-branchH.J. Lu62-0/+2709
2019-12-12i386: Add -mbranches-within-32B-boundariesH.J. Lu3-0/+31