Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-07-21Added TCF-CDT and TCF-RSE features.eutarass18-37/+1447
2011-07-21Mavenize TCF release branch, change version to 0.4.1eutarass15-6/+380
2011-07-11Bug 351153 - Regression: Workspace Selection Dialog no longer shown due to ↵eutarass1-1/+1
cdt.tcf.ui / TCFSecurityManager starting early.
2011-07-06Bug 351305 - "Invalid Datagram Packet Received" error logged when system ↵eutarass1-2/+2
clock not accurate.
2011-06-30Removing the prototype target explorer plugins. The real ones are in ↵dschaefer57-3802/+0
target_explorer.
2011-06-15TCF Debugger: show launch disconnected error in Debug View instead of ↵eutarass1-3/+0
bringing up TCF Launch Error dialog box.
2011-06-08Fix missing legal files.CDT_8_0dschaefer3-1/+331
2011-06-06Updated Feature license to included EDL.dschaefer2-2/+4
2011-05-16TCF version number changed from 0.3.0 to 0.4.0eutarass21-45/+45
2011-05-14Target Explorer: Keep a reference to the configuration element for ↵ustieber2-74/+74
executable extensions
2011-05-13TCF Debugger: improved Debug view update logic - less flicker in the view.eutarass3-27/+34
2011-05-13TCF Debugger: improved Debug view update logic - less flicker in the view.eutarass4-68/+68
2011-05-13TCF Debugger: changed breakpoint status page to show "Not planted" instead ↵eutarass1-0/+5
of empty view when the breakpoint is not planted anywhere (e.g. disabled).
2011-05-13TCF Debugger: added Status page in the breakpoint properties dialog.eutarass4-5/+337
2011-05-13TCF Debugger: Fixed context ordering in breakpoint Scope page, empty scope ↵aleherbau2-6/+15
not working
2011-05-13Target Explorer: Add common filter to hide unreachable TCF remote targetsustieber3-0/+62
2011-05-13Target Explorer: Add missing javadoc to AbstractImageDescriptorustieber3-40/+137
2011-05-12Target Explorer: Remove custom image registry implementationustieber14-444/+177
2011-05-12Target Explorer: Rework "Add Peer..." dialog action to become a regular ↵ustieber22-443/+751
common navigator new wizard
2011-05-12TCF Python: Fixed frequent 10054 error messages on windows, code cleanupaleherbau4-26/+31
2011-05-11TCF Tests: fixed: diagnostic tests fail to check target support of data ↵eutarass1-1/+1
breakpoints.
2011-05-11TCF Python: Implemented LocatorServicealeherbau7-99/+105
2011-05-11Target Explorer: Static peer definitions can enforce "USR:<timestamp>" peer ↵ustieber1-2/+2
id generation
2011-05-11TCF Python: Fixed syntax errors in LocatorService (work in progress)aleherbau1-375/+275
2011-05-10TCF Debugger: fixed: racing between removeListener(fRunControlListener) and ↵eutarass1-2/+2
fExecContext = null can cause NullPointerException in disassembly back-end event listeners, like containerSuspended().
2011-05-10Target Explorer: fixed: bug 345263 Missing "How to" to setup the development ↵ustieber2-0/+116
environement
2011-05-09Code cleanup: removed unwanted CR and space characters.eutarass1-47/+47
2011-05-09TCF Debugger: Use icon from launch configuration type for launch instancealeherbau1-2/+7
2011-05-09TCF Debugger: Support for restricting breakpoints to a debug sessionaleherbau3-20/+71
2011-05-09Target Explorer: Add lookup locations for user defined static peersustieber3-46/+211
2011-05-09Add launch config name to scope root nodesaleherbau1-3/+10
2011-05-09Target Explorer: Slightly updating CONTRIBUTIONS.txtustieber1-1/+1
2011-05-09TCF Debugger: Bug 344919 - [cdt] Reuse CDT's Source Not Found Editoraleherbau13-20/+1341
2011-05-07TCF Debugger: added display of thread state properties "Context" and "CPU" ↵eutarass1-0/+12
in Debug view.
2011-05-07Target Explorer: Fix: hasChildren returns false for a second peer node if ↵ustieber1-1/+5
user expands one peer node, both with file system service available
2011-05-06TCF Tests: changed DWARF symbols test to include search for undefined symbol.eutarass1-18/+16
2011-05-06TCF Debugger: sorting order in Debug view changed from creation order to ↵eutarass2-7/+29
"getChildren" order.
2011-05-06Cleanup of tabs and extra spaces.eutarass1-7/+7
2011-05-05Target Explorer: Add IPeerModel to navigator content contribution enablementustieber1-2/+3
2011-05-05Target Explorer: Another simplification of the navigator content contributionustieber1-8/+4
2011-05-05Target Explorer: Update TCF locator navigator content contribution id'sustieber1-8/+10
2011-05-05TCF Python: Allow callables (functions) as service callbacksaleherbau12-88/+163
2011-05-05TCF Debugger: Add Watchpoint in Editor and Variables/Expressions viewaleherbau9-32/+267
2011-05-04TCF Debugger: fixed: If a context is not active, the debugger ignores errors ↵eutarass1-1/+5
returned by step commands.
2011-05-03Target Explorer: Add plug-in to hold documentation and related filesustieber3-0/+56
2011-05-02Target Explorer: Allow custom double click handling via the Eclipse command ↵ustieber6-4/+176
framework
2011-04-30Target Explorer: fixed: Pending node has no peer node association; ↵ustieber2-14/+33
getParent() does not return peer node for model; enforce tree node children list access to happen in the TCF event dispatch thread
2011-04-30Target Explorer: fixed: File system root nodes not correctly expanding in ↵ustieber1-2/+17
common navigator view
2011-04-30Target Explorer: Fixed typo in javadocustieber1-1/+1
2011-04-29TCF Debugger: fixed: TCF trace view should not clear selection when new ↵eutarass1-1/+42
output appears.

Back to the top