Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] OOify mc_find_frame_base()
[simgrid.git] / src / mc / Frame.hpp
index 589a11d..67d638e 100644 (file)
@@ -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<Variable> variables;
   unsigned long int id; /* DWARF offset of the subprogram */
   std::vector<Frame> scopes;
   unsigned long int abstract_origin_id;
   simgrid::mc::ObjectInformation* object_info;
+
+  void* frame_base(unw_cursor_t& unw_cursor) const;
 };
 
 inline