aboutsummaryrefslogtreecommitdiff
path: root/gdb/findvar.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-242002-07-24 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-8/+8
2002-05-15* regcache.c (register_valid): Revise comments refering to "NotAndrew Cagney1-0/+7
2002-05-12* arch-utils.h (legacy_register_to_value): Declare.Andrew Cagney1-4/+4
2002-04-23* findvar.c (extract_signed_integer): Cast printf argumentJason Thorpe1-2/+2
2002-04-09* findvar.c: Include "builtin-regs.h".Andrew Cagney1-0/+6
2002-04-05gdb/ChangeLog:Jim Blandy1-1/+1
2002-03-16* eval.c (evaluate_subexp_standard): Pass ``selected_frame'' toAndrew Cagney1-7/+7
2002-02-10* gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default toAndrew Cagney1-6/+0
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-6/+6
2001-12-032001-11-30 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-2/+15
2001-11-10s/value_ptr/struct value */Andrew Cagney1-11/+11
2001-10-16* value.h (value_as_address): Rename value_as_pointer.Andrew Cagney1-4/+4
2001-09-24* findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARGAndrew Cagney1-18/+25
2001-08-01* defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney1-96/+0
2001-07-16 * findvar.c (read_var_value): Apply value_as_pointer() toNicholas Duffek1-13/+6
2001-07-10Clean up the D10V port so that GDB and the target program noJim Blandy1-23/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-0/+1
2001-02-08Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney1-5/+9
2001-02-062001-02-06 Michael Snyder <msnyder@makita.cygnus.com>Michael Snyder1-4/+4
2000-07-30Protoization.Kevin Buettner1-14/+5
2000-07-102000-07-07 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-810/+5
2000-06-04Add host_pointer_to_address() and address_to_host_pointer(). AddAndrew Cagney1-2/+12
2000-05-28PARAMS removal.Kevin Buettner1-7/+7
2000-05-242000-05-24 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder1-18/+14
2000-05-02Multi-arch NPC_REGNUM NNPC_REGNUM.Andrew Cagney1-4/+0
2000-04-272000-04-27 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder1-3/+6
2000-04-17* remote.c (REMOTE_TRANSLATE_XFER_ADDRESS), mem-break.cAndrew Cagney1-8/+0
2000-04-16* findvar.c (store_typed_address, extract_typed_address): FixJim Blandy1-2/+2
2000-04-14* gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy1-12/+98
2000-03-312000-03-29 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-8/+0
2000-03-04Convert extract/store functions to ISO-C.Andrew Cagney1-26/+8
2000-03-02Fixes for extract_floating() and store_floating().Kevin Buettner1-13/+8
2000-02-08 Clean up compiler warnings:Jim Kingdon1-1/+1
2000-02-01import gdb-2000-01-31 snapshotJason Molenda1-0/+27
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-62/+42
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-0/+8
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-10/+12
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-104/+112
1999-06-14import gdb-1999-06-14 snapshotJason Molenda1-28/+118
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-11/+6
1999-04-26import gdb-19990422 snapshotStan Shebs1-30/+48
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1630
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1553/+0
1998-12-10CARP:Andrew Cagney1-2/+2
1998-12-091998-12-08 Philippe De Muyter <phdm@macqel.be>Jason Molenda1-80/+152
1996-04-12 * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMATStu Grossman1-22/+6
1996-04-11 * dcache.c: Add prototypes. Make many functions static.Stu Grossman1-20/+73
1996-03-30 * core-aout.c (fetch_core_registers): Cast core_reg_size to intFred Fish1-6/+58
1996-02-17 * Add native support for long double data type.Stu Grossman1-4/+33