X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdebug%2Fbacktrace.h;h=9715df0ed8026c395af1cf1b865b1fc9b4ba4a64;hb=55a79fbe96a87183fa4e11049eb161943636b1dd;hp=c570ce5d0746f0dd31106132f052ae8d2c715426;hpb=0fa00d18f607f329d2b2a979e1d4339e233817fa;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;