aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves1-0/+6
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-0/+8
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves1-0/+12
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves1-0/+8
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves1-0/+6
2018-01-09Document support for 'info proc' on FreeBSD.John Baldwin1-0/+4
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin1-0/+14
2018-01-09Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin1-0/+5
2018-01-09Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin1-0/+5
2018-01-09Support 'info proc' for FreeBSD process core dumps.John Baldwin1-0/+18
2018-01-08hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault1-0/+7
2018-01-08Fix GDB build failure when $development is falseYao Qi1-0/+13
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand1-0/+6
2018-01-07Remove dwarf2_cu::dwarf2_per_objfileSimon Marchi1-0/+97
2018-01-07Remove dwarf2_per_objfile globalSimon Marchi1-0/+222
2018-01-07Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_obj...Simon Marchi1-0/+98
2018-01-07Replace VEC(converted_character_d) with std::vectorSimon Marchi1-0/+8
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-0/+49
2018-01-07Remove xmethod_worker::cloneSimon Marchi1-0/+9
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-0/+84
2018-01-05Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)Pedro Alves1-0/+12
2018-01-05Fix gdb/spu-tdep.c build breakagePedro Alves1-0/+5
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-0/+37
2018-01-05Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves1-0/+9
2018-01-05(Ada) problem printing renaming which references a subprogram parameterJoel Brobecker1-0/+6
2018-01-05(Ada) Fix Length attribute on array accessJerome Guitton1-0/+5
2018-01-05memory error printing component of record from convenience variableJoel Brobecker1-0/+5
2018-01-05fix date of latest gdb/ChangeLog entryJoel Brobecker1-1/+1
2018-01-04(Ada) Remove printing of array's first index when unneededXavier Roirand1-0/+6
2018-01-05Update NEWS post GDB 8.1 branch creation.Joel Brobecker1-0/+6
2018-01-05Bump version to 8.1.50.DATE-git.Joel Brobecker1-0/+5
2018-01-03(Ada) New command to stop at start of exception handler.Xavier Roirand1-0/+34
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker1-0/+6
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker1-0/+13
2018-01-01treat Ada DW_TAG_unspecified_type DIEs as stub typesJoel Brobecker1-0/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-0/+4
2018-01-02gdb/copyright.py: Remove testsuite/gdb.base/step-line.{c,inp} special handlingJoel Brobecker1-0/+5
2018-01-02gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERSJoel Brobecker1-0/+6
2018-01-02Update copyright year in version message of GDB, GDBserver and GDBreplayJoel Brobecker1-0/+5
2018-01-02Yearly rotation of the gdb/ChangeLog fileJoel Brobecker1-18453/+3
2017-12-31Avoid indexing std::vector past the endRuslan Kabatsayev1-0/+5
2017-12-30Only ignore -Wenum-compare-switch if it existsSimon Marchi1-0/+6
2017-12-30dwarf2read: Silence -Wenum-compare-switch warningSimon Marchi1-0/+6
2017-12-30C++-ify parser_stateTom Tromey1-0/+24
2017-12-30Make mapped_debug_names and mapped_index finalSimon Marchi1-0/+5
2017-12-29Ignore warning about using different types of enums in switchSimon Marchi1-0/+6
2017-12-29Remove unnecessary call to get_thread_db_infoSimon Marchi1-0/+5
2017-12-28Remove unused HP-UX TARGET_OBJECT_ enumsSimon Marchi1-0/+5
2017-12-27tdesc: handle arbitrary strings in tdesc_register_in_reggroup_pStafford Horne1-0/+11
2017-12-27reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroupsStafford Horne1-0/+7