Re: [lldb-dev] LLDB 3.9 on Linux crashes when loading core dump

2017-01-20 Thread Jim Ingham via lldb-dev
All the lldb.llvm.org web pages are taken from the www directory in the sources. So just change it there and the web page will get updated. The one you want is lldb-gdb.html. Jim > On Jan 20, 2017, at 4:44 PM, Eugene Birukov wrote: > > Sorry, never done that - where this HTML is located and

Re: [lldb-dev] LLDB 3.9 on Linux crashes when loading core dump

2017-01-20 Thread Eugene Birukov via lldb-dev
Sorry, never done that - where this HTML is located and what is the procedure of updating it? Sent from Outlook From: jing...@apple.com on behalf of Jim Ingham Sent: Friday, January 20, 2017 4:35 PM To: Ted Woodward Cc: Eugene Biruk

[lldb-dev] ELF header does not hold big modules

2017-01-20 Thread Eugene Birukov via lldb-dev
Hello, I have a core dump that LLDB cannot open because it contains more than 64K sections. The "readelf" utility gives me the output in the end of this message. It seems that the actual number of program headers and the index of string table section are written into very first section since t

Re: [lldb-dev] LLDB 3.9 on Linux crashes when loading core dump

2017-01-20 Thread Jim Ingham via lldb-dev
If that works, can you add it to the lldb-gdb.html document? Jim > On Jan 20, 2017, at 3:57 PM, Ted Woodward via lldb-dev > wrote: > > Try “image search-paths add” as a replacement for “set solib-search-path” > > -- > Qualcomm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is

Re: [lldb-dev] LLDB 3.9 on Linux crashes when loading core dump

2017-01-20 Thread Ted Woodward via lldb-dev
Try "image search-paths add" as a replacement for "set solib-search-path" -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf O

Re: [lldb-dev] [Release-testers] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-20 Thread Bernhard Rosenkränzer via lldb-dev
Hi, updated OpenMandriva packaging. Looks good, so far passes testing on all 4 supported arches (x86_32, x86_64, armv7hnl, aarch64) after fixing one build issue in clang-tools-extra: FAILED: lib64/libclangIncludeFixerPlugin.so.4.0.0 : && /usr/bin/clang++ -fPIC -Os -pipe -Wformat -Werror=format-s

Re: [lldb-dev] LLDB 3.9 on Linux crashes when loading core dump

2017-01-20 Thread Eugene Birukov via lldb-dev
Hello Pavel, Thanks for the reply. Unfortunately I cannot share the core dump with you. Yes, Rob has figured that LLDB does not find this shared library and that causes the problem. To understand what is going on here, I need to add one more detail that was missing from my original post: this

[lldb-dev] [Bug 31707] New: Settings breakpoints using absolute file path that contains symlinks does not work

2017-01-20 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31707 Bug ID: 31707 Summary: Settings breakpoints using absolute file path that contains symlinks does not work Product: lldb Version: unspecified Hardware: Macintosh OS

[lldb-dev] [Bug 31706] New: SBTarget::FindTypes does not find resolved function pointer types

2017-01-20 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31706 Bug ID: 31706 Summary: SBTarget::FindTypes does not find resolved function pointer types Product: lldb Version: unspecified Hardware: Macintosh OS: MacOS X

[lldb-dev] [Bug 31704] New: SBModule::FindFirstType does not find a second namespaced typedef with the same name

2017-01-20 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=31704 Bug ID: 31704 Summary: SBModule::FindFirstType does not find a second namespaced typedef with the same name Product: lldb Version: unspecified Hardware: Macintosh

Re: [lldb-dev] LLDB 3.9 on Linux crashes when loading core dump

2017-01-20 Thread Pavel Labath via lldb-dev
Hello Eugene, I have been aware of this problem for a while, but I haven't found a really good solution so far, partially due to lack of a good repro case -- I think your analysis has helped me with this, and I am finally starting to piece together the sequence of events leading to the crash. If y

Re: [lldb-dev] [llvm-dev] [4.0.0 Release] Relase Candidate 1 has been tagged

2017-01-20 Thread Mehdi Amini via lldb-dev
Hi, FYI, I added a Green dragon job to build and test (stage 1 only right now) the release branch: http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA-release-4/ — Mehdi > On Jan 18, 2017, at 7:45 AM, Hans Wen