diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/UnwindAssemblyProfiler-x86.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/UnwindAssemblyProfiler-x86.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lldb/source/Plugins/Process/Utility/UnwindAssemblyProfiler-x86.cpp b/lldb/source/Plugins/Process/Utility/UnwindAssemblyProfiler-x86.cpp index 8f0f7d47578..83255e282ac 100644 --- a/lldb/source/Plugins/Process/Utility/UnwindAssemblyProfiler-x86.cpp +++ b/lldb/source/Plugins/Process/Utility/UnwindAssemblyProfiler-x86.cpp @@ -880,25 +880,6 @@ UnwindAssemblyProfiler_x86::GetPluginVersion() } void -UnwindAssemblyProfiler_x86::GetPluginCommandHelp (const char *command, Stream *strm) -{ -} - -Error -UnwindAssemblyProfiler_x86::ExecutePluginCommand (Args &command, Stream *strm) -{ - Error error; - error.SetErrorString("No plug-in command are currently supported."); - return error; -} - -Log * -UnwindAssemblyProfiler_x86::EnablePluginLogging (Stream *strm, Args &command) -{ - return NULL; -} - -void UnwindAssemblyProfiler_x86::Initialize() { PluginManager::RegisterPlugin (GetPluginNameStatic(), |