| commit | 0445d8f4989f3ed53ca221a817fe149a918c3446 | [log] [tgz] |
|---|---|---|
| author | Greg Clayton <gclayton@apple.com> | Thu Aug 26 02:28:22 2010 +0000 |
| committer | Greg Clayton <gclayton@apple.com> | Thu Aug 26 02:28:22 2010 +0000 |
| tree | 5207b1994c9c658f4798e7437c6558c5c7185d85 | |
| parent | e5334b484a9fbedc33d4c356d7a55b848af77b97 [diff] |
Cleaned up the inline stack frame code one more time to prepare for inlined code stepping. Also we now store the stack frames for the current and previous stops in the thread in std::auto_ptr objects. When we create a thread stack frame list we pass the previous frame into it so it can re-use the frames and maintain will allow for variable changes to be detected. I will implement the stack frame reuse next. llvm-svn: 112152