MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / BfdSearchData

Class BfdSearchData

source/utils/StackTraceWinMinGW.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54struct BfdSearchData
55{
56 asymbol** symbol;
57 bfd_vma offset;
58 std::string file;
59 std::string func;
60 unsigned int line;
61};
62
63class StackTracePrintPrivateData
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected