Wire up enough of the pieces that we can connect ddms or jdb.

(And die with an UNIMPLEMENTED as soon as they connect, of course.)

Change-Id: I9abb25d581384361c215b3cd96b8278c751e79ea
diff --git a/src/debugger.h b/src/debugger.h
index 2c2ade7..fa870b1 100644
--- a/src/debugger.h
+++ b/src/debugger.h
@@ -65,11 +65,11 @@
 class Dbg {
 public:
   static bool ParseJdwpOptions(const std::string& options);
-  static bool DebuggerStartup();
-  static void DebuggerShutdown();
-
   static void SetJdwpAllowed(bool allowed);
 
+  static void StartJdwp();
+  static void StopJdwp();
+
   // Return the DebugInvokeReq for the current thread.
   static DebugInvokeReq* GetInvokeReq();