| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed spelling errors in comments: dependant->dependent in several places. | David Anderson | 2000-09-02 | 1 | -7/+7 |
* | Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com> | David Taylor | 2000-08-25 | 1 | -3/+26 |
* | * regcache.c (TARGET_WRITE_PC, TARGET_READ_PC, TARGET_READ_FP, | Andrew Cagney | 2000-08-11 | 1 | -0/+30 |
* | Move TARGET_*_PTR to gdbarch.h. | Andrew Cagney | 2000-08-11 | 1 | -20/+81 |
* | Rename gdbarch_update() to gdbarch_update_p() | Andrew Cagney | 2000-08-11 | 1 | -5/+7 |
* | Multi-arch EXTRA_STACK_ALIGNMENT_NEEDED (nee NO_EXTRA_ALIGNMENT_NEEDED). | Andrew Cagney | 2000-08-04 | 1 | -0/+13 |
* | Multi-arch REGISTER_SIM_REGNO. Update d10v. | Andrew Cagney | 2000-08-02 | 1 | -0/+17 |
* | 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-08-01 | 1 | -0/+14 |
* | Copy comments from gdbarch.sh to gdbarch.h. Fix a number of K&R params. | Andrew Cagney | 2000-08-01 | 1 | -0/+17 |
* | Move GDB_MULTI_ARCH selection to configure*. Makes tm.h optional. | Andrew Cagney | 2000-07-27 | 1 | -152/+144 |
* | 2000-07-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2000-07-24 | 1 | -0/+28 |
* | * gdbarch.sh: Add NUM_PSEUDO_REGS to the gdbarch structure. | Elena Zannoni | 2000-07-24 | 1 | -0/+13 |
* | Re-implement gdbach_dump() so that it prints out the macro values. | Andrew Cagney | 2000-06-10 | 1 | -4/+16 |
* | The attatched moves the remaining guff from gdbarch.{h,c,sh} to | Andrew Cagney | 2000-06-07 | 1 | -13/+8 |
* | Move generic_register_convertible_not and frame_num_args_unknown from | Andrew Cagney | 2000-06-06 | 1 | -5/+0 |
* | Add host_pointer_to_address() and address_to_host_pointer(). Add | Andrew Cagney | 2000-06-04 | 1 | -6/+6 |
* | Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT, | Andrew Cagney | 2000-06-02 | 1 | -0/+39 |
* | Convert SAVE_DUMMY_FRAME_TOS to multi-arch. | Andrew Cagney | 2000-05-15 | 1 | -0/+29 |
* | 2000-05-08 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2000-05-10 | 1 | -0/+13 |
* | Multi-arch NPC_REGNUM NNPC_REGNUM. | Andrew Cagney | 2000-05-02 | 1 | -0/+26 |
* | re-do how gdbarch provides non-multi arch defaults so that non- | Andrew Cagney | 2000-05-02 | 1 | -0/+192 |
* | Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P. | Andrew Cagney | 2000-04-29 | 1 | -0/+7 |
* | 2000-04-27 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 2000-04-28 | 1 | -8/+0 |
* | Convert REG_STRUCT_HAS_ADDR to multi-arch. Use REG_STRUCT_HAS_ADDR_P | Andrew Cagney | 2000-04-22 | 1 | -0/+17 |
* | * valops.c (hand_function_call): Replace #ifdef STACK_ALIGN with | Andrew Cagney | 2000-04-21 | 1 | -0/+17 |
* | * gdbarch.sh: Make multi-arch variable defaults, defaults for non- | Andrew Cagney | 2000-04-20 | 1 | -8/+0 |
* | Bring RETURN_VALUE_ON_STACK under gdbarch's control. | Jim Blandy | 2000-04-19 | 1 | -0/+7 |
* | * remote.c (REMOTE_TRANSLATE_XFER_ADDRESS), mem-break.c | Andrew Cagney | 2000-04-17 | 1 | -73/+0 |
* | Bring IEEE_FLOAT under gdbarch's control. | Jim Blandy | 2000-04-14 | 1 | -0/+8 |
* | * gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two new | Jim Blandy | 2000-04-14 | 1 | -0/+18 |
* | gdbarch cleanups. | Andrew Cagney | 2000-03-30 | 1 | -2/+2 |
* | * gdbarch.sh: Emit a definition and declaration for gdbarch_free, | Jim Blandy | 2000-03-21 | 1 | -0/+4 |
* | Re-sync with ../include/dis-asm.h - LEN param changed to unsigned int. | Andrew Cagney | 2000-02-23 | 1 | -1/+1 |
* | Bring COERCE_FLOAT_TO_DOUBLE under gdbarch's control. | Jim Blandy | 2000-02-22 | 1 | -0/+9 |
* | import gdb-1999-12-13 snapshot | Jason Molenda | 1999-12-14 | 1 | -0/+8 |
* | import gdb-1999-10-25 snapshot | Jason Molenda | 1999-10-26 | 1 | -0/+6 |
* | import gdb-1999-10-18 snapshot | Jason Molenda | 1999-10-19 | 1 | -0/+18 |
* | import gdb-1999-08-30 snapshot | Jason Molenda | 1999-08-31 | 1 | -234/+244 |
* | import gdb-1999-08-23 snapshot | Jason Molenda | 1999-08-23 | 1 | -1/+0 |
* | import gdb-1999-08-09 snapshot | Jason Molenda | 1999-08-09 | 1 | -3/+3 |
* | import gdb-1999-07-19 snapshot | Jason Molenda | 1999-07-19 | 1 | -258/+259 |
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -268/+270 |
* | import gdb-1999-06-14 snapshot | Jason Molenda | 1999-06-14 | 1 | -3/+906 |
* | import gdb-1999-06-07 snapshot | Jason Molenda | 1999-06-07 | 1 | -0/+20 |
* | import gdb-1999-06-01 snapshot | Jason Molenda | 1999-06-01 | 1 | -0/+11 |
* | import gdb-1999-05-25 snapshot | Jason Molenda | 1999-05-25 | 1 | -0/+15 |
* | import gdb-19990504 snapshot | Stan Shebs | 1999-05-05 | 1 | -2/+2 |
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -1/+15 |
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 1 | -0/+118 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -298/+0 |