This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] target attributes [2/5] agent support


This patch add the target attributes support to the agent generate function.

Thanks,
Hui

2012-08-29 Hui Zhu <hui_zhu@mentor.com>

	* ax-gdb.c (target-attributes.h): New include.
	(gen_expr): Add handler for target attributes.
	* breakpoint.c (target-attributes.h): New include.
	(set_breakpoint_condition): Set b->target_only_cond_check to 0.
	(build_target_condition_list): Handle target attributes.
	(build_target_command_list): Ditto.
	(bpstat_stop_status): Check b->target_only_cond_check before
	call bpstat_check_breakpoint_conditions.
	* remote.c (remote_download_tracepoint): Call
	set_check_agent_target_attribute.
	* tracepoint.c (validate_actionline): Ditto.
	(encode_actions_1): Ditto.

Attachment: target_attribute_agent.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]