From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23359 invoked by alias); 25 Sep 2015 08:56:03 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 23007 invoked by uid 89); 25 Sep 2015 08:56:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 25 Sep 2015 08:56:01 +0000 Received: by wicgb1 with SMTP id gb1so10952754wic.1 for ; Fri, 25 Sep 2015 01:55:58 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.10.101 with SMTP id h5mr2104142wib.27.1443171358449; Fri, 25 Sep 2015 01:55:58 -0700 (PDT) Received: by 10.27.16.1 with HTTP; Fri, 25 Sep 2015 01:55:58 -0700 (PDT) Date: Fri, 25 Sep 2015 08:56:00 -0000 Message-ID: Subject: combining symbols with a shared library From: Pawel Por To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-09/txt/msg00022.txt.bz2 Hi I've got a shared library lib.so and a symbol file for it lib.dbg and I want to combine them together. How can I do that in linux ? thanks for help