[Mono-list] Getting list of all currently created appdomains with soft debugger

Rodrigo Kumpera kumpera at gmail.com
Thu Sep 26 18:52:45 UTC 2013


sdb current doesn't support it. If you need such functionality, feel free
to make a pull request with such a feature.


On Thu, Sep 26, 2013 at 2:26 PM, acrilige <acrilige at outlook.com> wrote:

> Hi!
>
> I'm writting the library using mono soft debugger wire protocol
>
> In this library, I want to keep track of all currently loaded app domains
> in
> a target process
>
> I get root domain id during VM_START event
> I get new app domains with help of APPDOMAIN_CREATE event
>
> But what if I would attach to a process when two or more appdomains were
> already created?
> How can I get a second one, for example, immediately after attaching to a
> process? Is there any way?
>
> For now I know that I have more than one appdomain only when new assembly
> is
> being loaded in another app domain (not the root one).
>
> Thanx for help!
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Getting-list-of-all-currently-created-appdomains-with-soft-debugger-tp4660980.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20130926/0b07d8d5/attachment.html>


More information about the Mono-list mailing list