Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-15TCF Agent: faster implementation of json_read_binary_data()1.2_pre_branchEugene Tarassov1-3/+16
2014-02-15Bug 428117 - Debugger does not report sources file after stopped at mainEugene Tarassov1-1/+14
2014-02-13TCF Tests: added MSVC 2010 project file for dwarf testEugene Tarassov4-0/+691
2014-02-13Bug 428117 - Debugger does not report sources file after stopped at mainEugene Tarassov1-0/+5
2014-02-12Bug 427901 - Missing ranges for a C++ application built with GCC 4.3.3Eugene Tarassov1-1/+8
2014-02-12TCF Agent: added code to handle GCC DWARF extension: DW_OP_GNU_parameter_refEugene Tarassov3-12/+139
2014-02-12TCF Agent: fixed: possible seg fault if an error found during evaluation of D...Eugene Tarassov1-1/+3
2014-02-12TCF Agent: added code to remove duplicate elements in mAddrRanges arrayEugene Tarassov1-0/+13
2014-02-12TCF Agent: fixed misspelling: DZW -> DWZEugene Tarassov3-5/+6
2014-02-12TCF Agent: fixed: get_symbol_address() fails for an ELF symbol that is define...Eugene Tarassov1-3/+11
2014-02-12Bug 427030 - dwarf-test: error reported for application with C++ referenceEugene Tarassov1-4/+25
2014-02-07TCF Agent: better ARM stack crawl codeEugene Tarassov1-0/+15
2014-02-06TCF Agent: fixed: assertion failure when a breakpoint cannot be unplanted bec...Eugene Tarassov1-2/+2
2014-02-06TCF Agent: better log messagesEugene Tarassov1-2/+2
2014-02-05TCF Agent: better handling of misaligned disassembly requestsEugene Tarassov3-6/+34
2014-02-05TCF Agent: fixed regression in the Processes service: Segmentation faultEugene Tarassov1-0/+1
2014-02-05TCF Agent: Processes service: implemented default settings for signals "don't...Eugene Tarassov2-12/+50
2014-02-05TCF Agent: fixed: wrong order of top level contexts returned by RunControl.ge...Eugene Tarassov1-1/+1
2014-02-05TCF Agent: some code cleanupEugene Tarassov1-5/+2
2014-02-05TCF Agent: fixed: Linux ARM agent shows unwanted messages "error: ptrace(PTRA...Eugene Tarassov1-11/+17
2014-02-04TCF Agent: better ARM stack crawl: fixed tracing of instructions like "mov rd...Eugene Tarassov1-39/+42
2014-02-04Bug 427369 - Windows mingw compilation failing : undefined reference to `futime'Eugene Tarassov2-3/+1
2014-02-03TCF Agent: fixed: closing a channel with pending FileSystem commands can case...Eugene Tarassov1-19/+19
2014-02-03Bug 427248 - IFilesystem.fsetstat call lead to assertion in runtime agentEugene Tarassov5-11/+42
2014-02-01Bug 424841 - Fix bug that reset target protocol object on redirect in connect...Felix Burton1-32/+11
2014-01-27TCF Agent: unused variable removed - expression_has_dprintfEugene Tarassov1-7/+0
2014-01-26TCF Agent: fixed: the Profiler view sometimes shows bogus error message "no s...Eugene Tarassov1-3/+3
2014-01-25TCF Agent: fixed: id2ctx() should return NULL if the context has exitedEugene Tarassov2-2/+2
2014-01-25TCF Agent: fixed possible assertion failure in the Breakpoints serviceEugene Tarassov1-1/+1
2014-01-25TCF Server: server.sln is renamed to server-vc2008.sln to avoid ambiguityEugene Tarassov1-0/+0
2014-01-24Bug 426495 - Provide a way to add more generic identifier callbacksEugene Tarassov3-75/+128
2014-01-24TCF Agent: agent.sln is renamed to agent-vc2008.sln to avoid ambiguityEugene Tarassov1-0/+0
2014-01-24TCF Agent: ARM Thumb disassembler: added handling of multiplication instructionsEugene Tarassov1-3/+112
2014-01-17TCF Agent: a bit faster json_write_string()Eugene Tarassov1-4/+12
2014-01-15TCF Agent: better diagnostic of leaked channel locksEugene Tarassov10-49/+70
2014-01-15TCF Agent: better handling of breakpoint planting errorsEugene Tarassov1-35/+57
2014-01-14TCF Agent: fixed C++ build errors; fixed code formattingEugene Tarassov1-102/+109
2014-01-14TCF Agent: fixed regression: memory leakEugene Tarassov1-15/+13
2014-01-14Bug 425520: Updated FileSystem root commandjguiban3-115/+166
2014-01-14Bug 425659 - An expression with reference to array or structure reports an errorEugene Tarassov2-0/+27
2014-01-10Bug 425406 - An expression to access an array cell returns an errorEugene Tarassov3-22/+36
2014-01-09Fix build for vxWorks.Xavier Pouyollon1-1/+4
2014-01-08TCF Agent: fixed invalid value of "Register" attribute of an expression value...Eugene Tarassov1-1/+3
2014-01-08TCF Agent: fixed bogus warning "unreachable code" when compiled by MSVC 2008Eugene Tarassov1-4/+7
2014-01-08TCF Agent: fixed build error when SERVICE_Locator=0Eugene Tarassov1-2/+6
2014-01-08TCF Agent: code formatting: TAB -> spacesEugene Tarassov1-32/+32
2014-01-08TCF Agent: Added mechanism to flush symbols proxy cacheDidier Brachet1-0/+75
2014-01-06tcflog: add command line options to print server properties and to disable au...Felix Burton1-14/+52
2014-01-06Add more hooksFelix Burton3-4/+48
2014-01-06TCF Agent: Added isa definition for EM_V850Eugene Tarassov1-0/+1

Back to the top