diff options
| author | Deepak Panickal <deepak@codeplay.com> | 2014-06-24 16:35:50 +0000 |
|---|---|---|
| committer | Deepak Panickal <deepak@codeplay.com> | 2014-06-24 16:35:50 +0000 |
| commit | 877569c2b867e5b6b118cfa21f602b2c84891066 (patch) | |
| tree | 48b4d144cae2a2e942d0631618ab40b05c0ecb1c /lldb/tools/lldb-mi/MICmdCmdFile.h | |
| parent | f93ef4e45029908df3eedc6d1a70d2911c179d7f (diff) | |
| download | bcm5719-llvm-877569c2b867e5b6b118cfa21f602b2c84891066.tar.gz bcm5719-llvm-877569c2b867e5b6b118cfa21f602b2c84891066.zip | |
Added support for new MI commands and bug fixes. More details in MIReadme.txt.
llvm-svn: 211607
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdFile.h')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdFile.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdFile.h b/lldb/tools/lldb-mi/MICmdCmdFile.h index ffcb6615ccf..0b200fdb8a6 100644 --- a/lldb/tools/lldb-mi/MICmdCmdFile.h +++ b/lldb/tools/lldb-mi/MICmdCmdFile.h @@ -47,7 +47,7 @@ class CMICmdCmdFileExecAndSymbols : public CMICmdBase { // Statics: public: - // Required by the CMICmdFactory when registering *this commmand + // Required by the CMICmdFactory when registering *this command static CMICmdBase * CreateSelf( void ); // Methods: @@ -60,9 +60,6 @@ public: virtual bool Execute( void ); virtual bool Acknowledge( void ); virtual bool ParseArgs( void ); - -// Overridden: -public: // From CMICmnBase /* dtor */ virtual ~CMICmdCmdFileExecAndSymbols( void ); @@ -70,4 +67,4 @@ public: private: const CMIUtilString m_constStrArgNameFile; const CMIUtilString m_constStrArgThreadGrp; // Not handled by *this command. Not specified in MI spec but Eclipse gives this option sometimes -};
\ No newline at end of file +}; |

