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] validate binary before use


On 12-12-26 02:23 PM, Poenitz Andre wrote:
Aleksandar Ristovski wrote:
[...] Change introduces new target_so_ops function dedicated to performing
validation. If we have loaded and relocated the object, validation
fails, we throw away bfd and loading of the object fails. [...]

Does this change have any performance implications on the "normal" use case, i.e. when all is set up and matches nicely?

Andre'


The idea is to have minimal performance impact. Worst case, if it turns out to represent a performance issue it can always be made optional and controlled by the user (I do not plan on making it optional ATM).


---
Aleksandar


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