-
Notifications
You must be signed in to change notification settings - Fork 219
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 [email protected] * 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 [email protected] * MIEngine: Fix code review comments Clear initialization log as before. Signed-off-by: intel-rganesh [email protected] --------- Signed-off-by: intel-rganesh [email protected]
…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 [email protected]
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 <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.