]> xenbits.xensource.com Git - seabios.git/commit
docs: Don't use an add-symbol-file offset when describing gdb debugging
authorKevin O'Connor <kevin@koconnor.net>
Mon, 24 Aug 2015 19:12:10 +0000 (15:12 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 24 Aug 2015 19:16:28 +0000 (15:16 -0400)
commit766f41781dcfe0a5b54d5cd368573655439df74a
tree7f010ff2b4e8268b53e670f354c8628c2e5318f4
parent2fc20dc42cf4a3131fb65c12b2825cd5daa91e7e
docs: Don't use an add-symbol-file offset when describing gdb debugging

Recent versions of gdb will only add an offset to the '.text' section
of object files via the add-symbol-file command.  The SeaBIOS build
doesn't place code directly in a '.text' section, so update the
documentation to obtain the same result via an 'objcopy' call instead.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
docs/Debugging.md