X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdebug%2Fbacktrace.h;h=9715df0ed8026c395af1cf1b865b1fc9b4ba4a64;hb=cac699732d60d05edc73c39075b85f45a91a620a;hp=c570ce5d0746f0dd31106132f052ae8d2c715426;hpb=521cf1db00f8ce2d9f9494dca503d6c17d89ac2f;p=libs%2Fcore.git diff --git a/source/debug/backtrace.h b/source/debug/backtrace.h index c570ce5..9715df0 100644 --- a/source/debug/backtrace.h +++ b/source/debug/backtrace.h @@ -20,9 +20,10 @@ public: struct StackFrame { void *address; + std::string file; std::string symbol; - StackFrame(void *a, const std::string &s): address(a), symbol(s) { } + //StackFrame(void *a, const std::string &s): address(a), symbol(s) { } }; typedef std::list FrameSeq;