summaryrefslogtreecommitdiff
path: root/gdb/symm-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-01-07 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-01-081-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 Jacobowitz2001-07-261-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-03Kevin Buettner2001-05-041-24/+29
|
* Add ``attrib'' parameter to *xfer_memory() functions.Andrew Cagney2001-03-151-0/+1
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-0/+1
|
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-6/+12
| | | | internal_verror().
* Protoization.Kevin Buettner2000-11-021-1/+0
|
* Protoization.Kevin Buettner2000-10-271-9/+4
|
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-39/+16
|
* import gdb-1999-08-09 snapshotJason Molenda1999-08-091-9/+9
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-427/+497
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-2/+0
|
* Initial revisionStan Shebs1999-04-161-0/+846