Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2002-01-07 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2002-01-08 | 1 | -1/+4 |
| | | | | | | | | | | | | * infptrace.c (GDB_MAX_ALLOCA): New define. (child_xfer_memory): Use xmalloc/xfree instead of alloca if the size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte, can be overridden with whatever value is appropriate to the host). * infttrace.c (child_xfer_memory): Add FIXME warning about use of alloca to allocate potentially large buffer. * rs6000-nat.c (child_xfer_memory): Ditto. * symm-nat.c (child_xfer_memory): Ditto. * x86-64-linux-nat.c (child_xfer_memory): Ditto. | ||||
* | * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR. | Daniel Jacobowitz | 2001-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * infttrace.c (child_xfer_memory): Likewise. * symm-nat.c (child_xfer_memory): Likewise. * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-linux.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-lynx.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-nbsd.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sparc.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. * gdbserver/low-sun3.c (read_inferior_memory): Likewise. (write_inferior_memory): Likewise. | ||||
* | Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03 | Kevin Buettner | 2001-05-04 | 1 | -24/+29 |
| | |||||
* | Add ``attrib'' parameter to *xfer_memory() functions. | Andrew Cagney | 2001-03-15 | 1 | -0/+1 |
| | |||||
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
| | |||||
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -0/+1 |
| | |||||
* | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2001-02-08 | 1 | -6/+12 |
| | | | | internal_verror(). | ||||
* | Protoization. | Kevin Buettner | 2000-11-02 | 1 | -1/+0 |
| | |||||
* | Protoization. | Kevin Buettner | 2000-10-27 | 1 | -9/+4 |
| | |||||
* | Protoization.gdb-post-protoization-2000-07-29 | Kevin Buettner | 2000-07-30 | 1 | -39/+16 |
| | |||||
* | import gdb-1999-08-09 snapshot | Jason Molenda | 1999-08-09 | 1 | -9/+9 |
| | |||||
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -427/+497 |
| | |||||
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -2/+0 |
| | |||||
* | Initial revision | Stan Shebs | 1999-04-16 | 1 | -0/+846 |