// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
-#include "common.h"
+#include "manageddebugger.h"
#include <mutex>
-#include <memory>
#include <unordered_set>
#include <fstream>
-#include "manageddebugger.h"
-
Breakpoints::ManagedBreakpoint::ManagedBreakpoint() :
id(0), modAddress(0), methodToken(0), ilOffset(0), linenum(0), breakpoint(nullptr), enabled(true), times(0)
// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
-#include "common.h"
-
-#include <sstream>
-#include <mutex>
-#include <condition_variable>
-#include <memory>
-#include <unordered_map>
-#include <unordered_set>
+#include "manageddebugger.h"
+
#include <vector>
#include <list>
-#include <iomanip>
#include "cputil.h"
-
-#include "manageddebugger.h"
#include "typeprinter.h"
#include "valueprint.h"
// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
-#include "common.h"
+#include "modules.h"
#include <string>
#include <vector>
#include <list>
#include <unordered_set>
-#include "cputil.h"
#include "typeprinter.h"
#include "platform.h"
#include "symbolreader.h"
-#include "modules.h"
+#include "cputil.h"
+
static const char *g_nonUserCode = "System.Diagnostics.DebuggerNonUserCodeAttribute..ctor";
static const char *g_stepThrough = "System.Diagnostics.DebuggerStepThroughAttribute..ctor";
// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
-#include "common.h"
+#include "manageddebugger.h"
#include <sstream>
#include <mutex>
-#include <condition_variable>
#include <memory>
-#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <list>
-#include <iomanip>
-#include <utility>
#include "cputil.h"
#include "typeprinter.h"
#include "valueprint.h"
-#include "manageddebugger.h"
void Evaluator::NotifyEvalComplete(ICorDebugThread *pThread, ICorDebugEval *pEval)
// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
-#include "common.h"
+#include "manageddebugger.h"
-#include <sstream>
-#include <mutex>
-#include <condition_variable>
-#include <memory>
-#include <unordered_map>
#include <unordered_set>
#include <vector>
-#include <list>
-#include <iomanip>
-#include "manageddebugger.h"
#include "typeprinter.h"
#include "valueprint.h"
#include "frames.h"