diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-07-23 09:04:56 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-07-23 09:04:56 +0000 |
| commit | 5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2 (patch) | |
| tree | de07814dc00d8fac5918d1fd83edf413731a4949 /lldb/tools/lldb-mi/MICmdCmdStack.h | |
| parent | ead6e0d4d0d571f9ec715ae81303d66b10d3102c (diff) | |
| download | bcm5719-llvm-5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2.tar.gz bcm5719-llvm-5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2.zip | |
[lldb-mi] Remove unwanted comment blocks.
Summary:
This removes Authors:, Gotchas:, Changes: and Copyright:.
It leaves a couple of Gotcha: blocks that were not empty.
Reviewers: abidh, ki.stfu, domipheus
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D11452
llvm-svn: 242996
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdStack.h')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdStack.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdStack.h b/lldb/tools/lldb-mi/MICmdCmdStack.h index 274415aaafc..2f1360c0edd 100644 --- a/lldb/tools/lldb-mi/MICmdCmdStack.h +++ b/lldb/tools/lldb-mi/MICmdCmdStack.h @@ -33,9 +33,6 @@ //++ ============================================================================ // Details: MI command class. MI commands derived from the command base class. // *this class implements MI command "stack-info-depth". -// Gotchas: None. -// Authors: Illya Rudkin 21/03/2014. -// Changes: None. //-- class CMICmdCmdStackInfoDepth : public CMICmdBase { @@ -96,9 +93,6 @@ class CMICmdCmdStackInfoFrame : public CMICmdBase //++ ============================================================================ // Details: MI command class. MI commands derived from the command base class. // *this class implements MI command "stack-list-frames". -// Gotchas: None. -// Authors: Illya Rudkin 21/03/2014. -// Changes: None. //-- class CMICmdCmdStackListFrames : public CMICmdBase { @@ -136,9 +130,6 @@ class CMICmdCmdStackListFrames : public CMICmdBase //++ ============================================================================ // Details: MI command class. MI commands derived from the command base class. // *this class implements MI command "stack-list-arguments". -// Gotchas: None. -// Authors: Illya Rudkin 24/03/2014. -// Changes: None. //-- class CMICmdCmdStackListArguments : public CMICmdBase { @@ -173,9 +164,6 @@ class CMICmdCmdStackListArguments : public CMICmdBase //++ ============================================================================ // Details: MI command class. MI commands derived from the command base class. // *this class implements MI command "stack-list-locals". -// Gotchas: None. -// Authors: Illya Rudkin 24/03/2014. -// Changes: None. //-- class CMICmdCmdStackListLocals : public CMICmdBase { |

