Re: [PATCH] Throw an exception when mutating read-only data

2017-04-03 Thread Pedro Alves
linked URL for a practical difference that made in GDB. Thanks, Pedro Alves

Re: [PATCH][PR guile/17247] Block SIGCHLD while initializing Guile

2014-09-05 Thread Pedro Alves
he scenes without causing a user-visible stop (a bunch of parallel single-steps), and noticing how the cli/prompt becomes so unresponsive, because the event loop handles either target events or input events in sequence, not in parallel, and thinking that probably to completely fix this we'd need to move stdin/readline handling to a separate thread. Thanks, Pedro Alves

Re: [PATCH][PR guile/17247] Block SIGCHLD while initializing Guile

2014-09-05 Thread Pedro Alves
On 09/05/2014 12:51 PM, Eli Zaretskii wrote: >> Date: Fri, 05 Sep 2014 11:51:00 +0100 >> From: Pedro Alves >> CC: l...@gnu.org, guile-devel@gnu.org, gdb-patc...@sourceware.org >> >> I'd be strongly against preventing extensions from using threads. > >