This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e2755ad Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is d [...] new cef7e7f second pass over removal of Mutex and Condition
The 1 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/Breakpoint/BreakpointList.h | 16 +- include/lldb/Breakpoint/BreakpointLocation.h | 5 +- include/lldb/Breakpoint/WatchpointList.h | 9 +- include/lldb/Core/IOHandler.h | 1 - include/lldb/Core/ModuleList.h | 14 +- include/lldb/Host/OptionParser.h | 5 +- include/lldb/Interpreter/CommandObject.h | 3 +- include/lldb/Symbol/CompactUnwindInfo.h | 4 +- include/lldb/Symbol/DWARFCallFrameInfo.h | 4 +- include/lldb/Symbol/Symtab.h | 13 +- include/lldb/Symbol/TypeSystem.h | 4 +- include/lldb/Symbol/UnwindTable.h | 4 +- include/lldb/Target/ExecutionContext.h | 7 +- include/lldb/Target/Memory.h | 6 +- include/lldb/Target/Process.h | 9 +- include/lldb/Target/QueueList.h | 9 +- include/lldb/Target/StackFrame.h | 3 +- include/lldb/Target/StackFrameList.h | 4 +- include/lldb/Target/Target.h | 7 +- include/lldb/Target/ThreadCollection.h | 14 +- include/lldb/Target/ThreadList.h | 5 +- include/lldb/Utility/Iterable.h | 30 ++-- source/API/SBAddress.cpp | 3 +- source/API/SBBreakpoint.cpp | 66 +++---- source/API/SBBreakpointLocation.cpp | 42 ++--- source/API/SBCommandInterpreter.cpp | 10 +- source/API/SBDebugger.cpp | 8 +- source/API/SBFrame.cpp | 94 +++++----- source/API/SBFunction.cpp | 4 +- source/API/SBInstruction.cpp | 15 +- source/API/SBProcess.cpp | 68 ++++---- source/API/SBSymbol.cpp | 5 +- source/API/SBTarget.cpp | 80 ++++----- source/API/SBThread.cpp | 109 ++++++------ source/API/SBValue.cpp | 17 +- source/API/SBWatchpoint.cpp | 22 +-- source/Breakpoint/Breakpoint.cpp | 4 +- source/Breakpoint/BreakpointList.cpp | 37 ++-- source/Breakpoint/BreakpointLocation.cpp | 43 ++--- source/Breakpoint/WatchpointList.cpp | 33 ++-- source/Commands/CommandObjectBreakpoint.cpp | 46 ++--- source/Commands/CommandObjectProcess.cpp | 2 +- source/Commands/CommandObjectTarget.cpp | 16 +- source/Commands/CommandObjectThread.cpp | 6 +- source/Commands/CommandObjectWatchpoint.cpp | 31 ++-- source/Core/IOHandler.cpp | 6 +- source/Core/ModuleList.cpp | 121 ++++++------- source/Core/SearchFilter.cpp | 18 +- source/Host/common/OptionParser.cpp | 6 +- source/Interpreter/Args.cpp | 12 +- source/Interpreter/CommandObject.cpp | 5 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 4 +- .../DynamicLoader/Static/DynamicLoaderStatic.cpp | 4 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 4 +- .../AddressSanitizer/AddressSanitizerRuntime.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 6 +- .../AppleObjCTrampolineHandler.cpp | 2 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 2 +- .../MemoryHistory/asan/MemoryHistoryASan.cpp | 2 +- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 2 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 4 +- .../OperatingSystem/Go/OperatingSystemGo.cpp | 2 +- .../Python/OperatingSystemPython.cpp | 16 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 14 +- .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 40 ++--- .../Process/MacOSX-Kernel/CommunicationKDP.h | 6 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 16 +- source/Symbol/ClangExternalASTSourceCommon.cpp | 1 - source/Symbol/CompactUnwindInfo.cpp | 24 ++- source/Symbol/DWARFCallFrameInfo.cpp | 6 +- source/Symbol/Symtab.cpp | 70 ++++---- source/Symbol/TypeSystem.cpp | 15 +- source/Symbol/UnwindTable.cpp | 22 +-- source/Target/ExecutionContext.cpp | 27 ++- source/Target/Language.cpp | 1 - source/Target/Memory.cpp | 40 ++--- source/Target/Process.cpp | 194 ++++++++++----------- source/Target/QueueList.cpp | 18 +- source/Target/StackFrame.cpp | 190 +++++++++----------- source/Target/StackFrameList.cpp | 55 +++--- source/Target/Target.cpp | 78 +++++---- source/Target/ThreadCollection.cpp | 8 +- source/Target/ThreadList.cpp | 65 +++---- 84 files changed, 999 insertions(+), 1050 deletions(-)