Paul Hancock via llvm-dev
2017-May-08 05:15 UTC
[llvm-dev] CrashRecoveryContext::getBacktrace
Where did getBacktrace go? I cant find any changes about it except for it simply disappearing after I updated from 3.8 to 4.0... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170508/6ca7bce9/attachment.html>
George Burgess IV via llvm-dev
2017-May-09 07:38 UTC
[llvm-dev] CrashRecoveryContext::getBacktrace
It was removed by http://llvm.org/viewvc/llvm-project?view=revision&revision=264458 . Going off of the commit message, it seems that the string it returned was always empty (at the time of the code's removal, at least). On Sun, May 7, 2017 at 10:15 PM, Paul Hancock via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Where did getBacktrace go? I cant find any changes about it except for it > simply disappearing after I updated from 3.8 to 4.0... > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170509/37898b8f/attachment.html>
Paul Hancock via llvm-dev
2017-May-14 10:12 UTC
[llvm-dev] CrashRecoveryContext::getBacktrace
So it didn't get fully implemented and instead it was removed without notification because it was assumed people never used it? Because I had it in use in my code and now I need to find an alternate way to pull the backtrace... ________________________________ From: George Burgess IV <george.burgess.iv at gmail.com> Sent: 09 May 2017 17:38 To: Paul Hancock Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] CrashRecoveryContext::getBacktrace It was removed by http://llvm.org/viewvc/llvm-project?view=revision&revision=264458 . Going off of the commit message, it seems that the string it returned was always empty (at the time of the code's removal, at least). On Sun, May 7, 2017 at 10:15 PM, Paul Hancock via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Where did getBacktrace go? I cant find any changes about it except for it simply disappearing after I updated from 3.8 to 4.0... _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170514/6622f0d6/attachment.html>