1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

19083 commits

Author SHA1 Message Date
Emanuel Graf
9b7e344590 Bug 339364: Toggle Function Definition Refactoring
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339364
2011-04-12 09:08:19 +00:00
Marc Khouzam
507344e58b Bug 337893: Setting breakpoints on a running target does not work with multi-process. Instead of interrupt only the process of interest, we need to interrupt all processes that share the same binary as the process of interest. For simplicity, we interrupt all processes. 2011-04-12 00:44:32 +00:00
Sergey Prigogin
016a7e2e64 Cosmetics. 2011-04-11 22:49:23 +00:00
Sergey Prigogin
2c7f55ae19 Cosmetics. 2011-04-11 22:32:57 +00:00
Sergey Prigogin
db44d771bb Code streamlining. 2011-04-11 20:30:21 +00:00
Markus Schorn
f3dc616c97 Bug 196479: Search works with project granularity, only. 2011-04-11 15:03:58 +00:00
Markus Schorn
6fffb452a8 Adjust java-doc. 2011-04-11 12:48:35 +00:00
Markus Schorn
9a2e97825b Bug 341747: Ambiguity between template-id and binary expression. 2011-04-11 12:40:25 +00:00
Sergey Prigogin
ee055684b2 Code formatter fixes. 2011-04-11 00:32:13 +00:00
Sergey Prigogin
7dba3181b9 Code streamlining. 2011-04-11 00:31:45 +00:00
Sergey Prigogin
a455830b35 Deprecated logErrorMessage method. 2011-04-11 00:01:11 +00:00
Sergey Prigogin
2fefb9f6ab Deprecated logErrorMessage method. 2011-04-10 23:55:53 +00:00
Sergey Prigogin
fb3a4c8d26 Code streamlining. 2011-04-10 23:52:39 +00:00
Sergey Prigogin
2e121463ed Proper logging when RefactoringASTCache is not disposed. 2011-04-10 23:43:54 +00:00
Sergey Prigogin
985b3ca34e Added logError method. 2011-04-10 23:42:43 +00:00
Sergey Prigogin
aa1054f470 Javadoc adjustment. 2011-04-10 02:49:18 +00:00
Sergey Prigogin
16f230e2a4 Cosmetics. 2011-04-10 02:48:58 +00:00
Marc Khouzam
3e9fb77a50 Bug 336890: [multi-process] Should stop tracking breakpoints when a process is no longer being debugged 2011-04-10 02:09:58 +00:00
Marc Khouzam
c0f8b0d48c Bug 342358: An inferior ran to completion should be considered suspended 2011-04-10 01:28:19 +00:00
Sergey Prigogin
9c507fe607 Cosmetics. 2011-04-10 01:22:26 +00:00
Sergey Prigogin
0a5580f3d3 Cosmetics. 2011-04-10 01:20:27 +00:00
Sergey Prigogin
cf018dec6c Javadoc adjustments. 2011-04-10 00:06:47 +00:00
Sergey Prigogin
1b0fae8b18 Javadoc adjustments. 2011-04-09 20:58:50 +00:00
Andrew Gvozdev
a8382da6a5 comments 2011-04-09 20:17:08 +00:00
Sergey Prigogin
de6aff9ca0 Cosmetics. 2011-04-08 20:05:08 +00:00
Vivian Kong
5a63896b65 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-08 19:29:25 +00:00
Vivian Kong
8eb36bfd95 use an older base builder 2011-04-08 19:02:16 +00:00
Vivian Kong
89f1d86f52 update build script 2011-04-08 17:54:21 +00:00
Andrew Gvozdev
3bad5334d0 unified names of local variables (ExternalBuildRunner and CommandBuilder) 2011-04-08 17:35:05 +00:00
Teodor Madan
60417d5ce5 Bug 342239 - Traditional memory rendering lacks per byte display granularity for unreadable bytes 2011-04-08 13:59:12 +00:00
Vivian Kong
8ac1692a9e update build script 2011-04-08 13:55:55 +00:00
Anton Leherbauer
cd23b6b5b5 Bug 332288 - [disassembly] Source lookup problems are logged multiple times for the same file 2011-04-08 13:13:26 +00:00
Teodor Madan
c2a6ef0d6b Bug 341607 - Fixed potential NPE when director is null 2011-04-08 12:36:14 +00:00
Marc-Andre Laperle
bad48fed51 Cosmetics 2011-04-07 23:56:21 +00:00
Sergey Prigogin
8697be076e Formatting of chained conditional expressions and streamlining of formatting code. 2011-04-07 21:27:36 +00:00
Andrew Gvozdev
234560eef4 compilation warnings 2011-04-07 14:45:59 +00:00
Anton Leherbauer
4d0e215d55 Bug 342169 - [disassembly] Breakpoints on external source files are not displayed 2011-04-07 14:35:30 +00:00
Andrew Gvozdev
7b8fb76144 compiler warnings 2011-04-07 14:31:06 +00:00
Marc-Andre Laperle
72e7b6b3db Bug 335202 - [Extract Local Variable] Suggested name is wrong for nested function calls 2011-04-07 12:41:03 +00:00
John Cortell
643666baa4 fixed javadoc typo 2011-04-07 01:55:56 +00:00
Vivian Kong
ac09f496d7 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-06 20:53:22 +00:00
Chris Recoskie
8ef662f6b0 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-06 20:03:43 +00:00
Vivian Kong
56f8866f7f use latest base builder 2011-04-06 14:39:08 +00:00
Patrick Chuong
ceb8b9b40b [Pin&Clone] Pinned view not update when stepping/running 2011-04-06 14:26:06 +00:00
Vivian Kong
331fa00081 Bug 341730 Strings on the Traditional Memory Rendering preferences page not externalized 2011-04-06 14:15:03 +00:00
Vivian Kong
667c8f071f Bug 342013 Code Analysis launch options not externalized 2011-04-06 14:02:52 +00:00
Emanuel Graf
39e579aa0a Bug 341089: Codan does not handle missing functions in macros correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341089
2011-04-06 08:11:52 +00:00
Marc Khouzam
616d9b7ce9 Bug 337893: Missing cleanup of map 2011-04-06 03:01:34 +00:00
Chris Recoskie
1c69515ad4 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-05 20:03:54 +00:00
Chris Recoskie
d803a052f5 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-05 15:27:14 +00:00