[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Intermixing C-stack with Lua-stack
- From: Dan Tull <dtull@...>
- Date: Mon, 30 Apr 2012 12:20:32 -0700
> My use-case is to get a backtrace from the running process...
That's what I wanted as well. One use I had in mind was for a
sampling profiler for complex Lua/native apps.
> So I tried to solve the problem and got some nice results.
> I've used libunwind to find all luaV_execute calls ...
In my case, I can't use libunwind since I'm dealing primarily with
Mac and Windows apps, but Googling for libunwind for those
platforms found some mailing list discussions that may be useful
when I do go looking to tackle that problem.
Thanks for the update!
DT