diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-04 20:58:54 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-04 20:58:54 -0400 |
commit | 839e07ea0867248193bc7c040fa15f76201b8e13 (patch) | |
tree | f349fa24d61274ce5f5028fafbbd97db0a1b4921 /cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX | |
parent | Fix to append ++11 to C++ test libraries (diff) | |
download | ice-839e07ea0867248193bc7c040fa15f76201b8e13.tar.bz2 ice-839e07ea0867248193bc7c040fa15f76201b8e13.tar.xz ice-839e07ea0867248193bc7c040fa15f76201b8e13.zip |
Added libbacktrace detection + other fixes
Diffstat (limited to 'cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX index 777bc5d8bf9..aaafd456370 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX @@ -1,10 +1,10 @@ 0 IceUtil::Exception::Exception(char const*, int) in libIceUtil.3.7a0.dylib 1 IceUtil::NullHandleException::NullHandleException(char const*, int) in libIceUtil.3.7a0.dylib 2 IceUtil::NullHandleException::NullHandleException(char const*, int) in libIceUtil.3.7a0.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 + 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 |