aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-10-08 22:41:53 +0000
committerGreg Clayton <gclayton@apple.com>2012-10-08 22:41:53 +0000
commit3a18e319450a1fd9031f9879a2c3894d17338b95 (patch)
tree7ff118da3d533e819cefa0f115200dfca9a8f600 /lldb/source/Commands/CommandObjectCommands.cpp
parentae23ed336b1ffc496b2fdd537e05bc91273dca4d (diff)
downloadllvm-3a18e319450a1fd9031f9879a2c3894d17338b95.zip
llvm-3a18e319450a1fd9031f9879a2c3894d17338b95.tar.gz
llvm-3a18e319450a1fd9031f9879a2c3894d17338b95.tar.bz2
Added a new "module" log channel which covers module creation, deletion, and common module list actions.
Also added a new option for "log enable" which is "--stack" which will print out a stack backtrace for each log line. This was used to track down the leaking module issue I fixed last week. llvm-svn: 165438
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectCommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp
index 64f80a0..364c6f5 100644
--- a/lldb/source/Commands/CommandObjectCommands.cpp
+++ b/lldb/source/Commands/CommandObjectCommands.cpp
@@ -1186,7 +1186,7 @@ public:
}
virtual bool
- IsRemovable ()
+ IsRemovable () const
{
return true;
}