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
Pawel Piech
02c9e05cd5
Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) -
...
Added missing files from last commit.
2011-12-01 07:27:13 -08:00
Pawel Piech
58513ccf2d
Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM)
...
utilities for DSF - Added an ACPM example to DSF examples plugin.
2011-11-30 13:40:41 -08:00
Anton Leherbauer
9d5806e552
Cleanup of obsolete api filters
2011-11-04 11:35:56 +01:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Sergey Prigogin
7a3c9ba3a1
Switched to Java 1.6.
2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Pawel Piech
d722e5a8f6
Bug 359783 - (Fix matching of timed-out event contexts and tracking
...
timed-out flags)
2011-10-05 15:37:42 -07:00
Pawel Piech
bdd74fd79e
Bug 359783 - (Avoid assertion error in case of inconsistent model
...
events)
2011-10-05 15:37:39 -07:00
Pawel Piech
93d76c18d7
Bug 359783 - (comment #3 : Fixed handling of suspended event to match
...
previous behavior)
2011-10-04 22:41:02 -07:00
Pawel Piech
d643d3b26e
Bug 359783 - [run control] SteppingController step timeout doesn't work
...
when container is resumed
2011-10-04 22:14:29 -07:00
Anton Leherbauer
1a13e176e8
Fix invalid bundle version
2011-09-16 15:55:19 +02:00
Scott Tepavich
6f21f0999c
Bug 357440 - [disassembly] Add opcode ruler column to the disassembly view
2011-09-16 11:58:35 +02:00