ramana-nvr added a reviewer: jingham.
ramana-nvr added a comment.
In https://reviews.llvm.org/D48865#1150995, @jingham wrote:
> check should also use thread->GetID not m_options.m_thread_idx. This is all
> error reporting, so it's not a big deal. But having the error be "failed to
> resolve l
ramana-nvr updated this revision to Diff 154059.
https://reviews.llvm.org/D48865
Files:
source/Commands/CommandObjectThread.cpp
Index: source/Commands/CommandObjectThread.cpp
===
--- source/Commands/CommandObjectThread.cpp
+++ so
Author: jdevlieghere
Date: Wed Jul 4 06:59:25 2018
New Revision: 336272
URL: http://llvm.org/viewvc/llvm-project?rev=336272&view=rev
Log:
[CMake] Move some variables around
This improves consistency by creating a CMake variable for the dsymutil
path. The motivation is that for Swift, the dsymuti
Author: jdevlieghere
Date: Wed Jul 4 07:34:32 2018
New Revision: 336278
URL: http://llvm.org/viewvc/llvm-project?rev=336278&view=rev
Log:
[CMake] Use LLVM_RUNTIME_OUTPUT_INTDIR for LLDB exectuable
Apparently there's a difference between using LLVM_RUNTIME_OUTPUT_INTDIR
and LLVM_BINARY_DIR. The f
Author: jdevlieghere
Date: Wed Jul 4 07:38:21 2018
New Revision: 336279
URL: http://llvm.org/viewvc/llvm-project?rev=336279&view=rev
Log:
[CMake] Remove redundant path component
Fixes spurious path component introduced in r336278. The variable is
cached so might require you to re-run CMake.
Mod
Author: kastiglione
Date: Wed Jul 4 09:11:43 2018
New Revision: 336287
URL: http://llvm.org/viewvc/llvm-project?rev=336287&view=rev
Log:
Fix and simplify lldb.command decorator
Summary:
This change fixes one issue with `lldb.command`, and also reduces the
implementation.
The fix: a command fun
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336287: Fix and simplify lldb.command decorator (authored by
kastiglione, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D48658
Files:
lldb/tr
Author: jdevlieghere
Date: Wed Jul 4 10:14:52 2018
New Revision: 336290
URL: http://llvm.org/viewvc/llvm-project?rev=336290&view=rev
Log:
[lit] Don't require semicolon separator
This patch removes the requirement for a semicolon as a separator when
passing arguments to lit. It relies on the shle