summaryrefslogtreecommitdiff
path: root/gdb/valarith.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* gdb: Update type of lower bound in value_subscripted_rvalueAndrew Burgess2019-07-121-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove _initialize_valarithTom Tromey2019-05-021-5/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid buffer overflow in value_x_unopTom Tromey2018-11-291-2/+0
* invoke_xmethod & array_viewPedro Alves2018-11-211-25/+25
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-3/+4
* gdb: Check element of optimised out vla existsAndrew Burgess2018-08-091-2/+5
* Remove old lint codeTom Tromey2018-07-301-17/+3
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand2017-11-061-208/+69
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-5/+3
* Clean up some DFP interfacesUlrich Weigand2017-10-051-2/+8
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-2/+2
* Use containers to avoid cleanupsTom Tromey2017-08-031-18/+10
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Create subobject value in pretty printerYao Qi2016-11-211-16/+1
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-1/+1
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* fort_dyn_array: Support evaluation of dynamic elements inside arrays.Bernhard Heckel2016-04-261-0/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-1/+8
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-4/+4
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* PR python/18285Doug Evans2015-04-291-18/+33
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Add new argument NOSIDE to find_overload_match.Siva Chandra2014-08-151-6/+9
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra2014-06-031-3/+18
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-2/+1
* * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy2013-01-251-1/+1
* http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess2013-01-251-1/+46
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * valarith.c (value_concat): Replace unsafe ALLOCA withSiddhesh Poyarekar2012-09-141-2/+10
* gdb/Yao Qi2012-08-161-50/+6
* 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy2012-06-091-1/+1
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+1
* * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans2012-02-071-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* PR c++/13225Keith Seitz2011-10-141-8/+1