public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Crazy?
@ 2015-06-17 17:27 Mike Stump
  2015-06-17 21:27 ` Crazy? Doug Evans
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Stump @ 2015-06-17 17:27 UTC (permalink / raw)
  To: gdb

In remote.c we have:

  #define CRAZY_MAX_THREADS 1000

We need something that is either bigger, or obtainable from the target.  If bigger, I can just hack my sources to be different.  If obtainable from the target, we’ll I’d let someone pick a q spelling for it and I could try my hand at implementing it.  Another solution is to just trust the target and remove the limit altogether.  I kinda like the last option.  I can’t imagine a developer would ever be saved by the limit.

So, would removal of the limit be reasonable?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-18  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17 17:27 Crazy? Mike Stump
2015-06-17 21:27 ` Crazy? Doug Evans
2015-06-18  1:21   ` Crazy? Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).