1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 00:03:53 +02:00
Commit graph

35106 commits

Author SHA1 Message Date
Uwe Stieber
ff7e6aa3fa Bug 421263 - Change externalized names for Copy and Paste commands 2013-11-09 09:51:20 +01:00
Uwe Stieber
4d0781c588 Bug 421263 - Change externalized names for Copy and Paste commands 2013-11-09 09:51:20 +01:00
Uwe Stieber
e424a5dfed Bug 421263 - "Copy" & "Paste" command labels for tm.terminal unexternalized 2013-11-08 09:57:33 +01:00
Uwe Stieber
b9c96a81c2 Bug 421263 - "Copy" & "Paste" command labels for tm.terminal unexternalized 2013-11-08 09:57:33 +01:00
Sergey Prigogin
33174d0697 Cosmetics. 2013-11-07 20:27:37 -08:00
Sergey Prigogin
c98b965760 Erase code_formatter preference when disabling project specific settings 2013-11-07 20:23:28 -08:00
Sergey Prigogin
e363ba7f04 Cosmetics. 2013-11-07 11:26:53 -08:00
Marc Khouzam
012e777293 Bug 420366 - [expressions] ExpressionInfo.inMemory() does not work for
children of array elements

Change-Id: If000fd9bb935f7aaeb686c6a2785052b70df226d
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/17788
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-11-07 11:57:53 -05:00
Serge Beauchamp
3d9e51d8ae Bug 421070 - DwarfReader should scale better for large binaries
Change-Id: I9e085f7fc8e48b265d0e3aa36501e9ae3dadad91
Signed-off-by: Serge Beauchamp <sergebeauchamp@mac.com>
Reviewed-on: https://git.eclipse.org/r/18081
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-11-06 23:05:37 -05:00
Anton Leherbauer
3e528ebafe Bug 420604 - Disassembly view tends to scroll upwards on refresh 2013-11-05 15:03:29 +01:00
Doug Schaefer
61c76973a3 Revert "Bug 419738 Support overriding MIVariableManager and friends"
This reverts commit 4721d23a6b.
2013-11-04 14:36:41 -05:00
Doug Schaefer
4721d23a6b Bug 419738 Support overriding MIVariableManager and friends
We have a new way of gathering variables from gdb using some fancy
python scripts. These changes are to easily allow us to override
the variable manager to do that.

Change-Id: I213c5835fa165227747a88da1f239bff1b41e673
2013-11-04 14:34:16 -05:00
Liviu Ionescu
6c8e4c45f4 Bug 322168: source files with specific settings disable secondary
outputs

Change-Id: I86caab2a842ef821606cf589c194b8deee91c5ec
Signed-off-by: Liviu Ionescu <ilg@livius.net>
Reviewed-on: https://git.eclipse.org/r/17735
Tested-by: Hudson CI
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-11-02 16:03:37 -04:00
Doug Schaefer
568d99f7b4 Another typo. This sucks. 2013-11-01 12:55:25 -04:00
Doug Schaefer
9dc0c47205 Fix typo on repo pom. 2013-11-01 12:53:34 -04:00
Doug Schaefer
2e7e6aa999 Fix error in repo pom. 2013-11-01 12:52:48 -04:00
Doug Schaefer
70a8846b7f Use CBI signing setup. 2013-11-01 12:51:14 -04:00
Doug Schaefer
e4f1fdf702 Put the maven repo back. 2013-11-01 12:23:20 -04:00
Doug Schaefer
1877f09667 Try and get signing plug-in working. 2013-11-01 12:18:55 -04:00
Dave McKnight
5ad3723633 [420837] EVENT_ICON_CHANGE should not be handled with a refresh() 2013-11-01 08:31:33 -04:00
Anton Leherbauer
579050d91b Fix NPE in CDebugUIUtils.getEditorFilePath() if file does not exist 2013-10-31 12:06:20 +01:00
Dave McKnight
4801482a14 [420749] Unhandled event loop exception
rse.internal.ui.view.SystemViewPart.restoreInitialState
2013-10-30 14:07:12 -04:00
Dave McKnight
e180459ff4 [420578] Refresh action on connection level after a file deletion
results in a problem occurred pop-up
2013-10-29 10:40:21 -04:00
Marc-Andre Laperle
972006b048 Fix clean failing when dsf-gdb ant script has never been executed
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-10-29 01:04:27 -04:00
Marc-Andre Laperle
e13572fc4c Upgrade to Tycho 0.19.0
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Change-Id: I93dc80035f96c4c8dfb1c22cdfa95b9631705ec9
Reviewed-on: https://git.eclipse.org/r/17838
2013-10-28 23:50:58 -04:00
Marc-Andre Laperle
e911482b4e Fix compilation error. 2013-10-28 22:17:43 -04:00
Jens Elmenthaler
a7321b3293 Bug 341336: fix empty names for functions in anonymous namespaces with
GDB 7.2 or newer.

Change-Id: I9aace64c84d92987fa679f809e4c89d1d53499e4
Signed-off-by: Jens Elmenthaler <jens.elmenthaler@advantest.com>
Reviewed-on: https://git.eclipse.org/r/7554
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-10-28 20:43:43 -04:00
Sergey Prigogin
642d4c3975 A step towards unification of Organize Includes and Add Include header
substitution algorithms.
2013-10-28 16:27:08 -07:00
Sergey Prigogin
cc3695ca21 Cosmetics. 2013-10-25 09:26:03 -07:00
Dave McKnight
b896bfa678 [416550] filter rename does case-insensitive check against original
filter name

-make sure filter is not readonly
2013-10-25 12:08:01 -04:00
Andrew Gvozdev
8aa01dbdfc bug 420287: CDT features are scattered around in update manager 2013-10-24 12:50:54 -04:00
Andrew Gvozdev
09915f99bf bug 420287: CDT features are scattered around in update manager 2013-10-24 11:11:58 -04:00
Dave McKnight
32391805a2 [420190] Dragging anything other than a file causes Null Pointer 2013-10-24 09:57:22 -04:00
Anton Leherbauer
8266544aee Fix potential NPE or widget is disposed error 2013-10-24 14:53:38 +02:00
Serge Beauchamp
66acca58ba Bug 409916 - Can not expand Binary with DWARF 4 format, NPE in
DwardReader

Change-Id: Iaea9685051d5dd73f8504ea3714ce26198fdac46
Signed-off-by: Serge Beauchamp <sergebeauchamp@mac.com>
Reviewed-on: https://git.eclipse.org/r/17542
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-10-23 12:28:31 -04:00
Marc-Andre Laperle
e562b5e204 Bug 419900 - NPE in BaseClassLookup.lookupInBaseClass
Change-Id: I868bf1918a18a9e7db4aba4d2792510aea03e9a4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/17551
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-10-21 23:56:20 -04:00
Sergey Prigogin
d2b9c42395 Cosmetics. 2013-10-21 17:02:40 -07:00
Sergey Prigogin
d722e6d367 Cosmetics. 2013-10-21 14:11:07 -07:00
Sergey Prigogin
20e35e3e42 Code streamlining. 2013-10-21 14:06:28 -07:00
Sergey Prigogin
1e9005bdc8 Cosmetics. 2013-10-21 14:02:13 -07:00
Sergey Prigogin
b2b2a109f5 Fixed a potential NPE. 2013-10-21 10:15:46 -07:00
Andrew Gvozdev
dcffc2cabf bug 416024: "null" is added to the ${workspace_loc} paths 2013-10-20 15:26:51 -04:00
Andrew Gvozdev
3426670477 bug 416024: ManagedBuildManager.locationToFullPath(str) moved to BuildEntryStorage 2013-10-20 15:26:32 -04:00
Marc-Andre Laperle
b0ea093470 Bug 419915 - Organize includes adds wrong path prefix
Set the device id to null in the include path because, as the javadoc
for removeFirstSegments says, the device id is preserved.

Change-Id: I1f57d1ff7133326b306451b22a1ce7665aec3d85
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/17555
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-10-20 14:19:38 -04:00
Marc-Andre Laperle
f4ed32d9b2 Bug 316083 - Generate getters and setters does not handle nested classes
in cpp definition

Change-Id: Id2926661984c7f436aee3cd98b5b5922c2474097
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/13843
2013-10-20 01:29:38 -04:00
uwe
e4e56199ef Terminal: Fix - Telnet connector prints confusing "Connection refused"
Telnet connector prints "Connection refused" to terminal control while the terminal is already disconnected again. This is very confusing for the user and should be avoided.
2013-10-18 15:42:05 +02:00
uwe
2f54904247 Terminal: Fix - Telnet connector prints confusing "Connection refused"
Telnet connector prints "Connection refused" to terminal control while the terminal is already disconnected again. This is very confusing for the user and should be avoided.
2013-10-18 15:42:05 +02:00
Marc-Andre Laperle
a58170e643 Rename the non-staging target definitions to non-staging names
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-10-18 01:41:31 -04:00
Sergey Prigogin
63019e2c6a Cosmetics. 2013-10-17 21:01:49 -07:00
Marc-Andre Laperle
c644a857ba Bug 392404 - Change Cross GCC toolchain to use language setting provider
Add cross toolchain prefix to the command macro.

Change-Id: I3188d21050b84fdc6d6a4b8d3b6aa540710f1790
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/17189
2013-10-16 01:01:43 -04:00