krytarowski created this revision.
krytarowski added a project: LLDB.
Correct detection of the NetBSD specific core(5) files.
The original code was apparently copied from FreeBSD
and it was buggy, because these BSDs are different and
do not share the same ELF layout for core(5) files.
Split Proce
davide created this revision.
https://reviews.llvm.org/D32148
Files:
include/lldb/Utility/StringLexer.h
source/Utility/StringLexer.cpp
Index: source/Utility/StringLexer.cpp
===
--- source/Utility/StringLexer.cpp
+++ source/Util
Author: jingham
Date: Mon Apr 17 19:44:14 2017
New Revision: 300519
URL: http://llvm.org/viewvc/llvm-project?rev=300519&view=rev
Log:
TestStaticVariables still fails on Linux.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
Modified:
lldb/tr
Author: jingham
Date: Mon Apr 17 19:20:59 2017
New Revision: 300517
URL: http://llvm.org/viewvc/llvm-project?rev=300517&view=rev
Log:
This test is succeeding on macOS with clang.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
Modified:
lldb
davide created this revision.
For reference/discussion.
GCC complains about signed-vs-unsigned comparison. I'm actually surprised that
`m_registers_count` is a `signed` integer, as I can hardly imagine a negative
register count. I'm under the impression that we could change
`m_register_count` f
kubamracek updated this revision to Diff 95469.
kubamracek added a comment.
Addressing review comments.
https://reviews.llvm.org/D30007
Files:
include/lldb/API/SBThread.h
include/lldb/API/SBThreadPlan.h
include/lldb/Target/InstrumentationRuntimeStopInfo.h
include/lldb/Target/StopInfo.h
Author: davide
Date: Mon Apr 17 13:24:18 2017
New Revision: 300476
URL: http://llvm.org/viewvc/llvm-project?rev=300476&view=rev
Log:
[ClangASTContext] Placate `casts away qualifiers` warnings from GCC.
Modified:
lldb/trunk/source/Symbol/ClangASTContext.cpp
Modified: lldb/trunk/source/Symbol/
clayborg accepted this revision.
clayborg added a comment.
I'm good if Pavel is good.
https://reviews.llvm.org/D31823
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
beanz added a comment.
Can you please move this check into `HandleLLVMOptions.cmake`? By putting it
into a module that is vended as part of LLVM's packaging then LLVM subprojects
can have consistent settings when building out-of-tree.
This would enable @zturner's request to remove the duplicate
beanz updated this revision to Diff 95453.
beanz added a comment.
Removing code I accidentally left in that was from debugging, and moving some
duplicated code that @labath spotted out of the ifdef.
https://reviews.llvm.org/D31823
Files:
cmake/modules/LLDBConfig.cmake
include/lldb/Host/Con
beanz updated this revision to Diff 95448.
beanz added a comment.
Updating patches to reflect feedback from zturner.
https://reviews.llvm.org/D31823
Files:
cmake/modules/LLDBConfig.cmake
include/lldb/Host/Config.h
include/lldb/Host/Config.h.cmake
include/lldb/Host/MainLoop.h
include/l
Author: gclayton
Date: Mon Apr 17 11:20:22 2017
New Revision: 300455
URL: http://llvm.org/viewvc/llvm-project?rev=300455&view=rev
Log:
Don't ever reduce the timeout of a packet, only increase it.
Differential Revision: https://reviews.llvm.org/D32087
Modified:
lldb/trunk/source/Plugins/Proc
This revision was automatically updated to reflect the committed changes.
Closed by commit rL300455: Don't ever reduce the timeout of a packet, only
increase it. (authored by gclayton).
Changed prior to commit:
https://reviews.llvm.org/D32087?vs=95314&id=95442#toc
Repository:
rL LLVM
https:
We already have this exact code in lldb/cmake/LLDBConfig.txt. This fix
looks fine, but I see no reason to have it twice, so can you delete the
LLDB version?
On Mon, Apr 17, 2017 at 7:01 AM Kamil Rytarowski via Phabricator <
revi...@reviews.llvm.org> wrote:
> krytarowski added a comment.
>
> Is t
krytarowski added a comment.
Is this just GNU specific? BSD moved to 64-bit off_t on 32-bit platforms 20+
years ago.
It's perhaps no-op, but it might be noted in the commit message what platforms
are supposed to be improved.
Repository:
rL LLVM
https://reviews.llvm.org/D32125
__
nitesh.jain created this revision.
Herald added subscribers: arichardson, mgorny.
Fix is to define _LARGEFILE_SOURCE and _FILE_OFFSET_BITS=64. This fix will
cause llvm::sys::fs::file_size() to return correct object size.
Repository:
rL LLVM
https://reviews.llvm.org/D32125
Files:
CMakeList
16 matches
Mail list logo