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/2] Add arm epilogue unwinder


LGTM. A couple super minor nits below.

On 03/24/2016 02:39 PM, Yao Qi wrote:

+static struct arm_prologue_cache *
+arm_make_epilogue_frame_cache (struct frame_info *this_frame)
+{

Missing intro comments in several functions.

+  pc = get_frame_pc (this_frame);
+  func = get_frame_func (this_frame);
+  if (!func)

func == NULL.

Thanks,
Pedro Alves


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