forked from qt-creator/qt-creator
Doc: Fix putArrayData() debugging helper documentation
Task-number: QTCREATORBUG-18836 Change-Id: Iae037b4a45060b22ee36c94d19eeea940ebf1b95 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1090,7 +1090,7 @@
|
|||||||
size = value["_size"].integer()
|
size = value["_size"].integer()
|
||||||
d.putItemCount(size)
|
d.putItemCount(size)
|
||||||
if d.isExpanded():
|
if d.isExpanded():
|
||||||
d.putArrayData(value.type[0], value["_array"], size)
|
d.putArrayData(value["_array"], size, value.type[0])
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
\note To create dumper functions usable with both LLDB and GDB backends,
|
\note To create dumper functions usable with both LLDB and GDB backends,
|
||||||
@@ -1211,7 +1211,7 @@
|
|||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\li \c{putArrayData(self, type, address, itemCount)} - Creates the
|
\li \c{putArrayData(self, address, itemCount, type)} - Creates the
|
||||||
number of children specified by \c itemCount of the type \c type of
|
number of children specified by \c itemCount of the type \c type of
|
||||||
an array-like object located at \c address.
|
an array-like object located at \c address.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user