Skip to content

MIEngine: New methods and framework update#1437

Merged
gregg-miskelly merged 13 commits intomicrosoft:mainfrom
iyerrakesh:New-methods-and-framework-update
Mar 6, 2024
Merged

MIEngine: New methods and framework update#1437
gregg-miskelly merged 13 commits intomicrosoft:mainfrom
iyerrakesh:New-methods-and-framework-update

Conversation

@iyerrakesh
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
@iyerrakesh iyerrakesh 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
@iyerrakesh iyerrakesh force-pushed the New-methods-and-framework-update branch from b2104ba to 03c4040 Compare February 16, 2024 16:14
@gregg-miskelly gregg-miskelly merged commit c43ed04 into microsoft:main Mar 6, 2024
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