Define isprint8() wrapper around isprint() in order to avoid crashes on Linux
authorDaniel Malea <daniel.malea@intel.com>
Wed, 5 Dec 2012 20:24:57 +0000 (20:24 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Wed, 5 Dec 2012 20:24:57 +0000 (20:24 +0000)
commit90b0c84bcf83e234c447eb1d13a65918939b3c26
treea2209c5b434e1065c1e1868bf0f14f662ee51e61
parent0c6ec48d0b79932fd2156b5f07529f4589c4f544
Define isprint8() wrapper around isprint() in order to avoid crashes on Linux

llvm-svn: 169417
lldb/include/lldb/Interpreter/Options.h
lldb/source/Interpreter/Args.cpp
lldb/source/Interpreter/Options.cpp