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/RFC] Refactor gdb.reverse/insn-reverse.c


On 01/25/2017 10:10 AM, Yao Qi wrote:
On 17-01-16 13:10:54, Luis Machado wrote:
I've broken up the main file into other files with arch-specific bits
(insn-support-<arch>.c). The main file will hold the generic pieces that will
take care of calling the tests.


It is reasonable to me.  Can we name arch-specific files as
insn-reverse-<arch>.c?


Thanks for the review.

Would you reconsider this? I named it insn-support-<arch>.c because we already know this is a reverse debugging test (from gdb.reverse) and we are really testing instruction support. I'm fine either way though, and just wanted to add a little bit more context in the name.

Regards,
Luis


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