diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-09-22 22:34:09 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-09-22 22:34:09 +0000 |
commit | de75346496ffac5b2f363512ee6da61bae0a5d8a (patch) | |
tree | b5cb3d73b6f913ad94ec245a58bd2a5007d664d8 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6cca67fc4aee87736a90ee3549d61e23fb3e3f9e (diff) | |
download | llvm-de75346496ffac5b2f363512ee6da61bae0a5d8a.zip llvm-de75346496ffac5b2f363512ee6da61bae0a5d8a.tar.gz llvm-de75346496ffac5b2f363512ee6da61bae0a5d8a.tar.bz2 |
Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges.
Add eArgTypeWatchpointID and eArgTypeWatchpointIDRange to the CommandArgumentType enums and
modify the signature of CommandObject::AddIDsArgumentData() from:
AddIDsArgumentData(CommandArgumentEntry &arg)
to:
AddIDsArgumentData(CommandArgumentEntry &arg, CommandArgumentType ID, CommandArgumentType IDRange)
to accommodate.
llvm-svn: 140346
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions