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 server/16080] New: excessive qSymbol packets running to main


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

            Bug ID: 16080
           Summary: excessive qSymbol packets running to main
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

I'm seeing effectively 2 qSymbol packet exchanges per shared library in trunk
for "run to main".
One for nptl_version and one for gdb_agent_gdb_tp_heap_buffer.

bash1$ gdbserver :1234 program-with-3k-sos
bash2$ gdb program-with-3k-sos
(gdb) tar rem :1234
(gdb) set debug remote 1
(gdb) b main
(gdb) c

[...]

(gdb)

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