Remove path name from test case
[binutils-gdb.git] / gdb / ax-gdb.c
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_PACKED
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-06-20 Tom TromeyUse bool for agent_expr::tracing
2023-06-20 Tom TromeyUse gdb::byte_vector in agent_expr
2023-05-23 Tom TromeyIntroduce and use parser flags
2023-05-01 Tom TromeyReplace field_is_static with a method
2023-04-17 Tom TromeyConvert long_const_operation to use gdb_mpz
2023-02-27 Tom TromeyHandle range types in ax-gdb.c
2023-02-19 Tom TromeyConvert block_linkage_function to method
2023-02-13 Tom TromeyTurn value_type into method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-12 Tom TromeyUse checked_static_cast in more places
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-21 Andrew Burgessgdb/x86: handle stap probe arguments in xmm registers
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-07 Simon Marchigdb: rename "maint agent" functions
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSADDR
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSNAME
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-04-15 Tom TromeyUse block_symbol in var_value_operation
2021-03-08 Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
2021-03-08 Tom TromeyImplement the "&&" and "||" operators
2021-03-08 Tom TromeyIntroduce var_value_operation
2021-03-08 Tom TromeyIntroduce unop_cast_type_operation
2021-03-08 Tom TromeyIntroduce unop_cast_operation
2021-03-08 Tom TromeyIntroduce assign_modify_operation
2021-03-08 Tom TromeyIntroduce assign_operation
2021-03-08 Tom TromeyIntroduce op_this_operation
2021-03-08 Tom TromeyImplement UNOP_MEMVAL and UNOP_MEMVAL_TYPE
2021-03-08 Tom TromeyIntroduce unop_sizeof_operation
2021-03-08 Tom TromeyIntroduce unop_addr_operation
2021-03-08 Tom TromeyIntroduce unop_ind_operation
2021-03-08 Tom TromeyImplement some unary operations
2021-03-08 Tom TromeyIntroduce comma_operation
2021-03-08 Tom TromeyIntroduce repeat_operation
2021-03-08 Tom TromeyIntroduce ternop_cond_operation
2021-03-08 Tom TromeyIntroduce internalvar_operation
2021-03-08 Tom TromeyIntroduce register_operation
2021-03-08 Tom TromeyIntroduce var_msym_value_operation
2021-03-08 Tom TromeyIntroduce long_const_operation
2021-03-08 Tom TromeyIntroduce scope_operation
2021-03-08 Tom TromeyAdd two agent expression helper functions
2021-03-08 Tom TromeyIntroduce class operation
2021-03-08 Tom TromeySplit gen_expr_binop_rest
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-30 Tom TromeyRemove per-language op_name functions
2020-11-10 Tom TromeyUse "const" more in ax-gdb.c
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-16 Andrew Burgessgdb: Convert la_name_of_this to a method
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-12 Pedro AlvesMake check_for_argument skip whitespace after arg itself
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-04 Tom TromeyUse upper case for more metasyntactic variables in gdb
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08 Tom TromeyC++-ify parse_format_string
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-09-27 Tom TromeyConstify some commands in ax-gdb.c
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04 Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-09-04 Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-07-14 Simon Marchiax-gdb: Remove more unused arguments
2017-07-14 Simon Marchiax-gdb: Remove unnecessary gdbarch parameters
2017-07-14 Simon Marchiax-gdb: Remove two unused agent_expr *ax parameters
2017-07-14 Simon Marchiax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove...
next