You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by vi...@apache.org on 2022/04/11 21:05:55 UTC

[netbeans] branch cnd updated (b108f579f1 -> 9bdac2b8ed)

This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a change to branch cnd
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from b108f579f1 Merge pull request #3711 from vieiro/feature/cnd-3.2.2
     new 01d3e7fd43 [cnd] cnd.debugger.common2 and cnd.debugger.gdb2
     new 14eaf44e43 debugger.common2 licenseinfo.xml and TEST_DATA as comment type
     new e1838b1207 #3947: Makes cygwin's gdb work on Windows
     new 9bdac2b8ed Merge pull request #3909 from vieiro/feature/cnd.debugger.common2-cnd.debugger.gdb2

The 6770 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {contrib => cnd}/cnd.debugger.common2/build.xml    |   5 +-
 .../external/GdbKillProc-1.exe-license.txt         | 221 +++++++++++++++++++++
 .../cnd.debugger.common2/external/binaries-list    |   5 +-
 cnd/cnd.debugger.common2/licenseinfo.xml           | 168 ++++++++++++++++
 {contrib => cnd}/cnd.debugger.common2/manifest.mf  |   0
 .../nbproject/project.properties                   |   0
 .../cnd.debugger.common2/nbproject/project.xml     |  28 +--
 ....netbeans.spi.viewmodel.AsynchronousModelFilter |   0
 ...org.netbeans.spi.viewmodel.CheckNodeModelFilter |   0
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 ...etbeans.spi.viewmodel.NodeActionsProviderFilter |   0
 .../org.netbeans.spi.viewmodel.NodeModelFilter     |   0
 .../org.netbeans.spi.viewmodel.TableModelFilter    |   0
 .../org.netbeans.spi.viewmodel.TreeExpansionModel  |   0
 .../org.netbeans.spi.viewmodel.TreeModelFilter     |   0
 .../org.netbeans.spi.debugger.ui.BreakpointType    |   0
 .../modules/cnd/debugger/common2/APIAccessor.java  |   0
 .../modules/cnd/debugger/common2/Bundle.properties |   0
 .../cnd/debugger/common2/DbgActionHandler.java     |   0
 .../debugger/common2/DbgActionHandlerFactory.java  |   0
 .../debugger/common2/DbgAttachActionHandler.java   |   0
 .../common2/DbgAttachActionHandlerFactory.java     |   0
 .../modules/cnd/debugger/common2/DbgGuiModule.java |   0
 .../common2/NativeDebuggerManagerAccessor.java     |   0
 .../cnd/debugger/common2/ProcessListAccessor.java  |   0
 .../common2/capture/AbstractExternalStart.java     |   0
 .../cnd/debugger/common2/capture/Bundle.properties |   0
 .../cnd/debugger/common2/capture/CaptureInfo.java  |   0
 .../common2/capture/CaptureListenAction.java       |   0
 .../cnd/debugger/common2/capture/CapturePanel.java |   0
 .../cnd/debugger/common2/capture/Catalog.java      |   0
 .../debugger/common2/capture/ExternalStart.java    |   0
 .../common2/capture/ExternalStartManager.java      |   0
 .../common2/capture/ExternalStartProvider.java     |   0
 .../modules/cnd/debugger/common2/capture/Log.java  |   0
 .../common2/debugger/AbstractColumnModel.java      |   0
 .../debugger/common2/debugger/ActionEnabler.java   |   0
 .../cnd/debugger/common2/debugger/Address.java     |   0
 .../cnd/debugger/common2/debugger/Autos.java       |  33 ++-
 .../debugger/common2/debugger/Bundle.properties    |   0
 .../cnd/debugger/common2/debugger/Catalog.java     |   0
 .../cnd/debugger/common2/debugger/Constants.java   |   0
 .../common2/debugger/DebuggerAnnotation.java       |   0
 .../common2/debugger/DebuggerSettings.java         |   0
 .../common2/debugger/DebuggerSettingsBridge.java   |   0
 .../debugger/common2/debugger/DialogManager.java   |   0
 .../debugger/common2/debugger/EditorBridge.java    |   0
 .../common2/debugger/EditorContextBridge.java      |   0
 .../cnd/debugger/common2/debugger/Error.java       |   0
 .../debugger/common2/debugger/EvalAnnotation.java  |   0
 .../common2/debugger/EvaluationWindow.java         |   0
 .../cnd/debugger/common2/debugger/Frame.java       |   0
 .../cnd/debugger/common2/debugger/LocalModel.java  |   0
 .../cnd/debugger/common2/debugger/Location.java    |   0
 .../modules/cnd/debugger/common2/debugger/Log.java |   0
 .../debugger/common2/debugger/MacroSupport.java    |  45 ++---
 .../common2/debugger/ModelChangeDelegator.java     |   0
 .../common2/debugger/ModelListenerSupport.java     |   0
 .../debugger/common2/debugger/NativeDebugger.java  |   0
 .../common2/debugger/NativeDebuggerImpl.java       |   0
 .../common2/debugger/NativeDebuggerInfo.java       |   0
 .../common2/debugger/NativeDebuggerManager.java    |   0
 .../common2/debugger/NativeEngineProvider.java     |   0
 .../debugger/NativePinWatchValueProvider.java      |   0
 .../debugger/common2/debugger/NativeSession.java   |   0
 .../common2/debugger/NativeSessionProvider.java    |   0
 .../cnd/debugger/common2/debugger/NativeWatch.java |   0
 .../debugger/common2/debugger/ProgressManager.java |   0
 .../debugger/common2/debugger/RoutingToken.java    |   0
 .../common2/debugger/SessionColumnModels.java      |   0
 .../debugger/common2/debugger/SessionFilter.java   |   0
 .../debugger/common2/debugger/SignalDialog.java    |   0
 .../common2/debugger/StackColumnModels.java        |   0
 .../cnd/debugger/common2/debugger/StackModel.java  |   0
 .../cnd/debugger/common2/debugger/State.java       |   0
 .../debugger/common2/debugger/StateListener.java   |   0
 .../cnd/debugger/common2/debugger/Thread.java      |   0
 .../common2/debugger/ThreadColumnModels.java       |   0
 .../cnd/debugger/common2/debugger/ThreadModel.java |   0
 .../cnd/debugger/common2/debugger/ToolTipView.java |   0
 .../debugger/common2/debugger/VarContinuation.java |   0
 .../cnd/debugger/common2/debugger/Variable.java    |   0
 .../common2/debugger/VariableColumnModels.java     |   0
 .../debugger/common2/debugger/VariableModel.java   |   0
 .../common2/debugger/VariablesViewButtons.java     |   0
 .../cnd/debugger/common2/debugger/WatchBag.java    |   0
 .../cnd/debugger/common2/debugger/WatchModel.java  |   0
 .../debugger/common2/debugger/WatchVariable.java   |   0
 .../debugger/common2/debugger/WatchXMLCodec.java   |   0
 .../debugger/common2/debugger/WatchXMLReader.java  |   0
 .../debugger/common2/debugger/WatchXMLWriter.java  |   0
 .../debugger/common2/debugger/WatchesXMLCodec.java |   0
 .../common2/debugger/actions/AddWatchAction.java   |   0
 .../actions/AttachOutputActionProvider.java        |   0
 .../common2/debugger/actions/AttachPanel.java      |   0
 .../debugger/actions/AttachPanelProvider.java      |   0
 .../common2/debugger/actions/Bundle.properties     |   0
 .../debugger/common2/debugger/actions/Catalog.java |   0
 .../debugger/actions/CompileDebugAction.java       |   0
 .../debugger/actions/ConsoleWindowAction.java      |   0
 .../debugger/actions/ContinueActionProvider.java   |   0
 .../common2/debugger/actions/ContinueAtAction.java |   0
 .../common2/debugger/actions/DebugCoreAction.java  |   0
 .../debugger/actions/DebugCoreNodeAction.java      |   0
 .../common2/debugger/actions/DebugCorePanel.java   |   0
 .../debugger/actions/DebuggerLogAction.java        |   0
 .../common2/debugger/actions/DetachAction.java     |   0
 .../debugger/actions/DisassemblerWindowAction.java |   0
 .../debugger/actions/EditHostListAction.java       |   0
 .../debugger/actions/EditMaxFramePanel.java        |   0
 .../debugger/actions/EditMaxObjectPanel.java       |   0
 .../common2/debugger/actions/EditWatchPanel.java   |   0
 .../common2/debugger/actions/EvaluateAction.java   |   0
 .../debugger/actions/EvaluationWindowAction.java   |   0
 .../debugger/actions/FixActionProvider.java        |   0
 .../common2/debugger/actions/GoToSourceAction.java |   0
 .../debugger/actions/KillActionProvider.java       |   0
 .../cnd/debugger/common2/debugger/actions/Log.java |   0
 .../actions/MakeCalleeCurrentActionProvider.java   |   0
 .../actions/MakeCallerCurrentActionProvider.java   |   0
 .../common2/debugger/actions/MaxFrameAction.java   |   0
 .../common2/debugger/actions/MaxObjectAction.java  |   0
 .../debugger/actions/MemoryWindowAction.java       |   0
 .../debugger/actions/NativeActionsProvider.java    |   0
 .../debugger/actions/NewBreakpointAction.java      |   0
 .../debugger/actions/PauseActionProvider.java      |   0
 .../common2/debugger/actions/PioWindowAction.java  |   0
 .../actions/PopLastDebuggerCallAction.java         |   0
 .../debugger/actions/PopToCurrentFrameAction.java  |   0
 .../actions/PopTopmostCallActionProvider.java      |   0
 .../common2/debugger/actions/ProjectSupport.java   |   0
 .../debugger/actions/RegistersWindowAction.java    |   0
 .../common2/debugger/actions/RerunAction.java      |   0
 .../actions/RunIntoMethodActionProvider.java       |   0
 .../actions/RunToCursorActionProvider.java         |   0
 .../debugger/actions/RunToCursorInstAction.java    |   0
 .../debugger/actions/RunToFunctionAction.java      |   0
 .../actions/ShowCurrentDisStatementAction.java     |   0
 .../common2/debugger/actions/StepInstAction.java   |   0
 .../debugger/actions/StepIntoActionProvider.java   |   0
 .../debugger/actions/StepOutActionProvider.java    |   0
 .../debugger/actions/StepOutInstAction.java        |   0
 .../debugger/actions/StepOverActionProvider.java   |   0
 .../debugger/actions/StepOverInstAction.java       |   0
 .../debugger/actions/TerminateProcessAction.java   |   0
 .../actions/ToggleBreakpointActionProvider.java    |   0
 .../common2/debugger/api/EngineCapability.java     |   0
 .../common2/debugger/api/EngineDescriptor.java     |   0
 .../debugger/common2/debugger/api/EngineType.java  |   0
 .../common2/debugger/api/EngineTypeManager.java    |   0
 .../common2/debugger/assembly/BreakpointModel.java |   0
 .../common2/debugger/assembly/Bundle.properties    |   0
 .../common2/debugger/assembly/Catalog.java         |   0
 .../common2/debugger/assembly/Controller.java      |   0
 .../common2/debugger/assembly/DisFragModel.java    |   0
 .../common2/debugger/assembly/DisInfoPanel.java    |   0
 .../debugger/assembly/DisProgressPanel.form        |   0
 .../debugger/assembly/DisProgressPanel.java        |   0
 .../common2/debugger/assembly/DisView.java         |   0
 .../debugger/assembly/DisassemblerWindow.java      |   0
 .../common2/debugger/assembly/Disassembly.java     |   0
 .../debugger/assembly/DisassemblyUtils.java        |   0
 .../common2/debugger/assembly/FormatOption.java    |   0
 .../debugger/common2/debugger/assembly/Log.java    |   0
 .../common2/debugger/assembly/MemoryWindow.java    |   0
 .../common2/debugger/assembly/RegistersWindow.java |   0
 .../common2/debugger/assembly/StateModel.java      |   0
 ...DisassemblyFileEncodingQueryImplementation.java |   0
 .../debugger/breakpoints/BreakpointBag.java        |   0
 .../breakpoints/BreakpointColumnModels.java        |   0
 .../debugger/breakpoints/BreakpointFilter.java     |   0
 .../debugger/breakpoints/BreakpointManager.java    |   0
 .../debugger/breakpoints/BreakpointPanel.java      |   0
 .../debugger/breakpoints/BreakpointProvider.java   |   0
 .../breakpoints/BreakpointTreeExpansionModel.java  |   0
 .../debugger/breakpoints/BreakpointXMLCodec.java   |   0
 .../debugger/breakpoints/BreakpointXMLReader.java  |   0
 .../debugger/breakpoints/BreakpointXMLWriter.java  |   0
 .../debugger/breakpoints/BreakpointsXMLCodec.java  |   0
 .../common2/debugger/breakpoints/Bundle.properties |   0
 .../common2/debugger/breakpoints/Catalog.java      |   0
 .../common2/debugger/breakpoints/Context.java      |   0
 .../debugger/breakpoints/ControllerProvider.java   |   0
 .../debugger/breakpoints/EditBreakpointPanel.java  |   0
 .../debugger/common2/debugger/breakpoints/Gen.java |   0
 .../common2/debugger/breakpoints/Handler.java      |   0
 .../debugger/breakpoints/HandlerCommand.java       |   0
 .../debugger/breakpoints/HandlerExpert.java        |   0
 .../debugger/common2/debugger/breakpoints/Log.java |   0
 .../debugger/breakpoints/NativeBreakpoint.java     |   0
 .../breakpoints/NativeBreakpointBeanInfo.java      |   0
 .../breakpoints/NativeBreakpointCustomizer.java    |   0
 .../debugger/breakpoints/NativeBreakpointType.java |   0
 .../NativeBreakpointsActivationProvider.java       |   0
 .../breakpoints/SubBreakpointsXMLCodec.java        |   0
 .../common2/debugger/breakpoints/SystemInfo.java   |   0
 .../breakpoints/props/AccessBAProperty.java        |   0
 .../debugger/breakpoints/props/ActionProperty.java |   0
 .../breakpoints/props/ContextProperty.java         |   0
 .../breakpoints/props/CountLimitProperty.java      |   0
 .../breakpoints/props/DebuggerEventProperty.java   |   0
 .../breakpoints/props/DlEventProperty.java         |   0
 .../breakpoints/props/ExceptionSpecProperty.java   |   0
 .../props/FunctionSubEventProperty.java            |   0
 .../breakpoints/props/ProcessEventProperty.java    |   0
 .../breakpoints/props/SysCallEEProperty.java       |   0
 .../debugger/breakpoints/types/Bundle.properties   |   0
 .../debugger/breakpoints/types/Catalog.java        |   0
 .../breakpoints/types/ExceptionBreakpoint.java     |   0
 .../types/ExceptionBreakpointPanel.java            |   0
 .../breakpoints/types/ExceptionBreakpointType.java |   0
 .../breakpoints/types/FallbackBreakpoint.java      |   0
 .../breakpoints/types/FallbackBreakpointPanel.java |   0
 .../breakpoints/types/FallbackBreakpointType.java  |   0
 .../breakpoints/types/FunctionBreakpoint.java      |   0
 .../breakpoints/types/FunctionBreakpointPanel.java |   0
 .../breakpoints/types/FunctionBreakpointType.java  |   0
 .../breakpoints/types/InstructionBreakpoint.java   |   0
 .../types/InstructionBreakpointPanel.java          |   0
 .../types/InstructionBreakpointType.java           |   0
 .../debugger/breakpoints/types/LineBreakpoint.java |   0
 .../breakpoints/types/LineBreakpointPanel.java     |   0
 .../breakpoints/types/LineBreakpointType.java      |   0
 .../breakpoints/types/SysCallBreakpoint.java       |   0
 .../breakpoints/types/SysCallBreakpointPanel.java  |   0
 .../breakpoints/types/SysCallBreakpointType.java   |   0
 .../breakpoints/types/VariableBreakpoint.java      |   0
 .../breakpoints/types/VariableBreakpointPanel.java |   0
 .../breakpoints/types/VariableBreakpointType.java  |   0
 .../debugging/DebuggingNodeActionsProvider.java    |   0
 .../debugger/debugging/DebuggingNodeModel.java     |   0
 .../debugger/debugging/DebuggingViewModel.java     |   0
 .../debugger/debugging/NativeDVSupportImpl.java    |   0
 .../common2/debugger/debugtarget/Catalog.java      |   0
 .../common2/debugger/debugtarget/DebugTarget.java  |   0
 .../debugger/debugtarget/DebugTargetList.java      |   0
 .../debugger/debugtarget/DebugTargetXMLCodec.java  |   0
 .../debugger/debugtarget/DebugTargetsXMLCodec.java |   0
 .../debugtarget/DebugTargetsXMLReader.java         |   0
 .../debugtarget/DebugTargetsXMLWriter.java         |   0
 .../NativeDebuggerAuxObjectFactory.java            |   0
 .../debugger/common2/debugger/io/Bundle.properties |   0
 .../cnd/debugger/common2/debugger/io/Catalog.java  |   0
 .../common2/debugger/io/ConsoleTopComponent.form   |   0
 .../common2/debugger/io/ConsoleTopComponent.java   |   0
 .../debugger/io/DebuggerExternalTerminal.java      |   0
 .../common2/debugger/io/ExternalTerminalPack.java  |   0
 .../cnd/debugger/common2/debugger/io/IOPack.java   |   0
 .../cnd/debugger/common2/debugger/io/IOProxy.java  |   0
 .../common2/debugger/io/InternalTerminalPack.java  |   0
 .../common2/debugger/io/NewTermComponent.java      |   0
 .../debugger/common2/debugger/io/OutputPack.java   |   0
 .../cnd/debugger/common2/debugger/io/PioPack.java  |   0
 .../common2/debugger/io/PioTopComponent.form       |   0
 .../common2/debugger/io/PioTopComponent.java       |   0
 .../common2/debugger/io/TermComponent.java         |   0
 .../common2/debugger/io/TermComponentFactory.java  |   0
 .../common2/debugger/options/Bundle.properties     |   0
 .../debugger/common2/debugger/options/Catalog.java |   0
 .../common2/debugger/options/DbgProfile.java       |   0
 .../debugger/options/DbgProfileNodeProvider.java   |   0
 .../debugger/options/DbgProfileXMLCodec.java       |   0
 .../common2/debugger/options/DebuggerOption.java   |   0
 .../common2/debugger/options/EngineNodeProp.java   |   0
 .../common2/debugger/options/EngineProfile.java    |   0
 .../debugger/options/EngineProfileProvider.java    |   0
 .../debugger/options/EngineProfileXMLCodec.java    |   0
 .../common2/debugger/options/Exceptions.java       |   0
 .../debugger/options/ExceptionsNodeProp.java       |   0
 .../common2/debugger/options/ExceptionsPanel.java  |   0
 .../debugger/options/GlobalAdvancedOption.java     |   0
 .../common2/debugger/options/GlobalOptionSet.java  |   0
 .../debugger/options/GlobalOptionsPanel.java       |   0
 .../debugger/options/GlobalOptionsSubPanel.java    |   0
 .../debugger/common2/debugger/options/Pathmap.java |   0
 .../common2/debugger/options/PathmapNodeProp.java  |   0
 .../common2/debugger/options/PathmapPanel.java     |   0
 .../common2/debugger/options/ProfileCategory.java  |   0
 .../common2/debugger/options/ProfileOptionSet.java |   0
 .../common2/debugger/options/ProfileSupport.java   |   0
 .../common2/debugger/options/SignalTableModel.java |   0
 .../debugger/common2/debugger/options/Signals.java |   0
 .../common2/debugger/options/SignalsNodeProp.java  |   0
 .../common2/debugger/options/SignalsPanel.java     |   0
 .../options/ToolsPanelGlobalCustomizerImpl.java    |   0
 .../debugger/processlist/api/ProcessInfo.java      |   0
 .../processlist/api/ProcessInfoDescriptor.java     |   0
 .../debugger/processlist/api/ProcessList.java      |   0
 .../common2/debugger/remote/Bundle.properties      |   0
 .../debugger/common2/debugger/remote/Catalog.java  |   0
 .../common2/debugger/remote/CndRemote.java         |   0
 .../common2/debugger/remote/CustomizableHost.java  |   0
 .../debugger/remote/CustomizableHostList.java      |   0
 .../debugger/common2/debugger/remote/ExecHost.java |   0
 .../cnd/debugger/common2/debugger/remote/Host.java |   0
 .../common2/debugger/remote/HostListEditor.java    |   0
 .../common2/debugger/remote/HostListXMLCodec.java  |   0
 .../common2/debugger/remote/HostListXMLReader.java |   0
 .../common2/debugger/remote/HostListXMLWriter.java |   0
 .../common2/debugger/remote/HostOption.java        |   0
 .../common2/debugger/remote/HostOptionSet.java     |   0
 .../common2/debugger/remote/HostPanel.java         |   0
 .../cnd/debugger/common2/debugger/remote/Log.java  |   0
 .../debugger/common2/debugger/remote/Platform.java |   0
 .../common2/debugger/remote/SecuritySettings.java  |   0
 .../common2/debugger/spi/AttachPanelFactory.java   |   0
 .../debugger/spi/DebuggerToolRecognizer.java       |   0
 .../debugger/spi/EngineCapabilityProvider.java     |   0
 .../common2/debugger/spi/UserAttachAction.java     |   0
 .../common2/debugger/spi/UserDebugCoreAction.java  |   0
 .../modules/cnd/debugger/common2/icons/Bpt.gif     | Bin
 .../modules/cnd/debugger/common2/icons/Bpt.png     | Bin
 .../cnd/debugger/common2/icons/Bpt_broken.gif      | Bin
 .../cnd/debugger/common2/icons/Bpt_broken.png      | Bin
 .../cnd/debugger/common2/icons/Bpt_broken_dis.gif  | Bin
 .../cnd/debugger/common2/icons/Bpt_broken_dis.png  | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx.gif        | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx.png        | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx_broken.gif | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx_broken.png | Bin
 .../debugger/common2/icons/Bpt_cmpx_broken_dis.gif | Bin
 .../debugger/common2/icons/Bpt_cmpx_broken_dis.png | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx_dis.gif    | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx_dis.png    | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx_hit.gif    | Bin
 .../cnd/debugger/common2/icons/Bpt_cmpx_hit.png    | Bin
 .../debugger/common2/icons/Bpt_cmpx_hit_broken.gif | Bin
 .../debugger/common2/icons/Bpt_cmpx_hit_broken.png | Bin
 .../common2/icons/Bpt_cmpx_hit_broken_dis.gif      | Bin
 .../common2/icons/Bpt_cmpx_hit_broken_dis.png      | Bin
 .../debugger/common2/icons/Bpt_cmpx_hit_dis.gif    | Bin
 .../debugger/common2/icons/Bpt_cmpx_hit_dis.png    | Bin
 .../modules/cnd/debugger/common2/icons/Bpt_dis.gif | Bin
 .../modules/cnd/debugger/common2/icons/Bpt_dis.png | Bin
 .../modules/cnd/debugger/common2/icons/Bpt_hit.gif | Bin
 .../modules/cnd/debugger/common2/icons/Bpt_hit.png | Bin
 .../cnd/debugger/common2/icons/Bpt_hit_broken.gif  | Bin
 .../cnd/debugger/common2/icons/Bpt_hit_broken.png  | Bin
 .../debugger/common2/icons/Bpt_hit_broken_dis.gif  | Bin
 .../debugger/common2/icons/Bpt_hit_broken_dis.png  | Bin
 .../cnd/debugger/common2/icons/Bpt_hit_dis.gif     | Bin
 .../cnd/debugger/common2/icons/Bpt_hit_dis.png     | Bin
 .../cnd/debugger/common2/icons/Bpt_mult.gif        | Bin
 .../cnd/debugger/common2/icons/Bpt_mult.png        | Bin
 .../cnd/debugger/common2/icons/Bpt_mult_broken.gif | Bin
 .../cnd/debugger/common2/icons/Bpt_mult_broken.png | Bin
 .../debugger/common2/icons/Bpt_mult_broken_dis.gif | Bin
 .../debugger/common2/icons/Bpt_mult_broken_dis.png | Bin
 .../cnd/debugger/common2/icons/Bpt_mult_dis.gif    | Bin
 .../cnd/debugger/common2/icons/Bpt_mult_dis.png    | Bin
 .../cnd/debugger/common2/icons/Bpt_mult_hit.gif    | Bin
 .../cnd/debugger/common2/icons/Bpt_mult_hit.png    | Bin
 .../debugger/common2/icons/Bpt_mult_hit_broken.gif | Bin
 .../debugger/common2/icons/Bpt_mult_hit_broken.png | Bin
 .../common2/icons/Bpt_mult_hit_broken_dis.gif      | Bin
 .../common2/icons/Bpt_mult_hit_broken_dis.png      | Bin
 .../debugger/common2/icons/Bpt_mult_hit_dis.gif    | Bin
 .../debugger/common2/icons/Bpt_mult_hit_dis.png    | Bin
 .../cnd/debugger/common2/icons/Bpt_nonline.gif     | Bin
 .../cnd/debugger/common2/icons/Bpt_nonline.png     | Bin
 .../cnd/debugger/common2/icons/Bpt_nonline_dis.gif | Bin
 .../cnd/debugger/common2/icons/Bpt_nonline_dis.png | Bin
 .../debugger/common2/icons/BrokenBreakpoint.gif    | Bin
 .../cnd/debugger/common2/icons/Pointing_arrow.gif  | Bin
 .../cnd/debugger/common2/icons/Pointing_arrow.png  | Bin
 .../modules/cnd/debugger/common2/icons/Save.png    | Bin
 .../modules/cnd/debugger/common2/icons/autos.png   | Bin
 .../cnd/debugger/common2/icons/configure.png       | Bin
 .../cnd/debugger/common2/icons/configure24.png     | Bin
 .../debugger/common2/icons/continue-at-line.png    | Bin
 .../debugger/common2/icons/continue-at-line24.png  | Bin
 .../cnd/debugger/common2/icons/debug_core_file.png | Bin
 .../debugger/common2/icons/debug_core_file24.png   | Bin
 .../debugger/common2/icons/debug_core_file_1.png   | Bin
 .../debugger/common2/icons/debug_executable.png    | Bin
 .../debugger/common2/icons/debug_executable24.png  | Bin
 .../debugger/common2/icons/debug_most_recent.png   | Bin
 .../debugger/common2/icons/debug_most_recent24.png | Bin
 .../debugger/common2/icons/debugger_console.png    | Bin
 .../cnd/debugger/common2/icons/debugger_log.png    | Bin 0 -> 6492 bytes
 .../debugger/common2/icons/detach_from_process.png | Bin
 .../common2/icons/detach_from_process24.png        | Bin
 .../cnd/debugger/common2/icons/disassambler.png    | Bin
 .../modules/cnd/debugger/common2/icons/empty.gif   | Bin
 .../debugger/common2/icons/evaluate_expression.png | Bin
 .../common2/icons/evaluate_expression24.png        | Bin
 .../modules/cnd/debugger/common2/icons/extras.gif  | Bin
 .../modules/cnd/debugger/common2/icons/field.gif   | Bin
 .../cnd/debugger/common2/icons/field_pointer.gif   | Bin
 .../cnd/debugger/common2/icons/field_static.gif    | Bin
 .../common2/icons/field_static_pointer.gif         | Bin
 .../cnd/debugger/common2/icons/list-toggle16.png   | Bin
 .../cnd/debugger/common2/icons/list-toggle24.png   | Bin
 .../modules/cnd/debugger/common2/icons/local.gif   | Bin
 .../cnd/debugger/common2/icons/local_pointer.gif   | Bin
 .../cnd/debugger/common2/icons/local_static.gif    | Bin
 .../common2/icons/local_static_pointer.gif         | Bin
 .../cnd/debugger/common2/icons/memory_browser.png  | Bin
 .../modules/cnd/debugger/common2/icons/pop2cur.gif | Bin
 .../common2/icons/pop_last_debugger_call.gif       | Bin
 .../common2/icons/pop_last_debugger_call24.gif     | Bin
 .../modules/cnd/debugger/common2/icons/popcall.gif | Bin
 .../cnd/debugger/common2/icons/process_io.png      | Bin
 .../modules/cnd/debugger/common2/icons/refresh.png | Bin
 .../cnd/debugger/common2/icons/refresh24.png       | Bin
 .../cnd/debugger/common2/icons/refresh_1.png       | Bin
 .../cnd/debugger/common2/icons/registers.png       | Bin
 .../modules/cnd/debugger/common2/icons/restart.png | Bin
 .../cnd/debugger/common2/icons/restart24.png       | Bin
 .../modules/cnd/debugger/common2/icons/run.png     | Bin
 .../modules/cnd/debugger/common2/icons/run24.png   | Bin
 .../common2/icons/run_to_cursor_instruction.png    | Bin
 .../common2/icons/run_to_cursor_instruction24.png  | Bin
 .../common2/icons/run_to_last_function.png         | Bin
 .../common2/icons/run_to_last_function24.png       | Bin
 .../debugger/common2/icons/runtime_checking.png    | Bin
 .../common2/icons/signal_handler_frame.gif         | Bin
 .../common2/icons/step_into_instruction.png        | Bin
 .../common2/icons/step_into_instruction24.png      | Bin
 .../common2/icons/step_out_instruction.png         | Bin
 .../common2/icons/step_out_instruction24.png       | Bin
 .../common2/icons/step_over_instruction.png        | Bin
 .../common2/icons/step_over_instruction24.png      | Bin
 .../debugger/common2/icons/step_to_function.png    | Bin
 .../debugger/common2/icons/step_to_function24.png  | Bin
 .../debugger/common2/icons/terminate_process.png   | Bin
 .../debugger/common2/icons/terminate_process24.png | Bin
 .../modules/cnd/debugger/common2/icons/thread.png  | Bin
 .../cnd/debugger/common2/icons/thread_current.png  | Bin
 .../debugger/common2/icons/thread_current_hit.png  | Bin
 .../cnd/debugger/common2/icons/thread_hit.png      | Bin
 .../cnd/debugger/common2/icons/tree-toggle16.png   | Bin
 .../cnd/debugger/common2/icons/tree-toggle24.png   | Bin
 .../cnd/debugger/common2/icons/treeview.png        | Bin
 .../cnd/debugger/common2/icons/user_call_frame.gif | Bin
 .../cnd/debugger/common2/icons/waitNode.gif        | Bin
 .../cnd/debugger/common2/icons/watch_type1.gif     | Bin
 .../debugger/common2/icons/watch_type1_pointer.gif | Bin
 .../cnd/debugger/common2/icons/watch_type2.gif     | Bin
 .../debugger/common2/icons/watch_type2_pointer.gif | Bin
 .../common2/resources/annotations/Dbx_Bpt.xml      |   0
 .../resources/annotations/Dbx_Bpt_broken.xml       |   0
 .../resources/annotations/Dbx_Bpt_broken_dis.xml   |   0
 .../common2/resources/annotations/Dbx_Bpt_cmpx.xml |   0
 .../resources/annotations/Dbx_Bpt_cmpx_broken.xml  |   0
 .../annotations/Dbx_Bpt_cmpx_broken_dis.xml        |   0
 .../resources/annotations/Dbx_Bpt_cmpx_dis.xml     |   0
 .../resources/annotations/Dbx_Bpt_cmpx_hit.xml     |   0
 .../annotations/Dbx_Bpt_cmpx_hit_broken.xml        |   0
 .../annotations/Dbx_Bpt_cmpx_hit_broken_dis.xml    |   0
 .../resources/annotations/Dbx_Bpt_cmpx_hit_dis.xml |   0
 .../resources/annotations/Dbx_Bpt_compound.xml     |   0
 .../resources/annotations/Dbx_Bpt_compound_hit.xml |   0
 .../common2/resources/annotations/Dbx_Bpt_dis.xml  |   0
 .../resources/annotations/Dbx_Bpt_diverse.xml      |   0
 .../common2/resources/annotations/Dbx_Bpt_hit.xml  |   0
 .../resources/annotations/Dbx_Bpt_hit_broken.xml   |   0
 .../annotations/Dbx_Bpt_hit_broken_dis.xml         |   0
 .../resources/annotations/Dbx_Bpt_hit_dis.xml      |   0
 .../resources/annotations/Dbx_Bpt_multi.xml        |   0
 .../resources/annotations/Dbx_Bpt_multi_broken.xml |   0
 .../annotations/Dbx_Bpt_multi_broken_dis.xml       |   0
 .../resources/annotations/Dbx_Bpt_multi_cmpx.xml   |   0
 .../annotations/Dbx_Bpt_multi_cmpx_broken.xml      |   0
 .../annotations/Dbx_Bpt_multi_cmpx_broken_dis.xml  |   0
 .../annotations/Dbx_Bpt_multi_cmpx_dis.xml         |   0
 .../resources/annotations/Dbx_Bpt_multi_dis.xml    |   0
 .../common2/resources/annotations/Dbx_PC.xml       |   0
 .../cnd/debugger/common2/resources/blank.gif       | Bin
 .../components/ConsoleTopComponentSettings.xml     |   0
 .../components/DisassemblerWindow.settings         |   0
 .../resources/components/EvaluationWindow.settings |   0
 .../resources/components/MemoryWindow.settings     |   0
 .../components/PioTopComponentSettings.xml         |   0
 .../resources/components/RegistersWindow.settings  |   0
 .../common2/resources/debugconfiguration-1_0.dtd   |   0
 .../common2/resources/debugoptions-1_0.dtd         |   0
 .../debugger/common2/resources/filesystems.wstcref |   0
 .../cnd/debugger/common2/resources/general.gif     | Bin
 .../groups/debugger/DisassemblerWindow.wstcgrp     |   0
 .../groups/debugger/EvaluationWindow.wstcgrp       |   0
 .../resources/groups/debugger/MemoryWindow.wstcgrp |   0
 .../groups/debugger/RegistersWindow.wstcgrp        |   0
 .../cnd/debugger/common2/resources/helpctx.xml     |   0
 .../cnd/debugger/common2/resources/layer.xml       |   0
 .../common2/resources/modes/breakpoints.wsmode     |   0
 .../modes/debugger/EvaluationWindow.wstcref        |   0
 .../resources/modes/debugger/MemoryWindow.wstcref  |   0
 .../modes/debugger/RegistersWindow.wstcref         |   0
 .../modes/editor/DisassemblerWindow.wstcref        |   0
 .../modes/output/ConsoleTopComponentWstcref.xml    |   0
 .../modes/output/PioTopComponentWstcref.xml        |   0
 .../resources/modes/output/callstack.wstcref       |   0
 .../common2/resources/modes/output/locals.wstcref  |   0
 .../resources/modes/output/navigatorTC.wstcref     |   0
 .../resources/modes/output/sessions.wstcref        |   0
 .../common2/resources/modes/output/threads.wstcref |   0
 .../common2/resources/modes/output/watches.wstcref |   0
 .../cnd/debugger/common2/ui/AttachPanelImpl.java   |   0
 .../common2/ui/AttachPanelImplFactory.java         |   0
 .../cnd/debugger/common2/ui/Bundle.properties      |   0
 .../modules/cnd/debugger/common2/ui/Catalog.java   |   0
 .../common2/ui/ExecutableProjectPanel.java         |   0
 .../processlist/AttachToProcessPanelFactory.java   |   0
 .../processlist/AttachToProcessTopComponent.form   |   0
 .../processlist/AttachToProcessTopComponent.java   |   0
 .../common2/ui/processlist/Bundle.properties       |   0
 .../debugger/common2/ui/processlist/Catalog.java   |   0
 .../common2/ui/processlist/LoadingNode.java        |   0
 .../common2/ui/processlist/ProcessFilter.java      |   0
 .../common2/ui/processlist/ProcessInfoPanel.form   |   0
 .../common2/ui/processlist/ProcessInfoPanel.java   |   0
 .../common2/ui/processlist/ProcessListPanel.form   |   0
 .../common2/ui/processlist/ProcessListPanel.java   |   0
 .../ui/processlist/ProcessListTreeModel.java       |   0
 .../common2/ui/processlist/ProcessNode.java        |   0
 .../ui/processlist/ProcessPanelCustomizer.java     |   0
 .../common2/ui/processlist/ProcessesRootNode.java  |   0
 .../cnd/debugger/common2/utils/Bundle.properties   |   0
 .../cnd/debugger/common2/utils/Catalog.java        |   0
 .../cnd/debugger/common2/utils/CorefileFilter.java |   0
 .../common2/utils/DebuggerErrorsTopComponent.form  |   0
 .../common2/utils/DebuggerErrorsTopComponent.java  |   0
 .../common2/utils/DebuggerLoggerSupport.java       |   0
 .../common2/utils/ExecutableFileFilter.java        |   0
 .../cnd/debugger/common2/utils/Executor.java       |   0
 .../cnd/debugger/common2/utils/ExecutorCND.java    |   6 +
 .../cnd/debugger/common2/utils/FileMapper.java     |   0
 .../debugger/common2/utils/FlyweightAction.java    |   0
 .../common2/utils/FlyweightBooleanStateAction.java |   0
 .../cnd/debugger/common2/utils/InfoPanel.java      |   0
 .../cnd/debugger/common2/utils/IpeUtils.java       |   0
 .../debugger/common2/utils/ItemSelectorDialog.java |   0
 .../debugger/common2/utils/ItemSelectorResult.java |   0
 .../cnd/debugger/common2/utils/LastLocation.java   |   0
 .../cnd/debugger/common2/utils/ListMap.java        |   0
 .../cnd/debugger/common2/utils/ListMapItem.java    |   0
 .../cnd/debugger/common2/utils/ListTableModel.java |   0
 .../modules/cnd/debugger/common2/utils/ListUI.java |   0
 .../modules/cnd/debugger/common2/utils/Log.java    |   0
 .../cnd/debugger/common2/utils/LogSupport.java     |   0
 .../debugger/common2/utils/MRUComboBoxModel.java   |   0
 .../common2/utils/NotifyingInputSteam.java         |   0
 .../cnd/debugger/common2/utils/PhasedProgress.java |   0
 .../debugger/common2/utils/ProcessListSupport.java |   0
 .../common2/utils/ProjectComboBoxSupport.java      |   0
 .../cnd/debugger/common2/utils/PsProvider.java     |   0
 .../cnd/debugger/common2/utils/StackHistory.java   |   0
 .../cnd/debugger/common2/utils/StopWatch.java      |   0
 .../cnd/debugger/common2/utils/UserdirFile.java    |   0
 .../modules/cnd/debugger/common2/utils/comment.gif | Bin
 .../utils/masterdetail/AbstractRecordList.java     |   0
 .../common2/utils/masterdetail/Bundle.properties   |   0
 .../common2/utils/masterdetail/Catalog.java        |   0
 .../common2/utils/masterdetail/DetailView.java     |   0
 .../common2/utils/masterdetail/DummyNode.java      |   0
 .../utils/masterdetail/DummyPropertySheet.java     |   0
 .../debugger/common2/utils/masterdetail/Log.java   |   0
 .../utils/masterdetail/MasterDetailView.java       |   0
 .../common2/utils/masterdetail/MasterView.java     |   0
 .../common2/utils/masterdetail/Record.java         |   0
 .../common2/utils/masterdetail/RecordEvent.java    |   0
 .../common2/utils/masterdetail/RecordList.java     |   0
 .../utils/masterdetail/RecordListEvent.java        |   0
 .../utils/masterdetail/RecordListListener.java     |   0
 .../common2/utils/masterdetail/RecordListener.java |   0
 .../common2/utils/masterdetail/Validator.java      |   0
 .../common2/utils/options/Bundle.properties        |   0
 .../debugger/common2/utils/options/Catalog.java    |   0
 .../common2/utils/options/CatalogDynamic.java      |   0
 .../common2/utils/options/CheckBoxOptionUI.java    |   0
 .../common2/utils/options/ComboBoxOptionUI.java    |   0
 .../common2/utils/options/DirectoryOptionUI.java   |   0
 .../cnd/debugger/common2/utils/options/Option.java |   0
 .../common2/utils/options/OptionClient.java        |   0
 .../utils/options/OptionCustomizerNode.java        |   0
 .../utils/options/OptionCustomizerPanel.java       |   0
 .../utils/options/OptionDirectoriesEditor.java     |   0
 .../utils/options/OptionDirectoryEditor.java       |   0
 .../common2/utils/options/OptionEnumEditor.java    |   0
 .../common2/utils/options/OptionLayers.java        |   0
 .../utils/options/OptionPropertySupport.java       |   0
 .../debugger/common2/utils/options/OptionSet.java  |   0
 .../common2/utils/options/OptionSetOwner.java      |   0
 .../common2/utils/options/OptionSetSupport.java    |   0
 .../common2/utils/options/OptionSetXMLCodec.java   |   0
 .../debugger/common2/utils/options/OptionUI.java   |   0
 .../common2/utils/options/OptionValue.java         |   0
 .../common2/utils/options/RadioButtonOptionUI.java |   0
 .../common2/utils/options/SubcategoryOptionUI.java |   0
 .../common2/utils/options/TextFieldOptionUI.java   |   0
 .../cnd/debugger/common2/utils/options/UISet.java  |   0
 .../debugger/common2/utils/options/Validity.java   |   0
 .../common2/utils/props/BooleanProperty.java       |   0
 .../debugger/common2/utils/props/EnumProperty.java |   0
 .../common2/utils/props/FloatProperty.java         |   0
 .../common2/utils/props/IntegerProperty.java       |   0
 .../cnd/debugger/common2/utils/props/Property.java |   0
 .../common2/utils/props/PropertyOwner.java         |   0
 .../common2/utils/props/PropertyOwnerSupport.java  |   0
 .../common2/utils/props/StringProperty.java        |   0
 .../modules/cnd/debugger/common2/values/AId.java   |   0
 .../cnd/debugger/common2/values/AccessBA.java      |   0
 .../debugger/common2/values/AccessBAEditor.java    |   0
 .../cnd/debugger/common2/values/Action.java        |   0
 .../cnd/debugger/common2/values/ActionEditor.java  |   0
 .../cnd/debugger/common2/values/AsyncEditor.java   |   0
 .../cnd/debugger/common2/values/Bundle.properties  |   0
 .../cnd/debugger/common2/values/Catalog.java       |   0
 .../cnd/debugger/common2/values/CountLimit.java    |   0
 .../debugger/common2/values/CountLimitEditor.java  |   0
 .../cnd/debugger/common2/values/DebuggerEvent.java |   0
 .../cnd/debugger/common2/values/DlEvent.java       |   0
 .../cnd/debugger/common2/values/EditUndo.java      |   0
 .../cnd/debugger/common2/values/EditUndoable.java  |   0
 .../common2/values/EnhancedAsyncEditor.java        |   0
 .../modules/cnd/debugger/common2/values/Enum.java  |   0
 .../cnd/debugger/common2/values/EnumEditor.java    |   0
 .../cnd/debugger/common2/values/ExceptionSpec.java |   0
 .../debugger/common2/values/FunctionSubEvent.java  |   0
 .../cnd/debugger/common2/values/LwpIdEditor.java   |   0
 .../cnd/debugger/common2/values/PidEditor.java     |   0
 .../cnd/debugger/common2/values/ProcessEvent.java  |   0
 .../cnd/debugger/common2/values/StringEditor.java  |   0
 .../cnd/debugger/common2/values/SysCallEE.java     |   0
 .../debugger/common2/values/ThreadIdEditor.java    |   0
 .../cnd/debugger/common2/values/VariableValue.java |   0
 .../common2/values/VariableValueEditor.java        |   0
 .../BreakpointsCodecTest/Breakpoints_new.xml       |  20 --
 .../BreakpointsCodecTest/Breakpoints_old.xml       |  20 --
 .../BreakpointsCodecTest/Breakpoints_saved.xml     |  20 --
 .../DebugTargetListTest/debugtargets_saved.xml     |   0
 .../DebugTargetListTest/debugtargets_v1.xml        |   0
 .../DebugTargetListTest/debugtargets_v2.xml        |   0
 ...dules.editor.settings.storage.spi.StorageFilter |   0
 .../org.netbeans.spi.debugger.ui.BreakpointType    |   0
 .../common2/debugger/EvalAnnotationTest.java       |   0
 .../debugger/breakpoints/BreakpointsCodecTest.java |   0
 .../debugger/debugtarget/DebugTargetListTest.java  |   0
 .../common2/debugger/test/CndBaseTestCase.java     |   0
 .../common2/debugger/test/CndCoreTestUtils.java    |   0
 .../cnd/debugger/common2/utils/PsProviderTest.java |   0
 .../cnd.debugger.common2/windows/GdbKillProc.c     |  20 +-
 .../cnd.debugger.common2/windows/Makefile          |   4 +-
 {contrib => cnd}/cnd.debugger.gdb2/build.xml       |   0
 {contrib => cnd}/cnd.debugger.gdb2/manifest.mf     |   0
 .../cnd.debugger.gdb2/nbproject/project.properties |   0
 .../cnd.debugger.gdb2/nbproject/project.xml        |   1 +
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 .../org.netbeans.spi.viewmodel.NodeActionsProvider |   0
 .../org.netbeans.spi.viewmodel.NodeModel           |   0
 .../org.netbeans.spi.viewmodel.TableModel          |   0
 .../org.netbeans.spi.viewmodel.TreeModel           |   0
 .../LocalsView/javax.swing.AbstractButton          |   0
 ....netbeans.spi.viewmodel.AsynchronousModelFilter |   0
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 .../org.netbeans.spi.viewmodel.NodeActionsProvider |   0
 .../org.netbeans.spi.viewmodel.NodeModelFilter     |   0
 .../org.netbeans.spi.viewmodel.TableModel          |   0
 .../org.netbeans.spi.viewmodel.TreeExpansionModel  |   0
 .../org.netbeans.spi.viewmodel.TreeModel           |   0
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 ...etbeans.spi.viewmodel.NodeActionsProviderFilter |   0
 .../org.netbeans.spi.viewmodel.NodeModelFilter     |   0
 .../org.netbeans.spi.viewmodel.TableModelFilter    |   0
 .../org.netbeans.spi.viewmodel.TreeModelFilter     |   0
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 .../org.netbeans.spi.viewmodel.NodeActionsProvider |   0
 .../org.netbeans.spi.viewmodel.NodeModel           |   0
 .../org.netbeans.spi.viewmodel.TableModel          |   0
 .../org.netbeans.spi.viewmodel.TreeModel           |   0
 .../ToolTipView/javax.swing.AbstractButton         |   0
 ....netbeans.spi.viewmodel.AsynchronousModelFilter |   0
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 .../org.netbeans.spi.viewmodel.NodeActionsProvider |   0
 .../org.netbeans.spi.viewmodel.NodeModelFilter     |   0
 .../org.netbeans.spi.viewmodel.TableModel          |   0
 .../org.netbeans.spi.viewmodel.TreeExpansionModel  |   0
 .../org.netbeans.spi.viewmodel.TreeModel           |   0
 ....netbeans.spi.viewmodel.AsynchronousModelFilter |   0
 .../org.netbeans.spi.viewmodel.ColumnModel         |   0
 .../org.netbeans.spi.viewmodel.NodeActionsProvider |   0
 .../org.netbeans.spi.viewmodel.NodeModelFilter     |   0
 .../org.netbeans.spi.viewmodel.TableModel          |   0
 .../org.netbeans.spi.viewmodel.TreeExpansionModel  |   0
 .../org.netbeans.spi.viewmodel.TreeModel           |   0
 ...es.cnd.debugger.common2.debugger.NativeDebugger |   0
 ...beans.modules.cnd.debugger.gdb2.GdbDebuggerImpl |   0
 .../org.netbeans.spi.debugger.ActionsProvider      |   0
 .../org.netbeans.spi.debugger.SessionProvider      |   0
 ...les.cnd.debugger.common2.debugger.NativeSession |   0
 ...rg.netbeans.spi.debugger.DebuggerEngineProvider |   0
 .../modules/cnd/debugger/gdb2/Bundle.properties    |   0
 .../modules/cnd/debugger/gdb2/Catalog.java         |   0
 .../gdb2/DebuggerToolRecognizerGdbImpl.java        |   0
 .../netbeans/modules/cnd/debugger/gdb2/Gdb.java    |   0
 .../gdb2/GdbBreakpointsActivationProvider.java     |   0
 .../modules/cnd/debugger/gdb2/GdbDebuggerImpl.java |   4 +-
 .../modules/cnd/debugger/gdb2/GdbDebuggerInfo.java |   0
 .../cnd/debugger/gdb2/GdbDebuggerInfoAccessor.java |   0
 .../cnd/debugger/gdb2/GdbDebuggerSettings.java     |   0
 .../debugger/gdb2/GdbDebuggerSettingsBridge.java   |   0
 .../modules/cnd/debugger/gdb2/GdbDisassembly.java  |   0
 .../debugger/gdb2/GdbEngineCapabilityProvider.java |   0
 .../cnd/debugger/gdb2/GdbEngineProvider.java       |   0
 .../modules/cnd/debugger/gdb2/GdbError.java        |   0
 .../modules/cnd/debugger/gdb2/GdbFrame.java        |   0
 .../cnd/debugger/gdb2/GdbHandlerCommand.java       |   0
 .../cnd/debugger/gdb2/GdbHandlerExpert.java        |   1 +
 .../modules/cnd/debugger/gdb2/GdbLocal.java        |   0
 .../modules/cnd/debugger/gdb2/GdbLogger.java       |   0
 .../modules/cnd/debugger/gdb2/GdbMemoryFormat.java |   0
 .../debugger/gdb2/GdbPinWatchValueProvider.java    |   0
 .../cnd/debugger/gdb2/GdbSessionProvider.java      |   0
 .../modules/cnd/debugger/gdb2/GdbThread.java       |   0
 .../modules/cnd/debugger/gdb2/GdbUtils.java        |   0
 .../modules/cnd/debugger/gdb2/GdbVariable.java     |   0
 .../cnd/debugger/gdb2/GdbVersionPeculiarity.java   |   0
 .../modules/cnd/debugger/gdb2/GdbWatch.java        |   0
 .../modules/cnd/debugger/gdb2/KeyProcessing.java   |   0
 .../netbeans/modules/cnd/debugger/gdb2/Log.java    |   0
 .../netbeans/modules/cnd/debugger/gdb2/Tap.java    |   0
 .../modules/cnd/debugger/gdb2/ValuePresenter.java  |   0
 .../modules/cnd/debugger/gdb2/VariableBag.java     |   0
 .../cnd/debugger/gdb2/actions/Bundle.properties    |   0
 .../modules/cnd/debugger/gdb2/actions/Catalog.java |   0
 .../cnd/debugger/gdb2/actions/GdbAttachType.java   |   0
 .../gdb2/actions/GdbStartActionProvider.java       |   0
 .../debugger/gdb2/debugging/GdbDVSupportImpl.java  |   0
 .../debugging/GdbDebuggingNodeActionsProvider.java |   0
 .../gdb2/debugging/GdbDebuggingNodeModel.java      |   0
 .../gdb2/debugging/GdbDebuggingViewModel.java      |   0
 .../netbeans/modules/cnd/debugger/gdb2/mi/Log.java |   0
 .../modules/cnd/debugger/gdb2/mi/MICommand.java    |   0
 .../cnd/debugger/gdb2/mi/MICommandInjector.java    |   0
 .../cnd/debugger/gdb2/mi/MICommandManager.java     |   0
 .../modules/cnd/debugger/gdb2/mi/MIConst.java      |   0
 .../modules/cnd/debugger/gdb2/mi/MIParser.java     |   0
 .../modules/cnd/debugger/gdb2/mi/MIProxy.java      |   0
 .../modules/cnd/debugger/gdb2/mi/MIRecord.java     |   0
 .../modules/cnd/debugger/gdb2/mi/MIResult.java     |   0
 .../modules/cnd/debugger/gdb2/mi/MITList.java      |   0
 .../modules/cnd/debugger/gdb2/mi/MITListItem.java  |   0
 .../cnd/debugger/gdb2/mi/MIUserInteraction.java    |   0
 .../modules/cnd/debugger/gdb2/mi/MIValue.java      |   0
 .../modules/cnd/debugger/gdb2/mi/package.html      |   0
 .../cnd/debugger/gdb2/options/Bundle.properties    |   0
 .../gdb2/options/GdbDebuggerInfoFactory.java       |   0
 .../cnd/debugger/gdb2/options/GdbProfile.java      |   0
 .../debugger/gdb2/options/GdbProfileProvider.java  |   0
 .../debugger/gdb2/options/GdbProfileXMLCodec.java  |   0
 .../cnd/debugger/gdb2/resources/Bundle.properties  |   0
 .../modules/cnd/debugger/gdb2/resources/layer.xml  |   0
 .../modules/cnd/debugger/gdb2/GdbUnitTest.java     |   0
 .../cnd/debugger/gdb2/MemParserTestCase.java       |   0
 .../cnd/debugger/gdb2/PidParserTestCase.java       |   0
 .../cnd/debugger/gdb2/RedirectionPathTestCase.java |   0
 .../cnd/debugger/gdb2/mi/MIParserTestCase.java     |   0
 .../cnd/debugger/gdb2/mi/TestMICommand.java        |   0
 .../modules/cnd/debugger/gdb2/mi/TestMIRecord.java |   0
 .../gdb2/peculiarity/PeculiarityTestCase.java      |   0
 cnd/cnd.kit/nbproject/project.xml                  |  18 ++
 .../support/windows/SimpleConverter.java           |   8 +-
 .../nbbuild/extlibs/licenseinfo/CommentType.java   |   3 +-
 nbbuild/cluster.properties                         |   2 +
 765 files changed, 490 insertions(+), 142 deletions(-)
 rename {contrib => cnd}/cnd.debugger.common2/build.xml (85%)
 create mode 100644 cnd/cnd.debugger.common2/external/GdbKillProc-1.exe-license.txt
 copy contrib/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/actions/Bundle.properties => cnd/cnd.debugger.common2/external/binaries-list (93%)
 create mode 100644 cnd/cnd.debugger.common2/licenseinfo.xml
 rename {contrib => cnd}/cnd.debugger.common2/manifest.mf (100%)
 rename {contrib => cnd}/cnd.debugger.common2/nbproject/project.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/nbproject/project.xml (94%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.AsynchronousModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.CheckNodeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.NodeActionsProviderFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.NodeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.TableModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.TreeExpansionModel (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/BreakpointsView/org.netbeans.spi.viewmodel.TreeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/META-INF/debugger/org.netbeans.spi.debugger.ui.BreakpointType (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/APIAccessor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/DbgActionHandler.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/DbgActionHandlerFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/DbgAttachActionHandler.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/DbgAttachActionHandlerFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/DbgGuiModule.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/NativeDebuggerManagerAccessor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ProcessListAccessor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/AbstractExternalStart.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/CaptureInfo.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/CaptureListenAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/CapturePanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/ExternalStart.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/ExternalStartManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/ExternalStartProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/capture/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/AbstractColumnModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ActionEnabler.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Address.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Autos.java (61%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Constants.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/DebuggerAnnotation.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/DebuggerSettings.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/DebuggerSettingsBridge.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/DialogManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/EditorBridge.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/EditorContextBridge.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Error.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/EvalAnnotation.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/EvaluationWindow.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Frame.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/LocalModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Location.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/MacroSupport.java (64%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ModelChangeDelegator.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ModelListenerSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeDebugger.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeDebuggerImpl.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeDebuggerInfo.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeDebuggerManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeEngineProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativePinWatchValueProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeSession.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeSessionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/NativeWatch.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ProgressManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/RoutingToken.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/SessionColumnModels.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/SessionFilter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/SignalDialog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/StackColumnModels.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/StackModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/State.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/StateListener.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Thread.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ThreadColumnModels.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ThreadModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/ToolTipView.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/VarContinuation.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/Variable.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/VariableColumnModels.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/VariableModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/VariablesViewButtons.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchBag.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchVariable.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchXMLReader.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchXMLWriter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/WatchesXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/AddWatchAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/AttachOutputActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/AttachPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/AttachPanelProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/CompileDebugAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/ConsoleWindowAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/ContinueActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/ContinueAtAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/DebugCoreAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/DebugCoreNodeAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/DebugCorePanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/DebuggerLogAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/DetachAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/DisassemblerWindowAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/EditHostListAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/EditMaxFramePanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/EditMaxObjectPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/EditWatchPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/EvaluateAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/EvaluationWindowAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/FixActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/GoToSourceAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/KillActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/MakeCalleeCurrentActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/MakeCallerCurrentActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/MaxFrameAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/MaxObjectAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/MemoryWindowAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/NativeActionsProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/NewBreakpointAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/PauseActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/PioWindowAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/PopLastDebuggerCallAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/PopToCurrentFrameAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/PopTopmostCallActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/ProjectSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/RegistersWindowAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/RerunAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/RunIntoMethodActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/RunToCursorActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/RunToCursorInstAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/RunToFunctionAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/ShowCurrentDisStatementAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/StepInstAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/StepIntoActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/StepOutActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/StepOutInstAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/StepOverActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/StepOverInstAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/TerminateProcessAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/actions/ToggleBreakpointActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/api/EngineCapability.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/api/EngineDescriptor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/api/EngineType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/api/EngineTypeManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/BreakpointModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Controller.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisFragModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisInfoPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisProgressPanel.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisProgressPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisView.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisassemblerWindow.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Disassembly.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/DisassemblyUtils.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/FormatOption.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/MemoryWindow.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/RegistersWindow.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/StateModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/assembly/impl/DisassemblyFileEncodingQueryImplementation.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointBag.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointColumnModels.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointFilter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointTreeExpansionModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointXMLReader.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointXMLWriter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointsXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/Context.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/ControllerProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/EditBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/Gen.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/Handler.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/HandlerCommand.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/HandlerExpert.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/NativeBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/NativeBreakpointBeanInfo.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/NativeBreakpointCustomizer.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/NativeBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/NativeBreakpointsActivationProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/SubBreakpointsXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/SystemInfo.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/AccessBAProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/ActionProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/ContextProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/CountLimitProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/DebuggerEventProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/DlEventProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/ExceptionSpecProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/FunctionSubEventProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/ProcessEventProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/props/SysCallEEProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/ExceptionBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/ExceptionBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/ExceptionBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/FallbackBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/FallbackBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/FallbackBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/FunctionBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/FunctionBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/FunctionBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/InstructionBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/InstructionBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/InstructionBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/LineBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/LineBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/LineBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/SysCallBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/SysCallBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/SysCallBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/VariableBreakpoint.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/VariableBreakpointPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/types/VariableBreakpointType.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugging/DebuggingNodeActionsProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugging/DebuggingNodeModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugging/DebuggingViewModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugging/NativeDVSupportImpl.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTarget.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetList.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetsXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetsXMLReader.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetsXMLWriter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/NativeDebuggerAuxObjectFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/ConsoleTopComponent.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/ConsoleTopComponent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/DebuggerExternalTerminal.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/ExternalTerminalPack.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/IOPack.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/IOProxy.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/InternalTerminalPack.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/NewTermComponent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/OutputPack.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/PioPack.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/PioTopComponent.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/PioTopComponent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/TermComponent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/io/TermComponentFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/DbgProfile.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/DbgProfileNodeProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/DbgProfileXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/DebuggerOption.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/EngineNodeProp.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/EngineProfile.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/EngineProfileProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/EngineProfileXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/Exceptions.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/ExceptionsNodeProp.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/ExceptionsPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/GlobalAdvancedOption.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/GlobalOptionSet.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/GlobalOptionsPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/GlobalOptionsSubPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/Pathmap.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/PathmapNodeProp.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/PathmapPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/ProfileCategory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/ProfileOptionSet.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/ProfileSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/SignalTableModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/Signals.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/SignalsNodeProp.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/SignalsPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/options/ToolsPanelGlobalCustomizerImpl.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/processlist/api/ProcessInfo.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/processlist/api/ProcessInfoDescriptor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/processlist/api/ProcessList.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/CndRemote.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/CustomizableHost.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/CustomizableHostList.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/ExecHost.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/Host.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostListEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostListXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostListXMLReader.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostListXMLWriter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostOption.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostOptionSet.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/HostPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/Platform.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/remote/SecuritySettings.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/spi/AttachPanelFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/spi/DebuggerToolRecognizer.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/spi/EngineCapabilityProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/spi/UserAttachAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/debugger/spi/UserDebugCoreAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_broken.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_broken.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_broken_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_broken_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_broken.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_broken.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_broken_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_broken_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit_broken.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit_broken.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit_broken_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit_broken_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_cmpx_hit_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit_broken.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit_broken.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit_broken_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit_broken_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_hit_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_broken.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_broken.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_broken_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_broken_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit_broken.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit_broken.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit_broken_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit_broken_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_mult_hit_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_nonline.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_nonline.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_nonline_dis.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Bpt_nonline_dis.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/BrokenBreakpoint.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Pointing_arrow.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Pointing_arrow.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/Save.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/autos.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/configure.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/configure24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/continue-at-line.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/continue-at-line24.png (100%)
 copy {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_core_file.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_core_file24.png (100%)
 rename contrib/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_core_file.png => cnd/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_core_file_1.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_executable.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_executable24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_most_recent.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debug_most_recent24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debugger_console.png (100%)
 create mode 100644 cnd/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/debugger_log.png
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/detach_from_process.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/detach_from_process24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/disassambler.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/empty.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/evaluate_expression.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/evaluate_expression24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/extras.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/field.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/field_pointer.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/field_static.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/field_static_pointer.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/list-toggle16.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/list-toggle24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/local.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/local_pointer.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/local_static.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/local_static_pointer.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/memory_browser.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/pop2cur.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/pop_last_debugger_call.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/pop_last_debugger_call24.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/popcall.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/process_io.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/refresh.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/refresh24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/refresh_1.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/registers.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/restart.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/restart24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/run.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/run24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/run_to_cursor_instruction.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/run_to_cursor_instruction24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/run_to_last_function.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/run_to_last_function24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/runtime_checking.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/signal_handler_frame.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_into_instruction.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_into_instruction24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_out_instruction.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_out_instruction24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_over_instruction.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_over_instruction24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_to_function.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/step_to_function24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/terminate_process.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/terminate_process24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/thread.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/thread_current.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/thread_current_hit.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/thread_hit.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/tree-toggle16.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/tree-toggle24.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/treeview.png (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/user_call_frame.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/waitNode.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/watch_type1.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/watch_type1_pointer.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/watch_type2.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/icons/watch_type2_pointer.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_broken.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_broken_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_broken.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_broken_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_hit.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_hit_broken.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_hit_broken_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_cmpx_hit_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_compound.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_compound_hit.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_diverse.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_hit.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_hit_broken.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_hit_broken_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_hit_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_broken.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_broken_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_cmpx.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_cmpx_broken.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_cmpx_broken_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_cmpx_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_Bpt_multi_dis.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/annotations/Dbx_PC.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/blank.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/components/ConsoleTopComponentSettings.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/components/DisassemblerWindow.settings (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/components/EvaluationWindow.settings (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/components/MemoryWindow.settings (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/components/PioTopComponentSettings.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/components/RegistersWindow.settings (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/debugconfiguration-1_0.dtd (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/debugoptions-1_0.dtd (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/filesystems.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/general.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/groups/debugger/DisassemblerWindow.wstcgrp (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/groups/debugger/EvaluationWindow.wstcgrp (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/groups/debugger/MemoryWindow.wstcgrp (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/groups/debugger/RegistersWindow.wstcgrp (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/helpctx.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/layer.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/breakpoints.wsmode (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/debugger/EvaluationWindow.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/debugger/MemoryWindow.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/debugger/RegistersWindow.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/editor/DisassemblerWindow.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/ConsoleTopComponentWstcref.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/PioTopComponentWstcref.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/callstack.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/locals.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/navigatorTC.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/sessions.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/threads.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/resources/modes/output/watches.wstcref (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/AttachPanelImpl.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/AttachPanelImplFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/ExecutableProjectPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/AttachToProcessPanelFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/AttachToProcessTopComponent.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/AttachToProcessTopComponent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/LoadingNode.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessFilter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessInfoPanel.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessInfoPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessListPanel.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessListPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessListTreeModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessNode.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessPanelCustomizer.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/ui/processlist/ProcessesRootNode.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/CorefileFilter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/DebuggerErrorsTopComponent.form (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/DebuggerErrorsTopComponent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/DebuggerLoggerSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ExecutableFileFilter.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/Executor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ExecutorCND.java (97%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/FileMapper.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/FlyweightAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/FlyweightBooleanStateAction.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/InfoPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/IpeUtils.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ItemSelectorDialog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ItemSelectorResult.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/LastLocation.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ListMap.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ListMapItem.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ListTableModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ListUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/LogSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/MRUComboBoxModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/NotifyingInputSteam.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/PhasedProgress.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ProcessListSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/ProjectComboBoxSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/PsProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/StackHistory.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/StopWatch.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/UserdirFile.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/comment.gif (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/AbstractRecordList.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/DetailView.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/DummyNode.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/DummyPropertySheet.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/MasterDetailView.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/MasterView.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/Record.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/RecordEvent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/RecordList.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/RecordListEvent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/RecordListListener.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/RecordListener.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/masterdetail/Validator.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/CatalogDynamic.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/CheckBoxOptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/ComboBoxOptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/DirectoryOptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/Option.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionClient.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionCustomizerNode.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionCustomizerPanel.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionDirectoriesEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionDirectoryEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionEnumEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionLayers.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionPropertySupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionSet.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionSetOwner.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionSetSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionSetXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/OptionValue.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/RadioButtonOptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/SubcategoryOptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/TextFieldOptionUI.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/UISet.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/options/Validity.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/BooleanProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/EnumProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/FloatProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/IntegerProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/Property.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/PropertyOwner.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/PropertyOwnerSupport.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/utils/props/StringProperty.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/AId.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/AccessBA.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/AccessBAEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/Action.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/ActionEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/AsyncEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/CountLimit.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/CountLimitEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/DebuggerEvent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/DlEvent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/EditUndo.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/EditUndoable.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/EnhancedAsyncEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/Enum.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/EnumEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/ExceptionSpec.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/FunctionSubEvent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/LwpIdEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/PidEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/ProcessEvent.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/StringEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/SysCallEE.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/ThreadIdEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/VariableValue.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/src/org/netbeans/modules/cnd/debugger/common2/values/VariableValueEditor.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/data/goldenfiles/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointsCodecTest/Breakpoints_new.xml (58%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/data/goldenfiles/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointsCodecTest/Breakpoints_old.xml (58%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/data/goldenfiles/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointsCodecTest/Breakpoints_saved.xml (58%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/data/goldenfiles/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetListTest/debugtargets_saved.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/data/goldenfiles/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetListTest/debugtargets_v1.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/data/goldenfiles/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetListTest/debugtargets_v2.xml (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/META-INF/services/org.netbeans.modules.editor.settings.storage.spi.StorageFilter (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/META-INF/services/org.netbeans.spi.debugger.ui.BreakpointType (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/org/netbeans/modules/cnd/debugger/common2/debugger/EvalAnnotationTest.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/org/netbeans/modules/cnd/debugger/common2/debugger/breakpoints/BreakpointsCodecTest.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/org/netbeans/modules/cnd/debugger/common2/debugger/debugtarget/DebugTargetListTest.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/org/netbeans/modules/cnd/debugger/common2/debugger/test/CndBaseTestCase.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/org/netbeans/modules/cnd/debugger/common2/debugger/test/CndCoreTestUtils.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/test/unit/src/org/netbeans/modules/cnd/debugger/common2/utils/PsProviderTest.java (100%)
 rename {contrib => cnd}/cnd.debugger.common2/windows/GdbKillProc.c (67%)
 rename {contrib => cnd}/cnd.debugger.common2/windows/Makefile (92%)
 rename {contrib => cnd}/cnd.debugger.gdb2/build.xml (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/manifest.mf (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/nbproject/project.properties (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/nbproject/project.xml (99%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/CallStackView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/CallStackView/org.netbeans.spi.viewmodel.NodeActionsProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/CallStackView/org.netbeans.spi.viewmodel.NodeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/CallStackView/org.netbeans.spi.viewmodel.TableModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/CallStackView/org.netbeans.spi.viewmodel.TreeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/javax.swing.AbstractButton (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.AsynchronousModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.NodeActionsProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.NodeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.TableModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.TreeExpansionModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/LocalsView/org.netbeans.spi.viewmodel.TreeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/SessionsView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/SessionsView/org.netbeans.spi.viewmodel.NodeActionsProviderFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/SessionsView/org.netbeans.spi.viewmodel.NodeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/SessionsView/org.netbeans.spi.viewmodel.TableModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/SessionsView/org.netbeans.spi.viewmodel.TreeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ThreadsView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ThreadsView/org.netbeans.spi.viewmodel.NodeActionsProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ThreadsView/org.netbeans.spi.viewmodel.NodeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ThreadsView/org.netbeans.spi.viewmodel.TableModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ThreadsView/org.netbeans.spi.viewmodel.TreeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/javax.swing.AbstractButton (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.AsynchronousModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.NodeActionsProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.NodeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.TableModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.TreeExpansionModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/ToolTipView/org.netbeans.spi.viewmodel.TreeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.AsynchronousModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.ColumnModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.NodeActionsProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.NodeModelFilter (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.TableModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.TreeExpansionModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/WatchesView/org.netbeans.spi.viewmodel.TreeModel (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebugger (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerEngine/org.netbeans.spi.debugger.ActionsProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbDebuggerInfo/org.netbeans.spi.debugger.SessionProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbSession/org.netbeans.modules.cnd.debugger.common2.debugger.NativeSession (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/META-INF/debugger/netbeans-GdbSession/org.netbeans.spi.debugger.DebuggerEngineProvider (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/DebuggerToolRecognizerGdbImpl.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/Gdb.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbBreakpointsActivationProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbDebuggerImpl.java (99%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbDebuggerInfo.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbDebuggerInfoAccessor.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbDebuggerSettings.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbDebuggerSettingsBridge.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbDisassembly.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbEngineCapabilityProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbEngineProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbError.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbFrame.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbHandlerCommand.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbHandlerExpert.java (99%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbLocal.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbLogger.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbMemoryFormat.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbPinWatchValueProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbSessionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbThread.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbUtils.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbVariable.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbVersionPeculiarity.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/GdbWatch.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/KeyProcessing.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/Tap.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/ValuePresenter.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/VariableBag.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/actions/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/actions/Catalog.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/actions/GdbAttachType.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/actions/GdbStartActionProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/debugging/GdbDVSupportImpl.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/debugging/GdbDebuggingNodeActionsProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/debugging/GdbDebuggingNodeModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/debugging/GdbDebuggingViewModel.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/Log.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MICommand.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MICommandInjector.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MICommandManager.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIConst.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIParser.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIProxy.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIRecord.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIResult.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MITList.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MITListItem.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIUserInteraction.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIValue.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/mi/package.html (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/options/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/options/GdbDebuggerInfoFactory.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/options/GdbProfile.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/options/GdbProfileProvider.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/options/GdbProfileXMLCodec.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/resources/Bundle.properties (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/src/org/netbeans/modules/cnd/debugger/gdb2/resources/layer.xml (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/GdbUnitTest.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/MemParserTestCase.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/PidParserTestCase.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/RedirectionPathTestCase.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/mi/MIParserTestCase.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/mi/TestMICommand.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/mi/TestMIRecord.java (100%)
 rename {contrib => cnd}/cnd.debugger.gdb2/test/unit/src/org/netbeans/modules/cnd/debugger/gdb2/peculiarity/PeculiarityTestCase.java (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists