Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-01-09Target Explorer: connect and model reworkTobias Schwarz104-1064/+1306
2014-01-09TCF Debugger: allow JSON in breakpoint marker attributes to support ↵Eugene Tarassov1-26/+51
breakpoint properties that are not String, Boolean or Integer
2014-01-05Target Explorer: Fix typo in comment and drop environment variables without ↵Uwe Stieber2-2/+5
value if merging environments for process launch
2014-01-04Target Explorer: Fix issue that process launch breaks if environment ↵Uwe Stieber1-1/+1
contains variables with empty value
2013-12-28TCF Tests: more FileSystem service testsEugene Tarassov1-3/+69
2013-12-28Target Explorer: Fix merge of process environment with native environmentUwe Stieber1-16/+53
2013-12-28Target Explorer: Require CDT 8.3.0 to support Windows local terminalUwe Stieber10-32/+36
2013-12-19TCF Debugger: profiler view re-worked to allow extensionsEugene Tarassov3-138/+215
2013-12-19TCF Debugger: allow enter hex numbers with 0x prefix in debugger viewsEugene Tarassov2-0/+2
2013-12-14TCF Core: non-ASCII characters are removed from code commentsEugene Tarassov4-35/+35
2013-12-14TCF Core: non-ASCII characters are removed from code commentsEugene Tarassov17-69/+69
2013-12-13Target Explorer: Fix Bug 422850 - Target Explorer Build Failures againstUwe Stieber11-54/+70
Eclipse SDK 4.4m4 Luna
2013-12-12Target Explorer: Add hook to dispose external value-add process before ↵Uwe Stieber1-26/+20
destroying the process object
2013-12-10TCF Debugger: fixed: the debugger disconnected with JSON syntax error ↵Eugene Tarassov2-2/+2
exception while adding the symbol files and selecting them
2013-12-10Releng: Improve TCF/TE Eclipse feature definitionsUwe Stieber16-109/+47
- Switch from including org.eclipse.tcf.* features into each other to require those features instead. More flexible P2 dependency resolution at install time. - Require the com.google.gson plugin instead of declaring it part of the org.eclipse.tcf.te.feature. More flexible P2 dependency resolution at install time. - com.google.gson plugin explicitly included into P2 repository aggregation via category.xml
2013-12-10Target Explorer: Content provider must not dispose runtime model if getting ↵Uwe Stieber2-24/+0
disposed itself
2013-12-09Target Explorer: Eclipse command server peer name changedUwe Stieber4-30/+15
2013-12-06Target Explorer Docs: Update team project sets for GSON 2.2.4Martin Oberhuber3-3/+3
2013-12-06Bug 422825 - suspend trigger is activated on each new execution contextEugene Tarassov3-3/+6
2013-12-05TCF Examples: fixed assertion failureEugene Tarassov1-16/+18
2013-12-05TCF Core: updated code style preferencesEugene Tarassov9-32/+57
2013-12-05TCF Examples: created an example of debugger extension that filter out ↵Eugene Tarassov9-0/+621
running threads in the Debug view
2013-12-05Target Explorer: More process runtime model lookup tracing and mark model ↵Uwe Stieber2-3/+21
disposed in toString()
2013-12-04TCF Tests: added reporting of PC and stepping errors in RCBP1 testEugene Tarassov1-1/+16
2013-12-04Bug 422854 - API Tooling Errors in TCF CoreEugene Tarassov42-190/+359
2013-12-04Target Explorer: No need for a buffered writer to send "quit" to the value-addUwe Stieber1-3/+2
2013-12-04Target Explorer: Flush the output stream writer after writing "quit"Uwe Stieber1-0/+1
2013-12-03TCF Core: added definitions of new attributes of run control state: FuncCall ↵Eugene Tarassov3-3/+9
and StepError
2013-12-03Target Explorer: Add tracing to identify issue on getting context root nodesUwe Stieber1-0/+22
2013-12-03Target Explorer: Updated bundled com.google.gson library to version 2.2.4Uwe Stieber5-5/+5
2013-12-03Target Explorer: enhance error reporting and logsTobias Schwarz3-2/+10
2013-12-03TCF Debugger: fixed: model delta children requests are not properly routed ↵Eugene Tarassov3-55/+74
through ITCFPresentationProvider
2013-12-01Target Explorer: Improve flexibility of the value-add launcher to customizationsUwe Stieber3-55/+163
2013-11-30Target Explorer: Fix transparency of menu.gifUwe Stieber1-0/+0
2013-11-29Merge "Update TCF Team Project Sets"mober4-142/+637
2013-11-29Update TCF Team Project Setsmober4-142/+637
- Add Orbit (GSON), RSE (Terminal) and CDT Dependencies project sets. - Sort entries in the team project sets for easier maintenance. - Use git http:// protocol for easy consumption.
2013-11-29Target Explorer: move editor page menu to end of toolbarTobias Schwarz4-42/+54
2013-11-28Target Explorer: Fix plugin idUwe Stieber1-1/+1
2013-11-27TCF Debugger: Provide common contribution anchors into the Debug View view menu.Uwe Stieber2-1/+21
The change add two empty menus to the Debug View view menu, "Filter" and "Sorting". Both menus are not visible if empty (no contributions). Vendor and/or target type specific contributions spread across multiple plug-in's can contribute to the same menu id's and therefore can avoid duplicating the menus within the Debug View view menu.
2013-11-26TCF Core: fixed: when a channel is terminated, pending command should be ↵Eugene Tarassov1-1/+2
aborted in same order as they were sent
2013-11-25Target Explorer: cleanup value adds after last channel closedTobias Schwarz1-1/+8
2013-11-25Target Explorer: add description (tooltip) to simulator config buttonTobias Schwarz2-48/+64
2013-11-24Target Explorer: Adapt winpty supportUwe Stieber1-19/+1
2013-11-22Target Explorer: use editor input as selection when tree selection isTobias Schwarz1-1/+2
empty
2013-11-21Target Explorer: add possibility to get current data from sections andTobias Schwarz1-6/+16
global validation
2013-11-21Target Explorer: fix problems with group reference parameters notTobias Schwarz2-47/+94
forwarded to steps
2013-11-20Target Explorer: rework handler activity and enablementTobias Schwarz2-34/+39
2013-11-20Target Explorer: add possibility of dropdown menu in toolbarTobias Schwarz1-18/+10
2013-11-20Target Explorer: add possibility of dropdown menu in toolbarTobias Schwarz1-79/+82
2013-11-19Target Explorer: Improve installed debug view part listenerUwe Stieber1-3/+0

Back to the top