We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6016cf commit 6c65e56Copy full SHA for 6c65e56
lldb/bindings/interface/SBThreadExtensions.i
@@ -46,7 +46,7 @@ STRING_EXTENSION_OUTSIDE(SBThread)
46
return frames
47
48
def get_stop_description(self):
49
- return self.GetStopReasonDescription(1024)
+ return self.GetStopDescription(1024)
50
51
def get_stop_reason_data(self):
52
return [
0 commit comments