|
Nemiver
0.3
|
This is the complete list of members for nemiver::IDebugger, including all inherited members.
| ACCESS_WATCHPOINT_TRIGGER enum value | nemiver::IDebugger | |
| add_env_variables(const map< UString, UString > &a_vars)=0 | nemiver::IDebugger | pure virtual |
| assign_variable(const VariableSafePtr a_var, const UString &a_expression, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| assign_variable(const VariableSafePtr a_var, const UString &a_expression, const ConstVariableSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| assigned_variable_signal() const =0 | nemiver::IDebugger | pure virtual |
| attach_object(const UString &a_key, const Object *a_object) | nemiver::common::Object | |
| attach_to_remote_target(const UString &a_host, unsigned a_port)=0 | nemiver::IDebugger | pure virtual |
| attach_to_remote_target(const UString &a_serial_line)=0 | nemiver::IDebugger | pure virtual |
| attach_to_target(unsigned int a_pid, const UString &a_tty_path="")=0 | nemiver::IDebugger | pure virtual |
| breakpoint_deleted_signal() const =0 | nemiver::IDebugger | pure virtual |
| BREAKPOINT_HIT enum value | nemiver::IDebugger | |
| breakpoints_list_signal() const =0 | nemiver::IDebugger | pure virtual |
| breakpoints_set_signal() const =0 | nemiver::IDebugger | pure virtual |
| BreakpointsSlot typedef | nemiver::IDebugger | |
| busy() const =0 | nemiver::IDebugger | pure virtual |
| call_function(const UString &a_call_expression, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| changed_registers_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| changed_variables_signal() const =0 | nemiver::IDebugger | pure virtual |
| choose_function_overload(int a_overload_number, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| choose_function_overloads(const vector< int > &a_numbers, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| command_done_signal() const =0 | nemiver::IDebugger | pure virtual |
| connected_to_server_signal() const =0 | nemiver::IDebugger | pure virtual |
| console_message_signal() const =0 | nemiver::IDebugger | pure virtual |
| ConstUStringSlot typedef | nemiver::IDebugger | |
| ConstVariableListSlot typedef | nemiver::IDebugger | |
| ConstVariableSlot typedef | nemiver::IDebugger | |
| continue_to_position(const UString &a_path, gint a_line_num, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| create_variable(const UString &a_name, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| create_variable(const UString &a_name, const ConstVariableSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| current_frame_signal() const =0 | nemiver::IDebugger | pure virtual |
| DefaultSlot typedef | nemiver::IDebugger | |
| delete_breakpoint(const UString &a_path, gint a_line_num, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| delete_breakpoint(const string &a_break_num, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| delete_variable(const VariableSafePtr a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| delete_variable(const VariableSafePtr a_var, const ConstVariableSlot &, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| delete_variable(const UString &a_internal_name, const DefaultSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| dereference_variable(const VariableSafePtr &a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| detach_from_target(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| detached_from_target_signal() const =0 | nemiver::IDebugger | pure virtual |
| disable_breakpoint(const string &a_break_num, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| disassemble(size_t a_start_addr, bool a_start_addr_relative_to_pc, size_t a_end_addr, bool a_end_addr_relative_to_pc, bool a_pure_asm=true, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| disassemble(size_t a_start_addr, bool a_start_addr_relative_to_pc, size_t a_end_addr, bool a_end_addr_relative_to_pc, const DisassSlot &a_slot, bool a_pure_asm=true, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| disassemble_lines(const UString &a_file_name, int a_line_num, int a_nb_disassembled_lines, bool a_pure_asm=true, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| disassemble_lines(const UString &a_file_name, int a_line_num, int a_nb_disassembled_lines, const DisassSlot &a_slot, bool a_pure_asm=true, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| DisassSlot typedef | nemiver::IDebugger | |
| disconnect_from_remote_target(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| do_continue(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| do_init(IConfMgrSafePtr a_conf_mgr)=0 | nemiver::IDebugger | pure virtual |
| DynModIface(DynamicModuleSafePtr &a_dynmod) | nemiver::common::DynModIface | inline |
| DynModIface(DynamicModule *a_dynmod) | nemiver::common::DynModIface | inline |
| enable_breakpoint(const string &a_break_num, const BreakpointsSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| enable_breakpoint(const string &a_break_num, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| enable_countpoint(const string &a_break_num, bool a_flag, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| enable_pretty_printing(bool a_flag=true)=0 | nemiver::IDebugger | pure virtual |
| enable_refcount(bool a_enabled=true) | nemiver::common::Object | |
| END_STEPPING_RANGE enum value | nemiver::IDebugger | |
| engine_died_signal() const =0 | nemiver::IDebugger | pure virtual |
| error_signal() const =0 | nemiver::IDebugger | pure virtual |
| evaluate_expression(const UString &a_expr, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| evaluate_variable_expr(const VariableSafePtr a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| evaluate_variable_expr(const VariableSafePtr a_var, const ConstVariableSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| exit_engine()=0 | nemiver::IDebugger | pure virtual |
| EXITED enum value | nemiver::IDebugger | |
| EXITED_NORMALLY enum value | nemiver::IDebugger | |
| EXITED_SIGNALLED enum value | nemiver::IDebugger | |
| files_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| FrameArgsSlot typedef | nemiver::IDebugger | |
| frames_arguments_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| frames_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| FrameVectorSlot typedef | nemiver::IDebugger | |
| FUNCTION_FINISHED enum value | nemiver::IDebugger | |
| get_attached_object(const UString &a_key, const Object *&a_object) | nemiver::common::Object | |
| get_breakpoint_from_cache(const string &a_num, IDebugger::Breakpoint &a_bp) const =0 | nemiver::IDebugger | pure virtual |
| get_cached_breakpoints()=0 | nemiver::IDebugger | pure virtual |
| get_current_frame_level() const =0 | nemiver::IDebugger | pure virtual |
| get_current_thread() const =0 | nemiver::IDebugger | pure virtual |
| get_debugger_full_path() const =0 | nemiver::IDebugger | pure virtual |
| get_dynamic_module() const | nemiver::common::DynModIface | inline |
| get_env_variables()=0 | nemiver::IDebugger | pure virtual |
| get_language_trait()=0 | nemiver::IDebugger | pure virtual |
| get_refcount() const | nemiver::common::Object | |
| get_state() const =0 | nemiver::IDebugger | pure virtual |
| get_target_info(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| get_target_path()=0 | nemiver::IDebugger | pure virtual |
| get_variable_type(const VariableSafePtr &a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| get_variable_value(const VariableSafePtr &a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| global_variables_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| got_overloads_choice_signal() const =0 | nemiver::IDebugger | pure virtual |
| got_target_info_signal() const =0 | nemiver::IDebugger | pure virtual |
| IDebugger(DynamicModule *a_dynmod) | nemiver::IDebugger | inlineprotected |
| INFERIOR_LOADED enum value | nemiver::IDebugger | |
| inferior_re_run_signal() const =0 | nemiver::IDebugger | pure virtual |
| instructions_disassembled_signal() const =0 | nemiver::IDebugger | pure virtual |
| is_attached_to_target() const =0 | nemiver::IDebugger | pure virtual |
| is_countpoint(const string &a_break_num) const =0 | nemiver::IDebugger | pure virtual |
| is_countpoint(const Breakpoint &a_breakpoint) const =0 | nemiver::IDebugger | pure virtual |
| is_exited(enum StopReason a_reason) | nemiver::IDebugger | inlinestatic |
| is_refcount_enabled() const | nemiver::common::Object | |
| is_running() const =0 | nemiver::IDebugger | pure virtual |
| is_variable_editable(const VariableSafePtr a_var) const =0 | nemiver::IDebugger | pure virtual |
| jump_to_position(const Loc &a_loc, const DefaultSlot &a_slot)=0 | nemiver::IDebugger | pure virtual |
| list_breakpoints(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_changed_registers(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_changed_variables(VariableSafePtr a_root, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_changed_variables(VariableSafePtr a_root, const ConstVariableListSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_files(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_frames(int a_low_frame=-1, int a_high_frame=-1, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_frames(int a_low_frame, int a_high_frame, const FrameVectorSlot &a_slot, const UString &a_cookie)=0 | nemiver::IDebugger | pure virtual |
| list_frames_arguments(int a_low_frame=-1, int a_high_frame=-1, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_frames_arguments(int a_low_frame, int a_high_frame, const FrameArgsSlot &a_slot, const UString &a_cookie)=0 | nemiver::IDebugger | pure virtual |
| list_global_variables(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_local_variables(const ConstVariableListSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_local_variables(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_register_names(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_register_values(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_register_values(std::list< register_id_t > a_registers, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| list_threads(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| load_core_file(const UString &a_prog_file, const UString &a_core_file)=0 | nemiver::IDebugger | pure virtual |
| load_program(const UString &a_prog)=0 | nemiver::IDebugger | pure virtual |
| load_program(const UString &a_prog, const vector< UString > &a_args)=0 | nemiver::IDebugger | pure virtual |
| load_program(const UString &a_prog, const vector< UString > &a_args, const UString &a_working_dir, bool a_force=false)=0 | nemiver::IDebugger | pure virtual |
| load_program(const UString &a_prog, const vector< UString > &a_argv, const UString &working_dir, const vector< UString > &a_source_search_dirs, const UString &a_slave_tty_path, int a_slave_tty_fd, bool a_uses_launch_tty=false, bool a_force=false)=0 | nemiver::IDebugger | pure virtual |
| local_variables_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| LOCATION_REACHED enum value | nemiver::IDebugger | |
| LocSlot typedef | nemiver::IDebugger | |
| log_message_signal() const =0 | nemiver::IDebugger | pure virtual |
| m_priv | nemiver::common::Object | protected |
| NOT_STARTED enum value | nemiver::IDebugger | |
| Object() | nemiver::common::Object | |
| Object(Object const &) | nemiver::common::Object | |
| nemiver::common::Object::operator=(Object const &) | nemiver::common::Object | |
| OverloadsChoiceEntries typedef | nemiver::IDebugger | |
| pointed_variable_value_signal() const =0 | nemiver::IDebugger | pure virtual |
| print_pointed_variable_value(const UString &a_var_name, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| print_variable_type(const UString &a_var_name, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| print_variable_value(const UString &a_var_name, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| PROGRAM_EXITED enum value | nemiver::IDebugger | |
| program_finished_signal() const =0 | nemiver::IDebugger | pure virtual |
| properties()=0 | nemiver::IDebugger | pure virtual |
| query_variable_format(const VariableSafePtr a_var, const ConstVariableSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| query_variable_path_expr(const VariableSafePtr a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| query_variable_path_expr(const VariableSafePtr a_var, const ConstVariableSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| re_run(const DefaultSlot &)=0 | nemiver::IDebugger | pure virtual |
| read_memory(size_t a_start_addr, size_t a_num_bytes, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| read_memory_signal() const =0 | nemiver::IDebugger | pure virtual |
| READ_WATCHPOINT_TRIGGER enum value | nemiver::IDebugger | |
| READY enum value | nemiver::IDebugger | |
| ref() | nemiver::common::Object | |
| register_id_t typedef | nemiver::IDebugger | |
| register_names_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| register_value_changed_signal() const =0 | nemiver::IDebugger | pure virtual |
| register_values_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| revisualize_variable(const VariableSafePtr a_var, const ConstVariableSlot &a_slot)=0 | nemiver::IDebugger | pure virtual |
| run(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| run_loop_iterations(int a_nb_iters)=0 | nemiver::IDebugger | pure virtual |
| RUNNING enum value | nemiver::IDebugger | |
| running_signal() const =0 | nemiver::IDebugger | pure virtual |
| select_frame(int a_frame_id, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| select_thread(unsigned int a_thread_id, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint(const common::Loc &a_loc, const UString &a_condition, gint a_ignore_count, const BreakpointsSlot &a_slot, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint(const UString &a_path, gint a_line_num, const UString &a_condition="", gint a_ignore_count=0, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint(const UString &a_func_name, const UString &a_condition="", gint a_ignore_count=0, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint(const UString &a_func_name, const BreakpointsSlot &a_slot, const UString &a_condition="", gint a_ignore_count=0, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint(const Address &a_address, const UString &a_condition="", gint a_ignore_count=0, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint_condition(const string &a_break_num, const UString &a_condition, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_breakpoint_ignore_count(const string &a_break_num, gint a_ignore_count, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_catch(const UString &a_event, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_event_loop_context(const Glib::RefPtr< Glib::MainContext > &)=0 | nemiver::IDebugger | pure virtual |
| set_memory(size_t a_addr, const std::vector< uint8_t > &a_bytes, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_memory_signal() const =0 | nemiver::IDebugger | pure virtual |
| set_non_persistent_debugger_path(const UString &a_full_path)=0 | nemiver::IDebugger | pure virtual |
| set_register_value(const UString &a_reg_name, const UString &a_value, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_solib_prefix_path(const UString &a_name)=0 | nemiver::IDebugger | pure virtual |
| set_tty_path(const UString &a_tty_path)=0 | nemiver::IDebugger | pure virtual |
| set_variable_format(const VariableSafePtr a_var, const Variable::Format a_format, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| set_watchpoint(const UString &a_expression, bool a_write=true, bool a_read=false, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| SIGNAL_RECEIVED enum value | nemiver::IDebugger | |
| signal_received_signal() const =0 | nemiver::IDebugger | pure virtual |
| State enum name | nemiver::IDebugger | |
| state_changed_signal() const =0 | nemiver::IDebugger | pure virtual |
| state_to_string(State a_state) | nemiver::IDebugger | inlinestatic |
| step_in(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| step_in_asm(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| step_out(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| step_over(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| step_over_asm(const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| stop_target()=0 | nemiver::IDebugger | pure virtual |
| stopped_signal() const =0 | nemiver::IDebugger | pure virtual |
| StopReason enum name | nemiver::IDebugger | |
| target_output_message_signal() const =0 | nemiver::IDebugger | pure virtual |
| thread_selected_signal() const =0 | nemiver::IDebugger | pure virtual |
| threads_listed_signal() const =0 | nemiver::IDebugger | pure virtual |
| UNDEFINED_REASON enum value | nemiver::IDebugger | |
| unfold_variable(VariableSafePtr a_var, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| unfold_variable(VariableSafePtr a_var, const ConstVariableSlot &, const UString &a_cookie="")=0 | nemiver::IDebugger | pure virtual |
| unref() | nemiver::common::Object | |
| variable_created_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_deleted_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_dereferenced_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_expression_evaluated_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_type_set_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_type_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_unfolded_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_value_set_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_value_signal() const =0 | nemiver::IDebugger | pure virtual |
| variable_visualized_signal() const | nemiver::IDebugger | |
| VariableList typedef | nemiver::IDebugger | |
| VariableSafePtr typedef | nemiver::IDebugger | |
| WATCHPOINT_SCOPE enum value | nemiver::IDebugger | |
| WATCHPOINT_TRIGGER enum value | nemiver::IDebugger | |
| ~IDebugger() | nemiver::IDebugger | inlinevirtual |
| ~Object() | nemiver::common::Object | virtual |
1.8.17