From: Martin Str|mberg Message-Id: <200207211153.g6LBrVW07272@speedy.ludd.luth.se> Subject: Examining C++'s this in gdb To: DJGPP Date: Sun, 21 Jul 2002 13:53:31 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Reply-To: djgpp AT delorie DOT com How do I examine "this" and "this->blarg" (in C++) while debugging with gdb. "p this" only says "No symbol "this" in current context." Doesn't every C++ function have a this variable. The source is using this "this" at least. Right, MartinS