aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-12-17Ada: fix bad handling in ada_convert_actualXavier Roirand7-1/+118
2017-12-17gdb: Fix function parameter alignments in or1k-tdep.c.Stafford Horne2-9/+17
2017-12-17gdb: Add news entries for new or1k target.Stafford Horne2-0/+9
2017-12-15Fix ARI warning on gdb/typeprint.c:whatis_expSergio Durigan Junior2-3/+8
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior10-66/+1050
2017-12-15Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'Sergio Durigan Junior2-434/+410
2017-12-15Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson3-6/+28
2017-12-15Skip 'maintenance check xml-descriptions' if XML is disabledYao Qi2-1/+8
2017-12-15Skip parse_memory_map_tests if XML is disabledYao Qi2-0/+10
2017-12-14(Ada) Handle same component names when searching in tagged typesXavier Roirand7-2/+364
2017-12-14py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifierSimon Marchi2-3/+8
2017-12-14DWARF-5 .debug_names DW_IDX_type_unit fixJan Kratochvil2-25/+128
2017-12-14Ada: unable to compare strings (Attempt to compare array with non-array)Joel Brobecker7-7/+124
2017-12-13(Ada) Add support for task switching when debugging core filesJoel Brobecker5-29/+148
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi10-15/+138
2017-12-13Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiplePedro Alves2-1/+9
2017-12-13Fix regression: expression completer and scope operator (PR gdb/22584)Pedro Alves8-13/+104
2017-12-13Factor out final completion match string buildingPedro Alves6-131/+106
2017-12-13python doc: Rework Breakpoint.__init__ docSimon Marchi2-24/+48
2017-12-14gdb: Fix ARI warnings in or1k-tdep.cStafford Horne2-14/+23
2017-12-13Fix typo in gdb_ari.shSimon Marchi2-1/+5
2017-12-12fix "server" command prefix handling (unexpected confirmation queries)Joel Brobecker5-1/+71
2017-12-12gdb: testsuite: Add or1k tdesc-regs.exp test supportStafford Horne2-0/+7
2017-12-12gdb: testsuite: Add or1k l.nop instructionStafford Horne2-0/+6
2017-12-12gdb: Add OpenRISC or1k and or1knd target supportFranck Jullien10-0/+1580
2017-12-12PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSEAlan Modra2-58/+55
2017-12-11remote: Return NULL extra_info/name if they are emptySimon Marchi2-2/+14
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