llvm-project/lldb/source
Jim Ingham 97e4f472c3 In FileSpec::Equal, short-cut GetNormalizedPath.
GetNormalizedPath seems to be slow, so it's worth
shortcutting it if possible.  This change does so
when the filenames and not equal and we can tell
GetNormalizedPath would not make them equal.

Also added a test for "." final component since that
was missing.

llvm-svn: 298876
2017-03-27 19:12:25 +00:00
..
API [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
Breakpoint Move StringList from Core -> Utility. 2017-03-21 18:25:04 +00:00
Commands Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Core Delete some more dead includes. 2017-03-22 23:33:16 +00:00
DataFormatters Remove some dead code from DumpValueObjectOptions::PointerDepth 2017-03-18 17:33:00 +00:00
Expression Expression: add missing linkage to RuntimeDyld component 2017-03-25 18:51:29 +00:00
Host [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
Initialization Enable ProcessPOSIXLog on NetBSD 2017-03-21 17:26:55 +00:00
Interpreter Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Plugins [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
Symbol Remove dead include from GoASTContext.cpp. 2017-03-22 19:24:17 +00:00
Target Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Utility In FileSpec::Equal, short-cut GetNormalizedPath. 2017-03-27 19:12:25 +00:00
CMakeLists.txt [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00