Small tweaks to port number extract in GDB RSP debug server.

Also included port and address configuration in template config file
This commit is contained in:
Nav
2021-04-10 21:56:25 +01:00
parent 77ada4a7e6
commit 138b45f8bd
3 changed files with 12 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ namespace Bloom::DebugServers::Gdb
* This will be pulled from the user's project configuration, if set. Otherwise it will default to whatever is
* set here.
*/
std::uint16_t listeningPortNumber = 1055;
std::uint16_t listeningPortNumber = 1442;
/**
* The address for the GDB server to listen on.