Commit Graph

68568 Commits

Author SHA1 Message Date
hjk
3c7b1f4a80 debugger: return the address of the output buffer from the dumpers 2009-04-16 08:57:34 +02:00
hjk
6f56ad0ac3 projectmanager: proper name for build log dialog 2009-04-16 08:43:39 +02:00
Oswald Buddenhagen
cc09453cb1 make quote/escape parsing more qmake-compatible 2009-04-15 20:35:58 +02:00
Oswald Buddenhagen
031c7c1658 QT_NO_CAST_FROM_ASCII safety 2009-04-15 20:35:58 +02:00
Oswald Buddenhagen
870a3b3903 protect against circular inclusion of pro/pri files
Task-number: 250574
2009-04-15 20:35:58 +02:00
Oswald Buddenhagen
99fccb6d37 do not crash on lines starting with an equal sign 2009-04-15 20:35:58 +02:00
Alessandro Portale
7a0baf65e7 Don't annoy Windows users with alien dir separators 2009-04-15 19:07:25 +02:00
Alessandro Portale
03fb468d53 Don't annoy Windows users with alien dir separators 2009-04-15 18:44:41 +02:00
Alessandro Portale
9c57693a09 Don't annoy Windows users with alien dir separators 2009-04-15 18:39:05 +02:00
dt
8817cdd2bd Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-04-15 18:35:46 +02:00
Alessandro Portale
d54df03794 Don't annoy Windows users with alien dir separators 2009-04-15 18:34:03 +02:00
dt
d0c6a85d0f Showing wrong path separator in the project mode.
Review-By: Alessandro
2009-04-15 18:31:16 +02:00
Alessandro Portale
b13e19ef61 Don't annoy Windows users with alien dir separators 2009-04-15 17:42:04 +02:00
kh
b1ea36bc47 Fix build with namespaced Qt
Reviewed-by: Thorbjorn Lindeijer
2009-04-15 17:36:38 +02:00
Alessandro Portale
eed3c413e1 Don't annoy Windows users with alien dir separators 2009-04-15 17:32:53 +02:00
Kavindra Devi Palaraja
48bdd7aa1a Fixes: - Doc - fixed a broken link and adding a bit more to the tutorial 2009-04-15 17:28:04 +02:00
Kavindra Devi Palaraja
86a5ab47c4 Fixes: - Doc: Some minor cleanups on the documentation for CDB 2009-04-15 17:27:17 +02:00
Alessandro Portale
04fafbddfe Don't annoy Windows users with alien dir separators 2009-04-15 17:19:15 +02:00
Alessandro Portale
c36d51792f Don't annoy Windows users with alien dir separators 2009-04-15 16:54:18 +02:00
hjk
5cb0a3cb72 debugger: put the address of the loaded helpers into the debugger log 2009-04-15 16:48:46 +02:00
Alessandro Portale
46ac6ca0af Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-04-15 16:41:08 +02:00
Friedemann Kleint
2cc8959114 Introduce option -enable-cdb to enable CDB.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-04-15 16:38:32 +02:00
Alessandro Portale
bccfd33dee Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-04-15 16:35:22 +02:00
Alessandro Portale
1d35bc7003 Don't annoy Windows users with alien dir separators 2009-04-15 16:34:37 +02:00
dt
d0159d7c7c Small tweaks to the cmake open project wizard.
Note: The use is now forced to run cmake. This is rather suboptimal, but
currently cancel doesn't do the correct thing so we prevent that.
2009-04-15 16:22:55 +02:00
Thorbjørn Lindeijer
500b5e20b5 No need to open file ReadWrite for just reading its contents
Pointed out by Mathias Gumz.
2009-04-15 16:10:46 +02:00
dt
f15660cb5c Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1 2009-04-15 15:42:39 +02:00
hjk
e61fa399ed debugger: also parse PID if the program starts without breakpoints 2009-04-15 15:41:21 +02:00
dt
1e0561e8e5 Crash on removing RunConfigurations by editing the pro file
Task: 250759
2009-04-15 15:39:19 +02:00
hjk
800a48f027 debugger: code cosmetics 2009-04-15 14:26:08 +02:00
Friedemann Kleint
2f115bebd7 Fix previous commit. 2009-04-15 12:04:27 +02:00
Friedemann Kleint
4c2f5d1eaf Make the "Show symbols" option of the module window work on Windows.
Introduce API to debug engines and debugger manager to do this.
Reviewed-by: hjk <qtc-commiter@nokia.com>
2009-04-15 12:01:58 +02:00
hjk
e39d006ffb debugger: fix re-initialization of watch item inames 2009-04-15 10:06:31 +02:00
Friedemann Kleint
d11242feba Make break by function work for CDB.
Add function to automagically resolve function symbol names
that are missing the module name (module!foo). Kill some
trailing whitespace. Add a hack to transform qMain->main for VS.
2009-04-15 10:05:40 +02:00
hjk
0c03179fac fakevim: compile fix 2009-04-14 15:47:45 +02:00
Friedemann Kleint
7f84a96e3a Compile on Windows. 2009-04-14 15:22:52 +02:00
Friedemann Kleint
d4ccc16f9f Implement disassembler for cdb.
Filter debugging output correctly, some glitches. Extract
base class for debugging output to be able to intercept
debugging output for other purposes (such as disassembling).
2009-04-14 15:04:19 +02:00
hjk
883a7ffdbc fakevim: fix the "Quit FakeVim" handler 2009-04-14 14:42:46 +02:00
hjk
254aa303ff debugger: use 'gdb' as default debugger 2009-04-14 14:24:45 +02:00
Fred Emmott
b95af44c0d work on substitution command in fakevim 2009-04-14 13:59:46 +02:00
hjk
1c9714305e debugger: don't kill gdb the hard way if it is still in a known state 2009-04-14 12:59:43 +02:00
Thorbjørn Lindeijer
c3a3ab9664 Small tweaks to NTFS writable check fix 2009-04-14 12:34:26 +02:00
Mathias Gumz
1898c4dbff bugfix for windows: trying to open files stored on network drives relied on QFileInfo::isWritable() without using the real filesystem checks 2009-04-14 12:34:26 +02:00
hjk
fcfd3ae58a make the startup script work with directories containing spaces.
Thanks to "catanzag" on the labs blog.
2009-04-14 12:28:17 +02:00
hjk
163705b879 debugger: less debug output in cases we know what's missing 2009-04-14 12:20:23 +02:00
hjk
73a2dc6f84 debugger: make some noise if we still can't set pending breakpoints on Linux 2009-04-14 12:20:23 +02:00
hjk
84a43310a7 debugger: use break-insert -f to insert pending breakpoints 2009-04-14 12:20:22 +02:00
Oswald Buddenhagen
894ee04ee0 make terminal emulator configurable centrally
this includes changing the runInTerminal.command command line.
the terminal setting mock from the debugger plugin is gone again.
2009-04-14 11:41:23 +02:00
Oswald Buddenhagen
c8c183f6b4 use temp file to pass env on unix as well
the linux command line can be 32k long ... which might still be not
enough. well, in fact, it just makes the 'ps' output unreadable.
2009-04-14 10:24:06 +02:00
Oswald Buddenhagen
9ec1737db1 disambiguate IContext for vc9 2009-04-14 10:24:06 +02:00