Git Product home page Git Product logo

Comments (9)

matrix1001 avatar matrix1001 commented on May 30, 2024

@b0ldfrev Many thanks. It will be great if you create a pull request and become a contributer.

from glibc-all-in-one.

matrix1001 avatar matrix1001 commented on May 30, 2024

As for the problem of GDB, maybe you can write it down in the README within your PR?

from glibc-all-in-one.

b0ldfrev avatar b0ldfrev commented on May 30, 2024

@b0ldfrev Many thanks. It will be great if you create a pull request and become a contributer.

ok , i will do this.

from glibc-all-in-one.

matrix1001 avatar matrix1001 commented on May 30, 2024

#18 it may not be a good idea to copy '.build-id' to '/usr/lib/debug/.build-id/',since it corrupts the system debug symbols. as you point out, just updating gdb can solve the problem?

from glibc-all-in-one.

b0ldfrev avatar b0ldfrev commented on May 30, 2024

#18 it may not be a good idea to copy '.build-id' to '/usr/lib/debug/.build-id/',since it corrupts the system debug symbols. as you point out, just updating gdb can solve the problem?

Copying .build-id to the system directory will not overwrite the original system debug symbols, because the version id are completely different. If there are two symbol files with the same name, that means that the two files and symbols are consistent.
In fact, GDB can " set debug-file-directory" to specify the symbol directory, but this can only be loaded when the program is initialized, and will not work when the attached process is debugged.

from glibc-all-in-one.

matrix1001 avatar matrix1001 commented on May 30, 2024

your solution is correct. however, for security reasons, i don't want others to use my tool under root previledge only. can you provide a solution to let users decide? maybe add a command line option?

from glibc-all-in-one.

b0ldfrev avatar b0ldfrev commented on May 30, 2024

your solution is correct. however, for security reasons, i don't want others to use my tool under root previledge only. can you provide a solution to let users decide? maybe add a command line option?

Do you mean to add a Usage to the download program to illustrate the situation?

from glibc-all-in-one.

matrix1001 avatar matrix1001 commented on May 30, 2024

correct. for eample: ./download glibc-2.23 --system

from glibc-all-in-one.

YYL-DUCK avatar YYL-DUCK commented on May 30, 2024

thanks,it's working

from glibc-all-in-one.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.