- 14 Oct, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I84ec3dea504e51bb925c925564aa9b5c84133fbf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 06 Oct, 2014 1 commit
-
-
hjk authored
There are too many setup without support for --once. Change-Id: I172b8b8d58a3960d9d93b48e692e612b7627ba56 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Tim Sander <tim@krieglstein.org>
-
- 29 Sep, 2014 1 commit
-
-
hjk authored
... and some of the related implementation details Change-Id: I1f03aa5acf2d3fb2cfc2a6a7845f3d3578b0408d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 26 Sep, 2014 1 commit
-
-
hjk authored
*Document* and *Layout* classes, all basetext* files Change-Id: I1c6e376733a434fcb5c7f19c6210dfa031eeafde Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Sep, 2014 4 commits
-
-
hjk authored
Less indirection. Change-Id: Ifbd7195e853d02bfd6562c817fc7f30079913faf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
There was duplicated data hanging around, with the potential of getting out-of-sync. Change-Id: Ib4927a098b4905347faa203af323234b464be9cd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I495412434ccffdb33528bbbe030c7a4bfa7e387c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Success and failure paths are very similar. Change-Id: Iebf218f64401884c014f1f7745d504183018addd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 12 Sep, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: Iaf7a3d69d920f8096763e2d8033df2d6371683a7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 02 Sep, 2014 1 commit
-
-
Christian Kandeler authored
The QML part was broken due to recent changes relating to gdbserver "multi" mode. Task-number: QTCREATORBUG-12928 Change-Id: Ia806f0cbfedd6961138f7cd89a0387bd851ff83e Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Aug, 2014 1 commit
-
-
hjk authored
Less typing and less cycles than join(QString) where appropriate Change-Id: I6ebc0e17e4d7fd9845864dd95b7de4ba4dad6906 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 18 Aug, 2014 1 commit
-
-
Tobias Hunger authored
Detected by CppCheck Change-Id: Id62195296615a4a1307f957b05c691d12901fefd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Jul, 2014 1 commit
-
-
Thomas Otto authored
- added a function which tries to find the executable belonging to a core file if the extracted path does not exist - tries to find binaries with a relative path - tires to remove commandline arguments, since the core file does not store which part is the exe name (which can contain spaces), and which are arguments loading /QT/core which was created by "/QT/bin/exec w.." by calling "./bin/exec with spaces" arg1 arg2 now finds the binary ==== will be split into a separate commit, included to show the second use of the new function LoadCoreDialog: change when ExecFilename is set from core - only set the name if the exe exists - if it does not exist and the previous entry does not either then insert what was extracted from the corefile Change-Id: I4a9846761c91ed976f3ba38a7dc756fc30ed179c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 28 Jul, 2014 1 commit
-
-
hjk authored
Move some function out of the DebuggerCore "namespace", to avoid one indirection and removes clutter in the calling code. Change-Id: I1c870d5c7eeade32fa63dedf581490fbb090cd6a Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Jul, 2014 1 commit
-
-
hjk authored
Adjust all callers, de-export BaseTextEditorAnimator Change-Id: I2329d976c1398e2449844bb480a4d4ed29859506 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 23 Jul, 2014 1 commit
-
-
Thomas Otto authored
- the string in the gdb output by which the exec file is identified is subject to localization. Overriding the LC_ALL variable fixes this. Change-Id: If839ed1daec8cbc0b6a5fefcf28a4eef0423a645 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 11 Jul, 2014 1 commit
-
-
hjk authored
Fix expansion and updating. Persistence and non-locals are still lacking. Change-Id: I74e25199d50350516afc686a05836e239bfc8acb Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 09 Jul, 2014 2 commits
-
-
hjk authored
Move extra dumper file settings to the right, make it a path chooser, simplify code. Change-Id: I9c5bab508949915195ba3bb7515b1632ad98af27 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I7ce688e56fb516ef6e77ee2e4f56d9b56379918b Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 24 Jun, 2014 1 commit
-
-
hjk authored
Instead of requiring the user to add the required python code to load them manually let him specify a file directly. This also makes the feature accessible to LLDB which needs a slightly different syntax. Task-number: QTCREATORBUG-12492 Change-Id: I12621b1cea2429476b0865bcbcb739a238dcf6af Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 20 Jun, 2014 1 commit
-
-
Tim Sander authored
Change-Id: Ie51847de912748d05a6b208bec82fd612d777202 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 19 Jun, 2014 2 commits
-
-
hjk authored
Change-Id: Iba1e7d2eeb49600a9952c369f66187384aa8cbf2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikita Baryshnikov authored
Change-Id: I4f6011cc2b6127037249aabc2426a88ad7108ebf Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 17 Jun, 2014 1 commit
-
-
Tim Sander authored
Change-Id: If282a037e5b26f81859aaad8b407d644aa8b5c1c Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Jun, 2014 3 commits
-
-
Tim Sander authored
Change-Id: Idcfdd42f741319f81cc378687451693facdb955f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Iefdf58baac3639dedd4f49fc394eecdb510c6cf6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tim Sander authored
Change-Id: I192ccf4dc7a2599ead1fcdd11a4d59f0e22e3e1d Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 27 May, 2014 2 commits
-
-
hjk authored
Introduced with 6dd3be2f. The gcore commands accepts files with spaces, but only unquoted. Change-Id: Iac9a43f4db24252faf4fe4aac5ab0ced3dcb3c3f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
GDB does return dynamic types nowadays, and some widgets are not plain QWidgets but subclasses... Change-Id: If3b7b0f7d639858eeb1e42659a649db22822c20f Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 26 May, 2014 1 commit
-
-
hjk authored
Change-Id: I8356cba5766a0afc519c66f120c24d1755c840e4 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 20 May, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: I9f7ef9becc1509cea9ee8f9284a09fc10fdb150f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 16 May, 2014 3 commits
-
-
hjk authored
Change-Id: I4ce31031bda92864212e914257e4f5c1fafa2af6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
There are two values now, one to limit an entry in the L&E view (default 100) and a hard upper limit (at 1 mio). If displayed values are elided, the true length is shown in addition. Change-Id: I180b70446c18e258c164e5af75b88d4c8b6c53f2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This avoids a race on Windows, where attaching is non-atomic. Task-number: QTCREATORBUG-8663 Change-Id: I119cae7129882fabaa97fa3f236379e5efe62df9 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 13 May, 2014 1 commit
-
-
hjk authored
Unused, and long forgotten. Change-Id: I726ccca39348e800e3f7ee89d352afea2007e949 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 02 May, 2014 1 commit
-
-
hjk authored
(gdb) help diass mentions "/r" and "/m" but doesn't give a hint that the combination is written as "/rm". Change-Id: I8baf56bd1e3c36ec43945ba0d572575c9e5e7fd5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 30 Apr, 2014 1 commit
-
-
hjk authored
Change-Id: I420dd5e9af4a92c84d53dbd52837be8f84440995 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 28 Apr, 2014 1 commit
-
-
hjk authored
- Use exclusively CLI to retrieve information. MI output misses parts. - Remove MI output handling - Re-order lines in ascending address order in mixed output. GDB orders by source line, but that's confusing when stepping - Introduce a new 'hunk' field for source lines to give a hint which part of a split source line we are looking at. Change-Id: I61a547503e9a18f95e99b897e26dbb207cabb8cf Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 22 Apr, 2014 1 commit
-
-
Christian Kandeler authored
Change-Id: Ib608bb49e26781aef1914085a5d801fcdcd5eb56 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-