debugger: refactor breakpoint handling

Use BreakpointData objects for communicaition instead of random
collection of some of their attributes.
This commit is contained in:
hjk
2010-05-12 16:48:04 +02:00
parent 88e4917b2e
commit d8318a9502
8 changed files with 96 additions and 107 deletions

View File

@@ -29,6 +29,7 @@
#include "breakwindow.h"
#include "breakhandler.h"
#include "debuggeractions.h"
#include "debuggermanager.h"
#include "stackhandler.h"