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/438: Initialyze gdbtypes before any thing else



>Number:         438
>Category:       gdb
>Synopsis:       Initialyze gdbtypes before any thing else
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 20 14:28:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     ac131313@redhat.com
>Release:        2002-03-21
>Organization:
>Environment:

>Description:
Identified by martin hunt.

Code such the regcache relies on both the architecture and the type system to be initialized before it, it, itself can be initialized.  Unfortunatly, the intialization order of things registered with the architecture vector is non-deterministic (well it is determined by a src file list).

The type system should be explictly initialized before anything else.
>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]