This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]