Skip to main content
summaryrefslogtreecommitdiffstats
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Bug 385957 - trace support overwrites errnoEugene Tarassov1-0/+2
2012-07-28TCF Agent: added display of XMM registers for 32-bit WindowsEugene Tarassov2-9/+21
2012-07-27TCF Agent: workaround for a bug in ReadProcessMemory() on Windows 7Eugene Tarassov1-13/+20
2012-07-27TCF Agent: fixed: Memory.get command returns invalid response for a context t...Eugene Tarassov1-0/+2
2012-07-21Bug 385526 - DWARF frame reader does not always return correct link register ...Eugene Tarassov1-0/+4
2012-07-21TCF Agent: better error reportingEugene Tarassov1-1/+1
2012-07-17TCF Agent: added pseudo-symbols for standard C/C++ types uint8_t .. int64_tEugene Tarassov1-27/+69
2012-07-06Fix crash when running in daemon mode w/o loggingVincent Rubiolo1-1/+1
2012-07-06Bug 384476 - [PATCH] Add register descriptionEugene Tarassov2-0/+8
2012-07-06Bug 384495 - It is not possible to correctly report hardware/virtual breakpoi...Eugene Tarassov1-1/+4
2012-07-03Bug 384117 - [PATCH] LOG_CHILD incorrectly present at default log level while...Eugene Tarassov1-2/+3
2012-07-03Fix collision between log name and daemon optionsVincent Rubiolo3-2/+10
2012-07-03Add -h option support to TCF agentVincent Rubiolo1-0/+4
2012-07-03TCF Agent: added "cannot stop" run control state to better handle context_sto...Eugene Tarassov1-5/+7
2012-07-01TCF Agent: fixed assertion failure when TransportName=NULL in server propertiesEugene Tarassov2-3/+8
2012-07-01Bug 383891 - When adding a watchpoint, the breakpoint is planted, unplanted a...Eugene Tarassov1-2/+5
2012-06-29TCF Agent: performance improvement: faster implementation of symbol2id()Eugene Tarassov1-15/+74
2012-06-29TCF Agent: performance optimization - better logic to manage size of tmp_allo...Eugene Tarassov1-9/+15
2012-06-29TCF Agent: code cleanupEugene Tarassov2-4/+2
2012-06-29Fix more DWARF relocation.Manuel Coutand5-19/+5
2012-06-29Fix DWARF relocation for string offsets.Manuel Coutand1-1/+1
2012-06-26Bug 383590 - No Pathmap changed event when creating a new path mapEugene Tarassov1-1/+1
2012-06-26TCF Agent: added project files for MSVC 2010Eugene Tarassov3-0/+1052
2012-06-26Bug 383412 - context interface should be able to report if a planted breakpoi...Eugene Tarassov1-4/+8
2012-06-14TCF Agent: performance optimizationsEugene Tarassov3-16/+47
2012-06-14TCF Agent: fixed regression in stack crawlEugene Tarassov1-3/+3
2012-06-14TCF Agent: some code cleanup and better error reportingEugene Tarassov3-25/+21
2012-06-13TCF Agent: better stack crawl codeEugene Tarassov2-3/+109
2012-06-13Bug 381985 - Agent crashes when resuming parent processEugene Tarassov2-4/+8
2012-06-12Bug 381893 - Failures in update_step_machine_state() aren't reportedEugene Tarassov1-9/+16
2012-06-12Dwarf parser: support relocating .debug_arangesPeder Andersen1-1/+1
2012-06-12TCF Agent: fixed: Registers.getm returns null if the register list is empty, ...Eugene Tarassov1-0/+1
2012-06-10TCF Agent: fixed memory leak in SSL connectionEugene Tarassov1-0/+1
2012-06-10TCF Agent: new function in JSON API: json_test_charEugene Tarassov24-540/+490
2012-06-08TCF Agent: fixed: CFA_restore_state should restore frame address rulesEugene Tarassov2-70/+87
2012-06-08TCF Agent: fixed: SymLoadModule64() returns error on Windows 7Eugene Tarassov1-1/+2
2012-06-07Bug 381891 - Can't use RunControl resume RM_UNTIL_ACTIVE: added suspend reaso...Eugene Tarassov3-0/+7
2012-06-07Bug 381891 - Can't use RunControl resume RM_UNTIL_ACTIVEEugene Tarassov1-0/+2
2012-06-06Fix suspended events when stepping a task.Manuel Coutand1-1/+1
2012-06-06TCF Agent: fixed a memory leakEugene Tarassov1-8/+7
2012-06-05TCF Agent: fixed: handling of breakpoint location error can try to modify mem...Eugene Tarassov1-5/+3
2012-06-05TCF Agent: fixed build error when ENABLE_SymbolsProxy=1Eugene Tarassov1-1/+1
2012-06-05TCF Agent: fixed: "Offset" property is missing for last register in a groupEugene Tarassov1-1/+1
2012-06-05Bug 381529 - [PATCH] Implement new register property "Offset"Eugene Tarassov1-1/+15
2012-06-05TCF Agent: a few more assertsEugene Tarassov1-10/+25
2012-06-05TCF Agent: added new conditional compilation macro ENABLE_FastMemAlloc to ena...Eugene Tarassov2-93/+101
2012-05-29TCF Agent: fixed: missing dependency on tcf/config.h in the MakefileEugene Tarassov1-1/+1
2012-05-26TCF Agent: fixed mingwin build errorEugene Tarassov1-1/+27
2012-05-26TCF Agent: fixed Symbols.getSymFileInfo command on WindowsEugene Tarassov7-23/+56
2012-05-23TCF Agent: fixed a typo in a function commentEugene Tarassov1-1/+1

Back to the top