This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug remote/15050] New: FastTracepoints feature not documented


http://sourceware.org/bugzilla/show_bug.cgi?id=15050

             Bug #: 15050
           Summary: FastTracepoints feature not documented
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


Both gdb and gdbserver have code for the FastTracepoints
feature, e.g.:

      if (gdb_supports_qRelocInsn && target_supports_fast_tracepoints ())
        strcat (own_buf, ";FastTracepoints+");

However, this is not documented in gdb.texinfo.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]