1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

3332 commits

Author SHA1 Message Date
Patrick Chuong
a5c5b5ff16 Bug 334651 - Deadlock reported during startup of cdt.debug.ui 2011-01-18 16:00:51 +00:00
Patrick Chuong
0d4ca399d0 Bug 331781 - Pin and Clone support 2011-01-17 18:17:43 +00:00
Anton Leherbauer
fd40ad3a82 Bug 334500 - Tooltip on Reverse step commands misses a space 2011-01-17 10:40:39 +00:00
Anton Leherbauer
c50b35dc33 Bug 304108 - [Disassembly] Disassembly view should clear when there is no debug context 2011-01-17 08:12:25 +00:00
Anton Leherbauer
d395d762b8 Bug 290572 - [reverse] Reverse buttons don't appear as soon as we turn on Reverse Debugging 2010-12-22 11:22:16 +00:00
Sergey Prigogin
3e78c7b962 Make CompilationDirectorySourceContainer little smarter. 2010-12-19 07:27:45 +00:00
Sergey Prigogin
850511bfd3 Added a missing condition. 2010-12-16 18:04:38 +00:00
Sergey Prigogin
f8cb160e20 Added a missing condition. 2010-12-16 18:03:42 +00:00
Sergey Prigogin
47f70de67b Bug 225805. Few more tweaks for CProjectSourceContainer and SourceFoldersRelativePathSourceContainer 2010-12-16 02:14:35 +00:00
Sergey Prigogin
686dacabdb Bug 225805 - Make compilation directory container return IFiles when possible. 2010-12-15 02:23:32 +00:00
Sergey Prigogin
a6387c02ef Removed a leftover commented out code fragment, 2010-12-15 01:18:10 +00:00
Ken Ryall
cc19f30cd6 Fix NPE. 2010-12-14 19:58:20 +00:00
Anton Leherbauer
acb651e6d6 Bug 332191 - Expression text hover should use fallback if no parsing information is available 2010-12-13 14:27:09 +00:00
Sergey Prigogin
352368acac Minor label adjustment 2010-12-10 23:24:30 +00:00
Sergey Prigogin
9aee6c4850 Bug 225805 - Sourcelookup handling does not scale to large projects 2010-12-10 22:39:43 +00:00
Sergey Prigogin
49332004f6 Cosmetics. 2010-12-10 22:31:17 +00:00
Sergey Prigogin
f8dfab70e8 Cosmetics. 2010-12-10 22:12:30 +00:00
Sergey Prigogin
ba128d6683 Cosmetics. 2010-12-10 20:25:24 +00:00
Sergey Prigogin
0c65369079 Cosmetics. 2010-12-09 02:51:22 +00:00
Sergey Prigogin
82e06db2d9 Generics. 2010-12-09 01:16:31 +00:00
Sergey Prigogin
4080c880f1 Cosmetics. 2010-12-08 01:56:45 +00:00
Sergey Prigogin
bcf7ea67a0 Loop enhancement. 2010-12-08 00:24:08 +00:00
Sergey Prigogin
b9c7e81375 Fixed compiler warnings. 2010-12-06 20:31:37 +00:00
Sergey Prigogin
95ba23d13a Fixed compiler warnings. 2010-12-06 20:21:54 +00:00
Sergey Prigogin
14d28761a1 Avoid calling a deprecated method. 2010-12-06 20:16:51 +00:00
Sergey Prigogin
60281e5c58 Removed redundant checks. 2010-12-06 00:12:51 +00:00
Sergey Prigogin
a07af9a6d4 Enhanced loops. 2010-12-05 22:45:58 +00:00
Sergey Prigogin
3f93fe42c4 Generics. 2010-12-04 22:10:25 +00:00
Sergey Prigogin
f76e087cfa Cosmetics. 2010-12-04 22:07:53 +00:00
Sergey Prigogin
1d59eac559 Cosmetics. 2010-12-04 21:36:21 +00:00
Sergey Prigogin
6b9291e199 Cosmetics. 2010-12-04 01:48:15 +00:00
Sergey Prigogin
0391ede740 Cosmetics. 2010-12-04 00:57:04 +00:00
Sergey Prigogin
793940eb5e Reverted an accidentally submitted file. 2010-12-03 19:21:31 +00:00
Sergey Prigogin
7791c5f8b3 NLS-style string resources. This change removes public visibility from SourceLookupMessages class that was given to it by mistake. 2010-12-03 00:55:58 +00:00
Sergey Prigogin
f257c2f55d NLS-style string resources. 2010-12-02 23:13:07 +00:00
Sergey Prigogin
bd51ec8825 NLS-style string resources. 2010-12-02 20:45:54 +00:00
Sergey Prigogin
f3b4634427 Generics. 2010-12-02 20:42:38 +00:00
Anton Leherbauer
40a4382b3e Bug 331552 - [disassembly] Need a way to insert more than one source line 2010-12-02 12:04:04 +00:00
Sergey Prigogin
b30316c094 Cosmetics. 2010-12-02 04:06:24 +00:00
Sergey Prigogin
df47a5c6f6 Cosmetics. 2010-12-02 01:55:05 +00:00
Sergey Prigogin
caadfdc7d1 Generic parameters and exception logging. 2010-12-02 01:33:01 +00:00
Sergey Prigogin
e19da24804 Cosmetics. 2010-12-01 22:51:10 +00:00
Anton Leherbauer
009a2d0523 Bug 329682 - Rename method "evaluateSymbolAddress" to "evaluateAddressExpression" 2010-11-16 09:35:38 +00:00
Anton Leherbauer
1e2b8c24bb Bug 329682 - Restore backwards compatibility 2010-11-12 17:48:01 +00:00
Patrick Chuong
b0f3b7b768 Bug 329682 - [disassembly] Address bar does not work for symbols 2010-11-11 17:05:56 +00:00
Anton Leherbauer
9b5703b88c Remove stale annotation types and NLS keys, related to bug 326145 2010-09-30 10:38:52 +00:00
Ken Ryall
a0b5fe2c89 Bug 325773 - Support copy in the Executables View. Fix up line endings. 2010-09-21 18:38:43 +00:00
Ken Ryall
3cacbafb08 Bug 325773 - Support copy in the Executables View 2010-09-20 15:47:04 +00:00
Marc Khouzam
ce50ee07e2 Bug 321692: Remove dependencies to plugins from features 2010-09-20 09:05:59 +00:00
Ken Ryall
c72e99bd35 Prevent deadlock when opening projects while refreshing the executables list. 2010-09-12 13:45:03 +00:00