Commit Graph

2267 Commits

Author SHA1 Message Date
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
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
Daniel Molkentin
f0794bd0d4 Fixes: Find CDB on 64 Bit Windows. 2009-04-14 10:12:24 +02:00
hjk
3e6285358d fakevim: fix positioning after 'w'
was broken during the changes to the "target column" logic
2009-04-14 09:38:16 +02:00
hjk
e76ba64f68 fakevim: work on autotests 2009-04-14 09:38:16 +02:00
Thorbjørn Lindeijer
268f460f7d Fixed dialog title for selecting core file 2009-04-10 02:40:16 +02:00
Friedemann Kleint
6d4d19dfa8 Handle various CDB output windows.
Add modules, threads and register view. Refactor register format code.
2009-04-09 16:51:13 +02:00
hjk
57aad47460 fakevim: work on autotests 2009-04-09 13:49:22 +02:00
hjk
353025f37f debugger: potential fix for cases where the std:: namespace is not
reported properly
2009-04-09 13:49:22 +02:00
con
814b36f2ff Sorry, still can't embed videos, crashes too often. 2009-04-09 12:44:12 +02:00
Oswald Buddenhagen
e6843ff5bc Merge commit 'origin/1.1' 2009-04-09 12:04:50 +02:00
Olli Werwolff
7b84e0c91b Fixes: Changes in skipping files and suggested path in qrc editor
RevBy:    Thorbjorn Lindeijer
Details:  Renamed button "Don't Add" to "Skip". The button is only
          shown, if more than 1 file shall be added. In addition to
	  that the qrc editor checks, whether there is a "Resources"
	  directory in the qrc-file's folder and sets this directory
	  as the suggested save dir, if present (Needed in the Visual
	  Studio Add-in)
2009-04-09 11:57:27 +02:00
hjk
971c1999d2 debugger: provide an entry saying <no information> if an object has no
children (or no debug information available)
2009-04-09 11:37:55 +02:00
Thorbjørn Lindeijer
cb75dd05ea Prevent endless loop when no matching brace is found
Would show up when typing ")," where the closing brace doesn't have a
matching opening brace, for example.

Done with Roberto Raggi.
2009-04-09 11:16:24 +02:00
Friedemann Kleint
3a5b6825a7 Report termination of git pull/push (which was missing feedback). 2009-04-09 10:05:53 +02:00
con
a0fa383235 Show a useful dialog when debugger can't find debugging helper.
Reviewed-by: hjk <qtc-committer@nokia.com>
2009-04-08 17:26:19 +02:00
hjk
e7e0fe7475 debugger: make QObject connection dumper work again 2009-04-08 17:05:59 +02:00
Friedemann Kleint
3d55c45e2c Continued CDB breakpoint handling.
Enable temporarily stopping for setting breakpoints. Fix terminating the
debuggee in exitDebugger().
2009-04-08 16:37:41 +02:00
Friedemann Kleint
472e25025f Start on the German (prototypical) translation. 2009-04-08 16:35:56 +02:00
Thorbjørn Lindeijer
c63c9095d7 Attempt to clear some confusion around generic project 2009-04-08 16:31:21 +02:00
Thorbjørn Lindeijer
da5f8d7cd8 Fixed compiling with gcc 3.3 2009-04-08 16:31:21 +02:00
hjk
48dcc26d36 fakevim: work on autotests 2009-04-08 16:05:49 +02:00