Home
last modified time | relevance | path

Searched refs:remove_all_breakpoints (Results 1 – 22 of 22) sorted by relevance

/dports/math/octave/octave-6.4.0/libgui/src/m-editor/
H A Dfile-editor-tab.h95 void remove_all_breakpoints (void);
162 void remove_all_breakpoints (const QWidget *ID);
H A Dfile-editor-tab.cc280 emit remove_all_breakpoints (); in ~file_editor_tab()
1245 void file_editor_tab::remove_all_breakpoints (const QWidget *ID) in remove_all_breakpoints() function in octave::file_editor_tab
1801 remove_all_breakpoints (this); in check_restore_breakpoints()
3023 connect (this, SIGNAL (remove_all_breakpoints (void)), in do_breakpoint_marker()
H A Dfile-editor.cc2499 f, SLOT (remove_all_breakpoints (const QWidget*))); in make_file_editor_tab()
/dports/lang/ocaml/ocaml-4.05.0/debugger/
H A Dbreakpoints.mli52 val remove_all_breakpoints : unit -> unit val
H A Dprogram_management.ml102 Breakpoints.remove_all_breakpoints ();
H A Dbreakpoints.ml195 let remove_all_breakpoints () = function
H A Dcommand_line.ml680 then remove_all_breakpoints ()
/dports/lang/ocaml-nox11/ocaml-4.05.0/debugger/
H A Dbreakpoints.mli52 val remove_all_breakpoints : unit -> unit val
H A Dprogram_management.ml102 Breakpoints.remove_all_breakpoints ();
H A Dbreakpoints.ml195 let remove_all_breakpoints () = function
H A Dcommand_line.ml680 then remove_all_breakpoints ()
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-stmt.h196 bp_table::intmap remove_all_breakpoints (event_manager& evmgr,
H A Dbp-table.h94 void remove_all_breakpoints (void);
H A Dpt-stmt.cc281 tree_statement_list::remove_all_breakpoints (event_manager& evmgr, in remove_all_breakpoints() function in octave::tree_statement_list
H A Dbp-table.cc778 retval = cmds->remove_all_breakpoints (evmgr, file); in remove_all_breakpoints_in_file()
794 void bp_table::remove_all_breakpoints (void) in remove_all_breakpoints() function in octave::bp_table
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_api.py184 self.remove_all_breakpoints(py_db, filename='*')
524 self.remove_all_breakpoints(py_db, '*')
529 def remove_all_breakpoints(self, py_db, filename): member in PyDevdAPI
H A Dpydevd_process_net_command_json.py593 self.api.remove_all_breakpoints(py_db, filename)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_api.py184 self.remove_all_breakpoints(py_db, filename='*')
549 self.remove_all_breakpoints(py_db, '*')
554 def remove_all_breakpoints(self, py_db, filename): member in PyDevdAPI
H A Dpydevd_process_net_command_json.py748 self.api.remove_all_breakpoints(py_db, filename)
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-usr-fcn.cc82 cmd_list->remove_all_breakpoints (evmgr, file_name); in ~octave_user_code()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddebug.cc324 bptab.remove_all_breakpoints ();
/dports/math/octave/octave-6.4.0/
H A DChangeLog27474 over all subfcns since remove_all_breakpoints(file) already does that.