Re: [Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-09 Thread Ed Maste
On 9 October 2014 01:32, Matthew Gardiner m...@csr.com wrote: just using freebsd-update How exactly do I do that? ;-) From commandline? using pkg or /usr/ports? Will my sacred X install be at risk? Should just be: freebsd-update fetch freebsd-update install This updates the base system

Re: [Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-07 Thread Matthew Gardiner
Hi Ed, Which test was the first to segfault in the suite. I've looked at the stdio page from the check-lldb target from the attached link, and it looks like it's this statement which indicates the bot failure: FAIL: LLDB (suite) :: TestFormattersSBAPI.py (FreeBSD llvm-amd64.freebsd.your.org

Re: [Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-07 Thread Ed Maste
On 7 October 2014 02:18, Matthew Gardiner m...@csr.com wrote: Hi Ed, Which test was the first to segfault in the suite. I've looked at the stdio page from the check-lldb target from the attached link, and it looks like it's this statement which indicates the bot failure: FAIL: LLDB (suite)

Re: [Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-07 Thread Matthew Gardiner
Ok, Thanks Ed, I've just installed FreeBSD-10.0 (amd64) on VirtualBox. Have installed virtualbox-ose-additions, and gnome2. Unfortunately X (i.e. gnome) freezes on startup (i.e. won't accept kdb or mouse input). Perhaps I should just struggle on with just running in text mode, but having makes

Re: [Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-07 Thread Ed Maste
On 7 October 2014 09:34, Matthew Gardiner m...@csr.com wrote: Ok, Thanks Ed, I've just installed FreeBSD-10.0 (amd64) on VirtualBox. Have installed virtualbox-ose-additions, and gnome2. Unfortunately X (i.e. gnome) freezes on startup (i.e. won't accept kdb or mouse input). Perhaps I should

Re: [Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-06 Thread Ed Maste
On 6 October 2014 01:22, Matthew Gardiner m...@csr.com wrote: Author: mg11 Date: Mon Oct 6 00:22:29 2014 New Revision: 219102 URL: http://llvm.org/viewvc/llvm-project?rev=219102view=rev Log: Call SBDebugger::Initialize/Terminate from within Create/Destroy. The above change permits

[Lldb-commits] [lldb] r219102 - Call SBDebugger::Initialize/Terminate from within Create/Destroy.

2014-10-05 Thread Matthew Gardiner
Author: mg11 Date: Mon Oct 6 00:22:29 2014 New Revision: 219102 URL: http://llvm.org/viewvc/llvm-project?rev=219102view=rev Log: Call SBDebugger::Initialize/Terminate from within Create/Destroy. The above change permits developers using the lldb C++ API to code applications in a more logical