[Bug tapsets/23506] tapset function usymname() cannot translate the addresses of C static/global variables

agentzh at gmail dot com sourceware-bugzilla@sourceware.org
Fri Aug 10 18:17:00 GMT 2018


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

--- Comment #1 from agentzh <agentzh at gmail dot com> ---
Or just use literal address values in GDB:

```
(gdb) p (void*)0x601020
$6 = (void *) 0x601020 <a>
```

It works too :)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list