This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/528: Dumb down print_longest(), add local_{decimal,octal}_string{,_custom}()



>Number:         528
>Category:       gdb
>Synopsis:       Dumb down print_longest(), add local_{decimal,octal}_string{,_custom}()
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat May 04 15:38:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
The function print_longest() relies on the host printf() function (Handle CC_HAS_LONG_LONG x PRINTF_HAS_LONG_LONG).

Instead, look at creating functions:
  local_decimal_string()
et.al. (like local_hex_string) to handle the LONGEST -> string conversion in a host independant way.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]