From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id 04E3B2140F for ; Sat, 18 May 2024 21:32:48 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 48D7D4366D; Sun, 19 May 2024 05:32:44 +1000 (AEST) Received: from vmail1.sentex.ca (vmail1.sentex.ca [64.7.153.19]) by minnie.tuhs.org (Postfix) with ESMTPS id 4898B4366B for ; Sun, 19 May 2024 05:32:39 +1000 (AEST) Received: (Haraka outbound); Sat, 18 May 2024 15:32:38 -0400 Authentication-Results: vmail1.sentex.ca; auth=pass (plain) Received: from [10.0.1.25] ([206.210.121.116]) by vmail1.sentex.ca (Haraka/2.8.25) with ESMTPSA id 580F400E-0408-4C17-851E-B878A36C5275.1 envelope-from (authenticated bits=0) (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256); Sat, 18 May 2024 15:32:38 -0400 Message-ID: Date: Sat, 18 May 2024 15:32:37 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 To: tuhs@tuhs.org References: <20240518181825.GT9216@mcvoy.com> Content-Language: en-CA From: Stuff Received In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Haraka-GeoIP: NA, CA, ON, Campbellville, 23km Message-ID-Hash: B7A4CKSK3Q6LBNOO7AGNLHTM3YWMUNKG X-Message-ID-Hash: B7A4CKSK3Q6LBNOO7AGNLHTM3YWMUNKG X-MailFrom: stuff@riddermarkfarm.ca X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: On Bloat and the Idea of Small Specialized Tools List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On 2024-05-18 14:52, Clem Cole wrote (in part): > Hey I would like to find > an cheat sheet or a set of aliases that map DBX/GDB into it -- but so > far I've found nothing. Does this help? https://lldb.llvm.org/use/map.html (I confess that learning lldb has been quite the chore.) S.