[PATCH 2/2] gdb: move read{now, never}_symbol_files declarations to symfile.h

Christian Biesinger cbiesinger@google.com
Tue Jan 12 14:58:08 GMT 2021


On Tue, Jan 12, 2021 at 6:44 AM Simon Marchi via Gdb-patches
<gdb-patches@sourceware.org> wrote:
> -int readnow_symbol_files;      /* Read full symbols immediately.  */
> -int readnever_symbol_files;    /* Never read full symbols.  */

Looks like these comments didn't make it into the header file?

(It also seems like these should be bool, though I understand that's a
bigger change)

Christian


More information about the Gdb-patches mailing list