Second round of fixups for r280692
authorPavel Labath <labath@google.com>
Tue, 6 Sep 2016 11:08:02 +0000 (11:08 +0000)
committerPavel Labath <labath@google.com>
Tue, 6 Sep 2016 11:08:02 +0000 (11:08 +0000)
commitde970cfb0c1311ae34b11e36edc8569122ce04e9
tree4a1266a08e1315e2ee358bdbbbeee9aafedeaea5
parentee44a92df6964df623f8bddca96b3007c80ce613
Second round of fixups for r280692

Android targets don't have std::to_string and std::stoul. Use llvm::to_string and strtoul
instead.

llvm-svn: 280704
lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
lldb/source/Target/StopInfo.cpp