summaryrefslogtreecommitdiffstats
path: root/lldb/examples/lookup/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/examples/lookup/main.cpp')
-rw-r--r--lldb/examples/lookup/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/examples/lookup/main.cpp b/lldb/examples/lookup/main.cpp
index 55d0647269f..4c6daebaf1d 100644
--- a/lldb/examples/lookup/main.cpp
+++ b/lldb/examples/lookup/main.cpp
@@ -29,7 +29,6 @@
using namespace lldb;
-//----------------------------------------------------------------------
// This quick sample code shows how to create a debugger instance and
// create an "i386" executable target. Then we can lookup the executable
// module and resolve a file address into a section offset address,
@@ -45,7 +44,6 @@ using namespace lldb;
//
// $ DYLD_FRAMEWORK_PATH=/Volumes/data/lldb/svn/ToT/build/Debug ./a.out
// executable_path file_address
-//----------------------------------------------------------------------
class LLDBSentry {
public:
LLDBSentry() {
OpenPOWER on IntegriCloud