aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-08Fix stripping relocs in a file with mergeable notes.Nick Clifton5-8/+39
2017-12-08Add aix 64-bit check to bfd_get_sign_extend_vmaSangamesh Mallayya2-1/+6
2017-12-08Automatic date update in version.inGDB Administrator1-1/+1
2017-12-07Validate explicit locations with early terminationKeith Seitz4-2/+17
2017-12-07Record nested typesKeith Seitz14-86/+1684
2017-12-07Fix wrong prefix in py-breakpoint.expSimon Marchi2-73/+76
2017-12-07Fix regression in "commands"Tom Tromey4-3/+22
2017-12-07Fix build with g++ 6.3.1Adam Stylinski2-1/+7
2017-12-07Initialize target description early in IPAYao Qi6-26/+81
2017-12-07Add virtual destructor to selftestSimon Marchi2-0/+5
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon8-33/+245
2017-12-07gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entriesJoel Brobecker2-0/+9
2017-12-07Objcopy interleave testAlan Modra3-4/+13
2017-12-07mcore-elf lacks shared lib supportAlan Modra2-1/+4
2017-12-07Rewrite check_shared_lib_supportAlan Modra2-52/+16
2017-12-07Automatic date update in version.inGDB Administrator1-1/+1
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves8-44/+56
2017-12-06Fix syscall group completionSimon Marchi2-8/+9
2017-12-06Objcopy interleave fails if section address not multiple of interleave.Jim Wilson7-0/+69
2017-12-06remote: Make qXfer packets respect corresponding "set remote foo-packet"Pedro Alves4-7/+46
2017-12-06Tell the linker testsuite that lm32-rtems toolchains do not support the gener...Nick Clifton2-0/+6
2017-12-06PR22552, readelf heap buffer overflow in load_debug_sectionAlan Modra2-6/+17
2017-12-06BFD whitespace fixesAlan Modra297-26166/+26251
2017-12-06Fix Common symbol override test failsAlan Modra6-0/+53
2017-12-06Enable shared lib tests for frv, lm32, m32r, microblaze, nds32 and or1kAlan Modra2-6/+11
2017-12-06dyn_relocs tidyAlan Modra16-627/+295
2017-12-06Comment tidyAlan Modra4-3/+9
2017-12-06Automatic date update in version.inGDB Administrator1-1/+1
2017-12-05Really fix riscv shared library __global_pointer$ problem.Jim Wilson14-68/+43
2017-12-05Address review comments for the previous seriesSimon Marchi2-2/+10
2017-12-05Split tdesc_type into multiple classesSimon Marchi42-1074/+1187
2017-12-05Make tdesc_arch_data::arch_regs an std::vectorSimon Marchi2-42/+54
2017-12-05Make tdesc_type::u::u::fields an std::vectorSimon Marchi2-119/+95
2017-12-05Make tdesc_type::name an std::stringSimon Marchi2-27/+35
2017-12-05Make tdesc_feature::types an std::vectorSimon Marchi2-40/+34
2017-12-05Make tdesc_reg string fields std::stringSimon Marchi4-41/+51
2017-12-05Make tdesc_feature::registers an std::vectorSimon Marchi2-47/+35
2017-12-05Make tdesc_feature::name an std::stringSimon Marchi2-10/+19
2017-12-05Make target_desc::features an std::vectorSimon Marchi2-52/+33
2017-12-05Make target_desc::compatible an std::vectorSimon Marchi2-30/+19
2017-12-05Make target_desc::properties an std::vectorSimon Marchi2-40/+30
2017-12-05Redefine gdb_static_assert as static_assertSimon Marchi2-2/+6
2017-12-05Remove some unused variablesSimon Marchi85-224/+179
2017-12-04Riscv shared libraries should not export __global_pointer$.Jim Wilson13-2/+106
2017-12-05Automatic date update in version.inGDB Administrator1-1/+1
2017-12-04Extend gdb.core/coredump-filter.exp to test dump-excluded-mappings.Sergio Lopez1-12/+34
2017-12-04Document the new "-a" command line option for gcoreSergio Lopez2-1/+13
2017-12-04Implement "-a" command line option for gcoreSergio Lopez1-17/+30
2017-12-04Document new {set,show} dump-excluded-mappings commands.Sergio Lopez2-1/+18
2017-12-04Implement 'set dump-excluded-mappings' commandSergio Lopez1-1/+29