aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand5-0/+102
2018-01-07Remove dwarf2_cu::dwarf2_per_objfileSimon Marchi2-107/+237
2018-01-07Remove dwarf2_per_objfile globalSimon Marchi2-410/+836
2018-01-07Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_obj...Simon Marchi2-111/+220
2018-01-07Make parse_debug_format_options return an std::stringSimon Marchi2-11/+15
2018-01-07Replace VEC(converted_character_d) with std::vectorSimon Marchi2-19/+18
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi13-154/+203
2018-01-07Remove xmethod_worker::cloneSimon Marchi4-25/+10
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi10-402/+292
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves8-8/+141
2018-01-05Fix gdb/spu-tdep.c build breakagePedro Alves2-1/+8
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves19-31/+271
2018-01-05Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves4-32/+42
2018-01-05(Ada) problem printing renaming which references a subprogram parameterJoel Brobecker9-2/+169
2018-01-05(Ada) Fix Length attribute on array accessJerome Guitton7-1/+166
2018-01-05memory error printing component of record from convenience variableJoel Brobecker7-2/+126
2018-01-05fix date of latest gdb/ChangeLog entryJoel Brobecker1-1/+1
2018-01-04Fix email address in latest gdb/testsuite/ChangeLog entryJoel Brobecker1-1/+1
2018-01-04(Ada) Remove printing of array's first index when unneededXavier Roirand5-0/+20
2018-01-05Update NEWS post GDB 8.1 branch creation.Joel Brobecker2-1/+9
2018-01-05Bump version to 8.1.50.DATE-git.Joel Brobecker2-1/+6
2018-01-04gdb.ada/maint_with_ada.exp: New testcaseJoel Brobecker5-0/+125
2018-01-04Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670Joel Brobecker4-0/+99
2018-01-04Add "complete break ada" test to gdb.ada/complete.expJoel Brobecker2-0/+26
2018-01-04Add gdb.ada/info_addr_mixed_case new testcaseJoel Brobecker5-0/+127
2018-01-03(Ada) New command to stop at start of exception handler.Xavier Roirand10-14/+547
2018-01-03Unbreak spurious fails in gdb.base/step-line.expJoel Brobecker3-0/+7
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker4-4/+21
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker7-13/+197
2018-01-01treat Ada DW_TAG_unspecified_type DIEs as stub typesJoel Brobecker2-2/+12
2018-01-02Update copyright year range in all GDB filesJoel Brobecker4676-4682/+4684
2018-01-02gdb/copyright.py: Remove testsuite/gdb.base/step-line.{c,inp} special handlingJoel Brobecker2-3/+6
2018-01-02gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERSJoel Brobecker2-1/+16
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker5-3/+14
2018-01-02Yearly rotation of the gdb/ChangeLog fileJoel Brobecker3-18453/+18467
2017-12-31Avoid indexing std::vector past the endRuslan Kabatsayev2-4/+9
2017-12-30Only ignore -Wenum-compare-switch if it existsSimon Marchi2-3/+12
2017-12-30dwarf2read: Silence -Wenum-compare-switch warningSimon Marchi2-0/+12
2017-12-30C++-ify parser_stateTom Tromey9-102/+110
2017-12-30Make mapped_debug_names and mapped_index finalSimon Marchi2-2/+7
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi3-0/+16
2017-12-29Remove unnecessary call to get_thread_db_infoSimon Marchi2-5/+6
2017-12-28Remove unused HP-UX TARGET_OBJECT_ enumsSimon Marchi2-9/+5
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne8-41/+57
2017-12-27reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroupsStafford Horne3-0/+44
2017-12-27reggroups: Convert reggroups from post_init to pre_initStafford Horne2-11/+13
2017-12-27reggroups: Add test and docs for `info reg $reggroup` featureStafford Horne7-2/+160
2017-12-23Add ATTRIBUTE_PRINTF to printf_field_type_assignmentSimon Marchi2-0/+6
2017-12-21Do not emit "field_type" var if not needed on "maint print c-tdesc"Simon Marchi37-51/+86
2017-12-20Remove write-only assignment in rs6000-tdep.cUros Bizjak2-1/+5