Re: [Lldb-commits] [PATCH] D19446: ObjectFile: parse EABI Attributes

2016-04-22 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks fine to me as long as all test bots are happy with this. Repository: rL LLVM http://reviews.llvm.org/D19446 ___ lldb-commits mailing

[Lldb-commits] LLVM buildmaster will be updated and restarted tonight

2016-04-22 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted after 6 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r267248 - DWARF layout for bitfields is wrong when the bit offset is negative.

2016-04-22 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Fri Apr 22 18:14:35 2016 New Revision: 267248 URL: http://llvm.org/viewvc/llvm-project?rev=267248&view=rev Log: DWARF layout for bitfields is wrong when the bit offset is negative. Some older versions of clang emitted bit offsets that were negative and these bitfields wou

[Lldb-commits] [lldb] r267247 - Source: fix another -Wunused-variable warning

2016-04-22 Thread Saleem Abdulrasool via lldb-commits
Author: compnerd Date: Fri Apr 22 18:08:34 2016 New Revision: 267247 URL: http://llvm.org/viewvc/llvm-project?rev=267247&view=rev Log: Source: fix another -Wunused-variable warning Conditionalise a variable definition which may be unused in certain compilations due to the preprocessor. Protect t

[Lldb-commits] [PATCH] D19446: ObjectFile: parse EABI Attributes

2016-04-22 Thread Saleem Abdulrasool via lldb-commits
compnerd created this revision. compnerd added a reviewer: clayborg. compnerd added a subscriber: lldb-commits. compnerd set the repository for this revision to rL LLVM. This adds basic parsing of the EABI attributes section. This section contains additional information about the target for which

[Lldb-commits] [lldb] r267237 - Fixed in issue with ObjectFileMachO where it would add empty sections to the section list that was used to try and cap symbols to the max address of the section in whic

2016-04-22 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Fri Apr 22 17:35:08 2016 New Revision: 267237 URL: http://llvm.org/viewvc/llvm-project?rev=267237&view=rev Log: Fixed in issue with ObjectFileMachO where it would add empty sections to the section list that was used to try and cap symbols to the max address of the section

[Lldb-commits] [lldb] r267235 - Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a valid error that explains what went wrong.

2016-04-22 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Fri Apr 22 17:15:59 2016 New Revision: 267235 URL: http://llvm.org/viewvc/llvm-project?rev=267235&view=rev Log: Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a valid error that explains what went wrong. Modified: lldb/trunk/scripts/Xcode/buil

[Lldb-commits] [lldb] r267133 - Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.

2016-04-22 Thread Kuba Brecka via lldb-commits
Author: kuba.brecka Date: Fri Apr 22 05:40:14 2016 New Revision: 267133 URL: http://llvm.org/viewvc/llvm-project?rev=267133&view=rev Log: Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers. Added: lldb/trunk/packages/Python/lldbsuite/test/functionalities/tsan/thread_n

[Lldb-commits] [lldb] r267124 - Update comment in lldb-enumerations.h

2016-04-22 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Apr 22 03:41:07 2016 New Revision: 267124 URL: http://llvm.org/viewvc/llvm-project?rev=267124&view=rev Log: Update comment in lldb-enumerations.h Modified: lldb/trunk/include/lldb/lldb-enumerations.h Modified: lldb/trunk/include/lldb/lldb-enumerations.h URL: http://

Re: [Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

2016-04-22 Thread Jonas Hahnfeld via lldb-commits
Hahnfeld added a comment. In http://reviews.llvm.org/D18848#407745, @zturner wrote: > It should be fixed now, please sync and try again Yes, thanks. http://reviews.llvm.org/D18848 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://l