Corrected name conflict in DebugSession
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
namespace Bloom::DebugServers::Gdb
|
namespace Bloom::DebugServers::Gdb
|
||||||
{
|
{
|
||||||
using Bloom::Targets::TargetDescriptor;
|
|
||||||
|
|
||||||
DebugSession::DebugSession(const Connection& connection, const TargetDescriptor& targetDescriptor)
|
DebugSession::DebugSession(const Connection& connection, const TargetDescriptor& targetDescriptor)
|
||||||
: connection(connection)
|
: connection(connection)
|
||||||
, targetDescriptor(targetDescriptor)
|
, targetDescriptor(targetDescriptor)
|
||||||
|
|||||||
Reference in New Issue
Block a user