Skip to content
Snippets Groups Projects
Commit ddfda9d7 authored by Greg Clayton's avatar Greg Clayton
Browse files

Allow the SBDebugger to construct itself with the default constructor so

objects can own one of these objects and assign a valid value at a later point.

llvm-svn: 111377
parent 8e92d9b6
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ public: ...@@ -28,6 +28,8 @@ public:
static SBDebugger static SBDebugger
Create(); Create();
SBDebugger();
~SBDebugger(); ~SBDebugger();
bool bool
...@@ -137,9 +139,6 @@ public: ...@@ -137,9 +139,6 @@ public:
private: private:
// Use the static function: SBDebugger::Create();
SBDebugger();
#ifndef SWIG #ifndef SWIG
friend class SBInputReader; friend class SBInputReader;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment