aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Remove invalid .dynamic section with --only-keep-debugusers/hjl/pr22101H.J. Lu2-0/+9
2017-09-14globalaudit.rd: Allow additional bits in DT_FLAGS_1H.J. Lu2-1/+7
2017-09-14x86: Cache section contents and relocationsH.J. Lu10-5/+96
2017-09-14gdb.base/nodebug.exp: Rename called functionsPedro Alves2-2/+22
2017-09-14Make dwarf_expr_context::stack_empty_p return a boolSimon Marchi3-2/+8
2017-09-14Make dwarf_stack_value::in_stack_memory a boolSimon Marchi4-19/+35
2017-09-14Make dwarf_expr_piece::pieces an std::vectorSimon Marchi4-124/+124
2017-09-14Fix address violation when parsing a corrupt PE binary.Nick Clifton2-2/+9
2017-09-14Add enable-gold and enable-ld to src-releasematt rice2-1/+5
2017-09-14PR22127, as segfaults assembling invalid .relocAlan Modra2-1/+7
2017-09-14Automatic date update in version.inGDB Administrator1-1/+1
2017-09-13elfxx-x86.h: Fix a typo in commentsH.J. Lu2-1/+5
2017-09-13Automatic date update in version.inGDB Administrator1-1/+1
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi6-31/+26
2017-09-12Make collect_probes return an std::vectorSimon Marchi3-94/+92
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi8-60/+65
2017-09-12Automatic date update in version.inGDB Administrator1-1/+1
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey7-58/+46
2017-09-11Use std::string in d-namespace.cTom Tromey2-33/+17
2017-09-11Use std::string in ctf_startTom Tromey2-12/+10
2017-09-11Remove cleanups from find_frame_funnameTom Tromey6-55/+49
2017-09-11Remove cleanups from findcmd.cTom Tromey2-64/+35
2017-09-11Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey2-10/+28
2017-09-11Replace interp_set_temp with scoped_restore_interpTom Tromey4-10/+37
2017-09-11Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey4-17/+20
2017-09-11Make extract_arg return a std::stringTom Tromey10-85/+92
2017-09-11Constify language_enumTom Tromey3-2/+7
2017-09-11Rename _const functions to use overloading insteadTom Tromey37-125/+154
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