This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] call remote_check_symbols after attaching
- From: Tom Tromey <tromey at redhat dot com>
- To: Adrian Sendroiu <adrian dot sendroiu at freescale dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 11 Jul 2014 09:25:56 -0600
- Subject: Re: [PATCH] call remote_check_symbols after attaching
- Authentication-results: sourceware.org; auth=none
- References: <1405070240-11462-1-git-send-email-adrian dot sendroiu at freescale dot com>
>>>>> "Adrian" == Adrian Sendroiu <adrian.sendroiu@freescale.com> writes:
One little nit here --
Adrian> + if (symfile_objfile != NULL)
Adrian> + remote_check_symbols();
GNU style puts a space before the "(".
Tom