summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h')
-rw-r--r--lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h b/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
index 80c4a63e0a8..4aa158eb6e8 100644
--- a/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
+++ b/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
@@ -33,14 +33,11 @@ public:
static void
Terminate ();
- static const char *
- GetPluginNameStatic();
-
- static const char *
- GetShortPluginNameStatic(bool is_host);
+ static lldb_private::ConstString
+ GetPluginNameStatic (bool is_host);
static const char *
- GetDescriptionStatic(bool is_host);
+ GetDescriptionStatic (bool is_host);
//------------------------------------------------------------
// Class Methods
@@ -53,16 +50,10 @@ public:
//------------------------------------------------------------
// lldb_private::PluginInterface functions
//------------------------------------------------------------
- virtual const char *
+ virtual lldb_private::ConstString
GetPluginName()
{
- return GetPluginNameStatic();
- }
-
- virtual const char *
- GetShortPluginName()
- {
- return GetShortPluginNameStatic (IsHost());
+ return GetPluginNameStatic (IsHost());
}
virtual uint32_t
OpenPOWER on IntegriCloud