Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-15TCF Agent: tcf_elf: fix the detection of an ELF-backed memory regionMircea Gherzan1-1/+9
2018-09-29TCF Agent: fixed handling of overlapping memory map regions on Linux1.7Eugene Tarassov1-0/+25
2018-08-22TCF Agent: added support for compressed ELF sectionsEugene Tarassov1-12/+136
2018-03-02TCF Agent: Symbols service: new symbol property: "LinkageName"Eugene Tarassov1-1/+3
2018-01-07Bug 529375 - Fix TCF Agent to build with musl C libraryEugene Tarassov1-5/+1
2017-11-22TCF Agent: fixed inconsistencies between format specification and argument ty...Eugene Tarassov1-3/+3
2017-04-07Bug 514757 - A broken .dynsym is not ignored for a static binaryEugene Tarassov1-27/+43
2017-03-01TCF Agent: fixed: elf_open() sometimes throws exception, should return NULL a...Eugene Tarassov1-7/+15
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 Tarassov1-14/+27
2017-01-11TCF Agent: fixed: should not try to read ELF ph headers when e_phnum = 0Eugene Tarassov1-60/+64
2016-02-25TCF Agent: fixed regression: elf_map_to_link_time_address() can return wrong ...Eugene Tarassov1-1/+1
2016-02-24TCF Agent: DWARF reader: fixed handling of ELF files with multiple BSS segmentsEugene Tarassov1-13/+33
2016-02-21TCF Agent: DWARF symbol reader improvementsEugene Tarassov1-12/+13
2016-01-31TCF Agent: fixed handling of DWZ filesEugene Tarassov1-0/+7
2016-01-26Bug 486381 - code to skip dynamically loaded code prologue causes VxWorks deb...Eugene Tarassov1-0/+9
2015-12-01TCF Agent: symbols service changed to always continue symbol search to dynami...Eugene Tarassov1-20/+2
2015-09-09TCF Agent: fixed: when handling GCC separate symbol file, should use program ...Eugene Tarassov1-2/+2
2015-09-05TCF Agent: added support for memory regions with zero size or addressEugene Tarassov1-5/+13
2015-08-03TCF Agent: added support for debugging Linux kernel modulesEugene Tarassov1-54/+197
2015-05-05PPC64 breakpoint support.Xavier Pouyollon1-0/+4
2015-03-10TCF Agent: code cleanupEugene Tarassov1-5/+5
2015-03-09Add Elf-v2 detection for PowerPc 64Vincent Hue1-2/+10
2015-02-08Rework elf open listeners mechanismMorvan Le Goff1-0/+4
2015-02-06Initial support for ppc64Xavier Pouyollon1-23/+60
2015-01-15Bug 456812 - Wrong segment used to lookup a symbol addressEugene Tarassov1-5/+37
2014-11-25TCF Agent: got rid of compilation warning: comparison between signed and unsi...Eugene Tarassov1-1/+1
2014-11-25Add elf open listener mechanismMorvan Le Goff1-10/+25
2014-11-13Bug 450538 - in create_symbol_addr_search_index results are different dependi...Eugene Tarassov1-0/+2
2014-10-29TCF Agent: fixed assertion failure when split debug info is loaded, but relat...Eugene Tarassov1-1/+1
2014-10-16Bug 446410 - Assertion failure with split debug infoEugene Tarassov1-7/+15
2014-10-10Bug 446675 - Regression in LineNumbers introduced by commit 44411479e1a50ccEugene Tarassov1-3/+3
2014-09-21TCF Agent: fixed handling of DWARF implicit pointersEugene Tarassov1-1/+7
2014-09-18Bug 444249 - elf_find_unit() has issues with split debug info if start addres...Eugene Tarassov1-43/+77
2014-09-06TCF Agent: fixed ELF reader regression: "Unexpected end of file" error must h...Eugene Tarassov1-1/+1
2014-09-05TCF Agent: fixed Coverity warnings: Ignoring number of bytes readEugene Tarassov1-18/+22
2014-09-02Bug 443084 - Split debug info does not workEugene Tarassov1-11/+12
2014-08-12TCF Agent: fixed: BSS program headers in ELF can cause error calculating run-...Eugene Tarassov1-2/+6
2014-03-15TCF Agent: improved speed of DWARF relocationsEugene Tarassov1-2/+2
2014-02-12TCF Agent: fixed misspelling: DZW -> DWZEugene Tarassov1-1/+2
2013-12-19Bug 423581 - Symbols address are not correct in the case the symbol service i...Eugene Tarassov1-2/+7
2013-12-13TCF Agent: added support for GNU DWZ debug info filesEugene Tarassov1-7/+57
2013-12-09TCF Agent: better code commentEugene Tarassov1-1/+3
2013-11-14TCF Agent: fixed Cygwin build - _WIN32 no longer set on CygwinEugene Tarassov1-4/+4
2013-10-09TCF Agent: fixed: wrong mapping from link-time addresses to run-time addresse...Eugene Tarassov1-25/+58
2013-10-07TCF Agent: better handling of cache miss error in ELF/DWARF cache cleanup logicEugene Tarassov1-10/+26
2013-09-17TCF Agent: file system related defines are moved from mdep.h into a separate ...Eugene Tarassov1-0/+1
2013-09-05TCF Agent: ELF/DWEARF reader performance optimizationsEugene Tarassov1-4/+7
2013-08-28TCF Agent: new field in struct ELF_File: entry_addressEugene Tarassov1-0/+2
2013-07-06TCF Server: implemented proper poxing of MemoryMap service instead of using a...Eugene Tarassov1-12/+26

Back to the top