Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/agent/tcf
AgeCommit message (Expand)AuthorFilesLines
2012-04-26TCF Agent: better handling of malformed line numbers informationEugene Tarassov4-6/+11
2012-04-25TCF Agent: fixed: json_skip_object() fails to handle JSON binary data objectEugene Tarassov1-0/+10
2012-04-25TCF Agent: fixed regression in symbols proxyEugene Tarassov2-14/+24
2012-04-25Add handling of invalid context in the getCapabilities command.Manuel Coutand1-79/+85
2012-04-25TCF Agent: wider usage of location expressions instead of get_symbol_address,...Eugene Tarassov11-798/+595
2012-04-24TCF Agent: added handling of location expression command OP_TCF_offsetEugene Tarassov1-1/+39
2012-04-20Fix misshandling of context queries consisting of only an empty string.Manuel Coutand1-5/+1
2012-04-20TCF Agent: fixed regression: get_symbol_offset() can fail with "Invalid locat...Eugene Tarassov1-1/+3
2012-04-20TCF Agent: added support for target specific properties in breakpoint statusEugene Tarassov3-0/+35
2012-04-19TCF Agent: fixed: @plt synthetic symbols not working with gcc 4.4.3 on 32 bit...Eugene Tarassov3-54/+115
2012-04-18Improve Context Query parsing.Manuel Coutand1-10/+40
2012-04-18TCF Agent: fixed: assert can fail if a process exits while it is suspended to...Eugene Tarassov1-1/+1
2012-04-18TCF Agent: fixed compiler warning "ignoring return value ..."Eugene Tarassov1-2/+2
2012-04-17TCF Agent: improved support and usage of location expressions in symbols serviceEugene Tarassov6-334/+600
2012-04-17Bug 376928 - no error when trying to launch process that does not existEugene Tarassov1-19/+45
2012-04-17TCF Agent: new location expression instruction code: SFT_CMD_PIECEEugene Tarassov2-3/+38
2012-04-16Fix bug in context query parsing of escaped characters.Manuel Coutand1-4/+1
2012-04-12TCF Agent: added workaround for malformed line number informationEugene Tarassov1-1/+13
2012-04-11TCF Agent: better reporting of symbol file errorsEugene Tarassov1-3/+5
2012-04-10TCF Agent: changed copyright year to 2012Eugene Tarassov10-13/+13
2012-04-10TCF Agent: better handling of path mapping in line_to_address()Eugene Tarassov4-23/+64
2012-04-10TCF Agent: fixed: breakpoint location should be re-evaluated if second client...Eugene Tarassov1-2/+4
2012-04-10TCF Agent: Add channel create and open listenersFelix Burton5-0/+66
2012-04-10TCF Agent: fixed MinGW build errorsEugene Tarassov2-5/+5
2012-04-09TCF Agent: fixed: Breakpoints.change command at same time as breakpoint locat...Eugene Tarassov1-40/+29
2012-04-09TCF Agent: better error reporting on WindowsEugene Tarassov2-2/+7
2012-04-06TCF Agent: better code to compute list of contexts where a breakpoint needs t...Eugene Tarassov1-69/+35
2012-04-06TCF Agent: fixed error in help text: "-g" instead of "-c"Eugene Tarassov1-1/+1
2012-04-05TCF Agent: added support for float and long double numerical literals in expr...Eugene Tarassov1-2/+21
2012-04-05TCF Agent: fixed: ContextQuery.query command sometimes returns bogus errorsEugene Tarassov1-6/+4
2012-04-05Improve context query syntax error messagesManuel Coutand1-4/+4
2012-04-05Add syntax check for context queriesManuel Coutand1-27/+53
2012-04-05TCF Agent: a bit better implementation of loc_strdup2() and tmp_strdup2()Eugene Tarassov1-6/+10
2012-04-05Bug 376159 - Linux TCF agent get_user_name() implementation is not reliableEugene Tarassov1-1/+11
2012-04-05TCF Agent: changed apply_path_map() to use tmp_alloc() instead of static buff...Eugene Tarassov2-3/+3
2012-04-04TCF Agent: fixed build error when SERVICE_ContextQuery=0Eugene Tarassov1-1/+1
2012-04-04TCF Agent: better code for handling breakpoint planting errorsEugene Tarassov4-37/+32
2012-04-03Bug 375877 - address_to_line() undefined in linenumbers_proxy.cEugene Tarassov1-57/+119
2012-04-02TCF Agent: better handling of debugger detach on Linux.Eugene Tarassov1-3/+4
2012-04-02TCF Agent: fixed handling of TAG_string_type in DWARF.Eugene Tarassov3-40/+56
2012-03-30Bug 374925 - Cannot get symbol for an address in a PLT sectionEugene Tarassov3-29/+143
2012-03-30TCF Agent: breakpoints service: don't merge hardware breakpoints with differe...Eugene Tarassov1-39/+45
2012-03-29TCF Agent: fixed: hw breakpoint is not replanted when a client adds breakpoin...Eugene Tarassov1-1/+1
2012-03-29TCF Agent: fixed handling of pending SIGSTOP on Linux.Eugene Tarassov1-1/+2
2012-03-28TCF Agent: removed unneeded #include.Eugene Tarassov1-3/+0
2012-03-27Bug 375410 - Conversion from uint64_t to uint8_t, possible loss of dataEugene Tarassov1-1/+3
2012-03-27TCF Agent: always enable input and output channel queues on Linux and Windows...Eugene Tarassov2-2/+10
2012-03-26TCF Agent: fixed: infinite loop in skip_object() is a channel is closed unexp...Eugene Tarassov1-0/+1
2012-03-26TCF Agent: allow symbol ID instead of qualified name in expressions.Eugene Tarassov1-53/+58
2012-03-26TCF Agent: better flush policy for ELF/DWARF symbols cache.Eugene Tarassov2-19/+35

Back to the top