diff options
Diffstat (limited to 'lldb/www/scripting.html')
-rwxr-xr-x | lldb/www/scripting.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/www/scripting.html b/lldb/www/scripting.html index 10ba05b6a10..bd17134c125 100755 --- a/lldb/www/scripting.html +++ b/lldb/www/scripting.html @@ -160,7 +160,7 @@ objects are used, among other things, to wrap up program variables and values. There are many useful methods defined in the SBValue class to allow you to get information or children values out of SBValues. For complete information, see - the header file <a href="http://llvm.org/svn/llvm-project/lldb/trunk/include/lldb/API/SBValue.h">SBValue.h</a>. The + the header file <a href="https://github.com/llvm/llvm-project/blob/master/lldb/include/lldb/API/SBValue.h">SBValue.h</a>. The SBValue methods that we use in our DFS function are <code>GetChildMemberWithName()</code>, <code>GetSummary()</code>, and <code>GetValue()</code>.</p> @@ -573,8 +573,8 @@ Process 696 stopped the DFS function and other Python script examples (tree_utils.py) used for this example are available via following file links:</p> -<a href="http://llvm.org/svn/llvm-project/lldb/trunk/examples/scripting/tree_utils.py">tree_utils.py</a> - Example Python functions using LLDB's API, including DFS<br> -<a href="http://llvm.org/svn/llvm-project/lldb/trunk/examples/scripting/dictionary.c">dictionary.c</a> - Sample dictionary program, with bug<br> +<a href="https://github.com/llvm/llvm-project/blob/master/lldb/examples/scripting/tree_utils.py">tree_utils.py</a> - Example Python functions using LLDB's API, including DFS<br> +<a href="https://github.com/llvm/llvm-project/blob/master/lldb/examples/scripting/dictionary.c">dictionary.c</a> - Sample dictionary program, with bug<br> <p>The text for "Romeo and Juliet" can be obtained from the Gutenberg Project (http://www.gutenberg.org).</p> |