Bug 540850 - Permanent freeze relating to breakpoint update

Do not lock BreakpointManager in the call to enableTriggerPoints() - it
will try to acquire workspace lock while modifying markers, and this can
deadlock with other threads trying to access BreakpointManager while
holding the workspace lock.

Instead, lock on fTriggerPointDisabledList instance.

Change-Id: I03c9fba2d8ec84dad0f7f1a598cbe8a908c9d94a
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
1 file changed