aboutsummaryrefslogtreecommitdiff
path: root/gdb/opencl-lang.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+2
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-54/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-1/+1
2014-01-13replace XZALLOC with XCNEWTom 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-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+1
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-0/+2
2013-05-13 PR exp/15364:Tom Tromey1-4/+7
2013-03-25 PR c++/9197:Tom Tromey1-9/+4
2013-01-25http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess1-3/+95
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-29ChangeLog:Ulrich Weigand1-1/+22
2012-08-17 PR c++/13356Keith Seitz1-1/+0
2012-03-02language-specific read_var_value for Ada renamingsJoel Brobecker1-0/+1
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-2/+5
2012-02-08Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker1-1/+1
2012-01-26Ada: allow unqualified function names in linespecsJoel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey1-0/+2
2011-10-09gdb/Jan Kratochvil1-1/+2
2011-07-14gdb/Jan Kratochvil1-1/+1
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-8/+8
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-02-21 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.Ulrich Weigand1-134/+52
2011-02-15gdb/ChangeLogKen Werner1-1/+1
2011-02-02 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.Ulrich Weigand1-6/+6
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-29gdbTom Tromey1-0/+39
2010-11-05gdb:Ken Werner1-0/+1162