summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)Author
2017-12-15Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'Sergio Durigan Junior
2017-12-15Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson
2017-12-15Skip parse_memory_map_tests if XML is disabledYao Qi
2017-12-14(Ada) Handle same component names when searching in tagged typesXavier Roirand
2017-12-14py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifierSimon Marchi
2017-12-14DWARF-5 .debug_names DW_IDX_type_unit fixJan Kratochvil
2017-12-14Ada: unable to compare strings (Attempt to compare array with non-array)Joel Brobecker
2017-12-13(Ada) Add support for task switching when debugging core filesJoel Brobecker
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves
2017-12-13Factor out final completion match string buildingPedro Alves
2017-12-14gdb: Fix ARI warnings in or1k-tdep.cStafford Horne
2017-12-13Fix typo in gdb_ari.shSimon Marchi
2017-12-12fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker
2017-12-12gdb: Add OpenRISC or1k and or1knd target supportFranck Jullien
2017-12-12PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSEAlan Modra
2017-12-11remote: Return NULL extra_info/name if they are emptySimon Marchi
2017-12-11Unbreak build for non-ELF portsPedro Alves
2017-12-11[MPFR] Fix regression on 32-bit host systemsUlrich Weigand
2017-12-11(Ada) change tagged types base_address computationXavier Roirand
2017-12-08dwarf2read.c: Rewrite/simplify mock_mapped_indexPedro Alves
2017-12-08Support wildmatching in .debug_names too.Pedro Alves
2017-12-08dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol tablePedro Alves
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil
2017-12-08Add gdb::hash_enumPedro Alves
2017-12-08Refactor: Move some generic code out of .gdb_index codeJan Kratochvil
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil
2017-12-08DWARF-5: .debug_names index producerJan Kratochvil
2017-12-08cc-with-tweaks.sh: Use gdb-add-index.shJan Kratochvil
2017-12-08Fix thinko on dtrace-probe.c:dtrace_process_dof_probeSergio Durigan Junior
2017-12-08Clear non-significant bits of address in watchpointYao Qi
2017-12-08Adjust breakpoint address by clearing non-significant bitsYao Qi
2017-12-08Clear non-significant bits of address on memory accessYao Qi
2017-12-08C++-ify parse_format_stringTom Tromey
2017-12-08Fix PR 22567: set SAL .section in minsym_foundYao Qi
2017-12-08S390: Add symfile-memAndreas Arnez
2017-12-07Validate explicit locations with early terminationKeith Seitz
2017-12-07Record nested typesKeith Seitz
2017-12-07Fix regression in "commands"Tom Tromey
2017-12-07Fix build with g++ 6.3.1Adam Stylinski
2017-12-07Add virtual destructor to selftestSimon Marchi
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon
2017-12-07gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entriesJoel Brobecker
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-12-06Fix syscall group completionSimon Marchi
2017-12-06remote: Make qXfer packets respect corresponding "set remote foo-packet"Pedro Alves
2017-12-05Address review comments for the previous seriesSimon Marchi
2017-12-05Split tdesc_type into multiple classesSimon Marchi
2017-12-05Make tdesc_arch_data::arch_regs an std::vectorSimon Marchi
2017-12-05Make tdesc_type::u::u::fields an std::vectorSimon Marchi