| commit | 6e20554ea8daf509571126f455848ce4aa817644 | [log] [tgz] |
|---|---|---|
| author | Jason Molenda <jmolenda@apple.com> | Sat Jan 25 03:57:13 2014 +0000 |
| committer | Jason Molenda <jmolenda@apple.com> | Sat Jan 25 03:57:13 2014 +0000 |
| tree | d890e744792e74a438ebf4698b96976dbd88f9d7 | |
| parent | 6b9ee9bce3abd48f42cbd41e34b08373384f0a59 [diff] |
Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverProcess right after the space for it is allocated on the stack, instead of trying to initialize it in all the different places in this method. It's too easy for another uninitialized code path to sneak in as it is written right now. llvm-svn: 200066