debugger: change "watchpoint" to "data breakpoint" also in the class docs

This commit is contained in:
hjk
2011-05-16 12:37:04 +02:00
parent 4937769eab
commit a67fb4b6d3
2 changed files with 27 additions and 27 deletions

View File

@@ -143,9 +143,9 @@ public:
QByteArray condition; //!< Condition associated with breakpoint.
int ignoreCount; //!< Ignore count associated with breakpoint.
int lineNumber; //!< Line in source file.
quint64 address; //!< Address for address based watchpoints.
QString expression; //!< Expression for expression based watchpoints.
uint size; //!< Size of watched area for watchpoints.
quint64 address; //!< Address for address based data breakpoints.
QString expression; //!< Expression for expression based data breakpoints.
uint size; //!< Size of watched area for data breakpoints.
uint bitpos; //!< Location of watched bitfield within watched area.
uint bitsize; //!< Size of watched bitfield within watched area.
int threadSpec; //!< Thread specification.