+libunwind-devel

On Wed, Sep 25, 2013 at 7:55 AM, Arun Sharma <[email protected]> wrote:
> On Sun, Sep 22, 2013 at 12:36 AM, Masatake YAMATO <[email protected]> wrote:
>> `unw_get_proc_name' returns the name of current procedure.
>> I'd like to know the path of the file where the name is.
>> libunwind obviously knows the path. However, there is no
>> API for getting it.
>>
>> Attached conceptual patch adds `unw_get_proc_name_and_path' to
>> libunwind for the purpose.
>
> Why not add unw_get_proc_image() which returns the path as well a
> handle to the image and then call get_proc_name_in_image()? In other
> words, what _UCD_get_proc_name.c is doing.
>
>  -Arun

_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to