François-Xavier Bourlet

Results 107 comments of François-Xavier Bourlet

Now idea if better or worse. The summary of the libdwarf++0 package on debian says: > Libelfin is a from-scratch C++11 library for reading ELF binaries and DWARFv4 debug information....

And I would be very happy to review your PR! I honestly don't know much about Windows though.

Not that I am aware of! On Tue, Jul 3, 2018 at 7:17 PM Bo Zhou wrote: > Call from 2018, is there anybody worked on Windows support ? Thanks...

Happy to format with clang-format. Fell free to submit a PR after running it to make your future PRs easier to merge. We can copy `rang.hpp` in this repo, and...

I do not care about the style at all. I would take the default from clang-format. The less configuration, the better.

@dutow https://github.com/bombela/backward-cpp/pull/142

are you using unwind for walking the stack? what platform, os, compiler are you using On Wed, Nov 28, 2018, 12:23 Alexandre Anoutchine Here is the sample code that reproduces...

As far as I can tell the code relies on the information from the die. Could it be in your case the https://github.com/bombela/backward-cpp/blob/master/backward.hpp#L2759 branch is taken and behaves wrong? Dwarf...

you need two things to get the traces: 1. first a way to "walk the stack", which should be provided by gcc/clang under the unwind api. If that works, you...

~~does libbfd is available on macox? because its more accurate than libelfutils anyway.~~ Does libdw is available on macosx? because its more accurate than libbfd from the binutils anyway.