1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Bug 335648: Differentiate between hw breakpoint and watchpoint

This commit is contained in:
Marc Khouzam 2011-02-15 14:34:30 +00:00
parent 55ba7fa2f4
commit 878d101d18
2 changed files with 0 additions and 2 deletions

View file

@ -104,7 +104,6 @@ public class MIBreakpoint {
}
public void setHardware(boolean hd) {
isWpt = hd;
isHdw = hd;
}

View file

@ -301,7 +301,6 @@ public class MIBreakpoint {
}
public void setHardware(boolean b) {
isWpt = b;
isHdw = b;
}