diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-04 15:39:57 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-04 15:41:19 +0000 |
commit | 3fce99defae88e05df72f789840460dc0271737c (patch) | |
tree | 7264a750675579349876bf83dc90206fbdeddb26 /cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX | |
parent | Added support for compiling Slice files from PHP tests (diff) | |
download | ice-3fce99defae88e05df72f789840460dc0271737c.tar.bz2 ice-3fce99defae88e05df72f789840460dc0271737c.tar.xz ice-3fce99defae88e05df72f789840460dc0271737c.zip |
Added support for libbacktrace on Linux
Diffstat (limited to 'cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX b/cpp/test/IceUtil/stacktrace/StackTrace.debug.OSX index 5eeb56428ab..777bc5d8bf9 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 - 8 main() in client - 9 start() in libdyld.dylib
\ No newline at end of file + 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 |