Re: [Valgrind-users] How to include the Valgrind stack traces in a stand-alone debug version?

2021-05-26 Thread Martin Licht via Valgrind-users
PM John Reiser wrote: > On 5/24/21, Martin Licht via Valgrind-users wrote: > > > I think the Valgrind stack tracer is pretty great and I would like to > use it as a substitute for `backtrace` in my C++ debug builds. > > It would help to give an explicit list of why

[Valgrind-users] How to include the Valgrind stack traces in a stand-alone debug version?

2021-05-24 Thread Martin Licht via Valgrind-users
Hello, I think the Valgrind stack tracer is pretty great and I would like to use it as a substitute for `backtrace` in my C++ debug builds. A blog post by Nicholas Nethercote (Using Valgrind to get stack traces) describes a similar idea: