Giter VIP home page Giter VIP logo

Comments (5)

MolecularMatters avatar MolecularMatters commented on August 10, 2024

I stated this in the README, but you might have missed that:

At the moment, there is no support for C13 line information and the TPI type stream data, because Live++ does not make use of that information yet.

As you said, line information and type symbols are crucial for a debugger, but they aren't implemented (yet) because we didn't have a need for them.
We already know where line information is stored (in the module streams), but we don't provide a data structure for parsing that yet.

Can you point us to information how C13 line information is structured? We might add support for it ourselves, depending on how much work it's going to be.

from raw_pdb.

Vasil-Kirov avatar Vasil-Kirov commented on August 10, 2024

Sorry for missing that part of the readme. I've been trying to find out the structure of line information for a while and have found next to nothing. In the microsoft-pdb github repo in file mod.cpp there is a function Mod1::GetC11LinesFromC13(Buffer& bufC11Lines) that seems to be where they parse line information, however their code is extremely hard to read and I can't even find definitions for some of the methods and classes being used there so I haven't been able to actually find out how the information is structured. Anyway I hope this helps, thanks for your time.

from raw_pdb.

MolecularMatters avatar MolecularMatters commented on August 10, 2024

No need to apologize.
It seems that the Rust PDB crate has full support for C13 line information, but by the looks of it, it's another set of complicated data streams in an already complicated format, so it looks like a more time-consuming task.

from raw_pdb.

MolecularMatters avatar MolecularMatters commented on August 10, 2024

@Vasil-Kirov Just wanted to let you know that @lukekasz added support for C13 line information to the library, thought you might be interested in that.

from raw_pdb.

Vasil-Kirov avatar Vasil-Kirov commented on August 10, 2024

Yep, thank you!

from raw_pdb.

Related Issues (20)

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.