bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/31121] gprofng does not recognise source in a shared object


From: robertjenssen at ozemail dot com.au
Subject: [Bug gprofng/31121] gprofng does not recognise source in a shared object
Date: Thu, 21 Dec 2023 03:44:27 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31121

--- Comment #16 from Robert Jenssen <robertjenssen at ozemail dot com.au> ---
$ dnf list installed binutils-gprofng
Installed Packages
binutils-gprofng.x86_64                   2.40-13.fc39                  
@fedora
$ gprofng --version
GNU gprofng binutils version 2.40.00
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ cat .gprofng.rc
addpath /home/robj/TMP/DesignOfIIRFilters/src
addpath /home/robj/TMP/DesignOfIIRFilters/src/test

$ ls src/bin2SD.cc
src/bin2SD.cc
$ gp-display-src -dis Fbin2SD test.1.er/archives/bin2SD.oct_IGooCa1n7J2
/usr/bin/gp-display-src: Processed
/home/robj/TMP/DesignOfIIRFilters/.gprofng.rc for default settings
Annotated disassembly
---------------------------------------
Source file: (unknown)
Object file: test.1.er/archives/bin2SD.oct_IGooCa1n7J2
Load Object: test.1.er/archives/bin2SD.oct_IGooCa1n7J2




        <Function: Fbin2SD(octave_value_list const&, int)>
        [?]     33d2:  push   %r14
        [?]     33d4:  push   %r13
        [?]     33d6:  push   %r12
        [?]     33d8:  push   %rbp
        [?]     33d9:  push   %rbx
        [?]     33da:  sub    $0x110,%rsp
        [?]     33e1:  mov    %rdi,%rbx
        [?]     33e4:  mov    0x8(%rsi),%rax
        [?]     33e8:  sub    (%rsi),%rax
        [?]     33eb:  cmp    $0x18,%rax
        [?]     33ef:  jne    0x149
        [?]     33f5:  mov    %rsi,%r12
        [?]     33f8:  cmpb   $0x0,0x3d09(%rip)        # 0x3d10
.
.
.

I get similar results with and without the rc file.  

BTW "gp-display-src --verbose on" does not work ("Error: invalid option:
`--verbose'") and I have not found definitions of "item" or "tag" in the info
documentation for gprofng.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]