gdb/testsuite: restore configure script
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
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...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-06-18  Tom Tromeyconstify struct block in some places
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-01-07  Honggyu KimRemove duplicated #include's from GDB
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-03-21  Tom Tromey * tracepoint.h (decode_agent_options): Add 'trace_string'
2013-03-20  Tom Tromey * ax-gdb.c (gen_var_ref): Unconditionally call via...
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-07  Keith Seitz * ax-gdb.c (gen_printf): Make FORMAT const.
next
This page took 0.735017 seconds and 106 git commands to generate.