Fix broadcasters for interpreter and process:
authorIlia K <ki.stfu@gmail.com>
Tue, 17 Mar 2015 16:54:52 +0000 (16:54 +0000)
committerIlia K <ki.stfu@gmail.com>
Tue, 17 Mar 2015 16:54:52 +0000 (16:54 +0000)
commit8a00a562c5c93516ea2e1b45e7b37313a13ae0e5
treeef0dc6bc2a84fddf3842abd2bc60d416335767ce
parentd58230b9dcb3b312a2da8f874daa0cc8dc27da9b
Fix broadcasters for interpreter and process:

# Fix CommandInterpreter.Broadcaster name (it should be the same as CommandInterpreter::GetStaticBroadcasterClass())
# Prevent the same error in Process.Broadcaster
# Fix SBCommandInterpreter::GetBroadcasterClass (it should call CommandInterpreter::GetStaticBroadcasterClass(), was Communication::GetStaticBroadcasterClass())

llvm-svn: 232500
lldb/source/API/SBCommandInterpreter.cpp
lldb/source/Interpreter/CommandInterpreter.cpp
lldb/source/Target/Process.cpp