lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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