Searched refs:thread_list (Results 1 - 25 of 29) sorted by relevance

12

/external/lldb/test/lang/objc/objc-builtin-types/
H A DTestObjCBuiltinTypes.py53 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
56 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
57 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
60 frame = thread_list[0].GetFrameAtIndex(0)
/external/lldb/test/lang/objc/objc-struct-return/
H A DTestObjCStructReturn.py52 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
55 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
56 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
58 frame = thread_list[0].GetFrameAtIndex(0)
/external/lldb/test/lang/objc/objc-class-method/
H A DTestObjCClassMethod.py56 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
59 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
60 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
63 frame = thread_list[0].GetFrameAtIndex(0)
/external/lldb/test/lang/objc/objc-static-method/
H A DTestObjCStaticMethod.py55 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
58 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
59 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
62 frame = thread_list[0].GetFrameAtIndex(0)
/external/lldb/test/lang/objc/objc-static-method-stripped/
H A DTestObjCStaticMethodStripped.py48 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
51 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
52 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
55 frame = thread_list[0].GetFrameAtIndex(0)
/external/lldb/test/lang/objc/objc-super/
H A DTestObjCSuper.py54 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, bpt)
57 self.assertTrue (len(thread_list) != 0, "No thread stopped at our breakpoint.")
58 self.assertTrue (len(thread_list) == 1, "More than one thread stopped at our breakpoint.")
61 frame = thread_list[0].GetFrameAtIndex(0)
/external/lldb/test/lang/objc/objc-ivar-stripped/
H A DTestObjCIvarStripped.py42 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
43 self.assertTrue (len(thread_list) == 1)
44 thread = thread_list[0]
/external/lldb/test/lang/objc/blocks/
H A DTestObjCIvarsInBlocks.py58 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
59 self.assertTrue (len(thread_list) == 1)
60 thread = thread_list[0]
104 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint_two)
105 self.assertTrue (len(thread_list) == 1)
106 thread = thread_list[0]
/external/lldb/test/expression_command/issue_11588/
H A DTest11588.py41 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
42 self.assertTrue (len(thread_list) == 1)
43 thread = thread_list[0]
/external/lldb/test/functionalities/return-value/
H A DTestReturnValue.py41 thread_list = lldbutil.get_threads_stopped_at_breakpoint (self.process, bkpt)
43 self.assertTrue (len(thread_list) == 1)
44 thread = thread_list[0]
133 thread_list = lldbutil.get_threads_stopped_at_breakpoint (self.process, inner_sint_bkpt)
134 self.assertTrue(len(thread_list) == 1)
135 thread = thread_list[0]
164 thread_list = lldbutil.get_threads_stopped_at_breakpoint (self.process, inner_float_bkpt)
165 self.assertTrue (len(thread_list) == 1)
166 thread = thread_list[0]
/external/lldb/test/lang/objc/foundation/
H A DTestObjectDescriptionAPI.py59 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
60 self.assertTrue (len(thread_list) == 1)
62 thread = thread_list[0]
/external/lldb/test/lang/objc/objc-ivar-offsets/
H A DTestObjCIvarOffsets.py50 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
51 self.assertTrue (len(thread_list) == 1)
52 thread = thread_list[0]
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c384 thread_array_t thread_list; local
387 kr = task_threads (task, &thread_list, &thread_count);
399 thread_basic_info_t basic_info = get_thread_basic_info (thread_list[i]);
401 thread_identifier_info_data_t identifier_info = get_thread_identifier_info (thread_list[i]);
404 uint64_t pc = get_current_pc (thread_list[i], &wordsize);
424 printf (" (examine-threads port namespace) mach port # 0x%4.4x\n", (int) thread_list[i]);
426 if (inferior_namespace_mach_port_num (task, thread_list[i], &mach_port_inferior_namespace))
468 vm_deallocate (mytask, (vm_address_t) thread_list,
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc123 MinidumpThreadList* thread_list = minidump.GetThreadList(); local
124 CHECK(thread_list);
127 thread_list->GetThreadByID(exception_thread_id);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp276 thread_array_t thread_list = NULL; local
279 DNBError err(::task_threads (task, &thread_list, &thread_list_count), DNBError::MachKernel);
282 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, thread_list_count => %u )", task, thread_list, thread_list_count);
293 const thread_t mach_port_num = thread_list[idx];
326 (vm_address_t)thread_list,
/external/chromium_org/v8/src/third_party/vtune/
H A Dittnotify_config.h379 __itt_thread_info* thread_list; member in struct:___itt_global
398 (gptr)->thread_list = h; \
415 (gptr)->thread_list = h; \
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp404 ThreadList &thread_list = m_process->GetThreadList(); local
406 ThreadSP thread_sp (CreateThreadFromThreadInfo (thread_info_dict, core_threads, thread_list, &did_create));
408 thread_list.AddThread(thread_sp);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h350 __itt_thread_info* thread_list; member in struct:___itt_global
369 (gptr)->thread_list = h; \
386 (gptr)->thread_list = h; \
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc87 thread_act_array_t thread_list; local
88 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
90 // task_threads allocates resources in thread_list and we need to free them
93 reinterpret_cast<vm_address_t>(thread_list),
/external/protobuf/gtest/src/
H A Dgtest-port.cc83 thread_act_array_t thread_list; local
84 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
86 // task_threads allocates resources in thread_list and we need to free them
89 reinterpret_cast<vm_address_t>(thread_list),
/external/lldb/test/python_api/target/
H A DTestTargetAPI.py134 thread_list = lldbutil.get_threads_stopped_at_breakpoint (process, breakpoint)
135 self.assertTrue (len(thread_list) == 1)
/external/gtest/src/
H A Dgtest-port.cc93 thread_act_array_t thread_list; local
94 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
96 // task_threads allocates resources in thread_list and we need to free them
99 reinterpret_cast<vm_address_t>(thread_list),
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc93 thread_act_array_t thread_list; local
94 const kern_return_t status = task_threads(task, &thread_list, &thread_count);
96 // task_threads allocates resources in thread_list and we need to free them
99 reinterpret_cast<vm_address_t>(thread_list),

Completed in 1423 milliseconds

12