[Lldb-commits] [lldb] r226244 - Fixes to DNBArchImpl in debugserver to correctly get/set

2015-01-15 Thread Jason Molenda
Author: jmolenda Date: Thu Jan 15 20:31:35 2015 New Revision: 226244 URL: http://llvm.org/viewvc/llvm-project?rev=226244&view=rev Log: Fixes to DNBArchImpl in debugserver to correctly get/set the register state when debugging AArch32 programs (armv7 programs running on an armv8 processor). Most n

Re: [Lldb-commits] [PATCH] LLGS Android target support

2015-01-15 Thread Nico Weber
Comment at: cmake/LLDBDependencies.cmake:100 @@ +99,3 @@ +if ( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) + set(LLDB_VERS_GENERATED_FILE ${LLDB_BINARY_DIR}/source/LLDB_vers.c) + add_custom_command(OUTPUT ${LLDB_VERS_GENERATED_FILE} This doesn't look correct. Now every

Re: [Lldb-commits] [PATCH] Add Socket::Get[Remote/Local]IpAddress and unit tests

2015-01-15 Thread Vince Harron
REPOSITORY rL LLVM http://reviews.llvm.org/D6917 Files: lldb/trunk/gtest/gtest.xcodeproj/project.pbxproj lldb/trunk/gtest/unittest/Host/Makefile lldb/trunk/gtest/unittest/Host/SocketAddressTest.cpp lldb/trunk/gtest/unittest/Host/SocketTest.cpp lldb/trunk/gtest/unittest/Host/SocketTest

Re: [Lldb-commits] [PATCH] Add Socket::Get[Remote/Local]IpAddress and unit tests

2015-01-15 Thread Greg Clayton
You removed a comment from line 1 of source/Host/common/Socket.cpp. Fix that and it will be good to go. http://reviews.llvm.org/D6917 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-co

[Lldb-commits] [lldb] r226231 - Add comment regarding which i386 registers are non-volatile instead of

2015-01-15 Thread Jason Molenda
Author: jmolenda Date: Thu Jan 15 18:27:25 2015 New Revision: 226231 URL: http://llvm.org/viewvc/llvm-project?rev=226231&view=rev Log: Add comment regarding which i386 registers are non-volatile instead of just pointing to the standard document regarding this. Modified: lldb/trunk/source/Plug

[Lldb-commits] [lldb] r226218 - Fixed the regex test case after recent modifications to the "help" command output.

2015-01-15 Thread Greg Clayton
Author: gclayton Date: Thu Jan 15 16:52:17 2015 New Revision: 226218 URL: http://llvm.org/viewvc/llvm-project?rev=226218&view=rev Log: Fixed the regex test case after recent modifications to the "help" command output. Modified: lldb/trunk/test/functionalities/command_regex/TestCommandRege

Re: [Lldb-commits] [PATCH] Add Socket::Get[Remote/Local]IpAddress and unit tests

2015-01-15 Thread Vince Harron
Replace strtoul with ConvertString::ToUInt32 Socket::DecodeHostAndPort was accepting negative port numbers and numbers > 65535, fixed http://reviews.llvm.org/D6917 Files: gtest/gtest.xcodeproj/project.pbxproj gtest/unittest/Host/ gtest/unittest/Host/Makefile gtest/unittest/Host/SocketA

Re: [Lldb-commits] [PATCH] UriParser - fixed potential buffer overrun

2015-01-15 Thread Greg Clayton
Looks good. http://reviews.llvm.org/D6918 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ

2015-01-15 Thread Vince Harron
REPOSITORY rL LLVM http://reviews.llvm.org/D6992 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [lldb] r226162 - In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation

2015-01-15 Thread Nico Weber
Thanks! On Thu, Jan 15, 2015 at 3:50 AM, Sylvestre Ledru wrote: > Author: sylvestre > Date: Thu Jan 15 05:50:50 2015 > New Revision: 226162 > > URL: http://llvm.org/viewvc/llvm-project?rev=226162&view=rev > Log: > In commit clang r226096, DefinitionRequired has been removed. Do the same > in lld

[Lldb-commits] [lldb] r226162 - In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation

2015-01-15 Thread Sylvestre Ledru
Author: sylvestre Date: Thu Jan 15 05:50:50 2015 New Revision: 226162 URL: http://llvm.org/viewvc/llvm-project?rev=226162&view=rev Log: In commit clang r226096, DefinitionRequired has been removed. Do the same in lldb implementation Modified: lldb/trunk/include/lldb/Expression/ASTResultSynth