Home
last modified time | relevance | path

Searched refs:handle_enter_debug_mode (Results 1 – 4 of 4) sorted by relevance

/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor-interface.h56 virtual void handle_enter_debug_mode (void) = 0;
H A Dfile-editor.h115 void handle_enter_debug_mode (void);
H A Dfile-editor.cc185 void file_editor::handle_enter_debug_mode (void) in handle_enter_debug_mode() function in octave::file_editor
/dports/math/octave/octave-6.4.0/libgui/src/
H A Dmain-window.cc1124 m_editor_window->handle_enter_debug_mode (); in handle_enter_debugger()