This is the mail archive of the gdb-patches@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]

Re: [RFA] [3/4] Remove libgdb API (gdb_thread_select)


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> (gdb)
Keith> -thread-select 12345678
Keith> &"error: Thread ID 12345678 not known."
Keith> ^error,msg="Thread ID 12345678 not known."
Keith> (gdb)

Keith> Unlike most other MI commands, the error is echoed to the error
Keith> stream. I don't know if this is intentional or not, but I've "fixed"
Keith> that so that only the error response from MI is seen:

I think it is better for us to try to be conservative regarding MI
output changes.  I doubt anybody relies on this, but still...

Tom


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