Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-27TCF Tests: fixed: "'char' not found" error when running diagnostic tests with...eutarass1-0/+1
2011-09-27TCF Debugger: added display of decimal value for 80-bit floating point numbers.eutarass1-0/+1
2011-09-26TCF Debugger: symbol files and path map are now associated with SymbolsGroup ...eutarass1-0/+1
2011-09-15TCF Debugger: added code comments.eutarass1-0/+49
2011-09-13TCF Debugger: added code to check Breakpoints service capabilities.eutarass1-47/+73
2011-09-12TCF Agent: implemented translation of breakpoint file names.eutarass2-9/+4
2011-09-12TCF Debugger: fixed "org.xml.sax.SAXParseException: Premature end of file" wh...eutarass1-0/+1
2011-09-09TCF Debugger: added code to parse ILaunchConfiguration.ATTR_SOURCE_LOCATOR_ME...eutarass2-4/+80
2011-09-09TCF Debugger: fixed: the debugger should never try to lookup source files usi...eutarass2-11/+22
2011-09-08TCF Debugger: fixed: the debugger should update editor annotations when launc...eutarass1-23/+25
2011-09-01TCF version changed to 0.5.0eutarass2-4/+4
2011-09-01TCF Debugger: a bit better code for conversion of JSON numbers to BigInteger.eutarass6-17/+17
2011-09-01TCF Debugger: fixed: .svn directories are shown in Project Explorer in the de...eutarass1-1/+1
2011-08-20TCF Tests: fixed: Expressions service tests fail if debug info not available.eutarass1-0/+2
2011-08-19TCF Tests: added run control tracing support.eutarass3-5/+34
2011-08-19TCF Tests: more expression testseutarass1-0/+2
2011-08-16TCF Debugger: fixed few issues in breakpoint action cancellation logic.eutarass1-0/+1
2011-08-10TCF Debugger: fixed: suspend command in the Debug view should cancel active b...eutarass3-2/+15
2011-08-10Replaced List.isEmpty() calls with List.size() == 0 - it make the code a bit ...eutarass1-1/+1
2011-08-08TCF Debugger: implemented adapter for CDT breakpoint actions.eutarass1-3/+1
2011-08-03TCF Debugger: improved timing of view updates.eutarass1-3/+3
2011-07-25TCF Tests: fixed synchronization gap in tests run control.eutarass1-1/+14
2011-07-25Bug 351154 - TCF feature still uses "Eclipse.org - DSDP" as provider.eutarass1-1/+1
2011-07-25CR+LF -> LFeutarass1-39/+39
2011-07-25TCF Core: Added resource filter to hide maven output directoriesustieber1-28/+39
2011-07-21Fixed few version number inconsistencies.eutarass1-1/+1
2011-07-21Mavenize TCFdschaefer1-0/+17
2011-07-21TCF Tests: code cleanup - redundant code is removed in expressions test.eutarass1-38/+13
2011-07-19TCF Tests: common run control logic is moved into a separate class - RunControl.eutarass14-294/+402
2011-07-13TCF Tests: better tests for Terminals service.eutarass1-35/+273
2011-07-06TCF Tests: improved handling of run control groups.eutarass2-28/+34
2011-07-06TCF Tests: improved handling of run control groups.eutarass13-157/+409
2011-06-30TCF Debugger: implemented editor markers that show breakpoints status for cur...eutarass2-8/+21
2011-06-28TCF Debugger: fixed: calling TCFLaunch.addListener() from a listener callback...eutarass1-7/+15
2011-06-23TCF Debugger: fixed Memory Map backward compatibility with TCF agents ver. 0....eutarass1-2/+9
2011-06-22TCF Debugger: implemented new TCF launch configuration option: "Disconnect wh...eutarass2-2/+11
2011-06-21TCF Debugger: implemented preferences page.eutarass2-6/+62
2011-06-13TCF Debugger: fixed termination of target process on debugger disconnect.eutarass1-33/+16
2011-06-13TCF Debugger: got rid of some warnings in org.eclipse.tcf.target.ui.eutarass1-1/+1
2011-06-13Changes in Memory Map service implementation and UI:eutarass2-34/+52
2011-06-03TCF Tests: improved Interability Test - run random combination of any other t...eutarass4-12/+21
2011-05-19Merged changes from 0.4.0 release branch to trunk.eutarass1-5/+5
2011-05-19TCF Debugger: memory map item property definition TCFLaunch.PROP_MMAP_ID is m...eutarass3-18/+60
2011-05-17TCF Debugger: TCFLaunch changed to preload memory maps if target agent suppor...eutarass1-18/+95
2011-05-17TCF Tests: added test for MemoryMap service.eutarass1-2/+101
2011-05-11TCF Tests: fixed: diagnostic tests fail to check target support of data break...eutarass1-1/+1
2011-05-09TCF Debugger: Support for restricting breakpoints to a debug sessionaleherbau1-4/+41
2011-05-05TCF Debugger: Add Watchpoint in Editor and Variables/Expressions viewaleherbau1-1/+11
2011-04-25TCF Debugger: added toString() method in a couple of classes for convenience.eutarass2-0/+32
2011-04-12Bug 342530 - TCFSourceLookupParticipant should not return inaccessible resourcesaleherbau1-16/+21

Back to the top