@@ -127,6 +130,171 @@ class CommandObjectScriptingRun : public CommandObjectRaw
{
CommandOptions m_options;
};
+#pragma mark CommandObjectScriptingTemplateList
+
+#define LLDB_OPTIONS_scripting_template_list
+#include "CommandOptions.inc"
+
+class CommandObjectScriptingTemp
@@ -127,6 +130,171 @@ class CommandObjectScriptingRun : public CommandObjectRaw
{
CommandOptions m_options;
};
+#pragma mark CommandObjectScriptingTemplateList
+
+#define LLDB_OPTIONS_scripting_template_list
+#include "CommandOptions.inc"
+
+class CommandObjectScriptingTemp
@@ -127,6 +130,171 @@ class CommandObjectScriptingRun : public CommandObjectRaw
{
CommandOptions m_options;
};
+#pragma mark CommandObjectScriptingTemplateList
+
+#define LLDB_OPTIONS_scripting_template_list
+#include "CommandOptions.inc"
+
+class CommandObjectScriptingTemp
@@ -841,6 +841,12 @@ let Command = "scripting run" in {
" language. If none is specific the default scripting language is used.">;
}
+let Command = "scripting template list" in {
+ def scripting_template_list_language : Option<"language", "l">,
+EnumArg<"ScriptLang">,
@@ -841,6 +841,12 @@ let Command = "scripting run" in {
" language. If none is specific the default scripting language is used.">;
}
+let Command = "scripting template list" in {
+ def scripting_template_list_language : Option<"language", "l">,
+EnumArg<"ScriptLang">,
https://github.com/jimingham created
https://github.com/llvm/llvm-project/pull/97493
This was just a typo, none of the external execution control functions should
discard other plans. In particular, it means if you stop in a hand-called
function and step an instruction, the function call thre
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (jimingham)
Changes
This was just a typo, none of the external execution control functions should
discard other plans. In particular, it means if you stop in a hand-called
function and step an instruction, the function call thread pl
github-actions[bot] wrote:
:warning: Python code formatter, darker found issues in your code. :warning:
You can test this locally with the following command:
``bash
darker --check --diff -r
57555c6a0a96790bf1408b056405abe07899ead4...3fba16eaee25b1d63907640b79019309e9c019a7
lldb/
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 57555c6a0a96790bf1408b056405abe07899ead4
3fba16eaee25b1d63907640b79019309e9c019a7 --
https://github.com/jasonmolenda approved this pull request.
This look good. I like distinguishing between "is not a known binary type" and
"does not contain an architecture supported on this platform (but is a binary
file that we recognize)".
https://github.com/llvm/llvm-project/pull/97490
__
@@ -29,6 +29,9 @@ add_subdirectory(UnwindAssembly)
set(LLDB_STRIPPED_PLUGINS)
get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)
+get_property(LLDB_EXTRA_PLUGINS GLOBAL PROPERTY LLDB_EXTRA_SCRIPT_PLUGINS)
+list(APPEND LLDB_ALL_PLUGINS ${LLDB_EXTRA_PLUGINS})
--
https://github.com/medismailben updated
https://github.com/llvm/llvm-project/pull/97273
>From c475dcf4e57fbbaa0bc50da5103f1eb3a273e83a Mon Sep 17 00:00:00 2001
From: Med Ismail Bennani
Date: Tue, 2 Jul 2024 21:31:21 -0700
Subject: [PATCH] [lldb/Commands] Add `scripting template list` command wi
https://github.com/medismailben updated
https://github.com/llvm/llvm-project/pull/97273
>From 54e2299fead40dba247c65ea4974a550843a9b6d Mon Sep 17 00:00:00 2001
From: Med Ismail Bennani
Date: Tue, 2 Jul 2024 21:42:49 -0700
Subject: [PATCH] [lldb/Commands] Add `scripting template list` command wi
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 4e567242133678c88a6cb5aeb979c6148f6a7035
54e2299fead40dba247c65ea4974a550843a9b6d --
https://github.com/medismailben updated
https://github.com/llvm/llvm-project/pull/97273
>From bfffecd229e695e2f5b63e704e917a3585826b55 Mon Sep 17 00:00:00 2001
From: Med Ismail Bennani
Date: Tue, 2 Jul 2024 21:57:48 -0700
Subject: [PATCH] [lldb/Commands] Add `scripting template list` command wi
https://github.com/Michael137 approved this pull request.
LGTM, thanks for fixing this
https://github.com/llvm/llvm-project/pull/97493
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commit
101 - 116 of 116 matches
Mail list logo