anjuta r4342 - in trunk: . libanjuta/interfaces manuals/reference/libanjuta
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4342 - in trunk: . libanjuta/interfaces manuals/reference/libanjuta
- Date: Tue, 14 Oct 2008 21:03:06 +0000 (UTC)
Author: sgranjoux
Date: Tue Oct 14 21:03:06 2008
New Revision: 4342
URL: http://svn.gnome.org/viewvc/anjuta?rev=4342&view=rev
Log:
* manuals/reference/libanjuta/debugger-states.dia,
manuals/reference/libanjuta/debugger-states.png,
manuals/reference/libanjuta/Makefile.am,
libanjuta/interfaces/libanjuta.idl:
Add a drawing to document debugger interface
Added:
trunk/manuals/reference/libanjuta/debugger-states.dia (contents, props changed)
trunk/manuals/reference/libanjuta/debugger-states.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/libanjuta/interfaces/libanjuta.idl
trunk/manuals/reference/libanjuta/Makefile.am
Modified: trunk/libanjuta/interfaces/libanjuta.idl
==============================================================================
--- trunk/libanjuta/interfaces/libanjuta.idl (original)
+++ trunk/libanjuta/interfaces/libanjuta.idl Tue Oct 14 21:03:06 2008
@@ -3098,10 +3098,25 @@
* SECTION:ianjuta-debugger
* @title: IAnjutaDebugger
* @short_description: Debugger interface
- * @see_also:
+ * @see_also: #IAnjutaDebugManager
* @stability: Unstable
* @include: libanjuta/interfaces/ianjuta-debugger.h
- *
+ *
+ * This interface is implemented by debugger backends, by example the gdb
+ * backend. It is used by the debug manager plugin which provides the
+ * graphical interface and a simple wrapper: #IAnjutaDebugManager.
+ *
+ * The debugger is in one on these 5 states and emit a signal to the debug
+ * manager when it changes. Here is figure showing all transitions and
+ * the signal emitted.
+ * <figure id="debugger-states">
+ * <mediaobject>
+ * <imageobject>
+ * <imagedata fileref="debugger-states.png" format="PNG"/>
+ * </imageobject>
+ * </mediaobject>
+ * </figure>
+ *
*/
interface IAnjutaDebugger
{
Modified: trunk/manuals/reference/libanjuta/Makefile.am
==============================================================================
--- trunk/manuals/reference/libanjuta/Makefile.am (original)
+++ trunk/manuals/reference/libanjuta/Makefile.am Tue Oct 14 21:03:06 2008
@@ -46,7 +46,8 @@
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
-HTML_IMAGES=anjuta-architecture.png
+HTML_IMAGES=anjuta-architecture.png \
+ debugger-states.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
Added: trunk/manuals/reference/libanjuta/debugger-states.dia
==============================================================================
Binary file. No diff available.
Added: trunk/manuals/reference/libanjuta/debugger-states.png
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]