aboutsummaryrefslogtreecommitdiff
path: root/gdb/valarith.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-4/+4
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-04-29PR python/18285Doug Evans1-18/+33
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra1-6/+9
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-03Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra1-3/+18
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-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+1
2013-01-25 * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy1-1/+1
2013-01-25http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess1-1/+46
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-09-14 * valarith.c (value_concat): Replace unsafe ALLOCA withSiddhesh Poyarekar1-2/+10
2012-08-16gdb/Yao Qi1-50/+6
2012-06-092012-06-09 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy1-1/+1
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+1
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+2
2011-10-14 PR c++/13225Keith Seitz1-8/+1
2011-02-18gdb/Jan Kratochvil1-9/+3
2011-02-14 gdb/Pedro Alves1-2/+3
2011-01-12gdb/Jan Kratochvil1-4/+6
2011-01-122011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-28/+28
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-7/+11
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-14gdb:Ken Werner1-4/+12
2010-11-29gdbTom Tromey1-2/+6
2010-11-03gdb:Ken Werner1-10/+11
2010-11-03gdb:Ken Werner1-3/+42
2010-10-19Support overloading of 'operator->'.Sami Wagiaalla1-2/+8
2010-10-08gdb:Ken Werner1-5/+25
2010-08-11gdb/ChangeLog:* gdb/valarith.c (vector_binop): New function.(scalar_binop): L...Ken Werner1-2/+67
2010-06-07Test and support all cpp operator types.Sami Wagiaalla1-2/+66
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+17
2010-05-062010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+0
2010-03-16gdb/Jan Kratochvil1-1/+2
2010-02-11 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out onPedro Alves1-4/+17
2010-02-08PR gdb/10728Chris Moller1-0/+7
2010-01-20gdbTom Tromey1-0/+28
2010-01-01Update copyright year in most headers.Joel Brobecker1-2/+2
2009-12-30gdb/Thiago Jung Bauermann1-0/+18
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-11/+34
2009-07-02 * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand1-4/+5
2009-07-02 * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand1-2/+3
2009-06-29 * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand1-43/+10
2009-06-17 * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand1-2/+7