summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variable in windows-nat.cPedro Alves2016-07-212-2/+5
* Remove unused variable in gdb/varobj.c when built without Python supportPedro Alves2016-07-212-2/+7
* Fix cast to 'gdb_breakpoint *'Yao Qi2016-07-212-1/+6
* Support vCont s and S actions with software single stepYao Qi2016-07-212-5/+13
* Use reinsert_breakpoint for vCont;sYao Qi2016-07-212-8/+83
* Enqueue signal even when resuming threadsYao Qi2016-07-212-21/+27
* Use enqueue_pending_signal in linux_resume_one_threadYao Qi2016-07-212-11/+14
* Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi2016-07-214-2/+30
* Make reinsert_breakpoint thread specificYao Qi2016-07-214-55/+92
* Refactor clone_all_breakpointsYao Qi2016-07-216-16/+24
* Create sub classes of 'struct breakpoint'Yao Qi2016-07-214-67/+188
* Pass breakpoint type in set_breakpoint_atYao Qi2016-07-213-7/+24
* Skip gdb.server/ tests if lack of XML supportYao Qi2016-07-212-0/+19
* Fix typo fsqrt -> sqrtf.Nick Clifton2016-07-211-1/+1
* oops - forgot to include binutils.texi in the previous delta.Nick Clifton2016-07-211-29/+8
* Use fsqrt() to calculate float (rather than double) square root.Nick Clifton2016-07-212-1/+5
* Fix fail in gdb.server/solib-list.expYao Qi2016-07-212-0/+9
* Use variable args in run_ld_link_exec_testsAlan Modra2016-07-2119-37/+61
* Fix implib test failuresAlan Modra2016-07-219-25/+72
* Automatic date update in version.inGDB Administrator2016-07-211-1/+1
* Use a real vfork done event on FreeBSD when available.John Baldwin2016-07-202-3/+45
* Enable ptrace events on new child processes.John Baldwin2016-07-202-0/+8
* Consolidate code to enable optional FreeBSD native target event reporting.John Baldwin2016-07-202-31/+36
* Add support to the ARC disassembler for selecting instruction classes.Claudiu Zissulescu2016-07-2019-131/+723
* Handle version 1a of FreeBSD's NT_PRSINFO.John Baldwin2016-07-202-9/+34
* Check p_paddr for program header spaceH.J. Lu2016-07-202-1/+9
* testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDBJan Kratochvil2016-07-202-0/+13
* testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32Jan Kratochvil2016-07-202-2/+6
* testsuite patch: Skip py-unwind.exp on x86_64 -m32Jan Kratochvil2016-07-202-1/+5
* MIPS/GAS: Remove erroneous ELF relocation referencesMaciej W. Rozycki2016-07-202-7/+10
* Update documentation to reflect that the symbol localization options of objco...Nick Clifton2016-07-202-2/+8
* Enable the configuration of GDB for the NDS32 target.Yan-Ting Lin2016-07-203-6/+5
* Early expression evaluationAlan Modra2016-07-203-55/+37
* Mark some more powerpc relocs as not handled by generic linkerAlan Modra2016-07-203-68/+74
* Automatic date update in version.inGDB Administrator2016-07-201-1/+1
* Support -pie for aarch64*-elf targets.Roland McGrath2016-07-193-1/+10
* Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline))Pedro Alves2016-07-196-5/+21
* MIPS: Convert cross-mode BAL to JALXMaciej W. Rozycki2016-07-1938-128/+600
* MIPS: Verify the ISA mode and alignment of branch and jump targetsMaciej W. Rozycki2016-07-1990-113/+5968
* make the type of nds32_pseudo_opcode::pseudo_val unsignedTrevor Saunders2016-07-192-32/+97
* sparc: make a field type bfd_reloc_code_real_typeTrevor Saunders2016-07-192-1/+6
* sparc: remove a sentinalTrevor Saunders2016-07-192-16/+17
* tc-z8k.c: make some argument types bfd_reloc_code_real_typeTrevor Saunders2016-07-192-3/+14
* Use do_self_tests in selftest.expYao Qi2016-07-192-105/+9
* ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess2016-07-195-1/+90
* Update PC when simulate break instruction.Denis Chertykov2016-07-192-2/+8
* Automatic date update in version.inGDB Administrator2016-07-191-1/+1
* Automatic date update in version.inGDB Administrator2016-07-181-1/+1
* Automatic date update in version.inGDB Administrator2016-07-171-1/+1
* Don't include libbfd.h outside of bfd, part 6Alan Modra2016-07-169-67/+68