From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x134.google.com (mail-lf1-x134.google.com [IPv6:2a00:1450:4864:20::134]) by sourceware.org (Postfix) with ESMTPS id 38ED5384841E for ; Fri, 3 Sep 2021 16:13:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 38ED5384841E Received: by mail-lf1-x134.google.com with SMTP id p38so12839922lfa.0 for ; Fri, 03 Sep 2021 09:13:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=h+iyKOnjP1+bSPQjQLqeeAVyWzdfZgqZb6Zo7W5ijRQ=; b=hoziBdCT/zP7yby4thgXoRlbXNZxsoOFq1uEVHbA4YYS7HzmmPQt5fOklj1V+WQauM 717fMNkstVRXIzxqchZNxkpfK4lBklbGOumSML/8kRhU4ehFpXvj0lrBKiruSX86WUh7 dk4o0Me5oWYdRe0mQBai7ZOf0iofYWE2w7oPNFqlOdQJX3xF/iY0GswHrCgNI4oQ1k1p zvhfvVc46IiK9BjcOah2dzvyQhKmjr4ogdGaougqGVJmDoc+57u4+fjx0SgR8vQ5uAWe 3CP4m4wmD2p7ThDpuiruIWUuJCjYimBTPbcBYQhXVCXMTDVML2EXntfe01kpvqHtzvWs QSHQ== X-Gm-Message-State: AOAM5303iT1ggBIKjKi8Xf+eaHsV/C9hWlAtZqVe1mObYqt0HAxIO/E7 i/0p5UH8QxEMTKHhfs4yi7QJ3JoSAYg= X-Google-Smtp-Source: ABdhPJwQW6ueqTn8wACfzMjQ1mor/dI6tY/nBP7qVMD9kOBGy2f3AKtWuZkYWAq1AjaQz0QVtGrOaA== X-Received: by 2002:a05:6512:a84:: with SMTP id m4mr3284041lfu.574.1630685608813; Fri, 03 Sep 2021 09:13:28 -0700 (PDT) Received: from [192.168.2.206] ([94.228.207.246]) by smtp.gmail.com with ESMTPSA id w27sm546873lfa.308.2021.09.03.09.13.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Sep 2021 09:13:28 -0700 (PDT) Subject: Re: Disambiguating symbols by module To: Martin Simmons Cc: ratmice@gmail.com, gdb@sourceware.org References: <4e230740-b655-bdc3-dbe0-b1ed518d1a26@gmail.com> From: Alexander Miloslavskiy Message-ID: <48ef5e7a-f255-482d-c74c-4769da5c3bf9@gmail.com> Date: Fri, 3 Sep 2021 19:13:26 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3027.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_ABUSEAT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_WEB, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2021 16:13:31 -0000 On 03.09.2021 19:06, Martin Simmons wrote: > If the short function name is just for convenience and you can rename it > to something longer, then you can define a short-named user command to > call it Thanks! Unfortunately, the code I'm debugging is outside my control. It's the Java's JDK that comes from packet manager in Linux. The other symbol, which stands in my way, is also outside my control.