Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-04-03TCF Agent: changed code for FileSystem.roots command on Windows to use ↵eutarass1-2/+8
GetLogicalDrives() to be able to report drives without media
2010-04-01TCF Debugger: improved implementation of fake top stack frame node that is ↵eutarass4-6/+17
used when real stack trace is not available
2010-04-01Bug 307656: AssertionError in TCFBreakpointsModeleutarass1-54/+49
2010-03-28TCF Debugger: improved error reportseutarass2-2/+1
2010-03-25TCF Debugger: fixed: UI can lock if keyboard shortcuts F5, F6, or F7 are ↵eutarass13-62/+50
used for stepping
2010-03-25TCF Debugger: fixed: assert can fail if target connecting is terminated ↵eutarass1-6/+9
abnormally
2010-03-24TCF Debugger: improved view and selection update logic, improved error reportingeutarass13-210/+171
2010-03-19TCF Debugger: fixed symbols cache invalidation and cleanup logiceutarass6-54/+223
2010-03-18More TCF Symbols Server code. Most services work OK.eutarass11-115/+169
The server still needs more work: 1. Stack trace cannot not use ELF .frame_info section. 2. TCF debugger symbols cache flushing logic is incomplete.
2010-03-10TCF Debugger: performance improvements, including better coalescing of model ↵eutarass25-105/+145
deltas
2010-03-10TCF Agent: more symbols value-add code.eutarass11-20/+207
2010-02-24TCF Agent: performance improvements:eutarass1-1/+1
1. OutputStream changed: write_stream() is made inlined; 2. proxy code changed to use block writes.
2010-02-23TCF Agent:eutarass1-1/+1
1. TCFSuspendGroup definition and related code is deleted. It was conflicting with value-add functionality. 2. "char *" changed to "const char *" where necessary to get rid of g++ warnings "deprecated conversion from string constant to 'char'" 3. fixed g++ warnings "'...' might be used uninitialized in this function"
2010-02-22Work in progress: more TCF value-add support - all tests have passed when ↵eutarass29-393/+647
connecting to a target through TCF symbols server value-add.
2010-01-29Fixed: Bug 297283: TCF UDP discovery is undocumentedeutarass2-0/+4
2010-01-29Fixed: Bug 301192: Calls into IServiceProvider should use SafeRunnereutarass1-9/+20
2010-01-29Fixed: missing copyright noteeutarass1-1/+11
2010-01-29Changed ServiceManager and TransportManager add/remove provider methods to ↵eutarass3-15/+23
be thread safe to allow to add providers before TCF dispatch started.
2010-01-21TCF Symbols service is re-worked to support implementation of the service as ↵eutarass10-71/+82
value-add
2010-01-14TCF Agent: more value-add support: few bug fixes and cosmetic changeseutarass2-2/+3
2010-01-13TCF Agent: Line Numbers service is now fully functional in value-add modeeutarass2-119/+150
2010-01-11New TCF service: Path Map. It stores file path mapping across systems.eutarass16-152/+1039
2009-12-19TCF Agent: more support for developing value-add TCF servers, including:eutarass2-0/+275
1. remote data cache abstraction. 2. support for storing and re-sending TCF error reports: struct ErrorReport. 3. new service: Memory Map. 4. byte array output stream implementation.
2009-12-14TCF Debugger: few minor usability improvementseutarass5-24/+41
2009-12-14TCF Core: fixed: calling InetAddress.getByName() from dispatch thread can ↵eutarass1-11/+103
block TCF dispatch for long time in case of lame DNS server. Now discovery uses separate thread to perform DNS lookup.
2009-12-02TCF Debugger: fixed infinite loop in Launch Configuration Target tab when ↵eutarass1-2/+4
target does not have Locater service
2009-11-18Symbols service: add two new symbol properties: LowerBound and UpperBoundeutarass2-0/+22
2009-11-16Added comments for JSON.java public methodseutarass1-0/+58
2009-11-12TCF Agent:eutarass6-34/+83
1. CPU registers and stack frame basic handling is moved to a new separate module cpudefs.c 2. Architecture dependent CPU registers and stack frame definitions are moved into separate header files - cpudefs-mdep.h 3. Implemented stack unwinding using DWARF sections .debug_frame and .eh_frame 4. Changed year in copyright notices to 2009 TCF Debugger: 1. Fixed elements order in registers view. 2. Changed source level stepping logic to better support stepping over function epilogue.
2009-11-02Bug 225082 - [tcf][releng] Improve TCF Agent build directory structureeutarass8-37/+22
2009-10-28TCF Debugger: in "Available targets" list, don't show target icon with error ↵eutarass1-0/+1
messages
2009-10-23TCF Debugger: fixed bugs in the code that starts local instance of TCF agent ↵eutarass1-11/+31
on Linux
2009-10-22Updated "TCF Getting Started" to clarify DSF versions infoeutarass1-1/+3
2009-10-21TCF Test Suite: fixed: information included into "Invalid contextSuspended ↵eutarass1-19/+25
event..." error report was not correct.
2009-10-16Fixed some docs no being in sync with the code.eutarass2-9/+36
2009-10-14TCF Agent: Breakpoints service: implemented "StopGroup" breakpoint propertyeutarass3-18/+90
2009-10-12TCF Agent Breakpoints service:eutarass2-0/+6
1. Implemented breakpoint property ContextIDs 2. Changed breakpoints logic so stops threads in a single process at a time to replant breakpoints when possible
2009-10-05Rebuilt TCF update siteeutarass1-1/+1
2009-10-05TCF Debugger: fixed source lookup in case of remote buildeutarass5-52/+66
2009-10-03Rebuilt binary files and update site from latest source code.eutarass9-2/+14
2009-10-02Implemented a time limit on some TCF tests, so diagnostics don't take too ↵eutarass3-1/+15
much time over a slow connection
2009-10-01TCF Debugger Launch/Targets view: fixed: target list is not properly ↵eutarass1-65/+63
refreshed when agent becomes unavailable.
2009-09-28TCF Debugger: fixed: when variables view shows error report in details pane, ↵eutarass1-1/+1
same text is repeated two times
2009-09-24TCF Debugger: the debugger sometimes opens source file from wrong projecteutarass4-41/+59
2009-09-21TCF Agent: Fixed: Streams.connect command can cause an assert failure in the ↵eutarass1-48/+95
agent
2009-09-21TCF Debugger: Added user actions in variables and expression views: Display ↵eutarass16-181/+601
As Array, Cast To Type, Restore Original Type.
2009-09-11TCF Debugger: implemented Details Pane text support in Registers vieweutarass7-63/+164
2009-09-10TCF Debugger:eutarass19-148/+256
1. implemented highlighting of changes in expressions and registers views 2. fixed bugs that would prevent views from refreshing properly 3. implemented lazy refresh during step actions
2009-09-09Updated pre-built TCF agent binary fileseutarass6-0/+0
2009-09-09Code cleanup: trailing spaces are removed from the source lineseutarass4-38/+38

Back to the top