summaryrefslogtreecommitdiff
path: root/rda/samples/ChangeLog
blob: 60d56cfc12d5215738a62d087152f9c53f27342c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
2008-06-11  Michael Snyder  <msnyder@specifix.com>

	* demo-tfind.c (tfind_singlestep_program): 
	Add ability to step backward.

	* demo-tfind.c (tfind_singlestep_program): New function.
	* demo-target.c (demo_singlestep_program): Call the above.
	* demo-target.h: Export tfind_singlestep_program interface.

	* demo-target.c (target_regs): Increase regs buffer size.

2005-06-03  Michael Snyder  <msnyder@redhat.com>

	* demo-tfind.c (tfind_set_gen): Return "OK" on tfind end.

2005-05-30  Michael Snyder  <msnyder@redhat.com>

	Add QTFrame message to support gdb 'tfind' command.
	* demo-tfind.c: New file.
	* Makefile.in: Add demo-tfind.c.
	* demo-target.c (demo_process_set_gen): New function.
	(demo_target): Set process_set_gen for general "set" requests.
	(demo_process_get_regs): Call get_regs_hook if defined.
	(demo_get_mem): Call get_mem_hook if defined.
	* demo-target.h: Export demo_set_gen_hook, demo_get_regs_hook,
	demo_get_mem_hook, and demo_tfind_open.
	* main.c (usage): Document "-t" option to accept tracepoint file.
	(main): Call demo_tfind_open to open tracepoint file.

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End: