Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Where to store launch configuration related data

On 2017-03-03, 7:52 AM, "cdt-dev-bounces@xxxxxxxxxxx on behalf of Jonah
Graham" <cdt-dev-bounces@xxxxxxxxxxx on behalf of jonah@xxxxxxxxxxxxxxxx>
wrote:

>Hi all,
>
>There are a bunch of intermittent failures in tests[2,3,4] and in CDT
>itself related to storing stuff in launch configurations. The kind of
>stuff is Memory view layouts and Register groups.
>
>A while ago Doug, Marc and others were having a discussion [1] about
>launch configurations and what can and should be stored in them.
>However I don't think a conclusion was reached.
>
>So the question: Is there a correct way to save state that is related
>to Launch Configurations?

Well, if the state is only needed during the lifespan of the Launch, the
it should be stored in the ILaunch object.

If it is per user data that needs to be persisted between launches, then
no, there is no obvious place to store that. That¹s why these discussions
tend not to conclude ;).

>
>Thanks
>Jonah
>
>
>[1] https://mattermost.eclipse.org/eclipse/pl/u5irpopkfjywpcmoosojufzusy
>[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=512180
>[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=501906
>[4] https://bugs.eclipse.org/bugs/show_bug.cgi?id=500988
>
>
>~~~
>Jonah Graham
>Kichwa Coders Ltd.
>www.kichwacoders.com
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>To change your delivery options, retrieve your password, or unsubscribe
>from this list, visit
>https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top