From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69545 invoked by alias); 4 Aug 2018 11:48:28 -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 69444 invoked by uid 89); 4 Aug 2018 11:48:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:14.3.399, H*RU:14.3.399.0, Hx-spam-relays-external:14.3.399.0, H*r:ip*14.3.399.0 X-HELO: EUR01-HE1-obe.outbound.protection.outlook.com Received: from mail-he1eur01on0046.outbound.protection.outlook.com (HELO EUR01-HE1-obe.outbound.protection.outlook.com) (104.47.0.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 04 Aug 2018 11:48:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cern.onmicrosoft.com; s=selector1-cern-ch; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Nu+38fglDDfnn/bfBUEMc3KlAf304C73ZaU4i2E9E48=; b=jy+KHONiWKCMaNY7eGxpUG7MPWahPfmQ9nN/h0kcmetlFex5z3gG3jaQFGZ2+B05cuaLrLsfBm3097AVDuM3Zm3vMTzJn413Gp3DofpO2qL0BA3nG6S+Rq41QVBHUbxckpqAKLJ9SEWSs10DnlbJGG8iPHrFI2ms7Ql0DptF6Ag= Received: from AM5PR0602CA0001.eurprd06.prod.outlook.com (2603:10a6:203:a3::11) by AM5PR0602MB3234.eurprd06.prod.outlook.com (2603:10a6:206:7::23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.995.21; Sat, 4 Aug 2018 11:48:16 +0000 Received: from VE1EUR02FT050.eop-EUR02.prod.protection.outlook.com (2a01:111:f400:7e06::200) by AM5PR0602CA0001.outlook.office365.com (2603:10a6:203:a3::11) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1017.15 via Frontend Transport; Sat, 4 Aug 2018 11:48:16 +0000 Authentication-Results: spf=pass (sender IP is 188.184.36.46) smtp.mailfrom=cern.ch; sourceware.org; dkim=none (message not signed) header.d=none;sourceware.org; dmarc=bestguesspass action=none header.from=cern.ch; Received-SPF: Pass (protection.outlook.com: domain of cern.ch designates 188.184.36.46 as permitted sender) receiver=protection.outlook.com; client-ip=188.184.36.46; helo=cernmxgwlb4.cern.ch; Received: from cernmxgwlb4.cern.ch (188.184.36.46) by VE1EUR02FT050.mail.protection.outlook.com (10.152.13.198) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.20.1038.3 via Frontend Transport; Sat, 4 Aug 2018 11:48:16 +0000 Received: from CERNFE25.cern.ch (137.138.203.208) by cernmxgwlb4.cern.ch (188.184.36.46) with Microsoft SMTP Server (TLS) id 14.3.399.0; Sat, 4 Aug 2018 13:48:15 +0200 Received: from CERNXCHG73.cern.ch ([fe80::10e6:ac8e:2ea7:c5e7]) by CERNFE25.cern.ch ([fe80::2cd7:dab6:37a7:ce81%10]) with mapi id 14.03.0399.000; Sat, 4 Aug 2018 13:48:15 +0200 From: Viesturs Veckalns To: "gdb@sourceware.org" Subject: GDB support: Couldn't find method Date: Sat, 04 Aug 2018 11:48:00 -0000 Message-ID: <3FAD73755234DA45BB9E7CAA811E9CB70102A57F27@CERNXCHG73.cern.ch> MIME-Version: 1.0 Return-Path: viesturs.veckalns@cern.ch Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-08/txt/msg00015.txt.bz2 Hello! I compile a binary by linking a library: -L${LIBDIR}/lib -lCompoundHisto In the debug session the library is listed under info sharedlibrary Additionally, I requested to read symbols from the relevant source files by set debug-file-directory ${LIBDIR}/interface set debug-file-directory ${LIBDIR}/src Nevertheless, I encounter the following problem: p GetLevel(resultcode) -> GetHU(mo) Couldn't find method CompoundHistoUnfolding::Level::GetHU The methods are described in the source to build libCompoundHisto.so What is wrong? My gdb version is 7.11. Viesturs