Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Source code cleanup: CRLF -> LF, removing extra space charsEugene Tarassov5-56/+56
2011-09-30Bug 359350 - [Locator] Locator service fails to list local host (master) TCF ...Eugene Tarassov1-12/+17
2011-09-28TCF Debugger: added display of register groups children in the Expressions view.eutarass7-50/+200
2011-09-27TCF Debugger: TCF Debugger: added display of decimal value for 128-bit floati...eutarass1-11/+20
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.eutarass4-44/+78
2011-09-26TCF Debugger: symbol files and path map are now associated with SymbolsGroup ...eutarass11-141/+234
2011-09-26TCF Debugger: lost revisions (2094..) re-applied to TCFDisassemblyBackend.javaeutarass1-999/+985
2011-09-16TCF Debugger: Fix build error against latest CDTaleherbau2-951/+1000
2011-09-15TCF Core: added support for debug context symbol groups.eutarass4-3/+24
2011-09-15TCF Debugger: code cleanup: CRLF -> LF, removing trailing spaces. eutarass35-7442/+7446
2011-09-15TCF Debugger: added code comments.eutarass1-0/+49
2011-09-13TCF Debugger: fixed: disassembly view should remove PC marker when a frame wi...eutarass1-72/+54
2011-09-13TCF Debugger: added handling of invalid selection in the Debug view.eutarass1-2/+17
2011-09-13TCF Debugger: fixed: resume command should be enabled for suspended-not-activ...eutarass2-4/+8
2011-09-13TCF Debugger: added code to check Breakpoints service capabilities.eutarass2-47/+75
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...eutarass9-59/+38
2011-09-09Bug 357072 - AbstractChannel.listeners_array leaks listener instances.eutarass1-14/+6
2011-09-08TCF Debugger: fixed: the debugger should not show decimal value of an array -...eutarass1-5/+14
2011-09-08TCF Core: fixed IChannelListener.congestionLevel() notifications.eutarass1-1/+1
2011-09-08Bug 357072 - AbstractChannel.listeners_array leaks listener instances.eutarass1-1/+3
2011-09-08Bug 357072 - AbstractChannel.listeners_array leaks listener instances.eutarass1-2/+13
2011-09-08TCF Debugger: fixed: the debugger should update editor annotations when launc...eutarass2-24/+62
2011-09-07TCF Debugger: fixed: debugger preference "Delay children list updates in the ...eutarass2-19/+27
2011-09-07TCF Debugger: fixed: opening Symbol Files dialog for already closed debug ses...eutarass1-4/+5
2011-09-06TCF RelEng: Fix version numbers in Eclipse feature definitions and Maven POMustieber1-6/+6
2011-09-02TCF Core: Fixed misspelled class name in a comment.eutarass1-2/+2
2011-09-02Removed unused import.eutarass1-2/+0
2011-09-02TCF Debugger: improved handling of symbol flags.eutarass4-19/+49
2011-09-01TCF version changed to 0.5.0eutarass13-27/+27
2011-09-01TCF Debugger: a bit better code for conversion of JSON numbers to BigInteger.eutarass21-91/+64
2011-09-01TCF Debugger: fixed: .svn directories are shown in Project Explorer in the de...eutarass6-13/+13
2011-09-01TCF Debugger: fixed: Disassembly view truncates 64bit instruction addresses.eutarass1-12/+8
2011-08-26TCF Debugger: implemented new debugger preference: Automatic children list up...eutarass6-23/+89
2011-08-24TCF Debugger: added handling of Expressions view commands: "Disable", "Enable...eutarass4-108/+167
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.eutarass5-7/+41
2011-08-19TCF Tests: more expression testseutarass1-0/+2
2011-08-19TCF Debugger: fixed: wrong required version of CDT plugin breaks compatibilit...eutarass1-1/+1
2011-08-18TCF Core: fixed: incorrect parsing of JSON integers bigger then 2**63eutarass1-1/+1
2011-08-17TCF Debugger: implemented new debugger preference: Delay children list update...eutarass5-2/+37
2011-08-16TCF Debugger: improved logic that controls enabled/disabled state of run cont...eutarass3-30/+45
2011-08-16TCF Debugger: fixed few issues in breakpoint action cancellation logic.eutarass2-17/+47
2011-08-16TCF Debugger: added some code comments.eutarass1-3/+57
2011-08-10TCF Debugger: fixed: suspend command in the Debug view should cancel active b...eutarass6-83/+107
2011-08-10Replaced List.isEmpty() calls with List.size() == 0 - it make the code a bit ...eutarass3-3/+3
2011-08-09TCF Debugger: better looking breakpoint overlay in the Debug view.eutarass3-2/+3

Back to the top