Nemiver  0.3
nemiver::IDebugger Member List

This is the complete list of members for nemiver::IDebugger, including all inherited members.

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