Re: [Lldb-commits] [lldb] r190100 - Fix minor bugs in TestExprs and TestAliases to fix buildbot breakage

2013-09-05 Thread Ed Maste
On 5 September 2013 17:24, Daniel Malea daniel.ma...@intel.com wrote: Author: dmalea Date: Thu Sep 5 16:24:14 2013 New Revision: 190100 - 'run' alias no longer includes the '--' for positional arguments... does not seem like a real bug. Actually this looks like my fault in the /bin/bash

Re: [Lldb-commits] [lldb] r190100 - Fix minor bugs in TestExprs and TestAliases to fix buildbot breakage

2013-09-05 Thread Malea, Daniel
Oh, ok. I suppose if people want to use run with arguments that begin with '-' it would be good to keep the double-dash in the alias. Thanks for keeping an eye out, Dan On 2013-09-05 5:29 PM, Ed Maste ema...@freebsd.org wrote: On 5 September 2013 17:24, Daniel Malea daniel.ma...@intel.com

[Lldb-commits] [lldb] r190085 - Remove commented out routines.

2013-09-05 Thread Jim Ingham
Author: jingham Date: Thu Sep 5 14:01:20 2013 New Revision: 190085 URL: http://llvm.org/viewvc/llvm-project?rev=190085view=rev Log: Remove commented out routines. Modified: lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp Modified:

Re: [Lldb-commits] [lldb] r189934 - Remove windows.h from lldb-types.h.

2013-09-05 Thread Greg Clayton
Looks good. On Sep 5, 2013, at 5:48 AM, Virgile Bello virgile.be...@gmail.com wrote: lldb-atomic.patch ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r190057 - sysctl.h does not exist under GNU/HURD (like windows)

2013-09-05 Thread Sylvestre Ledru
Author: sylvestre Date: Thu Sep 5 10:39:09 2013 New Revision: 190057 URL: http://llvm.org/viewvc/llvm-project?rev=190057view=rev Log: sysctl.h does not exist under GNU/HURD (like windows) Modified: lldb/trunk/source/Host/common/Host.cpp Modified: lldb/trunk/source/Host/common/Host.cpp URL:

[Lldb-commits] [lldb] r190069 - OptionValueProperties::DeepCopy (): return empty value to avoid compilation error on MSVC (even if assert).

2013-09-05 Thread Virgile Bello
Author: xen2 Date: Thu Sep 5 11:57:48 2013 New Revision: 190069 URL: http://llvm.org/viewvc/llvm-project?rev=190069view=rev Log: OptionValueProperties::DeepCopy (): return empty value to avoid compilation error on MSVC (even if assert). Modified:

[Lldb-commits] [lldb] r190070 - Use getwd(0) on FreeBSD as on OS X.

2013-09-05 Thread Ed Maste
Author: emaste Date: Thu Sep 5 12:05:37 2013 New Revision: 190070 URL: http://llvm.org/viewvc/llvm-project?rev=190070view=rev Log: Use getwd(0) on FreeBSD as on OS X. Modified: lldb/trunk/test/api/multithreaded/common.h Modified: lldb/trunk/test/api/multithreaded/common.h URL:

[Lldb-commits] [lldb] r190062 - Use atomic instead of llvm/Support/Atomic.h. Removed unused RefCounter class.

2013-09-05 Thread Virgile Bello
Author: xen2 Date: Thu Sep 5 11:38:02 2013 New Revision: 190062 URL: http://llvm.org/viewvc/llvm-project?rev=190062view=rev Log: Use atomic instead of llvm/Support/Atomic.h. Removed unused RefCounter class. Removed: lldb/trunk/include/lldb/Utility/RefCounter.h

[Lldb-commits] [lldb] r190084 - Include file cleanup.

2013-09-05 Thread Jim Ingham
Author: jingham Date: Thu Sep 5 13:57:48 2013 New Revision: 190084 URL: http://llvm.org/viewvc/llvm-project?rev=190084view=rev Log: Include file cleanup. Modified: lldb/trunk/source/Core/Address.cpp Modified: lldb/trunk/source/Core/Address.cpp URL:

Re: [Lldb-commits] [lldb] r190069 - OptionValueProperties::DeepCopy (): return empty value to avoid compilation error on MSVC (even if assert).

2013-09-05 Thread Dmitri Gribenko
On Thu, Sep 5, 2013 at 9:57 AM, Virgile Bello virgile.be...@gmail.com wrote: Author: xen2 Date: Thu Sep 5 11:57:48 2013 New Revision: 190069 URL: http://llvm.org/viewvc/llvm-project?rev=190069view=rev Log: OptionValueProperties::DeepCopy (): return empty value to avoid compilation error

[Lldb-commits] [lldb] r190066 - Avoid ambiguity between pid_t and lldb::pid_t.

2013-09-05 Thread Virgile Bello
Author: xen2 Date: Thu Sep 5 11:53:14 2013 New Revision: 190066 URL: http://llvm.org/viewvc/llvm-project?rev=190066view=rev Log: Avoid ambiguity between pid_t and lldb::pid_t. Modified: lldb/trunk/source/API/SBDebugger.cpp Modified: lldb/trunk/source/API/SBDebugger.cpp URL:

[Lldb-commits] [lldb] r190104 - Re-enable TestRegisters and TestTargetWatchAddress on Linux

2013-09-05 Thread Daniel Malea
Author: dmalea Date: Thu Sep 5 16:51:01 2013 New Revision: 190104 URL: http://llvm.org/viewvc/llvm-project?rev=190104view=rev Log: Re-enable TestRegisters and TestTargetWatchAddress on Linux - TestRegisters passes locally (llvm.org/pr16301 no longer reproduces) -- verifying this on buildbots -

[Lldb-commits] [lldb] r190056 - GNU HURD can be considered (for now?) like a GNU/Linux

2013-09-05 Thread Sylvestre Ledru
Author: sylvestre Date: Thu Sep 5 10:37:36 2013 New Revision: 190056 URL: http://llvm.org/viewvc/llvm-project?rev=190056view=rev Log: GNU HURD can be considered (for now?) like a GNU/Linux Modified: lldb/trunk/include/lldb/Host/Config.h Modified: lldb/trunk/include/lldb/Host/Config.h URL:

[Lldb-commits] [lldb] r190065 - MinGW: avoid many warnings due to FAR/NEAR defines.

2013-09-05 Thread Virgile Bello
Author: xen2 Date: Thu Sep 5 11:51:17 2013 New Revision: 190065 URL: http://llvm.org/viewvc/llvm-project?rev=190065view=rev Log: MinGW: avoid many warnings due to FAR/NEAR defines. Modified: lldb/trunk/include/lldb/Host/windows/windows.h Modified:

Re: [Lldb-commits] [lldb] r190069 - OptionValueProperties::DeepCopy (): return empty value to avoid compilation error on MSVC (even if assert).

2013-09-05 Thread Dmitri Gribenko
On Thu, Sep 5, 2013 at 7:15 PM, Virgile Bello virgile.be...@gmail.com wrote: Problem is not runtime but compile time. In MSVC, such a code doesn't compile: int test() { assert(false); } error C4716: 'test' : must return a value So from what I understood of llvm_unreachable, it woulnd't