From owner-freebsd-bugs Sun Mar 22 23:40:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20656 for freebsd-bugs-outgoing; Sun, 22 Mar 1998 23:40:30 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20610; Sun, 22 Mar 1998 23:40:19 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20434; Sun, 22 Mar 1998 23:39:38 -0800 (PST) (envelope-from nobody) Message-Id: <199803230739.XAA20434@hub.freebsd.org> Date: Sun, 22 Mar 1998 23:39:38 -0800 (PST) From: castor@geocast.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: gnu/6107: gdb should support PRINTF_HAS_LONG_LONG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6107 >Category: gnu >Synopsis: gdb should support PRINTF_HAS_LONG_LONG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 22 23:40:04 PST 1998 >Last-Modified: >Originator: Castor Fu >Organization: Geocast Network Systems >Release: 2.2.5 >Environment: FreeBSD tosh.pa.geocast.net 2.2.5-STABLE FreeBSD 2.2.5-S i386 i386 >Description: gdb could provide better support for the "long long" data type and allow output in bases other than hexadecimal. The current version of gdb requires that "long long's" be output using "%ll" rather than FreeBSD's "%q". It's a fairly simple change to extend gdb's, support. One would need to create a macro to abstract the "long long" format, and replace it. If I find timeto figure out how to package the diffs, I'll try to add them to this PR. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message