Skip to content

Commit

Permalink
Merge pull request #226 from riscv-non-isa/revise-dwarf
Browse files Browse the repository at this point in the history
Revise dwarf chapter
  • Loading branch information
kito-cheng authored Nov 23, 2021
2 parents dfaa6fc + eb73913 commit 277b32e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions riscv-dwarf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ ifeval::["{docname}" == "riscv-dwarf"]
include::prelude.adoc[]
endif::[]

== DWARF Debugging Format

The DWARF debugging format for RISC-V follows the
https://dwarfstd.org/[standard DWARF specification]; this specification only
describes RISC-V-specific definitions.

== DWARF Register Numbers

The table below lists the mapping from DWARF register numbers to machine
registers.

[cols="2,2,4"]
[width=80%]
|===
Expand Down

0 comments on commit 277b32e

Please sign in to comment.