diff options
Diffstat (limited to 'cpp/test/IceUtil/stacktrace')
6 files changed, 36 insertions, 30 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux index ee163c6b302..762aee25735 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux @@ -1,5 +1,6 @@ 0 IceUtil::Exception::Exception(char const*, int) in - 1 IceUtil::NullHandleException::NullHandleException(char const*, int) in + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper(char const*, int) in + 2 IceUtil::NullHandleException::NullHandleException(char const*, int) in client client client diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux.libbacktrace+ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux.libbacktrace+ index 50a457a9437..defa822ab16 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux.libbacktrace+ +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux.libbacktrace+ @@ -1,9 +1,10 @@ 0 IceUtil::Exception::Exception(char const*, int) at - 1 IceUtil::NullHandleException::NullHandleException(char const*, int) at - 2 fifth at - 3 forth at - 4 third at - 5 second at - 6 first at - 7 main at - 8 + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper(char const*, int) at + 2 IceUtil::NullHandleException::NullHandleException(char const*, int) at + 3 fifth at + 4 forth at + 5 third at + 6 second at + 7 first at + 8 main at + 9 diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX index c23878ec002..674c86e7d6d 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX @@ -1,10 +1,11 @@ - 0 IceUtil::Exception::Exception(char const*, int) in libIce.3.7a3.dylib - 1 IceUtil::NullHandleException::NullHandleException(char const*, int) in libIce.3.7a3.dylib - 2 IceUtil::NullHandleException::NullHandleException(char const*, int) in libIce.3.7a3.dylib - 3 (anonymous namespace)::Thrower::fifth() in client - 4 (anonymous namespace)::Thrower::forth() in client - 5 (anonymous namespace)::Thrower::third() in client - 6 (anonymous namespace)::Thrower::second() in client - 7 (anonymous namespace)::Thrower::first() in client - 8 main in client - 9 start in libdyld.dylib
\ No newline at end of file + 0 IceUtil::Exception::Exception(char const*, int) in + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper(char const*, int) in + 2 IceUtil::NullHandleException::NullHandleException(char const*, int) in + 3 IceUtil::NullHandleException::NullHandleException(char const*, int) in + 4 (anonymous namespace)::Thrower::fifth() in client + 5 (anonymous namespace)::Thrower::forth() in client + 6 (anonymous namespace)::Thrower::third() in client + 7 (anonymous namespace)::Thrower::second() in client + 8 (anonymous namespace)::Thrower::first() in client + 9 main in client + 10 start in libdyld.dylib diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win32 b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win32 index e0eed48a151..0539f10185a 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win32 +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Win32 @@ -1,8 +1,9 @@ 0 IceUtil::Exception::Exception - 1 IceUtil::NullHandleException::NullHandleException - 2 `anonymous namespace'::Thrower::fifth - 3 `anonymous namespace'::Thrower::forth - 4 `anonymous namespace'::Thrower::third - 5 `anonymous namespace'::Thrower::second - 6 `anonymous namespace'::Thrower::first - 7 main + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper + 2 IceUtil::NullHandleException::NullHandleException + 3 `anonymous namespace'::Thrower::fifth + 4 `anonymous namespace'::Thrower::forth + 5 `anonymous namespace'::Thrower::third + 6 `anonymous namespace'::Thrower::second + 7 `anonymous namespace'::Thrower::first + 8 main diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.release-vc120.Win32 b/cpp/test/IceUtil/stacktrace/StackTrace.release-vc120.Win32 index 823da2cd4fc..19ab443db12 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.release-vc120.Win32 +++ b/cpp/test/IceUtil/stacktrace/StackTrace.release-vc120.Win32 @@ -1,4 +1,5 @@ 0 IceUtil::Exception::Exception - 1 IceUtil::NullHandleException::NullHandleException - 2 `anonymous namespace'::Thrower::fifth - 3 main + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper + 2 IceUtil::NullHandleException::NullHandleException + 3 `anonymous namespace'::Thrower::fifth + 4 main diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux b/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux index a2fde31ab7a..5081f4b77a4 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux +++ b/cpp/test/IceUtil/stacktrace/StackTrace.release.Linux @@ -1,3 +1,4 @@ 0 IceUtil::Exception::Exception(char const*, int) - 1 IceUtil::NullHandleException::NullHandleException(char const*, int) + 1 IceUtil::ExceptionHelper<IceUtil::NullHandleException>::ExceptionHelper(char const*, int) + 2 IceUtil::NullHandleException::NullHandleException(char const*, int) client |