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

3015 commits

Author SHA1 Message Date
Mikhail Khodjaiants
d76cfab002 Bug 279473: Custom C/C++ Debuggers need a way to add their source containers to the preference page "C/C++, Debug, Common Source Lookup Path". 2009-07-15 15:32:05 +00:00
James Blackburn
1205a5d0fa Bug 248422 Double clicking in breakpoint view opens wrong source file
- If the breakpoint marker is set in an IFile, then we show that. Otherwise we delegate to ResourceLookup for the location and finally java.io.File if file is not in the workspace.
 - Logic simplified
2009-06-28 15:00:39 +00:00
Doug Schaefer
4366201ba2 Fixed up a number of legal items. 2009-06-10 19:44:36 +00:00
James Blackburn
bd657f12b8 Bug 214463 - disabled watchpoints aren't disabled during launch 2009-06-02 19:39:38 +00:00
James Blackburn
350d47f245 Bug 278805 Fix regression, #isTargetBreakpoint(...) should default to allowing breakpoints it can't classify. 2009-06-02 15:49:10 +00:00
Mikhail Khodjaiants
9b0e894973 Bug 278601: "Signal Properties" is not working 2009-06-01 10:42:07 +00:00
Vivian Kong
c921a8f760 update copyrights 2009-05-27 15:34:50 +00:00
Vivian Kong
b7417b69cb update copyrights 2009-05-27 15:26:54 +00:00
Vivian Kong
b0330a1735 update copyrights 2009-05-26 23:11:59 +00:00
Vivian Kong
40ea035808 update copyrights 2009-05-26 21:40:35 +00:00
Ken Ryall
37c2a407da Bug 277903, don't refresh exe list if import doesn't add and new ones. 2009-05-26 18:24:30 +00:00
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
Ken Ryall
b48b4d1acd Don't bother checking to see if non-existent files are in the project. 2009-05-19 17:19:53 +00:00
Alena Laskavaia
593cd79862 [255946] - fixing escaping for MI output, patch applied kind of 2009-05-19 15:34:40 +00:00
John Cortell
e6ecad385c Fixed spelling errors 2009-05-14 18:12:24 +00:00
John Cortell
1605abc3d3 Fixed 276205. Changing the format of an array expression element has no effect 2009-05-13 22:31:57 +00:00
Vivian Kong
00a85959ad update feature dependencies 2009-05-01 18:55:52 +00:00
Mikhail Khodjaiants
f309234b78 Bug 274499: Add Global Variables dialog not work when the user uncheck all variables. Applied patch from Gaetano Santoro (ST). 2009-04-30 15:18:50 +00:00
Vivian Kong
8e71d0d8e8 bug 273250 - Disassembly view should have LTR orientation 2009-04-28 20:11:12 +00:00
Anton Leherbauer
b10e6d881f [273924] Add DisassemblyEditor to enablement expression 2009-04-28 10:21:45 +00:00
Pawel Piech
202474d90a [273924] - [breakpoints] Use IToggleBreakpointsTargetFactory for CDT breakpoints 2009-04-27 18:44:31 +00:00
Anton Leherbauer
5a07e05927 Fix NPE, related to bug 273306 2009-04-24 07:03:17 +00:00
Pawel Piech
f8440ac182 [270469] - [launch] The standard launcher should be selected by default. 2009-04-23 22:01:30 +00:00
John Cortell
542c042317 Fixed 273306. Correct enablement of Variables view action contributions. The 'enablesFor=1' is not appropriate for the Add Global Variables action. Thhat action does not use the viewers selection as context. 2009-04-22 19:05:16 +00:00
John Cortell
f789f8b6d1 Fixed 273306. Correct enablement of Variables view action contributions 2009-04-22 19:02:19 +00:00
Chris Recoskie
68718b41f9 RESOLVED - bug 272986: changes to ICommandLauncher
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272986
2009-04-22 12:39:53 +00:00
Ken Ryall
3e8db59e46 Bug 181710 2009-04-16 20:10:51 +00:00
James Blackburn
537b8d2c4c Bug 248440 Possible to set line breakpoint twice on the same external file 2009-04-14 20:03:21 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Vivian Kong
74118c6655 bug 268581 individual source bundles 2009-04-09 18:19:35 +00:00
Mikhail Khodjaiants
10ffd0daca Bug 271752: Improve "Path Mappings" UI. 2009-04-09 11:18:21 +00:00
Ken Ryall
915afcd931 Bug 246201. 2009-04-08 21:30:45 +00:00
Mikhail Khodjaiants
413cbe0f6f Bug 271599: Non-externalized strings are ignored in the debug plugins' configurations. 2009-04-08 15:02:12 +00:00
Anton Leherbauer
fb71de7ec2 Make internal package hidden 2009-03-26 08:59:42 +00:00
Ken Ryall
14148014ad Export the executables package. 2009-03-18 19:45:16 +00:00
Alena Laskavaia
5b65560b4a [207549] - fixed NumberFormat exception too 2009-03-17 21:08:53 +00:00
Alena Laskavaia
62474d01f8 [268830] - fixing the case when value string is empty or null 2009-03-17 19:10:56 +00:00
Pawel Piech
1681e9fc13 [268233] - Dependencies on internal constants cause the CDT build to fail against 3.5M6 platform. 2009-03-16 18:22:03 +00:00
Chris Recoskie
4d246d8477 RESOLVED - bug 268615: add a way to specify a command launcher for the managed builder
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268615
2009-03-16 14:36:24 +00:00
Vivian Kong
fa3911cd90 bug 254200 - use ICU4J 2009-03-13 13:47:48 +00:00
Alena Laskavaia
f38d981cc8 [111711] - added go to address action to cdi dissasembly view 2009-03-12 20:33:01 +00:00
Alena Laskavaia
7386dd2f98 [268314] - default project name should not contain space 2009-03-12 18:13:57 +00:00
Alena Laskavaia
9c0729da4a [268314] - remove limitation on type id of launch config 2009-03-12 17:53:36 +00:00
Vivian Kong
f8a4c9c02c bug 267224 2009-03-05 16:39:48 +00:00
Ken Ryall
c5fbdfcc31 Refresh the files list if the exe changes. 2009-03-03 14:19:47 +00:00
Anton Leherbauer
093d3bcaf6 Bug 262826 - Fix bundle location 2009-03-02 10:57:59 +00:00
Anton Leherbauer
8cfbdf812c Fix feature versions 2009-03-02 09:07:53 +00:00
Pawel Piech
b006bc98c3 Bug 262826 - Create common C/C++ launch configurations 2009-02-27 22:38:54 +00:00
Anton Leherbauer
10042ec8df Fix feature versions 2009-02-26 13:27:47 +00:00
Ken Ryall
eeb929745b Bug 265796 2009-02-25 20:06:32 +00:00