mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
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.