OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmd_list_element
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.h
48
struct
cmd_list_element
struct
50
cmd_list_element
(const char *name_, enum command_class theclass_,
function in struct:cmd_list_element
68
~
cmd_list_element
()
76
DISABLE_COPY_AND_ASSIGN (
cmd_list_element
);
116
struct
cmd_list_element
*next = nullptr;
184
/* Most commands don't need the
cmd_list_element
parameter passed to FUNC.
186
cmd_list_element
parameter. do_simple_func is installed as FUNC, and
206
struct
cmd_list_element
*hook_pre = nullptr;
209
struct
cmd_list_element
*hook_post = nullptr;
217
struct
cmd_list_element
**subcommands = nullptr
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.h
45
struct
cmd_list_element
struct
47
cmd_list_element
(const char *name_, enum command_class theclass_,
function in struct:cmd_list_element
65
~
cmd_list_element
()
73
DISABLE_COPY_AND_ASSIGN (
cmd_list_element
);
113
struct
cmd_list_element
*next = nullptr;
181
/* Most commands don't need the
cmd_list_element
parameter passed to FUNC.
183
cmd_list_element
parameter. do_simple_func is installed as FUNC, and
203
struct
cmd_list_element
*hook_pre = nullptr;
206
struct
cmd_list_element
*hook_post = nullptr;
214
struct
cmd_list_element
**subcommands = nullptr
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026