ProcAttachBase Johannes Sixt ProcAttachBase 0 0 560 416 Attach to Process true unnamed layout7 unnamed layout6 unnamed filterLabel &Filter or PID: filterEdit filterEdit 7 5 0 0 20 Type the name of the process or its process ID (PID) here to reduce the number of entries in the list. filterClear ... Clear filter Use this button to clear the filter text so that all processes are displayed. Command true true PID true true PPID true true processList 300 200 true <p>This list displays all processes that are currently running. You must select the process that you want KDbg to attach to. Use the <b>Filter or PID</b> edit box to reduce the number of entries in this list.<p>The text in the <i>Command</i> column is usually, but not always, the command that was used to start the process. The <i>PID</i> column shows the process ID. The <i>PPID</i> column shows the process ID of the parent process. Additional columns show more information about the processes that is also available via the system's <i>ps</i> command.</p><p>The list is not updated automatically. Use the <b>Refresh</b> button to update it.</p> layout3 unnamed buttonRefresh 1 0 0 0 &Refresh This button updates the list of processes. spacingBtns Horizontal Expanding 242 20 buttonOk false &OK true true You must select a process from the list. Then click the <b>OK</b> button to attach to that process. buttonCancel &Cancel true buttonOk clicked() ProcAttachBase accept() buttonCancel clicked() ProcAttachBase reject() buttonRefresh clicked() ProcAttachBase refresh() filterEdit textChanged(const TQString&) ProcAttachBase filterEdited(const TQString&) filterClear clicked() filterEdit clear() processList selectionChanged() ProcAttachBase selectedChanged() filterEdit processList buttonRefresh buttonOk buttonCancel refresh() filterEdited(const TQString&) selectedChanged()