Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 'main' into 'release-cpptools' #1473

Merged
merged 14 commits into from
Sep 20, 2024
Merged

Merge 'main' into 'release-cpptools' #1473

merged 14 commits into from
Sep 20, 2024

Conversation

WardenGnaw
Copy link
Member

No description provided.

intel-rganesh and others added 14 commits March 6, 2024 13:08
* MIEngine: Set MajorVersion from the correct place

We were previously setting the MajorGdbVersion
when the process exited and this was too late.
We need to set this OnStateChanged so we can
use this to opt for the latest gdb MI commands.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com

* MIEngine: Fix code review comments

Try to initialize the gdb version as soon as we add the line to the
initialization log.
Also, add exception handling when setting major gdb version.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com

* MIEngine: Fix code review comments

Clear initialization log as before.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com

---------

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
…ect (#1437)

This adds a new API, `MIDebugCommandDispatcher.ExecuteMICommandWithResultsObject`, that can be used from another VS extension to invoke an MI API on the underlying debugger and return the results.

Authored-by: intel-rganesh rakesh.ganesh@intel.com
This PR adds in a solution file so the debuggees can be built via the
solution file for scans.
* Address the warnings from build output

* Forgot some tasks

* Update test task
This PR fixes gdb/mi breakpoint information parsing for breakpoints
that bind to multiple locations, which have a '<MULTIPLE>' in the addr field.
According to https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Breakpoint-Information.html#GDB_002fMI-Breakpoint-Information
the locations field contains the list of locations for this breakpoint type.
This list of locations is used then to create the bound breakpoints for the specific breakpoint.

Signed-off-by: Andria Pazarloglou <androniki.pazarloglou@intel.com>
This PR address the issue that ADO Release is not using a governed template. This PR adds the release stage as part of the official build
* Update Package Version for Component Governance

This PR updates to 17.11 packages and hardcodes System.Text.Json and
Microsoft.IO.Redist for CG.
This PR removes the external YAML steps to create nuget packages and
injects it into the solution build process if its on the CI.
* Move UnixPortSupplierInterop NuGet Sign

* Remove UnixPortSupplier NuGet from SSHDebugPS

* Also need version file for insertion
This PR fixes the issue where packages are not being published and
copies it to a specific folder before uploading
@WardenGnaw WardenGnaw merged commit 5513e19 into release-cpptools Sep 20, 2024
36 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants