Function used by GDB to access target sim memory
William Tambe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8i9mP9Bvz_e4hUJ+uTHkMo8SgLchWPMRMf2-dz+hTHuWNj2A@mail.gmail.com> |
What function does GDB use to access the simulator memory when "target sim" is in use ? For instance, to implement the access to the simulator registers, one must use: CPU_REG_FETCH() CPU_REG_STORE() Are there similar functions for accessing the simulator memory ?