Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Call Wednesday
  • From: Torbjorn SVENSSON <torbjorn.svensson@xxxxxx>
  • Date: Tue, 15 Jun 2021 12:50:13 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=st.com; dmarc=pass action=none header.from=st.com; dkim=pass header.d=st.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Fa12JDO2Ep48lX2EOXSqcbrlDE37SfN8Srhm7yWAy5k=; b=l4NkmgM0s2qynszS6JzetHaKAwRin5XgQNR5mqMekYpiMhTaaz5MGGtzuYUdxdJ3/dA2UOpwcV45thp+l4XCFM0kxGS6VTB4esCohdwbqeUF9n89ovR0cpMvVOUF+GQyCDuqFe+2Nm97QUIc+eedLGCRhWeeGWMfxx5U03V9jF1sISq2m+1QmiY7WTwltdi2z68PR77TBMxsLqE9On/PTEpcVPykhrH4JJRmUytQRb1NSdVlkTZveBtNycg6+Vdio0JoB4qFlH8QIVFh/YSGEQ5Mgi8iEZk3238hMCGkH1JwbNEGPytcQXNhJJ6LrNQZ46G7xLG44NU5c1TiOtUsnQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MlvvGxymYLy3SH4Ua+nUMPBujVhXtakHMjh2ZEjCIpkpWkB85a++zkCwQ0brWZP3A6X8Sy4pkxyQLXQOqUWMgCcKOsCtAL/SiNki4ZJdhSmcB7zitHl45GHaIZqzOkQrX9BQp1WSSkw+D73H4JGJB8vw5+BwcPAGJE/pWo2RbcoeQcTsU/7pLtKrUTsxp7HXfUb2qTWtARtPAZ5pd7C+BgyCHahOu1p1Hp3S5yAwXvflKOQzjngC2zARQsCnQh/A22eAq+eVZSnKHC3K0uNqqt0sOSZBndLyqk5gKylyF/eolW32+efiglLwRhzK83zhwoqgZHy2LtUTq/NpQ9glDQ==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXXGvLg1guSX/JQ0qkw9iLUShYcqsRFr+AgAP6FYA=
  • Thread-topic: [cdt-dev] CDT Call Wednesday

Hello,

 

Ticket written for the first point below: https://bugs.eclipse.org/bugs/show_bug.cgi?id=574205

 

Kind regards,

Torbjörn

 

From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jonah Graham
Sent: den 13 juni 2021 02:05
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] CDT Call Wednesday

 

Hello folks,

 

Thank you all for coming. Here are the minutes - feel free to correct any of them if needed.

 

Minutes

    • Torbjörn reports a regression in a gdbserver that doesn’t support Async causing commands to fail instead of being queued.
    • Workaround is to implement IGDBBackend and override useTargetAsync to return false
    • Action: Torbjörn file a bug / recommend a patch to make target async on/off more visible/changeable by users potentially?
    • Vinod shared his WIP on Global Variables and did a demo
    • Discuss debug vs. linker symbols
    • How to handle full path
    • Need a DMContext for Global Variables
  • Display of float/double in hex
    • Action: Anton to file a bug on how hex display of float values is wrong
  • Discussion on secure context in some arm chips and how to do it the best way

Next Meeting

July 14 at 11am (Ottawa, Canada time)

 

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

 

 

On Tue, 8 Jun 2021 at 09:39, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hello folks,

 

See you all on Wednesday for our monthly call. Feel free to add to the agenda - https://wiki.eclipse.org/CDT/calls.

 

CDT Monthly Call June 9 2021

  1. Welcome and sign yourself in
  2. Actions from last meeting
    • DONE Jonah: Send Torbjörn recent discussion about workspaces on macOS that he saw
      • See this conversation - not sure how relevant it actually is, but Alex Blewitt on the list suggests using -data and he is an active macOS user, so that implies it works at least sometimes.
    • DONE John: Add comment on Bug 572880 that hardware is available to test
    • William: Ask Renesas GDB experts to comment on GDB mailing list topic of restarted remote targets. Here are the links to the discussion so far:
    • DONE Vinod: Create gerrits for global variables and lockup issues to solicit feedback. Please add Torbjörn to CC list.
    • DONE Torbjörn: ping Jonah on gerrit about clean
  1. Any other business?

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


Back to the top