This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/23506] tapset function usymname() cannot translate the addresses of C static/global variables
- From: "agentzh at gmail dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 10 Aug 2018 12:47:39 +0000
- Subject: [Bug tapsets/23506] tapset function usymname() cannot translate the addresses of C static/global variables
- Auto-submitted: auto-generated
- References: <bug-23506-6586@http.sourceware.org/bugzilla/>
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.