summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/procinterrupt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debugger: DebugBreakApi is always used under 32bit WindowsDavid Schulz2012-03-021-16/+30
| | | | | Change-Id: Iacd672cf38f698912609aeb2d3e7d54101bcfe0d Reviewed-by: hjk <qthjk@ovi.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* procinterrupt.cpp: missing include addedJoerg Bornemann2012-02-101-0/+1
| | | | | Change-Id: Ic34f6cb8016068d81ac0e6262d552d93248033d8 Reviewed-by: hjk <qthjk@ovi.com>
* Debugger: fix for the execution of win64interrupt.exe on 32bitDavid Schulz2012-02-061-1/+1
| | | | | | Change-Id: I9f8175ab98d0fd01cc44b27941e35078cacd5aa2 Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Debugger: Fix interrupting code.Friedemann Kleint2012-02-021-32/+98
| | | | | | | | | | | | | | | | | - Windows: Always use DebugBreakProcess if Qt Creator is compiled 64bit. Else always use win64interrupt.exe if Qt Creator is a WOW64 application. - Remove redundant code (procinterrupt/hostutils, gdb adapters). - Give interruptProcess an errorMessage parameter such that it can be used by all C++ engines and a proper error is displayed. - Improve error messages. - Build win64interrupt if target architecture is 64 bit (clean tools profile, add a profile), borrowing the check from qtcreatorcdbext.pro. Change-Id: I2a6caf98e46051c49c84e1f3aac4c8d2aba66e8b Reviewed-by: David Schulz <david.schulz@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Edit debugger so win64interrupt is calledDavid Schulz2012-01-251-2/+30
| | | | | | | | | when trying to debug a 64bit application under windows. Task-number: QTCREATORBUG-2521 Change-Id: I38922a6bed09640ce88184e6913a9fbb1d7433de Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Compile Windows.Friedemann Kleint2010-03-181-0/+2
|
* Long live the king!hjk2010-03-051-1/+1
|
* Inferior interruption handling changesck2009-10-161-1/+1
| | | | | | | | | | On UNIX, use SIGINT to interrupt the child, as the remote debugger's -exec-interrupt does so as well. On Windows, we get a SIGTRAP which we cannot influence. As we currently do not know on which OS a remote debuggee is running, accept either signal in that mode. Reviewed-By: ossi
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* inferior interruption improvementsOswald Buddenhagen2009-03-051-39/+16
| | | | | | - on windows, use the recommended way to interrupt a debugged process - on unix, use SIGTRAP - assorted minor improvements
* process interruption improvementsOswald Buddenhagen2009-03-051-96/+0
| | | | | rely on the inferior's pid being available. consequently, remove the bizarre findChild stuff.
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Merge commit 'df16699ed9958584bb53e8790ccbcdc1e4b42dbb'hjk2009-02-111-2/+1
|\ | | | | | | | | Conflicts: src/plugins/debugger/procinterrupt.cpp
| * Fixes: debugger: revert accidental parts of b0650238hjk2009-02-111-1/+1
| |
* | Fixes: prepare work on procinterrupthjk2009-02-111-29/+40
|/
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* more file cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+182