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:
parent
55ba7fa2f4
commit
878d101d18
2 changed files with 0 additions and 2 deletions
|
@ -104,7 +104,6 @@ public class MIBreakpoint {
|
|||
}
|
||||
|
||||
public void setHardware(boolean hd) {
|
||||
isWpt = hd;
|
||||
isHdw = hd;
|
||||
}
|
||||
|
||||
|
|
|
@ -301,7 +301,6 @@ public class MIBreakpoint {
|
|||
}
|
||||
|
||||
public void setHardware(boolean b) {
|
||||
isWpt = b;
|
||||
isHdw = b;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue