<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>680ca7f2 - [lldb/Plugins] Add ability to load modules to Scripted Processes</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile#680ca7f2</link>
        <description>[lldb/Plugins] Add ability to load modules to Scripted ProcessesThis patch introduces a new way to load modules programatically withScripted Processes. To do so, the scripted process blueprint holds alist of dictionary describing the modules to load, which their path oruuid, load address and eventually a slide offset.LLDB will fetch that list after launching the ScriptedProcess, anditerate over each entry to create the module that will be loaded in theScripted Process&apos; target.The patch also refactors the StackCoreScriptedProcess test to stopinside the `libbaz` module and make sure it&apos;s loaded correctly and thatwe can fetch some variables from it.rdar://74520238Differential Revision: https://reviews.llvm.org/D120969Signed-off-by: Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile</description>
        <pubDate>Fri, 04 Mar 2022 19:22:32 +0000</pubDate>
        <dc:creator>Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d3e0f7e1 - [lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcess</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile#d3e0f7e1</link>
        <description>[lldb/Plugins] Add support of multiple ScriptedThreads in a ScriptedProcessThis patch adds support of multiple Scripted Threads in a ScriptedProcess.This is done by fetching the Scripted Threads info dictionary at everyScriptedProcess::DoUpdateThreadList and iterate over each element tocreate a new ScriptedThread using the object instance, if it was notalready available.This patch also adds the ability to pass a pointer of a script interpreterobject instance to initialize a ScriptedInterface instead of having to callthe script object initializer in the ScriptedInterface constructor.This is used to instantiate the ScriptedThreadInterface from theScriptedThread constructor, to be able to perform call on that scriptinterpreter object instance.Finally, the patch also updates the scripted process test to check formultiple threads.rdar://84507704Differential Revision: https://reviews.llvm.org/D117071Signed-off-by: Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile</description>
        <pubDate>Tue, 18 Jan 2022 11:45:57 +0000</pubDate>
        <dc:creator>Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f3176f5f - [lldb/bindings] Add Python ScriptedProcess base class to lldb module</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile#f3176f5f</link>
        <description>[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleIn order to facilitate the writting of Scripted Processes, this patchintroduces a `ScriptedProcess` python base class in the lldb module.The base class holds the python interface with all the - abstract -methods that need to be implemented by the inherited class but also somemethods that can be overwritten.This patch also provides an example of a Scripted Process with the`MyScriptedProcess` class.rdar://65508855Differential Revision: https://reviews.llvm.org/D95712Signed-off-by: Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile</description>
        <pubDate>Tue, 23 Mar 2021 16:22:26 +0000</pubDate>
        <dc:creator>Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2cff3dec - [lldb/bindings] Add Python ScriptedProcess base class to lldb module</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile#2cff3dec</link>
        <description>[lldb/bindings] Add Python ScriptedProcess base class to lldb moduleIn order to facilitate the writting of Scripted Processes, this patchintroduces a `ScriptedProcess` python base class in the lldb module.The base class holds the python interface with all the - abstract -methods that need to be implemented by the inherited class but also somemethods that can be overwritten.This patch also provides an example of a Scripted Process with the`MyScriptedProcess` class.rdar://65508855Differential Revision: https://reviews.llvm.org/D95712Signed-off-by: Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;

            List of files:
            /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/Makefile</description>
        <pubDate>Fri, 19 Feb 2021 00:36:05 +0000</pubDate>
        <dc:creator>Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
