llvm-project
35c664d7 - Move checking m_dummy_target to after raw-plus-option parsing. (#170888)

Commit
48 days ago
Move checking m_dummy_target to after raw-plus-option parsing. (#170888) CommandObjectBreakpointAddPattern is a raw command. I was adjusting the patch for changes to handle the dummy target changes done while the patch was in review, and I copied the lines to the beginning of the DoExecute, but in the case of raw commands, you have to do the option parsing by hand, and this was before the parsing was done so the state wasn't determined yet.
Author
Parents
Loading