aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-08cli-script.c: Simplify using std::string, eliminate cleanupsPedro Alves2-76/+41
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves3-26/+28
2016-11-08cli/cli-script.c: Remove some dead NULL checksPedro Alves2-11/+6
2016-11-08Introduce string_printfPedro Alves5-1/+98
2016-11-08Fix heap-buffer-overflow error detected by address sanitization on a fuzzed b...Nick Clifton2-4/+10
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi26-173/+225
2016-11-08Clear addr bit in next_pcs vectorYao Qi3-2/+15
2016-11-08Remove arm_insert_single_step_breakpointYao Qi4-18/+20
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk2-1/+7
2016-11-08Fix bfd/dwarf2.c build breakagePedro Alves2-1/+6
2016-11-08Greatly improve the speed if looking up DWARF line number information.Igor Tsimbalist2-82/+317
2016-11-08Fix indentationYao Qi2-3/+7
2016-11-08Check for truncated registers in process_g_packetLionel Flandrin2-3/+22
2016-11-08Automatic date update in version.inGDB Administrator1-1/+1
2016-11-07X86: Properly handle bad FPU opcodeH.J. Lu6-18/+60
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans3-2/+9
2016-11-07i386-tdep.c (i386_gdbarch_init): Add comments.Doug Evans2-2/+10
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans2-3/+5
2016-11-07configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.Doug Evans2-3/+10
2016-11-07Sync config.sub,config.guess with upstream.Doug Evans3-16/+38
2016-11-07Add missing '$' in configure.ac.Loïc Yhuel3-2/+7
2016-11-07Fix infinite loop when processing rpath tokens.Nick Clifton3-27/+67
2016-11-07Note that the linker's --compress-debug-sections option overrides the compres...Nick Clifton2-11/+27
2016-11-07Automatic date update in version.inGDB Administrator1-1/+1
2016-11-06Automatic date update in version.inGDB Administrator1-1/+1
2016-11-04Fix gas crash with unreasonably long linesNathan Sidwell2-43/+59
2016-11-04Fix a few typosSimon Marchi8-8/+19
2016-11-05Automatic date update in version.inGDB Administrator1-1/+1
2016-11-04arc/nps400: Validate address type operands correctlyAndrew Burgess7-5/+95
2016-11-04objcopy: Close some memory leaks in error pathsAndrew Burgess2-0/+8
2016-11-04set default-directory in dwarf-browseTom Tromey2-1/+7
2016-11-04S/390: Fix 16 bit pc relative relocs.Andreas Krebbel3-7/+33
2016-11-04Commit missing ChangeLog entry for Cortex-M33 supportThomas Preud'homme1-0/+6
2016-11-04Add support for ARM Cortex-M33 processorThomas Preud'homme5-1/+15
2016-11-04Add support for ARM Cortex-M23 processorThomas Preud'homme4-0/+12
2016-11-04Add maintainers for RISC-V target.Palmer Dabbelt2-0/+7
2016-11-04Update RISC-V documentation and make sure that it is included in the gas info...Palmer Dabbelt6-4/+32
2016-11-04Remove support for $PLATFORM in rpath search paths.Nick Clifton5-35/+18
2016-11-04Fix building binutils for all 32-bit targets by moving riscv32 target into 64...Nick Clifton2-1/+6
2016-11-04ld: Allow EXCLUDE_FILE to be used outside of the section listAndrew Burgess20-21/+231
2016-11-04ld: Create test object files based on source file nameAndrew Burgess6-7/+34
2016-11-04ld/xc16x: This target does not support -sharedAndrew Burgess2-0/+6
2016-11-04ld: Rename pattern within yacc grammar fileAndrew Burgess2-7/+12
2016-11-04Automatic date update in version.inGDB Administrator1-1/+1
2016-11-03Add support for the sizeof function in RustManish Goregaokar4-3/+17
2016-11-03Add support for untagged unions in RustManish Goregaokar2-118/+201
2016-11-03Fix handling of discriminantless univariant enums in Rust; fix bug with encod...Manish Goregaokar5-1/+70
2016-11-03[ARC] Fix ldbit test on 32-bit systemsGraham Markall3-7/+13
2016-11-03arc: Implement NPS-400 dcmac instructionGraham Markall9-1/+204
2016-11-03arc: Change max instruction length to 64-bitsAndrew Burgess11-1116/+804