summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move test_target_ops to a separate filePedro Alves2018-11-308-66/+121
* Fix a memory exhaustion bug when attempting to allocate room for an impossibl...Nick Clifton2018-11-302-0/+10
* Remove an abort in the bfd library and add a check for an integer overflow wh...Nick Clifton2018-11-302-1/+18
* PR23937, powerpc64le local ifunc IRELATIVE relocs are wrongAlan Modra2018-11-306-1/+90
* Automatic date update in version.inGDB Administrator2018-11-301-1/+1
* Fix leak in forward-searchPhilippe Waroquiers2018-11-292-1/+7
* Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD.Rajendra SY2018-11-292-0/+293
* RISC-V: Add missing c.unimp instruction.Jim Wilson2018-11-292-1/+7
* Avoid buffer overflow in value_x_unopTom Tromey2018-11-292-2/+4
* Fix use-after-free in gdbserverTom Tromey2018-11-297-14/+29
* Document purpose of each ld statement listsThomas Preud'homme2018-11-293-7/+31
* elf: Don't merge .note.gnu.property section in IRH.J. Lu2018-11-292-1/+8
* objdump: Fix check for corrupt reloc information, to allow for the fact that ...Nick Clifton2018-11-292-2/+15
* Automatic date update in version.inGDB Administrator2018-11-291-1/+1
* Automatic date update in version.inGDB Administrator2018-11-281-1/+1
* RISC-V: Add .insn CA support.Jim Wilson2018-11-279-15/+86
* [ARM] Update knowledge of bfd architecturesThomas Preud'homme2018-11-27152-31/+1282
* MIPS/LD: Accept high-part relocations in PIC code with absolute symbolsMaciej W. Rozycki2018-11-2714-0/+121
* MIPS/LD: Continue processing with refused relocations in PIC codeMaciej W. Rozycki2018-11-272-6/+13
* LD: Convert `%P: %H:' to `%H:' in error messagesMaciej W. Rozycki2018-11-272-3/+10
* Initialize *uncompressed_align_pow_p to 0H.J. Lu2018-11-272-0/+8
* AArch64: Fix regression in Cortex A53 erratum when PIE. (PR ld/23904)Tamar Christina2018-11-276-5/+185
* Tighten the constraints for warning about NOPs for the MSP 430 ISA, so NOPs a...Jozef Lawrynowicz2018-11-2724-71/+751
* Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard2018-11-279-39/+77
* Automatic date update in version.inGDB Administrator2018-11-271-1/+1
* Fix spurious semicolon in sparc-linux-nat.cSimon Marchi2018-11-262-1/+7
* Fix Solaris buildPedro Alves2018-11-263-9/+18
* [GOLD] justsyms_exec test fail on powerpc64Alan Modra2018-11-264-4/+11
* [GOLD] support objdump -T display of st_otherAlan Modra2018-11-262-4/+9
* Automatic date update in version.inGDB Administrator2018-11-261-1/+1
* Implement timestamp'ed output on "make check"Sergio Durigan Junior2018-11-254-8/+94
* Remove obsolete comments from field_fmtTom Tromey2018-11-254-5/+6
* Automatic date update in version.inGDB Administrator2018-11-251-1/+1
* Re-fix leak in source.c (open_source_file).Philippe Waroquiers2018-11-242-1/+9
* Automatic date update in version.inGDB Administrator2018-11-241-1/+1
* [GAS][ARM] Fix testism for bl local v4t testAndre Vieira2018-11-234-1/+61
* gdbserver: AArch64: Remove cannot_fetch/store_registerAlan Hayward2018-11-232-18/+8
* Remove declarations of is_running/is_stopped/is_exitedPedro Alves2018-11-232-26/+27
* Automatic date update in version.inGDB Administrator2018-11-231-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-2237-821/+1403
* Fix follow_exec latent problemPedro Alves2018-11-222-5/+6
* Avoid find_thread_ptid with null_ptidPedro Alves2018-11-225-11/+25
* Automatic date update in version.inGDB Administrator2018-11-221-1/+1
* S12Z opcodes: Fix bug disassembling certain shift instructions.John Darrington2018-11-215-20/+40
* S12Z: Add alias instructions BHS and BLO.John Darrington2018-11-214-2/+14
* Make command-repeat work after gdb.executeBenno Fünfstück2018-11-214-1/+15
* Fix linking MSP430 files created by gcc's LTO optimizer.Jozef Lawrynowicz2018-11-212-0/+12
* gdb/riscv: Add target description supportAndrew Burgess2018-11-2125-377/+2220
* valops.c: Overload resolution code: Rename parameters/localsPedro Alves2018-11-212-71/+77
* valops.c: Some more gdb::array_viewPedro Alves2018-11-212-54/+57