Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-01TCF Agent: improved implementation of watchpointsHEADmasterEugene Tarassov1-10/+32
2023-07-17TCF Agent: update breakpoint error messageMuhammad Mustafa1-1/+1
2023-05-23Fixed handling of situation when a context resumed or exited during breakpoin...Eugene Tarassov1-3/+33
2023-01-20TCF Agent: faster breakpoint plantingEugene Tarassov1-0/+1
2022-10-14TCF Agent: fixed assertion failure in the Breakpoints serviceEugene Tarassov1-5/+3
2022-04-19TCF Agent: Respect certain ENABLE_* macrosSimeon Krastnikov1-0/+2
2021-08-24TCF Agent: added support for bitfield data breakpointsEugene Tarassov1-25/+75
2021-08-21TCF Agent: Expressions service: added support for a pointer to bitfieldEugene Tarassov1-3/+20
2020-10-14TCF Agent: fixed agent assertion failure when attached process calls exec() o...Eugene Tarassov1-0/+3
2020-05-29TCF Agent: in case of multi-target agent, limit Linux breakpoints to Linux pr...Eugene Tarassov1-2/+2
2020-03-03Bug 559940 - skip_function_prologue fails if the function size attribute not ...Eugene Tarassov1-3/+2
2020-01-21TCF Agent: Breakpoints service: better reporting of breakpoint statusEugene Tarassov1-2/+10
2019-12-17TCF Agent: service: prevent context extension duplicationEugene Tarassov1-34/+38
2019-11-17TCF Agent: fixed data caching for server side servicesEugene Tarassov1-2/+5
2019-11-11TCF Agent: fixed: handling of thread creation can cause assertion failure in ...Eugene Tarassov1-4/+4
2019-10-15TCF Agent: services: add more macro guardsMircea Gherzan1-0/+6
2019-04-26TCF Agent: changed assert(is_all_stopped(ctx)) to print offending contexts be...Eugene Tarassov1-20/+3
2019-01-20TCF Agent: Breakpoints service: better logic to select breakpoint instruction...Eugene Tarassov1-103/+115
2018-10-25TCF Agent: Breakpoints service: when possible, limit line breakpoint to begin...Eugene Tarassov1-2/+26
2018-10-24TCF Agent: remove not needed assert()Sanimir Agovic1-1/+0
2018-10-12TCF Agent: removed unwanted assert()Eugene Tarassov1-2/+1
2018-03-29TCF Agent: fixed: print_not_stopped_contexts() output is truncatedEugene Tarassov1-1/+2
2017-12-16TCF Agent: remove redundant includes in the matching c/h-filesEugene Tarassov1-4/+1
2017-11-22TCF Agent: fixed inconsistencies between format specification and argument ty...Eugene Tarassov1-1/+1
2017-11-22TCF Agent: fixed inconsistencies between format specification and argument ty...Eugene Tarassov1-1/+1
2017-07-26TCF Agent: better handling of malformed breakpoint attributesEugene Tarassov1-67/+79
2017-01-09TCF Agent: get_regs_PC() and set_regs_PC() are deprecated and replaced with g...Eugene Tarassov1-31/+50
2016-10-19TCF Agent: when debugging over exec() call on Linux, and address of main() do...Eugene Tarassov1-0/+14
2016-09-09TCF Agent: fixed handling of errors in software breakpoint address calculationsEugene Tarassov1-21/+31
2016-08-26TCF Agent: Breakpoints service: fixed possible assertion failure when somethi...Eugene Tarassov1-2/+10
2016-08-05Bug 499118 - Breakpoints not set in the right location (ELF/DWARF Line number...Eugene Tarassov1-3/+5
2016-04-19TCF Agent: fixed assertion failure when a context exits while agent is evalua...Eugene Tarassov1-0/+1
2016-02-01TCF Agent: fixed possible access to freed memory in software breakpoint ISA s...Eugene Tarassov1-0/+17
2015-11-19TCF Agent: better handling of cache misses in evaluation of breakpoint conditionEugene Tarassov1-9/+7
2015-11-11TCF Agent: selection of software breakpoint ISA reworked to handle cache missesEugene Tarassov1-57/+56
2015-11-06TCF Agent: Breakpoints: select_sw_breakpoint_isa() changed to allow context b...Eugene Tarassov1-51/+52
2015-11-04TCF Agent: added support for selecting proper encoding for software breakpoin...Eugene Tarassov1-25/+103
2015-10-16Bug 478914 - Need a hook to adjust breakpoint address if needed in plant_brea...Eugene Tarassov1-0/+5
2015-10-09Bug 478921 - flush_instructions() cause some breakpoints to not be hit on VxW...Eugene Tarassov1-0/+9
2015-10-04TCF Agent: removed redundant assert()Eugene Tarassov1-1/+0
2015-09-29TCF Agent: fixed regression: when debugging over fork() on Linux, child proce...Eugene Tarassov1-0/+1
2015-08-05TCF Agent: debug context now has optional flag to indicate that software exec...Eugene Tarassov1-1/+1
2015-06-12Bug 469842 - Breakpoint : disable relocationEugene Tarassov1-2/+85
2015-06-02TCF Agent: code cleanupEugene Tarassov1-1/+1
2015-05-22Bug 467734 - plant_at_address_expression() may reference uninitialized structureEugene Tarassov1-1/+3
2015-05-13Bug 467021 - hardware breakpoint not planted after hardware breakpoint limit ...Eugene Tarassov1-1/+1
2015-05-12Bug 467021 - hardware breakpoint not planted after hardware breakpoint limit ...Eugene Tarassov1-0/+4
2015-05-12Bug 467126 - is_breakpoint_address() no longer work for software breakpoints ...Eugene Tarassov1-6/+7
2015-05-06TCF Agent: A bit of code cleanupEugene Tarassov1-4/+4
2015-05-05PPC64 breakpoint support.Xavier Pouyollon1-2/+15

Back to the top