[Lldb-commits] [PATCH] Fixing more typos

2014-07-08 Thread Bruce Mitchener
This is hopefully my last bulk typo fixing patch! I'm happy to commit on approval. Cheers, - Bruce 0001-Fix-typos.patch Description: Binary data ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu

[Lldb-commits] [lldb] r212536 - Fix broken MacOSX Xcode build for CommandOptionValidators.cpp.

2014-07-08 Thread Todd Fiala
Author: tfiala Date: Tue Jul 8 09:52:11 2014 New Revision: 212536 URL: http://llvm.org/viewvc/llvm-project?rev=212536view=rev Log: Fix broken MacOSX Xcode build for CommandOptionValidators.cpp. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified:

[Lldb-commits] [lldb] r212548 - Remove hack from dotest.py to fix extra output on -P command, and fix MacOSX multi-threaded test run collisions on crashlog.dylib.

2014-07-08 Thread Todd Fiala
Author: tfiala Date: Tue Jul 8 11:29:54 2014 New Revision: 212548 URL: http://llvm.org/viewvc/llvm-project?rev=212548view=rev Log: Remove hack from dotest.py to fix extra output on -P command, and fix MacOSX multi-threaded test run collisions on crashlog.dylib. On MacOSX, we need to adjust the

[Lldb-commits] [lldb] r212552 - Simplify Host::GetOSVersion() on macosx.

2014-07-08 Thread Jean-Daniel Dupas
Author: jddupas Date: Tue Jul 8 12:42:17 2014 New Revision: 212552 URL: http://llvm.org/viewvc/llvm-project?rev=212552view=rev Log: Simplify Host::GetOSVersion() on macosx. It removes usage of the deprecated function CFURLCreateDataAndPropertiesFromResource(). Modified:

Re: [Lldb-commits] [PATCH] Host::GetOSVersion simplification

2014-07-08 Thread Jean-Daniel Dupas
Thanks. Applied by r212552 Le 7 juil. 2014 à 20:16, Greg Clayton gclay...@apple.com a écrit : Yep, looks good and we do indeed depend on foundation. On Jul 7, 2014, at 10:55 AM, jing...@apple.com wrote: That seems reasonable. The patch seems fine, thanks for working on this. Jim

[Lldb-commits] [lldb] r212554 - Revert accidental change to Xcode project.

2014-07-08 Thread Bruce Mitchener
Author: brucem Date: Tue Jul 8 13:09:58 2014 New Revision: 212554 URL: http://llvm.org/viewvc/llvm-project?rev=212554view=rev Log: Revert accidental change to Xcode project. Modified: lldb/trunk/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme Modified:

[Lldb-commits] [lldb] r212559 - Add the ability to provide a count option to the various thread step-* operations. Only

2014-07-08 Thread Jim Ingham
Author: jingham Date: Tue Jul 8 14:28:57 2014 New Revision: 212559 URL: http://llvm.org/viewvc/llvm-project?rev=212559view=rev Log: Add the ability to provide a count option to the various thread step-* operations. Only step-inst and step-inst are currently supported, the rest just warn that

Re: [Lldb-commits] [PATCH] Allow specification of no source display on stop

2014-07-08 Thread Randy Smith
On Mon, Jul 7, 2014 at 4:37 PM, Todd Fiala tfi...@google.com wrote: I'll have a run through with it and then I'll submit it. Here are the tests that currently fail for me intermittently on Linux: TestConvenienceVariables.py TestFormatters.py TestLongjmp.py Test-rdar-9974002.py

[Lldb-commits] [lldb] r212567 - Make sure that qProcessInfo packet returns correct cpu type/subtype for processes on Haswell machines with a Haswell enabled kernel.

2014-07-08 Thread Greg Clayton
Author: gclayton Date: Tue Jul 8 16:45:21 2014 New Revision: 212567 URL: http://llvm.org/viewvc/llvm-project?rev=212567view=rev Log: Make sure that qProcessInfo packet returns correct cpu type/subtype for processes on Haswell machines with a Haswell enabled kernel. rdar://problem/17332107

Re: [Lldb-commits] [PATCH] Fix tests broken by OptionValidator changes.

2014-07-08 Thread Todd Fiala
I'm getting these failures on MacOSX: Failing Tests (17) FAIL: LLDB (suite) :: TestAbbreviations.py (Darwin tfiala-macbookpro.roam.corp.google.com 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64 i386) FAIL: LLDB (suite) ::

[Lldb-commits] [lldb] r212583 - __arm64__ and __aarch64__ #ifdef adjustments

2014-07-08 Thread Todd Fiala
Author: tfiala Date: Tue Jul 8 20:29:05 2014 New Revision: 212583 URL: http://llvm.org/viewvc/llvm-project?rev=212583view=rev Log: __arm64__ and __aarch64__ #ifdef adjustments Change by Paul Osmialowski See http://reviews.llvm.org/D4379 for details. Modified:

Re: [Lldb-commits] [PATCH] lldb - __arm64__ vs __aarch64__ insanity

2014-07-08 Thread Todd Fiala
Sendingsource/Core/Error.cpp Sendingsource/Host/common/Host.cpp Sendingsource/Host/macosx/Host.mm Sendingsource/Host/macosx/Symbols.cpp Sendingsource/Interpreter/CommandInterpreter.cpp Sendingsource/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp

Re: [Lldb-commits] [PATCH] lldb - __arm64__ vs __aarch64__ insanity

2014-07-08 Thread Paul Osmialowski
Hey Todd, That's the plan. This patch is a merely step towards this - it just clears all the confusion caused by this double naming used by different toolchains. On Wed, 9 Jul 2014, Todd Fiala wrote: Hey Paul, Are you attempting to build debugserver over there on the linaro Linux build?

Re: [Lldb-commits] [PATCH] lldb - __arm64__ vs __aarch64__ insanity

2014-07-08 Thread Paul Osmialowski
Hey Todd, That's the plan. This patch is a merely step towards this - it just clears all the confusion caused by this double naming used by different toolchains. http://reviews.llvm.org/D4379 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu