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: [RFA] Resubmit process record and replay, 6/10


Pedro Alves wrote:
On Thursday 20 November 2008 01:55:39, Michael Snyder wrote:
1) Instead of "RECORD_IS_USED", how about "TARGET_IS_PROCESS_RECORD"?

2) Instead of "record_not_record_set", how about "record_skip_recording"?


OOC, did you guys consider investigating replacing this a bit further?

Instead of querying if the target is XXXX, query for target has
property(ies) YYYY or is in state WWW.

This is my knee-jerk reaction to making the core side know about a
specific target.


I do share your knee jerk reaction...


Maybe I "let the cat out of the bag", because it appears
that the intended meaning of the macro was "are we recording",
but the implementation is "is this the process_record target".



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