Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge remote branch 'remotes/origin/master' into juno-refactoringjuno-refactoringEugene Tarassov8-22/+149
2012-01-10TCF Agent: fixed: get_symbol_address() should use ELF symbol table if the sym...Eugene Tarassov1-1/+4
2012-01-10TCF Agent: faster handling of public names in DWARF.Eugene Tarassov5-20/+19
2012-01-10TCF Agent: added support for OP_call2, OP_call4 and OP_call_ref in the DWARF ...Eugene Tarassov2-2/+97
2012-01-09TCF Agent: fixed: find_symbol_by_name() returns symbol that represents extern...Eugene Tarassov1-6/+34
2012-01-09TCF Agent: added DWARF register numbers for x86_64 fpu and xmm registers.Eugene Tarassov1-25/+25
2012-01-07TCF Agent: extend trace API to allow dynamic registration of named log levelsFelix Burton8-22/+155
2012-01-06Bug 367912 - [discovery] Add the "creator user" to the discovery peer informa...Eugene Tarassov3-1/+38
2012-01-06TCF Server: a better (but still incomplete) handling of register groups in th...Eugene Tarassov1-76/+82
2012-01-06TCF Agent: ELF reader: added physical_address field in ELF_PHeader.Eugene Tarassov2-2/+5
2012-01-06TCF Agent: fixed: eventpoints don't work when symbols are handled on a host s...Eugene Tarassov3-22/+55
2012-01-05TCF Agent: new command Symbols.getSymFileInfo - get symbol file name and othe...Eugene Tarassov10-21/+139
2012-01-04TCF Agent: fixed handling of circular import in TAG_imported_module.Eugene Tarassov2-2/+21
2012-01-04CF Agent: more support for remote execution of DWARF expressions.Eugene Tarassov1-17/+79
2012-01-04TCF Agent: fixed handling of column numbers in DWARF line info.Eugene Tarassov4-21/+34
2012-01-03TCF Agent: a bit faster implementation of find_in_object_tree().Eugene Tarassov1-0/+5
2012-01-03Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov2-4/+6
2012-01-03TCF Agent: more support for remote execution of DWARF expressions (not comple...Eugene Tarassov2-2/+51
2012-01-03TCF Agent: Makefile changed to allow building the agent without building libt...0.6.0Eugene Tarassov1-1/+1
2012-01-02TCF Agent: fixed assertion failure: assert(is_all_stopped()).Eugene Tarassov2-7/+7
2012-01-02TCF Agent: fixed OP_implicit_pointer handling in DWARF.Eugene Tarassov7-36/+120
2011-12-30TCF Agent: more support for remote execution of DWRF expressionsEugene Tarassov9-109/+160
2011-12-30TCF Agent: fixed compiler warning on BSD.Eugene Tarassov1-0/+1
2011-12-30TCF Agent: implemented remote execution of DWRF expressions; more C++ support...Eugene Tarassov32-767/+1796
2011-12-23TCF Agent: fixed handling of DW_FORM_exprloc in DWARF 4.Eugene Tarassov1-1/+7
2011-12-23TCF Agent: better caching of symbol values in symbols proxy.Eugene Tarassov6-14/+36
2011-12-23TCF Agent: a better code to create UUID.Eugene Tarassov1-4/+6
2011-12-22TCF Agent: fixed ERR_INV_CONTEXT error when reading attributes of ELF symbols.Eugene Tarassov3-15/+5
2011-12-22TCF Agent: a better method to turn off optimizations in test.cEugene Tarassov3-17/+12
2011-12-22TCF Agent: fixed compiler warningsEugene Tarassov2-13/+19
2011-12-22TCF Agent: performance and stability improvements in DWARF reader.Eugene Tarassov6-175/+301
2011-12-22TCF Agent: optimizations level in release build is changed to -O3Eugene Tarassov3-9/+6
2011-12-22TCF Agent: added new ContextBreakpoint flag: CTX_BP_ACCESS_SOFTWARE.Eugene Tarassov2-32/+14
2011-12-21TCF Agent: fixed page fault when a client sends PathMap.set command with an e...Eugene Tarassov1-3/+5
2011-12-20TCF Agent: added pragmas to disable some of 64-bit Microsoft compiler warnings.Eugene Tarassov2-1/+7
2011-12-20Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov1-1/+6
2011-12-20TCF Agent: fixed page fault in canonic_path_map_file_name() when argument is ...Eugene Tarassov2-1/+2
2011-12-19TCF Agent: fixed a regression: page fault in create_elf_cache().Eugene Tarassov1-0/+1
2011-12-19TCF Agent: fixed: get_symbol_address() returns error if the symbol represents...Eugene Tarassov9-9/+16
2011-12-19TCF Agent: fixed agent version number - 0.6.0Eugene Tarassov2-2/+2
2011-12-19TCF Agent: multiple performance and stability improvement in DWARF reader.Eugene Tarassov10-315/+578
2011-12-16TCF Agent: fixed: get_symbol_value() does not work for symbol that represent ...Eugene Tarassov2-2/+11
2011-12-16TCF Agent: fixed handling of DW_OP_shl in stack frame info.Eugene Tarassov1-1/+1
2011-12-16TCF Agent: fixed support of latest gcc debug info (as it is found in Fedora C...Eugene Tarassov5-1/+48
2011-12-15Bug 366763 - PathMap service fixes for common usecases.Eugene Tarassov1-1/+6
2011-12-15TCF Agent: added support of "read" hardware breakpoints on Windows - it addit...Eugene Tarassov1-7/+56
2011-12-14TCF Agent: added support of 64-bit Windows.Eugene Tarassov56-210/+782
2011-12-13TCF Agent: fixed: Breakpoints service erroneously reports ACCESSMODE_CHANGE c...Eugene Tarassov2-1/+3
2011-12-13TCF Agent: removed unwanted printf.Eugene Tarassov1-1/+0
2011-12-12Merge remote branch 'remotes/origin/master' into juno-refactoringEugene Tarassov2-3/+12

Back to the top