<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/source/Commands, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2020-01-15T06:28:49+00:00</updated>
<entry>
<title>[lldb/CommandInterpreter] Remove flag that's always true (NFC)</title>
<updated>2020-01-15T06:28:49+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-15T06:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a6faf851f49c7d50e92b16ff9d2e7c02790dd0f8'/>
<id>urn:sha1:a6faf851f49c7d50e92b16ff9d2e7c02790dd0f8</id>
<content type='text'>
The 'asynchronously' argument to both GetLLDBCommandsFromIOHandler and
GetPythonCommandsFromIOHandler is true for all call sites. This commit
simplifies the API by dropping it and giving the baton a default
argument.
</content>
</entry>
<entry>
<title>[lldb/Command] Add --force option for `watchpoint delete` command</title>
<updated>2020-01-04T02:11:15+00:00</updated>
<author>
<name>Med Ismail Bennani</name>
<email>medismail.bennani@gmail.com</email>
</author>
<published>2019-12-28T13:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=df71f92fbb7c96cfd36d247ae6fb6929cb9bce35'/>
<id>urn:sha1:df71f92fbb7c96cfd36d247ae6fb6929cb9bce35</id>
<content type='text'>
Currently, there is no option to delete all the watchpoint without LLDB
asking for a confirmation. Besides making the watchpoint delete command
homogeneous with the breakpoint delete command, this option could also
become handy to trigger automated watchpoint deletion i.e. using
breakpoint actions.

rdar://42560586

Differential Revision: https://reviews.llvm.org/D72096

Signed-off-by: Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "[lldb/Command] Add --force option for `watchpoint delete` command"</title>
<updated>2020-01-03T01:14:45+00:00</updated>
<author>
<name>Med Ismail Bennani</name>
<email>medismail.bennani@gmail.com</email>
</author>
<published>2020-01-03T01:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4117c8c0194cdf59e229f6826e0908eb3f2bcfc6'/>
<id>urn:sha1:4117c8c0194cdf59e229f6826e0908eb3f2bcfc6</id>
<content type='text'>
This reverts commit 3620e5f28a4d2800fb6c325ec24b3d660e48b9ba.
</content>
</entry>
<entry>
<title>[lldb/Command] Add --force option for `watchpoint delete` command</title>
<updated>2020-01-03T00:51:22+00:00</updated>
<author>
<name>Med Ismail Bennani</name>
<email>medismail.bennani@gmail.com</email>
</author>
<published>2019-12-28T13:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3620e5f28a4d2800fb6c325ec24b3d660e48b9ba'/>
<id>urn:sha1:3620e5f28a4d2800fb6c325ec24b3d660e48b9ba</id>
<content type='text'>
Currently, there is no option to delete all the watchpoint without LLDB
asking for a confirmation. Besides making the watchpoint delete command
homogeneous with the breakpoint delete command, this option could also
become handy to trigger automated watchpoint deletion i.e. using
breakpoint actions.

rdar://42560586

Signed-off-by: Med Ismail Bennani &lt;medismail.bennani@gmail.com&gt;
</content>
</entry>
<entry>
<title>[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)</title>
<updated>2019-12-23T05:36:03+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-23T05:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1562511275fe1f002458194c085216cf9ae36d1f'/>
<id>urn:sha1:1562511275fe1f002458194c085216cf9ae36d1f</id>
<content type='text'>
The `-r` option for `command script import` is there for legacy
compatibility, however the can_reload flag is always set to true. This
patch removes the flag and any code that relies on it being false.
</content>
</entry>
<entry>
<title>[lldb/ScriptInterpreter] Unify error message for command script import</title>
<updated>2019-12-23T00:47:28+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-23T00:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=bd5c8d167b7cce3290d755e29623d047c2ad8e3e'/>
<id>urn:sha1:bd5c8d167b7cce3290d755e29623d047c2ad8e3e</id>
<content type='text'>
Rather than checking for Python explicitly, let the script interpreter
handle things and print an error if the functionality is not supported.
</content>
</entry>
<entry>
<title>[lldb/Commands] Honor the scripting language passed (2/2)</title>
<updated>2019-12-22T06:32:13+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-22T06:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=68cb7d85423c19a61c5d6afbc8e004a345a28856'/>
<id>urn:sha1:68cb7d85423c19a61c5d6afbc8e004a345a28856</id>
<content type='text'>
This ensures that watchpoint command honors the scripting language
passed with `-s`. Currently the argument ignores the actual language and
only uses it to differentiate between lldb and script commands.
</content>
</entry>
<entry>
<title>[lldb/Lua] Add missing boiler plate to ScriptInterpreter.</title>
<updated>2019-12-22T05:54:44+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-22T05:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=acdda1344a0e1b45bd3ba7feb0e8cd398bee0179'/>
<id>urn:sha1:acdda1344a0e1b45bd3ba7feb0e8cd398bee0179</id>
<content type='text'>
 - Fix enum entry order.
 - Fix missing enum case in CommandObjectBreakpointCommand.
 - Add Lua entry to swtich in LanguageToString and simplify the code.
</content>
</entry>
<entry>
<title>[lldb/Commands] Use the default scripting langauge for BP functions</title>
<updated>2019-12-22T02:12:37+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-22T02:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1ff01cfe3ea51f873ff91ed66e1b8157583c6aa1'/>
<id>urn:sha1:1ff01cfe3ea51f873ff91ed66e1b8157583c6aa1</id>
<content type='text'>
When a function is used as a breakpoint command, use to the debugger's
default scripting language, unless a language is explicitly specified.
</content>
</entry>
<entry>
<title>[lldb/Commands] Honor the scripting language passed</title>
<updated>2019-12-22T01:35:29+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-22T01:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5e32eb1c7a816a1902f6229f7a1f9da92678f451'/>
<id>urn:sha1:5e32eb1c7a816a1902f6229f7a1f9da92678f451</id>
<content type='text'>
This ensures that breakpoint command honors the scripting language
passed with `-s`. Currently the argument ignores the actual language and
only uses it to differentiate between lldb and script commands.
</content>
</entry>
</feed>
