FRET-qemu/linux-user
Alexander Graf 1bdd7c7ea8 linux-user: fix multi-threaded /proc/self/maps
When reading our faked /proc/self/maps from a secondary thread,
we get an invalid stack entry. This is because ts->stack_base is not
initialized in non-primary threads.

However, ts->info is, and the stack layout information we're looking
for is there too. So let's use that one instead!

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2012-10-12 13:58:13 +03:00
..
2012-03-14 22:20:24 +01:00
2012-08-14 20:26:55 +01:00
2010-10-05 13:53:56 -05:00
2012-09-21 15:12:58 +02:00
2012-10-05 15:10:21 +02:00
2009-07-01 18:24:44 +00:00