aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2011-08-12 02:40:17 +0000
committerJason Molenda <jmolenda@apple.com>2011-08-12 02:40:17 +0000
commit7efc7e949c2f6328faba398ee97f1d4179ca58d1 (patch)
tree5aa37957a5f8747563d82b82889d58c6401b212d /lldb/source/Commands/CommandObjectFrame.cpp
parentae31c7af1c92c5760807fdb1a88a0e35f3f02892 (diff)
downloadllvm-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