Commit Graph

72811 Commits

Author SHA1 Message Date
hjk
252fd2e7b1 debugger: refactoring of AbstractGdbAdapter
remove shutdownInferior(), rename shutdownAdapter() into shutdown()
2009-09-22 11:32:34 +02:00
Roberto Raggi
8290563cd2 Allow auto matching of string/char literals. 2009-09-22 11:25:29 +02:00
hjk
65a544793e add new 'RemoteGdbAdapter' to be handled with gdbserver connections 2009-09-22 10:51:24 +02:00
hjk
41caca2763 debugger: reorganize trk startup 2009-09-22 10:41:23 +02:00
hjk
efb02a30a0 debugger: rework plain gdb shutdown logic 2009-09-22 08:11:31 +02:00
hjk
1d64e169b0 debugger: rework startup logic 2009-09-22 08:11:30 +02:00
hjk
ae2cfdaa53 some cleanup 2009-09-22 08:11:30 +02:00
hjk
eb6776e05e don't reset location marker if it would stay on the same line 2009-09-22 08:11:30 +02:00
Erik Verbruggen
baf7003b61 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-09-21 19:03:40 +02:00
Erik Verbruggen
e332fbd342 Added navigation between files. 2009-09-21 19:03:21 +02:00
Erik Verbruggen
8dd13fdebc Rewrote and improved navigation. 2009-09-21 18:27:15 +02:00
Erik Verbruggen
b92e1a0abf Wee little cleanup. 2009-09-21 18:26:37 +02:00
Roberto Raggi
b9ce92ec4d Remove all the synthesized characters when matching curly braces 2009-09-21 18:19:09 +02:00
Roberto Raggi
29f03c7526 Removed obsolete code. 2009-09-21 17:41:48 +02:00
Roberto Raggi
42c676d19a Added BackwardsScanner::mid(tokenIndex). Mid() returns a substring starting from the position of the given token. 2009-09-21 17:38:25 +02:00
Daniel Molkentin
41118d91fb Don't chop the first char off a variable value during MSVC variable detection. 2009-09-21 16:57:04 +02:00
Robert Loehning
07bb19fe96 Fixed Launcher::handleSupportMask
Reviewed-by: Friedemann Kleint
2009-09-21 16:53:50 +02:00
Robert Loehning
1e6cda9b95 Fixed path to trk.pri.
Reviewed-by: Friedemann Kleint
2009-09-21 16:50:40 +02:00
mae
2a276da5e7 Be more agressive in scrolling to the bottom in output
panes when output was appended while the window was
not visible.
2009-09-21 16:41:17 +02:00
dt
7e492011c2 Check the Debugging helper modification date corrrectly for outdated. 2009-09-21 16:33:27 +02:00
Roberto Raggi
a49395a0ea Made the indenter more Qt friendly. Added support for moc keywords. 2009-09-21 16:10:17 +02:00
Friedemann Kleint
0bcbab862e Dumper: More tests 2009-09-21 15:56:40 +02:00
Roberto Raggi
6c9670c3db Use the backward scanner to indent labeled statements, ctor-initializers and access specifiers. 2009-09-21 15:14:28 +02:00
Friedemann Kleint
caa164a4ab CDB: Use GdbMi parser for everything.
..preparing recursive dumpers. Add recursive parser to
watchutils.cpp Use insertBulkData() within CDB, add sizeof()
information for some Qt containers in order to be able to
dump QList<QList<KnownType> > .
2009-09-21 14:55:39 +02:00
Brian McGillion
989e1b5acf Mercurial plugin, merge request with suggested fixes. 2009-09-21 12:29:31 +03:00
con
de73a6d6dd Remove funny highlight for the find tool bar.
Basically for all widgets that don't have navigationWidgetHeight
it is removed, because then the proportions are wrong.

Reviewed-by: Erik Verbruggen
2009-09-21 10:57:26 +02:00
Friedemann Kleint
d499e95e1b Trk: Show options page only depending on environment variable. 2009-09-21 09:05:05 +02:00
Friedemann Kleint
603630fad6 Debugger: Use Gdbmi parser in CDB for parsing of protocol 1
Change dumper protocol 1 output not to contain type names as
hash keys (might contain blanks), use lists instead.
Start fixing autotests for 4.6.
2009-09-18 16:55:17 +02:00
Maurice Kalinowski
5b182196f9 crash fix when pressing " on Windows
Reviewed-By: Roberto Raggi
2009-09-18 15:58:21 +02:00
Friedemann Kleint
5c8e6e9f7c Trk: Make it run on Windows.
Add options page with overrideable device. Correct
wiring of the rfcomm process.
2009-09-18 12:51:15 +02:00
Roberto Raggi
4843f44c30 Don't allow auto parentheses when the token under cursor is a comment. 2009-09-18 12:28:15 +02:00
Roberto Raggi
5df7b96735 Renamed maybeOverrideCharacter() 2009-09-18 12:28:15 +02:00
Roberto Raggi
81cac3cc49 Introduced BackwardsScanner::LA(n). LA(n) returns the n-th lookhead token. 2009-09-18 12:28:15 +02:00
Sergey Belyashov
8ce39a8a3b Fixed warning about deprecated conversion from string literal to char*. 2009-09-18 11:32:24 +02:00
Roberto Raggi
6c7c333128 Cleanup 2009-09-18 11:07:05 +02:00
Roberto Raggi
a5156e6283 Introduced MatchingText::shouldInsertNewline() and use it to insert lines after a class definition. 2009-09-18 10:59:31 +02:00
Roberto Raggi
9a799da6c9 Re-enable check for automatically inserted block end. 2009-09-17 18:54:12 +02:00
Roberto Raggi
da4fcd22ef Pass the lookahead character to matching text. 2009-09-17 18:39:10 +02:00
Roberto Raggi
82b80b9e39 Automagically insert matching characters. 2009-09-17 17:58:00 +02:00
Friedemann Kleint
245dfe51c6 Compile Windows 2009-09-17 16:29:51 +02:00
hjk
634e4e5485 debugger: cleanup 2009-09-17 16:22:30 +02:00
hjk
fba9ab5fdc debugger: refactoring
move the start mode variable to DebuggerStartParameters
2009-09-17 16:22:30 +02:00
hjk
6439d545dc debugger: fix recent regression in startup behaviour 2009-09-17 16:22:30 +02:00
hjk
e642b0b1b6 debugger: work on startup 2009-09-17 16:22:29 +02:00
hjk
67e041940a debugger: break long lines 2009-09-17 16:22:29 +02:00
dt
834c2b4679 Small tweaks to the project pane 2009-09-17 16:10:45 +02:00
dt
d8175992de Fixes a warning about a unused parameter 2009-09-17 16:06:19 +02:00
dt
4f2c48821c Treat outdated as missing. 2009-09-17 15:55:08 +02:00
dt
f04cd91c6b Simplyfy the DebuggingHelper functions.
By only providing a qtInstallDir variant
2009-09-17 15:55:08 +02:00
dt
744eb55df2 Remove unneded qtDir() function in DebuggingHelper 2009-09-17 15:55:08 +02:00