On 25 October 2017 at 09:41, Greg Clayton via lldb-dev <lldb-dev at lists.llvm.org> wrote: > Are glob characters legal file characters on any systems? All unix systems accept '*' as file names. In fact, the only system I know of, where that is not a legal filename is windows.