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/608: Audit dwarf2cfi's use of internal_error()


>Number:         608
>Category:       gdb
>Synopsis:       Audit dwarf2cfi's use of internal_error()
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 16 09:18:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        2002-07-16
>Organization:
>Environment:

>Description:
internal_error() should be used when GDB has botched its internal state.

error() or complain() should be used when there is an error in the input (be it from the user or from the compiler).

Suggest auditing dwarf2cfi.c to check where internal_error() is applicable and where error() or complain() is applicable.


>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]