This is the mail archive of the frysk@sourceware.org mailing list for the frysk 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]

frysk.rt.Frame and frysk.debuginfo.DebugInfo


This might be Adam's problem, or at least I discovered it
investigating his problem.

frysk.rt.Frame.toPrint
-calls frysk.rt.Frame.getSubprogram()
 -calls the constructor frysk.debuginfo.DebugInfo.DebugInfo
but earlier:
frysk.cli.hpd.CLI.finishAttach
-calls the constructor frysk.debuginfo.DebugInfo.DebugInfo

This causes DebugInfo to get out of sync.  So we need to come up with a
way to have a single shared DebugInfo.





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