Skip to content

Commit

Permalink
Additional Probe Option
Browse files Browse the repository at this point in the history
  • Loading branch information
DGolebiewsk committed Feb 8, 2023
1 parent b2b5828 commit 2f538a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/cmGlobalIarGenerator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,10 @@ void cmGlobalIarGenerator::Project::CreateDebuggerFile()
{
cspyData->NewOption("OCDynDriverList")->NewState("IJET_ID");
}
else if (GLOBALCFG.dbgProbeSelection == "Simulator")
{
cspyData->NewOption("OCDynDriverList")->NewState("ARMSIM_ID");
}
else
{
// I-Jet is the default probe.
Expand Down

0 comments on commit 2f538a8

Please sign in to comment.