summaryrefslogtreecommitdiff
path: root/gdb/valops.c
Commit message (Expand)AuthorAgeFilesLines
* * gdbtypes.c (check_stub_method): Make static.Daniel Jacobowitz2002-09-141-13/+5
* * gdbarch.sh (NAME_OF_MALLOC): New variable in the architectureJoel Brobecker2002-09-131-1/+1
* * value.h (find_function_in_inferior): Add const keyword toJoel Brobecker2002-09-131-1/+1
* * valops.c (value_cast): Simplify and correct logic for doing aJim Blandy2002-08-211-12/+5
* * gdb-events.sh: Add target-changed event.Keith Seitz2002-08-211-0/+5
* 2002-08-19 David Carlton <carlton@math.stanford.edu>David Carlton2002-08-191-5/+12
* 2002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-011-59/+61
* 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>Daniel Jacobowitz2002-07-121-2/+0
* 2002-07-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-07-101-0/+5
* * infcmd.c (print_return_value): Remove compatibility code callingAndrew Cagney2002-07-031-3/+3
* * valops.c (hand_function_call): Move declaration of retbuf toAndrew Cagney2002-07-031-16/+39
* 2002-06-18 Don Howard <dhoward@redhat.com>Don Howard2002-06-181-3/+3
* 2002-06-14 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-06-141-60/+41
* 2002-05-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-131-1/+1
* * arch-utils.h (legacy_register_to_value): Declare.Andrew Cagney2002-05-121-3/+2
* 2005-05-11 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-05-121-46/+49
* 2002-05-02 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-05-021-1/+5
* * valops.c (hand_function_call): CallAndrew Cagney2002-04-261-0/+11
* * findvar.c (extract_signed_integer): Cast printf argumentJason Thorpe2002-04-231-2/+2
* 2002-03-22 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-03-221-1/+1
* 2002-02-16 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-161-1/+2
* * valops.c (PUSH_ARGUMENTS): Delete definition.Andrew Cagney2002-02-101-4/+0
* 2002-02-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-041-13/+22
* 2002-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-081-0/+1
* * valops.c (value_arg_coerce): Fix formatting.Mark Kettenis2002-01-061-2/+3
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-051-1/+1
* 2002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-041-1/+11
* s/value_ptr/struct value */Andrew Cagney2002-01-041-114/+113
* Approved by Jim Blandy:Fred Fish2001-12-121-3/+1
* Undo accidental commit of a separate patch.Daniel Jacobowitz2001-12-071-11/+1
* * valops.c (hand_function_call): Check for method arguments inDaniel Jacobowitz2001-12-071-2/+33
* * valops.c (default_coerce_float_to_double,Jim Blandy2001-11-131-14/+28
* Add predicate for PUSH_RETURN_ADDRESS.Andrew Cagney2001-11-061-12/+12
* * value.h (value_as_address): Rename value_as_pointer.Andrew Cagney2001-10-161-3/+3
* Clean up the D10V port so that GDB and the target program noJim Blandy2001-07-101-47/+2
* * valops.c (value_cast): When casting a pointer to an integer,Jim Blandy2001-07-101-1/+12
* 2001-05-07 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin2001-05-191-6/+6
* (Changes from Daniel Berlin, with revisions by Jim Blandy.)Jim Blandy2001-04-271-220/+1
* * valops.c (hand_function_call): Simplify computation of theAndrew Cagney2001-03-191-12/+5
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-2/+3
* 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>Michael Snyder2001-02-061-3/+3
* * valops.c (value_cast): If casting a scalar to a pointer, do notDavid Taylor2001-02-061-4/+15
* * valops.c (VALUE_SUBSTRING_START): Delete.Nicholas Duffek2001-01-041-2/+0
* Replace free() with xfree().Kevin Buettner2000-12-151-2/+2
* Protoization.Kevin Buettner2000-11-081-4/+1
* * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr):Peter Schauer2000-10-261-5/+0
* 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-08-301-2/+2
* Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED).Andrew Cagney2000-08-041-20/+20
* Protoization.Kevin Buettner2000-07-301-175/+61