<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class="">Thanks for the link. I'm aware that VS provides that functionality (although I forgot that it was open-source).</div>
<div class=""><br class="">
</div>
<div class="">My aim would be to implement something similar in LLDB though.</div>
<div class=""><br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 20. Nov 2018, at 18:49, Zachary Turner <<a href="mailto:zturner@google.com" class="">zturner@google.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class=""><br class="">
<br class="">
<div class="gmail_quote">
<div dir="ltr" class="">On Tue, Nov 20, 2018 at 8:51 AM Alexandru Croitor via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" class="">lldb-dev@lists.llvm.org</a>> wrote:<br class="">
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br class="">
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 class="">
<br class="">
Many thanks.</blockquote>
<div class=""><br class="">
</div>
<div class="">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 class=""><br class="">
</div>
<div class=""><a href="https://github.com/Microsoft/PTVS/tree/master/Python/Product" class="">https://github.com/Microsoft/PTVS/tree/master/Python/Product</a><br class="">
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>