[lldb-dev] [Bug 40050] TestCompDirSymLink.py fails on Linux

2018-12-21 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=40050

lab...@google.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||lab...@google.com

--- Comment #1 from lab...@google.com ---
This should be fixed by r349819

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 40049] TestNamespace.py fails on Linux

2018-12-21 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=40049

lab...@google.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lab...@google.com
 Resolution|--- |FIXED

--- Comment #1 from lab...@google.com ---
This should be fixed by r349528.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 40048] TestCppNsImport.py fails on Linux

2018-12-21 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=40048

lab...@google.com changed:

   What|Removed |Added

   Assignee|lldb-dev@lists.llvm.org |martongab...@gmail.com
 CC||lab...@google.com

--- Comment #1 from lab...@google.com ---
I think this is a dupe of 40049 (and so should be fixed already). Gabor, can
you confirm?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 40133] New: type lookup doesn't work with nested types when using Native PDB reader.

2018-12-21 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=40133

Bug ID: 40133
   Summary: type lookup doesn't work with nested types when using
Native PDB reader.
   Product: lldb
   Version: unspecified
  Hardware: PC
OS: Windows NT
Status: NEW
  Severity: enhancement
  Priority: P
 Component: All Bugs
  Assignee: lldb-dev@lists.llvm.org
  Reporter: ztur...@google.com
CC: aleksandr.ura...@jetbrains.com,
llvm-b...@lists.llvm.org, mose...@google.com

struct S {
  struct NestedStruct {};
};

(lldb) type lookup -- S::NestedStruct

will fail to return any types.

The reason for this is that LLDB parses this and attempts to look up just the
type "NestedStruct".  It expects us to return a list of all types named
NestedStruct, including those which are nested in other structs.  Then, it will
filter this list itself.

Our Native PDB reader already pre-processes the TPI stream when the PDB is
loaded and discovers all nested types, so we have the ability to index nested
types by their basename at no incremental complexity, and this should make it
possible for this to work.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 38373] [lldbsuite] Several tests are flakey on windows and will fail every several dozen runs

2018-12-21 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=38373

Stella Stamenova  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #3 from Stella Stamenova  ---
These tests are still flakey. They have been disabled to allow the windows bot
to be green.

TestMultipleBreakpoints.py
TestThreadExit.py
TestNamespaceLookup.py
TestNumThreads.py
TestMemoryCache.py
TestExitDuringStep.py

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev