|
GDB (xrefs)
|
#include <stdio.h>#include <string.h>#include <errno.h>#include <stdlib.h>#include "common/diagnostics.h"#include <unistd.h>#include <ctype.h>Go to the source code of this file.
Classes | |
| struct | yy_buffer_state |
| struct | yy_trans_info |
Typedefs | |
| typedef signed char | flex_int8_t |
| typedef short int | flex_int16_t |
| typedef int | flex_int32_t |
| typedef unsigned char | flex_uint8_t |
| typedef unsigned short int | flex_uint16_t |
| typedef unsigned int | flex_uint32_t |
| typedef struct yy_buffer_state * | YY_BUFFER_STATE |
| typedef size_t | yy_size_t |
| typedef unsigned char | YY_CHAR |
| typedef int | yy_state_type |
| typedef void(* | dummy_function) () |
Functions | |
| void | yyrestart (FILE *input_file) |
| void | yy_switch_to_buffer (YY_BUFFER_STATE new_buffer) |
| YY_BUFFER_STATE | yy_create_buffer (FILE *file, int size) |
| void | yy_delete_buffer (YY_BUFFER_STATE b) |
| void | yy_flush_buffer (YY_BUFFER_STATE b) |
| void | yypush_buffer_state (YY_BUFFER_STATE new_buffer) |
| void | yypop_buffer_state (void) |
| static void | yyensure_buffer_stack (void) |
| static void | yy_load_buffer_state (void) |
| static void | yy_init_buffer (YY_BUFFER_STATE b, FILE *file) |
| YY_BUFFER_STATE | yy_scan_buffer (char *base, yy_size_t size) |
| YY_BUFFER_STATE | yy_scan_string (yyconst char *yy_str) |
| YY_BUFFER_STATE | yy_scan_bytes (yyconst char *bytes, int len) |
| void * | yyalloc (yy_size_t) |
| void * | yyxrealloc (void *, yy_size_t) |
| void | yyfree (void *) |
| static yy_state_type | yy_get_previous_state (void) |
| static yy_state_type | yy_try_NUL_trans (yy_state_type current_state) |
| static int | yy_get_next_buffer (void) |
| static void yynoreturn | yy_fatal_error (yyconst char *msg) |
| static void | canonicalizeNumeral (char *s1, const char *) |
| static struct stoken | processString (const char *, int) |
| static int | processInt (struct parser_state *, const char *, const char *, const char *) |
| static int | processReal (struct parser_state *, const char *) |
| static struct stoken | processId (const char *, int) |
| static int | processAttribute (const char *) |
| static int | find_dot_all (const char *) |
| static void | rewind_to_char (int) |
| static int | yy_init_globals (void) |
| int | yylex_destroy (void) |
| int | yyget_debug (void) |
| void | yyset_debug (int debug_flag) |
| YY_EXTRA_TYPE | yyget_extra (void) |
| void | yyset_extra (YY_EXTRA_TYPE user_defined) |
| FILE * | yyget_in (void) |
| void | yyset_in (FILE *_in_str) |
| FILE * | yyget_out (void) |
| void | yyset_out (FILE *_out_str) |
| int | yyget_leng (void) |
| char * | yyget_text (void) |
| int | yyget_lineno (void) |
| void | yyset_lineno (int _line_number) |
| int | yywrap (void) |
| static void | yyunput (int c, char *buf_ptr) |
| if (!(yy_init)) | |
Variables | |
| int | yyleng |
| FILE * | yyin = NULL |
| FILE * | yyout = NULL |
| static size_t | yy_buffer_stack_top = 0 |
| static size_t | yy_buffer_stack_max = 0 |
| static YY_BUFFER_STATE * | yy_buffer_stack = NULL |
| static char | yy_hold_char |
| static int | yy_n_chars |
| static char * | yy_c_buf_p = NULL |
| static int | yy_init = 0 |
| static int | yy_start = 0 |
| static int | yy_did_buffer_switch_on_eof |
| int | yylineno = 1 |
| char * | yytext |
| static yyconst flex_int16_t | yy_accept [207] |
| static yyconst YY_CHAR | yy_ec [256] |
| static yyconst YY_CHAR | yy_meta [68] |
| static yyconst flex_uint16_t | yy_base [229] |
| static yyconst flex_int16_t | yy_def [229] |
| static yyconst flex_uint16_t | yy_nxt [1320] |
| static yyconst flex_int16_t | yy_chk [1320] |
| static yy_state_type | yy_last_accepting_state |
| static char * | yy_last_accepting_cpos |
| int | yy_flex_debug = 0 |
| static char | numbuf [NUMERAL_WIDTH] |
| YY_DECL | |
| char * | yy_cp |
| char * | yy_bp |
| int | yy_act |
| dummy_function | ada_flex_use [] |
| #define INT32_MAX (2147483647) |
Definition at line 75 of file ada-lex.c.
Referenced by s390_displaced_step_copy_insn().
| #define LONGEST_SIGN ((ULONGEST) 1 << (sizeof(LONGEST) * HOST_CHAR_BIT - 1)) |
| #define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
| #define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
| #define YY_CURRENT_BUFFER |
Definition at line 261 of file ada-lex.c.
Referenced by if().
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
| #define YY_DO_BEFORE_ACTION |
| #define YY_EXIT_FAILURE 2 |
| #define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) |
| #define YY_INPUT | ( | BUF, | |
| RESULT, | |||
| MAX_SIZE | |||
| ) |
| #define yy_new_buffer yy_create_buffer |
| #define YY_RULE_SETUP YY_USER_ACTION |
| #define YY_SC_TO_UI | ( | c | ) | ((unsigned int) (unsigned char) c) |
| #define yy_set_bol | ( | at_bol | ) |
| #define yy_set_interactive | ( | is_interactive | ) |
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
| #define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
| #define yyless | ( | n | ) |
| #define yyless | ( | n | ) |
| #define YYTABLES_NAME "yytables" |
| typedef short int flex_int16_t |
| typedef int flex_int32_t |
| typedef signed char flex_int8_t |
| typedef unsigned short int flex_uint16_t |
| typedef unsigned int flex_uint32_t |
| typedef unsigned char flex_uint8_t |
| typedef struct yy_buffer_state* YY_BUFFER_STATE |
| typedef int yy_state_type |
|
static |
|
static |
| if | ( | ! | yy_init | ) |
Definition at line 1075 of file ada-lex.c.
References YY_BUF_SIZE, yy_create_buffer(), YY_CURRENT_BUFFER, YY_CURRENT_BUFFER_LVALUE, yy_init, yy_load_buffer_state(), yy_start, yyensure_buffer_stack(), yyin, and yyout.
Referenced by aarch64_linux_stopped_data_address(), abs_op(), alphacoff_locate_sections(), ax_print(), bpfinishpy_detect_out_scope_cb(), bppy_get_expression(), breakpoint_hit_catch_exec(), breakpoint_hit_catch_fork(), breakpoint_hit_catch_solib(), breakpoint_hit_catch_syscall(), breakpoint_hit_catch_vfork(), build_bp_list(), check_status_catch_solib(), cplus_describe_child(), create_cus_from_debug_names_list(), darwin_relocate_section_addresses(), decode_vmflags(), delete_breakpoint(), discard_pending_stop_replies(), display_descriptor(), display_selector(), do_ppc_sysv_return_value(), dwarf2_compile_property_to_c(), dwarf2_evaluate_property(), emit_stop_event(), execute_cfa_program(), execute_control_command_1(), find_definition(), frscm_scm_from_frame(), frv_fetch_objfile_link_map(), gdbpy_apply_type_printers(), gdbpy_breakpoint_modified(), gdbpy_free_type_printers(), gdbscm_breakpoint_expression(), handle_unload_dll(), hppa_frame_cache(), info_mappings_callback(), infpy_search_memory(), infpy_write_memory(), install_new_value(), kill_child_of_pending_fork(), library_list_start_list(), lm_addr_check(), macro_undef(), mips_elf_make_msymbol_special(), net_windows_socket_check_pending(), new_height_ok(), parse_partial_symbols(), parse_symbol(), pipe_done_wait_handle(), pipe_wait_handle(), ppc64_sysv_abi_push_val(), ppc_collect_fpregset(), ppc_collect_gregset(), ppc_collect_vrregset(), ppc_linux_collect_gregset(), ppc_linux_remove_hw_breakpoint(), ppc_supply_fpregset(), ppc_supply_gregset(), ppc_supply_vrregset(), psymtab_to_symtab_1(), rank_one_type(), read_formatted_entries(), read_one_sym(), record_linux_system_call(), remote_notif_remove_once_on_match(), remove_child_of_pending_fork(), remove_stop_reply_for_inferior(), remove_stop_reply_of_remote_state(), ser_console_close(), ser_console_done_wait_handle(), ser_console_wait_handle(), ser_windows_read_prim(), ser_windows_wait_handle(), signal_catchpoint_breakpoint_hit(), signal_catchpoint_insert_location(), signal_catchpoint_remove_location(), solib_aix_free_so(), solib_aix_relocate_section_addresses(), solib_target_relocate_section_addresses(), solist_update_incremental(), sparc32_sol2_sigtramp_frame_cache(), sparc64_sol2_sigtramp_frame_cache(), svr4_clear_so(), svr4_current_sos(), tdesc_start_enum_value(), tdesc_start_field(), tdesc_start_struct(), thumb2_record_asimd_struct_ld_st(), typy_legacy_template_argument(), watchpoint_check(), xtensa_frame_prev_register(), xtensa_window_interrupt_frame_cache(), and yyparse().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 2880 of file ada-lex.c.
References lexptr, yyleng, and yyrestart().
| YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, |
| int | size | ||
| ) |
Referenced by if().
| void yy_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
|
static |
| void yy_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by if().
| YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, |
| yy_size_t | size | ||
| ) |
| YY_BUFFER_STATE yy_scan_bytes | ( | yyconst char * | bytes, |
| int | len | ||
| ) |
| YY_BUFFER_STATE yy_scan_string | ( | yyconst char * | yy_str | ) |
| void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
|
static |
|
static |
Referenced by if().
| void yyfree | ( | void * | ) |
| int yyget_debug | ( | void | ) |
| YY_EXTRA_TYPE yyget_extra | ( | void | ) |
| FILE* yyget_in | ( | void | ) |
| int yyget_leng | ( | void | ) |
| int yyget_lineno | ( | void | ) |
| FILE* yyget_out | ( | void | ) |
| char* yyget_text | ( | void | ) |
| int yylex_destroy | ( | void | ) |
| void yypop_buffer_state | ( | void | ) |
| void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
| void yyrestart | ( | FILE * | input_file | ) |
Referenced by rewind_to_char().
| void yyset_debug | ( | int | debug_flag | ) |
| void yyset_extra | ( | YY_EXTRA_TYPE | user_defined | ) |
| void yyset_in | ( | FILE * | _in_str | ) |
| void yyset_lineno | ( | int | _line_number | ) |
| void yyset_out | ( | FILE * | _out_str | ) |
|
static |
| void* yyxrealloc | ( | void * | , |
| yy_size_t | |||
| ) |
| dummy_function ada_flex_use[] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| YY_DECL |
The main scanner function which does all the work.
|
static |
|
static |
|
static |
| FILE * yyin = NULL |
Definition at line 335 of file ada-lex.c.
Referenced by ada_parse(), and if().
| int yyleng |
Definition at line 273 of file ada-lex.c.
Referenced by rewind_to_char().
1.8.14