[patch] comment: cc-with-tweaks.sh -p: add -gsplit-dwarf

Jan Kratochvil jan.kratochvil@redhat.com
Wed Jan 30 07:38:00 GMT 2013


Hi,

as I am not used for Fission I had to investigate a bit how to get -p working,
I have found it in one of the referenced documents but TL;DR.

I will check it in.


Jan


gdb/
2013-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* contrib/cc-with-tweaks.sh: Extend the comment for -p option.

diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh
index e648570..f012c28 100755
--- a/gdb/contrib/cc-with-tweaks.sh
+++ b/gdb/contrib/cc-with-tweaks.sh
@@ -43,7 +43,7 @@
 # -z compress using dwz
 # -m compress using dwz -m
 # -i make an index
-# -p create .dwp files (Fission)
+# -p create .dwp files (Fission), you need to also use gcc option -gsplit-dwarf
 # If nothing is given, no changes are made
 
 myname=cc-with-tweaks.sh



More information about the Gdb-patches mailing list