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

3389 commits

Author SHA1 Message Date
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Anton Leherbauer
006de47712 Fix compile error in RegisterManager and bundle versions 2011-07-29 09:47:45 +02:00
Chris Recoskie
87d2a15da8 Bug 353326 - compile error due to unused import in RegisterManager 2011-07-28 12:16:23 -04:00
tmadan
e6b07afaf6 Bug 345151 - Executable View should create virtual folders when
importing executables
2011-07-17 12:41:03 +03:00
Anton Leherbauer
c0b8d346ab Remove obsolete internal constant, preventing potential illegal thread access during startup 2011-07-12 08:01:04 +02:00
Doug Schaefer
6eff5311d7 More tests for the Maven build. 2011-06-29 14:30:07 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc-Andre Laperle
ab8f68cc5b Bug 335402 - Breakpoint Sound Action fails to change wav file
Fixed hang on Linux gtk
2011-06-25 15:00:02 -04:00
Vivian Kong
f6d1c8c24b Bug 348754 - Update feature copyright statements for Indigo 2011-06-08 14:36:18 +00:00
Sergey Prigogin
56b100f37c Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode. Use global preferences for Debug As command. 2011-05-27 00:08:55 +00:00
Sergey Prigogin
3a5209e6ff Cosmetics. 2011-05-26 20:48:33 +00:00
Sergey Prigogin
17d26298d8 Cosmetics. 2011-05-26 20:17:46 +00:00
Sergey Prigogin
d26a1e2e98 Cosmetics. 2011-05-26 20:17:14 +00:00
Sergey Prigogin
e14cadc60a Generics. 2011-05-26 18:50:26 +00:00
Sergey Prigogin
9a1ff716f7 Comment adjustment. 2011-05-26 17:50:27 +00:00
Sergey Prigogin
472713c951 Cosmetics. 2011-05-26 17:50:06 +00:00
Sergey Prigogin
f5fb221fa2 Cosmetics. 2011-05-25 21:42:28 +00:00
Vivian Kong
c82cbe55fb Bug 346568 - Update licenses for Indigo 2011-05-20 00:59:10 +00:00
Anton Leherbauer
bc5c01b862 Bug 331232 - There are memory leaks with each GDB debug session (partial fix) 2011-05-16 12:11:46 +00:00
Anton Leherbauer
83719f04cc Bug 340526 - Create watch expression: line endings should be removed
Patch by Axel Mueller
2011-05-16 07:36:53 +00:00
Anton Leherbauer
30e80b53b2 Hover should return nothing in case of an interrupt. 2011-05-16 07:11:28 +00:00
John Cortell
9612b01db0 Bug 342141 - Executables view content goes stale in various scenarios [Discovered inefficiency in new code. There's no need to research a project for executables when we've been able to determine that one or more specific Executable objects were removed. Just update the model and notify listeners.] 2011-05-12 17:55:37 +00:00
John Cortell
a48a40919f Forgot copyright boilerplate 2011-05-12 16:15:51 +00:00
Marc Khouzam
04e7974825 Bug 345164: Revert changes to Spawner and instead explicitly close streams in DSF-GDB and CDI 2011-05-10 17:38:42 +00:00
Teodor Madan
2fab85bf17 Bug 345134 - Cannot Cast multiple variable at once. Perform cast on all elements from selection 2011-05-10 08:29:09 +00:00
Marc Khouzam
5465ec9a3d Bug 344408: Cannot show mixed-mode disassembly when doing project-less debug 2011-05-02 15:03:13 +00:00
John Cortell
fd479f4b3d Bug 342141 - Executables view content goes stale in various scenarios [corrected inadvertent API breakage] 2011-04-15 15:53:30 +00:00
John Cortell
4e7d74a6be Bug 341168 - EDC Dwarf Reader shouldn't do source mapping 2011-04-14 20:41:44 +00:00
John Cortell
9782f044c7 Bug 342141 - Executables view content goes stale in various scenarios 2011-04-14 20:31:22 +00:00
John Cortell
4eb880ce48 Pattern for using DebugTrace within plug-ins. 2011-04-13 18:35:46 +00:00
John Cortell
caeab9d560 Pattern for using DebugTrace within plug-ins. 2011-04-13 15:57:45 +00:00
John Cortell
69e391fbe1 Bug 342096 - Executables view shows binaries for all build configurations instead of just the active ones 2011-04-12 16:35:04 +00:00
Teodor Madan
c2a6ef0d6b Bug 341607 - Fixed potential NPE when director is null 2011-04-08 12:36:14 +00:00
Patrick Chuong
ceb8b9b40b [Pin&Clone] Pinned view not update when stepping/running 2011-04-06 14:26:06 +00:00
Teodor Madan
dfeae8915c Bug 341607 - Empty editor content for unavailable file resources when debugger steps into those source files 2011-04-04 14:33:40 +00:00
John Cortell
0069fbe0d3 Add JavaDoc 2011-04-01 14:27:45 +00:00
Patrick Chuong
c1d6a1cffe Bug 340177 - [breakpoints] Update CDT ToggleBreakpointTargetFactory enablement 2011-03-30 13:56:31 +00:00
John Cortell
eeb3c6825a Bug 341175 - Address FindBugs issues in debug.core and debug.ui 2011-03-28 23:11:24 +00:00
John Cortell
ea04df9522 Bug 341170 - Fix for platform bug 291323 changed API behavior, regressing behavior in CDT 2011-03-28 21:00:06 +00:00
Patrick Chuong
461e44b498 The last fix didn't cover the case of unpinning a view where there is no active debug context, related to bug 337376. 2011-03-11 15:42:02 +00:00
Patrick Chuong
aadf0c164a Disassembly view doesn't show "No debug context", related to build 337376. 2011-03-11 14:51:22 +00:00
Patrick Chuong
e9ccc03be3 Bug 336876 - [multicore] Grouping of Execution Elements for DSF debugger feature 2011-03-10 20:38:23 +00:00
Anton Leherbauer
9b091e5b66 Bug 338908 - Turn the Signals view into a flexible hierarchy view 2011-03-08 08:31:36 +00:00
Marc-Andre Laperle
1be6fe3bd0 Bug 308516 - The gdb directory argument (--cd) is always the project path. Get attribute from launch configuration instead. 2011-03-08 03:15:55 +00:00
John Cortell
74f76e1c9a Bug 337881: [Memory Browser] Persist the Go To Address history in the launch configuration (removed obsolete file) 2011-03-07 18:54:56 +00:00
John Cortell
6ad4ad176a Bug 337881: [Memory Browser] Persist the Go To Address history in the launch configuration. 2011-03-04 17:41:16 +00:00
Patrick Chuong
38f65aca63 Bug 338472 - [Pin&Clone] Pinned view should blank out when session terminated 2011-03-04 16:45:10 +00:00
Vivian Kong
101d5367d0 Change update site URL to indigo 2011-02-25 14:36:44 +00:00
Anton Leherbauer
754bca12d2 Update minimum bundle versions 2011-02-25 13:37:13 +00:00
Randy Rohrbach
21fb967107 Bug 337881 - Applied Alain Lee patch to deliniate saparate expression lists on a per user/launch basis, where the lists are stored in the launch. 2011-02-24 18:15:13 +00:00