Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 1998 23:39:38 -0800 (PST)
From:      castor@geocast.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   gnu/6107: gdb should support PRINTF_HAS_LONG_LONG
Message-ID:  <199803230739.XAA20434@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803230739.XAA20434>