aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Target/PathMappingList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/PathMappingList.h')
-rw-r--r--include/lldb/Target/PathMappingList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/lldb/Target/PathMappingList.h b/include/lldb/Target/PathMappingList.h
index 17185cb68495..1a486c4642dc 100644
--- a/include/lldb/Target/PathMappingList.h
+++ b/include/lldb/Target/PathMappingList.h
@@ -116,7 +116,9 @@ public:
bool
RemapPath (const char *path, std::string &new_path) const;
-
+ bool
+ ReverseRemapPath (const ConstString &path, ConstString &new_path) const;
+
//------------------------------------------------------------------
/// Finds a source file given a file spec using the path remappings.
///