petpav01 created this revision.
Herald added subscribers: kristof.beyls, aemerson.
- Prevent dumping of characters in `DumpDataExtractor()` with `item_byte_size`
bigger than 8 bytes. This case is not supported by the code and results in a
crash because the code calls `DataExtractor::GetMaxU64Bit
alexandreyy marked 6 inline comments as done.
alexandreyy added a comment.
In https://reviews.llvm.org/D38323#883429, @clayborg wrote:
> Looks fine. One main questions for new linux archs in particular: is linux
> using the lldb-server to debug these days even when debugging locally? If so,
> t
alexandreyy updated this revision to Diff 117197.
alexandreyy marked 6 inline comments as done.
alexandreyy added a comment.
Remove duplicated structs and change register set types
https://reviews.llvm.org/D38323
Files:
source/Plugins/Process/Linux/CMakeLists.txt
source/Plugins/Process/Linu
jingham added a comment.
This looks fine to me. I'd give Greg a little time to weigh in, this is much
more his code than mine. But I don't see any problem with this, and thanks for
the tests!
Comment at: source/Core/DumpDataExtractor.cpp:275-281
+ // Reject invalid ite
Hello everyone,
Below are some buildbot numbers for the week of 09/03/2017 - 09/09/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
Hello everyone,
Below are some buildbot numbers for the week of 09/10/2017 - 09/16/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
Hello everyone,
Below are some buildbot numbers for the last week of 09/17/2017 -
09/23/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 gre