https://bugs.kde.org/show_bug.cgi?id=387264

            Bug ID: 387264
           Summary: Use debugging symbols from separate file
           Product: Heaptrack
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: m...@milianw.de
          Reporter: daniel.sa...@ensenso.com
  Target Milestone: ---

I put the debugging symbols for a library into a separate file with

    objcopy --only-keep-debug x.so x.so.dbg
    strip --strip-unneeded x.so
    objcopy --add-gnu-debuglink="x.so.dbg" x.so

This is recognized by GDB without any problems, but Heaptrack does not use the
debugging symbols for such a library. If I keep them directly in the .so file
everything works as expected.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to