aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Replace (void *) cast with (gdb_byte *)Simon Marchi2-1/+6
2015-10-24proc-service.c: Add (gdb_byte *) castSimon Marchi2-1/+5
2015-10-24sparc64-tdep.c: Don't assign using memcpy returnSimon Marchi2-1/+7
2015-10-24ia64-tdep.c: Remove (void *) castsSimon Marchi2-3/+9
2015-10-24Automatic date update in version.inGDB Administrator1-1/+1
2015-10-23Add mmap casts in linux-btrace.cSimon Marchi2-4/+10
2015-10-23Add cast to observer.shSimon Marchi2-1/+5
2015-10-23Remove set_breakpoint_data definition in GDBServer.Antoine Tremblay2-5/+4
2015-10-23Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay4-10/+139
2015-10-23Refactor default_breakpoint_kind_from_pc to be used by all targets in GDBServer.Antoine Tremblay5-14/+31
2015-10-23Handle __start_* and __stop_* symbols in --gc-sectionsAlan Modra4-39/+82
2015-10-23Add a test for PR ld/19167H.J. Lu5-0/+28
2015-10-23Initialize field insn_count correctlyYao Qi2-0/+6
2015-10-23Automatic date update in version.inGDB Administrator1-1/+1
2015-10-23Re: Always keep sections marked with SEC_KEEPAlan Modra2-3/+9
2015-10-22Always keep sections marked with SEC_KEEPH.J. Lu7-1/+57
2015-10-22garbage collect gdb/infrun.c:stop_after_trapPedro Alves2-22/+8
2015-10-22Fix inconsistent breakpoint kinds between breakpoints and tracepoints in GDBS...Antoine Tremblay2-2/+20
2015-10-22Add cast in python.cSimon Marchi2-1/+5
2015-10-22Add cast in nto-tdep.cSimon Marchi2-1/+6
2015-10-22gdb/Windows: use windows_wait/windows_resume directly in initial startupPedro Alves2-10/+17
2015-10-22Add support for MSP430 silicon errata to the assembler.Nick Clifton11-80/+473
2015-10-22Properly check --enable-compressed-debug-sections={yes,all}H.J. Lu6-4/+16
2015-10-22bfd/mmo.c: handle "objcopy --extract-symbols" generating and reading back.Hans-Peter Nilsson2-3/+51
2015-10-22Allow mmix-knuth-mmixware adjustments to objcopy --extract-symbols test.Hans-Peter Nilsson2-1/+22
2015-10-22binutils/objcopy.c (setup_section): missing extract_symbol partHans-Peter Nilsson2-5/+5
2015-10-22xtensa: Fix implicit enum conversionsSimon Marchi2-2/+11
2015-10-22solib-spu: Add gdb_byte* castSimon Marchi2-1/+5
2015-10-22rs6000: Add cast for int to enum conversionSimon Marchi2-1/+5
2015-10-22mips: fix void*/gdb_byte* compilation errorsSimon Marchi2-3/+12
2015-10-22Handle --enable-compressed-debug-sections=ld,gasH.J. Lu6-22/+36
2015-10-22Gold: Don't fail on R_X86_64_[REX_]GOTPCRELX relocationsH.J. Lu4-2/+40
2015-10-22Gold: Don't fail on R_386_GOT32X relocationH.J. Lu4-0/+22
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu51-5/+694
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu34-50/+723
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu52-69/+1012
2015-10-22S/390: ifunc: Redirect local function calls to the IPLT.Andreas Krebbel3-9/+54
2015-10-22S/390: ifunc: Fix function pointers to hidden ifunc symbols.Andreas Krebbel3-2/+88
2015-10-22S/390: ifunc: Handle GOTOFF relocs on ifunc symbols.Andreas Krebbel2-2/+31
2015-10-22S/390: ifunc: Fix PR18841.Andreas Krebbel3-0/+41
2015-10-22S/390: ifunc: Fix for undefined ifunc symbols.Andreas Krebbel3-19/+23
2015-10-22S/390: ifunc: Enable the ifunc tests.Andreas Krebbel2-2/+7
2015-10-22S/390: Get rid of superfluous parameter to s390_elf_allocate_ifunc_dyn_relocs.Andreas Krebbel4-6/+11
2015-10-22Run add-symbol test on mipsAlan Modra2-4/+7
2015-10-22Fix tests for PR 18500, revisitedAlan Modra4-34/+42
2015-10-22Automatic date update in version.inGDB Administrator1-1/+1
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi5-8/+75
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell26-26/+1452
2015-10-21Adjust timeout in gdb.base/freebpcmd.exp.Sandra Loosemore2-17/+19
2015-10-21Fix tests for PR 18500 so that they will pass for big-endian ARM toolchains.Nick Clifton4-34/+42