Improve error handling for the lang objc tagged-pointer info. Rather than failing silently, report an error if we couldn't convert an argument to an address or resolve the class descriptor.
(lldb) lang objc tagged-pointer info 0xbb6404c47a587764 could not get class descriptor for 0xbb6404c47a587764 (lldb) lang objc tagged-pointer info n1 could not convert 'n1' to a valid address
I don't think success really works. Shouldn't the function only return true if none of the arg_strs failed?