| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PluginDebuggerGDB.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PluginDebuggerGDB.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PluginDebuggerGDB.cs
|
| index 2dbf6bbfabc4c9d270202018413cdd2aec6b8217..f4cebfe179bd270e6cd4bec86e72f39459e4cbc8 100644
|
| --- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PluginDebuggerGDB.cs
|
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/PluginDebuggerGDB.cs
|
| @@ -67,7 +67,7 @@ namespace NativeClientVSAddIn
|
| gdbPath_ = Path.Combine(
|
| properties.SDKRootDirectory,
|
| "toolchain",
|
| - properties.PlatformToolset,
|
| + string.Concat("win_x86_", properties.ToolchainName),
|
| @"bin\x86_64-nacl-gdb.exe");
|
|
|
| PluginFoundEvent += new EventHandler<PluginFoundEventArgs>(Attach);
|
|
|