aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-08Refactor: Move some generic code out of .gdb_index codeJan Kratochvil2-89/+139
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil5-13/+23
2017-12-08DWARF-5: .debug_names index producerJan Kratochvil5-60/+964
2017-12-08cc-with-tweaks.sh: Use gdb-add-index.shJan Kratochvil2-17/+31
2017-12-09Work around sparc glibc bugAlan Modra2-11/+21
2017-12-08Fix thinko on dtrace-probe.c:dtrace_process_dof_probeSergio Durigan Junior2-5/+9
2017-12-08Clear non-significant bits of address in watchpointYao Qi5-1/+26
2017-12-08Adjust breakpoint address by clearing non-significant bitsYao Qi5-14/+56
2017-12-08Clear non-significant bits of address on memory accessYao Qi11-0/+193
2017-12-08C++-ify parse_format_stringTom Tromey9-136/+89
2017-12-08gas: xtensa: fix comparison of trampoline chain symbolsMax Filippov2-4/+28
2017-12-08Adjust gdb.arch/i386-sse-stack-align.exp print statementSergio Durigan Junior2-1/+6
2017-12-08Fix PR 22567: set SAL .section in minsym_foundYao Qi2-1/+7
2017-12-08S390: Add symfile-memAndreas Arnez2-1/+5
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