summaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
Commit message (Collapse)AuthorAgeFilesLines
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
|
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-2/+3
|
* * blockframe.c (generic_get_saved_register): Spelling fix.Nicholas Duffek2001-01-121-1/+1
| | | | * frame.h (FRAME_FP): Spelling fix.
* Replace free() with xfree().Kevin Buettner2000-12-151-4/+4
|
* 2000-12-11 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-12-111-1/+1
| | | | | | | | | * sh-tdep.c (sh_extract_struct_value_address): Protoize. 2000-12-11 Michael Snyder <msnyder@mvstp600e.cygnus.com> * blockframe.c (get_prev_frame): Add missing paren omitted in last check-in.
* 2000-12-11 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2000-12-111-3/+3
| | | | | * blockframe.c (get_prev_frame): Zero all fields of prev by default using memset (instead of one at a time).
* spelling correction: depdendant->dependentDavid Anderson2000-09-011-1/+1
|
* 2000-08-09 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2000-08-091-1/+2
| | | | | | | | | | | | | | * blockframe.c (sigtramp_saved_pc): Use dynamic allocation, since TARGET_PTR_BIT is no longer a constant (MULTI_ARCH). * irix4-nat.c (get_longjmp_target): Ditto. * irix5-nat.c (get_longjmp_target): Ditto. * jv-valprint.c (java_value_print): Ditto. * m3-nat.c (get_cprocs): Ditto. * m68k-tdep.c (get_longjmp_target): Ditto. * mips-nat.c (get_longjmp_target): Ditto. * mipsv4-nat.c(get_longjmp_target): Ditto. * pa64solib.c (read_dynamic_info): Ditto. * solib.c (elf_locate_base): Ditto.
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-134/+58
|
* Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P.Andrew Cagney2000-04-291-7/+1
|
* 2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-04-261-1/+1
| | | | * blockframe.c: Fix a minor typo in a comment.
* * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy2000-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions which architectures can redefine, defaulting to generic_pointer_to_address and generic_address_to_pointer. * findvar.c (extract_typed_address, store_typed_address, generic_pointer_to_address, generic_address_to_pointer): New functions. (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Provide default definitions. (extract_address, store_address): Doc fixes. * values.c (value_as_pointer): Doc fix. (value_from_pointer): New function. * defs.h (extract_typed_address, store_typed_address): New declarations. * inferior.h (generic_address_to_pointer, generic_pointer_to_address): New declarations. * value.h (value_from_pointer): New declaration. * ax-gdb.c (const_var_ref): Use value_from_pointer, not value_from_longest. * blockframe.c (generic_push_dummy_frame): Use read_pc and read_sp, not read_register. * c-valprint.c (c_val_print): Use extract_typed_address instead of extract_address to extract vtable entries and references. * cp-valprint.c (cp_print_value_fields): Use value_from_pointer instead of value_from_longest to extract the vtable's address. * eval.c (evaluate_subexp_standard): Use value_from_pointer instead of value_from_longest to compute `this', and for doing pointer-to-member dereferencing. * findvar.c (read_register): Use extract_unsigned_integer, not extract_address. (read_var_value): Use store_typed_address instead of store_address for building label values. (locate_var_value): Use value_from_pointer instead of value_from_longest. * hppa-tdep.c (find_stub_with_shl_get): Use value_from_pointer, instead of value_from_longest, to build arguments to __d_shl_get. * printcmd.c (set_next_address): Use value_from_pointer, not value_from_longest. (x_command): Use value_from_pointer, not value_from_longest. * tracepoint.c (set_traceframe_context): Use value_from_pointer, not value_from_longest. * valarith.c (value_add, value_sub): Use value_from_pointer, not value_from_longest. * valops.c (find_function_in_inferior, value_coerce_array, value_coerce_function, value_addr, hand_function_call): Same. * value.h (COERCE_REF): Use unpack_pointer, not unpack_long. * values.c (unpack_long): Use extract_typed_address to produce addresses from pointers and references, not extract_address. (value_from_longest): Use store_typed_address instead of store_address to produce pointer and reference values.
* import gdb-1999-12-21 snapshotJason Molenda1999-12-221-5/+4
|
* import gdb-1999-12-13 snapshotJason Molenda1999-12-141-7/+21
|
* import gdb-1999-08-23 snapshotJason Molenda1999-08-231-14/+10
|
* import gdb-1999-07-12 snapshotJason Molenda1999-07-121-1/+1
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-142/+143
|
* import gdb-1999-07-05 snapshotJason Molenda1999-07-051-1/+13
|
* import gdb-1999-06-07 snapshotJason Molenda1999-06-071-1/+19
|
* import gdb-1999-05-25 snapshotJason Molenda1999-05-251-3/+2
|
* import gdb-19990504 snapshotStan Shebs1999-05-051-2/+2
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-33/+109
|
* Initial revisionStan Shebs1999-04-161-0/+1301