| commit | 4fbb55b7b1b87cf22c05e73ce6e8207e25f02205 | [log] [tgz] |
|---|---|---|
| author | Tamas Berghammer <tberghammer@google.com> | Fri Mar 31 20:48:00 2017 +0000 |
| committer | Tamas Berghammer <tberghammer@google.com> | Fri Mar 31 20:48:00 2017 +0000 |
| tree | 75d45be28581fb247690ca0b520f05d374dc7a3e | |
| parent | b326411fdcc8061a1dda2ca53e4535a60e2d5024 [diff] |
Stop calling ValueObject::SetName from synthetic child providers Summary: Calling ValueObject::SetName from a sythetic child provider would change the underying value object used for the non-synthetic child as well what is clearly unintentional. Reviewers: jingham, labath Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D31371 llvm-svn: 299259