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

MIEngine: New methods and framework update #1437

Merged

Conversation

intel-rganesh
Copy link
Contributor

This PR covers the following commits:

  • Add null condition check in DebuggedThread.GetThreadContext​
  • Add a method to get the process state of the last process​ and another method that sets the selected thread
  • Updating .net target framework to net472 for WindowsDebugLauncher​
  • Correct VSIX file so that plugin integration is performed for ALL users​
  • Option to execute MI Commands using CmdAsync alone without result-class

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

MI Commands are executed in a way that it always appends
some result-class alongside some other format in the ToString
override method. There should be an option to execute MI
Commands using CmdAsync alone.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
Correct VSIX file so IDE plugin integration is performed for ALL users.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
By default VS does not have .net framework 4.6.2 installed,
minimum we support is 4.7.2.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
Add GetProcessState for querying the status
of the debugger.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
In GetThreadContext do not proceed if the thread is null.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
@intel-rganesh intel-rganesh changed the title New methods and framework update MIEngine: New methods and framework update Jan 24, 2024
Use ArgumentOutOfRangeException instead of returning null
when the command does not begin with "-".

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com
@gregg-miskelly gregg-miskelly merged commit c43ed04 into microsoft:main Mar 6, 2024
6 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