Reduce the timeout value for the "get class name" and "po" functions to .1 second...
authorJim Ingham <jingham@apple.com>
Thu, 17 May 2012 18:51:37 +0000 (18:51 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 17 May 2012 18:51:37 +0000 (18:51 +0000)
llvm-svn: 157009

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

index 0cb727b..b536b21 100644 (file)
@@ -142,7 +142,7 @@ AppleObjCRuntime::GetObjectDescription (Stream &strm, Value &value, ExecutionCon
                                                      &wrapper_struct_addr, 
                                                      error_stream, 
                                                      stop_others, 
-                                                     1000000
+                                                     100000, 
                                                      try_all_threads, 
                                                      unwind_on_error, 
                                                      ret);
index 2e46279..2c6961e 100644 (file)
@@ -217,7 +217,7 @@ AppleObjCRuntimeV2::RunFunctionToFindClassName(addr_t object_addr, Thread *threa
                                                      &m_get_class_name_args, 
                                                      errors, 
                                                      stop_others, 
-                                                     1000000
+                                                     100000, 
                                                      try_all_threads, 
                                                      unwind_on_error, 
                                                      void_ptr_value);