Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2011-12-14TCF Agent: added support of 64-bit Windows.Eugene Tarassov49-198/+604
2011-12-13TCF Agent: fixed: Breakpoints service erroneously reports ACCESSMODE_CHANGE c...Eugene Tarassov2-1/+3
2011-12-13TCF Agent: removed unwanted printf.Eugene Tarassov1-1/+0
2011-12-12Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov2-3/+12
2011-12-10TCF Agent: Breakpoints service: added handling of "BreakpointType" attribute.Eugene Tarassov1-23/+57
2011-12-09TCF Agent: fixed: if breakpoint type changed from software to hardware, the a...Eugene Tarassov2-16/+5
2011-12-09TCF Agent: changed run control to send "contextSuspended" instead of "contain...Eugene Tarassov1-1/+1
2011-12-08TCF Agent: fixed exec permission bitsEugene Tarassov8-0/+0
2011-12-08TCF Agent: a bit better comment wording.Eugene Tarassov1-1/+1
2011-12-07TCF Agent: in case a breakpoint is set in the middle of a line region, plant ...Eugene Tarassov1-1/+3
2011-12-07TCF Agent: added new attributes for code area in LineNumbers service: NAddr, ...Eugene Tarassov4-0/+27
2011-12-07Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov5-13/+122
2011-12-07TCF Agent: VxWorks build: fixed compiler errors and warnings.Eugene Tarassov7-10/+24
2011-12-07TCF Agent: fixed a regression in Symbols.find command.Eugene Tarassov1-3/+6
2011-12-05TCF Agent: added floating point registers access on Linux.Eugene Tarassov3-108/+223
2011-12-05TCF Agent: fixed compiler warning: no newline at end of file.Eugene Tarassov1-1/+1
2011-12-05TCF Agent: added handling of EXCEPTION_IN_PAGE_ERROR; Some code cleanup.Eugene Tarassov11-48/+84
2011-12-04TCF Agent: added handling of OP_form_tls_address, fixed few minor issues in D...Eugene Tarassov4-2/+23
2011-12-03TCF Agent: fixed compiler warning: comparison is always false due to limited ...Eugene Tarassov1-1/+1
2011-12-03TCF Agent: implementing memory mapping of ELF files on Windows.Eugene Tarassov5-10/+52
2011-12-03Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov1-1/+1
2011-12-03TCF Agent: tested and fixed handling of "debuginfo" files in Linux. Added sup...Eugene Tarassov25-498/+878
2011-11-28TCF Tests: more of "cmd-line" test.Eugene Tarassov2-14/+34
2011-11-28TCF Agent: fixed regression in FileSystem.write command that causes an assert...Eugene Tarassov1-5/+8
2011-11-28TCF Agent: implemented detach (Windows only for now).Eugene Tarassov6-24/+147
2011-11-24TCF Agent: added "tcf/" prefix to system and machine dependent header files.Eugene Tarassov36-65/+66
2011-11-23TCF Agent: fixed: re-installing TCF RPM should not overwrite existing agent S...Eugene Tarassov2-2/+5
2011-11-23TCF Agent: more efficient implementation of tmp_alloc().Eugene Tarassov4-41/+51
2011-11-23TCF Agent: SSL: fixed "ssl session id context too long" error.Eugene Tarassov1-1/+16
2011-11-23TCF Agent: fixed RPM build.Eugene Tarassov2-6/+6
2011-11-22TCF Agent: added DWARF 4 support.Eugene Tarassov12-68/+177
2011-11-22TCF Agent: new functions in myalloc.h to allocate memory that can be used onl...Eugene Tarassov8-137/+95
2011-11-21TCF Server: fixed symbol IDs for C++ constants "false" and "true".Eugene Tarassov1-3/+3
2011-11-21TCF Server: fixed path mapping for target-side line number info requests.Eugene Tarassov5-19/+28
2011-11-21TCF Server: fixed segmentation fault when a client sets invalid path mapping.Eugene Tarassov1-1/+1
2011-11-21Code cleanup: fixed missing LF at end of file.Eugene Tarassov1-1/+1
2011-11-21Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov20-59/+38
2011-11-21TCF Agent: improved performance of main event loop.Eugene Tarassov1-3/+31
2011-11-21TCF Agent: fixed a comment in expressions.cEugene Tarassov1-0/+2
2011-11-19TCF Agent: C++ support improvements.Eugene Tarassov6-36/+58
2011-11-18TCF Agent: added tests for C++.Eugene Tarassov3-2/+53
2011-11-18TCF Agent: added code to handle :: in sizeof expression.Eugene Tarassov1-21/+27
2011-11-18TCF Agent: DWARF: added handling of "false" and "true" keywords in C++.Eugene Tarassov1-42/+113
2011-11-18TCF Agent: Expressions service: fixed handling of sizeof expressions without ...Eugene Tarassov1-3/+5
2011-11-18TCF Agent: fixed build errors in environment where CODESET or uuid are not av...Eugene Tarassov1-1/+3
2011-11-16TCF Agent: fixed FreeBSD build errors.Eugene Tarassov1-1/+1
2011-11-16TCF Agent: added delete_path_mapping() implementation.Eugene Tarassov1-16/+27
2011-11-16Code cleanup: fixed missing LF at end of file.Eugene Tarassov1-1/+1
2011-11-16TCF Agent: PathMap.get command changed to return all mapping rules, including...Eugene Tarassov1-9/+10
2011-11-15TCF Agent: version macro defs updated to 1.0Eugene Tarassov1-2/+2

Back to the top