]>
Commit | Line | Data |
---|---|---|
b2b255bd MF |
1 | 2014-03-05 Mike Frysinger <[email protected]> |
2 | ||
3 | * gdb-if.c (sim_load): Add const to prog. | |
4 | ||
bf3d9781 AM |
5 | 2013-09-23 Alan Modra <[email protected]> |
6 | ||
7 | * configure: Regenerate. | |
8 | ||
317cc67d KB |
9 | 2013-08-07 Kevin Buettner <[email protected]> |
10 | ||
11 | * gdb-if.c (hw_breakpoints): Remove. | |
12 | (sim_store_register): Add an assert() to make sure PC is in range. | |
13 | Delete code which referenced hw_breakpoints[]. | |
14 | ||
31e6ad7d MF |
15 | 2013-06-03 Mike Frysinger <[email protected]> |
16 | ||
17 | * aclocal.m4, configure: Regenerate. | |
18 | ||
69276d02 NC |
19 | 2013-01-03 Nick Clifton <[email protected]> |
20 | ||
21 | * mem.c (MDBL): Correct value. | |
22 | (MDBH): Correct value. | |
23 | ||
5f3ef9d0 JB |
24 | 2012-06-15 Joel Brobecker <[email protected]> |
25 | ||
26 | * config.in, configure: Regenerate. | |
27 | ||
a493e3e2 PA |
28 | 2012-05-24 Pedro Alves <[email protected]> |
29 | ||
30 | PR gdb/7205 | |
31 | ||
32 | Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout. | |
33 | ||
2232061b MF |
34 | 2012-03-24 Mike Frysinger <[email protected]> |
35 | ||
36 | * aclocal.m4, config.in, configure: Regenerate. | |
37 | ||
9058f767 KB |
38 | 2012-02-03 Kevin Buettner <[email protected]> |
39 | ||
40 | * Makefile.in (SIM_OBJS): Add gdb-if.o. | |
41 | * gdb-if.c: New file. | |
42 | ||
db2e4d67 MF |
43 | 2011-12-03 Mike Frysinger <[email protected]> |
44 | ||
45 | * aclocal.m4: New file. | |
46 | * configure: Regenerate. |