Searched refs:post_startup_log_lines (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteThreadsInStopReply.py | 20 def gather_stop_reply_fields(self, post_startup_log_lines, thread_count, argument 35 if post_startup_log_lines: 36 self.test_sequence.add_log_lines(post_startup_log_lines, True) 94 def gather_stop_reply_threads(self, post_startup_log_lines, thread_count): argument 97 post_startup_log_lines, thread_count, ["threads"])["threads"] 104 def gather_stop_reply_pcs(self, post_startup_log_lines, thread_count): argument 105 results = self.gather_stop_reply_fields( post_startup_log_lines,
|