Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -2/+2 |
| | |||||
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -2/+3 |
| | |||||
* | * blockframe.c (generic_get_saved_register): Spelling fix. | Nicholas Duffek | 2001-01-12 | 1 | -1/+1 |
| | | | | * frame.h (FRAME_FP): Spelling fix. | ||||
* | Replace free() with xfree(). | Kevin Buettner | 2000-12-15 | 1 | -4/+4 |
| | |||||
* | 2000-12-11 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-12-11 | 1 | -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 Snyder | 2000-12-11 | 1 | -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->dependent | David Anderson | 2000-09-01 | 1 | -1/+1 |
| | |||||
* | 2000-08-09 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 2000-08-09 | 1 | -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-29 | Kevin Buettner | 2000-07-30 | 1 | -134/+58 |
| | |||||
* | Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P. | Andrew Cagney | 2000-04-29 | 1 | -7/+1 |
| | |||||
* | 2000-04-25 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2000-04-26 | 1 | -1/+1 |
| | | | | * blockframe.c: Fix a minor typo in a comment. | ||||
* | * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two new | Jim Blandy | 2000-04-14 | 1 | -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 snapshot | Jason Molenda | 1999-12-22 | 1 | -5/+4 |
| | |||||
* | import gdb-1999-12-13 snapshot | Jason Molenda | 1999-12-14 | 1 | -7/+21 |
| | |||||
* | import gdb-1999-08-23 snapshot | Jason Molenda | 1999-08-23 | 1 | -14/+10 |
| | |||||
* | import gdb-1999-07-12 snapshot | Jason Molenda | 1999-07-12 | 1 | -1/+1 |
| | |||||
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -142/+143 |
| | |||||
* | import gdb-1999-07-05 snapshot | Jason Molenda | 1999-07-05 | 1 | -1/+13 |
| | |||||
* | import gdb-1999-06-07 snapshot | Jason Molenda | 1999-06-07 | 1 | -1/+19 |
| | |||||
* | import gdb-1999-05-25 snapshot | Jason Molenda | 1999-05-25 | 1 | -3/+2 |
| | |||||
* | import gdb-19990504 snapshot | Stan Shebs | 1999-05-05 | 1 | -2/+2 |
| | |||||
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -33/+109 |
| | |||||
* | Initial revision | Stan Shebs | 1999-04-16 | 1 | -0/+1301 |