Report an error for line number values that don't convert to integers during argument
authorJim Ingham <jingham@apple.com>
Mon, 16 Mar 2015 22:47:38 +0000 (22:47 +0000)
committerJim Ingham <jingham@apple.com>
Mon, 16 Mar 2015 22:47:38 +0000 (22:47 +0000)
commit6312991cdb8b1e9cfe393f4fda4f661a649b0af6
tree72a103462540fcee9b13947a6a186963f4bb7e97
parent588ec02f19ab726141b8202a443a75e668a802da
Report an error for line number values that don't convert to integers during argument
parsing so that we can give a more accurate error message.

<rdar://problem/20145563>

llvm-svn: 232433
lldb/source/Commands/CommandObjectBreakpoint.cpp