forked from qt-creator/qt-creator
debugger: collect breakpoint related data in a single hash
This commit is contained in:
@@ -50,14 +50,6 @@ namespace Internal {
|
||||
const char *BreakpointData::throwFunction = "throw";
|
||||
const char *BreakpointData::catchFunction = "catch";
|
||||
|
||||
static quint64 nextBPId()
|
||||
{
|
||||
// Ok to be not thread-safe. The order does not matter and only the gui
|
||||
// produces authoritative ids.
|
||||
static quint64 i = 0;
|
||||
return ++i;
|
||||
}
|
||||
|
||||
BreakpointData::BreakpointData()
|
||||
{
|
||||
m_state = BreakpointNew;
|
||||
|
||||
Reference in New Issue
Block a user