|
@@ -5,7 +5,6 @@
|
|
|
#include <algorithm>
|
|
#include <algorithm>
|
|
|
#include <sstream>
|
|
#include <sstream>
|
|
|
#include "common/break_points.h"
|
|
#include "common/break_points.h"
|
|
|
-#include "common/logging/log.h"
|
|
|
|
|
|
|
|
|
|
bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const {
|
|
bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const {
|
|
|
auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; };
|
|
auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; };
|