zturner added a comment.

That should be easy enough.  If we make the simplifying assumption "all 
functions are represented contiguously in memory with no gaps", then I can just 
create a termination entry at `start_of_function + num_bytes_in_function`.

Obviously this is a wrong assumption in the general case, but it's at least 
true for trivial throwaway functions compiled in debug mode, which is enough to 
at least say "simple cases work"


http://reviews.llvm.org/D17363



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to