Removed Targets::TargetDescriptor reference from GDB target descriptor - was unnecessary
This commit is contained in:
@@ -12,9 +12,9 @@ namespace Bloom::DebugServers::Gdb
|
|||||||
{
|
{
|
||||||
struct TargetDescriptor
|
struct TargetDescriptor
|
||||||
{
|
{
|
||||||
const Bloom::Targets::TargetDescriptor& targetDescriptor;
|
Targets::TargetDescriptor targetDescriptor;
|
||||||
|
|
||||||
explicit TargetDescriptor(const Bloom::Targets::TargetDescriptor& targetDescriptor)
|
explicit TargetDescriptor(const Targets::TargetDescriptor& targetDescriptor)
|
||||||
: targetDescriptor(targetDescriptor)
|
: targetDescriptor(targetDescriptor)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user