Skip to main content
summaryrefslogtreecommitdiffstats
path: root/agent
AgeCommit message (Expand)AuthorFilesLines
2013-02-27Bug 401868 - Get incomplete stacktrace when interrupted in a threadEugene Tarassov1-16/+20
2013-02-27TCF Agent: fixed: elf_find_unit() does not work in shared libraries with sepa...Eugene Tarassov1-9/+4
2013-02-22TCF Agent: initial support for inlined stack framesEugene Tarassov10-72/+173
2013-02-22TCF Agent: got rid of compiler warning "non-standard extension used..."Eugene Tarassov1-2/+3
2013-02-22TCF Agent: fixed: LineNumbers proxy returns error when client does not provid...Eugene Tarassov1-1/+17
2013-02-19TCF Agent: added support for GNU DWARF extensions: DW_OP_GNU_entry_value and ...Eugene Tarassov2-1/+108
2013-02-19TCF Agent: fixed: get_info_frame() always returns invalid frame numberEugene Tarassov1-1/+1
2013-02-18TCF Agent - Bug 401087 - Fixed posix_strerror() return value.Didier Brachet1-1/+1
2013-02-12TCF Agent: Breakpoints service: better (more efficient) handling of situation...Eugene Tarassov1-30/+37
2013-02-12TCF Agent: Breakpoints service code changed to allow calling create_eventpoin...Eugene Tarassov1-9/+16
2013-02-10TCF Agent: fixed: disassembler no available in light weight agent + symbols s...Eugene Tarassov2-109/+131
2013-02-08TCF Agent: Windows debug context: faster and more reliable logic for suspendi...Eugene Tarassov1-14/+15
2013-02-08TCF Agent: fixed: on Windows 8, diagnostics tests fail with error "Test proce...Eugene Tarassov2-14/+19
2013-02-08TCF Agent: fixed regression: assertion failure in memory_map_get()Eugene Tarassov1-1/+2
2013-02-08TCF Agent: initial implementation of the Disassembly serviceEugene Tarassov14-12/+595
2013-02-05TCF Agent: fixed regression in Memory.fill commandEugene Tarassov1-1/+2
2013-02-05TCF Agent: fixed: Breakpoints.set does not allow whitespaces in the command a...Eugene Tarassov1-24/+11
2013-02-05TCF Agent: fixed: Registers.getm does not allow whitespaces in the command ar...Eugene Tarassov1-8/+22
2013-02-05TCF Agent: fixed: Memory.fill does not allow whitespaces in command argument,...Eugene Tarassov1-31/+30
2013-02-05Bug 399738 - json.c:skip_object doesn't allow whitespaces between objectsEugene Tarassov2-6/+32
2013-02-05TCF Agent: Run control stepping breakpoint now has property "Service":"RunCon...Eugene Tarassov2-5/+38
2013-02-01TCF Agent: fixed: if user clears "Hardware" breakpoint property, the agent fa...Eugene Tarassov1-0/+1
2013-01-30Fix Warning in call to snprintf with literal format stringChristophe Augier1-2/+2
2013-01-29TCF Agent: allow get_break_instruction() to return NULL if the context does n...Eugene Tarassov2-10/+17
2013-01-28Bug 398196: Fixed single stepping intercept group support (second)Christophe Augier1-0/+4
2013-01-26TCF Agent: got rid of compiler warningEugene Tarassov1-1/+1
2013-01-26TCF Agent: Expressions service: added code to serialize expression evaluation...Eugene Tarassov2-5/+72
2013-01-25TCF Agent: got rid of compiler warningEugene Tarassov1-2/+2
2013-01-24TCF Agent: fixed seg fault in the Breakpoints service when context_unplant_br...Eugene Tarassov2-22/+38
2013-01-23TCF Agent: fixed: PathMap.changed event is generated when the map has not cha...Eugene Tarassov1-20/+47
2013-01-23TCF Agent: fixed get_os_name() to return proper name for Windows 8Eugene Tarassov1-0/+3
2013-01-23TCF Agent: on Windows, ELF Reader now closes the symbol file (but keeps the c...Eugene Tarassov1-10/+30
2013-01-23TCF Agent: Breakpoints service: 'void' value of a breakpoint condition is now...Eugene Tarassov1-1/+2
2013-01-16TCF Agent - Bug 398196: Fixed single stepping intercept group supportDidier Brachet1-0/+4
2013-01-15TCF Agent: initial implementation of DPrintf serviceEugene Tarassov9-23/+424
2013-01-11TCF Agent: added bit-field definitions for x86 register "eflags"Eugene Tarassov1-43/+86
2013-01-11TCF Agent: added support for register bit-fields in expressionsEugene Tarassov2-12/+77
2013-01-10TCF Agent: fixed: errno_to_str() should check errno after calling strerror(),...Eugene Tarassov3-18/+32
2013-01-09TCF Agent - Bug 397580 : added support for Symbols & Line numbersDidier Brachet14-9/+789
2013-01-08Bug 397434: Configure in or out the internal stackcrawling.Benoit Perrin2-0/+8
2013-01-04TCF Agent: fixed compilation errors on CygwinEugene Tarassov2-8/+9
2013-01-04Bug 397371 - assertion in safe_skip_breakpoint should check the canonical add...Eugene Tarassov1-2/+6
2013-01-04TCF Agent: Run Control service: allow debug context to change "stop" group me...Eugene Tarassov1-33/+30
2013-01-02TCF Agent: Bug 397058 - Attach to all process threadsDidier Brachet1-12/+64
2012-12-21TCF Agent: fixed: evaluation of expression like *"foo" can crash the agentEugene Tarassov1-1/+4
2012-12-13TCF Agent: a bit better code for starting a process on WindowsEugene Tarassov1-8/+8
2012-12-13TCF Agent: fixed: Run Control service: in certain edge cases, safe_event_pid_...Eugene Tarassov1-2/+3
2012-12-13TCF Agent: faster implementation of tmp_alloc()Eugene Tarassov1-30/+33
2012-12-12TCF Agent: fixed regression: compilation errors on WindowsEugene Tarassov1-5/+7
2012-12-12Bug 394565: handle partially ordered relocation sections.Benoit Perrin3-28/+86

Back to the top