diff options
author | Jason Molenda <jmolenda@apple.com> | 2011-08-12 02:40:17 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2011-08-12 02:40:17 +0000 |
commit | 7efc7e949c2f6328faba398ee97f1d4179ca58d1 (patch) | |
tree | 5aa37957a5f8747563d82b82889d58c6401b212d /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | ae31c7af1c92c5760807fdb1a88a0e35f3f02892 (diff) | |
download | llvm-7efc7e949c2f6328faba398ee97f1d4179ca58d1.zip llvm-7efc7e949c2f6328faba398ee97f1d4179ca58d1.tar.gz llvm-7efc7e949c2f6328faba398ee97f1d4179ca58d1.tar.bz2 |
Fixes the occasional crash on exit when quitting lldb with control-D.
If the IOChannel has already freed out its m_driver member, and
there's still a character to be read/written (that is, the ^D
character), just skip that char instead of trying to write through
a null object pointer.
llvm-svn: 137421
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions