Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] MemoryMapListener events

Great. Thanks Eugene for making it clearer.

Simple approach is to generate only mapping_changed, listen for all three, and handle all of them same way.

Then should the open source services (stacktrace and symbols) be updated?

- Christophe.

On 2/19/2013 7:35 PM, Eugene Tarassov wrote:
Hi Christophe,

A more sophisticated approach is to try to optimize event handling code to work faster when a single module is loaded/unloaded. Basically, module_loaded/unloaded allows optional optimizations of memory map change handling.

Regards,
Eugene

-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Christophe Augier
Sent: Tuesday, February 19, 2013 10:10 AM
To: TCF Development
Subject: [tcf-dev] MemoryMapListener events

Hi folks,

I was looking at the source code for the agent and in memorymap.h I
couldn't get a grasp of what exactly are the differences between the
events module_loaded, module_unloaded and mapping_changed. Could someone
enlighten me on when to generate which event and (but maybe I'll infer
that) when to listen to each event.

Ideally the explanation should be added to the .h file.

Thanks,

- Christophe
_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tcf-dev



This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/tcf-dev



Back to the top