| commit | 31938cad9cfb33fc9dffbe570286bd6253e59fac | [log] [tgz] |
|---|---|---|
| author | Jim Ingham <jingham@apple.com> | Fri Mar 15 22:18:26 2013 +0000 |
| committer | Jim Ingham <jingham@apple.com> | Fri Mar 15 22:18:26 2013 +0000 |
| tree | 6ffb5988556962d1c97be57dbc6583b295fdb389 | |
| parent | 49491f7861006ed1cf026203f74f937fb9b16e18 [diff] |
The regular expression command object was resetting the execution context of the resolved command, which it should not do. It should adopt whatever context the regular expression command was called with. This was causing regular expression commands run inside breakpoint commands to adopt the currently selected context, not the one coming from the breakpoint that we hit. <rdar://problem/13411771> llvm-svn: 177195