Skip to content

Commit

Permalink
Updated VisualGDB project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Dec 11, 2019
1 parent 8d00612 commit 8393b09
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
3 changes: 1 addition & 2 deletions VisualGDB/Amiberry/Amiberry-Debug-dispmanx.vgdbsettings
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PathStyle>Unknown</PathStyle>
</CustomSourceDirectories>
<DeploymentHost>
<HostName>192.168.1.142</HostName>
<HostName>rpi4</HostName>
<Transport>SSH</Transport>
<UserName>pi</UserName>
</DeploymentHost>
Expand Down Expand Up @@ -56,7 +56,6 @@
<ProjectFile>Amiberry.vcxproj</ProjectFile>
<RemoteBuildEnvironment>
<Records />
<EnvironmentSetupFiles />
</RemoteBuildEnvironment>
<ParallelJobCount>1</ParallelJobCount>
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
Expand Down
2 changes: 1 addition & 1 deletion VisualGDB/Amiberry/Amiberry-Debug.vgdbsettings
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PathStyle>MinGWUnixSlash</PathStyle>
</CustomSourceDirectories>
<DeploymentHost>
<HostName>192.168.1.142</HostName>
<HostName>rpi4</HostName>
<Transport>SSH</Transport>
<UserName>pi</UserName>
</DeploymentHost>
Expand Down
7 changes: 6 additions & 1 deletion VisualGDB/Amiberry/Amiberry-Release-dispmanx.vgdbsettings
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PathStyle>MinGWUnixSlash</PathStyle>
</CustomSourceDirectories>
<DeploymentHost>
<HostName>192.168.1.142</HostName>
<HostName>rpi4</HostName>
<Transport>SSH</Transport>
<UserName>pi</UserName>
</DeploymentHost>
Expand Down Expand Up @@ -44,6 +44,7 @@
<MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds>
</Project>
<Build xsi:type="com.visualgdb.build.msbuild">
<BuildLogMode xsi:nil="true" />
<ToolchainID>
<ID>com.visualgdb.raspberry_pi</ID>
<Version>
Expand Down Expand Up @@ -135,11 +136,13 @@
<EnableAsyncExecutionMode>false</EnableAsyncExecutionMode>
<EnableNonStopMode>false</EnableNonStopMode>
<MaxBreakpointLimit>0</MaxBreakpointLimit>
<EnableVerboseMode>true</EnableVerboseMode>
</AdditionalGDBSettings>
<LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance">
<DebuggedProgram>$(TargetPath)</DebuggedProgram>
<GDBServerPort>2000</GDBServerPort>
<ProgramArguments />
<ArgumentEscapingMode>Auto</ArgumentEscapingMode>
</LaunchGDBSettings>
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
Expand All @@ -149,6 +152,8 @@
<DeploymentMode>Auto</DeploymentMode>
<LdLibraryPath />
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
<StripDebugSymbolsDuringDeployment>false</StripDebugSymbolsDuringDeployment>
<SuppressTTYCreation>false</SuppressTTYCreation>
<IndexDebugSymbols>false</IndexDebugSymbols>
</Debug>
</VisualGDBProjectSettings2>
7 changes: 6 additions & 1 deletion VisualGDB/Amiberry/Amiberry-Release.vgdbsettings
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PathStyle>MinGWUnixSlash</PathStyle>
</CustomSourceDirectories>
<DeploymentHost>
<HostName>192.168.1.142</HostName>
<HostName>rpi4</HostName>
<Transport>SSH</Transport>
<UserName>pi</UserName>
</DeploymentHost>
Expand Down Expand Up @@ -44,6 +44,7 @@
<MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds>
</Project>
<Build xsi:type="com.visualgdb.build.msbuild">
<BuildLogMode xsi:nil="true" />
<ToolchainID>
<ID>com.visualgdb.raspberry_pi</ID>
<Version>
Expand Down Expand Up @@ -135,11 +136,13 @@
<EnableAsyncExecutionMode>true</EnableAsyncExecutionMode>
<EnableNonStopMode>false</EnableNonStopMode>
<MaxBreakpointLimit>0</MaxBreakpointLimit>
<EnableVerboseMode>true</EnableVerboseMode>
</AdditionalGDBSettings>
<LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance">
<DebuggedProgram>$(TargetPath)</DebuggedProgram>
<GDBServerPort>2000</GDBServerPort>
<ProgramArguments />
<ArgumentEscapingMode>Auto</ArgumentEscapingMode>
</LaunchGDBSettings>
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
Expand All @@ -149,6 +152,8 @@
<DeploymentMode>Auto</DeploymentMode>
<LdLibraryPath>/usr/local/lib</LdLibraryPath>
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
<StripDebugSymbolsDuringDeployment>false</StripDebugSymbolsDuringDeployment>
<SuppressTTYCreation>false</SuppressTTYCreation>
<IndexDebugSymbols>false</IndexDebugSymbols>
</Debug>
</VisualGDBProjectSettings2>
8 changes: 8 additions & 0 deletions VisualGDB/Amiberry/Amiberry.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,30 @@
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
<ToolchainVersion>8.3.0/8.2.1/r1</ToolchainVersion>
<TargetName>$(ProjectName)-sdl2</TargetName>
<RemoteBuildHost>
</RemoteBuildHost>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-dispmanx|VisualGDB'">
<GNUConfigurationType>Debug</GNUConfigurationType>
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
<ToolchainVersion>8.3.0/8.2.1/r1</ToolchainVersion>
<TargetName>$(ProjectName)-sdl2</TargetName>
<RemoteBuildHost>
</RemoteBuildHost>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|VisualGDB'">
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
<ToolchainVersion>8.3.0/8.2.1/r1</ToolchainVersion>
<TargetName>$(ProjectName)-sdl2</TargetName>
<RemoteBuildHost>
</RemoteBuildHost>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-dispmanx|VisualGDB'">
<ToolchainID>com.visualgdb.raspberry_pi</ToolchainID>
<ToolchainVersion>8.3.0/8.2.1/r1</ToolchainVersion>
<TargetName>$(ProjectName)-sdl2</TargetName>
<RemoteBuildHost>
</RemoteBuildHost>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|VisualGDB'">
<ClCompile>
Expand Down

0 comments on commit 8393b09

Please sign in to comment.