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: [rfc 6/8] record disas: omit function names by default


> Date: Fri, 15 Feb 2013 17:10:49 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb-patches@sourceware.org, markus.t.metzger@gmail.com
> 
> record disassemble:
> Print disassembled instructions as stored in the execution log.

Sounds good.

> record backtrace:
> Print function names from which instruction in the execution log ran.

Isn't that just a backtrace?  If so, I suggest

  Print a backtrace starting at the function to which the instruction
  in the log belongs.


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