Home
last modified time | relevance | path

Searched refs:reason_str (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py45 reason_str = lldbutil.stop_reason_to_str(reason)
49 reason_str = "%s hit %d times" % (
54 reason_str = "%s hit %d times" % (
60 reason_str = "signal %s" % signal_name
66 (id, status, reason_str, location))
H A Ddecorators.py241 reason_str = None
247 reason_str = ",".join(reasons)
248 reason_str = "{} due to the following parameter(s): {}".format(
249 mode_str, reason_str)
251 reason_str = "{} unconditionally"
253 reason_str = reason_str + " [" + str(bugnumber) + "]"
254 return reason_str
/llvm-project-15.0.7/lldb/scripts/
H A Dreproducer-replay.py44 reason_str = f' ({reason})' if reason else ''
/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py60 reason_str = lldbutil.stop_reason_to_str(x.GetStopReason())
66 (id, reason_str, x.GetQueueID(), location))
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp955 const char *reason_str = GetStopReasonString(tid_stop_info.reason); in PrepareStopReplyPacketForThread() local
956 if (reason_str != nullptr) { in PrepareStopReplyPacketForThread()
957 response.Printf("reason:%s;", reason_str); in PrepareStopReplyPacketForThread()
991 response.Printf("%s:p%" PRIx64 ".%" PRIx64 ";", reason_str, in PrepareStopReplyPacketForThread()