Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2011-02-021. Added code, API and UI to control auto-attach of process children.eutarass5-32/+57
2011-01-27TCF Agent: changes in Windows version of debug context code:eutarass1-71/+169
2011-01-24TCF Agent: added data breakpoints supporteutarass5-7/+55
2011-01-12TCF Agent:eutarass5-10/+10
2011-01-12TCF Agent:eutarass1-3/+2
2010-12-30TCF Agent: Breakpoints service:eutarass1-22/+22
2010-12-30TCF Agent: fixed: bogus error messages in the agent log: "SymUnloadModule64()...eutarass1-5/+12
2010-12-15TCF Agent: fixed racing condition in VxWorks version of context_stop(), + som...eutarass1-33/+52
2010-12-08TCF Agent: fixed invalid usage of perror() to print pthreads failures - POSIX...eutarass1-0/+2
2010-12-08TCF Agent: more detailed trace log messages in windbgcache.c to make it easie...eutarass1-2/+2
2010-12-08TCF Agent: more detailed trace log messages in windbgcache.c to make it easie...eutarass1-2/+4
2010-12-08TCF Agent: a minor simplification of Windows debug context code: no need to c...eutarass1-14/+10
2010-12-03TCF Agent: fixed: line numbers lookup on Windows returns error "element not f...eutarass2-0/+12
2010-11-25Completed initial version of reverse execution supporteutarass5-0/+100
2010-11-17TCF Agent: added new context group: CONTEXT_GROUP_CPU - all contexts that bel...eutarass4-0/+16
2010-11-17TCF Agent: added new context group: CONTEXT_GROUP_PROCESS - all contexts that...eutarass2-0/+13
2010-11-16TCF Agent: added support for manually created memory map entrieseutarass7-32/+217
2010-10-22TCF Agent: Implemented support for "intercept" groups.eutarass5-0/+20
2010-10-19TCF Agent:eutarass6-37/+247
2010-10-11TCF Agent: low-level debug context API is extended to better support OS aware...eutarass5-9/+91
2010-10-11TCF Agent: fixed few build errors that happen when the code is built with OPS...eutarass1-0/+22
2010-09-29TCF Agent: Fixed: on Windows, assert can fail in context-win32.c because of r...eutarass1-1/+1
2010-09-27TCF Agent: Fixed: assert can fail in Windows version of the agent when an inf...eutarass1-1/+1
2010-09-17TCF Agent: extended support for "BigEndian", "AddressSize" and "AccessTypes" ...eutarass5-0/+61
2010-09-11TCF Agent: add function add_context_exception_handler() to Windows version of...eutarass2-2/+24
2010-09-10TCF Agent: Fixed: on Windows debugger should always suspend inferior on "last...eutarass1-53/+65
2010-09-08TCF Agent: Fixed: on Windows, the agent should check "ProgramFilesDir (x86)" ...eutarass1-1/+11
2010-09-07TCF Agent:eutarass2-29/+26
2010-08-27TCF Agent:eutarass4-30/+9
2010-08-24Fixed: compiler warning: no newline at end of fileeutarass1-1/+1
2010-08-23TCF Agent: Windows debug context code is re-written to work around some probl...eutarass1-175/+141
2010-08-20TCF Agent: moved Windows PThreads implementation code from mdep.c into separa...eutarass3-38/+305
2010-08-20TCF Agent: added code to check version of DBGHELP.DLLeutarass1-0/+32
2010-08-19TCF Agent: removed unneeded code - leftovers of debug sessioneutarass1-10/+0
2010-08-18TCF Agent: fixed multiple minor issues in debug services implementation that ...eutarass7-563/+706
2010-08-11TCF Agent: rearranged code in Windows version of LineNumbers and Symbols - no...eutarass2-1/+82
2010-08-04TCF Agent:eutarass1-105/+97
2010-07-23Added Windows 7 32 and 64-bit machines to automated nightly testseutarass1-2/+2
2010-07-16TCF Agent:eutarass8-58/+7
2010-07-13Code cleanup: trailing empty lines are removed from source fileseutarass1-1/+0
2010-06-21TCF Agent: fixed: assertion fails if debugee process exits right after launch...eutarass3-0/+3
2010-06-17TCF Agent: fixed g++ warnings on Free BSDeutarass1-6/+6
2010-05-27Fixed copyright headers eutarass17-17/+17
2010-05-26TCF Agent: deleted TODO.txt, valid entries from TODO.txt moved to the source ...eutarass1-0/+2
2010-05-25TCF Agent: fixed Memory Map changed events on Linux, added Memory Map for Win...eutarass2-0/+13
2010-05-21TCF Agent: moved CPU dependent code from framework/cpudefs.c to machine/cpude...eutarass4-19/+25
2010-05-19TCF Agent: added a comment, removed extra space chareutarass1-0/+3
2010-05-17TCF Agent: fixed few compile time warnings when building for VxWorks with GNU...eutarass1-1/+1
2010-05-17TCF Agent: "intercepted" field is moved from Context into run control service...eutarass5-23/+12
2010-05-15TCF Agent: Bug 225082: [tcf][releng] Improve TCF Agent build directory struct...eutarass11-70/+70

Back to the top