aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gdbhelpers
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-04-03 14:48:45 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-08 21:21:50 +0100
commit1d7a1daf87bffe32b35c2aaf6bf6c6ce8928b417 (patch)
tree02988923973ad1a00866c2a6fa53bcf48f6b4b94 /gdbhelpers
parent6ff8886e898d5fa064515845ceabd36a5e4e8fa3 (diff)
downloadsparse-1d7a1daf87bffe32b35c2aaf6bf6c6ce8928b417.tar.gz
MOD_ACCESSED is not a type modifier ...
but is used to track which inline functions are effectively used. So better remove it from the MOD_... and implement the same functionality via a flag in struct symbol. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'gdbhelpers')
-rw-r--r--gdbhelpers3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdbhelpers b/gdbhelpers
index 87ab5b8e..3d1148a8 100644
--- a/gdbhelpers
+++ b/gdbhelpers
@@ -140,9 +140,6 @@ define gdb_show_ctype
if ($arg0->modifiers & MOD_NODEREF)
printf "MOD_NODEREF "
end
- if ($arg0->modifiers & MOD_ACCESSED)
- printf "MOD_ACCESSED "
- end
if ($arg0->modifiers & MOD_TOPLEVEL)
printf "MOD_TOPLEVEL "
end