Add API to get the process plugin name & short name.

llvm-svn: 166799
This commit is contained in:
Jim Ingham
2012-10-26 19:18:04 +00:00
parent 197157613c
commit d7b30ef93c
3 changed files with 35 additions and 0 deletions

View File

@@ -55,6 +55,12 @@ public:
static const char *
GetBroadcasterClassName ();
const char *
GetPluginName ();
const char *
GetShortPluginName ();
void
Clear ();