summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove invalid .dynamic section with --only-keep-debugusers/hjl/pr22101H.J. Lu2017-09-152-0/+9
* globalaudit.rd: Allow additional bits in DT_FLAGS_1H.J. Lu2017-09-142-1/+7
* x86: Cache section contents and relocationsH.J. Lu2017-09-1410-5/+96
* gdb.base/nodebug.exp: Rename called functionsPedro Alves2017-09-142-2/+22
* Make dwarf_expr_context::stack_empty_p return a boolSimon Marchi2017-09-143-2/+8
* Make dwarf_stack_value::in_stack_memory a boolSimon Marchi2017-09-144-19/+35
* Make dwarf_expr_piece::pieces an std::vectorSimon Marchi2017-09-144-124/+124
* Fix address violation when parsing a corrupt PE binary.Nick Clifton2017-09-142-2/+9
* Add enable-gold and enable-ld to src-releasematt rice2017-09-142-1/+5
* PR22127, as segfaults assembling invalid .relocAlan Modra2017-09-142-1/+7
* Automatic date update in version.inGDB Administrator2017-09-141-1/+1
* elfxx-x86.h: Fix a typo in commentsH.J. Lu2017-09-132-1/+5
* Automatic date update in version.inGDB Administrator2017-09-131-1/+1
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-126-31/+26
* Make collect_probes return an std::vectorSimon Marchi2017-09-123-94/+92
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-128-60/+65
* Automatic date update in version.inGDB Administrator2017-09-121-1/+1
* Remove make_show_memory_breakpoints_cleanupTom Tromey2017-09-117-58/+46
* Use std::string in d-namespace.cTom Tromey2017-09-112-33/+17
* Use std::string in ctf_startTom Tromey2017-09-112-12/+10
* Remove cleanups from find_frame_funnameTom Tromey2017-09-116-55/+49
* Remove cleanups from findcmd.cTom Tromey2017-09-112-64/+35
* Replace clear_hook_in_cleanup with scoped_restore_hook_inTom Tromey2017-09-112-10/+28
* Replace interp_set_temp with scoped_restore_interpTom Tromey2017-09-114-10/+37
* Change setup_breakpoint_reporting to return a scoped_restoreTom Tromey2017-09-114-17/+20
* Make extract_arg return a std::stringTom Tromey2017-09-1110-85/+92
* Constify language_enumTom Tromey2017-09-113-2/+7
* Rename _const functions to use overloading insteadTom Tromey2017-09-1137-125/+154
* Make it simpler to add events to PythonTom Tromey2017-09-1117-303/+250
* Small event ownership clean up in Python layerTom Tromey2017-09-1110-23/+44
* Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey2017-09-1114-7/+229
* nds32: Rename __BIT() to N32_BIT().Kuan-Lin Chen2017-09-118-55/+69
* Automatic date update in version.inGDB Administrator2017-09-111-1/+1
* Fix build breakage on GNU/Linux AArch64, take 2Sergio Durigan Junior2017-09-102-4/+11
* Fix build breakage on GNU/Linux AArch64Sergio Durigan Junior2017-09-103-3/+9
* gdb: Remove check for gdb_stderr == NULLAndrew Burgess2017-09-102-2/+8
* Automatic date update in version.inGDB Administrator2017-09-101-1/+1
* Remove unnecessary calls to is_mi_like_p in print_thread_info_1Simon Marchi2017-09-092-10/+10
* Use std::vector in add_using_directiveTom Tromey2017-09-095-21/+24
* Use gdb::def_vector in create_sals_line_offsetTom Tromey2017-09-092-8/+7
* Use gdb::byte_vector in pascal_object_print_valueTom Tromey2017-09-092-8/+9
* Use gdb::def_vector in func_commandTom Tromey2017-09-092-5/+6
* Use ui_out_emit_list and ui_out_emit_tuple with gdb::optionalTom Tromey2017-09-092-11/+19
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-097-50/+67
* Use ui_out_emit_list in more placesTom Tromey2017-09-092-44/+46
* Use ui_out_emit_tuple in disasm.cTom Tromey2017-09-092-82/+87
* Use ui_out_emit_tuple in more placesTom Tromey2017-09-097-138/+119
* Remove make_cleanup_ui_out_table_begin_endTom Tromey2017-09-096-181/+164
* Use ui_out_emit_table and ui_out_emit_list in print_thread_info_1Tom Tromey2017-09-092-46/+51
* Remove unnecessary function prototypes.John Baldwin2017-09-09347-1013/+396