From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76495 invoked by alias); 29 Oct 2016 17:57:17 -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 76485 invoked by uid 89); 29 Oct 2016 17:57:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:sk:mail-it, HX-HELO:sk:mail-it, H*r:sk:mail-it, Hx-spam-relays-external:sk:mail-it X-HELO: mail-it0-f46.google.com Received: from mail-it0-f46.google.com (HELO mail-it0-f46.google.com) (209.85.214.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Oct 2016 17:57:15 +0000 Received: by mail-it0-f46.google.com with SMTP id m138so23734944itm.1 for ; Sat, 29 Oct 2016 10:57:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=H5xp3kQT99JjoRGio+/+SeBqcLtAIsbvxJV9AE9tQUQ=; b=aUGf8tBwoTisNbNIMATQtXCJd/EOmsRtzXAJvJ87ZP0KwEq1QEKeLqrRQWhrI/9fgS 8EaMWmvcL9blx2yxlYSpgUHLAX4az4lRUxXlQXEdOawbkZYMJhMYbMnBbtI+e81QM+XG Wm1JRFy7sf2cDuhYx2ATEIfPb6G22SzCXaoJe4DXqIy95Tu2t8UQzokenUkw1tz8hEMa KQ12amw3dLmpeyOa8mO+1l7QLlHsoYqorPf1abREb50OgNSMyb/b0BVwNqNM8LJZ05ui zQObDlyfvsT6fVsSel/FhLYZ86M73hv+SehDptQbH0kpI7vFoheiiLRQPNeA5t9M7tAZ h04A== X-Gm-Message-State: ABUngvcIkKmlyAVKPgg+tSg4MTAS28ZUX2p97g9CDRO0jsW84lkVUCFr0eMGqw1Yc+iAiAxKGQt9HUcDcTwH1w== X-Received: by 10.107.58.86 with SMTP id h83mr16210978ioa.117.1477763834111; Sat, 29 Oct 2016 10:57:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.244.137 with HTTP; Sat, 29 Oct 2016 10:56:53 -0700 (PDT) From: Stephen Pape Date: Sat, 29 Oct 2016 17:57:00 -0000 Message-ID: Subject: Symbol file To: GDB Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00055.txt.bz2 Hello, Is there any way to provide GDB with symbol information besides a binary? I have symbol information in text format (symbol name/address/some flags). I can transform the data as necessary, but I can't seem to find a way to use it. Thanks, -Stephen