PgFoundry

CVS log for edb-debugger/server/pldbgapi.c

[BACK] Up to [pgFoundry] / edb-debugger / server

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 29 11:51:28 2010 UTC (17 months, 2 weeks ago) by dpage
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +22 -4 lines
Diff to previous 1.6 (unified)

Fix debugger authentication on 64bit systems [Amit Khandekar]

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 1 15:30:02 2010 UTC (2 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

9.0 updates [Sachin Srivastava]

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 28 11:18:02 2008 UTC (3 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.4: +38 -43 lines
Diff to previous 1.4 (unified)

Update debugger server for PostgreSQL 8.4, and re write the authentication code to fix potential crash issues [Greg Stark]

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 4 15:37:34 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
CVS Tags: PRE_8_4_SERVER_ORIGIN, PRE_8_4_SERVER
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

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).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 4 11:39:32 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.2: +10 -4 lines
Diff to previous 1.2 (unified)

Use closesocket() on Windows, not close() to close a socket.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 3 21:04:51 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.1: +48 -48 lines
Diff to previous 1.1 (unified)

Cleanup a bunch of compiler warnings, C++isms (spotted by Magnus) and other issues found.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 30 00:42:11 2007 UTC (4 years, 9 months ago) by korryd
Branch: MAIN

Open-sourcing PL/pgSQL debugger - more to come, Windows Makefile coming soon, use pgAdmin3 as a graphical debugger client

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




PgFoundry-cvsweb <pgfoundry-cvsweb@pgFoundry.org>