summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerdialogs.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Debugger/Windows: Do not attach to process being debugged.Friedemann Kleint2010-10-221-0/+15
* UI text - fix capitalizationLeena Miettinen2010-09-171-1/+1
* debugger: start using Utils::HistoryCompleterhjk2010-09-161-12/+21
* debugger: always enable attaching to external processhjk2010-07-211-10/+14
* Merge remote branch 'origin/2.0'con2010-07-131-0/+3
|\
| * Conditional compilation for functions which are unused on WindowsRobert Loehning2010-07-121-0/+3
* | Debugger[Trk]: Added TCF experimental adapter.Friedemann Kleint2010-06-251-2/+0
* | Fix parameters hidden by local variables.Bill King2010-06-111-2/+2
* | VCS: Show message box on timeouts/Add SSH prompt.Friedemann Kleint2010-05-211-1/+1
* | debugger: let the user specify a working directory when starting a localhjk2010-05-121-0/+12
* | Revive TCF agenthjk2010-05-051-0/+90
|/
* debugger: put sort marker on the right columnhjk2010-03-291-0/+1
* Debugger: Improve engine detection.Friedemann Kleint2010-03-171-1/+29
* debugger: Sort process ID column numerically in "Attach to process" dialoghjk2010-03-091-2/+25
* Long live the king!hjk2010-03-051-1/+1
* Debugger/Attach to running: Default to ps if /proc does not exist.Friedemann Kleint2010-03-041-3/+50
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-2/+2
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-2/+2
* | Replace handcrafted filter widgets by Utils::FilterLineEditFriedemann Kleint2009-12-161-4/+3
* | Remote Debugging Dialog: Make it possible to choose the debugger.ck2009-12-111-1/+13
* | debugger: add a line edit to specify the local executable for gdb remotehjk2009-12-101-3/+15
* | debugger: make remote gdb architecture user editablehjk2009-12-101-2/+1
* | Add support for "set sysroot" for remote debugging.ck2009-10-161-0/+10
|/
* Debugger: Do configuration error checking early on.Friedemann Kleint2009-10-081-24/+0
* purge TCF agent cra^WstuffOswald Buddenhagen2009-10-081-90/+0
* Debugger: Improve adapter error handlingFriedemann Kleint2009-10-081-1/+27
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-5/+5
* debugger: let 'attach to running process' dialog activate the 'ok' button ifhjk2009-10-051-4/+15
* debugger: make attaching to running process work againhjk2009-09-231-0/+1
* Debugger: Fix memory displayFriedemann Kleint2009-08-191-0/+57
* long live the kinghjk2009-08-141-1/+1
* Don't crash when the /proc/<pid>/stat file failed to open.Thiago Macieira2009-08-071-1/+3
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* debugger: add a 'break at main' checkbox in the 'start and debug external' di...hjk2009-06-121-1/+7
* Enabled passing on PIDs from the command line to the debugger.Friedemann Kleint2009-05-251-2/+2
* debugger: rename 'win' subdir to 'shared'hjk2009-05-191-1/+1
* debugger: start work "Target Communication Framework" "frontend"hjk2009-05-071-0/+89
* debugger: handle error when remote server does not respondhjk2009-05-071-42/+65
* debugger: initial work to start a remote gdbserverhjk2009-05-061-0/+11
* debugger: rename 'AttachRemote' to 'StartRemote'hjk2009-05-061-10/+10
* debugger: initial work on remote debugginghjk2009-05-041-60/+40
* Fixed dialog title for selecting core fileThorbjørn Lindeijer2009-04-101-1/+1
* Fixes: Error logging, polish attach remote dialogFriedemann Kleint2009-03-051-73/+116
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-03-051-18/+49
|\
| * Fixes: Make Attach External Dialog play nicely (exclude self)Friedemann Kleint2009-03-041-18/+49
* | Fixes: compile fix with namespaced Qthjk2009-03-051-2/+4
|/
* Process Listing WindowsFriedemann Kleint2009-03-041-128/+111
* Fixes: debugger: worlk on core file loadinghjk2009-03-021-52/+100