public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gprofng: PR30195 [display text] Source code location can not be found
@ 2023-03-10 21:30 Vladimir Mezentsev
  0 siblings, 0 replies; only message in thread
From: Vladimir Mezentsev @ 2023-03-10 21:30 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

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

commit f4bcff7caea39dd033c9faac050b1a6520406248
Author: Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
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  <vladimir.mezentsev@oracle.com>
    
            PR gprofng/30195
            gprofng/src/DwarfLib.cc (DwrLineRegs::reset): Set 'file = 1;'.

Diff:
---
 gprofng/src/DwarfLib.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gprofng/src/DwarfLib.cc b/gprofng/src/DwarfLib.cc
index e90c685ebbb..64003797d25 100644
--- a/gprofng/src/DwarfLib.cc
+++ b/gprofng/src/DwarfLib.cc
@@ -1687,7 +1687,7 @@ DwrLineRegs::reset ()
   timestamp = 0;
   file_size = 0;
   address = 0;
-  file = 0;
+  file = 1;
   line = 1;
   column = 0;
   is_stmt = (default_is_stmt != 0);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-10 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 21:30 [binutils-gdb] gprofng: PR30195 [display text] Source code location can not be found Vladimir Mezentsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).