[gdb/testsuite] Fix regexp in skip_opencl_tests
[external/binutils.git] / gdb / ax-gdb.c
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.
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-09-25 Siddhesh Poyarekar * ada-valprint.c (ada_val_print_1): Eliminate single-use
2012-07-19 Tom Tromey PR exp/13206:
2012-07-19 Tom Tromey * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEM...
2012-07-05 Hui Zhu2012-07-05 Hui Zhu <hui_zhu@mentor.com>
2012-07-02 Stan Shebs Add target-side support for dynamic printf.
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-03-21 Joel BrobeckerSEGV during AX eval of OP_DOUBLE (unsupported)
2012-03-14 Joel Brobeckerax-gdb: Do not treat enums and bools as integers.
2012-03-14 Joel Brobeckerax-gdb.c: Add handling of TYPE_CODE_RANGE types.
2012-03-08 Joel BrobeckerRevert "ax-gdb: Do not treat enums and bools as integers."
2012-03-08 Luis Machado2012-03-08 Luis Machado <lgustavo@codesourcery.com>
2012-03-08 Joel Brobeckerax-gdb: Do not treat enums and bools as integers.
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-11-02 Stan Shebs2011-11-02 Stan Shebs <stan@codesourcery.com>
2011-09-27 Stan Shebs Add return address collection for tracepoints.
2011-06-17 Tom Tromey * valops.c (value_of_this): Use lookup_language_this.
2011-05-18 Tom Tromey * dwarf2read.c (dwarf2_add_field): Constify.
2011-02-24 Joel BrobeckerRevert the following change (not approved yet):
2011-02-21 Hui Zhu2011-02-21 Hui Zhu <teawater@gmail.com>
2011-02-16 Pedro Alves2011-02-16 Tom Tromey <tromey@redhat.com>
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-12-31 Michael Snyder2010-12-31 Michael Snyder <msnyder@vmware.com>
2010-12-29 Hui Zhu2010-12-29 Hui Zhu <teawater@gmail.com>
2010-12-28 Pedro Alves * ax-gdb.c (gen_expr) <OP_REGISTER>: Error out if...
2010-12-28 Hui Zhu2010-12-28 Hui Zhu <teawater@gmail.com>
2010-05-18 Michael Snyder2010-05-18 Michael Snyder <msnyder@vmware.com>
2010-05-06 Michael Snyder2010-05-05 Michael Snyder <msnyder@vmware.com>
2010-04-23 Stan Shebs2010-04-23 Stan Shebs <stan@codesourcery.com>
2010-04-20 Stan Shebs2010-04-20 Stan Shebs <stan@codesourcery.com>
2010-03-19 Stan Shebs2010-03-19 Stan Shebs <stan@codesourcery.com>
2010-03-18 Stan ShebsFix last checkin
2010-03-18 Stan Shebs2010-03-17 Stan Shebs <stan@codesourcery.com>
2010-03-17 Stan Shebs2010-03-17 Stan Shebs <stan@codesourcery.com>
2010-03-16 Stan ShebsFix a commit snafu
2010-03-15 Stan Shebs2010-03-15 Stan Shebs <stan@codesourcery.com>
2010-03-12 Stan Shebs2010-03-12 Stan Shebs <stan@codesourcery.com>
2010-03-09 Keith Seitzdwarf2_physname patchset:
2010-02-11 Pedro Alves * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]...
2010-02-11 Pedro Alves * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]...
2010-02-11 Pedro Alves * ax-gdb.c (gen_deref): Don't allow dereferencing...
2010-01-15 Stan Shebs Add trace file support.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
next