Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-plugins-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
libdap-plugins-python
Merge requests
!4
Features 2954
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Features 2954
features-2954
into
master
Overview
7
Commits
11
Pipelines
0
Changes
8
7 unresolved threads
Hide all comments
Merged
alexey.stratulat
requested to merge
features-2954
into
master
4 years ago
Overview
7
Commits
11
Pipelines
0
Changes
3
7 unresolved threads
Hide all comments
Expand
[+] Added commands:
plugins list - show list plugins
plugins show --name <plugin_name> - show information for plugin
plugins restart - Restart all plugins
plugins reload --name <plugin_name> - Restart plugin
👍
0
👎
0
Merge request reports
Viewing commit
39f953ce
Prev
Next
Show latest version
3 files
+
57
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
39f953ce
[*] Fixed in handler command plugins restart and plugins show.
· 39f953ce
alexey.stratulat
authored
4 years ago
include/dap_chain_plugins_command.h
+
1
−
0
Options
@@ -12,6 +12,7 @@ extern "C" {
void
dap_chain_plugins_command_create
(
void
);
int
dap_chain_plugins_command_handler
(
int
a_argc
,
char
**
a_argv
,
void
*
a_arg_func
,
char
**
a_str_reply
);
//char *dap_chain_plugins_command_table();
#ifdef __cplusplus
}
Loading