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

Update .debug_line read/write for DWARF 5 #366

Merged
merged 9 commits into from
Jan 29, 2019
Merged

Commits on Jan 23, 2019

  1. cargo +1.32.0 fmt

    philipc committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c48f167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a9bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5bc758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9c5762 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    e1b3991 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    c719825 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. write/line: implement basic support for DWARF version 5

    Doesn't allow selecting string forms.
    philipc committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    504f328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df347fd View commit details
    Browse the repository at this point in the history
  3. write/line: inline dirs/files must not be empty

    Because DWARF version 4 uses these as a terminator.
    philipc committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    e59bd5a View commit details
    Browse the repository at this point in the history