aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2expr.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves1-25/+20
2017-02-20DWARF-5: call sitesJan Kratochvil1-8/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-02Fix dwarf_expr_context method regressionsTom Tromey1-16/+0
2016-10-21Convert dwarf_expr_context_funcs to methodsTom Tromey1-110/+26
2016-10-21Convert DWARF expr functions to methodsTom Tromey1-205/+194
2016-10-21Initial conversion of dwarf_expr_ctxTom Tromey1-34/+21
2016-10-05Allow DW_OP_GNU_uninit in dwarf_expr_require_compositionAndreas Arnez1-12/+5
2016-09-02Handle DW_OP_form_tls_addressTom Tromey1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-1/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+4
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+6
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+2
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-18Add support for DW_OP_push_object_address.Joel Brobecker1-0/+6
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-17Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker1-4/+6
2013-11-14Fix DW_OP_GNU_regval_type with FP registersJoel Brobecker1-4/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-10 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.Tom Tromey1-2/+2
2012-06-19 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.Doug Evans1-0/+6
2012-06-17gdb/Jan Kratochvil1-0/+14
2012-06-17gdb/Jan Kratochvil1-12/+15
2012-05-24 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->Doug Evans1-15/+15
2012-05-22 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, endDoug Evans1-88/+80
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-04-28 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFissionDoug Evans1-0/+14
2012-03-19gdb/Jan Kratochvil1-20/+32
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-10-17gdb/Jan Kratochvil1-8/+0
2011-10-09gdb/Jan Kratochvil1-3/+76
2011-10-09gdb/Jan Kratochvil1-0/+62
2011-10-09gdb/Jan Kratochvil1-9/+73
2011-10-09gdb/Jan Kratochvil1-2/+6
2011-07-27gdb/Jan Kratochvil1-0/+8
2011-07-27gdb/Jan Kratochvil1-0/+48
2011-07-15gdb/Jan Kratochvil1-14/+13
2011-07-13 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: UseTom Tromey1-1/+3
2011-07-11gdb/Jan Kratochvil1-1/+1
2011-07-08 * dwarf2expr.c (execute_stack_op): Add QUIT.Tom Tromey1-0/+4
2011-06-22 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat typeTom Tromey1-1/+4
2011-06-03Various spelling fixes.Joel Brobecker1-2/+2
2011-06-03address size can be different from DW_OP_deref sizeJoel Brobecker1-0/+13
2011-06-03 * dwarf2expr.c (get_signed_type): New function.Tom Tromey1-0/+34
2011-05-17 * dwarf2read.c (dwarf2_get_die_type): CallTom Tromey1-0/+2
2011-05-13gdbTom Tromey1-2/+2