aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Make it simpler to add events to PythonTom Tromey17-303/+250
2017-09-11Small event ownership clean up in Python layerTom Tromey10-23/+44
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey14-7/+229
2017-09-11nds32: Rename __BIT() to N32_BIT().Kuan-Lin Chen8-55/+69
2017-09-11Automatic date update in version.inGDB Administrator1-1/+1
2017-09-10Fix build breakage on GNU/Linux AArch64, take 2Sergio Durigan Junior2-4/+11
2017-09-10Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior3-3/+9
2017-09-10gdb: Remove check for gdb_stderr == NULLAndrew Burgess2-2/+8
2017-09-10Automatic date update in version.inGDB Administrator1-1/+1
2017-09-09Remove unnecessary calls to is_mi_like_p in print_thread_info_1Simon Marchi2-10/+10
2017-09-09Use std::vector in add_using_directiveTom Tromey5-21/+24
2017-09-09Use gdb::def_vector in create_sals_line_offsetTom Tromey2-8/+7
2017-09-09Use gdb::byte_vector in pascal_object_print_valueTom Tromey2-8/+9
2017-09-09Use gdb::def_vector in func_commandTom Tromey2-5/+6
2017-09-09Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey2-11/+19
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey7-50/+67
2017-09-09Use ui_out_emit_list in more placesTom Tromey2-44/+46
2017-09-09Use ui_out_emit_tuple in disasm.cTom Tromey2-82/+87
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey7-138/+119
2017-09-09Remove make_cleanup_ui_out_table_begin_endTom Tromey6-181/+164
2017-09-09Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey2-46/+51
2017-09-09Remove unnecessary function prototypes.John Baldwin347-1013/+396
2017-09-10PowerPC64 --plt-alignAlan Modra8-22/+55
2017-09-09x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu5-36/+23
2017-09-09x86: Don't check has_non_got_relocH.J. Lu2-3/+7
2017-09-09x86: Remove restriction on NOTRACK prefix positionH.J. Lu14-244/+274
2017-09-09x86: Properly handle __ehdr_startH.J. Lu22-23/+237
2017-09-09Automatic date update in version.inGDB Administrator1-1/+1
2017-09-08Remove unused field field_info.fnfieldsKeith Seitz2-4/+5
2017-09-08x86: Update comments in elfxx-x86.hH.J. Lu2-2/+6
2017-09-08Remove C/C++ relevant code in Fortran specific file.Christoph Weinmann5-16/+74
2017-09-08fortran: Testsuite, fix typos in vla-value.Bernhard Heckel3-4/+9
2017-09-08Fortran: Testsuite, fix differences in type naming.Bernhard Heckel4-15/+31
2017-09-08Fix indentation for printing Fortran types with pointersFrank Penczek5-4/+89
2017-09-08x86: Replace elf_x86_plt_layout_table with elf_x86_init_tableH.J. Lu5-54/+66
2017-09-07x86; Don't add elf64-x86-64.lo nor elf64.lo together with elfxx-x86.loH.J. Lu7-26/+38
2017-09-08Automatic date update in version.inGDB Administrator1-1/+1
2017-09-07RISC-V: Avoid emitting invalid instructions in mixed RVC/no-RVC codePalmer Dabbelt2-17/+13
2017-09-07RISC-V: Print an error when unable to align a sectionPalmer Dabbelt2-2/+14
2017-09-07RISC-V: Support PCREL_* relocations agaist weak undefined symbolsPalmer Dabbelt2-5/+76
2017-09-07Document the GDB 8.0.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-09-07remove QStartupWithShell entry from NEWS::Changes in GDB 7.11Joel Brobecker2-3/+4
2017-09-07x86: Remove _bfd_{i386,x86_64}_elf_convert_loadH.J. Lu5-307/+137
2017-09-07Automatic date update in version.inGDB Administrator1-1/+1
2017-09-06Change funcall_chain to be a std::vectorTom Tromey2-39/+14
2017-09-06Remove last cleanups from go-exp.yTom Tromey2-10/+5
2017-09-06Remove last cleanups from d-exp.yTom Tromey2-17/+13
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey10-50/+23
2017-09-06Introduce dw2_linkage_name and dw2_linkage_name_attr.Keith Seitz2-26/+46
2017-09-06Honor an existing CC_FOR_BUILD in the environment for sim.John Baldwin59-202/+434