Commit Details

Anon32

Repository http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk /trunk
by eutarass on 2009-11-12 00:40 (23 days ago)

TCF Agent:
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.

Language Totals

  Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
  C 1393 920 219 98 117 47
  XML 213 165 0 0 0 0
  Java 66 22 0 1 6 0
  C++ 0 0 1 1 0 0

Files Changed

[81 total ]
File Language Code Added Code Removed Comments Added Comments Removed Blanks Added Blanks Removed
agent/agent.vcproj
  XML 213 165 0 0 0 0
agent/framework/context.c
  C 0 2 1 1 0 0
agent/framework/context.h
  C 1 40 1 1 0 12
agent/framework/cpudefs.c
  C 152 0 17 0 24 0
agent/framework/cpudefs.h
  C 52 0 35 0 22 0
agent/framework/errors.c
  C 7 5 1 1 0 0
agent/framework/errors.h
  C 1 1 1 1 0 0
agent/framework/exceptions.c
  C 2 2 1 1 0 0
agent/framework/exceptions.h
  C 0 0 1 1 0 0
agent/framework/ip_ifc.c
  C 0 0 1 1 0 0