Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded libdwarf to 0.9.1 #92

Merged
merged 9 commits into from
Apr 13, 2024
Merged

Upgraded libdwarf to 0.9.1 #92

merged 9 commits into from
Apr 13, 2024

Commits on Apr 6, 2024

  1. plugins/ModuleDescriptor: added stream operator for section desc

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    58c55bb View commit details
    Browse the repository at this point in the history
  2. plugins/ModuleMap: fixed printing of module map

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3ed2c0a View commit details
    Browse the repository at this point in the history
  3. libvmi: removed unused code

    It doesn't build with recent libdwarf and updating it is too hard.
    
    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    67b4dba View commit details
    Browse the repository at this point in the history
  4. plugins/Vmi: removed unused headers

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    51ea80e View commit details
    Browse the repository at this point in the history
  5. libvmi: upgraded libdwarf

    It's required to parse debug info generated by recent compilers.
    
    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c8da631 View commit details
    Browse the repository at this point in the history
  6. makefile: preserve debug info for gdb pretty printers

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5cb77a7 View commit details
    Browse the repository at this point in the history
  7. libvmi: fixed rapidjson include files

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    454175f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. testsuite/pov-demo0: fixed mingw build

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2b503f8 View commit details
    Browse the repository at this point in the history
  2. makefile: use system protobuf

    Signed-off-by: Vitaly Chipounov <vitaly@chipounov.fr>
    vitalych committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    41b0a19 View commit details
    Browse the repository at this point in the history