Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Updated MSVC project filesEugene Tarassov2-0/+82
2017-07-07TCF Agent: fixed handling of relocatable MicroBlaze ELF filesEugene Tarassov2-1/+70
2017-07-07TCF Agent: better code formattingEugene Tarassov1-4/+4
2017-07-07TCF Agent: new framework API: client.h - an abstraction of client connectionsEugene Tarassov11-47/+204
2017-07-07TCF Agent: fixed compiler warningsEugene Tarassov2-23/+23
2017-06-30TCF Agent: added timer to free JSON temp buffer, fixed compiler warningsEugene Tarassov6-114/+129
2017-06-14TCF Agent: got rid of compiler warning: cast from pointer to integer of diff...Eugene Tarassov2-3/+3
2017-06-01TCF Agent: fixed regression in handling breakpoints on Power PC1.5_oxygenEugene Tarassov1-0/+2
2017-05-26TCF Agent: better implementation of reader_is_valid() in ELF symbols readerEugene Tarassov1-1/+5
2017-05-18Bug 516899 - Regression: TCF Agent fails to build on MacOSX 10.11.6 El CapitanEugene Tarassov2-0/+2
2017-05-16TCF Agent: fixed: optimization in dio_ReadU8() does not work well on ARM beca...Eugene Tarassov1-2/+2
2017-05-09TCF Agent: fixed compilation warningsEugene Tarassov5-19/+20
2017-05-09TCF Agent: better ARM stack crawl logicEugene Tarassov2-19/+92
2017-05-09TCF Agent: fixed: when symbols proxy is enabled, cannot search ELF symbols wi...Eugene Tarassov1-0/+6
2017-05-09TCF Agent: new function in Stack Trace service API : get_cached_frame_info()Eugene Tarassov2-0/+39
2017-05-09TCF Agent: code cleanup: trailing spaces removedEugene Tarassov1-7/+7
2017-04-25Bug 515732 - Solaris support for TCF Processes and SysMonitor servicesMartin Oberhuber8-21/+186
2017-04-07Bug 514757 - A broken .dynsym is not ignored for a static binaryEugene Tarassov1-27/+43
2017-03-31Bug 514381 - Broken .debug_pubnames sections discards all debug infoEugene Tarassov1-7/+16
2017-03-24TCF Agent: Add hook before exitFelix Burton1-0/+8
2017-03-24TCF Agent: wait_safe_events_done() changed to wait until next portion of save...Eugene Tarassov2-2/+2
2017-03-24TCF Agent: new Run Control API function: wait_safe_events_done()Eugene Tarassov2-0/+9
2017-03-21TCF Agent: fixed assertion failure when evaluating expression like "(void)1"Eugene Tarassov1-0/+1
2017-03-01TCF Agent: fixed: elf_open() sometimes throws exception, should return NULL a...Eugene Tarassov1-7/+15
2017-02-24Bug 512340 - object2symbol doesn't handle TAG_label, which cause fail to the ...Eugene Tarassov1-13/+32
2017-02-23TCF Agent: fixed compilation warningsEugene Tarassov4-10/+10
2017-02-23Bug 512340 - object2symbol doesn't handle TAG_label, which cause fail to the ...Eugene Tarassov2-2/+91
2017-02-08TCF Agent: fixed handling of code sections of zero sizeEugene Tarassov1-9/+13
2017-02-06Bug 511631 - address_to_line does not find all CodeAreasEugene Tarassov3-23/+51
2017-01-29TCF Agent: fixed: find_symbol_by_name() does not find C++ static functionsEugene Tarassov1-6/+1
2017-01-17TCF Agent: fixed computation of "is weak" symbol attributeEugene Tarassov1-3/+6
2017-01-13TCF Agent: ARM stack crawl: lazy registers reading for faster stack tracingEugene Tarassov2-21/+72
2017-01-13TCF Agent: allow get_user_home() to return "/"Eugene Tarassov1-1/+3
2017-01-11TCF Agent: better error message textEugene Tarassov1-2/+2
2017-01-11TCF Agent: fixed: should not try to read ELF ph headers when e_phnum = 0Eugene Tarassov1-60/+64
2017-01-09TCF Agent: a bit better run control error handlingEugene Tarassov1-5/+10
2017-01-09TCF Agent: removed reference of deprecated get_regs_PC()Eugene Tarassov1-2/+1
2017-01-09TCF Agent: removed unneeded/unwanted definitions of TRAP_OFFSETEugene Tarassov7-46/+43
2017-01-09TCF Agent: fixed MSVC warnings: declaration of '...' hides global declarationEugene Tarassov3-25/+27
2017-01-09TCF Agent: get_regs_PC() and set_regs_PC() are deprecated and replaced with g...Eugene Tarassov6-78/+108
2017-01-09TCF Agent: ignore MSVC warning: 'typedef ': ignored on left of '...' when no ...Eugene Tarassov1-1/+2
2016-12-19TCF Agent: use POSIX header "string.h" instead of obsolete Linux header "memo...Eugene Tarassov1-1/+1
2016-11-22TCF Agent: default target Windows version changed from Windows XP to Windows 7Eugene Tarassov4-10/+16
2016-10-26Added MSVC 2015 project files, removed support of older versions of MSVCEugene Tarassov8-3580/+461
2016-10-25Bug 506297 - channel_server_create() should not harcode socket address lengthEugene Tarassov1-1/+4
2016-10-24TCF Agent: Fixed WebSocket channel after commit 134b8b47b7b0b57f48b52296300b8...Didier Brachet2-9/+9
2016-10-21TCF Agent: fixed: cannot stop a thread on Windows 10Eugene Tarassov1-1/+1
2016-10-21TCF Agent: fixed regression in Processes service on Windows, caused by commit...Eugene Tarassov1-0/+1
2016-10-21TCF Agent: more socket function wrappers for better error reports on WindowsEugene Tarassov3-32/+92
2016-10-21TCF Agent: fixed some inconsistencies in code formatting and commentsEugene Tarassov4-19/+21

Back to the top