Ticket #581 (closed task: fixed)
Remove libbfd dependency
| Reported by: | Philip | Owned by: | |
|---|---|---|---|
| Priority: | Should Have | Milestone: | Alpha 2 |
| Component: | Core engine | Keywords: | |
| Cc: |
Description
To avoid problems like this, we should just remove the code that uses libbfd, since it's not particularly useful - it's just used for basic stack traces, which rarely provide enough useful information for debugging any problems, and we can easily get Linux users to run in gdb if we want more details.
Change History
Note: See
TracTickets for help on using
tickets.

(In [8271]) Remove BFD-based debugging code, to avoid the runtime dependency on binutils. Fixes #581.