This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ab95ae7de Fix test breakage caused by r374424 new 71a5d4751 remove FILE* usage from ReportEventState() and HandleProcessEvent() new 660452a71 uint32_t options -> File::OpenOptions options
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBDebugger.h | 9 +++- include/lldb/API/SBFile.h | 1 + include/lldb/API/SBProcess.h | 4 ++ include/lldb/Core/StreamFile.h | 2 +- include/lldb/Host/File.h | 25 ++++++--- include/lldb/Host/FileCache.h | 3 +- include/lldb/Host/FileSystem.h | 2 +- include/lldb/Target/Platform.h | 6 ++- include/lldb/Target/RemoteAwarePlatform.h | 2 +- .../python_api/default-constructor/sb_debugger.py | 5 +- .../python_api/default-constructor/sb_process.py | 5 +- scripts/interface/SBDebugger.i | 10 +++- scripts/interface/SBProcess.i | 5 +- source/API/SBDebugger.cpp | 44 ++++++++++++--- source/API/SBFile.cpp | 7 ++- source/API/SBProcess.cpp | 31 ++++++++--- source/API/SBStream.cpp | 2 +- source/Commands/CommandObjectMemory.cpp | 3 +- source/Commands/CommandObjectSettings.cpp | 7 ++- source/Core/StreamFile.cpp | 3 +- source/Host/common/File.cpp | 62 +++++++++++++--------- source/Host/common/FileCache.cpp | 5 +- source/Host/common/FileSystem.cpp | 3 +- .../PlatformiOSSimulatorCoreSimulatorSupport.mm | 2 +- .../gdb-server/PlatformRemoteGDBServer.cpp | 3 +- .../Platform/gdb-server/PlatformRemoteGDBServer.h | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.h | 3 +- .../GDBRemoteCommunicationServerCommon.cpp | 8 ++- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 19 ++++--- source/Target/Platform.cpp | 2 +- source/Target/RemoteAwarePlatform.cpp | 4 +- source/Target/Target.cpp | 7 ++- 33 files changed, 204 insertions(+), 94 deletions(-)