GDBserver
|
Go to the source code of this file.
Macros | |
#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(), aarch64_point_encode_ctrl_reg(), agent_capability_check(), agent_get_helper_thread_id(), agent_run_command(), attach_proc_task_lwp_callback(), ax_printf(), btrace_data_append(), btrace_data_empty(), btrace_data_fini(), btrace_format_string(), decimal2str(), exceptions_state_mc(), fromhex(), gdb_connect_sync_socket(), gdb_eval_agent_expr(), gdb_pipe_cloexec(), gdb_signal_from_host(), gdb_signal_to_host(), get_reg_mask(), handle_extended_wait(), hex_string_custom(), int_string(), linux_check_ptrace_features(), linux_detach_one_lwp(), linux_proc_attach_tgid_threads(), linux_proc_get_int(), linux_proc_pid_get_state(), linux_ptrace_attach_fail_reason(), linux_ptrace_test_ret_to_nx(), linux_test_for_tracefork(), maybe_disable_address_space_randomization(), 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(), mnsh_maybe_mourn_peer(), octal2str(), parse_format_string(), remote_unescape_input(), restore_my_cleanups(), tile_arch_setup(), try_thread_db_load_from_dir(), unmark_fd_no_cloexec(), x86_handle_nonaligned_watchpoint(), x86_length_and_rw_bits(), x86_linux_dr_get(), x86_linux_dr_set(), 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.