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 2/3] skip_prolgoue (amd64)


On 12/09/2013 01:44 AM, Yao Qi wrote:

> I am wondering we may remove the call in prepare_execute_command,
> because it is more "precise" to flush cache for every event than for
> every command.  However, I am not sure, but I attach the patch.

No, because one can issue several commands even if the target
never reports any stop.  E.g., disassemble, wait a while,
memory changes, disassemble, etc.

-- 
Pedro Alves


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