1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

807 commits

Author SHA1 Message Date
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
Scott Tepavich
9fe6dfee8e Bug 357612 - [disassembly] Missing register tool-tips 2011-09-16 09:56:50 +02:00
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Marc Khouzam
59d5eafbf6 Bug 355833: Thread filter effectively disables a breakpoint at the next session 2011-09-02 14:26:44 -04:00
Eugene Ostroukhov
5af07f83aa Bug 309908 - [vm] VMDelta does not override setIndex() 2011-09-02 09:48:10 +02:00
Eugene Ostroukhov
97d0869a9a Bug 352888: Add two new "done" methods to RequestMonitor and DataRequestMonitor 2011-08-30 15:20:25 -04:00
Doug Schaefer
415f3eda29 Added .gitignore to dsf examples for generated code. 2011-08-04 13:32:55 -04:00
Pawel Piech
48646a0cbd Bug 352795 - [expressions] Enable in-line editing of expression
activated by File->Rename action.
2011-07-21 11:30:40 -07:00
Pawel Piech
a33ed9c492 Bug 351898 - Add guard to populate expression column for variables that
return error on evaluation.
2011-07-14 12:12:48 -07:00
Pawel Piech
9f3bf0a326 Bug 352012 - [update policy] "Breakpoint Hit" update policy does not
have a constructor for clearing multiple number format values.
2011-07-13 11:53:14 -07:00
Pawel Piech
40ebd77d9d Bug 351898 - [expressions] Invalid expressions do not show errors in the
value column.
2011-07-12 14:39:13 -07: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
Vivian Kong
f6d1c8c24b Bug 348754 - Update feature copyright statements for Indigo 2011-06-08 14:36:18 +00:00