Thanks for the link. I'm aware that VS provides that functionality (although I 
forgot that it was open-source).

My aim would be to implement something similar in LLDB though.


On 20. Nov 2018, at 18:49, Zachary Turner 
<ztur...@google.com<mailto:ztur...@google.com>> wrote:



On Tue, Nov 20, 2018 at 8:51 AM Alexandru Croitor via lldb-dev 
<lldb-dev@lists.llvm.org<mailto:lldb-dev@lists.llvm.org>> wrote:

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.

Many thanks.

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.

https://github.com/Microsoft/PTVS/tree/master/Python/Product

_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to