[Bug gprofng/30195] [display text] Source code location can not be found

2023-12-21 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

Vladimir Mezentsev  changed:

   What|Removed |Added

 CC||robertjenssen at ozemail dot 
com.a
   ||u

--- Comment #5 from Vladimir Mezentsev  
---
*** Bug 31121 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

--- Comment #4 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f4bcff7caea39dd033c9faac050b1a6520406248

commit f4bcff7caea39dd033c9faac050b1a6520406248
Author: Vladimir Mezentsev 
Date:   Fri Mar 10 13:25:44 2023 -0800

gprofng: PR30195 [display text] Source code location can not be found

gprofng/ChangeLog
2023-03-10  Vladimir Mezentsev  

PR gprofng/30195
gprofng/src/DwarfLib.cc (DwrLineRegs::reset): Set 'file = 1;'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-08 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

Vladimir Mezentsev  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Vladimir Mezentsev  
---
Update status as resolved/fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-07 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

--- Comment #2 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=74f1d7f4a3183bca13058dde29f5559d480a1b51

commit 74f1d7f4a3183bca13058dde29f5559d480a1b51
Author: Vladimir Mezentsev 
Date:   Sun Mar 5 17:35:53 2023 -0800

gprofng: read Dwarf 5

gprofng reads Dwarf to find function names, sources, and line numbers.
gprofng skips other debug information.
I fixed three places in gprofng Dwarf reader:
 - parsing the compilation unit header.
 - parsing the line number table header.
 - parsing new DW_FORMs.

Tested on aarch64-linux/x86_64-linux.

gprofng/ChangeLog
2023-03-05  Vladimir Mezentsev  

PR gprofng/30195
gprofng/src/Dwarf.cc: Support Dwarf-5.
gprofng/src/DwarfLib.cc: Likewise.
gprofng/src/Dwarf.h: Likewise.
gprofng/src/DwarfLib.h: Likewise.
gprofng/src/collctrl.cc: Don't read freed memory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-06 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

Vladimir Mezentsev  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Vladimir Mezentsev  
---
Compiler generates Dwarf-5 by default on OL9.
gprofng cannot read Dwarf-5.
I just sent my fixes for review.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-03 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195

Ruud van der Pas  changed:

   What|Removed |Added

 CC||ruud.vanderpas at oracle dot 
com

-- 
You are receiving this mail because:
You are on the CC list for the bug.