summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix resolving GNU ifunc bp locations when inferior runs resolverusers/palves/ifuncPedro Alves2018-04-102-5/+16
* Extend GNU ifunc testcasesPedro Alves2018-04-104-95/+353
* PPC64: always make synthetic .text symbols for GNU ifunc symbolsPedro Alves2018-04-101-6/+16
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-109-54/+95
* Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)Pedro Alves2018-04-102-49/+54
* For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text sectionPedro Alves2018-04-101-6/+8
* Factor out minsym_found/find_function_start_sal overloadPedro Alves2018-04-103-41/+37
* Eliminate find_pc_partial_function_gnu_ifuncPedro Alves2018-04-102-34/+7
* Breakpoints, don't skip prologue of ifunc resolvers with debug infoPedro Alves2018-04-101-15/+45
* Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves2018-04-104-21/+44
* Fix elf_gnu_ifunc_resolve_by_got bugletPedro Alves2018-04-101-3/+5
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-106-8/+60
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-107-51/+112
* Fix calling ifunc functions when resolver has debug info and different namePedro Alves2018-04-101-1/+3
* Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)Pedro Alves2018-04-101-17/+40
* Fix gdb.base/fork-running-state.exp racePedro Alves2018-04-102-16/+10
* Replace finish_thread_state_cleanup with a RAII classPedro Alves2018-04-105-50/+63
* Fix some strip test fails on nds32 and pruAlan Modra2018-04-103-1/+10
* Automatic date update in version.inGDB Administrator2018-04-101-1/+1
* Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi2018-04-093-0/+193
* Use an std::vector for inline_statesSimon Marchi2018-04-093-70/+79
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-0910-103/+114
* Adapt and integrate string_view testsSimon Marchi2018-04-0927-152/+425
* Copy string_view tests from libstdc++Simon Marchi2018-04-0973-0/+5345
* Add gdb::string_viewSimon Marchi2018-04-094-260/+126
* Copy string_view files from libstdc++Simon Marchi2018-04-093-0/+916
* Update ax_cv_cxx_compile_cxx.m4Simon Marchi2018-04-093-31/+460
* Regenerate some filesAlan Modra2018-04-104-14/+20
* Apply "Convert observers to C++" edit to gdbarch.shPedro Alves2018-04-092-2/+9
* binutils/testsuite: Fix a crash with STN_UNDEF in relocationMaciej W. Rozycki2018-04-096-0/+85
* MIPS64/BFD: Fix a crash with STN_UNDEF in relocationMaciej W. Rozycki2018-04-092-2/+10
* binutils/testsuite: Verify the handling of invalid `r_sym' in relocationMaciej W. Rozycki2018-04-096-0/+95
* MIPS64/BFD: Fix a crash with invalid `r_sym' in relocationMaciej W. Rozycki2018-04-092-0/+22
* Inline PLT call optimizationAlan Modra2018-04-098-15/+406
* PowerPC inline PLT call supportAlan Modra2018-04-0910-46/+424
* Support PLT16 relocs against local symbolsAlan Modra2018-04-0912-229/+699
* Rearrange PLT reloc output on powerpcAlan Modra2018-04-096-244/+493
* PowerPC PLT16 relocationsAlan Modra2018-04-095-75/+262
* PowerPC indirect calls to __tls_get_addrAlan Modra2018-04-093-81/+169
* Automatic date update in version.inGDB Administrator2018-04-091-1/+1
* Automatic date update in version.inGDB Administrator2018-04-081-1/+1
* Fix gdb.mi/mi-stack.exp when gcc generates a stack protectorSimon Marchi2018-04-073-5/+11
* Fix indentation in gdb.mi/mi-stack.expSimon Marchi2018-04-072-55/+58
* Replace make_cleanup_restore_current_traceframe with RAII classSimon Marchi2018-04-074-39/+33
* Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi2018-04-074-92/+84
* Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi2018-04-074-148/+113
* Remove some usages of get_dwarf2_per_objfileSimon Marchi2018-04-072-35/+36
* Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfileSimon Marchi2018-04-073-47/+90
* Remove some unused variables in dwarf2read.cSimon Marchi2018-04-072-23/+9
* Defer breakpoint reset when cloning progspace for fork childSimon Marchi2018-04-072-1/+7