aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Sync libiberty from GCC, replaying updates to configure scriptsIain Buclaw19-604/+1403
2015-06-24Don't convert R_X86_64_GOTPCREL if it will overflowH.J. Lu2-31/+151
2015-06-24sim: trace: drop unused trace_one_insnMike Frysinger3-98/+5
2015-06-24sim: trace: rename debug_printf fullyMike Frysinger3-5/+10
2015-06-24sim: trace: add a basic cpu register classMike Frysinger8-42/+56
2015-06-24sim: trace: add set of system helpersMike Frysinger2-0/+28
2015-06-24gdb: sim: merge the sysroot update logic togetherMike Frysinger2-3/+9
2015-06-24sim: trace: document alu/fpu/vpu trace options betterMike Frysinger3-7/+14
2015-06-24Add missing ChangeLog entries for yesterday's commmit below.Peter Bergner1-0/+5
2015-06-24gdb: sim: handle target sysroot prefixMike Frysinger2-2/+12
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi13-21/+23
2015-06-24New proc supports_get_siginfo_typeYao Qi4-6/+21
2015-06-24Remove redundant include directives.Gary Benson26-45/+30
2015-06-24Automatic date update in version.inGDB Administrator1-1/+1
2015-06-23Fix GDBHISTSIZE test failure on i686Patrick Palka2-1/+14
2015-06-23sim: common: replace SIM_FILTER_PATH with lbasenameMike Frysinger3-26/+16
2015-06-23sim: use AS_HELP_STRING everywhereMike Frysinger60-368/+791
2015-06-23inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans4-34/+6
2015-06-23Fix rfebb gdb test cases.Peter Bergner2-3/+3
2015-06-23sim: trace: do not enable internal debug by defaultMike Frysinger2-2/+6
2015-06-23sim: assume recentish compiler/systemsMike Frysinger6-43/+14
2015-06-23gdb: microblaze: delete useless stubsMike Frysinger2-26/+7
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi7-29/+53
2015-06-23[AArch64] Generate DT_TEXTREL for relocation against read-only sectionJiong Wang6-0/+60
2015-06-23Automatic date update in version.inGDB Administrator1-1/+1
2015-06-22PPC sync instruction accepts invalid and incompatible operandsPeter Bergner5-17/+57
2015-06-22Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton19-49/+128
2015-06-22Add comments on using board file remote-gdbserver-on-localhost.expYao Qi2-0/+7
2015-06-22Don't skip hw breakpoint/watchpoint tests for aarch64 targetYao Qi2-1/+9
2015-06-22Automatic date update in version.inGDB Administrator1-1/+1
2015-06-21sim: common: add basic model assertMike Frysinger2-0/+5
2015-06-21sim: common: use standard intXX_t types for signedXXMike Frysinger2-82/+27
2015-06-21sim: common: standardize multiple include definesMike Frysinger6-13/+26
2015-06-21Don't use $< in MakefilesAlan Modra3-44/+49
2015-06-21Automatic date update in version.inGDB Administrator1-1/+1
2015-06-20Automatic date update in version.inGDB Administrator1-1/+1
2015-06-19Allow for optional operands with non-zero default values.Peter Bergner11-32/+75
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans13-264/+43
2015-06-19Automatic date update in version.inGDB Administrator1-1/+1
2015-06-18remote: consider addressable unit size when reading/writing memorySimon Marchi6-112/+200
2015-06-18Test the interaction between GDBHISTSIZE and .gdbinitPatrick Palka2-3/+25
2015-06-18Add support for using the ADR alias in Thumb mode against nearby symbols.Nick Clifton6-0/+72
2015-06-18Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton7-3/+62
2015-06-18sim: syscall: simplify unknown syscall traceMike Frysinger2-5/+7
2015-06-18sim: callback: fix sentinel testing when walking mapsMike Frysinger2-2/+7
2015-06-18Automatic date update in version.inGDB Administrator1-1/+1
2015-06-17Fix problems with finishing a dummy function call on simulators.Luis Machado2-30/+26
2015-06-17Remove unused function make_breakpoint_permanent.Luis Machado3-22/+6
2015-06-17Make NEWS entry and manual regarding GDBHISTSIZE more consistentPatrick Palka2-3/+8
2015-06-17Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka7-19/+120