[Lldb-commits] [lldb] r315549 - The save_crashlog command was still looking at lldb.target and

2017-10-11 Thread Jim Ingham via lldb-commits
Author: jingham Date: Wed Oct 11 19:21:41 2017 New Revision: 315549 URL: http://llvm.org/viewvc/llvm-project?rev=315549&view=rev Log: The save_crashlog command was still looking at lldb.target and lldb.process. That hasn't worked for a long time. Convert it to the form that takes an SBExecutionC

[Lldb-commits] Buildbot numbers for the last week of 10/1/2017 - 10/7/2017

2017-10-11 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 10/1/2017 - 10/7/2017. Please see the same data in attached csv files: The longest time each builder was red during the week; "Status change ratio" by active builder (percent of builds that changed the builder status from greed

[Lldb-commits] Buildbot numbers for the week of 09/24/2017 - 09/30/2017

2017-10-11 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the week of 09/24/2017 - 09/30/2017. Please see the same data in attached csv files: The longest time each builder was red during the week; "Status change ratio" by active builder (percent of builds that changed the builder status from greed to

[Lldb-commits] [lldb] r315524 - Add cases for new type DependentAddressSpace, added in r314649

2017-10-11 Thread Ted Woodward via lldb-commits
Author: ted Date: Wed Oct 11 15:42:21 2017 New Revision: 315524 URL: http://llvm.org/viewvc/llvm-project?rev=315524&view=rev Log: Add cases for new type DependentAddressSpace, added in r314649 Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp Modified: lldb/trunk/source/Symbol/ClangAST

[Lldb-commits] [lldb] r315496 - Remove default case from switch.

2017-10-11 Thread Ted Woodward via lldb-commits
Author: ted Date: Wed Oct 11 12:38:35 2017 New Revision: 315496 URL: http://llvm.org/viewvc/llvm-project?rev=315496&view=rev Log: Remove default case from switch. Add case to handle new event lldb::eBreakpointEventTypeAutoContinueChanged. Modified: lldb/trunk/tools/lldb-mi/MICmnLLDBDebuggerH

[Lldb-commits] [PATCH] D38394: Fix dumping of characters with non-standard sizes

2017-10-11 Thread Petr Pavlu via Phabricator via lldb-commits
petpav01 closed this revision. petpav01 added a comment. Landed as r315444 . Closing manually because I forgot to include "Differential Revision: ..." in the commit message. https://reviews.llvm.org/D38394 ___ lld

[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&view=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

[Lldb-commits] [PATCH] D38394: Fix dumping of characters with non-standard sizes

2017-10-11 Thread Petr Pavlu via Phabricator via lldb-commits
petpav01 added a comment. Thanks, will commit shortly. https://reviews.llvm.org/D38394 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits