aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-21xtensa error messageAlan Modra2-16/+11
2017-11-21Fix mapped_index::find_name_components_bounds upper bound computationPedro Alves2-3/+10
2017-11-21Unit test name-component bounds searching directlyPedro Alves2-83/+216
2017-11-210xff chars in name components table; cp-name-parser lex UTF-8 identifiersPedro Alves3-17/+157
2017-11-21Automatic date update in version.inGDB Administrator1-1/+1
2017-11-20Fix gdb.base/whatis-ptype-typedefs.exp on 32-bit archsPedro Alves3-3/+57
2017-11-20Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section.Nick Clifton7-5/+96
2017-11-21mingw gas testsuite fixAlan Modra2-0/+5
2017-11-21PR22451, strip no longer works on older object filesAlan Modra2-7/+25
2017-11-19Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi2-10/+14
2017-11-19Remove usages of find_thread when calling need_step_over_pSimon Marchi2-18/+20
2017-11-19Remove usage of find_thread when calling resume_status_pending_pSimon Marchi2-10/+12
2017-11-19Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi2-26/+22
2017-11-19Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2-15/+14
2017-11-19Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi2-16/+13
2017-11-19Remove usage of find_inferior in iterate_over_lwpsSimon Marchi3-39/+25
2017-11-19Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi2-30/+26
2017-11-19Remove usages of find_inferior in linux-arm-low.cSimon Marchi2-29/+33
2017-11-19Remove usage of find_inferior in win32-low.cSimon Marchi2-6/+12
2017-11-19Remove usage of find_inferior in win32-i386-low.cSimon Marchi2-20/+16
2017-11-19Fix typo in ChangeLog entry.Cary Coutant1-2/+2
2017-11-19Fix DWARF reader to use correct size for DW_FORM_ref_addr.Cary Coutant3-2/+33
2017-11-20Automatic date update in version.inGDB Administrator1-1/+1
2017-11-18Fix error message typo.Jim Wilson2-1/+6
2017-11-19Automatic date update in version.inGDB Administrator1-1/+1
2017-11-19PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra3-10/+25
2017-11-18Automatic date update in version.inGDB Administrator1-1/+1
2017-11-17Finish fixing riscv gas lns-common-1 failure, and lns-duplicate.Jim Wilson2-2/+174
2017-11-17Use an enum to represent subclasses of symbolTom Tromey4-11/+32
2017-11-17Make template_symbol derive from symbolTom Tromey4-10/+11
2017-11-17Handle dereferencing Rust trait objectsTom Tromey12-0/+405
2017-11-17Remove DEF_VEC_I (int)Simon Marchi2-2/+4
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi5-28/+36
2017-11-17Make open_fds an std::vectorSimon Marchi2-19/+19
2017-11-17Make output_thread_groups take an std::vector<int>Simon Marchi2-10/+12
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker9-10/+192
2017-11-17Fix a memory leak when processing archives.Nick Clifton2-0/+6
2017-11-17x86: Pass "%F%P:" to linker callback in case of errorH.J. Lu2-10/+15
2017-11-17Fix a snafu in a previous update to readelf that stopped it from printing arc...Nick Clifton2-0/+6
2017-11-16ada-lang.c::ada_value_cast: remove unused parameter nosideJoel Brobecker2-3/+8
2017-11-17Automatic date update in version.inGDB Administrator1-1/+1
2017-11-16Test breakpoint commands w/ "continue" + Ctrl-CPedro Alves3-0/+176
2017-11-16Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves2-0/+12
2017-11-16Don't ever Quit out of resumePedro Alves2-35/+17
2017-11-16Fix stdin ending up not registered after a QuitPedro Alves2-1/+14
2017-11-16Fix swallowed "Quit" when inserting breakpointsPedro Alves2-20/+26
2017-11-16gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves2-17/+38
2017-11-16Fix testing gdb.rust/modules.exp against gdbserverPedro Alves2-8/+15
2017-11-16Refactor endian handling in DFP routinesUlrich Weigand2-39/+43
2017-11-16Add new AArch64 FP16 FM{A|S} instructions.Tamar Christina9-5/+30