]> sourceware.org Git - systemtap.git/commit
dwarf_query: tweak final_function_name() signature
authorJonathan Lebon <jlebon@redhat.com>
Thu, 15 May 2014 19:01:43 +0000 (15:01 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Tue, 27 May 2014 14:14:01 +0000 (10:14 -0400)
commit79954c0f9f7542a9971b2ff944dcdb0e3b26e4f0
tree63eaf3cf53cc39f19d9fa7d43dd91bccb5ebfbb5
parente5bc2e52667b07350817872c53cd567cabea7a57
dwarf_query: tweak final_function_name() signature

Almost all of the users of final_function_name() call it with a const
char* for the filename, rather than a string. There may be cases where
the filename is NULL (e.g. if the function was derived using the
symtab), in which case we don't want to cast to a string.
tapsets.cxx
This page took 0.027591 seconds and 5 git commands to generate.