Skip to content

Commit

Permalink
Minor fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Feb 3, 2024
1 parent 762f1de commit 07e8b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ The below uses [Debuginfod](https://debuginfod.debian.net/) to fetch the DWARF f

```console
sqlelf $(DEBUGINFOD_URLS="https://debuginfod.debian.net" debuginfod-find debuginfo /bin/bash) --sql \
> "SELECT DDL.filename, DIES.name, COUNT(DISTINCT DDL.line) AS line_count
"SELECT DDL.filename, DIES.name, COUNT(DISTINCT DDL.line) AS line_count
FROM dwarf_dies AS DIES
JOIN dwarf_debug_lines DDL ON DIES.cu_offset = DDL.cu_offset
WHERE DDL.address >= DIES.low_pc AND DDL.address < DIES.high_pc
Expand Down

0 comments on commit 07e8b74

Please sign in to comment.