Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov2-2/+2
2013-05-14Bug 407859 - dwarf-test executable not building anymoreEugene Tarassov2-48/+44
2013-02-19TCF Agent: added support for GNU DWARF extensions: DW_OP_GNU_entry_value and ...Eugene Tarassov1-3/+3
2012-11-13Bug 393116 - Symbol service does not return a fully qualified C++ nameEugene Tarassov1-0/+37
2012-10-30TCF Tests: improved DWARF reader testEugene Tarassov1-43/+49
2012-10-27TCF Tests: more DWARF testsEugene Tarassov1-2/+11
2012-10-24Bug 392348 - Unable to retrieve line info from an address in some casesEugene Tarassov1-8/+21
2012-10-24TCF Agent: added handling of x86_64 relocationsEugene Tarassov1-0/+4
2012-10-19TCF Tests: fixed missing "shutdown.[ch]" in .vcproj filesEugene Tarassov3-0/+32
2012-10-03TCF Agent: Symbols service: new symbol flag SYM_FLAG_BOOL_TYPEEugene Tarassov1-0/+1
2012-10-02TCF Agent: elf_enumerate_symbols() is moved into a separate module: elf-symbo...Eugene Tarassov1-0/+8
2012-09-28TCF Agent: faster and more predictable sorting of search symbolsEugene Tarassov1-1/+1
2012-09-26TCF Agent: better code for mapping symbol declaration to definitionEugene Tarassov1-0/+5
2012-08-24TCF Tests: fixed: DWARF test fails on function symbol with size 0Eugene Tarassov1-1/+1
2012-06-13TCF Tests: changed default MSVC version from "Visual C++ Express 2008" to "Vi...Eugene Tarassov2-2/+2
2012-05-10TCF Tests: more testing of LineNumbers serviceEugene Tarassov1-0/+4
2012-04-26TCF Tests: fixed compiler warningEugene Tarassov1-1/+1
2012-04-26TCF Agent: better handling of malformed line numbers informationEugene Tarassov1-1/+1
2012-04-25TCF Agent: wider usage of location expressions instead of get_symbol_address,...Eugene Tarassov2-148/+234
2012-04-17TCF Agent: improved support and usage of location expressions in symbols serviceEugene Tarassov1-4/+15
2012-04-12TCF Agent: added workaround for malformed line number informationEugene Tarassov1-1/+1
2012-04-02TCF Tests: better tests for ELF/DWARF symbol reader.Eugene Tarassov1-40/+31
2012-03-12TCF Agent: fixed: get_symbol_base_type() fails for a function symbol, should ...Eugene Tarassov1-0/+19
2012-03-11TCF Agent: added support for function call injection.Eugene Tarassov4-22/+92
2012-03-01TCF Tests: fixed: fixed a false positive in DWARF tests.Eugene Tarassov1-0/+3
2012-02-29TCF Tests: fixed a false positive in DWARF tests.Eugene Tarassov1-0/+1
2012-02-22TCF Agent: better handling of "struct", "class", "union" and "enum" keywords ...Eugene Tarassov1-7/+29
2012-02-22TCF Agent: fixed handling template type names like "vector<int>" in expressions.Eugene Tarassov1-1/+1
2012-02-08TCF Agent: fixed: get_symbol_value() stopped working for symbols that are def...Eugene Tarassov1-5/+9
2012-02-08TCF Tests: fixed compiler warnings.Eugene Tarassov1-5/+3
2012-02-08TCF Agent: fixed: expression like &(((struct task_struct *)0)->tasks) fails t...Eugene Tarassov1-12/+91
2012-02-05TCF Agent: fixed a bug in DWARF lazy loading logic.Eugene Tarassov1-11/+11
2012-02-04TCF Agent: changed find_next_symbol() to go up in the scopes.Eugene Tarassov1-21/+64
2012-02-03TCF Agent: new command: Symbols.findByNameEugene Tarassov1-0/+37
2012-02-01TCF Tests: more DWARF reader tests.Eugene Tarassov1-37/+84
2012-01-31TCF Agent: improved DWARF reader:Eugene Tarassov1-1/+113
2012-01-19Bug 369105 - Command line could use support for comments.Eugene Tarassov1-0/+21
2012-01-17TCF Agent: added support for "*" in context queries.Eugene Tarassov1-0/+8
2012-01-04TCF Agent: fixed handling of column numbers in DWARF line info.Eugene Tarassov1-3/+3
2012-01-02TCF Agent: fixed OP_implicit_pointer handling in DWARF.Eugene Tarassov1-2/+1
2011-12-30TCF Agent: more support for remote execution of DWRF expressionsEugene Tarassov1-22/+25
2011-12-30TCF Agent: implemented remote execution of DWRF expressions; more C++ support...Eugene Tarassov2-17/+123
2011-12-22TCF Agent: fixed ERR_INV_CONTEXT error when reading attributes of ELF symbols.Eugene Tarassov1-2/+2
2011-12-22TCF Agent: performance and stability improvements in DWARF reader.Eugene Tarassov3-108/+166
2011-12-19TCF Agent: fixed: get_symbol_address() returns error if the symbol represents...Eugene Tarassov1-1/+0
2011-12-19TCF Agent: multiple performance and stability improvement in DWARF reader.Eugene Tarassov1-5/+10
2011-12-14TCF Agent: added support of 64-bit Windows.Eugene Tarassov3-3/+3
2011-12-05TCF Agent: added handling of EXCEPTION_IN_PAGE_ERROR; Some code cleanup.Eugene Tarassov1-4/+12
2011-12-04TCF Agent: added handling of OP_form_tls_address, fixed few minor issues in D...Eugene Tarassov1-0/+1
2011-12-03TCF Agent: tested and fixed handling of "debuginfo" files in Linux. Added sup...Eugene Tarassov4-50/+64

Back to the top