diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-04-08 21:19:12 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-04-08 21:19:12 +0000 |
commit | 7c4f6c4116591d8337783da58df0e765ccfc9793 (patch) | |
tree | 1fb17c6bbd30b3650410bcba2e4e79bce2fe9dd6 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 5d6ff3d2eed7baf0e5fef4bea53102d09a3f49ba (diff) | |
download | llvm-7c4f6c4116591d8337783da58df0e765ccfc9793.zip llvm-7c4f6c4116591d8337783da58df0e765ccfc9793.tar.gz llvm-7c4f6c4116591d8337783da58df0e765ccfc9793.tar.bz2 |
Fix segfault when doing `thread info` on a thread without stop info.
Summary:
E.g., if thread 1 hits a breakpoint, then a `thread info` on thread 2 will cause
a segfault, since thread 2 will have no stop info (intended behavior?).
Reviewers: kubabrecka, clayborg
Reviewed By: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D8905
llvm-svn: 234437
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions