GDBserver
|
Go to the source code of this file.
Defines | |
#define | gettext(Msgid) (Msgid) |
#define | dgettext(Domainname, Msgid) (Msgid) |
#define | dcgettext(Domainname, Msgid, Category) (Msgid) |
#define | textdomain(Domainname) while (0) /* nothing */ |
#define | bindtextdomain(Domainname, Dirname) while (0) /* nothing */ |
#define | _(String) (String) |
#define | N_(String) (String) |
#define _ | ( | String | ) | (String) |
Definition at line 40 of file gdb_locale.h.
Referenced by aarch64_linux_set_debug_regs(), agent_capability_check(), agent_get_helper_thread_id(), agent_run_command(), ax_printf(), gdb_connect_sync_socket(), gdb_eval_agent_expr(), gdb_pipe_cloexec(), gdb_signal_from_host(), gdb_signal_to_host(), get_reg_mask(), linux_check_ptrace_features(), linux_detach_one_lwp(), linux_proc_get_int(), linux_proc_pid_has_state(), linux_ptrace_attach_warnings(), linux_ptrace_test_ret_to_nx(), linux_test_for_tracefork(), mips_linux_watch_get_irw_mask(), mips_linux_watch_get_num_valid(), mips_linux_watch_get_watchhi(), mips_linux_watch_get_watchlo(), mips_linux_watch_set_watchhi(), mips_linux_watch_set_watchlo(), parse_format_string(), tile_arch_setup(), try_thread_db_load_from_dir(), unmark_fd_no_cloexec(), x86_linux_read_description(), and xstrvprintf().
#define bindtextdomain | ( | Domainname, | |
Dirname | |||
) | while (0) /* nothing */ |
Definition at line 39 of file gdb_locale.h.
#define dcgettext | ( | Domainname, | |
Msgid, | |||
Category | |||
) | (Msgid) |
Definition at line 37 of file gdb_locale.h.
#define dgettext | ( | Domainname, | |
Msgid | |||
) | (Msgid) |
Definition at line 36 of file gdb_locale.h.
#define gettext | ( | Msgid | ) | (Msgid) |
Definition at line 35 of file gdb_locale.h.
#define N_ | ( | String | ) | (String) |
Definition at line 41 of file gdb_locale.h.
#define textdomain | ( | Domainname | ) | while (0) /* nothing */ |
Definition at line 38 of file gdb_locale.h.