Community
Participate
Working Groups
Build Identifier: I20110310-1119 The method MIBreakpointsManager.adjustDebuggerPath(...) has been added to fix DSF bug 232415. This DSF bug reports that mingw-gdb has problems accepting windows style paths while inserting breakpoints, hence the method truncates the path to only filename. This has the downside of not being able to resolve duplicate filenames. Our gdb is able to accept windows style paths, hence it should be possible to override this method in a subclass of MIBreakpointsManager and make it a noop. Reproducible: Always
Created attachment 194702 [details] Patch to allow sub-service of MIBreakpointsManager to override adjustDebuggerPath
Do you need this for this release? We are past API freeze, so I would prefer to wait until the next release. Is that ok for you?
Sure, we already have added the same patch in our copy of CDT, so this can wait.
(In reply to comment #3) > Sure, we already have added the same patch in our copy of CDT, so this can > wait. Thanks. You'll probably have to remind me to get back to this once we have the branch for the next release.