FileSpec was changed a while back and currently if we make call like: FileSpec tmp("/tmp", false);
will result in a m_filename that contains "." and a m_directory that contains "/tmp". Is this expected? If so we should to change: void FileSpec::AppendPathComponent (const char *new_path); to not make the path be "/tmp/./<new_path>"... Greg _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev