vuvova / gdb-tools

Various tools to improve the gdb experience
BSD 3-Clause "New" or "Revised" License
123 stars 17 forks source link

functions as expressions #2

Closed vuvova closed 7 years ago

vuvova commented 7 years ago

currently a function name must be an identifier,

(foo,bar)(1)

will not work. it's a bug.

vuvova commented 7 years ago

Also, one cannot invoke methods like

foo->bar->blabla->print(1)