diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-02-15 20:30:16 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-02-15 20:30:16 +0000 |
commit | 7fb2b84a2579cdde9b2f0fefa95a45cf2b022022 (patch) | |
tree | 60ccceec698c39fee3d9315b6404e07db2a10ea0 | |
parent | edceb2a99afcec306af2d9a50c2ed6ece43cf256 (diff) | |
download | gdb-7fb2b84a2579cdde9b2f0fefa95a45cf2b022022.zip gdb-7fb2b84a2579cdde9b2f0fefa95a45cf2b022022.tar.gz gdb-7fb2b84a2579cdde9b2f0fefa95a45cf2b022022.tar.bz2 |
gdb/
* contrib/cc-with-tweaks.sh: Extend the comment for -p option.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/contrib/cc-with-tweaks.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 529b6e0..70e6250 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com> + * contrib/cc-with-tweaks.sh: Extend the comment for -p option. + +2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command and dir commands into an if block. 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 |