OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trace_description
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
debug.c
40
static trace_option_descriptor
trace_description
[] = {
variable
102
while (
trace_description
[i].option < nr_trace_options
103
&& strcmp(option,
trace_description
[i].name) != 0)
105
if (
trace_description
[i].option < nr_trace_options)
106
ppc_trace[
trace_description
[i].option] = setting;
132
for (i = 0;
trace_description
[i].option < nr_trace_options; i++) {
133
pos += strlen(
trace_description
[i].name) + 2;
135
pos = strlen(
trace_description
[i].name) + 2;
138
printf_filtered(" %s",
trace_description
[i].name);
146
for (i = 0;
trace_description
[i].option < nr_trace_options; i++
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/ppc/
debug.c
40
static trace_option_descriptor
trace_description
[] = {
variable
102
while (
trace_description
[i].option < nr_trace_options
103
&& strcmp(option,
trace_description
[i].name) != 0)
105
if (
trace_description
[i].option < nr_trace_options)
106
ppc_trace[
trace_description
[i].option] = setting;
132
for (i = 0;
trace_description
[i].option < nr_trace_options; i++) {
133
pos += strlen(
trace_description
[i].name) + 2;
135
pos = strlen(
trace_description
[i].name) + 2;
138
printf_filtered(" %s",
trace_description
[i].name);
146
for (i = 0;
trace_description
[i].option < nr_trace_options; i++
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026