Files are not closed, and therefore are never deleted
Task-number: QTCREATORBUG-5048
Change-Id: Id198599e0ce11744ed6cb62adf48e86f73d6bece
Reviewed-by: hjk <qthjk@ovi.com>
Simple array data can be fetched in one go.
The "normal" way gdb asks the server for contents is one item
at a time, at ~3ms per round trip. Now we get 2000 in 200ms.
This also introduces a re-usable readRawMemory function and
removes a few checkAccess calls which will be triggered anyways.
Change-Id: Ic07a3d6593fd2ea45f7a8058509118fe22a845bb
Reviewed-by: hjk <qthjk@ovi.com>
Debugging helper library dialog pops up even though the
helper library is not rquired. This patch fixes the case.
Change-Id: Iae259fe6bb4b31d8e957de398a40e4ded2e73532
Reviewed-by: hjk <qthjk@ovi.com>
Libraries start using embedded gdb scripts of varying robustness
causing unwanted side effects on debugging, so better avoid them.
This choice can be overridden by the user in the startup script.
Change-Id: I90ba4d733e4fdd7d2d4085eefb159f7c5e68326a
Reviewed-by: hjk <qthjk@ovi.com>
While debugging Symbian C++ applications
stepping into functions has not been working due to
a typo in the python file
Change-Id: I76710fe3f599303059f773030e57d778164bcebb
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
The "<shadowed x>" space caused trouble on parameter passing.
As workaround, don't produce any.
Change-Id: Ibef1bfc8dc43c790ac2a2aeb52d3509347b6c997
Reviewed-on: http://codereview.qt.nokia.com/1068
Reviewed-by: hjk <qthjk@ovi.com>