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 2/8 v2] [AArch64] Use debug_printf instead of fprintf_unfiltered


On 15/09/15 12:43, Pierre Langlois wrote:
> Here is an updated patch that fixes the formatting issues.  I've had to
> rebase the following patches on top of this one, to propagate to changes
> over to functions that were moved.  I'll post them shortly.
> 
> Thanks,
> Pierre
> 
> ---
> 
> GDBserver uses debug_printf to print debugging output.  This patch makes
> GDB use this too so we can share some of this code with GDBserver later.
> 
> gdb/ChangeLog:
> 
>         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
>         (decode_adrp): Likewise.
>         (decode_b): Likewise.
>         (decode_bcond): Likewise.
>         (decode_br): Likewise.
>         (decode_cb): Likewise.
>         (decode_eret): Likewise.
>         (decode_movz): Likewise.
>         (decode_orr_shifted_register_x): Likewise.
>         (decode_ret): Likewise.
>         (decode_stp_offset): Likewise.
>         (decode_stp_offset_wb): Likewise.
>         (decode_stur): Likewise.
>         (decode_tb): Likewise.
>         (aarch64_analyze_prologue): Likewise.
>         (pass_in_x): Likewise.
>         (pass_in_v): Likewise.
>         (pass_on_stack): Likewise.
>         (aarch64_push_dummy_call): Likewise.
>         (aarch64_extract_return_value): Likewise.
>         (aarch64_store_return_value): Likewise.
>         (aarch64_return_value): Likewise.
>         (aarch64_record_asimd_load_store): Likewise.
>         (aarch64_record_load_store): Likewise.
>         (aarch64_record_data_proc_simd_fp): Likewise.

I've pushed this in.

Thanks,
Pierre


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