Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 288709] [tcf][agent] registers.c fails to compile if REG_SET if defined from ptrace.h

https://bugs.eclipse.org/bugs/show_bug.cgi?id=288709 
Product/Component: Target Management / TCF


Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |eugene.tarassov@windriver.c
                   |                            |om
         Resolution|                            |FIXED


--- Comment #4 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> 2009-09-16 15:06:19 EDT ---
Fixed.

I have moved REG_SET declaration and related #include statements from mdep.h to
context.h and placed it inside #if ENABLE_DebugContext. Now TCF agent in basic
configuration - without debugger services - does not have dependencies on CPU
register definitions, so building it for different target architectures should
not be a problem anymore.

To build the agent without debug services following macros must be set to 0:

SERVICE_RunControl
SERVICE_Breakpoints
SERVICE_Memory
SERVICE_Registers
SERVICE_StackTrace

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top