Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-09TCF Agent: added unwanted MSVC droppings to gitignoreEugene Tarassov1-3/+6
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 Tarassov5-18/+25
2016-11-22Updated MSVC project files: added 64-bit build config for DWARF testsEugene Tarassov2-8/+92
2016-10-26Added MSVC 2015 project files, removed support of older versions of MSVCEugene Tarassov28-8596/+1522
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
2016-10-21TCF Agent: Added support for channel extensinDidier Brachet9-240/+334
2016-10-20TCF Agent: Added support for WebSocket channelDidier Brachet11-2/+1709
2016-10-19TCF Agent: when debugging over exec() call on Linux, and address of main() do...Eugene Tarassov3-0/+18
2016-10-19TCF Agent: fixed: dwarf_get_expression_list() can fail if address range conta...Eugene Tarassov1-4/+1
2016-10-19TCF Agent: code cleanup: got rid of compiler warningsEugene Tarassov7-34/+30
2016-10-19TCF Agent: code cleanup: extra spaces removedEugene Tarassov4-18/+18
2016-10-18TCF Agent: Fix callback in context-linux.c to check that ctx represents a Lin...Felix Burton1-3/+7
2016-10-18TCF Agent: Enable context-linux.c compilation with ENABLE_ContextMemoryProper...Felix Burton1-0/+14
2016-10-18TCF Agent: Add support for ENABLE_StackCrawlMux in cpudefs-muxFelix Burton2-0/+8
2016-10-18TCF Agent: Support context-linux.c compilation with ENABLE_MemoryAccessModes=1Felix Burton1-0/+12
2016-10-12TCF Agent: Updated MSVC project filesEugene Tarassov10-8/+154
2016-10-07TCF Agent: Updated MSVC project filesDidier Brachet6-4/+82
2016-10-07TCF Agent: Moved framework initialization code in a routineDidier Brachet9-24/+98
2016-10-07TCF Agent: Added PortForward and PortServer servicesDidier Brachet9-0/+2954
2016-10-05TCF Agent: Fix C++ compilation issueFelix Burton1-1/+1
2016-10-05TCF Agent: Allow creating a proxy between two connected channelsDidier Brachet1-3/+45
2016-10-04TCF Agent: better workaround for missing frame info for return address of a f...Eugene Tarassov1-6/+20
2016-09-21Bug 501915 - Possible typo in ARM disassemblyEugene Tarassov1-3/+1
2016-09-21TCF Agent: fixed compiler warningEugene Tarassov1-1/+1
2016-09-15Bug 501158 - Arm64 crawler : Fallback when epilogue can not be foundEugene Tarassov1-14/+58
2016-09-13TCF Agent: ARM 64 stack crawl: fixed handling of register offset and signed v...Eugene Tarassov1-14/+53
2016-09-09TCF Agent: fixed handling of errors in software breakpoint address calculationsEugene Tarassov1-21/+31
2016-09-06Bug 500927 - MKDIR definition in agent/Makefile.inc may conflict with VxWorks...Jean-Michel Pedrono1-0/+4
2016-09-02Bug 500746 - Commit 02cb9598f643cf0 introduces a major regression with vxWorks 7Eugene Tarassov2-1/+17
2016-08-28TCF Tests: fixed DWARF reader test errorEugene Tarassov1-0/+1
2016-08-26TCF Agent: Breakpoints service: fixed possible assertion failure when somethi...Eugene Tarassov1-2/+10
2016-08-26TCF Agent: new function in Run Control service API: is_run_ctrl_idle()Eugene Tarassov2-2/+27
2016-08-26TCF Agent: Symbols service: fixed visibility of C++ out-of-body definitionsEugene Tarassov2-27/+49
2016-08-23TCF Agent: ARM A64 stack crawl: add support for "signed offset" and "non-temp...Eugene Tarassov1-7/+10
2016-08-16TCF Agent: better handling of '\n' in error messagesEugene Tarassov1-6/+20
2016-08-10TCF Agent: the MemoryMap service API is extended to support OS awarenessEugene Tarassov2-7/+33
2016-08-09Add definitions for nec v800.Xavier Pouyollon3-0/+6
2016-08-05Bug 499118 - Breakpoints not set in the right location (ELF/DWARF Line number...Eugene Tarassov4-5/+49
2016-08-02TCF Agent: better code commentsEugene Tarassov1-2/+7
2016-07-26TCF Agent: fixed: the Disassembly service produces incorrect output if it enc...Eugene Tarassov1-25/+36
2016-07-26TCF version number changed to 1.5Eugene Tarassov3-4/+6
2016-07-20TCF Agent: DWARF symbols search changed to always add local ELF symbols from ...Eugene Tarassov1-1/+1
2016-07-19TCF Agent: DWARF symbols: better workaround for missing code ranges in compil...Eugene Tarassov1-13/+26
2016-07-19TCF Agent: DWARF symbols: fixed symbols search when PC = 0Eugene Tarassov1-4/+4

Back to the top