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.Linux | |
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.Linux')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux index 5f6c0f19732..50a457a9437 100644 --- a/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux +++ b/cpp/test/IceUtil/stacktrace/StackTrace.debug.Linux @@ -1,9 +1,9 @@ - 0 IceUtil::Exception::Exception(char const*, int) - 1 IceUtil::NullHandleException::NullHandleException(char const*, int) -client -client -client -client -client -client - 8 __libc_start_main() + 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 |