aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove setting value address for reference entry value target data value.Jan Kratochvil2014-07-221-9/+0
* constify struct block in some placesTom Tromey2014-06-181-4/+4
* Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.Siva Chandra2014-04-301-4/+3
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-6/+2
* type: add c99 variable length array supportSanimir Agovic2014-04-141-0/+119
* Revert the entire VLA series.Joel Brobecker2014-04-111-119/+0
* type: add c99 variable length array supportSanimir Agovic2014-04-111-0/+119
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-5/+6
* change minsym representationTom Tromey2014-02-261-13/+13
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Convert the unavailable vector to be bit, not byte, based.Andrew Burgess2013-12-171-1/+1
* New OPTIMIZED_OUT_ERROR error code.Pedro Alves2013-12-061-3/+4
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcsJoel Brobecker2013-11-171-4/+4
* Fix GDB crash with upstream GCC due to memcpy(NULL, ...)Andreas Arnez2013-11-151-2/+3
* Fix DW_OP_GNU_regval_type with FP registersJoel Brobecker2013-11-141-0/+26
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-3/+13
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-2/+2
* dwarf2loc.c: minor cleanup. don't print integer with paddress.Pedro Alves2013-09-051-3/+4
* cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setterSanimir Agovic2013-08-291-3/+1
* gdb/Yao Qi2013-06-261-2/+0
* Fix PR symtab/15391Tom Tromey2013-06-181-4/+11
* * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.Tom Tromey2013-05-061-13/+41
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-2/+2
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-21/+30
* * tracepoint.h (decode_agent_options): Add 'trace_string'Tom Tromey2013-03-211-1/+1
* 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey2013-03-201-18/+47
* 2013-03-12 Hui Zhu <hui@codesourcery.com>Hui Zhu2013-03-121-2/+2
* 2013-03-12 Yao Qi <yao@codesourcery.com>Hui Zhu2013-03-121-21/+5
* gdb/Jan Kratochvil2013-03-101-1/+3
* gdb/Jan Kratochvil2013-03-011-1/+2
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-2/+0
* * dwarf2loc.c (dwarf2_find_location_expression): Don't add base addressDoug Evans2013-01-281-3/+8
* * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: OnlyTom Tromey2013-01-221-1/+2
* PR c++/14999:Tom Tromey2013-01-181-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.Tom Tromey2012-12-101-7/+7
* * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return value of get_...Hui Zhu2012-12-061-1/+5
* gdb/Jan Kratochvil2012-10-161-3/+0
* gdb/Jan Kratochvil2012-10-151-4/+15
* gdb/Yao Qi2012-08-021-13/+13
* 2012-07-26 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-07-261-1/+1
* * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameterSiddhesh Poyarekar2012-07-261-6/+6
* gdb/Jan Kratochvil2012-07-131-0/+6
* * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.Doug Evans2012-06-191-1/+37