<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 20, 2018 at 8:51 AM Alexandru Croitor via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I would appreciate, if someone could point me to some relevant code that does something similar to what I'm asking, so I could use it as a base point for exploration.<br>
<br>
Many thanks.</blockquote><div><br></div><div>Not sure how much it will help you, but on Windows if you're using MS Visual Studio, their debugger does this.  You can seamlessly step between managed and native code and see Python callstacks interspersed with  native callstacks.  It's all open source but it's quite a lot of code to dig through, and unless you have a Windows machien, you won't be able to play around with it anyway.</div><div><br></div><div><a href="https://github.com/Microsoft/PTVS/tree/master/Python/Product">https://github.com/Microsoft/PTVS/tree/master/Python/Product</a><br></div></div></div>