Re: [Lldb-commits] [lldb] r320127 - [MachException] Avoid alignment UB, NFC

2017-12-07 Thread Davide Italiano via lldb-commits
On Thu, Dec 7, 2017 at 5:09 PM, Vedant Kumar via lldb-commits wrote: > Author: vedantk > Date: Thu Dec 7 17:09:40 2017 > New Revision: 320127 > > URL: http://llvm.org/viewvc/llvm-project?rev=320127=rev > Log: > [MachException] Avoid alignment UB, NFC > > Fix

[Lldb-commits] [lldb] r320126 - Remove extant references to g_message_mutex, NFC

2017-12-07 Thread Vedant Kumar via lldb-commits
Author: vedantk Date: Thu Dec 7 17:09:39 2017 New Revision: 320126 URL: http://llvm.org/viewvc/llvm-project?rev=320126=rev Log: Remove extant references to g_message_mutex, NFC Thanks to Jim Ingham for providing the explanation! Modified:

[Lldb-commits] [lldb] r320127 - [MachException] Avoid alignment UB, NFC

2017-12-07 Thread Vedant Kumar via lldb-commits
Author: vedantk Date: Thu Dec 7 17:09:40 2017 New Revision: 320127 URL: http://llvm.org/viewvc/llvm-project?rev=320127=rev Log: [MachException] Avoid alignment UB, NFC Fix alignment UB in some Mach exception-handling logic. This lets us build lldb and debugserver with UBSan in trapping mode,

[Lldb-commits] [lldb] r320077 - These tests don't depend on debug info format.

2017-12-07 Thread Jim Ingham via lldb-commits
Author: jingham Date: Thu Dec 7 11:44:09 2017 New Revision: 320077 URL: http://llvm.org/viewvc/llvm-project?rev=320077=rev Log: These tests don't depend on debug info format. Mark them as such. Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py Modified:

[Lldb-commits] [PATCH] D40757: Disable warnings related to anonymous types in the ObjC plugin

2017-12-07 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL320071: Disable warnings related to anonymous types in the ObjC plugin (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D40757?vs=125816=125999#toc Repository: rL LLVM

[Lldb-commits] [lldb] r320071 - Disable warnings related to anonymous types in the ObjC plugin

2017-12-07 Thread Vedant Kumar via lldb-commits
Author: vedantk Date: Thu Dec 7 10:57:09 2017 New Revision: 320071 URL: http://llvm.org/viewvc/llvm-project?rev=320071=rev Log: Disable warnings related to anonymous types in the ObjC plugin This part of lldb make use of anonymous structs and unions. The usage is idiomatic and doesn't deserve a

[Lldb-commits] [lldb] r320067 - [SBBreakpointOptionCommon] Give this class an explicit destructor.

2017-12-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Dec 7 10:06:06 2017 New Revision: 320067 URL: http://llvm.org/viewvc/llvm-project?rev=320067=rev Log: [SBBreakpointOptionCommon] Give this class an explicit destructor. Modified: lldb/trunk/source/API/SBBreakpointOptionCommon.cpp

[Lldb-commits] [lldb] r320066 - [SBBreakpoint] Outline some functions to prevent to be exported.

2017-12-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Dec 7 10:06:06 2017 New Revision: 320066 URL: http://llvm.org/viewvc/llvm-project?rev=320066=rev Log: [SBBreakpoint] Outline some functions to prevent to be exported. They're hidden, so all they cause is a linker warning. ld: warning: cannot export hidden symbol

[Lldb-commits] [lldb] r320060 - [Target] Remove commented out code. Found by inspection. NFCI.

2017-12-07 Thread Davide Italiano via lldb-commits
Author: davide Date: Thu Dec 7 09:05:56 2017 New Revision: 320060 URL: http://llvm.org/viewvc/llvm-project?rev=320060=rev Log: [Target] Remove commented out code. Found by inspection. NFCI. Modified: lldb/trunk/source/Target/RegisterContext.cpp Modified:

[Lldb-commits] [PATCH] D40757: Disable warnings related to anonymous types in the ObjC plugin

2017-12-07 Thread Davide Italiano via Phabricator via lldb-commits
davide added a comment. LGTM (again) https://reviews.llvm.org/D40757 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D40557: Variable: Fix usage of uninitialised value

2017-12-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL320021: Variable: Fix usage of uninitialised value (authored by labath). Repository: rL LLVM https://reviews.llvm.org/D40557 Files: lldb/trunk/source/Symbol/Variable.cpp Index:

[Lldb-commits] [lldb] r320021 - Variable: Fix usage of uninitialised value

2017-12-07 Thread Pavel Labath via lldb-commits
Author: labath Date: Thu Dec 7 02:38:22 2017 New Revision: 320021 URL: http://llvm.org/viewvc/llvm-project?rev=320021=rev Log: Variable: Fix usage of uninitialised value Summary: Variable::GetValuesForVariableExpressionPath was passing an uninitialised value for the final_task_on_target

[Lldb-commits] [PATCH] D40757: Disable warnings related to anonymous types in the ObjC plugin

2017-12-07 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. Cool. Thanks. https://reviews.llvm.org/D40757 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits