Browse Source

Merge 91774d3b6c into 3f3ae2a5d4

pull/746/merge
Márcio Fábio Althmann 6 years ago committed by GitHub
parent
commit
a9e72e4ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AddIns/Debugger/Debugger.Core/Interop/CorDebugExtensionMethods.generated.cs

2
src/AddIns/Debugger/Debugger.Core/Interop/CorDebugExtensionMethods.generated.cs

@ -170,7 +170,7 @@ namespace Debugger.Interop.CorDebug @@ -170,7 +170,7 @@ namespace Debugger.Interop.CorDebug
uint lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags)
{
ICorDebugProcess ppProcess;
instance.__CreateProcess(lpApplicationName, lpCommandLine, ref lpProcessAttributes, ref lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment, lpCurrentDirectory, lpStartupInfo, lpProcessInformation,
instance.__CreateProcess(lpApplicationName, lpApplicationName + lpCommandLine, ref lpProcessAttributes, ref lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment, lpCurrentDirectory, lpStartupInfo, lpProcessInformation,
debuggingFlags, out ppProcess);
ProcessOutParameter(lpProcessAttributes);
ProcessOutParameter(lpThreadAttributes);

Loading…
Cancel
Save