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]

Re: [PATCH 04/10] Remove support for thread events without TRACE_EVENT_CLONE in GDBServer.




On 11/03/2015 12:04 PM, Yao Qi wrote:
Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

s/td_thr_event_enable_ftype/td_thr_event_enable_p

Done.

We can also remove td_create_bp field.

Indeed, fixed.

	(thread_db_create_event): Remove function.
	(thread_db_enable_reporting): Likewise.

We can also remove remove_thread_event_breakpoints.

Yes fixed.


	(find_one_thread): Don't check for thread_db_use_events.
	(attach_thread): Likewise.
	(thread_db_load_search): Remove td_thr_event_enable_p initialization.
	(try_thread_db_load_1): Don't check for thread_db_use_events.
	(thread_db_init): Remove use_events argument.
	(thread_db_init): Remove thread events handling.

You mention function thread_db_init twice.

Oops, done.

V2 follows in next mail.


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