Sorry its RtlCaptureStackBackTrace instead of RtlCaptureBackTrace
On Sun, Mar 14, 2021 at 7:13 PM Vijay Kiran Kamuju infyquest@gmail.com wrote:
From the openrce found that it calls the RtlCaptureBackTrace, found explanation on www.codewarrior.cn website regarding the function. Checked the MSDN documentation for RtlCaptureBackTrace
Lastly inspired by the reactos implementation.
I tried to put it in exception.c, where in it could not find the RtlCaptureBackTrace, will check in the headers.
Thanks, Vijay
On Sun, 14 Mar 2021, 19:00 Nikolay Sivov, nsivov@codeweavers.com wrote:
Where does this implementation come from? You probably don't have to duplicate exactly the same function in every arch file.