[Lldb-commits] [lldb] r315444 - Fix dumping of characters with non-standard sizes

2017-10-11 Thread Petr Pavlu via lldb-commits
Author: petr.pavlu Date: Wed Oct 11 01:48:18 2017 New Revision: 315444 URL: http://llvm.org/viewvc/llvm-project?rev=315444=rev Log: Fix dumping of characters with non-standard sizes * Prevent dumping of characters in DumpDataExtractor() with item_byte_size bigger than 8 bytes. This case is not

[Lldb-commits] [lldb] r307782 - [MainLoop] Fix possible use of an invalid iterator

2017-07-12 Thread Petr Pavlu via lldb-commits
Author: petr.pavlu Date: Wed Jul 12 05:38:31 2017 New Revision: 307782 URL: http://llvm.org/viewvc/llvm-project?rev=307782=rev Log: [MainLoop] Fix possible use of an invalid iterator Store file descriptors from loop.m_read_fds (if FORCE_PSELECT is defined) and signals from loop.m_signals that