Hi, Daniel Jacobowitz wrote: > > GDB is opening /proc/pid on the _local_ machine. That's silly. > gdbserver is usually running on a remote machine; it's only on the > local machine during native testing. The testcase fails because info > proc only works for native targets. thank you again for your input. The patch attached disables gdb.base/info-proc.exp for remote targets. Is this ok? ChangeLog: * gdb.base/info-proc.exp: Check is_remote. Btw, shall I rework the qC-Patch () and remove the space? Like + /* Reply the current thread id. */ + if (strcmp ("qC", own_buf) == 0) + { + sprintf (own_buf, "QC%lx", + ((struct inferior_list_entry *) current_inferior)->id); + return; + } ? Would that be ok for mainline? I wonder why the manual contains qC packets while gdb does not? Is this a new feature or one that should be removed from manual rather? Thanks in advance. -- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com