aboutsummaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-9/+6
2016-01-21gdb.trace: Fix string collection for 64-bit platforms.Marcin Koƛcielnicki1-12/+11
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27Introduce ax_raw_byte and use itSimon Marchi1-1/+1
2015-08-11Explicit locations: use new location APIKeith Seitz1-2/+6
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-6/+6
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-07-08PR18617 - Incorrect expression bytecode generated for narrowing conversionsRobert O'Callahan1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-03-21 * tracepoint.h (decode_agent_options): Add 'trace_string'Tom Tromey1-56/+36
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey1-7/+7
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-1/+1
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-8/+10
2013-03-07 * ax-gdb.c (gen_printf): Make FORMAT const.Keith Seitz1-1/+1
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-3/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-6/+7
2012-07-19 PR exp/13206:Tom Tromey1-0/+2
2012-07-19 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey1-0/+42
2012-07-052012-07-05 Hui Zhu <hui_zhu@mentor.com>Hui Zhu1-45/+72
2012-07-02 Add target-side support for dynamic printf.Stan Shebs1-0/+143
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-6/+2
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-2/+3
2012-03-21SEGV during AX eval of OP_DOUBLE (unsupported)Joel Brobecker1-1/+1
2012-03-14ax-gdb: Do not treat enums and bools as integers.Joel Brobecker1-6/+0
2012-03-14ax-gdb.c: Add handling of TYPE_CODE_RANGE types.Joel Brobecker1-0/+3
2012-03-08Revert "ax-gdb: Do not treat enums and bools as integers."Joel Brobecker1-0/+6
2012-03-082012-03-08 Luis Machado <lgustavo@codesourcery.com>Luis Machado1-6/+5
2012-03-08ax-gdb: Do not treat enums and bools as integers.Joel Brobecker1-6/+0
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-11-022011-11-02 Stan Shebs <stan@codesourcery.com>Stan Shebs1-3/+47
2011-09-27 Add return address collection for tracepoints.Stan Shebs1-4/+43
2011-06-17 * valops.c (value_of_this): Use lookup_language_this.Tom Tromey1-8/+7
2011-05-18 * dwarf2read.c (dwarf2_add_field): Constify.Tom Tromey1-1/+1
2011-02-24Revert the following change (not approved yet):Joel Brobecker1-59/+0
2011-02-212011-02-21 Hui Zhu <teawater@gmail.com>Hui Zhu1-0/+59
2011-02-162011-02-16 Tom Tromey <tromey@redhat.com>Pedro Alves1-8/+7
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+3
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-19/+31