Re: [lldb-dev] [9.0.0 Release] Release Candidate 1 is here

2019-07-31 Thread Diana Picus via lldb-dev
Uploaded ARM and AArch64:
1e091722ba37c983d0b1bc97374a43bfc097833d94377ad4e8ef2353d5bec315
clang+llvm-9.0.0-rc1-aarch64-linux-gnu.tar.xz
e88a380e7498985fed572893a333408aba595b3efbf3a730cedb2ae4399a18a2
clang+llvm-9.0.0-rc1-armv7a-linux-gnueabihf.tar.xz

Both suffer from PR42739 (difference between Phase 2 and Phase 3 files).
Also opened PR42841 for AArch64 libfuzzer test failures.

Cheers,
Diana

On Mon, 29 Jul 2019 at 16:32, Hans Wennborg via lldb-dev
 wrote:
>
> Hi everyone,
>
> 9.0.0-rc1 was just tagged from the release_90 branch at r367217
> (tagged as llvmorg-9.0.0-rc1 in the Git monorepo).
>
> Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1
>
> Binaries will be added as they become available.
>
> Please file bug reports for any issues you find as blockers of
> https://llvm.org/PR42474
>
> Release testers: please start your engines, run the script, share your
> results, and upload binaries.
>
> Thanks,
> Hans
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 21069] tab expansion of functions in anonymous namespaces broken

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21069

Jonas Devlieghere  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||jdevliegh...@apple.com
 Status|NEW |RESOLVED

--- Comment #1 from Jonas Devlieghere  ---
Fixed by https://reviews.llvm.org/rL367455

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


[lldb-dev] [Bug 23465] getenv() returns a null char* when debugging with lldb

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23465

Jonas Devlieghere  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com

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


Re: [lldb-dev] [Release-testers] [9.0.0 Release] Release Candidate 1 is here

2019-07-31 Thread Brian Cain via lldb-dev
Uploaded Ubuntu 18.04 binaries:
190157033defcfc0796f06696a73979cb4201594
 clang+llvm-9.0.0-rc1-x86_64-linux-gnu-ubuntu-18.04.tar.xz

I had three phase 2/3 comparison failures, opened PR42855.

# Comparing Phase 2 and Phase 3 files
file MachO_x86_64.cpp.o differs between phase 2 and phase 3
file JITLinkGeneric.cpp.o differs between phase 2 and phase 3
file llvm-config.cpp.o differs between phase 2 and phase 3

On Mon, Jul 29, 2019 at 9:32 AM Hans Wennborg via Release-testers <
release-test...@lists.llvm.org> wrote:

> Hi everyone,
>
> 9.0.0-rc1 was just tagged from the release_90 branch at r367217
> (tagged as llvmorg-9.0.0-rc1 in the Git monorepo).
>
> Source code and docs are available at
> https://prereleases.llvm.org/9.0.0/#rc1
>
> Binaries will be added as they become available.
>
> Please file bug reports for any issues you find as blockers of
> https://llvm.org/PR42474
>
> Release testers: please start your engines, run the script, share your
> results, and upload binaries.
>
> Thanks,
> Hans
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>


-- 
-Brian
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 22869] target.Launch(stop_on_entry=true) doesn't work on OS X

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=22869

Jonas Devlieghere  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com
 Resolution|--- |FIXED

--- Comment #1 from Jonas Devlieghere  ---
This test is enabled on macOS.

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


[lldb-dev] [Bug 21921] Get rid of the SWIG generation shell scripts

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21921

Jonas Devlieghere  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com

--- Comment #1 from Jonas Devlieghere  ---
All the SWIG shell scripts were removed together with the Xcode project. The
bindings are now exclusively generated using the Python scripts.

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


[lldb-dev] [Bug 27563] crashlog.py leads to a segfault

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=27563

Jonas Devlieghere  changed:

   What|Removed |Added

 CC||jdevliegh...@apple.com
 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #1 from Jonas Devlieghere  ---
Insufficient information.

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


[lldb-dev] [Bug 27182] TestCallWithTimeout.py failing on OS X

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=27182

Jonas Devlieghere  changed:

   What|Removed |Added

 CC||jdevliegh...@apple.com
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #3 from Jonas Devlieghere  ---
This test is enabled and passing on Darwin.

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


[lldb-dev] [Bug 36331] Assertion failed: (idx < GetSize()), function GetItemAtIndex, file StructuredData.h, line 188

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=36331

Jonas Devlieghere  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com
 Resolution|--- |INVALID

--- Comment #2 from Jonas Devlieghere  ---
Insufficient information.

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


[lldb-dev] [Bug 17941] lldb prefers class member to function argument when evaluating expression

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=17941

Jonas Devlieghere  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com

--- Comment #1 from Jonas Devlieghere  ---
The XLR language doesn't seem maintained anymore. I can't even find the source
code. Closing this as insufficient information.

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


[lldb-dev] [Bug 21118] crash in GetValueAsData for go binary

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21118

Jonas Devlieghere  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||jdevliegh...@apple.com
 Status|NEW |RESOLVED

--- Comment #2 from Jonas Devlieghere  ---
We removed Go support from LLDB.

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


[lldb-dev] [Bug 27416] missing global variables

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=27416

Jonas Devlieghere  changed:

   What|Removed |Added

 CC||jdevliegh...@apple.com
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #4 from Jonas Devlieghere  ---
(lldb) target create "/tmp/test.o"
Current executable set to '/tmp/test.o' (x86_64).
(lldb) b main
Breakpoint 1: where = test.o`main + 13 at test.c:6:3, address =
0x00010fad
(lldb) r
Process 32984 launched: '/tmp/test.o' (x86_64)
Process 32984 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00010fad test.o`main at test.c:6:3
   3int c = 2;
   4
   5int main() {
-> 6  return 0;
   7}
(lldb) target variable c
(int) c = 2
(lldb) target variable
Global variables for /private/tmp/test.c in /tmp/test.o:
(int) c = 2
(int) a = 0
(int) b = 1

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


[lldb-dev] [Bug 23069] 'char' type treated incorrectly in expression evaluation when non default type is used

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23069

Jonas Devlieghere  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com
 Resolution|--- |FIXED

--- Comment #1 from Jonas Devlieghere  ---
I think this might have been a debuginfo bug. Regardless, work with ToT clang +
lldb.

(lldb) target create "/tmp/a.out"
Current executable set to '/tmp/a.out' (x86_64).
(lldb) b main.cpp:9
Breakpoint 1: where = a.out`main + 25 at main.cpp:9:3, address =
0x00010fa9
(lldb) r
Process 33426 launched: '/tmp/a.out' (x86_64)
Process 33426 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00010fa9 a.out`main at main.cpp:9:3
   6  char c = 0;
   7  signed char sc = 0;
   8  unsigned char uc = 0;
-> 9  return 0; // Break here
   10   }
(lldb) expression foo(c)
(int) $0 = 1
(lldb) expression foo(sc)
(int) $1 = 2
(lldb) expression foo(uc)
(int) $2 = 3

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


[lldb-dev] [Bug 23069] 'char' type treated incorrectly in expression evaluation when non default type is used

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=23069

Jonas Devlieghere  changed:

   What|Removed |Added

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

--- Comment #2 from Jonas Devlieghere  ---
Oops, I was too fast. Indeed, it fails with `-funsigned-char`. 

(lldb) target create "/tmp/a.out"
Current executable set to '/tmp/a.out' (x86_64).
(lldb) b main.cpp:9
Breakpoint 1: where = a.out`main + 25 at main.cpp:9:3, address =
0x00010fa9
(lldb) r
Process 33687 launched: '/tmp/a.out' (x86_64)
Process 33687 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00010fa9 a.out`main at main.cpp:9:3
   6  char c = 0;
   7  signed char sc = 0;
   8  unsigned char uc = 0;
-> 9  return 0; // Break here
   10   }
(lldb) expression foo(c)
(int) $0 = 3
(lldb) expression foo(sc)
(int) $1 = 2
(lldb) expression foo(c)
(int) $2 = 3

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


[lldb-dev] [Bug 25485] TestCompletion.CommandLineCompletionTestCase.test_symbol_name_dwarf failing intermittently under load on Darwin

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=25485

Jonas Devlieghere  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jdevliegh...@apple.com
 Resolution|--- |FIXED

--- Comment #2 from Jonas Devlieghere  ---
These test now all use complete_from_to which is implemented in terms of
HandleCompletion.

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


[lldb-dev] [Bug 21757] -var-list-children should support quotes

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=21757

Jonas Devlieghere  changed:

   What|Removed |Added

 CC||jdevliegh...@apple.com
 Status|NEW |RESOLVED
 Resolution|--- |MOVED

--- Comment #1 from Jonas Devlieghere  ---
lldb-mi was moved downstream

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


[lldb-dev] [Bug 24928] Evaluating expression returning an std::shared_ptr fails

2019-07-31 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=24928

Jonas Devlieghere  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||jdevliegh...@apple.com
 Status|NEW |RESOLVED

--- Comment #4 from Jonas Devlieghere  ---
jonas@jonas-imac-pro ~/l/build-ra> ./bin/lldb /tmp/a.out
(lldb) target create "/tmp/a.out"
Current executable set to '/tmp/a.out' (x86_64).
(lldb) b main.cpp:13
Breakpoint 1: where = a.out`main + 15 at main.cpp:13:12, address =
0x00010f7f
(lldb) r
Process 34334 launched: '/tmp/a.out' (x86_64)
Process 34334 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x00010f7f a.out`main at main.cpp:13:12
   10   int main() {
   11 A a;
   12
-> 13 return a.size(); // Break here and evaluate a.size()
   14   }
(lldb) p a.size()
(int) $0 = 1

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