| 52 | }; |
| 53 | |
| 54 | struct BfdSearchData |
| 55 | { |
| 56 | asymbol** symbol; |
| 57 | bfd_vma offset; |
| 58 | std::string file; |
| 59 | std::string func; |
| 60 | unsigned int line; |
| 61 | }; |
| 62 | |
| 63 | class StackTracePrintPrivateData |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected