- Jun 28, 2010
- Jun 25, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
Added adapter to work with TCF over WLAN. Factor out common code for Symbian from TrkAdapter. Improve message logging in TrkGdbAdapter, some cleanup. Added new TcfTrkGdbAdapter based on TcfTrkDevice in symbianutils based on JSON, using QTcpSocket. To be started via special @tcf@ argument. Rubber-stamped-by: hjk
-
hjk authored
-
hjk authored
-
hjk authored
A mostly mechanical change. Reviewed-By: con
-
hjk authored
-
hjk authored
-
- Jun 24, 2010
-
-
Robert Loehning authored
-
Friedemann Kleint authored
Check for "breakpoint", "hw breakpoint" types. Acked-by: hjk
-
- Jun 23, 2010
- Jun 22, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Remove hardcoded highlighter, give DisassemblerViewAgent a mimetype property. Default to a generic Qt Creator Assembler mimetype. Acked-by: hjk Rubber-stamped-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Jun 15, 2010
-
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
Due to using QTextCursor::columnNumber() instead of QTextCursor::positionInBlock(), a lot of code would not work correctly when used with wrapped lines. In addition, there was an issue with columnNumber() returning 0 right after inserting a character before the last character of a line. Reviewed-by: mae
-