gdb: move declaration of valprint_check_validity to valprint.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Aug 2020 02:51:50 +0000 (22:51 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Aug 2020 02:51:50 +0000 (22:51 -0400)
commit2677f2d3fdb07cc77d0d88e52fb37dfb6217dec9
tree43b4857a5707aa1db9293a335b94c1d81df91995
parent4cf3d79e64bebab661564d81bd72a9d8436dbb3a
gdb: move declaration of valprint_check_validity to valprint.h

The implementation is in valprint.c, so the declaration belongs in
valprint.h.

gdb/ChangeLog:

* value.h (valprint_check_validity): Move declaration from
here...
* valprint.h (valprint_check_validity): ... to here.

Change-Id: Ibe577d3696720099e6d79888d4ee8e3c1bf05a26
gdb/ChangeLog
gdb/valprint.c
gdb/valprint.h
gdb/value.h
This page took 0.027533 seconds and 4 git commands to generate.