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] dwarf2read.c: Call QUIT before reading debug info


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> 2013-06-15  Doug Evans  <dje@google.com>
Doug> 	* dwarf2read.c (dw2_instantiate_symtab): Call QUIT.
Doug> 	(dwarf2_read_symtab): Call QUIT.

It isn't obvious to me that this is safe to do.
E.g., dw2_instantiate_symtab is called from many places.  Are all of its
callers exception-safe?

If you looked into this and decided it was, it would be nice if you
could post something about your reasoning.

Tom


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