llvm-project/lldb/source
Pavel Labath e7306b105e Remove custom path manipulation functions from FileSpec
Summary:
now that llvm supports host-agnostic path manipulation functions (and
most of their kinks have been ironed out), we can remove our copies of
the path parsing functions in favour of the llvm ones.

This should be NFC except for the slight difference in handling of the
"//" path, which is now normalized to "/" (this only applies to the
literal "//" path; "//net" and friends still get to keep the two
slashes).

Reviewers: zturner, clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D46687

llvm-svn: 332088
2018-05-11 11:55:34 +00:00
..
API Convert all RunShellCommand functions to use the Timeout class 2018-05-10 10:46:03 +00:00
Breakpoint Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Commands Convert all RunShellCommand functions to use the Timeout class 2018-05-10 10:46:03 +00:00
Core Add support to object files for accessing the .debug_types section 2018-05-08 17:19:24 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression DWARFExpression: Convert file addresses to load addresses early on. 2018-05-03 23:32:47 +00:00
Host Fix one more RunShellcommand occurence in mac code 2018-05-10 12:02:24 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Fix the .experimental. settings feature so that we don't return an error 2018-05-01 22:49:01 +00:00
Plugins Retrieve the deployment target when retrieving an object file's triple. 2018-05-11 00:41:20 +00:00
Symbol Add support to object files for accessing the .debug_types section 2018-05-08 17:19:24 +00:00
Target Convert all RunShellCommand functions to use the Timeout class 2018-05-10 10:46:03 +00:00
Utility Remove custom path manipulation functions from FileSpec 2018-05-11 11:55:34 +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