llvm-project/lldb/source
Pavel Labath aec4593ad9 Args: replace isprint8 usage with isprint
It looks like we introduced isprint8 way back in r169417 to be used on
getopt's short_options, which we sometimes set to values which are out
of range for normal chars to indicate options with no short form.

However, this is not how the function is used in the Args class, where
we explicitly process a string character by character.

This removes the last external dependency from the Args class.

llvm-svn: 329682
2018-04-10 10:07:22 +00:00
..
API Move Args::StringTo*** functions to a new OptionArgParser class 2018-04-10 09:03:59 +00:00
Breakpoint Re-add change for https://reviews.llvm.org/D42582 with added directories. 2018-03-12 21:17:04 +00:00
Commands Move Args::StringTo*** functions to a new OptionArgParser class 2018-04-10 09:03:59 +00:00
Core [Core] Grab-bag of improvements for Scalar. 2018-04-02 16:50:54 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression Move the codebase to use: DWARFCompileUnit -> DWARFUnit 2018-03-18 20:11:02 +00:00
Host NativeThreadProtocol: delete dead code 2018-03-29 10:09:11 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Args: replace isprint8 usage with isprint 2018-04-10 10:07:22 +00:00
Plugins Move Args::StringTo*** functions to a new OptionArgParser class 2018-04-10 09:03:59 +00:00
Symbol Support template template parameters 2018-04-02 16:18:32 +00:00
Target Move Args::StringTo*** functions to a new OptionArgParser class 2018-04-10 09:03:59 +00:00
Utility Move StringExtractorGDBRemote.h to the include folder 2018-03-20 16:14:00 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00