summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing to_execution_direction implementation to target remoteusers/palves/PR19840-remote-reverse-stepiPedro Alves2016-03-231-0/+21
* ARM process record: median instructionsYao Qi2016-03-212-0/+90
* Canonicalize more arm linux syscallsYao Qi2016-03-212-10/+370
* Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant2016-03-207-12/+145
* Automatic date update in version.inGDB Administrator2016-03-211-1/+1
* tc-i386.c: store encoded instructions in unsigned char[]Trevor Saunders2016-03-202-33/+68
* Automatic date update in version.inGDB Administrator2016-03-201-1/+1
* Automatic date update in version.inGDB Administrator2016-03-191-1/+1
* Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic2016-03-184-49/+43
* Update description of AArch64 assembler directives.Nick Clifton2016-03-182-4/+45
* Fix thinko in new GET_VEC_ELEMENT macro.Nick Clifton2016-03-182-1/+2
* Fix the disassembly of the AArch64's OOR instruction as a MOV instruction.Nick Clifton2016-03-185-1/+26
* Make sparc_software_single_step staticYao Qi2016-03-183-3/+6
* Fix code to check for illegal element numbers when accessing AArch64 vector r...Nick Clifton2016-03-182-2/+6
* [spu] throw error when target_read_memory failsYao Qi2016-03-182-1/+8
* Check lwp_signal_can_be_delivered for enqueue/dequeue pending signalsYao Qi2016-03-182-10/+21
* Set signal to 0 after enqueue_pending_signalYao Qi2016-03-182-17/+20
* Remove redundant WIFSTOPPED checkYao Qi2016-03-182-1/+6
* Remove spurious empty line in changelog entry.Nick Clifton2016-03-181-0/+5
* Fix generation of as.1 manual page so that it can be converted to DocBook for...Nick Clifton2016-03-183-1/+8
* Ensure that the .rdata_pseudo_runtime_reloc sections are not discarded by gab...Awson2016-03-183-2/+9
* Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj2016-03-189-5/+114
* Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton2016-03-185-223/+341
* Automatic date update in version.inGDB Administrator2016-03-181-1/+1
* Add mips and s390 build targets for gold.Cary Coutant2016-03-173-2/+7
* Add MIPS-64 support.Vladimir Radosavljevic2016-03-172-635/+1413
* Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2016-03-172-0/+10
* Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2016-03-172-1/+6
* Suggest running gdbserver for a PID in containerJan Kratochvil2016-03-172-1/+6
* PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves2016-03-173-18/+34
* S390: Add syscall info for syscalls up to 374Andreas Arnez2016-03-173-0/+56
* S390: Fix output path for s390-multiarch test caseAndreas Arnez2016-03-172-5/+9
* linux-record: Simplify with record_mem_at_reg()Andreas Arnez2016-03-172-414/+170
* linux-record.c: Fix whitespace issuesAndreas Arnez2016-03-172-949/+954
* linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez2016-03-172-0/+7
* Automatic date update in version.inGDB Administrator2016-03-171-1/+1
* testsuite/ChangeLog is no longer supposed to existAlan Modra2016-03-172-13/+7
* PR remote/19496, interrupted syscall in forking-threads-plus-bkptDon Breazeal2016-03-163-14/+33
* xml-tdesc.c (tdesc_start_enum): Fix c++ build.Doug Evans2016-03-162-2/+6
* [ARM] Support ARMv8.2 FP16 simd instructionsJiong Wang2016-03-1610-46/+851
* Process record: Fix arm-linux syscall argumentsYao Qi2016-03-162-3/+14
* Fix checking bignum values that are being inserted into byte sized containers.Nick Clifton2016-03-166-8/+80
* Automatic date update in version.inGDB Administrator2016-03-161-1/+1
* PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal2016-03-1510-182/+433
* Add cole945@ to earlier entry. Fix typo in same entry.Doug Evans2016-03-151-1/+2
* Add cpsr_flags to aarch64 core regs.Doug Evans2016-03-153-2/+46
* Remove "end" spec.Doug Evans2016-03-156-79/+87
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-1516-209/+724
* Use int instead of LONGEST in tdesc_type sizes.Doug Evans2016-03-154-13/+75
* maint_print_c_tdesc_cmd: Use type for TYPE_CODE_FLAGS instead of field_type.Doug Evans2016-03-1526-767/+800