Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 312846] New: ENABLE_DebugContext is required for a number of other capabilities

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

           Summary: ENABLE_DebugContext is required for a number of other
                    capabilities
    Classification: DSDP
           Product: Target Management
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: Peder.Andersen@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Build Identifier:
http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk@958

When compiling an agent without ENABLE_DebugContext, you'll run into a number
of errors, for example:
> In file included from services/diagnostics.c:31:
> services/symbols.h:165: error: expected declaration specifiers or '...' before 'StackFrame'


Reproducible: Always

Steps to Reproduce:
1.make CFLAGS='-DENABLE_DebugContext=0 -DENABLE_ELF=0 -DSERVICE_StackTrace=0
-DSERVICE_Breakpoints=0 -DSERVICE_Memory=0 -DSERVICE_Registers=0
-DSERVICE_RunControl=0 -DSERVICE_LineNumbers=0 -DSERVICE_Processes=0
-DSERVICE_Expressions=0 -DSERVICE_MemoryMap=0'

-- 
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