aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-11Add Intel MCU support to bfdH.J. Lu13-26/+185
2015-05-11Add EM_386/EM_IAMCU support to elfedit.cH.J. Lu6-26/+92
2015-05-11Rename EM_486 to EM_IAMCUH.J. Lu7-10/+30
2015-05-11Automatic date update in version.inGDB Administrator1-1/+1
2015-05-10Replace input_bfd and output_bfd with abfdH.J. Lu3-16/+14
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra11-1/+135
2015-05-10Automatic date update in version.inGDB Administrator1-1/+1
2015-05-09Ignore 0x66 prefix for call/jmp/jcc in 64-bit modeH.J. Lu9-22/+151
2015-05-09Automatic date update in version.inGDB Administrator1-1/+1
2015-05-08Avoid segfault on missing directory table.Sandra Loosemore2-6/+17
2015-05-08Fix register save offset for nios2 signal handler trampolines.Sandra Loosemore2-2/+28
2015-05-08Use PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.Sandra Loosemore2-7/+11
2015-05-08Revert to using "trap 31" for breakpoints on nios2.Sandra Loosemore2-6/+19
2015-05-08Fix coredump-filter.exp by correctly unsetting arraySergio Durigan Junior2-1/+6
2015-05-08libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available.Joel Brobecker2-0/+7
2015-05-08Fix sequential gdb test runsPedro Alves2-0/+8
2015-05-08Change ARM symbol name verification code so that it only triggers when the fo...Nick Clifton6-35/+61
2015-05-08Remove unused declaration of print_return_value.Jan Kratochvil2-3/+4
2015-05-08Problem printing record with array whose upper bound is record componentJoel Brobecker2-2/+8
2015-05-08[Ada] error trying to call function when parameter is aligner type.Joel Brobecker2-0/+15
2015-05-08gdb/copyright.py: Remove sim/erc32 files from NOT_FSF_LIST.Joel Brobecker2-3/+4
2015-05-08Switch erc32 simulator copyright headers to FSF.Joel Brobecker11-150/+158
2015-05-08[PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra4-2/+16
2015-05-08Add -mno-shared to x86 assemblerH.J. Lu7-0/+110
2015-05-08Fix PR 18208: update /proc/pid/coredump_filter by c codeYao Qi3-9/+31
2015-05-08[gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi8-1/+53
2015-05-08S390: Fix for inadvertently setting 24-bit mode in fill_gregsetAndreas Arnez2-9/+25
2015-05-08Skip watch_thread_num.exp on targets without access watchpointsAndreas Arnez2-1/+8
2015-05-08Automatic date update in version.inGDB Administrator1-1/+1
2015-05-07Optimize branches to non-weak symbols with visibilityH.J. Lu7-4/+137
2015-05-07Remove unused td_ta_map_id2thr codeGary Benson2-6/+6
2015-05-07Remove unused td_thr_validate codeGary Benson2-5/+6
2015-05-07Automatic date update in version.inGDB Administrator1-1/+1
2015-05-06compile: Support relocation to GNU-IFUNCsJan Kratochvil2-0/+9
2015-05-06Code cleanup: compile: Constify some parametersJan Kratochvil3-7/+19
2015-05-06PR server/18081: gdbserver crashes when providing an unexisting binaryPedro Alves4-0/+75
2015-05-06Get rid of deprecated_init_ui_hookJoel Brobecker5-22/+11
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker6-11/+22
2015-05-06gas: typo in comment fixed.Jose E. Marchesi2-1/+5
2015-05-06gas: added tests for the sparc natural instructions.Jose E. Marchesi5-5/+53
2015-05-06gas: support for the sparc %ncc condition codes register.Jose E. Marchesi9-2/+56
2015-05-06Skip discarded resource sections when building a PE resource table.Toni Spets2-1/+8
2015-05-06Update GAS documentation to note that dollar local labels are only supported ...Nick Clifton2-15/+23
2015-05-06[AArch64] Record instruction alignment for .inst directiveRenlin Li5-5/+30
2015-05-06Automatic date update in version.inGDB Administrator1-1/+1
2015-05-05Further document ada-lang.c::value_assign_to_component & fix whitespaces.Joel Brobecker2-11/+22
2015-05-05out of line functions nested inside inline functions.Joel Brobecker4-0/+27
2015-05-05DWARF: cannot break on out-of-line function nested inside inlined function.Pierre-Marie de Rodat7-6/+159
2015-05-05compare object sizes before comparing them with value_contents_eqJoel Brobecker3-3/+16
2015-05-05testsuite/gdb.ada/var_rec_arr: New testcase.Joel Brobecker5-0/+144