Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-16TCF Agent: implemented extension point for DWARF relocations.Eugene Tarassov3-8/+29
2011-10-13TCF Agent: added support for relocatable unit offset field in .debug_pubnames...Eugene Tarassov1-1/+3
2011-10-13TCF Agent: added more EM_xxx definitions for ELF e_machine field values.Eugene Tarassov2-0/+14
2011-10-13TCF Agent: added support for new breakpoint property "ClientData".Eugene Tarassov1-0/+26
2011-10-13TCF Agent: fixed: expression evaluator returns uninitialized data when target...Eugene Tarassov1-9/+10
2011-10-12Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov1-0/+2
2011-10-12TCF Agent: fixed "warning: waiting too long for context P473.473 to stop" in ...Eugene Tarassov2-2/+22
2011-10-11Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov1-1/+2
2011-10-11TCF Agent: fixed "Cannot retrieve symbol value. Object is not available at th...Eugene Tarassov1-0/+2
2011-10-10Merge branch 'master' of ssh://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agentEugene Tarassov2-3/+11
2011-10-10TCF Agent: unreliable assert is commented out.Eugene Tarassov1-1/+2
2011-10-10TCF Agent: improved stack traces with incomplete symbol info.Eugene Tarassov1-2/+10
2011-10-10TCF Agent: fixed compiler error from prev commit.Eugene Tarassov1-1/+1
2011-10-10TCF Agent: added code to lookup section size in ELF headers if a memory map e...Eugene Tarassov1-2/+27
2011-10-07TCF Agent: fixed memory leak in ELF reader.Eugene Tarassov1-0/+2
2011-10-07TCF Agent: Linux: fixed removing of breakpoints after fork when children auto...Eugene Tarassov5-21/+91
2011-10-04TCF Agent: fixed page fault caused wild pointer left after call of loc_reallo...Eugene Tarassov1-4/+4
2011-10-04TCF Agent: added code to allow expressions like "$eax.ax" - access a register...Eugene Tarassov1-7/+30
2011-10-03TCF Agent: changed the code to log "Received malformed UDP ..." only when dis...Eugene Tarassov1-1/+1
2011-10-03TCF Agent: fixed: discovery service should ignore remote peer info if the pee...Eugene Tarassov1-10/+24
2011-09-29Fixed makefiles that depend on agent source location.Eugene Tarassov2-89/+89
2011-09-28TCF Agent: fixed assertion failure in ELF Symbols service find_symbol_by_name...eutarass1-0/+1
2011-09-28TCF Agent: FPU registers should have TYPE_CLASS_REAL in expressions.eutarass2-5/+5
2011-09-27TCF Agent: fixed: crash in get_symbol_children() when its argument is pointer...eutarass1-41/+36
2011-09-27TCF Agent: added FPU registers access for Windows targets.eutarass2-13/+44
2011-09-22TCF Agent: fixed: find_symbol_by_name() in Symbols service can crash if calle...eutarass1-0/+2
2011-09-21TCF Agent: fixed compiler warnings.eutarass1-3/+3
2011-09-21.gitigore files are updated to match svn ignore properties.eutarass1-0/+24
2011-09-21TCF Agent: Expressions service: fixed "Syntax error" in expression like "*(ch...eutarass1-26/+23
2011-09-21TCF Agent: find_symbol_by_name(): added code to search all compilation units ...eutarass1-1/+36
2011-09-19TCF Agent: added code to allow register names and IDs in expressions.eutarass1-7/+50
2011-09-16TCF Agent: removed a bit of redundant code.eutarass1-1/+0
2011-09-15TCF Agent: fixed: line_to_address() broken by "added code to convert path map...eutarass1-12/+9
2011-09-15TCF Agent: fixed: ContextIds and ContextNames breakpoint properties don't wor...eutarass1-8/+11
2011-09-15TCF Agent: fixed: Expressions service should broadcast Memory.memoryChanged e...eutarass3-19/+31
2011-09-15TCF Agent: added code to convert path map file names to canonical form before...eutarass3-45/+64
2011-09-14TCF Agent: implemented new context group: CONTEXT_GROUP_SYMBOLS. The group is...eutarass9-36/+96
2011-09-13TCF Server: fixed forwarding of PathMap.set commands.eutarass1-2/+2
2011-09-13TCF Debugger: added code to check Breakpoints service capabilities.eutarass2-1/+5
2011-09-12TCF Agent: implemented translation of breakpoint file names.eutarass6-6/+8
2011-09-12TCF Agent: implemented translation of breakpoint file names.eutarass9-33/+114
2011-09-08TCF Agent: fixed misspelled name of a function in Memory Map service API.eutarass6-10/+10
2011-09-07TCF Agent: fixed: line_to_address() should check and update line info cache.eutarass1-0/+6
2011-09-07TCF Agent: fixed compiler warning: conversion from 'int' to 'U2_T', possible ...eutarass1-1/+1
2011-09-07TCF Agent: fixed compiler warning: variable `...' set but not used [-Werror=u...eutarass3-19/+7
2011-09-06TCF Agent: fixed: Makefile.inc should be included before "include $(MAKE_INC)".eutarass1-2/+2
2011-09-06TCF Agent: added space between -o and file name in the agent Makefile.eutarass1-1/+1
2011-09-02TCF Agent: Symbols service: added new symbol flag: SYM_FLAG_VARARG.eutarass2-20/+31
2011-08-31TCF Agent: additional error checking reading .debug_pubnames sections.eutarass1-25/+32
2011-08-31TCF Agent: added support for OP_piece and OP_bit_piece in DWARF location expr...eutarass4-26/+177

Back to the top