Public Member Functions | |
bp_file_info (tree_evaluator &tw, const std::string &file) | |
std::string | class_name (void) const |
std::string | dir (void) const |
std::string | fcn (void) const |
std::string | file (void) const |
bool | ok (void) const |
Private Attributes | |
std::string | m_class_name |
std::string | m_dir |
std::string | m_fcn |
std::string | m_file |
bool | m_ok |
Definition at line 59 of file bp-table.cc.
|
inline |
Definition at line 63 of file bp-table.cc.
References octave::sys::file_ops::concat(), load_path::contains_file_in_dir(), dir(), octave::sys::file_ops::dir_sep_chars(), octave::sys::file_ops::dirname(), fcn(), file(), tree_evaluator::get_interpreter(), interpreter::get_load_path(), len, m_class_name, m_dir, m_fcn, m_file, m_ok, octave::sys::env::make_absolute(), and octave::sys::file_ops::tail().
|
inline |
Definition at line 102 of file bp-table.cc.
References m_class_name.
Referenced by octave::bp_table::add_breakpoint_in_file(), and octave::bp_table::add_breakpoints_in_file().
|
inline |
|
inline |
Definition at line 101 of file bp-table.cc.
References m_fcn.
Referenced by bp_file_info(), octave::bp_table::add_breakpoint_in_file(), octave::bp_table::add_breakpoints_in_file(), octave::bp_table::remove_all_breakpoints_from_file(), octave::bp_table::remove_breakpoint_from_file(), and octave::bp_table::remove_breakpoints_from_file().
|
inline |
|
inline |
Definition at line 104 of file bp-table.cc.
References m_ok.
Referenced by octave::bp_table::add_breakpoint_in_file(), octave::bp_table::add_breakpoints_in_file(), octave::bp_table::remove_all_breakpoints_from_file(), octave::bp_table::remove_breakpoint_from_file(), and octave::bp_table::remove_breakpoints_from_file().
|
private |
Definition at line 112 of file bp-table.cc.
Referenced by bp_file_info(), and class_name().
|
private |
Definition at line 110 of file bp-table.cc.
Referenced by bp_file_info().
|
private |
Definition at line 111 of file bp-table.cc.
Referenced by bp_file_info(), dir(), and fcn().
|
private |
Definition at line 109 of file bp-table.cc.
Referenced by bp_file_info(), and file().
|
private |
Definition at line 108 of file bp-table.cc.
Referenced by bp_file_info(), and ok().