Go to the source code of this file.
Macros | |
#define | avr_message(fmt, args...) private_avr_message(__FILE__, __LINE__, fmt, ## args) |
#define | avr_warning(fmt, args...) private_avr_warning(__FILE__, __LINE__, fmt, ## args) |
#define | avr_error(fmt, args...) private_avr_error(__FILE__, __LINE__, fmt, ## args) |
Functions for printing messages, warnings and errors.
This module provides output printing facilities.
Definition in file avrerror.c.
#define avr_message | ( | fmt, | |
args... | |||
) | private_avr_message(__FILE__, __LINE__, fmt, ## args) |
Print an ordinary message to stdout.
Definition at line 42 of file avrerror.c.
Referenced by avr_core_enable_breakpoints(), avr_core_irq_raise(), avr_core_new(), avr_core_run(), decode_init_lookup_table(), and dev_supp_list_devices().
#define avr_warning | ( | fmt, | |
args... | |||
) | private_avr_warning(__FILE__, __LINE__, fmt, ## args) |
Print a warning message to stderr.
Definition at line 46 of file avrerror.c.
Referenced by avr_core_add_ext_rd_wr(), display_open(), display_send_msg(), flash_load_from_file(), mem_read(), mem_write(), port_add_ext_rd_wr(), signal_has_occurred(), signal_watch_start(), signal_watch_stop(), vdev_add_addr(), and vdev_def_AddAddr().
#define avr_error | ( | fmt, | |
args... | |||
) | private_avr_error(__FILE__, __LINE__, fmt, ## args) |
Print an error message to stderr and terminate program.
Definition at line 50 of file avrerror.c.
Referenced by adc_construct(), adc_create(), adc_destroy(), adc_intr_construct(), adc_intr_destroy(), avr_core_enable_breakpoints(), avr_core_new(), avr_malloc(), avr_malloc0(), avr_realloc(), avr_strdup(), class_construct(), class_overload_destroy(), class_ref(), class_unref(), dev_supp_list_devices(), display_eeprom(), display_flash(), display_send_msg(), display_sram(), dlist_delete(), dlist_iterator(), dlist_lookup(), flash_construct(), flash_load_from_file(), gdb_interact(), get_program_time(), hwstack_construct(), mem_attach(), mem_construct(), mem_get_vdevice_by_name(), memstack_construct(), memstack_destroy(), ocreg16_construct(), ocreg16_create(), port_add_ext_rd_wr(), port_create(), sp_create(), spi_construct(), spi_destroy(), spi_intr_construct(), spi_intr_destroy(), stack_construct(), timer0_construct(), timer0_destroy(), timer16_construct(), timer16_create(), timer_int_create(), timer_intr_construct(), timer_intr_destroy(), uart_construct(), uart_destroy(), uart_int_create(), uart_intr_construct(), uart_intr_destroy(), usb_construct(), usb_destroy(), usb_intr_construct(), usb_intr_destroy(), usbi_create(), and vdev_construct().