summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * sim: trace: drop unused trace_one_insnMike Frysinger2015-06-243-98/+5
| | * sim: trace: rename debug_printf fullyMike Frysinger2015-06-243-5/+10
| | * sim: trace: add a basic cpu register classMike Frysinger2015-06-248-42/+56
| | * sim: trace: add set of system helpersMike Frysinger2015-06-242-0/+28
| | * gdb: sim: merge the sysroot update logic togetherMike Frysinger2015-06-242-3/+9
| | * sim: trace: document alu/fpu/vpu trace options betterMike Frysinger2015-06-243-7/+14
| | * Add missing ChangeLog entries for yesterday's commmit below.Peter Bergner2015-06-241-0/+5
| | * gdb: sim: handle target sysroot prefixMike Frysinger2015-06-242-2/+12
| | * Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi2015-06-2413-21/+23
| | * New proc supports_get_siginfo_typeYao Qi2015-06-244-6/+21
| | * Remove redundant include directives.Gary Benson2015-06-2426-45/+30
| | * Automatic date update in version.inGDB Administrator2015-06-241-1/+1
| | * Fix GDBHISTSIZE test failure on i686Patrick Palka2015-06-232-1/+14
| | * sim: common: replace SIM_FILTER_PATH with lbasenameMike Frysinger2015-06-233-26/+16
| | * sim: use AS_HELP_STRING everywhereMike Frysinger2015-06-2360-368/+791
| | * inferior.h (struct inferior_suspend_state): Delete, unused.Doug Evans2015-06-234-34/+6
| | * Fix rfebb gdb test cases.Peter Bergner2015-06-232-3/+3
| | * sim: trace: do not enable internal debug by defaultMike Frysinger2015-06-232-2/+6
| | * sim: assume recentish compiler/systemsMike Frysinger2015-06-236-43/+14
| | * gdb: microblaze: delete useless stubsMike Frysinger2015-06-232-26/+7
| | * Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-237-29/+53
| | * [AArch64] Generate DT_TEXTREL for relocation against read-only sectionJiong Wang2015-06-236-0/+60
| | * Automatic date update in version.inGDB Administrator2015-06-231-1/+1
| | * PPC sync instruction accepts invalid and incompatible operandsPeter Bergner2015-06-225-17/+57
| | * Stop "objdump -d" from disassembling past a symbolic address.Nick Clifton2015-06-2219-49/+128
| | * Add comments on using board file remote-gdbserver-on-localhost.expYao Qi2015-06-222-0/+7
| | * Don't skip hw breakpoint/watchpoint tests for aarch64 targetYao Qi2015-06-222-1/+9
| | * Automatic date update in version.inGDB Administrator2015-06-221-1/+1
| | * sim: common: add basic model assertMike Frysinger2015-06-212-0/+5
| | * sim: common: use standard intXX_t types for signedXXMike Frysinger2015-06-212-82/+27
| | * sim: common: standardize multiple include definesMike Frysinger2015-06-216-13/+26
| | * Don't use $< in MakefilesAlan Modra2015-06-213-44/+49
| | * Automatic date update in version.inGDB Administrator2015-06-211-1/+1
| | * Automatic date update in version.inGDB Administrator2015-06-201-1/+1
| | * Allow for optional operands with non-zero default values.Peter Bergner2015-06-1911-32/+75
| | * Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-1913-264/+43
| | * Automatic date update in version.inGDB Administrator2015-06-191-1/+1
| | * remote: consider addressable unit size when reading/writing memorySimon Marchi2015-06-186-112/+200
| | * Test the interaction between GDBHISTSIZE and .gdbinitPatrick Palka2015-06-182-3/+25
| | * Add support for using the ADR alias in Thumb mode against nearby symbols.Nick Clifton2015-06-186-0/+72
| | * Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton2015-06-187-3/+62
| | * sim: syscall: simplify unknown syscall traceMike Frysinger2015-06-182-5/+7
| | * sim: callback: fix sentinel testing when walking mapsMike Frysinger2015-06-182-2/+7
| | * Automatic date update in version.inGDB Administrator2015-06-181-1/+1
| | * Fix problems with finishing a dummy function call on simulators.Luis Machado2015-06-172-30/+26
| | * Remove unused function make_breakpoint_permanent.Luis Machado2015-06-173-22/+6
| | * Make NEWS entry and manual regarding GDBHISTSIZE more consistentPatrick Palka2015-06-172-3/+8
| | * Tweak the handling of $GDBHISTSIZE edge cases [PR gdb/16999]Patrick Palka2015-06-177-19/+120
| | * Read $GDBHISTSIZE instead of $HISTSIZEPatrick Palka2015-06-178-14/+36
| | * sim: syscall: add common sim_syscall helpersMike Frysinger2015-06-1715-171/+197