Re: [lldb-dev] LLDB Website

2019-05-07 Thread Tanya Lattner via lldb-dev
Ignore this. svn wasn’t actually updating the src tree. It works! I just need doxygen script to finish and it will be confirmed tonight. -Tanya > On May 6, 2019, at 11:55 PM, Tanya Lattner wrote: > > I’m not sure it is working. To clarify, nothing in LLVM should be compiled to > build the py

[lldb-dev] Batch execution

2019-05-07 Thread nu quaquaraqua via lldb-dev
Dear developers, according to lldb -h the option -b / --batch should return to the command prompt if the underlying process hits a crash, something that does not happen in my case: # echo "run" > /tmp/after_load.txt # lldb -s /tmp/after_load.txt -b -- helloworld 2 (lldb) target create "helloworld

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Jonas Devlieghere via lldb-dev
Hey Tanya, That's great. I see the Python documentation is online now! Unfortunately it appears that the Sphinx part still isn't updating. I pushed a bunch of changes last week and none have made it to the homepage yet. I checked the www-scripts mailing list but I don't see any failures for LLDB.

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Tanya Lattner via lldb-dev
Ok, I believe everything should be working. So the cpp ref and python ref are generated nightly. Sphinx/web is done post-commit. I just ran it by hand and you can see the script output: http://lists.llvm.org/pipermail/www-scripts/2019-May/007606.html Is it possible for you to add a timestamp to

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Jonas Devlieghere via lldb-dev
Thanks Tanya! I can see the website was updated. I've added a timestamp to the Sphinx configuration, but it doesn't show up on the website. I'm not sure whether that's because I did something wrong or because the site is still not generated post-commit. Did you change anything to where the Doxygen

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Tanya Lattner via lldb-dev
> On May 7, 2019, at 4:48 PM, Jonas Devlieghere wrote: > > Thanks Tanya! I can see the website was updated. I've added a timestamp to > the Sphinx configuration, but it doesn't show up on the website. I'm not sure > whether that's because I did something wrong or because the site is still not

Re: [lldb-dev] LLDB Website

2019-05-07 Thread Jonas Devlieghere via lldb-dev
Thank you Tanya, everything is working! 🎉 On Tue, May 7, 2019 at 5:35 PM Tanya Lattner wrote: > > > On May 7, 2019, at 4:48 PM, Jonas Devlieghere > wrote: > > Thanks Tanya! I can see the website was updated. I've added a timestamp to > the Sphinx configuration, but it doesn't show up on the web