]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/sim: add support for exporting memory map
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Dec 2015 04:52:57 +0000 (23:52 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Jan 2021 17:18:59 +0000 (12:18 -0500)
commite904f56d02afd68ffd9333435fe8b026f1e14b5f
tree21af166171abe5a1aa80ed2b2b37b8cbc9b64bcf
parentf478212851a25cd9849ad7f41112d08f91ab308b
gdb/sim: add support for exporting memory map

This allows gdb to quickly dump & process the memory map that the sim
knows about.  This isn't fully accurate, but is largely limited by the
gdb memory map format.  While the sim supports RWX bits, gdb can only
handle RW or RO regions.
gdb/ChangeLog
gdb/remote-sim.c
include/gdb/ChangeLog
include/gdb/remote-sim.h
sim/common/ChangeLog
sim/common/sim-core.c