From: | dpage(at)pgfoundry(dot)org (User Dpage) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | edb-debugger - server: Adjust BreakCountKey so that it can be properly |
Date: | 2007-12-04 15:37:34 |
Message-ID: | 20071204153735.00F0517AC8B0@pgfoundry.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Adjust BreakCountKey so that it can be properly cast from BreakpointKey.
Fix an off-by-one error when checking parameters to pldbg_set_global_breakpoint. This only seemed to show up on VC++ builds where global breakpoints wouldn't be hit, apparently because the backend PID of the debugger was set to 0 in the breakpoint rather than -1.
Fix the size allocated to BreakCountKey in the BreakCount hash table (it was sizeof(OID).
Modified Files:
--------------
server:
globalbp.h (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/globalbp.h.diff?r1=1.1&r2=1.2)
pldbgapi.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/pldbgapi.c.diff?r1=1.3&r2=1.4)
plugin_debugger.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c.diff?r1=1.5&r2=1.6)
From | Date | Subject | |
---|---|---|---|
Next Message | User Dpage | 2007-12-04 15:39:59 | edb-debugger - server: Add an MSBuild project to allow the debugger |
Previous Message | Magnus Hagander | 2007-12-04 13:02:53 | pgsql: Don't send an empty SSPI negotiation packet at the end of the |