polyakov.alex updated this revision to Diff 149626.
polyakov.alex added a comment.
Added the test.
https://reviews.llvm.org/D47678
Files:
lit/tools/lldb-mi/exec/exec-run-wrong-binary.test
lit/tools/lldb-mi/exec/lit.local.cfg
tools/lldb-mi/MICmdCmdExec.cpp
Index: tools/lldb-mi/MICmdCmdEx
polyakov.alex updated this revision to Diff 149629.
polyakov.alex added a comment.
Due to https://reviews.llvm.org/D47678 we can enable this test with a XFAIL
directive for Windows.
https://reviews.llvm.org/D47679
Files:
lit/tools/lldb-mi/breakpoint/break-insert.test
Index: lit/tools/lldb-
polyakov.alex added a comment.
In https://reviews.llvm.org/D47679#1120039, @stella.stamenova wrote:
> You can actually follow the pattern in the other tests and do:
>
> %cc -o %t %p/inputs/break-insert.c -g
>
> %t then becomes the name of the output file and you can use that in our other
> com
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
thanks.
https://reviews.llvm.org/D47678
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinf
aprantl added a comment.
Stella, is there a public bot that runs the tests on Windows that we could
watch? I found
http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc2015?numbuilds=1000 but
it doesn't look like that one actually failed with the error you saw.
Comment at:
aprantl added inline comments.
Comment at: lit/tools/lldb-mi/breakpoint/break-insert.test:1
-# REQUIRES: nowindows
+# XFAIL: windows
# -> llvm.org/pr24452
aprantl wrote:
> Do we still expect the test to fail after this change?
Nevermind.. phabricator folded your
stella.stamenova added a comment.
In https://reviews.llvm.org/D47679#1120081, @polyakov.alex wrote:
> Due to https://reviews.llvm.org/D47678 we can enable this test with a XFAIL
> directive for Windows.
Not true. As I said, the original review when I disabled the test has the log
of what happ
polyakov.alex added a comment.
In https://reviews.llvm.org/D47679#1120172, @stella.stamenova wrote:
> In https://reviews.llvm.org/D47679#1120081, @polyakov.alex wrote:
>
> > Due to https://reviews.llvm.org/D47678 we can enable this test with a XFAIL
> > directive for Windows.
>
>
> Not true. As
stella.stamenova added a comment.
In https://reviews.llvm.org/D47679#1120177, @polyakov.alex wrote:
> In https://reviews.llvm.org/D47679#1120172, @stella.stamenova wrote:
>
> > In https://reviews.llvm.org/D47679#1120081, @polyakov.alex wrote:
> >
> > > Due to https://reviews.llvm.org/D47678 we ca
Author: apolyakov
Date: Sun Jun 3 08:15:23 2018
New Revision: 333844
URL: http://llvm.org/viewvc/llvm-project?rev=333844&view=rev
Log:
[lldb, lldm-mi] Fix hanging of -exec-run command.
Summary: -exec-run command hanged in case of invalid or dummy target.
Reviewers: aprantl, stella.stamenova
Re
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333844: [lldb, lldm-mi] Fix hanging of -exec-run command.
(authored by apolyakov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47678?vs=149626&id=149641#toc
Repository:
rL LLVM
polyakov.alex added a comment.
Thank you.
https://reviews.llvm.org/D47679
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
polyakov.alex added a comment.
Do you know another way of implementing AppendImageSearchPaths method?
Repository:
rL LLVM
https://reviews.llvm.org/D47302
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mail
lonico77 added inline comments.
Comment at: scripts/Python/modules/readline/CMakeLists.txt:11
+ PRIVATE
+ ${libedit_INCLUDE_DIRS})
if (NOT LLDB_DISABLE_LIBEDIT)
Should this be under if (NOT LLDB_DISABLE_LIBE
compnerd added inline comments.
Comment at: scripts/Python/modules/readline/CMakeLists.txt:11
+ PRIVATE
+ ${libedit_INCLUDE_DIRS})
if (NOT LLDB_DISABLE_LIBEDIT)
lonico77 wrote:
> Should this be under if (NOT
Author: compnerd
Date: Sun Jun 3 19:08:12 2018
New Revision: 333863
URL: http://llvm.org/viewvc/llvm-project?rev=333863&view=rev
Log:
Python: adjust the include directories
Restructure the include search order to adjust for libedit. This
ensures that the variables are not unused if they are not
16 matches
Mail list logo