Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Bug 469954 - FileSystem readlink returns trailing garbage1.3.01.3_mars_bugfixEugene Tarassov1-4/+8
2015-05-30TCF Agent: allow to set EN_STEP_OVER and EN_STEP_LINE macros at compile timeEugene Tarassov1-2/+6
2015-05-29TCF Agent: default stack trace rule for r14 on MicroBlaze should be RULE_SAME...Eugene Tarassov1-0/+3
2015-05-22Bug 467734 - plant_at_address_expression() may reference uninitialized structureEugene Tarassov1-1/+3
2015-05-22Bug 467715 - EM_TRICORE not defined when INCLUDE_NATIVE_ELF_H is not definedEugene Tarassov1-0/+3
2015-05-22Bug 466695 - Agent is not able to evaluate local symbols of inlined functionEugene Tarassov5-72/+128
2015-05-22TCF Server: fixed handling of stack frames of inlined functions in context proxyEugene Tarassov1-0/+11
2015-05-20Bug 467697 - stacktrace.getChildren() does not handle inline frameEugene Tarassov1-1/+1
2015-05-20TCF Agent: added support for CLOCK_MONOTONIC on WindowsEugene Tarassov2-10/+33
2015-05-13TCF Agent: Windows: added support for reading registers while the thread is r...Eugene Tarassov2-4/+5
2015-05-13Bug 467021 - hardware breakpoint not planted after hardware breakpoint limit ...Eugene Tarassov1-1/+1
2015-05-13TCF Agent: fixed build error on MsysEugene Tarassov1-8/+8
2015-05-12Add CPP flag USE_locale to prevent use of locale in mdep.cFelix Burton1-2/+16
2015-05-12Bug 467021 - hardware breakpoint not planted after hardware breakpoint limit ...Eugene Tarassov1-0/+4
2015-05-12TCF Agent: better error message when all hardware breakpoints are already in useEugene Tarassov1-0/+2
2015-05-12Bug 467126 - is_breakpoint_address() no longer work for software breakpoints ...Eugene Tarassov1-6/+7
2015-05-11TCF Agent: fixed handling of UNICODE characters in get_symbol_file_name() on ...Eugene Tarassov3-29/+36
2015-05-06TCF Agent: A bit of code cleanupEugene Tarassov4-28/+26
2015-05-05PPC64 breakpoint support.Xavier Pouyollon7-3/+54
2015-04-30TCF Agent: fixed names for implicit void and char types in DWARFEugene Tarassov3-7/+31
2015-04-28TCF Agent: got rid of compiler warningEugene Tarassov1-1/+1
2015-04-27Bug 464689 - Support for AT_bit_stride - fixed sign extensionEugene Tarassov1-3/+18
2015-04-18Bug 464689 - Support for AT_bit_strideEugene Tarassov1-13/+36
2015-04-17TCF Agent: Symbols service: new symbol attribute: BitStrideEugene Tarassov4-3/+17
2015-04-16Bug 464388 - Commit bb173cd6d46277f844c0e57934c00ce6730aee4b breaks SkipProlo...Eugene Tarassov2-3/+53
2015-04-14TCF Agent: Expressions service: fixed evaluation of type cast to multidimensi...Eugene Tarassov1-4/+10
2015-04-01TCF Agent: symbols: better handling of a piece of an object that is present i...Eugene Tarassov5-23/+38
2015-04-01TCF Agent: fixed compiler warning when ENABLE_Trace=0: unused variable ‘err...Eugene Tarassov1-2/+3
2015-04-01TCF Agent: re-worked stack trace logic to avoid extra frame info searches in ...Eugene Tarassov1-93/+108
2015-04-01TCF Agent: fixed wrong inlined function ID in stack frame info when symbols m...Eugene Tarassov3-0/+12
2015-03-31TCF Agent: optimization: got rid of unwanted calls of context_get_canonical_a...Eugene Tarassov1-2/+12
2015-03-31TCF Agent: fixed: inlined function can cause incomplete stack traceEugene Tarassov1-2/+2
2015-03-28TCF Agent: fixed: symbols and line numbers mux should not require symbols and...Eugene Tarassov2-5/+5
2015-03-28TCF Agent: symbols proxy: fixed possible assertion failure caused by int over...Eugene Tarassov1-1/+1
2015-03-27Tricore supportXavier Pouyollon5-1/+41
2015-03-27TCF Agent: fixed regression: step into does not work properly inside inlined ...Eugene Tarassov1-1/+1
2015-03-27TCF Agent: fixed regression from prev commit: unhandled exception in data cac...Eugene Tarassov1-1/+4
2015-03-26TCF Agent: added support for reading/writing context registers when the conte...Eugene Tarassov4-9/+40
2015-03-26TCF Server: fixed symbols server support of stepping over inlined functionsEugene Tarassov8-177/+351
2015-03-25TCF Agent: better logic to decide when find_symbol_by_name() should stop the ...Eugene Tarassov1-14/+7
2015-03-25TCF Agent: fixed memory leak caused by cache miss errors in stepping logicEugene Tarassov1-1/+20
2015-03-25TCF Agent: more efficient implementation of stepping over inlined functionsEugene Tarassov3-161/+209
2015-03-25TCF Agent: better handling of incomplete or conflicting data in .debug_arange...Eugene Tarassov3-21/+30
2015-03-23TCF Agent: fixed: get_symbol_container() can return symbol with missing stack...Eugene Tarassov2-2/+8
2015-03-22TCF Agent: more efficient handling of dynamic values of attributes in DWARFEugene Tarassov7-59/+94
2015-03-22TCF Agent: better error message textEugene Tarassov1-3/+9
2015-03-21TCF Agent: added macros for debug arch version on ARMEugene Tarassov1-2/+9
2015-03-21TCF Agent: fixed stepping over a triggered watchpoint on ARMv7Eugene Tarassov1-0/+15
2015-03-21Bug 461618 - TCF Debug needs to improve support for inline methodsEugene Tarassov1-4/+19
2015-03-20TCF Agent: fixed regression: assertion failure in DWARF readerEugene Tarassov1-12/+16

Back to the top