Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Call on Wednesday

On ModulesView - I think this is the diff you want, I have no problem with adding this to CDT if it does what you want.

diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index 581779100d..7b25f2e233 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -1029,6 +1029,7 @@
             contextId="org.eclipse.cdt.debug.ui.debugging">
       </contextViewBinding>
       <contextViewBinding
+            autoOpen="false"
             contextId="org.eclipse.cdt.debug.ui.debugging"
             viewId="org.eclipse.debug.ui.ModuleView"/>
      <contextViewBinding


HTH,
Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Wed, 13 Apr 2022 at 16:00, Torbjorn SVENSSON via cdt-dev <cdt-dev@xxxxxxxxxxx> wrote:

Hello,

 

Please see my inline comments below with yellow background (sorry, I hate Outlook…).

 

Kind regards,

Torbjörn

 

From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jonah Graham
Sent: den 13 april 2022 18:34
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] CDT Call on Wednesday

 

Hello folks,

 

Thank you all for attending the call today. Lots of good discussion and questions. Please find the minutes posted (links on CDT calls wiki) and included below.

Actions from last meeting details

  • Action John/Torbjörn/Erik to try to resolve Bug 577263
    • Finalizing conversation on this
    • Concern about whether extra flags should be added to old project
    • See bug and related gerrit for any additional information
    • Still ongoing - so Action carried forward to next meeting again.
  • Action Jonah to see if he can make this intermittent failure fail reliably to expose if this is the same race condition for Bug 577346 DONE
  • Action: Torbjörn to create bug for dark theme color issue in console. DONE
  • Action: Jonah to run the update to all license files in CDT with regards to this gitlab issue IN PROGRESS

Minutes

  • Bug 579666: Improve dark theme on Windows and how to handle an API breaking change in Managed Build’s AbstractPage. See this gerrit
    • Action submit gerrit that @Deprecated for_removal should be added to fields

Done, https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/192718

  • Bug 579669 Test regressions as a result of upgrade of Target Platform to latest version
    • Fixed.
  • 10.7.0
  • Modules view purpose and removal
    • Modules view is supplied by Eclipse Platform
    • May be possible to hide it with Activities

I tried to do it with activities and yes, I can hide/remove the view from the entire Eclipse IDE, but the view is still listed in the “Show Views” dialog and trying to opening it throws an exception and renders a broken view:

What I had in mind was a way to simply not show it by default in the “debug” perspective, but still allow the user to open it manually if they wanted to.

  • Suspend enabled too early in Torbjörn’s launch sequence
    • Action (Erik) to send some info about enablements
  • For unmanaged projects is there a way to display the normally hidden settings?

What I was aiming for here is a way to save some generic data on the build configuration that can be used by other views to, for example, identify the toolchain to be used.
A visual example is the prefix and path in the Cross GCC toolchain integration provided by CDT. The path and prefix could, for example, be used to automatically find the right GDB binary to launch during a debug session.

  • There is a bug in GDB 10 & GDB 11 that can cause GDB to quit unexpectedly and randomly

Problem also present in GDB 9 according to ’git tag --contains afe09f0b6311a4dd1a7e2dc6491550bb228734f8’!

    • See the (GDB bug 28711)[https://sourceware.org/bugzilla/show_bug.cgi?id=28711]
    • This may be able to be worked around in CDT by changing org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl.NUMBER_CONCURRENT_COMMANDS to 1 to prevent there being multiple concurrent commands waiting in GDB input buffer.

I created https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/192719 for this issue, feel free to review/comment!
Will try to verify that it actually helps in the coming days.

Next Meeting

May 11 at 11am (Ottawa, Canada time)

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

 

 

On Mon, 11 Apr 2022 at 19:42, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hello folks,

 

We have our monthly CDT call on Wednesday. Please feel free to add anything to the agenda.

 

See you then,

Jonah

 

 

CDT Monthly Call April 13 2022

  1. Welcome and sign yourself in
  2. Actions from last meeting
  • Action John/Torbjörn/Erik to try to resolve Bug 577263
  • Action Jonah to see if he can make this intermittent failure fail reliably to expose if this is the same race condition for Bug 577346
  • Action: Torbjörn to create bug for dark theme color issue in console.
  • Action: Jonah to run the update to all license files in CDT with regards to this gitlab issue
  1. Bug 579666: Improve dark theme on Windows and how to handle an API breaking change in Managed Build’s AbstractPage. See this gerrit
  2. Bug 579669 Test regressions as a result of upgrade of Target Platform to latest version
  3. CDT 10.7.0
  4. Any other business?

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

 

ST Restricted

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top