diff options
Diffstat (limited to 'lldb/examples/functions/main.cpp')
-rw-r--r-- | lldb/examples/functions/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/examples/functions/main.cpp b/lldb/examples/functions/main.cpp index cf33f37479e..07fb206f8b1 100644 --- a/lldb/examples/functions/main.cpp +++ b/lldb/examples/functions/main.cpp @@ -29,7 +29,6 @@ using namespace lldb; -//---------------------------------------------------------------------- // This quick sample code shows how to create a debugger instance and // create an executable target without adding dependent shared // libraries. It will then set a regular expression breakpoint to get @@ -47,7 +46,6 @@ using namespace lldb; // // $ DYLD_FRAMEWORK_PATH=/Volumes/data/lldb/tot/build/Debug ./a.out // executable_path1 [executable_path2 ...] -//---------------------------------------------------------------------- class LLDBSentry { public: LLDBSentry() { |