Home
last modified time | relevance | path

Searched refs:dbg_fcn (Results 1 – 3 of 3) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Ddebug.cc631 octave_user_code *dbg_fcn; variable
640 dbg_fcn = tw.get_user_code ();
642 if (! dbg_fcn)
658 dbg_fcn = tw.get_user_code ();
660 if (dbg_fcn)
690 if (! dbg_fcn)
703 if (dbg_fcn)
713 dbg_fcn = tw.get_user_code (argv[1]);
715 if (! dbg_fcn)
790 if (! dbg_fcn)
[all …]
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dbp-table.cc645 if (dbg_fcn in add_breakpoint()
724 if (! dbg_fcn) in remove_breakpoint()
728 retval = remove_breakpoint_1 (dbg_fcn, fname, line); in remove_breakpoint()
733 = dbg_fcn->subfunction_names (); in remove_breakpoint()
736 = dbg_fcn->subfunctions (); in remove_breakpoint()
766 if (dbg_fcn) in remove_all_breakpoints_in_file()
768 std::string file = dbg_fcn->fcn_file_name (); in remove_all_breakpoints_in_file()
770 tree_statement_list *cmds = dbg_fcn->body (); in remove_all_breakpoints_in_file()
840 if (dbg_fcn) in get_breakpoint_list()
856 = dbg_fcn->subfunction_names (); in get_breakpoint_list()
[all …]
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Dsrc-ChangeLog29679 * debug.cc (get_user_function): Initialise dbg_fcn to 0, not NULL.