aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-12-11Unbreak build for non-ELF portsPedro Alves5-31/+69
2017-12-11[MPFR] Fix regression on 32-bit host systemsUlrich Weigand2-1/+6
2017-12-11Adapt gdb.ada/variant_record_packed_array.exp to accept reordered componentsJoel Brobecker2-6/+23
2017-12-11(Ada) change tagged types base_address computationXavier Roirand2-2/+37
2017-12-11Adapt gdb.ada/pkd_arr_elem.exp to accept reordered componentsJoel Brobecker2-2/+17
2017-12-08dwarf2read.c: Rewrite/simplify mock_mapped_indexPedro Alves2-45/+37
2017-12-08Support wildmatching in .debug_names too.Pedro Alves2-41/+96
2017-12-08dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol tablePedro Alves2-39/+54
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil13-29/+1257
2017-12-08Add gdb::hash_enumPedro Alves2-0/+49
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-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-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-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-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves8-44/+56
2017-12-06Fix syscall group completionSimon Marchi2-8/+9
2017-12-06remote: Make qXfer packets respect corresponding "set remote foo-packet"Pedro Alves4-7/+46
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-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