octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42705] Commands continue to be sent to the te


From: Richard
Subject: [Octave-bug-tracker] [bug #42705] Commands continue to be sent to the terminal if breakpoint hit
Date: Wed, 30 Jul 2014 14:03:50 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

Follow-up Comment #4, bug #42705 (project octave):

Sorry, I'm still not sure about this. I don't see the line you quote anywhere
in the sources:

++verbatib++
address@hidden ~/src/octave-src $ grep -rnI
execute_command_in_terminal_signal .
./libgui/src/octave-qt-link.h:159:  void execute_command_in_terminal_signal
(const QString& command);
./libgui/src/octave-qt-link.cc:359:  emit execute_command_in_terminal_signal
(QString::fromStdString (command));
./libgui/src/m-editor/moc-file-editor.cc:212:   
"execute_command_in_terminal_signal(QString) "
./libgui/src/m-editor/moc-file-editor.cc:338:        case 41:
_t->execute_command_in_terminal_signal((*reinterpret_cast< const
QString(*)>(_a[1]))); break;
./libgui/src/m-editor/moc-file-editor.cc:719:void
file_editor::execute_command_in_terminal_signal(const QString & _t1)
./libgui/src/m-editor/file-editor-tab.cc:87:           SIGNAL
(execute_command_in_terminal_signal (const QString&)),
./libgui/src/m-editor/file-editor-tab.cc:204:  emit
execute_command_in_terminal_signal (command); // connected to main window
./libgui/src/m-editor/octave-qscintilla.h:52:  void
execute_command_in_terminal_signal (const QString&);
./libgui/src/m-editor/file-editor-tab.h:135:  void
execute_command_in_terminal_signal (const QString&);
./libgui/src/m-editor/octave-qscintilla.cc:262:  emit
execute_command_in_terminal_signal (command + _word_at_cursor);
./libgui/src/m-editor/octave-qscintilla.cc:268:  emit
execute_command_in_terminal_signal (QString("edit ") + _word_at_cursor);
./libgui/src/m-editor/octave-qscintilla.cc:277:    emit
execute_command_in_terminal_signal (commands.at (i));
./libgui/src/m-editor/moc-file-editor-tab.cc:125:   
"execute_command_in_terminal_signal(QString) "
./libgui/src/m-editor/moc-file-editor-tab.cc:205:        case 7:
_t->execute_command_in_terminal_signal((*reinterpret_cast< const
QString(*)>(_a[1]))); break;
./libgui/src/m-editor/moc-file-editor-tab.cc:364:void
file_editor_tab::execute_command_in_terminal_signal(const QString & _t1)
./libgui/src/m-editor/moc-octave-qscintilla.cc:54:   
"execute_command_in_terminal_signal(QString) "
./libgui/src/m-editor/moc-octave-qscintilla.cc:70:        case 0:
_t->execute_command_in_terminal_signal((*reinterpret_cast< const
QString(*)>(_a[1]))); break;
./libgui/src/m-editor/moc-octave-qscintilla.cc:125:void
octave_qscintilla::execute_command_in_terminal_signal(const QString & _t1)
./libgui/src/m-editor/file-editor.h:114:  void
execute_command_in_terminal_signal (const QString&);
./libgui/src/m-editor/file-editor.cc:189:      emit
execute_command_in_terminal_signal ("edit " + new_name);
./libgui/src/m-editor/file-editor.cc:1409:  connect (this, SIGNAL
(execute_command_in_terminal_signal (const QString&)),
./libgui/src/m-editor/file-editor.cc:1465:  connect (f, SIGNAL
(execute_command_in_terminal_signal (const QString&)),
./libgui/src/moc-octave-qt-link.cc:65:   
"command execute_command_in_terminal_signal(QString) "
./libgui/src/moc-octave-qt-link.cc:91:        case 4:
_t->execute_command_in_terminal_signal((*reinterpret_cast< const
QString(*)>(_a[1]))); break;
./libgui/src/moc-octave-qt-link.cc:179:void
octave_qt_link::execute_command_in_terminal_signal(const QString & _t1)
./libgui/src/main-window.cc:1372:           SIGNAL
(execute_command_in_terminal_signal (QString)),
./.hg/merge/f886cf611844ebec7c8dd6e7a740454c68353356:189:      emit
execute_command_in_terminal_signal ("edit " + new_name);
./.hg/merge/f886cf611844ebec7c8dd6e7a740454c68353356:1405:  connect (this,
SIGNAL (execute_command_in_terminal_signal (const QString&)),
./.hg/merge/f886cf611844ebec7c8dd6e7a740454c68353356:1461:  connect (f, SIGNAL
(execute_command_in_terminal_signal (const QString&)),
--

I'm on the gui-release branch hg id returns: 12462638ab20+ (gui-release) tip

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42705>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]