[PATCH] Make name of current file as pst->filename instead of _start_ in AIX

Ulrich Weigand uweigand@de.ibm.com
Fri Oct 21 15:50:00 GMT 2016


Sangamesh Mallayya wrote:

> When -qfuncsect xlc or -ffunction-section gcc compiler option is used in
> AIX, each function csect will be associated with each psymtab,
> so each psymtab will have it's corresponding filename entries set.
> 
> If the pst filename isn't set then we will be seeing the below output when
> we set a breakpoint.
> 
> (gdb) br main
> Breakpoint 1 at 0x10000374: file  _start_ , line 18.
> 
> With the fix it will be.
> 
> (gdb) br main
> Breakpoint 1 at 0x10000518: file test.c, line 24.
> 
> Attached patch resolve this issue and correct filename will be set.

This is OK.  I've checked the patch in now.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com



More information about the Gdb-patches mailing list