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&view=rev
> Log:
> [MachException] Avoid alignment UB, NFC
>
> Fix alignment UB in some Mach excepti
Author: vedantk
Date: Thu Dec 7 17:09:39 2017
New Revision: 320126
URL: http://llvm.org/viewvc/llvm-project?rev=320126&view=rev
Log:
Remove extant references to g_message_mutex, NFC
Thanks to Jim Ingham for providing the explanation!
Modified:
lldb/trunk/source/Plugins/Process/Darwin/MachEx
Author: vedantk
Date: Thu Dec 7 17:09:40 2017
New Revision: 320127
URL: http://llvm.org/viewvc/llvm-project?rev=320127&view=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 mod
Author: jingham
Date: Thu Dec 7 11:44:09 2017
New Revision: 320077
URL: http://llvm.org/viewvc/llvm-project?rev=320077&view=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
Modifi
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&id=125999#toc
Repository:
rL LLVM
htt
Author: vedantk
Date: Thu Dec 7 10:57:09 2017
New Revision: 320071
URL: http://llvm.org/viewvc/llvm-project?rev=320071&view=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 deser
Author: davide
Date: Thu Dec 7 10:06:06 2017
New Revision: 320067
URL: http://llvm.org/viewvc/llvm-project?rev=320067&view=rev
Log:
[SBBreakpointOptionCommon] Give this class an explicit destructor.
Modified:
lldb/trunk/source/API/SBBreakpointOptionCommon.cpp
lldb/trunk/source/API/SBBrea
Author: davide
Date: Thu Dec 7 10:06:06 2017
New Revision: 320066
URL: http://llvm.org/viewvc/llvm-project?rev=320066&view=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
ll
Author: davide
Date: Thu Dec 7 09:05:56 2017
New Revision: 320060
URL: http://llvm.org/viewvc/llvm-project?rev=320060&view=rev
Log:
[Target] Remove commented out code. Found by inspection. NFCI.
Modified:
lldb/trunk/source/Target/RegisterContext.cpp
Modified: lldb/trunk/source/Target/Regist
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
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/trunk/source/S
Author: labath
Date: Thu Dec 7 02:38:22 2017
New Revision: 320021
URL: http://llvm.org/viewvc/llvm-project?rev=320021&view=rev
Log:
Variable: Fix usage of uninitialised value
Summary:
Variable::GetValuesForVariableExpressionPath was passing an
uninitialised value for the final_task_on_target arg
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
13 matches
Mail list logo