|
From: <sv...@va...> - 2012-08-06 12:28:00
|
weidendo 2012-08-06 13:27:51 +0100 (Mon, 06 Aug 2012)
New Revision: 12852
Log:
README_DEVELOPERS: Debugging a tool needs "--tool=..."
Otherwise the function redirections / client requests seem
to get confused. Symptoms are error messages such as
--3031-- VG_USERREQ__CLIENT_CALL1: func=0x0
Modified files:
trunk/README_DEVELOPERS
Modified: trunk/README_DEVELOPERS (+3 -2)
===================================================================
--- trunk/README_DEVELOPERS 2012-08-06 01:10:53 +01:00 (rev 12851)
+++ trunk/README_DEVELOPERS 2012-08-06 13:27:51 +01:00 (rev 12852)
@@ -111,9 +111,10 @@
(gdb) b vgPlain_do_exec
-(5) Run the tool with required options:
+(5) Run the tool with required options (the --tool option is required
+ for correct setup), e.g.
- (gdb) run pwd
+ (gdb) run --tool=lackey pwd
Steps (1)--(3) can be put in a .gdbinit file, but any directory names must
be fully expanded (ie. not an environment variable).
|