]> Cypherpunks repositories - gostls13.git/commit
doc: correct supported gdb version info
authorHana Kim <hakim@google.com>
Tue, 14 Nov 2017 18:17:44 +0000 (13:17 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Tue, 14 Nov 2017 21:05:02 +0000 (21:05 +0000)
commit01c979dabef2c8edb3fffd99e1f89781b4d2c159
tree390d0f640973270ef0def01e7b1189a768031c9b
parent66bfbd9ad7a93ea85175bf1db663ca5f440666e3
doc: correct supported gdb version info

GDB 7.5 recognizes DWARF4 by default.

GDB 7.5 release note does not explicitly mention DWARF4 support
but according to GCC 4.8 release note
 https://gcc.gnu.org/gcc-4.8/changes.html

 "DWARF4 is now the default when generating DWARF debug
 information. ...
 GDB 7.5, Valgrind 3.8.0 and elfutils 0.154 debug information
 consumers support DWARF4 by default."

Change-Id: I56b011c7c38fbc103bbd366ceaea3b709c66ab7f
Reviewed-on: https://go-review.googlesource.com/77570
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
doc/debugging_with_gdb.html