x86/Intel: adjust representation of embedded rounding / SAE
[binutils-gdb.git] / gdb / ax-gdb.c
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...
2017-04-12 Tom TromeyAdd a constructor and destructor to linespec_result
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-24 John BaldwinDo not use std::move when assigning an anonymous object...
2016-11-09 Pedro Alvesagent_expr_up: gdb::unique_ptr -> std::unique_ptr
2016-11-08 Pedro Alves'struct agent_expr *' -> unique_ptr<agent_expr>
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-01-21 Marcin Koƛcielnickigdb.trace: Fix string collection for 64-bit platforms.
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-27 Simon MarchiIntroduce ax_raw_byte and use it
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-07-08 Robert O'CallahanPR18617 - Incorrect expression bytecode generated for...
next