<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<BR> <BR>I created SBListener and subscribed to events using SBTarget::GetBroadcaster(). I successfully receive "modules-loaded" event. But how can I get to just loaded SBModule from there? In the code I see that on lldb_private:: side there is a data payload associated with the event, but it is not visible on the API side... <BR> <BR>Also, I tried to get C string from event or print it to SBStream - I hoped to just parse it - there is no information there.<BR> <BR>Do I miss something or this feature is simply not implemented yet?<BR> <BR>Thanks,<BR>Eugene<BR> </div></body>
</html>