chelcassanova wrote:

> Does this API work for eBroadcastBitSymbolsLoaded:
> 
> ```
>   static lldb::SBModule lldb::SBTarget::GetModuleAtIndexFromEvent(const 
> uint32_t idx, const lldb::SBEvent &event);
> ```
> 
> ?
> 
> > Note, Jonas already added the Target::eBroadcastBitSymbolsChanged, but it 
> > wasn't getting dispatched because we didn't remember to tell ourselves the 
> > difference between Loaded and Changed.
> 
> Fine with either adding or overloading this. I would be nice if the 
> SBTarget::GetModuleAtIndexFromEvent() works for both of these?

I can add this to the test as adding the bit shouldn't have changed the 
event_data.


https://github.com/llvm/llvm-project/pull/66144
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to