diff options
Diffstat (limited to 'include/lldb/Target/FileAction.h')
-rw-r--r-- | include/lldb/Target/FileAction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Target/FileAction.h b/include/lldb/Target/FileAction.h index db84c0ef468c..228a9e6098c1 100644 --- a/include/lldb/Target/FileAction.h +++ b/include/lldb/Target/FileAction.h @@ -56,6 +56,9 @@ class FileAction const char *GetPath() const; + void + Dump (Stream &stream) const; + protected: Action m_action; // The action for this file int m_fd; // An existing file descriptor |