[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Tue Mar 4 15:38:52 PST 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building lldb.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/17480
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 202907
Blamelist: spucci
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Tue 04 Mar 2014 15:25:52
Changed By: spucci
Comments: Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data.
ProcessGDBRemote::GetAuxvData obtains the auxv from a remote gdbserver (via a binary-data packet), and returns the data as a DataBufferSP.
The patch includes a small fix to GDBRemoteCommunicationClient::SendPacketsAndConcatenateResponses() to support binary file format packet returns (by not assuming each binary packet is a null-terminated string when concatenating them).
Properties:
LOGS:
More information about the llvm-testresults
mailing list