aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Undef elf_backend_post_process_headers for SolarisH.J. Lu2-0/+7
2015-04-30GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton7-0/+82
2015-04-30Adds documentation of GAS's .zero directive.Nick Clifton2-0/+20
2015-04-30Skip setting HW watchpoint if skip_hw_watchpoint_multi_tests in gdb.base/brea...Yao Qi2-1/+8
2015-04-30Skip gdb.base/relativedebug.exp if libc doesn't have debug infoYao Qi2-0/+17
2015-04-30Automatic date update in version.inGDB Administrator1-1/+1
2015-04-29PR python/18285Doug Evans18-28/+304
2015-04-29Fix an internal error in GAS when assembling a bogus piece of source code.Nick Clifton6-1/+31
2015-04-29Link the last *normal against libfoozlib.soH.J. Lu1-0/+6
2015-04-29Fix 18354H.J. Lu1-1/+10
2015-04-29Updated translations for various binutils components.Nick Clifton6-1189/+2648
2015-04-29Use software watchpoints if hardware watchpoints are not available when testi...Luis Machado2-0/+10
2015-04-29Handle memory write errors on gdb.base/break-always.expLuis Machado2-13/+24
2015-04-29Fix problems in the sim sources discovered by running the cppcheck static ana...Nick Clifton8-6/+29
2015-04-29Allow passing fd == NULL to exec_file_find and solib_findGary Benson4-21/+29
2015-04-29Add support for absolute PE/x86 relocations.Nick Clifton2-1/+12
2015-04-29Updates the description of GAS's .set directive, to note that for some target...Nick Clifton2-1/+14
2015-04-29[ARM] Update ld testcasesJiong Wang3-3/+8
2015-04-28PR python/18299Doug Evans7-14/+273
2015-04-28PR python/18089Doug Evans8-0/+228
2015-04-28* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.Doug Evans2-2/+6
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak7-0/+36
2015-04-29Automatic date update in version.inGDB Administrator1-1/+1
2015-04-28Eat newlines inside INPUT statements in linker scriptsAndreas Schwab2-1/+6
2015-04-28Use "gdb_wait.h" instead of <sys/wait.h>.John Baldwin2-1/+5
2015-04-28[ARM]Positively emit symbols for alignmentRenlin Li5-22/+27
2015-04-28Disable readline's SIGWINCH handlerPatrick Palka3-2/+11
2015-04-28Update our idea of our terminal's dimensions even outside of TUIPatrick Palka2-13/+24
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka4-9/+36
2015-04-28Use exec_file_find to prepend gdb_sysroot in follow_execGary Benson2-7/+17
2015-04-28Fix compile time warnings about a local variable being used before it is set.Nick Clifton2-2/+9
2015-04-28Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo3-2/+11
2015-04-28Tidy PowerPC gold find_global_entry usesAlan Modra2-17/+35
2015-04-28PowerPC gold assertion on missing global entry stubAlan Modra2-14/+23
2015-04-27TUI: avoid calling strcpy() on identical string objectsPatrick Palka2-1/+8
2015-04-27Fix PR gdb/18155Patrick Palka2-7/+6
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka8-85/+94
2015-04-28Automatic date update in version.inGDB Administrator1-1/+1
2015-04-27Add support for catching exec events on FreeBSD.John Baldwin2-0/+41
2015-04-27Enable fork tracing for native FreeBSD targets.John Baldwin2-0/+298
2015-04-27Add fbsd_nat_add_target.John Baldwin7-26/+30
2015-04-27[gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.Han Shen3-6/+14
2015-04-27If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola6-6/+77
2015-04-27opcodes/Peter Bergner10-152/+158
2015-04-27Do not manipulate "target:" filenames as local pathsGary Benson3-3/+14
2015-04-27sim: avr: Fix 'multiple definition of sim_{read,write}'Senthil Kumar Selvaraj2-1/+6
2015-04-27[AArch64] Don't try to align insn in non-executale sectionRenlin Li2-12/+16
2015-04-27S390: Vector ABI supportAndreas Arnez3-13/+132
2015-04-27S390: Re-arrange implementation of s390_return_valueAndreas Arnez2-85/+81
2015-04-27S390: Restructure s390_push_dummy_callAndreas Arnez2-290/+220