aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-13infrun: step through indirect branch thunksMarkus Metzger17-1/+473
2018-04-13Automatic date update in version.inGDB Administrator1-1/+1
2018-04-12Fix -D_GLIBCXX_DEBUG gdb-add-index regressionJan Kratochvil2-9/+21
2018-04-12Remove old univariant code from rust-lang.cTom Tromey2-23/+7
2018-04-12Fix Solaris buildPedro Alves2-5/+8
2018-04-12Eliminate target_has_exitedPedro Alves3-46/+6
2018-04-12Fix the loading of the dynamic string table in a file without sections.Nick Clifton2-1/+7
2018-04-12Stop the assembler from overwriting its output file.John Darrington3-0/+30
2018-04-12Updated Spanish and Russian translations for the gas sub-directoryNick Clifton3-7775/+12712
2018-04-12Automatic date update in version.inGDB Administrator1-1/+1
2018-04-11Enable Intel WAITPKG instructions.Igor Tsimbalist17-5249/+5512
2018-04-11Add test for following fork on position-independent executablesSimon Marchi3-0/+104
2018-04-11Add Rust test case for ".." struct initializerTom Tromey2-0/+7
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra242-21807/+380
2018-04-11binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-symbianelf*' ELFMaciej W. Rozycki2-0/+7
2018-04-11File I/O file handles after target closesPedro Alves3-5/+40
2018-04-11C++ify fileio_fh_t, replace VEC with std::vectorPedro Alves2-38/+56
2018-04-11Silence nds32 pic warningsAlan Modra2-0/+7
2018-04-11Automatic date update in version.inGDB Administrator1-1/+1
2018-04-10Iterate by index in auto_load_safe_path_vec_updateSimon Marchi2-4/+8
2018-04-10Fix gdb.base/fork-running-state.exp racePedro Alves2-16/+10
2018-04-10Replace finish_thread_state_cleanup with a RAII classPedro Alves5-50/+63
2018-04-10Fix some strip test fails on nds32 and pruAlan Modra3-1/+10
2018-04-10Automatic date update in version.inGDB Administrator1-1/+1
2018-04-09Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi3-0/+193
2018-04-09Use an std::vector for inline_statesSimon Marchi3-70/+79
2018-04-09Remove VEC(tsv_s), use std::vector insteadSimon Marchi10-103/+114
2018-04-09Adapt and integrate string_view testsSimon Marchi27-152/+425
2018-04-09Copy string_view tests from libstdc++Simon Marchi73-0/+5345
2018-04-09Add gdb::string_viewSimon Marchi4-260/+126
2018-04-09Copy string_view files from libstdc++Simon Marchi3-0/+916
2018-04-09Update ax_cv_cxx_compile_cxx.m4Simon Marchi3-31/+460
2018-04-10Regenerate some filesAlan Modra4-14/+20
2018-04-09Apply "Convert observers to C++" edit to gdbarch.shPedro Alves2-2/+9
2018-04-09binutils/testsuite: Fix a crash with STN_UNDEF in relocationMaciej W. Rozycki6-0/+85
2018-04-09MIPS64/BFD: Fix a crash with STN_UNDEF in relocationMaciej W. Rozycki2-2/+10
2018-04-09binutils/testsuite: Verify the handling of invalid `r_sym' in relocationMaciej W. Rozycki6-0/+95
2018-04-09MIPS64/BFD: Fix a crash with invalid `r_sym' in relocationMaciej W. Rozycki2-0/+22
2018-04-09Inline PLT call optimizationAlan Modra8-15/+406
2018-04-09PowerPC inline PLT call supportAlan Modra10-46/+424
2018-04-09Support PLT16 relocs against local symbolsAlan Modra12-229/+699
2018-04-09Rearrange PLT reloc output on powerpcAlan Modra6-244/+493
2018-04-09PowerPC PLT16 relocationsAlan Modra5-75/+262
2018-04-09PowerPC indirect calls to __tls_get_addrAlan Modra3-81/+169
2018-04-09Automatic date update in version.inGDB Administrator1-1/+1
2018-04-08Automatic date update in version.inGDB Administrator1-1/+1
2018-04-07Fix gdb.mi/mi-stack.exp when gcc generates a stack protectorSimon Marchi3-5/+11
2018-04-07Fix indentation in gdb.mi/mi-stack.expSimon Marchi2-55/+58
2018-04-07Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi4-39/+33
2018-04-07Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi4-92/+84