aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBFileSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBFileSpec.h')
-rw-r--r--include/lldb/API/SBFileSpec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBFileSpec.h b/include/lldb/API/SBFileSpec.h
index d6f38f5b2d74..2f9d6bab89f3 100644
--- a/include/lldb/API/SBFileSpec.h
+++ b/include/lldb/API/SBFileSpec.h
@@ -60,6 +60,9 @@ public:
bool
GetDescription (lldb::SBStream &description) const;
+ void
+ AppendPathComponent (const char *file_or_directory);
+
private:
friend class SBAttachInfo;
friend class SBBlock;