[lldb/Target] Add Assert StackFrame RecognizerWhen a thread stops, this checks depending on the platform if the top frame isan abort stack frame. If so, it looks for an assert stack frame in the u
[lldb/Target] Add Assert StackFrame RecognizerWhen a thread stops, this checks depending on the platform if the top frame isan abort stack frame. If so, it looks for an assert stack frame in the upperframes and set it as the most relavant frame when found.To do so, the StackFrameRecognizer class holds a "Most Relevant Frame" and a"cooked" stop reason description. When the thread is about to stop, it checksif the current frame is recognized, and if so, it fetches the recognized frame'sattributes and applies them.rdar://58528686Differential Revision: https://reviews.llvm.org/D73303Signed-off-by: Med Ismail Bennani <[email protected]>
show more ...
Revert "[lldb/Target] Add Assert StackFrame Recognizer"This reverts commit 2b7f32892b76cdfbe075300a5bf4a52e1b674bc7 because of testfailures due to dangling pointers.
Revert "[lldb/Target] Add Assert StackFrame Recognizer"This reverts commit 03a6b858fde5c644ec16b1fddd8e10aa9ef3f0ad.The test doesn't pass on Debian.