Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-05TCF Core: updated code style preferencesEugene Tarassov1-4/+4
2013-12-04Bug 422854 - API Tooling Errors in TCF CoreEugene Tarassov31-130/+294
2013-12-03TCF Core: added definitions of new attributes of run control state: FuncCall ...Eugene Tarassov2-1/+7
2013-11-26TCF Core: fixed: when a channel is terminated, pending command should be abor...Eugene Tarassov1-1/+2
2013-11-15TCF Core: a bit faster implementation of TCF communication channelEugene Tarassov2-29/+80
2013-11-07Revert "Target Explorer: add \0 char at the end of result data if missing"Eugene Tarassov1-6/+0
2013-11-06Target Explorer: add \0 char at the end of result data if missingTobias Schwarz1-0/+6
2013-11-05TCF Core: removed support for Java 1.5 or older. Now 1.6 is minimum required ...Eugene Tarassov1-62/+15
2013-10-28TCF Core: fixed FindBugs warning: The return value of this method should be c...Eugene Tarassov1-1/+1
2013-10-28TCF Core: code cleanupEugene Tarassov1-15/+23
2013-10-28TCF Core: fixed FindBugs warning: The constructor starts a thread. This is li...Eugene Tarassov1-3/+8
2013-10-28TCF Core: fixed FindBugs warning: This class overrides equals(Object), but do...Eugene Tarassov1-14/+27
2013-10-28TCF Core: fixed FindBugs warning: This class defines a compareTo(...) method ...Eugene Tarassov1-0/+11
2013-10-16TCF Core: new command ProcessesV1.setWinSize - set process sudo-tty window sizeEugene Tarassov3-12/+32
2013-10-05TCF Core: better error handling in Streams service utility classesEugene Tarassov2-23/+79
2013-10-02TCF Core: new utility classes for TCF streamsEugene Tarassov2-0/+233
2013-10-02TCF Debugger: better code commentsEugene Tarassov1-8/+10
2013-09-29TCF Core: new command Expressions.createInScopeEugene Tarassov2-1/+35
2013-09-25TCF Debugger: code cleanupEugene Tarassov2-2/+2
2013-09-14Target Explorer: Fix interface javadocUwe Stieber1-1/+1
2013-09-10TCF Eclipse: Make the TRACE flag accessible for read by subclasses of Abstrac...uwe1-1/+1
2013-09-10TCF Eclipse: Add the possibility to trace channelsuwe1-7/+13
2013-09-09Target Explorer: Complete path map service API by adding removePathMapUwe Stieber1-0/+11
2013-08-25Releng: Uprev plugin and feature versions to "1.2.0"Uwe Stieber2-7/+7
2013-08-23TCF Debugger: Profiler view: better handling of Debug view selection changesEugene Tarassov1-1/+1
2013-08-22Target Explorer: rework ProcessesV1 supportTobias Schwarz2-2/+51
2013-08-16TCF Core: added missing declarations for Processes.start arguments: SigDontSt...Eugene Tarassov1-2/+6
2013-08-09TCF Core: new Profiler service data property: FormatEugene Tarassov1-0/+5
2013-07-14Bug 411756 - [doc] Stacktrace service documentation should be updated with ne...Eugene Tarassov2-17/+83
2013-06-26Bug 411684 - Method "IChannel.setServiceProxy" fails with "Proxy already set"...Eugene Tarassov2-2/+5
2013-06-06Releng: Fix copyrights, feature names and feature contentUwe Stieber1-1/+1
2013-05-21TCF Core: Fix copyright years in file headersUwe Stieber3-3/+3
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov3-3/+3
2013-04-14TCF Core: fixed high priority FindBugs warningsEugene Tarassov3-6/+9
2013-04-03TCF Core: more comments for Profiler service APIEugene Tarassov1-0/+10
2013-03-22TCF Core: new TCF service interface: Profiler.Eugene Tarassov2-0/+172
2013-03-20TCF Core: new memory region property: "OSA".Eugene Tarassov4-8/+11
2013-03-20Locator: Added getAgentID() to ILocator (see also Bug 402644)Uwe Stieber3-1/+31
2013-03-12TCF Core: JSON.readUTF8Char() - allow reading of 32-bit UNICODE charsEugene Tarassov1-14/+27
2013-02-27Bug 401773 - [Eclipse] In Variables View it should be possible to display the...Eugene Tarassov1-1/+1
2013-02-19TCF Core: Bug #400659: Limit Java 7 workaround to Windows platformsUwe Stieber1-1/+4
2013-02-19TCF Core: Bug 400659 - TCF does not work with Java 7Uwe Stieber1-0/+8
2013-01-15TCF Debugger: proxy and tests for DPrintf serviceEugene Tarassov3-2/+119
2012-11-15TCF Debugger: better coalescing logic for disassembly view updatesEugene Tarassov1-1/+1
2012-10-16Eclipse Integration: Bug 391941 - BundleException while initializing org.ecli...Uwe Stieber1-5/+4
2012-10-15Eclipse Integration: Fix Bug 391941 - BundleException while initializing org....Uwe Stieber1-1/+5
2012-09-26Bug 390304 - C++ members are not localized in their respective classesEugene Tarassov1-24/+26
2012-09-21Common: Configure the project settings to overwrite any global "Save Actions"...Uwe Stieber1-4/+56
2012-09-18Releng: Fix plugin version references in pom.xml filesUwe Stieber1-1/+1
2012-08-15TCF Core: better handling of network configuration changes in TCF discoveryEugene Tarassov1-7/+7

Back to the top