v2.3.1
This commit is contained in:
parent
824eb94695
commit
7c49d5c548
3294 changed files with 46105 additions and 39662 deletions
|
@ -5,32 +5,28 @@
|
|||
<link href="tabs.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
||||
<!-- Generated by Doxygen 1.7.3 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<!-- Generated by Doxygen 1.6.1 -->
|
||||
<div class="navigation" id="top">
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||
<li><a href="annotated.html"><span>Classes</span></a></li>
|
||||
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||
<li><a href="examples.html"><span>Examples</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
<div class="tabs">
|
||||
<ul>
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>InteractiveDebugger.hpp</h1> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<a href="InteractiveDebugger_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
|
||||
<h1>InteractiveDebugger.hpp</h1><a href="InteractiveDebugger_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
|
||||
<a name="l00002"></a>00002 <span class="comment"> * Copyright (c) 2001, 2008,</span>
|
||||
<a name="l00003"></a>00003 <span class="comment"> * DecisionSoft Limited. All rights reserved.</span>
|
||||
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004, 2011,</span>
|
||||
<a name="l00005"></a>00005 <span class="comment"> * Oracle and/or its affiliates. All rights reserved.</span>
|
||||
<a name="l00004"></a>00004 <span class="comment"> * Copyright (c) 2004, 2015 Oracle and/or its affiliates. All rights reserved.</span>
|
||||
<a name="l00005"></a>00005 <span class="comment"> * </span>
|
||||
<a name="l00006"></a>00006 <span class="comment"> *</span>
|
||||
<a name="l00007"></a>00007 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the "License");</span>
|
||||
<a name="l00008"></a>00008 <span class="comment"> * you may not use this file except in compliance with the License.</span>
|
||||
|
@ -52,10 +48,10 @@
|
|||
<a name="l00024"></a>00024 <span class="preprocessor">#include <vector></span>
|
||||
<a name="l00025"></a>00025 <span class="preprocessor">#include <map></span>
|
||||
<a name="l00026"></a>00026
|
||||
<a name="l00027"></a>00027 <span class="preprocessor">#include <xqilla/debug/DebugListener.hpp></span>
|
||||
<a name="l00028"></a>00028 <span class="preprocessor">#include <xqilla/ast/LocationInfo.hpp></span>
|
||||
<a name="l00027"></a>00027 <span class="preprocessor">#include <<a class="code" href="DebugListener_8hpp.html">xqilla/debug/DebugListener.hpp</a>></span>
|
||||
<a name="l00028"></a>00028 <span class="preprocessor">#include <<a class="code" href="LocationInfo_8hpp.html">xqilla/ast/LocationInfo.hpp</a>></span>
|
||||
<a name="l00029"></a>00029
|
||||
<a name="l00030"></a>00030 <span class="preprocessor">#include <xqilla/debug/InputParser.hpp></span>
|
||||
<a name="l00030"></a>00030 <span class="preprocessor">#include <<a class="code" href="InputParser_8hpp.html">xqilla/debug/InputParser.hpp</a>></span>
|
||||
<a name="l00031"></a>00031
|
||||
<a name="l00032"></a>00032 <span class="keyword">class </span><a class="code" href="classXQQuery.html" title="Encapsulates a query expression.">XQQuery</a>;
|
||||
<a name="l00033"></a>00033 <span class="keyword">class </span><a class="code" href="classDynamicContext.html" title="The execution time dynamic context interface.">DynamicContext</a>;
|
||||
|
@ -109,25 +105,25 @@
|
|||
<a name="l00081"></a>00081 <span class="keywordtype">void</span> interrupted();
|
||||
<a name="l00082"></a>00082 <span class="keywordtype">void</span> readCommand();
|
||||
<a name="l00083"></a>00083
|
||||
<a name="l00084"></a><a class="code" href="classBaseInteractiveDebugger.html#a0f0b17238151717de1b6de4c42907bfc">00084</a> std::vector<DebugCommand*> <a class="code" href="classBaseInteractiveDebugger.html#a0f0b17238151717de1b6de4c42907bfc">commands_</a>;
|
||||
<a name="l00085"></a><a class="code" href="classBaseInteractiveDebugger.html#a43999d14460fcf7fd8390a2dd5642391">00085</a> <a class="code" href="classDebugCommand.html">DebugCommand</a> *<a class="code" href="classBaseInteractiveDebugger.html#a43999d14460fcf7fd8390a2dd5642391">prevcmd_</a>;
|
||||
<a name="l00084"></a><a class="code" href="classBaseInteractiveDebugger.html#a0f0b17238151717de1b6de4c42907bfc">00084</a> std::vector<DebugCommand*> commands_;
|
||||
<a name="l00085"></a><a class="code" href="classBaseInteractiveDebugger.html#a43999d14460fcf7fd8390a2dd5642391">00085</a> <a class="code" href="classDebugCommand.html">DebugCommand</a> *prevcmd_;
|
||||
<a name="l00086"></a>00086
|
||||
<a name="l00087"></a><a class="code" href="classBaseInteractiveDebugger.html#ae53948cb705a3977b2b8b2829677d699">00087</a> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#ae53948cb705a3977b2b8b2829677d699">queryStarted_</a>;
|
||||
<a name="l00087"></a><a class="code" href="classBaseInteractiveDebugger.html#ae53948cb705a3977b2b8b2829677d699">00087</a> <span class="keywordtype">bool</span> queryStarted_;
|
||||
<a name="l00088"></a>00088
|
||||
<a name="l00089"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html">00089</a> <span class="keyword">struct </span><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html">BreakPoint</a>
|
||||
<a name="l00090"></a>00090 {
|
||||
<a name="l00091"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#acbe999bbf2e6d80bb62bfd86c593d7d4">00091</a> <a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html">BreakPoint</a>(<span class="keyword">const</span> std::string &f, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> l, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> c, <span class="keywordtype">bool</span> t)
|
||||
<a name="l00092"></a>00092 : file(f), line(l), column(c), temporary(t), disabled(false) {}
|
||||
<a name="l00093"></a>00093
|
||||
<a name="l00094"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a972ac10cf2a4b283a38bd00bd5a56234">00094</a> std::string <a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a972ac10cf2a4b283a38bd00bd5a56234">file</a>;
|
||||
<a name="l00095"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#af83f62b33d48748ed868f9dea2daec10">00095</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#af83f62b33d48748ed868f9dea2daec10">line</a>, column;
|
||||
<a name="l00096"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a9470d5fa10fe97fdd95560ab9d352f21">00096</a> <span class="keywordtype">bool</span> <a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a9470d5fa10fe97fdd95560ab9d352f21">temporary</a>;
|
||||
<a name="l00097"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a8cce0a2cb3b7ae1c1369dcc1e12fafaf">00097</a> <span class="keywordtype">bool</span> <a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a8cce0a2cb3b7ae1c1369dcc1e12fafaf">disabled</a>;
|
||||
<a name="l00094"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a972ac10cf2a4b283a38bd00bd5a56234">00094</a> std::string file;
|
||||
<a name="l00095"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#af83f62b33d48748ed868f9dea2daec10">00095</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line, column;
|
||||
<a name="l00096"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a9470d5fa10fe97fdd95560ab9d352f21">00096</a> <span class="keywordtype">bool</span> temporary;
|
||||
<a name="l00097"></a><a class="code" href="structBaseInteractiveDebugger_1_1BreakPoint.html#a8cce0a2cb3b7ae1c1369dcc1e12fafaf">00097</a> <span class="keywordtype">bool</span> disabled;
|
||||
<a name="l00098"></a>00098 };
|
||||
<a name="l00099"></a>00099
|
||||
<a name="l00100"></a><a class="code" href="classBaseInteractiveDebugger.html#ac0692e2905efbd98e563bed65a6ac1ec">00100</a> std::vector<BreakPoint> <a class="code" href="classBaseInteractiveDebugger.html#ac0692e2905efbd98e563bed65a6ac1ec">breaks_</a>;
|
||||
<a name="l00101"></a><a class="code" href="classBaseInteractiveDebugger.html#a487bf8ceb0bffcfba261a0c52360054b">00101</a> <span class="keywordtype">bool</span> <a class="code" href="classBaseInteractiveDebugger.html#a487bf8ceb0bffcfba261a0c52360054b">step_</a>;
|
||||
<a name="l00102"></a><a class="code" href="classBaseInteractiveDebugger.html#af4c34452f1359e7e25d0fcf4bd004cef">00102</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classBaseInteractiveDebugger.html#af4c34452f1359e7e25d0fcf4bd004cef">next_</a>;
|
||||
<a name="l00100"></a><a class="code" href="classBaseInteractiveDebugger.html#ac0692e2905efbd98e563bed65a6ac1ec">00100</a> std::vector<BreakPoint> breaks_;
|
||||
<a name="l00101"></a><a class="code" href="classBaseInteractiveDebugger.html#a487bf8ceb0bffcfba261a0c52360054b">00101</a> <span class="keywordtype">bool</span> step_;
|
||||
<a name="l00102"></a><a class="code" href="classBaseInteractiveDebugger.html#af4c34452f1359e7e25d0fcf4bd004cef">00102</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> next_;
|
||||
<a name="l00103"></a>00103 };
|
||||
<a name="l00104"></a>00104
|
||||
<a name="l00105"></a><a class="code" href="classDebugCommand.html">00105</a> <span class="keyword">class </span>XQILLA_API <a class="code" href="classDebugCommand.html">DebugCommand</a>
|
||||
|
@ -151,10 +147,10 @@
|
|||
<a name="l00123"></a>00123 <span class="keyword">const</span> <span class="keywordtype">char</span> *briefHelp, <span class="keyword">const</span> <span class="keywordtype">char</span> *moreHelp)
|
||||
<a name="l00124"></a>00124 : name_(name), compatName_(compatName), briefHelp_(briefHelp), moreHelp_(moreHelp) {}
|
||||
<a name="l00125"></a>00125
|
||||
<a name="l00126"></a><a class="code" href="classDebugCommand.html#a28622fcede660e8ef7f5ce763fcb3ed1">00126</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a28622fcede660e8ef7f5ce763fcb3ed1">name_</a>;
|
||||
<a name="l00127"></a><a class="code" href="classDebugCommand.html#a7930da08aa4f8506c7674bee5f2072d2">00127</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a7930da08aa4f8506c7674bee5f2072d2">compatName_</a>;
|
||||
<a name="l00128"></a><a class="code" href="classDebugCommand.html#acf198f65b4397fc14275629b8505cdae">00128</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#acf198f65b4397fc14275629b8505cdae">briefHelp_</a>;
|
||||
<a name="l00129"></a><a class="code" href="classDebugCommand.html#a777bd7a506e4632b2e7e8561de796613">00129</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classDebugCommand.html#a777bd7a506e4632b2e7e8561de796613">moreHelp_</a>;
|
||||
<a name="l00126"></a><a class="code" href="classDebugCommand.html#a28622fcede660e8ef7f5ce763fcb3ed1">00126</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *name_;
|
||||
<a name="l00127"></a><a class="code" href="classDebugCommand.html#a7930da08aa4f8506c7674bee5f2072d2">00127</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *compatName_;
|
||||
<a name="l00128"></a><a class="code" href="classDebugCommand.html#acf198f65b4397fc14275629b8505cdae">00128</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *briefHelp_;
|
||||
<a name="l00129"></a><a class="code" href="classDebugCommand.html#a777bd7a506e4632b2e7e8561de796613">00129</a> <span class="keyword">const</span> <span class="keywordtype">char</span> *moreHelp_;
|
||||
<a name="l00130"></a>00130 };
|
||||
<a name="l00131"></a>00131
|
||||
<a name="l00132"></a><a class="code" href="classInteractiveDebugger.html">00132</a> <span class="keyword">class </span>XQILLA_API <a class="code" href="classInteractiveDebugger.html">InteractiveDebugger</a> : <span class="keyword">private</span> <a class="code" href="classBaseInteractiveDebugger.html">BaseInteractiveDebugger</a>,
|
||||
|
@ -202,9 +198,8 @@
|
|||
<a name="l00174"></a>00174
|
||||
<a name="l00175"></a>00175 <span class="preprocessor">#endif</span>
|
||||
</pre></div></div>
|
||||
</div>
|
||||
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 31 2011 19:08:35 for XQilla Simple API by 
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla Simple API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue