locals: fix display of fixed-size string buffers
commit75f32d8302d8dd915a256eb77c7b932fd6f18c1c
authorrofl0r <retnyg@gmx.net>
Sun, 25 Nov 2018 23:17:05 +0000 (25 23:17 +0000)
committerrofl0r <retnyg@gmx.net>
Sun, 25 Nov 2018 23:17:05 +0000 (25 23:17 +0000)
tree27ac51401b5480c22f5275ae01b3d037453e54a9
parent4d5bdbb897adcf2a476d30400d5f00a2f6aa8ce2
locals: fix display of fixed-size string buffers

gdb will print those like:
buffer = "foo", '\0' <repeats 500 times>...

which caused only the times> part to show up with the old logic.
gdb.py