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: [PATCH v2][CRISv32] Add support for threaded debugging


On 09/03/2013 03:18 PM, Ricard Wanderlof wrote:

> 
> 2013-09-03  Ricard Wanderlof  <ricardw@axis.com>
> 
>   	* cris-tdep.c:
>   	(cris_gdbarch_init): Add call to
>   	get_gdbarch_fetch_tls_load_module_address.

Spurious ':' / wrong formatting:

   	* cris-tdep.c (cris_gdbarch_init): Add call to
   	get_gdbarch_fetch_tls_load_module_address.

> 
> gdbserver
> 
>   	* linux-crisv32-low.c: PTRACE_GET_THREAD_AREA: New macro.
>   	(ps_get_thread_area): New function.

Wrong formatting:

   	* linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
   	(ps_get_thread_area): New function.

OK with those changes.

Thanks,
-- 
Pedro Alves


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