commit | 65f4fb01ed41075a3efe9d2b5a337e5a8fe7f006 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon Dec 19 19:38:09 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon Dec 19 19:38:09 2011 +0000 |
tree | 144af060c20064ae8b3a15d21ebdc55c4e90f3a8 | |
parent | bcbefa8de7877c5d0674d5816cf96db48b103e6f [diff] [blame] |
Fix Python docstring for SBThread.GetStopDescription(). git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146890 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBThread.i b/scripts/Python/interface/SBThread.i index 943996b..762626d 100644 --- a/scripts/Python/interface/SBThread.i +++ b/scripts/Python/interface/SBThread.i
@@ -79,6 +79,10 @@ uint64_t GetStopReasonDataAtIndex(uint32_t idx); + %feature("autodoc", " + Pass only an (int)length and expect to get a Python string describing the + stop reason. + ") GetStopDescription; size_t GetStopDescription (char *dst, size_t dst_len);