debugger: rewrite parser for cli sub-breakpoint notifications

Change-Id: I971a2af2534bc650e8c604a5c2dc2e1846dbb045
Reviewed-on: http://codereview.qt.nokia.com/592
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-21 16:45:23 +02:00
committed by hjk
parent a7d8f34679
commit 41df1fb2d3
10 changed files with 206 additions and 104 deletions

View File

@@ -131,7 +131,7 @@ Q_DECLARE_METATYPE(QMap<uint COMMA QStringList>)
// tests multiple breakpoints
namespace multiple_breakpoints {
namespace multibp {
template <typename T> class Vector
{
@@ -155,7 +155,8 @@ namespace multiple_breakpoints {
Vector<char> vc(10);
return vi.size() + vf.size() + vd.size() + vc.size();
}
} // namespace multiple_breakpoints
} // namespace multibp
#if USE_PRIVATE
@@ -2775,7 +2776,7 @@ int main(int argc, char *argv[])
{
qc41700::test();
qc42170::test();
multiple_breakpoints::test();
multibp::test();
test842();
test842();
test3611();