|
Nemiver
0.3
|
Functions | |
| void | gen_white_spaces (int a_nb_ws, std::string &a_ws_str) |
| template<class ostream_type > | |
| void | dump_variable_value (const IDebugger::Variable &a_var, int a_indent_num, ostream_type &a_os, bool a_print_var_name) |
| void | dump_variable_value (const IDebugger::Variable &a_var, int a_indent_num, std::string &a_out_str) |
| void | dump_variable_value (const IDebugger::Variable &a_var) |
| template<class ostream_type > | |
| ostream_type & | operator<< (ostream_type &a_out, const IDebugger::Variable &a_var) |
| IDebuggerSafePtr | load_debugger_iface_with_confmgr () |
| IDebugger::Variable::Format | string_to_variable_format (const std::string &) |
| std::string | variable_format_to_string (IDebugger::Variable::Format) |
| IDebuggerSafePtr | load_debugger_iface_with_gconf () |
| void nemiver::debugger_utils::dump_variable_value | ( | const IDebugger::Variable & | a_var | ) |
Referenced by dump_variable_value(), and operator<<().
| void nemiver::debugger_utils::dump_variable_value | ( | const IDebugger::Variable & | a_var, |
| int | a_indent_num, | ||
| ostream_type & | a_os, | ||
| bool | a_print_var_name | ||
| ) |
References dump_variable_value(), and gen_white_spaces().
| void nemiver::debugger_utils::dump_variable_value | ( | const IDebugger::Variable & | a_var, |
| int | a_indent_num, | ||
| std::string & | a_out_str | ||
| ) |
| void nemiver::debugger_utils::gen_white_spaces | ( | int | a_nb_ws, |
| std::string & | a_ws_str | ||
| ) |
Referenced by dump_variable_value().
| IDebuggerSafePtr nemiver::debugger_utils::load_debugger_iface_with_confmgr | ( | ) |
| IDebuggerSafePtr nemiver::debugger_utils::load_debugger_iface_with_gconf | ( | ) |
| void nemiver::debugger_utils::null_breakpoints_slot | ( | const map< string, IDebugger::Breakpoint > & | ) |
| void nemiver::debugger_utils::null_const_ustring_slot | ( | const UString & | ) |
| void nemiver::debugger_utils::null_const_variable_list_slot | ( | const IDebugger::VariableList & | ) |
| void nemiver::debugger_utils::null_const_variable_slot | ( | const IDebugger::VariableSafePtr & | ) |
| void nemiver::debugger_utils::null_default_slot | ( | ) |
| void nemiver::debugger_utils::null_disass_slot | ( | const common::DisassembleInfo & | , |
| const std::list< common::Asm > & | |||
| ) |
| void nemiver::debugger_utils::null_frame_args_slot | ( | const map< int, IDebugger::VariableList > & | ) |
| void nemiver::debugger_utils::null_frame_vector_slot | ( | const vector< IDebugger::Frame > & | ) |
| ostream_type & nemiver::debugger_utils::operator<< | ( | ostream_type & | a_out, |
| const IDebugger::Variable & | a_var | ||
| ) |
References dump_variable_value().
| IDebugger::Variable::Format nemiver::debugger_utils::string_to_variable_format | ( | const std::string & | ) |
| std::string nemiver::debugger_utils::variable_format_to_string | ( | IDebugger::Variable::Format | ) |
1.8.17