X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d57f583f531c3ed96281734e99a3199e0a58ec3f..5f32263569ffe21e013c081a922778e4cb785d7f:/src/mc/Frame.hpp diff --git a/src/mc/Frame.hpp b/src/mc/Frame.hpp index 589a11d3b3..67d638ef5e 100644 --- a/src/mc/Frame.hpp +++ b/src/mc/Frame.hpp @@ -27,12 +27,14 @@ public: std::string name; void *low_pc; void *high_pc; - simgrid::dwarf::LocationList frame_base; + simgrid::dwarf::LocationList frame_base_location; std::vector variables; unsigned long int id; /* DWARF offset of the subprogram */ std::vector scopes; unsigned long int abstract_origin_id; simgrid::mc::ObjectInformation* object_info; + + void* frame_base(unw_cursor_t& unw_cursor) const; }; inline