[Bug remote/20655] New: parallel "if"s in gdbserver

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Thu Sep 29 22:02:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=20655

            Bug ID: 20655
           Summary: parallel "if"s in gdbserver
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org
  Target Milestone: ---

This comes from bug 20613 and http://www.viva64.com/en/b/0430/

tracepoint.c says:

          if (ipa_stopping_tracepoint)
            trace_debug ("lib stopped due to tpoint");
          if (ipa_stopping_tracepoint)
            trace_debug ("lib stopped due to error");

Probably that second "if" should mention something else.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list