Removed the internal handling of the 'stop-on-shared-library-events' option - will be moved to the mi.
Try to set the deferred breakpoints only when:
- a shared library is loaded,
- the symbols of shared library are loaded.
|
CoreFileConfiguration supports shared libraries.
|
Added the 'getSharedLibraryPaths' and 'setSharedLibraryPaths' methods to the 'ICDISharedLibraryManager' interface.
|
Added the 'stop-on-solib-events' option.
Changed the initialization of the hared library search path.
Changed the messages of the thrown exceptions.
|
New class - SolibSearchPathBlock. Implements the UI control block to set the shared library search path.
|
New UI for the 'Debugger' page of launch configuration.
|
Regrouping the launch configuration constants.
|