[Lldb-commits] [lldb] r198961 - Fixed the connect remote test.

2014-01-10 Thread Greg Clayton
Author: gclayton Date: Fri Jan 10 16:21:12 2014 New Revision: 198961 URL: http://llvm.org/viewvc/llvm-project?rev=198961view=rev Log: Fixed the connect remote test. Modified: lldb/trunk/test/functionalities/connect_remote/EchoServer.py

[Lldb-commits] [lldb] r198962 - Fixed the assertion test case.

2014-01-10 Thread Greg Clayton
Author: gclayton Date: Fri Jan 10 16:22:44 2014 New Revision: 198962 URL: http://llvm.org/viewvc/llvm-project?rev=198962view=rev Log: Fixed the assertion test case. Modified: lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py Modified:

[Lldb-commits] [lldb] r198970 - Fix CMake build of debugserver on Mac OS X.

2014-01-10 Thread Filipe Cabecinhas
Author: filcab Date: Fri Jan 10 17:06:17 2014 New Revision: 198970 URL: http://llvm.org/viewvc/llvm-project?rev=198970view=rev Log: Fix CMake build of debugserver on Mac OS X. Modified: lldb/trunk/tools/debugserver/CMakeLists.txt Modified: lldb/trunk/tools/debugserver/CMakeLists.txt URL:

[Lldb-commits] [lldb] r198977 - Add the offset for cfa+offset log messages in the unwind channel, to aid in debugging.

2014-01-10 Thread Jason Molenda
Author: jmolenda Date: Fri Jan 10 17:53:32 2014 New Revision: 198977 URL: http://llvm.org/viewvc/llvm-project?rev=198977view=rev Log: Add the offset for cfa+offset log messages in the unwind channel, to aid in debugging. Modified:

[Lldb-commits] [lldb] r198982 - We are doing spurious name lookups when running expressions in objective C methods.

2014-01-10 Thread Greg Clayton
Author: gclayton Date: Fri Jan 10 18:29:50 2014 New Revision: 198982 URL: http://llvm.org/viewvc/llvm-project?rev=198982view=rev Log: We are doing spurious name lookups when running expressions in objective C methods. rdar://problem/15797390 This new test case will detect this and make sure we

[Lldb-commits] [lldb] r198984 - Make sure to cleanup the dwarf-lookups.txt log file.

2014-01-10 Thread Greg Clayton
Author: gclayton Date: Fri Jan 10 18:54:56 2014 New Revision: 198984 URL: http://llvm.org/viewvc/llvm-project?rev=198984view=rev Log: Make sure to cleanup the dwarf-lookups.txt log file. Modified: lldb/trunk/test/lang/objc/foundation/TestObjCMethods.py Modified:

[Lldb-commits] [lldb] r198990 - Sometimes the trampoline refers directly to the indirect symbol. Handle that too.

2014-01-10 Thread Jim Ingham
Author: jingham Date: Fri Jan 10 19:21:50 2014 New Revision: 198990 URL: http://llvm.org/viewvc/llvm-project?rev=198990view=rev Log: Sometimes the trampoline refers directly to the indirect symbol. Handle that too. Modified: