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

632 commits

Author SHA1 Message Date
Pawel Piech
285d6cf662 Bug 400152 - Add org.eclipse.debug.core and org.eclipse.resources.core imports 2013-02-13 11:40:25 -08:00
Sergey Prigogin
2a96dbfc19 Cosmetics. 2013-02-02 17:01:20 -08:00
Marc Khouzam
8ebad61314 Typo 2013-01-04 09:18:46 -05:00
Marc-Andre Laperle
5c26443c41 Fix version number in pom.xml 2012-12-25 12:20:19 -05:00
Marc Khouzam
cd7ffb2dbf Bug 394408: Support enhanced-expressions for local variables. This
includes special handling for array indices.  Furthermore, we now
require the '=' prefix for all glob-pattern expressions, including
registers.

Change-Id: If929d539b80d282df383c44d1487611fda928613
Reviewed-on: https://git.eclipse.org/r/8881
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-12-18 14:29:18 -05:00
Pawel Piech
7ef969fe79 Bug 396466 - [breakpoints] warnings in log related to toggle breakpoint actions 2012-12-13 21:11:28 -08:00
Pawel Piech
521f90af28 Bug 390245 - [hover] Wrong text color for expression hover 2012-11-08 20:29:16 -08:00
Pawel Piech
4d02730830 DSF - Added support for arrays in PDA example. 2012-10-30 11:43:00 -07:00
Mikhail Khodjaiants
e6fb010b4f Bug 384632 - Missing change mark in the Memory view
Change-Id: I8d0a8ade47c0e16eb4f938bb78407d8707c156eb
Reviewed-on: https://git.eclipse.org/r/6681
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-24 12:37:33 -04:00
mhussein
f2724c6bdf Bug 391390 : Updatesite url is indigo
Removed all update site urls from all feature.xml files based on
Martin's suggestion in
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html
that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633


Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e
Reviewed-on: https://git.eclipse.org/r/8092
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-10-17 14:18:01 -04:00
Abeer Bagul
0a4f6638ce Bug 391185 - Do not cancel running source lookup job if framedata is identical
Change-Id: I879e640e976a1c1279587416e615356e596aaf1e
2012-10-08 13:02:51 -07:00
Mario Pierro
474f8b9f37 Bug 390979 - NullPointerException in BreakpointsMediator2.getPlatformBreakpoint() 2012-10-02 20:57:52 -07:00
Marc Khouzam
2d96271d88 Typos in javadoc 2012-09-04 11:53:49 -04:00
Pawel Piech
6500f4755f Bug 385553 - [hover] Expression view hover in editor can show value for incorrect expression
Fixed IllegalStateException when adding expressions in Expressions view.
2012-07-24 15:23:43 -07:00
Pawel Piech
7162e19924 Bug 385797 - [menus] Add command for "Refresh Debug Views" to allow a key-binding. 2012-07-23 14:51:24 -07:00
Pawel Piech
45d2d9400d Bug 385553 - [hover] Expression view hover in editor can show value for
incorrect expression

Change-Id: If149e80bbd8e1fcfa064ad5d5055cd88ea15900b
Reviewed-on: https://git.eclipse.org/r/6876
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
2012-07-20 14:11:30 -04:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Marc Khouzam
dc0f8122c3 Missing @since tag 2012-05-18 13:07:59 -04:00
Pawel Piech
b83750eae0 Bug 379317 - SimpleDisplayExecutable posts runnables as separate UI event queue elements
Updated the performance test to better simulate debuggers' view model.
2012-05-14 14:30:45 -07:00
Eugene Ostroukhov
03d1253f68 Bug 379317 - This change coalesces runnables into one.
This improves perceived performance as repaints are not interleaved with
updates.

Change-Id: If9674e45adf1aa5b4d8530e22dfcd494d228f329
Reviewed-on: https://git.eclipse.org/r/5956
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
2012-05-14 17:29:06 -04:00
Marc Khouzam
677449d867 Bug 379277: Address FindBugs issues for DSF
Change-Id: I9fb46d009b55830615881b75ae50e3640e047395
Reviewed-on: https://git.eclipse.org/r/5954
Reviewed-by: Pawel Piech <pawel.piech@windriver.com>
IP-Clean: Pawel Piech <pawel.piech@windriver.com>
Tested-by: Pawel Piech <pawel.piech@windriver.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-11 15:22:10 -04:00
Marc Khouzam
8970c47b9b Bug 317173: Remove unnecessary @SuppressWarnings and fix the warning properly instead.
Change-Id: I95965032351af4e709fe2debe476c3059d408ff9
Reviewed-on: https://git.eclipse.org/r/5945
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-05-11 10:16:06 -04:00
Scott Tepavich
99b0e4643d Bug 376236 - [breakpoints] Create event breakpoints using breakpoint properties dialog 2012-04-30 11:38:33 -07:00
Marc Khouzam
efe3dd4be6 Bug 330974: If the user selects multiple nodes in the debug view most debug commands are disabled
Change-Id: I51d15347fd28ee550e9bd2b75c61e904e75b4c8b
Reviewed-on: https://git.eclipse.org/r/5650
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-04-25 09:57:37 -04:00
Marc Khouzam
6abf9e1a42 Bug 317173: Cleanup warnings for DSF-GDB. 2012-04-20 15:38:21 -04:00
Pawel Piech
df5940c5fa Bug 373468 - "Add new expression" node in Expressions view disappears when Expression column is deselected 2012-04-12 15:27:38 -07:00
Pawel Piech
595db0a239 Bug 376443 - [expressions] Adding multiple expressions to view can leave the "Add New Expression" at top 2012-04-10 14:02:33 -07:00
Pawel Piech
6d107cd42e Bug 374512 - breakpointContribution does not support custom
field editors

Also addresses:
  Bug 374514 - breakpointContribution always add Widgets on top of
               common properties page
  Bug 374508 - breakpointContribution does not support restrictions
2012-04-03 14:17:57 -07:00
Sergey Prigogin
7ce6b19d32 Revert "Temporarily restored compatibility with Eclipse 3.7."
This reverts commit ef07a1ef1f.
2012-03-20 18:27:25 -07:00
Sergey Prigogin
ef07a1ef1f Temporarily restored compatibility with Eclipse 3.7. 2012-03-20 18:23:29 -07:00
Pawel Piech
1be28caf34 Bug 374835 - [disassembly] Toggle breakpoint actions don't work disassembly editor (as opposed to disassembly view) 2012-03-20 14:56:15 -07:00
Pawel Piech
dd069579ac Bug 360588 - [breakpoints] Allow user to edit all its properties
prior to creating the breakpoint.

- Added support for double-click action modifiers in the Disassembly
view.
- Added an "Add Breakpoint..." action to the Disassembly view as
well.
- Converted the Breakpoints view's "Add Watchpoint (C/C++)" action
to use a full breakpoint properties dialog when creating a watchpoint.
- Added an "Add Function Breakpoint (C/C++)" action to the
Breakpoints view.  The action opens the full properties dialog and
allows user to enter the function name.
2012-03-18 20:54:10 -07:00
Pawel Piech
7c1e0556b6 Bug 360588 - [breakpoints] Allow user to edit all its properties prior to creating the breakpoint. 2012-03-18 20:48:56 -07:00
Winndie Lai
4be0276d23 Bug 371012 - Number format pull down menu need to get choices from service or some component instead of hard coding the values 2012-03-08 15:19:03 -08:00
Marc Khouzam
f4385f2fd6 Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as it didn't solve the problem. 2012-03-06 09:23:39 -05:00
Marc Khouzam
49c5be791f Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage. 2012-03-06 09:23:34 -05:00
Mathias Kunter
c61ae8a137 Bug 370462: Improving the debug preferences - add support for different charsets and unify DSF and CDI debug preferences 2012-03-06 09:23:28 -05:00
Pawel Piech
6a916ea3e5 Bug 370560 - Run to line not show up in breadcrumb mode 2012-02-22 22:26:19 -08:00
Pawel Piech
1dbaf3c1ba Bug 360280 - [breakpoints] Reposition breakpoints when planted on invalid line (PDA Example - Added updating of C Breakpoint status to set installed flag and update line number) 2012-02-08 11:53:55 -08:00
Patrick Chuong
2e5c77c1ab Bug 369998 - IBreakpointLocationProvider methods need a target or
viewsite parameter
2012-02-06 12:58:53 -05:00
Mikhail Khodjaiants
15ab0165f1 Bug 365541 - View an array variable whose length is very long (such as
10000) in the editor or Variable View, will cause the interface to die.
2012-01-26 11:59:27 -05:00
Marc Khouzam
2bafef2e42 Code cleanup, mostly about missing @Override 2012-01-17 09:42:18 -05:00
Patrick Chuong
11995a20be Bug 364405 - [disassembly] Multiple instruction pointers 2012-01-05 11:23:02 -05:00
Marc Khouzam
463d52d01b Bug 367808: Cleanup new warnings for missing @Override for Java 6 in cdt.dsf and cdt.dsf.ui 2012-01-03 22:53:22 -05:00
Anton Leherbauer
c7803d38e9 Bug 366942 - [disassembly] Extension point for contributing ruler columns 2011-12-21 14:11:35 +01:00
Patrick Chuong
cffc23093a Bug 353351 - DisassemblyBackendDsf.retrieveFrameAddressInSessionThread()
shows an error message to the user if stack.getFrameData fails.
2011-12-14 16:05:27 -05:00
Pawel Piech
cd080686aa Bug 366446 - [test] DSF tests don't compile against platform 4.2M4 2011-12-12 21:11:43 -08:00
William R. Swanson
1291c98447 Bug 365966: Convenience RequestMonitor classes using ImmediateExecutor 2011-12-12 11:28:13 -05:00
Anton Leherbauer
c0c636bc3c Bug 366173 - [disassembly] Extract base class from BreakpointsAnnotationModel for custom annotations 2011-12-09 14:19:37 +01:00
Pawel Piech
e59cb540db Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM)
utilities for DSF (Fixed API tooling errors).
2011-12-07 15:32:35 -08:00