pgAdmin III commit: Fix a number of issues with debugging on older vers

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a number of issues with debugging on older vers
Date: 2013-07-08 13:52:54
Message-ID: E1UwBs6-0008JH-6N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a number of issues with debugging on older versions of PPAS, and
ensure we can debug package initialisers.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5a2845b812958ecdb1de6f52677792e939c4b6eb

Modified Files
--------------
pgadmin/debugger/dbgController.cpp | 18 +++++++++---------
pgadmin/debugger/dbgEvents.cpp | 4 ++--
pgadmin/debugger/dbgTargetInfo.cpp | 2 +-
pgadmin/debugger/dlgDirectDbg.cpp | 21 +++++++++++++--------
4 files changed, 25 insertions(+), 20 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-08 13:53:00 Re: PATCH: Debugger with Postgres Plus Advanced Server (EnterpriseDB)
Previous Message Dave Page 2013-07-08 13:48:09 Re: PATCH: Wait for the thread only if it is running