mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Handle the <<= and >>= operators in stabs. Fixes bug #119914.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5514
This commit is contained in:
parent
492acfafba
commit
080cea586c
@ -863,6 +863,8 @@ static SymType *stabtype_parser(SegInfo *si, SymType *def, Char **pp)
|
||||
VG_(strncmp)(p, "operator>=::", 12) == 0 ||
|
||||
VG_(strncmp)(p, "operator<<::", 12) == 0 ||
|
||||
VG_(strncmp)(p, "operator>>::", 12) == 0 ||
|
||||
VG_(strncmp)(p, "operator<<=::", 13) == 0 ||
|
||||
VG_(strncmp)(p, "operator>>=::", 13) == 0 ||
|
||||
VG_(strncmp)(p, "operator->::", 12) == 0) {
|
||||
p = SKIPPAST(p, ':', "member name");
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user