summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2010-11-04 09:40:56 +0000
committerJason Molenda <jmolenda@apple.com>2010-11-04 09:40:56 +0000
commitfa19c3e7d677ed5130fafcc4dab52ef560237ade (patch)
treefa59a8f6e033063ad81fa39aa69379bac860e607 /lldb/source/Plugins/Process/Utility/UnwindLLDB.h
parent4b52007c35d28d321e1e1b1d6df09d9df5558788 (diff)
downloadbcm5719-llvm-fa19c3e7d677ed5130fafcc4dab52ef560237ade.tar.gz
bcm5719-llvm-fa19c3e7d677ed5130fafcc4dab52ef560237ade.zip
Built the native unwinder with all the warnings c++-4.2 could muster;
fixed them. Added DISALLOW_COPY_AND_ASSIGN to classes that should not be bitwise copied. Added default initializers for member variables that weren't being initialized in the ctor. Fixed a few shadowed local variable mistakes. llvm-svn: 118240
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/UnwindLLDB.h')
-rw-r--r--lldb/source/Plugins/Process/Utility/UnwindLLDB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
index f281269690d..128a4a7d20f 100644
--- a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
+++ b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
@@ -56,6 +56,7 @@ private:
lldb::RegisterContextSP reg_ctx; // These are all RegisterContextLLDB's
Cursor () : start_pc (LLDB_INVALID_ADDRESS), cfa (LLDB_INVALID_ADDRESS), sctx(), reg_ctx() { }
+ DISALLOW_COPY_AND_ASSIGN (Cursor);
};
typedef lldb::SharedPtr<Cursor>::Type CursorSP;
OpenPOWER on IntegriCloud