public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [committed] Add verify-dwarf.sh script
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub

Hi,

Add a script that verifies the dwarf in an executable.

Committed to trunk.

Thanks,
- Tom

Add verify-dwarf.sh script

2019-04-12  Tom de Vries  <tdevries@suse.de>

	* testsuite/scripts/verify-dwarf.sh: New test.

---
 testsuite/scripts/verify-dwarf.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/testsuite/scripts/verify-dwarf.sh b/testsuite/scripts/verify-dwarf.sh
new file mode 100755
index 0000000..8e97c3c
--- /dev/null
+++ b/testsuite/scripts/verify-dwarf.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+exec="$1"
+
+gdb -batch "$exec"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-12  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [committed] Add verify-dwarf.sh script Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).