Bug 467839 - Gdbserver: Improve compatibility of library directory name
Summary: Gdbserver: Improve compatibility of library directory name
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 03:04 UTC by JojoR
Modified: 2023-04-14 22:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
0001-Gdbserver-Improve-compatibility-of-library-directory.patch (1.06 KB, application/mbox)
2023-03-27 03:04 UTC, JojoR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JojoR 2023-03-27 03:04:01 UTC
Created attachment 157620 [details]
0001-Gdbserver-Improve-compatibility-of-library-directory.patch

Some linux os make softlink from customized directory like lib64xxx into standard system lib64 directory,
we could improve compatibility for these cases, see Attachment :)
Comment 1 Mark Wielaard 2023-04-14 22:10:16 UTC
I never saw such a system, but this should also work fine for existing systems. Applied as:

commit fb6fbe4e8446ec7dd4a01662dbefc48f9349160b
Author: Mark Wielaard <mark@klomp.org>
Date:   Sat Apr 15 00:00:36 2023 +0200

    gdbserver_tests: Improve compatibility of library directory name
    
    Some linux os make softlink from customized directory like lib64xxx
    into standard system lib64 directory.
    
    https://bugs.kde.org/show_bug.cgi?id=467839
    
    Contributed-by: JojoR <rjiejie@gmail.com>