diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-15 11:50:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-15 11:50:46 +0000 |
commit | bef6be3d9f7368a79569cdefefde45724aa64fa5 (patch) | |
tree | f7eeb3941bbf0b19ad45eb2c7d79d7736a6c41c0 /sim/common/ChangeLog | |
parent | da88a7644277b9b3fdff6d5b5f48828d617517d9 (diff) | |
download | gdb-bef6be3d9f7368a79569cdefefde45724aa64fa5.zip gdb-bef6be3d9f7368a79569cdefefde45724aa64fa5.tar.gz gdb-bef6be3d9f7368a79569cdefefde45724aa64fa5.tar.bz2 |
sim: add --map-info option
There are options for listing the current device/hw tree and memory
regions, but no way to find out at run time all the current mappings.
So add a new --map-info option akin to the --memory-info option which
displays all the current mappings.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index dc6ffef..5a368c9 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,9 @@ +2010-12-15 Mike Frysinger <vapier@gentoo.org> + + * sim-memopt.c (OPTION_MAP_INFO): Define. + (memory_options): Handle --map-info. + (memory_option_handler): Handle OPTION_MAP_INFO. + 2010-11-22 Mike Frysinger <vapier@gentoo.org> * sim-profile.c (PROFILE_PC_FREQ, PROFILE_PC_NR_BUCKETS, |