Your message dated Sat, 30 Nov 2024 02:31:34 +0100
with message-id
<uatq5qg3k6z4l62fnpez2ravlhutsghc3hy6lrhiscgxukd...@tarta.nabijaczleweli.xyz>
and subject line Close: Bug#135985: ltrace: ltrace could catch
library-to-library calls
has caused the Debian Bug report #135985,
regarding please include an option to perform nested traces of library calls
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
135985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=135985
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ltrace
Version: 0.5-3
Severity: wishlist
Hi,
I'm currently developing a library. Since this requires some
trial-and-error, it'd be nice if I could use ltrace to check out the
library calls which _my_ library is making. That doesn't seem possible
at the moment.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.23-1-powerpc
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ltrace depends on:
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libelfg0 0.8.6-4 an ELF object file access library
ltrace recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 0.7.3-1
$ LD_LIBRARY_PATH=. ltrace -Cl'*' ./f | cat
f->foo::virtual_foo()(0x7fffd1206678, 0x7fffd12067a8, 0x5650dca13d80,
0x5650dca13d68) = 0x7fffd1206678
f->foo_child::pure_virtual_foo()(0x7fffd1206678, 0x7fffd12067a8,
0x5650dca13d80, 0x5650dca13d68 <unfinished ...>
libfoo.so->puts("3")
= 2
<... foo_child::pure_virtual_foo() resumed> )
= 2
libstdc++.so.6->std::error_category::~error_category()(0x7fe70c9a3248, 0, 0, 1)
= 0x7fe70c997d50
libstdc++.so.6->std::error_category::~error_category()(0x7fe70c9a3250, 0, 0, 1)
= 0x7fe70c997d08
3
+++ exited (status 0) +++
signature.asc
Description: PGP signature
--- End Message ---